@media (max-width: 991px) {
    
    #masthead .ast-primary-header-bar.main-header-bar {
        padding-top:44px !important;
    }
    
  header:before {
      
      height:15px;
     
      top:25px;
      
  }
  
  header:after {
      
      height:35px;
    
  }  
}



@media (max-width: 921px) {
    
      .site-footer-section.site-footer-section-3 {
     
        
        width: calc(100% + 88px);
        left: -88px;
    }
    
    .site-footer-primary-section-2 {
        position: relative;
        left:-50px;
    }

}


@media (max-width: 767px) {
    
     .site-footer-section {
         display:block !important;
     }
     
     .ast-builder-footer-grid-columns {
        display:block !important; 
     }
     
      .site-footer-section.site-footer-section-3 {
     
        
        width: 100%;
        left: 0px;
    }    
    
 
    .site-footer-primary-section-2 {
        padding-bottom:15px;
        left:auto;
    }
    
    .site-below-footer-wrap {
        margin-top:-30px;
    }
    
}