/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#main-header {
 display: none !important;
}

#page-container {
 padding-top: 0px !important;
 }

/* Fixed header 
.et-fixed-header #logo-text { font-size: 22px; }
.et-fixed-header #logo-tagline { font-size: 14px; }
#logo-tagline { display:none !important; }

@media only screen and (min-width: 981px){
    .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
        padding-left: 10px !important;
    }
}

*/
/* Mobile 
@media only screen and (max-width: 981px) {
    #logo-text { font-size: 22px; }
    #logo-tagline { font-size: 14px; }
}
*/


/* Smooth transitions 
#logo-text, #logo-tagline {
    transition: all .4s ease-in-out;
}
*/