/**
* Responsive CSS - Mobile First
*/

#wrapper-navbar .navbar-toggler:focus{
    outline: 0;
    border: none;
    box-shadow: none;
}
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}
.line {
    fill: none;
    stroke: var(--text-light-gray);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.mobile-product-search #search{
    border-radius: 50rem 0 0 50rem;
    border: none;
    background-color: var(--light-gray);
    height: 39px;
    font: normal normal normal 15px/18px Lato;
}
.mobile-product-search #search-wines{
    border: none;
    border-radius: 0 50rem 50rem 0;
    background-color: var(--light-gray);
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list, .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
    .keyholder-join-section{
		background-position: 10%;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
	.keyholder-join-section{
		background-position: 10%;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
	.keyholder-join-section{
		background-position: 10%;
	}
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription, .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
	.keyholder-join-section{
		background-position: 10%;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription, .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px!important;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        min-height: auto!important;
    }
    .collection-section .c7-product__variant__price {
        min-height: auto!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
	.keyholder-join-section{
		background-position: 10%;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription, .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title, 
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price {
        min-height: auto!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription, .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title, 
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price {
        min-height: auto!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
	.keyholder-join-section{
		background-position: 10%;
	}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription, .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price {
        min-height: auto!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
	.keyholder-join-section{
		background-position: 10%;
	}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price {
        min-height: auto!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
	.keyholder-join-section{
		background-position: 10%;
	}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription, .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price {
        min-height: auto!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
	.keyholder-join-section{
		background-position: 10%;
	}
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price {
        min-height: auto!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-image{
        text-align: center;
        margin-bottom: 20px;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button{
        margin: 0;
    }
	.keyholder-join-section{
		background-position: 10%;
	}
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .feature-collection .c7-product{
        width: 25%;
    }
    .sub-wrapper-social-list {
        display: none;
    }
    .sub-wrapper-contact-details{
        width: 90%;
    }
    .custom-logo-link .custom-logo {
        max-width: 185px;
        height: 60px;
    }
    .c7-cart.c7-visible .c7-cart__close{
        font-size: 25px;
        line-height: 24px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .c7-product__photo img {
        max-height: 200px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new{
        font: normal normal bold 10px/15px var(--secondary-font);
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 16px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    .news-post-wrapper .news-post-title{
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    footer .contact-adderss {
        font: normal normal normal 12px/17px var(--secondary-font);
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    footer .contact-location iframe{
        max-width: 100%;
    }
    .instagram-feeds-section, .newsletter-section{
        padding: 15px 0;
    }
    .collection-section .c7-product-collection {
        justify-content: center!important;
    }
    .collection-section .c7-product__photo {
        margin-right: 10px;
        width: 35%;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price {
        min-height: auto!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/14px var(--secondary-font);
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-top: 14px solid var(--footer-boder-color);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/22px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/26px var(--primary-font);
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 100px;
        width: 70px;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center;
    }
    .c7-product-detail .c7-product-detail__titles h1{
        text-align: center!important;
    }
    .c7-product-detail .c7-product-detail__photo {
        margin: 0 0 0;
    }
    .c7-product-detail .c7-product-detail__photo img {
        max-height: 270px;
    }
    .c7-product-detail .c7-product-detail__info {
        text-align: left;
    }
    .c7-product-detail .c7-product-detail__info p {
        font-size: 14px;
    }
    .c7-product-detail .c7-product-description-content .line {
        margin: auto;
    }
    .c7-product-detail #custom-metadata-wrapper{
        justify-content: center;
    }
    .c7-product-detail .c7-product__variant {
        text-align: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 30px 20px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
    }
    .c7-checkout-summary .c7-cart__promo__summary {
        max-width: 37rem;
        margin: auto;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-usp-section .usp-title {
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 12px/16px var(--secondary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 16px/20px var(--primary-font);
        padding: 10px 0 !important;
        margin: 0 auto !important;
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 420px;
    }
    .keyholder-detail-section .keyholders-section-title{
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 0 auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-join-section{
		background-position: 10%;
	}
}
@media (max-width: 575.98px) { 
    .reservation-modal .modal-content .modal-body .gap-34 {
        gap: 34px;
        flex-direction: column;
    }
    .reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field:nth-child(2) {
        width: 100%;
    }
    .reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field:nth-child(3) {
        width: 100%;
    }
    #myModalRedirect .img-divs {
        display: none;
    }
    #myModalRedirect .content-div {
        width: 100%;
    }
    #myModalRedirect .content-div .gapping-40 {
        padding: 24px;
    }
    #myModalRedirect .btn-close{
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    }
    #c7-content.c7-content--checkout:before {
        width: unset;
    }
    #c7-content.c7-content--checkout .c7-club-product__details__quantity .c7-club-product__details__quantity__restriction svg{
        width: 20px;
    }
    .c7-checkout__summary-container {
        position: relative;
    }
    #sbi_images > div.sbi_item:nth-last-child(-n+10) {
        display: none !important;
    }
    .c7wp-wrap[data-c7-type="login"], .c7wp-wrap[data-c7-type="cart"] {
        min-width: 10ch;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .reservation-modal .modal-content .modal-body .gap-34 {
        gap: 34px;
        flex-direction: column;
    }
    .reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field:nth-child(2) {
        width: 100%;
    }
    .reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field:nth-child(3) {
        width: 100%;
    }
    #myModalRedirect .img-divs {
        display: none;
    }
    #myModalRedirect .content-div {
        width: 100%;
    }
    #myModalRedirect .content-div .gapping-40 {
        padding: 24px;
    }
    #myModalRedirect .btn-close{
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    }
    #c7-content.c7-content--checkout:before {
        width: unset;
    }
    #c7-content.c7-content--checkout .c7-club-product__details__quantity .c7-club-product__details__quantity__restriction svg{
        width: 20px;
    }
    .c7-checkout__summary-container {
        position: relative;
    }
    #sbi_images > div.sbi_item:nth-last-child(-n+10) {
        display: none !important;
    }
    .c7wp-wrap[data-c7-type="login"], .c7wp-wrap[data-c7-type="cart"] {
        min-width: 10ch;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: calc(50% - 12px);
    }
    .reservation-modal .modal-content .modal-body .gap-34 {
        gap: 34px;
        flex-direction: column;
    }
    .reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field:nth-child(2) {
        width: 100%;
    }
    .reservation-modal .modal-content .modal-body .gap-34 .reservation-form-content .c7-reservation-availability .c7-reservation__search .c7-form .c7-form__group .c7-form__field:nth-child(3) {
        width: 100%;
    }
    .reservation-modal .modal-content .modal-body .gap-34 .reservation-image{
        text-align: center;
    }
    #myModalRedirect .img-divs {
        display: none;
    }
    #myModalRedirect .content-div {
        width: 100%;
    }
    #myModalRedirect .content-div .gapping-40 {
        padding: 24px;
    }
    #myModalRedirect .btn-close{
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    }
    #c7-content.c7-content--checkout:before {
        width: unset;
    }
    .c7-checkout__summary-container {
        position: relative;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: calc(50% - 12px);
    }
}

