/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Hide shop header spacer on mobile to remove gap between header and content */
@media only screen and (max-width: 989px) {
    .shop-header-spacer { display: none !important; }
}

/* Sticky header on mobile - disable transparency/shrink fade, keep it fixed */
@media only screen and (max-width: 989px) {
    #header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition: none !important;
    }
    #header .header_bg,
    #header_main,
    #header_main_alternate {
        opacity: 1 !important;
        visibility: visible !important;
        transition: none !important;
        transform: none !important;
    }
    #main {
        margin-top: 50px !important;
        padding-top: 0 !important;
    }
    .container_wrap_first {
        margin-top: 0 !important;
    }
}
