/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2022 | 17:48:36 */
/* blog header fixes */

.thrv_header {
  background-color: #283235;
}

#nav > ul > li.logo-small {
  margin-left: 15px;
}

#nav > ul > li #main-menu-toggle i {
  font-size: 20px;
  font-weight: 100;
}

@media(max-width:767px) {
  .nav-collapse.visible {
    padding-bottom: 20px !important;
  }
}

@media(max-width:380px) {
  #nav > ul > li.logo a img {
    width: 120px;
  }
} 

/* removing broken 30 day link */

.single-post iframe.recommended-iframe {
  display: none;
}