/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2021 | 18:44:04 */
/* center align post featured images */
.single .post-thumbnail { text-align: center; }

.scrolled .same-logo img {
  width: 226px !important;
}

.same-logo img {
  width: 280px !important;
}

.masthead-mobile-header .same-logo img {
  width: 226px !important;
}

#sidebar .essb_links, #footer .essb_links { display: none !important; } 

#comments { display:none !important; }

#content ul li { list-style: inherit !important; margin-left: 10px;  }
#content ol li { list-style: inherit !important; margin-left: 10px;  }

@media(max-width:500px) { .alignright { float: center !important; width: 100% !important; padding-bottom: 15px !important; }}
@media(max-width:500px) { .alignleft { float: center !important; width: 100% !important; padding-bottom: 15px !important; }}

@media only screen and (max-width: 991px) {

/*  top bar fix on mobile */
.page-title.solid-bg.bg-img-enabled {
    margin-top: 150px;
  padding-bottom: 20px;
  }
  .top-bar>.mini-widgets {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

}

/* fix for mobile */
@media only screen and (max-width: 767px) {
  /* image size fix */
img[class*=attachment-]{
    width: 320px;
}   
    /* hp top hero padding */
  .vc_custom_1609867804235  {
    padding-top: 250px !important;
    padding-bottom: 80px !important;
  }
      /* hp bottom hero padding */
  .vc_custom_1609868630539 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
}
