
@import url('https://fonts.googleapis.com/css?family=Adamina&display=swap');

:root {
  --og-color:#cdab7e;
  --main-heading-font: 'Adamina', serif;
  --main-body-font: Helvetica Neue, Helvetica, Arial, sans-serif;
  --main-line-height:1.7;
  --main-text-color:#433e40;
  --main-link-color: #d9b27d;
  --main-link-hover-color:#cdab7e;
  --main-border-color: #dfdcd3;
  
  
  --anderson-dark:#40393c;
  --anderson-dark-highlight:#312b2d;

  --main-header-secondary-region-background:#d9b27d;
  --main-header-secondary-region-icon-color:#2b2023;
  --main-header-secondary-region-text-color:#2b2023;
  --main-header-primary-region-background:#ffffff;
  --main-header-primary-region-text-color:#2b2023;
  --main-header-primary-region-background-text-color:#2b2023;
  --main-header-primary-region-background-highlight:#f2f1ef;
  --main-header-primary-region-dropdown-background:#f2f1ef;
  --main-header-primary-region-dropdown-background-highlight-color: transparent;
  --main-progress-loader-color:#c99550;

  --main-site-header-dropdown-link-color: var(--main-link-color);
  --main-input-label-color:  var(--main-link-color);
  --main-product-image-background:#ffffff;

  --main-product-price-text-color: #d2994d;

  --main-page-header-banner-background:#2b2023;


  --main-banner-background-position: 50% 25%;

  --main-footer-background-color:#40393c;
  --main-banner-description-font-size:1.2em;

  --main-mobile-navigation-button-background-color: #fff;
  --main-mobile-navigation-button-text-color: var(--main-text-color);
  --main-mobile-navigation-button-border-color: #fff;

  --main-logo-width-lg: 265px;
  --main-logo-width-md: 240px;
  --main-logo-width-sm: 170px;
  --main-logo-width: 155px;

  --main-button-primary-border-radius:0px;
  --main-button-primary-border-color:#40393c;
  --main-button-primary-background-color:#40393c;


  /*main mobile */
  --main-mobile-navigation-element-background-color:#2b2023;
  --main-mobile-navigation-element-background-highlight-color:#35282c;
  --main-mobile-navigation-link-dropdown-background-color: #e8dfc7;
  --main-mobile-navigation-link-dropdown-background-highlight-color: var(--main-link-color);
  --main-mobile-navigation-link-dropdown-background-highlight-link-color: #ffffff;
  --main-mobile-navigation-link: var(--main-text-color);


  /*age-gate*/
  --main-agegate-background-color: rgba(0, 0, 0, 0.5);
  --main-agegate-card-background-color: #a29c91;
  --main-agegate-card-text-color: #ffffff;
  --main-agegate-button-background-color: var(--main-link-color);
  --main-agegate-button-text-color: #ffffff;


  --main-award-badge-background-color:#40393c;

/*product*/
  --main-product-add-to-cart-background:#40393c;
  --main-product-add-to-cart-increment-button-background:#40393c;
  --main-product-add-to-cart-button-background-highlight:#4d4045;
  --main-product-add-to-cart-button-background:#40393c;
  --main-product-add-to-cart-increment-button-text:white;
  --main-product-detail-card-highlight-color:var(--main-link-color);
}
.no-header {

  --main-cart-count-background:#ffffff;
  --main-cart-count-text:var(--main-text-color);

}
.header.header-001 .secondary-region {
  padding:1em 0em;
}
@media (min-width: 576px) {
  .header.header-001 .secondary-region {
    padding:1.5em 0em;
  }
}
.header.header-001 .primary-region{
  box-shadow: 0px 3px 6px 0px rgba(43, 32, 35, 0.07);
}

.header.header-001 .primary-region .dropdown-toggle:after{
  color:var(--main-link-color);
}

.wine-tabs .nav-pills .nav-link{
  font-family:var(--main-heading-font);
}

.age-gate:before {
  backdrop-filter: blur(4px);
}





/*buttons*/

.card-type-color .banner-action a.banner-btn-primary,
.header-content .header-links .btn-primary,
.card-type-photo .banner-btn.banner-btn-primary,
.card.card-photo .card-actions a.btn.btn-primary-cta,
.card.card-icon .card-actions a.btn.btn-primary-cta {
    --main-button-primary-border-color: var(--anderson-dark);
    --main-button-primary-background-color: var(--anderson-dark);
    --main-button-primary-text-color: #fff;
    --main-button-primary-border-radius: 0px;
    border: 2px solid var(--main-button-primary-border-color) !important;
    font-family: var(--main-body-font);
    border-radius: var(--main-button-primary-border-radius);
    color: var(--main-button-primary-text-color);
    padding: .75em 1.5em;
    background-color: var(--main-button-primary-background-color);
}

.card-type-color .banner-action a.banner-btn-primary:hover,
.header-content .header-links .btn-primary:hover,
.card-type-photo .banner-btn.banner-btn-primary:hover,
.card.card-photo .card-actions a.btn.btn-primary-cta:hover,
.card.card-icon .card-actions a.btn.btn-primary-cta:hover {
    --main-button-primary-highlight-background-color: var(--anderson-dark-highlight);
    --main-button-primary-highlight-border-color: var(--anderson-dark-highlight);
    --main-button-primary-highlight-text-color: #fff;
    background-color: var(--main-button-primary-highlight-background-color);
    color: var(--main-button-primary-highlight-text-color);
    border: 2px solid var(--main-button-primary-highlight-border-color) !important;
}

