﻿.slide-outer {
    margin-top: 52px;
}

    .slide-outer .slide {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-start;
        color: #303030;
        font-family: 'EB Garamond', serif;
        font-size: 16px;
        position: relative;
        background-size:cover;
    }

        .slide-outer .slide.center {
            justify-content: center;
            text-align: center;
        }

        .slide-outer .slide.right {
            justify-content: flex-end;
        }

        .slide-outer .slide .text-overlay {
            padding: 20px;
            margin: 0 40px;
            z-index: 2;
        }

            .slide-outer .slide .text-overlay .rte {
                /*color:#fff;*/
            }

                .slide-outer .slide .text-overlay .rte h1 {
                    font-size: 3.5rem;
                    line-height: 1.1;
                    margin: 0;
                    margin-bottom: .33em;
                }

                .slide-outer .slide .text-overlay .rte h2 {
                    font-size: 1.25rem;
                    line-height: 1.1;
                    margin: 0 0 10px;
                }

                .slide-outer .slide .text-overlay .rte h3 {
                    font-size: 1rem;
                    line-height: 1.1;
                    margin: 0 0 10px;
                }

            .slide-outer .slide .text-overlay .btn {
                font-size: 18px;
                line-height: 1.3333333;
                border-radius: 0;
                transition: all ease .5s;
                padding: 9px 12px;
                background: #226e94;
                color: #fff;
                border-color: transparent;
                border: none;
            }

            .slide-outer .slide .text-overlay p {
                margin: 0 0 10px;
                line-height: 20px;
            }

            .slide-outer .slide .text-overlay.add-bg {
                background-color: rgba(255,255,255, 0.95);
            }

        .slide-outer .slide.left .text-overlay {
        }

        .slide-outer .slide.right .text-overlay {
        }

        .slide-outer .slide.center .text-overlay {
        }

    .slide-outer .wide-desktop {
    }

    .slide-outer .desktop {
    }

    .slide-outer .tablet {
    }

    .slide-outer .mobile {
        display: block;
    }

        .slide-outer .mobile .text-overlay {
            margin: 10px 0 30px;
            padding: 0;
        }

    .slide-outer .slide .tint-image {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.1);
        z-index: 1;
    }

    /*classes to show hide appropriate slide based on resolution*/

    .slide-outer .slide {
        display: none;
    }

.slide-content {
    display: none;
}


@media (min-width: 1200px) {
    .slide-outer .wide-desktop {
        display: flex;
    }

    .slide-content.wide-desktop-outer {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .slide-outer .desktop {
        display: flex;
    }

    .slide-content.desktop-outer {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide-outer .tablet {
        display: flex;
    }

    .slide-content.tablet-outer {
        display: block;
    }
}

@media (max-width: 767px) {
    .slide-outer .mobile {
        display: block;
    }
}



/*override old .hp-hero styles*/

.hp-hero {
    overflow: visible;
    position: relative;
    background: none;
    margin: auto;
    padding: 0;
    /*padding-right: 15px;
    padding-left: 15px;*/
    border-bottom: 1px solid #efefef;
}

    .hp-hero .producer {
        margin-left: -30px;
    }

    .hp-hero .rr-cta-outer {
        position: absolute;
        right: 0;
        top: -380px;
    }

        .hp-hero .rr-cta-outer .rr-cta {
            margin: 0;
            height: 640px;
        }

@media (min-width: 768px) {
    .hp-hero .rr-cta-outer .rr-cta {
        padding: 0;
        padding-top: 117px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .hp-hero .rr-cta-outer {
        position: relative;
        top: auto;
    }
}



.collapse-shop-now {
}

    .collapse-shop-now .rr-cta-outer {
        top: 0;
    }

        .collapse-shop-now .rr-cta-outer .rr-cta {
            padding: 20px 0;
            height: auto;
        }


@media (min-width: 992px) {
    .collapse-shop-now .rr-cta-outer .rr-cta > div > p {
        margin: 0;
    }

    .collapse-shop-now .rr-cta-outer .rr-cta > div > div > img {
        display: none;
    }
}
