/*!
 * Pfaff Jewelers
 * Copyright 2008-2024 Punchmark
 */


/* =======================
    Helpers
======================= */


/* =======================
    Header
======================= */

section[data-pagebuilder="section"].peridot-banner [data-pagebuilder="section-container"] .widget-banner-inner, 
section[data-pagebuilder="section"].peridot-banner [data-pagebuilder="section-container"] .widget-banner-image,
section[data-pagebuilder="section"].peridot-banner [data-pagebuilder="section-container"] .widget-image-wrapper {
    position: static !important;
}

header {
    height: 80px !important;
}

section[data-pagebuilder="section"]#section-1.peridot-banner {
    margin-top: -80px !important;
}

@media(min-width:768px){
    header {
        height: 110px !important;
    }
    section[data-pagebuilder="section"]#section-1.peridot-banner {
        margin-top: -110px !important;
    }
}

@media(min-width:992px){
    header {
        height: 120px !important;
    }
    section[data-pagebuilder="section"]#section-1.peridot-banner {
        margin-top: -120px !important;
    }
}

@media(min-width:1200px){
    header {
        height: 130px !important;
    }
    section[data-pagebuilder="section"]#section-1.peridot-banner {
        margin-top: -130px !important;
    }
}

/* =======================
    Nav
======================= */

nav.navbar #main-navigation .mobile-bottom .nav-bottom-buttons {
    display: none !important;
}


/* =======================
    Footer
======================= */



