/* plates four the world 2023 
21-07 3 */ 

::-moz-selection {
    /* Code for Firefox */
    color: #DAC0A7;
    background: #5E402D;
}

::selection {
    color: #DAC0A7;
    background: #5E402D;
}

body {
    font-family: 'Instrument Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .bold, b, strong, .nectar-button, p {
    font-family: 'Instrument Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 120%;
}

body h1, h1 {
    font-size: 42px;
}

body h2, h2 {
    font-size: 32px;
}

body p, p, span, body span {
    color: #3D3732;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.01px;
}

body #header-outer {
    background: transparent 
}

.m1 h1 {
    color: #5E402D
}

#hero .p1 {
    position: relative;
    top: 25em;
    z-index: 2
}

#hero .p2 {
    position: relative;
    z-index: 1;
    top: -15em;
    left: 35em
}

#parallax .p1 {
    position: relative;
    left: -15em
}

#parallax .p2 {
    position: relative;
    top: -20em
}

#parallax .p1 img {
    max-width: 515px
}

#parallax .nectar-parallax-scene div {
    background-size: 440px;
    background-repeat: no-repeat;
    background-position: 10em center
}

#parallax-2 .p1 img,
#parallax-3 .p2 img {
    max-width: 420px
}

#parallax-2 .p2 {
    position: relative;
    top: 10em
}

#parallax-2 .p3 {
    position: relative;
    top: 15em
}

#parallax-2 .nectar-parallax-scene div,
#parallax-3 .nectar-parallax-scene div {
    background-size: 440px;
    background-repeat: no-repeat;
    background-position: center
}

#parallax-3 .p1 {
    position: relative;
    top: 20em
}

#footer-outer .container p span {
    font-size: 14px
}

#footer-outer #copyright p {
    text-transform: lowercase;
    margin: 0;
    line-height: 120%;
    padding: 0;
    order: 2;
    text-align: right;
}

#footer-outer #copyright .container .col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: none;
}

#footer-outer #copyright .container .col * {
    width: 100%;
}

#footer-outer #copyright .container .col div {
    order: 1
}

#footer-outer #copyright .container .col div p {
    text-align: left;
}


/* MOBILE */
@media only screen and (max-width: 668px) {
    body h1, h1 {
        font-size: 30px;
    }

    body h2, h2 {
        font-size: 24px;
    }
    
    #header-outer #top nav, .slider-nav span span {
        display: block !important
    }
    
    #top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
        display: none 
    }
    
    .img-with-aniamtion-wrap[data-max-width="50%"] .inner {
        max-width: 100%;
    }
    
    #hero .p1 {
        top: 8em;
    }

    #hero .p2 {
        top: -25em;
        left: 8em
    }
    
    #parallax .p1 {
        left: -6em;
        top: -7em
}

    #parallax .p2 {
        top: -9em
    }

    #parallax .p1 img {
        max-width: 300px
    }

    #parallax .nectar-parallax-scene div {
        background-size: 80%;
        background-position: center 
    }
    
    #parallax-2 .p1 img,
    #parallax-3 .p2 img {
        max-width: 100%
    }

    #parallax-2 .p2 {
        top: 3em
    }
    
    #parallax-2 .p1 {
        top: 6em
    }

    #parallax-2 .p3 {
        top: 3em
    }
    
    #parallax-2 .nectar-parallax-scene div,
    #parallax-3 .nectar-parallax-scene div {
        background-size: 70%;
    }

    #parallax-3 .p1 {
        top: 8em
    }
    
    #parallax-3 .p2 {
        top: 8em
    }
    
    #full-image canvas {
        display: none 
    }
    
    #full-image {
        background: url(/wp-content/uploads/2023/07/plates-4-world-mobile.jpg) no-repeat center 0 
    }
    
    #full-image .row-bg {
        background-size: 100%
    }
    
}