/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2021 | 16:14:16 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/*==========  Desktop First  ==========*/

@media (max-width: 1199.98px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
  .br-hide-mobile br {display: none;}
  .mh500px-mobile {min-height: 500px !important;}
}

@media (max-width: 575.98px) {

}

/*==========  Mobile First  ==========*/

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
   .s-header-top.bdt-active {
    padding: 10px 0px 10px 0px !important;
  }
  .s-header-top + .bdt-sticky-placeholder {
    height: 117px !important;
  }
  .s-header-top.bdt-active .elementor-button-link {
    font-size: 16px !important;
    padding: 15px 35px;
  }
}