.header-content .header-links .btn-secondary,
.card-type-photo .banner-btn.banner-btn-secondary,
.card.card-photo .card-actions a.btn.btn-secondary-cta,
.card.card-icon .card-actions a.btn.btn-secondary-cta {
    --main-button-secondary-border-color: #fff;
    --main-button-secondary-background-color: #fff;
    --main-button-secondary-text-color: var(--anderson-dark);
    --main-button-secondary-border-radius: 0px;
    background: var(--main-button-secondary-background-color);
    border: 2px solid var(--main-button-secondary-border-color) !important;
    font-family: var(--main-body-font);
    border-radius: var(--main-button-secondary-border-radius);
    color: var(--main-button-secondary-text-color);
    padding: .75em 1.5em;
}

.header-content .header-links .btn-secondary:hover,
.card-type-photo .banner-btn.banner-btn-secondary:hover,
.card.card-photo .card-actions a.btn.btn-secondary-cta:hover,
.card.card-icon .card-actions a.btn.btn-secondary-cta:hover {
    --main-button-secondary-highlight-background-color: #ffff;
    --main-button-secondary-background-color: #fff;
    --main-button-secondary-highlight-text-color: var(--main-link-color);
    --main-button-secondary-border-color: #fff;
    background-color: var(--main-button-secondary-background-color);
    color: var(--main-button-secondary-highlight-text-color);
    border-color: var(--main-button-secondary-border-color);
}

/*banner overrides */

.main-banner-section {
  --main-banner-padding: 4.25rem;
}

.main-banner-section .banner-item {
  overflow: hidden;
}
.main-banner-section .banner-action .banner-btn {
  padding:1.25rem 2.75rem;
  font-size:1.2em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  border:6px solid var(--anderson-dark) !important;
}
.main-banner-section .banner-action .banner-btn:hover,
.main-banner-section .banner-action .banner-btn:focus {
  border:6px solid var(--anderson-dark-highlight) !important;
}

.main-banner-section .image-background {
  transform: scale(1.2);
}

.main-banner-section .a-image img.low-res:not(.placeholder) {
  filter: blur(25px);
}

.cta-section.upper-cta-section .wysiwyg-content {
  max-width:960px;
  margin:0 auto;
  padding: 3rem 1rem 1rem 1rem;
}
.btn.primary-cta, .btn.banner-btn-primary{
  font-family:var(--main-heading-font);
}

.step-header .step-title {
    font-family:var(--main-heading-font);

}
/* custom award tag */
.special-tag:before {
  content: " ";
  position: absolute;
  box-shadow: inset 0px 0px 0 2px white;
  width: calc(100% - .5em);
  height: calc(100% - .5em);
  z-index: 222;
  top: .25em;
  left: .25em;
  border-radius: 100%;
  opacity: .25;
}
.special-tag .tag-content {
  font-family:var(--main-heading-font);
}



@media (min-width: 576px) {
  .cta-section.upper-cta-section .grid-template-frontend {

  }
  .cta-section.upper-cta-section .card-item .card {
  }
  .cta-section.upper-cta-section .grid-template-frontend h3{
    font-size:1.9em;
  }
}

div[name*="page-blob-top--node"] .card {
  min-height:300px;
}

.cta-section div[name*="content-blog-1-above"] {
  line-height: 1.8;
}

.upper-cta-section div[name*="content-blob-1"] .card{
  min-height:350px;
}
@media (min-width: 576px) {

.upper-cta-section div[name*="content-blob-1"] .card{
    min-height:500px;
  }

.upper-cta-section div[name*="content-blob-1"] .card .title h3{
    font-size:2.2em;
  }
}
@media (min-width: 576px) {

div[name*="home-page-extra-4"] .banner-content .col {
  max-width:70%;
  margin: 0 auto;
}
}

.cta-section {
  background:#f9f6f2;
}

.cta-section .wysiwyg-content h2 {
  position: relative;
  padding-bottom:.5em;
  margin-bottom:.5em;
}
.cta-section .wysiwyg-content h2:before {
  content: "";
  position: absolute;
  max-width: 7rem;
  height: 2px;
  bottom: -.5em;
  left: 0;
  background-color: var(--main-border-color);
  right: 0;
  margin: 0 auto;
}

.mobile-navigation-container {
  font-family:var(--main-heading-font);
}

.product-item .description-container .cart-btn {
  font-family:var(--main-heading-font);
  padding:1em 1.5em;
}


.product-wrapper .product-head .main-container{
  display:flex;
  align-items: center;
}

.product-wrapper .product-head .main-container-content{
  width:100%;
}

/* table overrides */
.table thead th,
.table th,
.table td,
table .cart-view-table {
    border-color: var(--main-border-color) !important;
}

.table tbody+tbody {
    border-top-color: var(--main-border-color) !important;
}

.teaser-list-item {
    border-color: var(--main-border-color) !important;
}


/* concilio client theme */

.client-theme-1 {
    --vc-dark-color: #40393c;
    --vc-dark-contrast-color: #564f52;

    --vc-light-color: #f2f2e0;

    --vc-accent-color: #d9b27d;
    --vc-accent-contrast-color: #964d15;

    --neutral-1: #575054;
    --neutral-2: #534560;
    --neutral-3: #d5a987;
 
}

/* sitegate modal override */ 


.modal-image-display .sales-modal-content {
    padding: calc(var(--sales-modal-content-padding)*3.5) calc(var(--sales-modal-content-padding)*1.5) !important;
}

.sales-modal-display .sales-modal-image-inner {
	width:20em;
}

.modal-form-display.vc-form {
	padding:0;
}

.sales-modal-display .sales-modal-content {
	    width: 100%;
}

