@media (min-width: 992px){
  #to-top-button {
    visibility: visible;
  }
}
    
@media (max-width: 991px){
  #to-top-button {
    visibility: visible;
  }
}

body {
  padding-top:0 !important;
}
.sm-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  margin: 0 !important;
  padding: 0 !important;
  
}
.sm-mobile-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.sm-contact-form .contact-form-field input, .sm-contact-form .contact-form-field input:focus{
  border-bottom: none;
}
  .wp-block-post-featured-image {
  overflow: hidden;
}
.wp-block-post-featured-image img {
  transition: all .3s ease;
}
.wp-block-post-featured-image:hover img {
  transform: scale(1.1);
}

