/*!
 * Hogans Jewelers
 * Copyright 2008-2023 Punchmark
 */

 @media(max-width:575px){
    #slick-slider .slide .video-background video,
    #slick-slider .slide .html-overlay {
        aspect-ratio: 580 / 330 !important;
    } 
}

a#logo {
    z-index: 1601;
}

@media(max-width:767px){
    a#logo {
        margin-bottom: -38px !important;
    }
    header,
    body#home header {
        background: #181f12 !important;
        padding: 20px 0px 0px 0px !important;
    }
    header .content-toolbar > .content-toolbar-inner > ul {
        width: 100% !important;
        height: auto !important;
        min-height: 1px !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

header .content-toolbar>.content-toolbar-inner > ul > li > a:hover,
header .content-toolbar>.content-toolbar-inner > ul > li > a:focus,
header .content-toolbar>.content-toolbar-inner > ul > li > a:hover i,
header .content-toolbar>.content-toolbar-inner > ul > li > a:focus i {
    color: white!important;
    opacity: 0.6!important;
}