/* Enter Your Custom CSS Here */

td.crayon-code {
  background: transparent !important
}

.post-header {
  margin-bottom: 17px;
}

.post-content input[type="email"],
.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 0.9em;
  border: none;
  color: #333;
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-appearance: none;
}

.blog-title {
  text-align: left !important;
  margin-bottom: 0.25em;
}

.blog-title:after {
  display: none !important;
}

.blog-description {
  margin-bottom: 1.25em;
}

.bg-mint {
  background-color: #72D8BC !important;
}

.main-menu a {
  color: #fff !important;
}

.sidebar a:hover {
  text-decoration: underline !important;
}

.post-content a.more-link:hover {
  background-color: #72D8BC !important;
}

.post-title a:hover {
  color: #72D8BC !important;
}

@media (max-width: 930px) {
  .sidebar {
    padding: 50px 0 !important;
  }
  .nav-toggle {
    top: initial !important;
    bottom: 15% !important;
  }
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

.credits {
  left: 40px;
}

.credits,
.credits a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.crayon-main::-webkit-scrollbar,
.crayon-plain::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

.crayon-main::-webkit-scrollbar-thumb,
.crayon-plain::-webkit-scrollbar-thumb {
  box-shadow: none !important;
}

.a2a_mini {
  margin-top: -125px !important;
}

#menu-item-182 {
  text-align: center; 
}

#menu-item-182 > a {
  border-radius: 36px;
  padding: 12px 32px;
  margin: 0 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #000 !important;
  text-transform: none;
  -webkit-transition: all 80ms ease-in-out;
  transition: all 80ms ease-in-out;
  background: transparent;
  border: 2px solid #000;
}

#sb_instagram .sb_instagram_header a,
.abh_tab_content a,
.addtoany_share_save_container a
{
	border-bottom: none !important;
}