/* Drupal to WordPress - Complete Wine Page Styles */

/* Drupal uses: #block-system-main .content main */
/* WordPress uses: main#main.site-main */
/* Make WordPress main behave like Drupal main */
main#main.site-main,
main.site-main {
    /* Inherits all main styles from da.min.css */
}

/* Match live readmore behavior (global selector as on Drupal) */
[data-readmore] {
    transition: height 1000ms;
    overflow: hidden;
}

.single-wines h1 {
    color: #3f2b4f;
    margin-bottom: 20px;
    max-width: 95%;
    position: relative;
    z-index: 1;
}

.single-wines .top {
    margin-bottom: 68px;
    padding: 0;
}

.single-wines .top .img {
    position: relative;
    text-align: center;
    margin: 0 -15px;
    z-index: 2;
}

.single-wines .top .img img {
    max-width: 180px;
}

@media (min-width: 768px) {
    .single-wines h1 {
        margin: 0 0 32px -64px;
        color: #fff;
        max-width: unset;
    }
    
    .single-wines .top {
        color: #fff;
        padding-top: 130px;
    }
    
    .single-wines .inner {
        position: relative;
        width: 62%;
        margin-left: 36.6%;
    }
    
    .single-wines .top .img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100%;
        width: 220px;
        margin-right: 15%;
    }
    
    .single-wines .top .img img {
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }
    
    .single-wines .fancy-bg {
        position: relative;
        background-color: #805080;
    }
    
    .single-wines .fancy-bg:before,
    .single-wines .fancy-bg:after {
        content: "";
        left: 0;
        right: 0;
        position: absolute;
        z-index: 1;
        background-position: 50% 0;
    }
    
    .single-wines .fancy-bg:before {
        background: url(../img/bgs/bg-purple01-t.png) repeat-x;
        height: 30px;
        top: 0;
    }
    
    .single-wines .fancy-bg:after {
        background: url(../img/bgs/bg-purple01-b.png) repeat-x;
        height: 30px;
        top: auto;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .single-wines .inner {
        width: 41%;
        margin-left: 42.6%;
    }
    
    .single-wines .top .img {
        width: 300px;
        margin-right: 28%;
    }
}

.single-wines .top .read-more-js + a {
    color: #fff;
    font-weight: normal;
}

.single-wines .top .read-more-link {
    color: #fff;
    font-weight: normal;
}

.single-wines .wine-taste {
    height: 6px;
    position: relative;
    margin-bottom: 55px;
    background: url(../img/bgs/bg-range-bar.png) 50% 0 no-repeat;
    color: #805080;
    max-width: 540px;
}

.single-wines .wine-taste .pin {
    font-family: GothamRounded, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #b40766;
    position: absolute;
    bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 992px) {
    .single-wines .wine-taste .pin {
        white-space: nowrap;
        font-size: 15px;
        bottom: 17px;
    }
}

.single-wines .wine-taste .pin:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 2px;
    background: #b40766;
    top: 100%;
    height: 13px;
    margin-top: 7px;
}

.single-wines .wine-taste .text-left,
.single-wines .wine-taste .text-right {
    font-family: hwt_artzregular, Arial, Helvetica, sans-serif;
    font-size: .9375rem;
}

.single-wines .mt-100 .read-more-js + a,
.single-wines .mt-100 .read-more-link {
    color: #b40766;
    font-weight: normal;