/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * escrow-text:
 *   - http://typekit.com/eulas/00000000000000003b9ae77c
 *   - http://typekit.com/eulas/00000000000000003b9ae77d
 *   - http://typekit.com/eulas/00000000000000003b9ae780
 * europa:
 *   - http://typekit.com/eulas/00000000000000003b9b12fa
 *   - http://typekit.com/eulas/00000000000000003b9b12fd
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-08-02 07:12:31 UTC"}*/


.event-padding .uncont{
  padding : 1rem;
}

.primary-color{
      color: #7a232c !important;
}
.style-light .navbar-brand .logo-skinnable{
  color:#fff;
}
.menu-item-link.search-icon{
display:none !important;  
}

.mt-0{
  margin-top: 0 !important;
}
.banner_img img{
  opacity:0.7;
}
.banner_marque{
  
}

.banner_marque marquee{
padding:15px 0;
  color:#fff;
  font-size:22px
}
.virtual-btn  .uncont > span.btn-inline{
   width: 100%;
}
.virtual-btn .btn{
  color: #653220 !important;
    font-size: 26px !important;
    font-family: Roboto !important;
    letter-spacing: 1px;
      width: 100%;
}
.virtual-text h3 span{
  font-size: 28px;
  margin-bottom:0.8rem;
  line-height: 1.5;
}

.footer-widget p {
    font-size: 24px;
}
.footer-widget .social-icon.icon-box .fa{
      font-size: 40px;
}
.banner-heading-small span{
  font-size:33px;
}
.banner-heading-big span{
  font-size:53px; 
}

.product_slider .tmb .t-entry-visual img{
  width:75%;
}
.sec_heading span{
  font-size:62px;
}
.sec_content span{
  font-size:26px; 
}
.columbia_text p {
    font-size: 20px;
}
/*--------------------------------------------------------------
    ## Wine Club Options
    --------------------------------------------------------------*/
.wine-club-options-wrapper { 
    text-align: center;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 2px solid #f5f5f5;
}

    .wine-club-options-wrapper h2 {
        font-weight: bold;
        font-size: 36px;
        line-height: 1;
        color: #302a2c;
        margin-bottom: 15px;
    }

    .wine-club-options-wrapper h3 {
        font-family: "Droid Sans", sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.5;
        color: #302a2c;
        margin-bottom: 15px;
    }

        .wine-club-options-wrapper h3 span {
            display: block;
        }

.wine-club-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wine-club-option-wrapper {
    display: flex;
    position: relative;
    z-index: 0;
    flex: 0 0 100%;
    transition: all 0.5s;
    max-width: 350px;
    margin-bottom: 30px;
}

.shipment-option {
    display: none;
    flex: 0 0 100%;
}

    .shipment-option.active {
        display: block;
    }

.wine-club-disclaimer {
    position: relative;
    z-index: 1;
}

.wine-club-option {
    background: #f6f5f6;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wine-club-slogan {
    flex: 1 0 100%;
    padding: 5px 0;
}

    .wine-club-slogan span {
        font-size: 16px;
        line-height: 22px;
        font-family: 'Droid Serif', serif;
        font-style: italic;
        font-weight: bold;
        color: #32292c;
        opacity: 0.5;
    }

.wine-club-image {
    flex: 1 0 100%;
    margin-bottom: 2px;
}

.wine-club-content-wrapper {
    flex: 1 0 100%;
}

    .wine-club-content-wrapper h4 {
        font-family: "Droid Sans", sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

.wine-club-content {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

    .wine-club-content h3 {
        background: #c20f3e;
        text-align: center;
        color: #FFFFFF;
        text-shadow: 0 1px 0 rgba(0,0,0,0.5);
        padding: 15px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        font-family: 'Droid Sans', sans-serif;
        letter-spacing: 0px;
        margin: 0 0 10px;
        position: relative;
        z-index: 1;
    }

    .wine-club-content p {
        font-size: 15px;
        line-height: 1.8;
        color: #32292c;
        margin-bottom: 0;
        padding: 0 15px 10px;
    }

.selectdiv {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
flex-direction: column;
}

/* IE11 hide native button (thanks Matt!) */
select.js--interval-toggle::-ms-expand {
    display: none;
}

.selectdiv.has-arrows:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 60px;
    /*Adjust for position however you want*/
    top: 8px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.selectdiv select.js--interval-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    width: auto;
    height: 40px;
    margin: 0 0 0 15px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #241e20;
    -ms-word-break: normal;
    word-break: normal;
  margin-left:0;
}

.selectdiv.has-arrows select.js--interval-toggle {
    width: 75px;
    padding: 0 40px 0 10px;
}

.interval-label {
    font-size: 15px;
    color: #5f6062;
    margin-bottom: 0;
    padding: 0 0 0 8px;
}

.wine-club-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    text-align: center;
}

    .wine-club-details h4 {
        font-size: 30px;
        font-weight: normal;
        line-height: 40px;
        color: #241e20;
        font-family: 'Droid Sans', sans-serif;
        margin-bottom: 15px;
        flex: 0 0 100%
    }

    .wine-club-details a {
        text-decoration: none;
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1;
        text-transform: uppercase;
        display: block;
        max-width: 100%;
        padding: 15px 26.5px;
        cursor: pointer;
        text-align: center;
        vertical-align: top;
        border: 0;
        box-shadow: none;
        font-weight: normal;
        border-radius: 3px;
        font-family: 'Droid Sans', serif !important;
        font-weight: 700;
        color: #ffffff;
        background: #c20f3e;
        text-shadow: none;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.3s;
    }

        .wine-club-details a:hover {
            color: #fff;
            background: rgb(128,0,30);
        }

.font-size-menu, .menu-container ul.menu-smart > li > a:not(.social-menu-link), .menu-container:not(.vmenu-container) ul.menu-smart > li > a{
  font-size:18px !important;
}
.price-container .price{
  color: #7a232c !important;
}
.price-container .price ins{
  color:#606060;
      display: block;
    margin-top: 7px;
}
a[data-title="CART"], a[title="CART"] {
   font-size:0px !important
}
a[data-title="CART"] .fa-shopping-cart, a[title="CART"] .fa-shopping-cart{
  font-size:18px;
}
.quantity{
  display: none !important;
}
.woocomerce-success{
  display:none !important;
}
.owl-carousel-wrapper .wine_custom_price{
  display: none;
}
.isotope-wrapper .t-entry-text .priceh6{
  margin-top: 3px;
}
.isotope-wrapper .t-entry-text .wine_custom_price{
      display: block;
    color: #7a232c !important;
    font-size: 14px;
}
.isotope-wrapper .t-entry-text ins.h2{
  color: #606060 !important;
}
@media (min-width: 768px) {
    .wine-club-options {
        justify-content: space-around;
    }

    .wine-club-option-wrapper {
        flex: 0 0 45%;
    }

    .wine-club-options-wrapper h3 span {
        display: inline;
    }

    .wine-club-details h4 {
        margin-bottom: 0;
    }
 
    .wine-club-details a {
        font-size: 14px;
    }
  
}

@media (min-width: 1024px) {
    .wine-club-option-wrapper {
        flex: 0 0 23%;
    }

        .wine-club-option-wrapper.has-slogan {
            margin-top: -15px;
        }

    .wine-club-details h4 {
        margin-bottom: 15px;
    }

    .wine-club-details a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner-heading-small span {
    font-size: 26px;
    text-align: center;
  }
  .banner-heading-big span {
    font-size: 38px;
    text-align: center;
      margin: 1.5rem 0;
  }
  .banner_btn p{
    text-align:center !important;
  }
}

