/* Fonts */

@font-face {
    font-family: 'baskerville';
    src: url('../fonts/baskerville-webfont.woff2') format('woff2'),
         url('../fonts/baskerville-webfont.woff') format('woff'),
         url('../fonts/baskerville-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.home .page-heading-slider h1 {

}


/* Page Headings */

.page-heading.bc-type-4 {
    padding: 35px 0 35px 0 !important;
}


/* Home Animation (Slide) */

#us_homeAnimationWrap {
    position: relative;
    z-index: 0;
    width: 100%;
    max-height: 439px;
    margin-bottom: 35px;
    background: #b5b5b0;
    overflow: hidden;
}

#us_homeAnimationWrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 50px rgba(0,0,0,.1);
    content: "";
}

.us_homeAnimation {
    position: relative;
    background: #b5b5b0;
    margin: auto;
    width: 1140px;
    max-width: 100%;
    height: 439px;
}

.us_homeAnimationImg {
    position: absolute;
    top: 0;
    right: -100px;
    height: 100%;
    width: 814px;
    background: top center no-repeat;
    background-size: contain;
}

.us_homeAnimationLeft {
    position: relative;
    width: 568px;
    text-align: center;
    z-index: 1;
    white-space: nowrap;
}

#us_homeAnimationWrap h1 {
    position: relative;
    font-family: 'baskerville', 'Times New Roman', Times, serif !important;
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 72px !important;
    line-height: .9 !important;
    color: #fff;
    margin: 0;
    padding: 96px 0 0 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,.125);
}

#us_homeAnimationWrap h2 {
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 20px !important;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,.125);
}

.us_homeAnimationButtons {
    position: relative;
    padding-top: 40px;
}

.us_homeAnimationButtons a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 13px;
    padding: 12px 40px;
    line-height: 1;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    background: #552125;
    transition: background .25s;
}

.us_homeAnimationButtons a:hover,
.us_homeAnimationButtons a:focus {
    background: #3c1619;
}

@media screen and (max-width: 1200px) {

    .us_homeAnimation {
        width: 1010px;
        height: 439px;
    }

    .us_homeAnimationImg {
        right: auto;
        left: 398px;
    }
}

@media screen and (max-width: 922px) {

    .us_homeAnimation {
        width: 100%;
        height: 340px;
    }

    .us_homeAnimationLeft {
        width: 62%;
    }

    #us_homeAnimationWrap h1 {
        font-size: 56px !important;
        padding: 56px 0 0 0;
    }

    #us_homeAnimationWrap h2 {
        font-size: 17px !important;
    }

    .us_homeAnimationButtons a {
        margin: 0 11px;
        padding: 12px 33px;
    }

    .us_homeAnimationImg {
        right: auto;
        left: 34%;
    }
}

@media screen and (max-width: 768px) {

    #us_homeAnimationWrap {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 700px) {

    .us_homeAnimation {
        width: 100%;
        height: 300px;
    }

    .us_homeAnimationLeft {
        width: 64%;
    }

    #us_homeAnimationWrap h1 {
        font-size: 48px !important;
        padding: 48px 0 0 0;
    }

    #us_homeAnimationWrap h2 {
        font-size: 16px !important;
    }

    .us_homeAnimationButtons a {
        font-size: 12px;
        margin: 0 10px;
        padding: 10px 28px;
    }

    .us_homeAnimationImg {
        right: auto;
        left: 50%;
        margin-left: -171px;
    }
}

@media (min-width: 561px) {
    #us_homeAnimationImg1 {
        background-image: url('../images/home-slide-gift-box-630.jpg');
    }
}

@media (min-width: 922px) {
    #us_homeAnimationImg1 {
        background-image: url('../images/home-slide-gift-box-814.jpg');
    }
}

@media (min-width: 561px) and (min-resolution: 130dpi), (min-width: 561px) and (-webkit-min-device-pixel-ratio: 1.35) {
    #us_homeAnimationImg1 {
        background-image: url('../images/home-slide-gift-box-814.jpg');
    }
}

@media (min-width: 922px) and (min-resolution: 130dpi), (min-width: 922px) and (-webkit-min-device-pixel-ratio: 1.35) {
    #us_homeAnimationImg1 {
        background-image: url('../images/home-slide-gift-box-1222.jpg');
    }
}

@media screen and (max-width: 560px) {

    #us_homeAnimationWrap * {
        opacity: 1 !important;
    }

    .us_homeAnimation {
        height: 290px;
    }

    .us_homeAnimationLeft {
        width: auto;
        padding: 0 20px;
    }

    .us_homeAnimationButtons {
        padding-top: 30px;
    }

    .us_homeAnimationImg {
        display: none !important;
        background: none !important;
    }
}

@media screen and (max-width: 390px) {

    .us_homeAnimation {
        padding: 35px 0 28px 0;
        height: auto;
    }

    #us_homeAnimationWrap h1 {
        font-size: 38px !important;
        padding: 0;
    }

    #us_homeAnimationWrap h2 {
        font-size: 15px !important;
        white-space: normal !important;
    }

    #us_homeAnimationWrap h2 br {
        display: none;
    }

    .us_homeAnimationButtons {
        padding-top: 24px;
    }

    .us_homeAnimationButtons a {
        font-size: 11px;
        margin: 0 5px;
        padding: 11px 18px;
    }
}

/** BHG Cover **/

body.home .bhg {
    position: relative;
    z-index: 0;
}

body.home .bhg-cover img {
    position: relative;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    body.home .bhg-cover {
        height: 250px;
    }
    body.home .bhg-cover img {
        display: block;
        margin: -47px auto -15% 0;
    }
}

@media screen and (max-width: 600px) {
    body.home .bhg-cover {
        height: 225px;
    }
    body.home .bhg-cover img {
        margin: -47px auto -32% -40px;
    }
}

@media screen and (max-width: 480px) {
    body.home .bhg-cover {
        height: 185px;
    }
}

@media screen and (max-width: 380px) {
    body.home .bhg-cover {
        height: 140px;
    }
}

/** Home "Banner" Category Images **/

@media screen and (min-width: 480px) and (max-width: 768px) {

    .homeCatsMainWrap {
        text-align: center !important;
        font-size: 0;
        padding-top: 20px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .homeCatsMainWrap .vc_col-sm-4,
    .homeCatsMainWrap .vc_col-sm-4 > div,
    .homeCatsMainWrap .vc_col-sm-4 > div > div {
        display: inline !important;
    }

    .homeCatsMainWrap .banner {
        display: inline-block;
        float: left;
        width: 48%;
        margin: 0 1% 2% 1% !important;
    }

    .homeCatsMainWrap div > .vc_column_container > .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .homeCatsMainWrap div,
    .homeCatsMainWrap div:before,
    .homeCatsMainWrap div:after {
        clear: none !important;
    }

    .homeCatsMainWrap div.clearMob {
        clear: both !important;
    }

    .homeCatsMainWrap .show768 {
        display: inline-block !important;
    }
}

@media screen and (max-width: 768px) {

    .show768 {
        display: block !important;
    }

    .banner.c-suc-bouquets-1,
    .banner.c-suc-bouquets-1 img {
        display: none !important;
    }

    .homeCatsMainWrap {
        padding-bottom: 25px !important;
    }

    .bhg > .vc_column-inner {
        padding-top: 0 !important;
    }

    .homeCatsMainWrap + .bh-ie {
        border-right: none !important;
        border-left: none !important;
    }
}
