/*
 Theme Name:   Somalaser Child Theme
 Theme URI:    https://somalaser.co.za
 Description:  Child theme for Divi
 Author:       Your Name
 Template:     Divi
 Version:      1.0.0
*/

/* Mobile header and content spacing fix */
@media (max-width: 980px) {
    #page-container {
        padding-top: 0 !important;
        overflow-y: visible !important;
    }
    
    /* Force header to stay at top */
    #main-header {
        top: 0 !important;
    }
    
    /* Adjust header padding for split style */
    .et_header_style_split #main-header {
        padding: 32px 0 7px 0 !important;
    }
    
    /* Main content padding - tested and working value */
    #et-main-area {
        padding-top: 154px !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    #page-container {
        padding-top: 0 !important;
    }
    
    #main-header {
        top: 0 !important;
    }
    
    #et-main-area {
        padding-top: 160px !important;
    }
}

/* Optimize font loading */
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
}