/*!
 * Spexton Jewelers
 * Copyright 2008-2024 Punchmark
 */

@font-face {
    font-family: 'Espera';
    src: url('/fonts/Espera-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Espera';
    src: url('/fonts/Espera-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Espera';
    src: url('/fonts/Espera-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Espera';
    src: url('/fonts/Espera-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@media(max-width:991px){
    header {
        padding: 0 !important;
    }
    header, 
    header .main-content, 
    header .main-content > .row > .col {
        height: 70px !important;
    }
    header a#logo {
        width: auto !important;
        height: 100% !important;
        padding: 10px !important;
    }
    header a#logo img {
        width: auto !important;
        max-width: none !important;
        height: 100% !important;
    }
}

/*
.nav-bottom-buttons {
    display: none !important;
}
*/

nav.navbar #main-navigation .mobile-bottom .social-networks {
    margin-bottom: 40px !important;
}

@media(max-width:991px){    
    nav.navbar #main-navigation .mobile-top-toolbar .toolbar-item > a {
        color: #ffffff !important;
    }
    nav.navbar #main-navigation .mobile-top-toolbar .toolbar-item > a:hover {
        color: var(--bs-primary) !important;
    }
    nav.navbar #main-navigation .mobile-bottom .nav-logo img {
        filter: invert(1) !important;
    }
    nav.navbar #main-navigation {
        background: #000000 !important;
    }
}




@media(min-width:992px){
    header, 
    header .main-content, 
    header .main-content > .row > .col {
        height: 100px !important;
    }
   header a#logo {
        /* width: auto !important; */
        /* height: 100% !important; */
        padding: 10px !important;
    }
    header a#logo img {
        /* width: auto !important; */
        width: 100% !important;
        max-width: none !important;
        /* height: 100% !important; */
        height: auto !important;
    }
}

footer {
    background: #000000 !important;
}

footer .footerlinks {
    margin-top: 5px;
}

footer .logo,
nav.navbar #main-navigation .mobile-bottom .nav-logo {
    background: url(https://cdn.jewelryimages.net/static/domains/spexton/images/store-pics/logo-black.jpg) center center no-repeat;
    background-size: contain;
    filter: invert(1) !important;
}

footer .logo img,
nav.navbar #main-navigation .mobile-bottom .nav-logo img {
    visibility: hidden;
}

footer .subscribe-widget-xl form .input-group .form-control {
    color: #ffffff !important;
    font-size: 16px !important;
}

footer .subscribe-widget-xl form .input-group .form-control::placeholder {
    color: #ffffff !important;
    opacity: 0.5 !important;
}

footer .subscribe-widget-xl form .input-group .btn {
    color: #ffffff !important;
}

footer .footerlinks a:hover,
footer .footerlinks a:focus, 
footer .footerlinks a:active {
    color: var(--bs-primary) !important;
}