/*!
 * Les Olson v6 Local Styles
 * Copyright 2008-2017 Punchmark
 */


 /*==============================

 General

==============================*/

@font-face {
    font-family: 'BeyondSweet';
    src: url('/fonts/BeyondSweet-Regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/BeyondSweet.otf') format('opentype'); /* Older browsers */
    font-weight: normal;
    font-style: normal;
}

.script {
    font-family: 'BeyondSweet', sans-serif;
}

section.alt {
    background-color: #f4f3ef !important;
}

/*==============================

Nav / Mobile Nav

==============================*/

@media (max-width: 991px) {
    nav.navbar #main-navigation {
        background: var(--bs-secondary) !important;
    }

    nav.navbar #main-navigation .mobile-top-toolbar .toolbar-item>a {
        color: var(--bs-light);
    }

    nav.navbar .navbar-nav {
        border-bottom: none !important;
    }
}


/*==============================

Footer

==============================*/

footer {
    background: var(--secondary) !important;
}

footer .social-networks .network {
    border-color: var(--bs-light) !important;
}

footer .social-networks .network:hover, 
footer .social-networks .network:focus {
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

footer .footerlinks a:hover, footer .footerlinks a:focus {
    text-decoration: underline;
}

footer .subscribe-widget-xl form .input-group .form-control::placeholder,
footer .subscribe-widget-xl form .input-group .form-control {
    color: var(--bs-light) !important;
}

footer .input-group>input.form-control+.input-group-btn>.btn {
    color: var(--bs-light) !important;
}

footer .input-group>input.form-control+.input-group-btn>.btn:hover,
footer .input-group>input.form-control+.input-group-btn>.btn:focus {
    background: var(--bs-light) !important;
    color: var(--bs-dark) !important;
}

/* ==============================
   Sketch on Image
============================== */

.sketch-heavy,
.sketch-bottom-left-corner {
    position: relative;
    overflow: visible;
    padding: 20px !important;
}

.sketch-heavy::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -25%;
    width: 100%;
    height: 100%;
    background: url(https://cdn.jewelryimages.net/static/domains/studiodjewelers/images/store-pics/sketch-image-2.png?width=600) center center no-repeat;
    background-size: contain;
}

.sketch-bottom-left-corner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: -17px;
    width: 30vw;
    height: 30vw;
    background: url(https://cdn.jewelryimages.net/static/domains/studiodjewelers/images/store-pics/sketch-image-1.png?width=300) center center no-repeat;
    background-size: contain;
}
@media(min-width:768px){
    .sketch-heavy,
    .sketch-bottom-left-corner {
        padding: 0px !important;
    }
    .sketch-heavy::before {
        top: 0px;
        left: -55%;
        width: 30vw;
        height: 100%;
    }
    .sketch-bottom-left-corner::before {
        width: 15vw;
        height: 15vw;
        bottom: -6vw;
        left: -10vw;
    }
}
@media(min-width:1400px){
    .sketch-bottom-left-corner::before {
        width: 225px;
        height: 225px;
        bottom: -90px;
        left: -148px;   
    }
}