﻿/** Category Landing Page Styles and Themes */
.rh-landing .hero-bar .row {
    
    background-image: url(/images/bkg-rh-landing-hero-swoosh.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 90%;
}
.landing .hero-bar {
    margin-top: 0;
}
.landing .hero-bar .row {
    margin: 0;
}
.landing .hero {
    text-align: center;
    padding-top: 44px;
    padding-bottom: 44px;
}
.mp-landing .hero {
padding-top:10px;
padding-bottom:10px;
}

.prod-footer {
    font-size: 10px;
    margin-bottom:15px;
}

.landing .hero img {margin: 0 auto;}
.rh-landing .hero-copy {
    color: #FFF;
    padding-top: 67px;
}
.mp-landing .hero-copy {
    color: #FFF;
    padding-top: 67px;
}

.vh-landing .hero-copy {padding-top: 50px;}
.landing .hero-copy h2 {font-size: 21px;}
.landing .hero-copy p {font-size: 16px;}
.landing .hero-copy .btn { border-radius: 12px; font-size: 18px; padding: 6px 34px;}
.rh-landing .hero-copy .btn {background: #be1277; color: #FFF;}
.theme-purple .hero-copy h2, .replens-landing .hero-copy h2 {color: #602b74; text-transform: uppercase;}
.rephresh-landing .hero-copy .btn, .replens-landing .hero-copy .btn {background: #602b74; color: #FFF; border-color: #602b74;}
.replens-landing .hero img {max-height: 300px;}

.landing .col-product {text-align:center; border-right: 1px solid #c5c5c6; line-height:16px;}
.landing .col-product.last {border-width: 0;}
.landing .col-product h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.landing .col-header {min-height: 238px;}
.landing .col-header div:first-child {text-align: center;}
.landing .col-product a {display: inline-block; margin-bottom: 20px; max-width: 100%;}
.landing .col-product a img {display: inline-block; max-width: 55%; max-height: 135px;}
.landing .col-product a span {display: inline-block; width: 100%; padding-top: 4px;}

.products-landing h1.page-title, .products-landing .breadcrumb > .active {
    color: #58595b !important;
}
.products-landing .hero-bar {
    margin-top: 4px;
    margin-bottom: 24px;
    color: #58595b;
}
.products-landing .hero-bar .hero-image {
    margin-top: 50px;
    margin-bottom: 50px;
}
.products-landing .hero-bar h2 {
    color: #be1277;
    font-size: 21px;
}
.products-landing .col-logo {background: none !important; margin-bottom: 45px !important;}
.products-landing .col-logo img {max-width: 100% !important; padding: 0 30px;}

.theme-darkpink .col-product a, .theme-darkpink .col-product h3, .col-product.first-response a {color:#be1277;}
.theme-purple .col-product a, .theme-purple .col-product h3, .theme-blue .col-product h3, .col-product.rephresh a, .theme-blue .hero-copy h2 {color:#7b3795;}
.theme-blue .col-product a, .col-product.replens a {color: #227aab;}

.new-products .hero-bar {margin-top: 50px;}

/** Breakpoints */

    /** Mobile - XS */
    @media (max-width: 767px){
        
        .rh-landing .hero-bar .row {
            background-image: none;
        }
        .landing .hero-copy {
            padding-top: 0;
            text-align: center;
            padding-bottom: 30px;
        }
        .landing .col-header {
            text-align: left;
            
            padding-top: 15px;
            padding-bottom: 15px;
            min-height: 12px;
        }
        .landing .col-product {
            min-height: 12px !important;
        }
        .landing .col-product h3 {
            font-size: 22px;
            margin-top: 0;
        }
        .landing .col-product p {min-height: 12px;}
        .landing .col-product a {
            display: block;
            margin: 8px auto;
            background: #f8f8f8;
            clear: both;
            padding: 20px 0 40px 0;
            
        }
        .landing .col-product a img{max-height: 100%; max-width:100%;}
        .products-landing .col-logo {margin-bottom: 0 !important;}
    }

    /** Tablet landscape - SM */
    @media (min-width: 768px) and (max-width: 991px){
        .rh-landing .hero-copy, .vh-landing .hero-copy {
            padding-top: 60px;
        }
        .landing .hero-copy h2 {font-size: 19px;}
        .landing .hero-copy p {font-size: 14px;}
    }
    /** Desktop Default - MD */
    @media (min-width: 992px) and (max-width: 1199px){
        .landing .hero-copy h2 {font-size: 20px;}
        .landing .hero-copy p {font-size: 15px;}
    }

    /** Desktop Large - LG */
    @media (min-width: 1200px) {
        .landing .col-product a img {max-height: 165px;}
    }