/**
* Mobile Media Queries
*/
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-desc{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title,
    .reservation-vale-section-desc-wrapper .reservation-vale-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product__variant__price {
        min-height: auto!important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
		width:auto;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
		display:block;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .top-bar-contact-wrapper-section{
        display: none;
    }
    .custom-logo-link .custom-logo {
        width: 150px;
        height: 50px;
    }
    .top-bar-c7-wrapper #product-search {
        display: none;
    }
    .top-bar-c7-wrapper #c7-cart {
        position: relative;
    }
    .top-bar-c7-wrapper .c7-cart__count {
        display: block;
        position: absolute;
        color: var(--bs-white);
        width: 20px;
        height: 20px;
        background: var(--footer-boder-color);
        border-radius: 50%;
        top: -5px;
        right: -5px;
        font-size: 12px;
        text-align: center;
    }
    .visit-banner-wrapper img,
    .about-section-wrapper img,
    .discover-more-section-wrapper img, 
    .keyholders-section-wrapper img{
        width: 100%;
    }
    .top-bar-c7-wrapper #c7-cart .c7-cart__total{
        display: none;
    }
    .collapse:not(.show), .accordion-collapse:not(.show) {
        display: initial;
    }
    .collapse:not(.in), .accordion-collapse:not(.show) {
        display: none !important;
    }
    .accordion-collapse.show {
        display: initial!important;;
    }
    .mobile-product-search{
        display: block!important;
    }
    .top-bar-logo-wrapper-section {
        width: 66%;
    }
    .top-bar-logo-wrapper-section .top-bar-logo-wrapper{
        text-align: right!important;
    }
    .navbar-toggler.menu {
        position: absolute;
        top: -47px;
    }
    #content-on-slider{
        transform: scale(1.75) !important;
    }
    .controls-content-wrapper {
        transform: scale(1.85) !important;
    }
    .navbar-nav li {
        border-bottom: 1px solid var(--light-gray);
    }
    #kay_brother_nav {
        margin-top: 10px;
    }
    .navbar-expand-md .navbar-toggler{
        display: block!important;
    }
    .visit-banner, .feature-collection,
    .discover-more-section, .about-section,
    .keyholders-section, .latest-news-section,
    .instagram-feeds-section, .newsletter-section
    {
        padding: 50px 15px;
    }
    .visit-banner-desc-wrapper .visit-banner-desc,
    .discover-more-section-desc-wrapper .discover-more-section-desc,
    .about-section-desc-wrapper .about-section-desc,
    .keyholders-section-desc-wrapper .keyholders-section-desc,
    .newsletter-section-dscription{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .visit-banner-desc-wrapper .visit-banner-title,
    .history-section .history-title,
    .feature-collection .feature-title,
    .discover-more-section-desc-wrapper .discover-more-section-title,
    .about-section-desc-wrapper .about-section-title,
    .keyholders-section-desc-wrapper .keyholders-section-title,
    .instagram-feeds-section .instagram-feeds-section-title,
    .newsletter-section .newsletter-section-title{
        font: normal normal bold 20px/26px var(--primary-font);
        margin-top: 15px;
        text-align: center;
    }
    .history-section .history-desc {
        font: normal normal normal 16px/20px var(--secondary-font);
    }
    .visit-banner-desc-wrapper .leader-line,
    .history-section .leader-line,
    .about-section-desc-wrapper .leader-line,
    .feature-collection .leader-line,
    .discover-more-section-desc-wrapper .leader-line,
    .keyholders-section-desc-wrapper .leader-line,
    .instagram-feeds-section .leader-line,
    .newsletter-section .leader-line{
        display: block;
        margin: 15px auto;
        width: 40%;
    }
    .feature-collection .c7-product-collection {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .feature-collection .c7-product {
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }
    .feature-collection .c7-product__photo img {
        max-height: 180px;
    }
    .feature-collection .c7-product__title.c7-title {
        font: normal normal normal 14px/20px var(--primary-font);
        min-height: 50px;
    }
    .feature-collection .c7-product__variant__price__compare {
        font: normal normal normal 14px/20px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .c7-product__variant__price__sale {
        font: normal normal normal 16px/18px var(--primary-font);
        margin: auto 2px;
    }
    .feature-collection .featured-see-more{
        padding-top: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 9px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .feature-collection .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 12px solid var(--footer-boder-color);
        top: 30px;
    }
    .keyholders-section-wrapper, .discover-more-section-wrapper {
        padding-top: 0;
    }
    .about-section-wrapper{
        padding-bottom: 30px;
    }
    .visit-book-now, .discover-more-button,
    .keyholders-button, .readmore-button {
        margin: 30px auto auto;
        text-align: center;
        display: table;
    }
    .news-post-wrapper .news-post-title {
        font: normal normal bold 18px/22px var(--primary-font);
        text-align: center;
    }
    .news-post-wrapper .news-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .news-post-wrapper img{
        max-height: 165px;
    }
    footer{
        text-align: center;
    }
    footer .contact-location iframe {
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    footer .contact-adderss {
        margin: 30px auto;
    }
    footer .credit-text li{
        font: normal normal medium 12px/17px var(--secondary-font);
        font-size: 12px;
    }
    .feature-collection .c7-product__login-message button{
        padding: 5px 20px;
    }
    .shop-header-section h1 {
        font: normal normal bold 30px/43px var(--primary-font);
    }
    .collection-section #collectionTabs {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
    }
    #collectionTabs li {
        width: 45%;
        text-align: center;
    }
    .collection-section .nav-tabs .nav-link {
        font: normal normal bold 16px/18px var(--primary-font);
    }
    .collection-section .py-sm-4{
        padding: 30px;
    }
    
    .collection-section #tnh_our_wines{
        margin-bottom: 30px!important;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 45px;
        height: 30px;
    }
    .keyholder-icon{
        right: 5px;
    }
    .collection-section .c7-product-collection .c7-badge.c7-badge--new::after {
        border-right: 22px solid transparent;
        border-left: 23px solid transparent;
        border-top: 14px solid var(--footer-boder-color);
        top: 30px;
    }
    .collection-section .c7-product__photo img {
        max-height: 200px;
    }
    .collection-section .c7-product-collection .c7-product__title.c7-title {
        font: normal normal 500 18px/22px var(--primary-font);
        margin: 15px auto !important;
    }
    .collection-section .c7-product-collection .c7-product__teaser {
        font: normal normal normal 14px/20px var(--secondary-font);
        margin-bottom: 30px !important;
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal normal 18px/16px var(--primary-font);
    }
    .collection-section .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal normal 22px/30px var(--primary-font);
    }
    .collection-section .c7-product{
        margin-bottom: 30px!important;
    }
    .keyholders-section-desc-wrapper {
        padding: 30px !important;
    }
    .c7-product-detail .c7-product-detail__photo__thumbs a img {
        height: 70px;
        width: 60px;
    }
    .c7-product-detail .c7-product-detail__photo {
        position: relative;

    }
    .c7-product-detail .c7-product-detail__photo__thumbs {
        padding: 0.5rem !important;
        display: flex;
        flex-direction: row;
    }
    .c7-product-detail .c7-badge.c7-badge--new {
        font: normal normal bold 10px/12px var(--secondary-font);
        width: 50px;
        height: 30px;
    }
    .c7-product-detail .c7-badge.c7-badge--new::after {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 15px solid var(--footer-boder-color);
        top: 30px;
    }
    .c7-product-detail {
        margin-top: 20px !important;
    }
    .c7-product-detail .c7-product-detail__titles {
        width: 100%;
        text-align: center !important;
        margin: auto;
    }
    .c7-product-detail .c7-product-detail__titles h1 {
        text-align: center !important;
    }
    .c7-product-detail .c7-product-detail__titles .c7-product-detail__subtitle.c7-subtitle {
        font: normal normal 500 16px/20px var(--primary-font) !important;
        margin-bottom: 20px !important;
    }
    .c7-product-detail .c7-product-description-content {
        font-size: 14px;
        line-height: 18px;
    }
    .c7-product-detail .c7-product-description-content .line {
        display: none;
    }
    .c7-product-detail .nav-link {
        font: normal normal 500 14px/23px var(--primary-font);
    }
    .c7-product-detail .c7-product-detail__info p{
        font-size: 14px;
        text-align: left;
    }
    .c7-product-detail .c7-product__variant__add-to-cart {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .c7-product-detail .c7-product__variant__add-to-cart label {
        margin: 15px 20px;
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__compare {
        font: normal normal 400 18px/22px var(--primary-font);
    }
    .c7-product-detail .c7-product__variant__price .c7-product__variant__price__sale {
        font: normal normal bold 22px/25px var(--primary-font);
    }
    .c7-product-detail #custom-metadata-wrapper h3 {
        font-size: 18px;
        font-family: var(--primary-font);
        border-bottom: 1px solid var(--footer-boder-color);
        display: inline-block;
        margin: 20px auto;
    }
    .c7-product-detail .photo-slider-wrapper {
        flex-direction: column !important;
        padding: 20px !important;
    }
    .c7-cart.c7-visible .c7-cart-items__title {
        font: normal normal normal 14px/20px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__title a {
        font: normal normal normal 12px/20px var(--secondary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__price span {
        font: normal normal normal 14px/18px var(--primary-font);
    }
    .c7-cart.c7-visible .c7-cart-items__item-total {
        font: normal normal normal 22px/31px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__title {
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .shopping-cart-section .c7-cart-items__quantity {
        order: 5;
    }
    .shopping-cart-section .c7-cart-items__price {
        order: 3;
        font: normal normal 400 16px/20px var(--primary-font);
        width: 30%;
    }
    .shopping-cart-section .c7-cart-items__image img {
        max-height: 100px;
        margin-bottom: 20px;
    }
    .c7-cart__wrapper .c7-cart-items__title {
        width: 50%;
    }
    .shopping-cart-section .c7-cart-items > div {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .shopping-cart-section .c7-button-alt-small {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .shopping-cart-section .c7-cart__summary {
        border: none;
        padding-top: 0 !important;
    }
    .c7-cart-summary > div div:first-child {
        text-align: left;
        font-size: 14px;
    }
    .c7-checkout-template__toggle {
        background: var(--light-gray);
        border: none !important;
    }
    .c7-checkout-template__toggle div a {
        text-align: center;
        color: var(--text-light-gray);
        text-decoration: none;
        font-size: 14px;
        display: block;
    }
    .c7-checkout-template .c7-checkout-summary {
        background-color: var(--bs-white);
        padding: 30px;
    }
    .c7-checkout-summary .c7-cart-items__title {
        padding-left: 1%;
        font: normal normal normal 16px/20px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-checkout-summary .c7-cart-items__price {
        font: normal normal normal 16px/18px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__price span {
        font: normal normal normal 14px/16px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-items__item-total {
        font: normal normal normal 20px/26px var(--primary-font);
    }
    .c7-checkout-summary .c7-cart-summary__subtotal div:first-child, .c7-checkout-summary .c7-cart-summary div div:first-child {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .c7-checkout-template .c7-checkout__main {
        padding: 1rem 1rem 1rem;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout, .top-bar-c7-wrapper #c7-login a.c7-login__logged-in{
        text-indent: -99999999px;
        color: transparent;
    }
    .top-bar-c7-wrapper #c7-login a.c7-login__logout{
        display: none;
    }
    .c7-account-menu {
        display: flex;
        flex-wrap: wrap;
    }
    #c7-content .c7-account-menu a {
        font-size: 12px;
        width: 50%;
        margin: 5px auto;
    }
    .c7-checkout__content__buttons .c7-button{
        margin: auto!important;
    }
    .c7-checkout-template .c7-form .c7-button {
        margin: auto!important;
        margin-top: 15px;
    }
    .c7-checkout-template .c7-order__buttons {
        flex-direction: column-reverse;
    }
    .c7-icon--help {
        margin: 15px auto;
    }
    .c7-checkout-template .c7-checkout__main p, .c7-checkout-template .c7-checkout__main span{
        font-size: 14px;
    }
    .reservation-usp-section {
        padding: 30px 0;
    }
    .reservation-usp-section .usp-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        padding: 15px;
    }
    .reservation-vale-section-desc-wrapper .leader-line {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .reservation-vale-section-desc-wrapper {
        padding: 30px 0 !important;
    }
    .reservation-vale-section-wrapper img {
        width: 100%;
    }
    .reservation-vale-section-desc {
        margin-bottom: 0 !important;
    }
    .reservation-vale-section-wrapper {
        padding: 0 0 40px 0 !important;
    }
    .wine-flights-section {
        padding: 30px 0;
    }
    .wine-flights-section .wine-flights-section-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-title {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .wine-flight-wrapper .wine-flight-description-wrapper {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .wine-flight-wrapper {
        min-height: 385px;
    }
    .reservation-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-header-section h1 {
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .keyholder-detail-section {
        margin-top: 0 !important;
    }
    .keyholder-detail-section .column-left img {
        margin-bottom: 30px !important;
    }
    .keyholder-detail-section .keyholders-section-title {
        text-align: center;
    }
    .keyholder-detail-section .leader-line {
        display: block;
        margin: 10px auto 30px auto;
    }
    .keyholder-detail-section .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
        margin-bottom: 30px !important;
        padding: 35px;
    }
    .keyholder-detail-section .keyholders-section-desc ul li {
        line-height: 28px;
        text-align: left;
    }
    .keyholder-detail-section .keyholders-section-title {
        font: normal normal bold 18px/22px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-title {
        font: normal normal bold 20px/26px var(--primary-font);
    }
    .keyholder-section-wrapper .keyholders-section-desc {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .keyholder-section-wrapper .c7-club-list {
        flex-direction: column;
        display: flex;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__image {
        margin-bottom: 0;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item {
        margin: 20px 10px;
    }
    .keyholder-section-wrapper #c7-content a {
        width: 100%;
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content h2 {
        font: normal normal bold 18px/20px var(--primary-font);
    }
    .keyholder-section-wrapper .c7-club-list .c7-club-list__item .c7-club-list__item__content p {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .privacy-policy-header-section h1{
        font: normal normal bold 28px/30px var(--primary-font);
    }
    .privacy-policy-wrapper h2 {
        font-size: 18px !important;
    }
    .privacy-policy-wrapper h3 {
        font-size: 16px !important;
    }
    .privacy-policy-wrapper p, .privacy-policy-wrapper ul{
        font-size: 14px;
        line-height: 16px;
    }
    .even-column{
        flex-direction: column-reverse;
    }
    .history-tabs-section .profile-name{
        font: normal normal bold 18px/20px var(--primary-font);
        text-align: center;
        margin-top: 20px;
    }
    .history-tabs-section .profile-content {
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section .profile-image {
        margin-top: 30px;
        text-align: center;
    }
    .history-tabs-section p{
        font: normal normal normal 14px/20px var(--secondary-font);
        text-align: center;
    }
    .history-tabs-section img{
        text-align: center;
        margin: 30px auto;
    }
    .text-sm-center{
        text-align: center;
    }
    .background-section-wrapper{
        margin: 30px auto!important;
    }
    .about-section-header h1{
        font: normal normal bold 30px/50px var(--primary-font);
    }
    .w-20 {
        width: 50%;
        max-height: 480px;
        text-align: center;
    }
    .reservation-slots-section .c7-experiences {
        width: 100%;
        flex-wrap: wrap;
    }
    .reservation-slots-section .c7-experience {
        width: 100%;
    }
    .c7-cart.c7-visible .c7-cart-items > div{
        align-items: flex-start;
    }
    .c7-checkout-summary h2{
        font-size: 16px;
    }
    .c7-checkout-summary h3{
        font-size: 14px;
    }
    .c7-checkout-summary p, .c7-checkout-summary__reservation-items{
        font-size: 12px;
    }
    .mobile-gutter-y{
        --bs-gutter-y: 1rem;
    }
    .single-post-section img {
        max-height: 100px;
        object-fit: contain;
    }
    .single-post-content-wrapper h1 {
        font: normal normal bold 20px/24px var(--primary-font);
    }
    .single-post-content p {
        font-size: 14px;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button, .wp-block-c7wp-default #c7-content .c7-account-login--new .c7-button{
        width: 65%;
        margin: auto !important;
        font-size: 14px !important;
    }
    .wp-block-c7wp-default #c7-content .c7-form .c7-button-alt{
        font-size: 14px!important;
    }
    .c7-cart__wrapper .c7-cart-summary__total div:first-child{
        text-align: left;
    }
    .shopping-cart-section .c7-cart-items__title a::after {
        text-align: right;
        position: absolute;
        right: 0;
    }
    .c7-cart__wrapper .c7-cart__buttons .c7-button{
        width: 100%!important;
        font-size: 14px!important;
    }
    .c7-checkout-template #c7-promoCode + .c7-button{
        width: 100%;
        margin-top: 10px!important;
    }
    .categories-news-section img {
        width: auto;
        height: auto;
        object-fit: cover;
        float: none;
    }
    .categories-news-section .categoy-page-news-title{
        margin-top: 15px;
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .categories-news-section .categoy-page-news-title a{
        font: normal normal bold 16px/20px var(--primary-font);
    }
    .c7-form .c7-selectbox + .c7-selectbox {
        margin-left: 0;
    }
    footer .leader-line {
        width: 100%;
        max-width: 295px;
    }
    .c7-modal__content a{
        margin: auto;
    }
    .c7-button, .c7-logout-message a{
        font-size: 14px!important;
        padding: 0.5rem 1.5rem!important;
    }
    .c7-visible .c7-cart-items__image{
        display: block;
        width: 10%;
        text-align: center;
    }
    .c7-visible .c7-cart-items__image img{
       max-height: 100px;
    }
    .c7-cart-items__quantity {
        width: 15%;
    }
    .c7-reservation-widget .c7-button{
        width: 100%;
    }
    .c7-account__create-account #c7-create-account .c7-button{
        width: 40% !important;
        margin: 0 !important;
        position: absolute;
        right: 0;
    }
    .c7-account__order-detail__customer-details  .c7-button{
        width: 100%;
    }
    .c7-form.c7-visible.c7-coupon-form .c7-button{
        width: 100%;
    }
    footer .credit-text ul.list-inline li:first-child:after {
        content: '';
    }
    footer .credit-text .list-inline-item:not(:last-child) {
        margin-right: 12px;
    }
    footer .credit-text li:after {
        margin: auto 7px;
    }
    .c7-account__clubs + #c7-modal .c7-button {
        right: 0;
        margin: 0!important;
        position: absolute;
    }
    .age-gate-challenge {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-submit-yes {
        font: normal normal bold 22px/26px var(--primary-font);
    }
    .age-gate-heading.age-gate-logo img {
        max-width: 70%;
    }
    .newsletter-section .c7-subscribe .c7-form {
        flex-direction: column;
    }
    .newsletter-section .c7-subscribe .c7-form>div{
        margin: auto;
        margin-bottom: 0;
        width:100%;
		
    }
    .newsletter-section .c7-subscribe .c7-form .c7-form__button-row button {
        border-radius: 3px;
        margin: auto;
        width: 50%;
    }
    .home-slider-section #content-on-slider a{
        border-width: 1px!important;
        border-radius: 2px!important;
    }
    #slider-1-slide-1-layer-8 {
        transform: scale(2) !important;
    }
    .product-detail-faq-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .question-section-title {
        font: normal normal normal 18px/20px var(--primary-font);
    }
    .product-detail-faq-section .accordion-header button {
        font: normal normal normal 16px/18px var(--primary-font);
        color: var(--footer-boder-color);
    }
    .product-detail-faq-section .accordion-body {
        font: normal normal normal 14px/20px var(--secondary-font);
    }
    .suggested-wines-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
    .product-video-section .productvideo-title {
        font: normal normal bold 20px/22px var(--primary-font);
    }
	.keyholder-join-section{
		background-position: 10%;
	}
    .reservation-slots-section .reservation-cards .gap-16 {
        gap: 16px;
        flex-direction: column;
    }
    .reservation-slots-section .reservation-cards .gap-16 .reservation-card {
        width: 100%;
    }
}