/*
Theme Name: Villenoir - Child
Theme URI: http://okthemes.com/villenoir
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: Vineyard, Winery  & Wine WooCommerce shop
Tags: white, light, dark, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, full-width-template, microformats, sticky-post, theme-options
Text Domain: villenoir
Template: villenoir
Version: 1.0
=======

License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url("../villenoir/style.css");
/* Styles for the WineDirect modal cart and login.
-------------------------------------------------------------- */
#user-tools {
  background: #3d3934;
  position: relative;
  z-index: 100;
  text-align: right;
  right: 0; }
  #user-tools:before {
    content: " ";
    display: table; }
  #user-tools:after {
    content: " ";
    display: table;
    clear: both; }
  #user-tools .account-name,
  #user-tools #v65-toggleModalCart,
  #user-tools .v65-widgetModalCart .v65-widgetModalCart-status,
  #user-tools .v65-modalLoginLink {
    color: #fff;
    display: block;
    line-height: 1;
    padding: 1rem; }
    #user-tools .account-name:hover, #user-tools .account-name:active, #user-tools .account-name:focus,
    #user-tools #v65-toggleModalCart:hover,
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-status:hover,
    #user-tools #v65-toggleModalCart:active,
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-status:active,
    #user-tools #v65-toggleModalCart:focus,
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-status:focus,
    #user-tools .v65-modalLoginLink:hover,
    #user-tools .v65-modalLoginLink:active,
    #user-tools .v65-modalLoginLink:focus {
      color: #eee; }
  @media screen and (min-width: 40em) {
    #user-tools {
      background: none;
      font-size: 1rem;
      margin: 0.5rem 0;
      padding: 0; }
      #user-tools .account-name,
      #user-tools #v65-toggleModalCart,
      #user-tools .v65-widgetModalCart .v65-widgetModalCart-status,
      #user-tools .v65-modalLoginLink {
        color: #fff;
        padding: 0.5rem 0; }
        #user-tools .account-name:hover, #user-tools .account-name:active, #user-tools .account-name:focus,
        #user-tools #v65-toggleModalCart:hover,
        #user-tools .v65-widgetModalCart .v65-widgetModalCart-status:hover,
        #user-tools #v65-toggleModalCart:active,
        #user-tools .v65-widgetModalCart .v65-widgetModalCart-status:active,
        #user-tools #v65-toggleModalCart:focus,
        #user-tools .v65-widgetModalCart .v65-widgetModalCart-status:focus,
        #user-tools .v65-modalLoginLink:hover,
        #user-tools .v65-modalLoginLink:active,
        #user-tools .v65-modalLoginLink:focus {
          color: #fff; } }
  @media screen and (max-width: 991px) {
    #user-tools {
      padding-right: 10px; } }
  @media screen and (max-width: 40em) {
    #user-tools .user-account-links,
    #user-tools #v65-modalCart,
    #user-tools .v65-widgetModalCart {
      width: 50%;
      float: none;
      text-align: center; }
    #user-tools .user-account-links {
      border-right: 1px solid rgba(255, 255, 255, 0.6); } }

.awsm-popup-open #user-tools{
  z-index: 0;
}

#v65-modalCartDropdown .right, #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .right {
  text-align: right; }

.user-account-links {
  background: #3d3934;
  display: none;
  float: left; }
  .user-account-links span {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    cursor: pointer;
    display: block; }
    .user-account-links span:hover, .user-account-links span:active, .user-account-links span:focus {
      color: #fff; }
    .user-account-links span:hover + ul,
    .user-account-links span:active + ul,
    .user-account-links span:focus + ul {
      opacity: 1;
      visibility: visible; }
    .user-account-links span:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff;
      vertical-align: middle;
      display: inline-block;
      margin-left: 0.5em;
      margin-top: -4px; }
  .user-account-links ul {
    border-bottom: 1px solid #000;
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0.5em;
    position: absolute;
    text-align: left;
    visibility: hidden;
    width: 100%;
    z-index: 10;
    margin-left: -90px;
  }
    .user-account-links ul:hover {
      opacity: 1;
      visibility: visible; }
    .user-account-links ul li {
      border-top: 1px solid #000;
      white-space: nowrap; }
      .user-account-links ul li a {
        color: #fff;
        display: block;
        padding: 0.5rem 1rem; }
        .user-account-links ul li a:hover {
          color: #fff; }
  @media screen and (min-width: 40em) {
    .user-account-links span:after {
      border-top-color: #fff; }
    .user-account-links ul {
      background: #fff;
      border: 1px solid #999;
      right: auto;
      left: 0;
      width: auto;
      -webkit-transition: opacity 200ms ease-out;
      -o-transition: opacity 200ms ease-out;
      transition: opacity 200ms ease-out; }
      .user-account-links ul li {
        border: 0; }
        .user-account-links ul li a {
          color: #fff;
          padding: 0.3rem 0.5rem; } }

@media screen and (min-width: 40em) {
  #v65-modalCart, #user-tools .v65-widgetModalCart {
    display: inline-block;
    float: none;
    margin-left: 1rem;
    position: relative;
    right: auto;
    top: auto; } }

header #user-tools {
  position: absolute;
  float: none;
  background-color: #000;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: right;
  font-family: "Montserrat", sans-serif; }
  header #user-tools .v65-editProfile,
  header #user-tools .v65-logout,
  header #user-tools .v65-yourAccount,
  header #user-tools .v65-widgetLogin-yourAccount {
    display: none !important; }
  @media screen and (min-width: 992px) {
    header #user-tools {
      max-width: 970px; } }
  @media screen and (max-width: 40em) {
    header #user-tools {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: space-around;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6); } }
  @media screen and (min-width: 1200px) {
    header #user-tools {
      max-width: 1170px; } }
  header #user-tools > div {
    display: inline-block;
    float: none; }
  header #user-tools > .user-account-links {
    background: none;
    display: inline-block;
    float: none;
    position: relative; }
    header #user-tools > .user-account-links ul {
      background: none;
      background-color: #fff;
      border: 1px solid #000; }
      header #user-tools > .user-account-links ul li {
        border: 0; }
        header #user-tools > .user-account-links ul li a {
          color: #434343; }
        header #user-tools > .user-account-links ul li:hover {
          background-color: whitesmoke; }
  header #user-tools a,
  header #user-tools .account-name,
  header #user-tools .user-account-links,
  header #user-tools #v65-toggleModalCart,
  header #user-tools .v65-widgetModalCart .v65-widgetModalCart-status,
  header #user-tools .v65-modalLoginLink {
    color: #fff;
    font-size: 11px;
    font-weight: 400; }
  header #user-tools #v65-modalCart, header #user-tools .v65-widgetModalCart {
    color: #fff;
    float: right; }
    header #user-tools #v65-modalCart #v65-modalCartDropdown, header #user-tools .v65-widgetModalCart #v65-modalCartDropdown, header #user-tools #v65-modalCart .v65-widgetModalCart .v65-widgetModalCart-dropdown, header #user-tools .v65-widgetModalCart #v65-modalCart .v65-widgetModalCart-dropdown, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown {
      letter-spacing: 0;
      width: 380px;
      top: 100%;
      right: 10px;
      background-color: white;
      border: 1px solid #000;
      display: none;
      padding: 1em 0.5em;
      position: absolute;
      text-align: left; }
      header #user-tools #v65-modalCart #v65-modalCartDropdown #v65-modalCartBody p.right, header #user-tools .v65-widgetModalCart #v65-modalCartDropdown #v65-modalCartBody p.right, header #user-tools #v65-modalCart .v65-widgetModalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right, header #user-tools .v65-widgetModalCart #v65-modalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right {
        margin-bottom: 0;
        padding-right: 5px; }
        header #user-tools #v65-modalCart #v65-modalCartDropdown #v65-modalCartBody p.right .modalLinkAltBtn, header #user-tools .v65-widgetModalCart #v65-modalCartDropdown #v65-modalCartBody p.right .modalLinkAltBtn, header #user-tools #v65-modalCart .v65-widgetModalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right .modalLinkAltBtn, header #user-tools .v65-widgetModalCart #v65-modalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right .modalLinkAltBtn, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right .modalLinkAltBtn {
          background-color: transparent; }
          header #user-tools #v65-modalCart #v65-modalCartDropdown #v65-modalCartBody p.right .modalLinkAltBtn span, header #user-tools .v65-widgetModalCart #v65-modalCartDropdown #v65-modalCartBody p.right .modalLinkAltBtn span, header #user-tools #v65-modalCart .v65-widgetModalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right .modalLinkAltBtn span, header #user-tools .v65-widgetModalCart #v65-modalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right .modalLinkAltBtn span, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right .modalLinkAltBtn span {
            letter-spacing: 0;
            color: #9b6a45; }
        header #user-tools #v65-modalCart #v65-modalCartDropdown #v65-modalCartBody p.right:first-of-type .modalLinkAltBtn span, header #user-tools .v65-widgetModalCart #v65-modalCartDropdown #v65-modalCartBody p.right:first-of-type .modalLinkAltBtn span, header #user-tools #v65-modalCart .v65-widgetModalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right:first-of-type .modalLinkAltBtn span, header #user-tools .v65-widgetModalCart #v65-modalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right:first-of-type .modalLinkAltBtn span, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown #v65-modalCartBody p.right:first-of-type .modalLinkAltBtn span {
          color: #000; }
  header #user-tools #v65-modalCartBody #v65-modalCartTable, header #user-tools #v65-modalCartBody .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown #v65-modalCartBody .v65-widgetModalCart-itemSummary,
  header #user-tools #v65-modalCartBody #v65-itemAddedText p,
  header #user-tools #v65-modalCartBody .v65-additionalItemsMessage {
    font-size: 100%; }
  header #user-tools #v65-modalCartTable, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary {
    padding: 0 12px;
    width: 100%; }
    header #user-tools #v65-modalCartTable tr th, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary tr th {
      border-bottom: 1px solid #999;
      color: #9b6a45;
      line-height: 1.2;
      padding: 0.35rem;
      padding-bottom: 10px; }
    header #user-tools #v65-modalCartTable tr td, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary tr td {
      border-bottom: 1px solid #707070;
      line-height: 1.2;
      padding: 15px 0.15rem;
      font-size: 14px;
      font-weight: normal; }
      header #user-tools #v65-modalCartTable tr td a, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary tr td a {
        color: inherit; }
    header #user-tools #v65-modalCartTable tr#v65-modalCartTableSubtotal td, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary tr#v65-modalCartTableSubtotal td {
      border-bottom: 0; }
    header #user-tools #v65-modalCartTable .right, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .right {
      text-align: right; }
    header #user-tools #v65-modalCartTable .center, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .center {
      text-align: center; }
    header #user-tools #v65-modalCartTable .left, header #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .left {
      text-align: left; }
  header #user-tools #v65-modalCartTableSubtotal td {
    font-weight: bold; }

#user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown {
  color: grey; }
  #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown a {
    color: black; }
  #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-closeButton, #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons .v65-widgetModalCart-viewCartButton,
  #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons .v65-widgetModalCart-checkOutButton {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    height: auto;
    min-width: auto;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    background-color: transparent;
    width: 100%;
    text-align: right; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-closeButton a, #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons .v65-widgetModalCart-viewCartButton a, #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons .v65-widgetModalCart-checkOutButton a {
      font-size: inherit;
      color: #000; }
  #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummaryHeader {
    border-bottom: 1px solid grey;
    margin-bottom: 10px; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummaryHeader div {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0;
      font-size: 100%;
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
      color: #9b6a45;
      line-height: 1.2;
      padding: 0.35rem;
      padding-bottom: 10px; }
      #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummaryHeader div.v65-widgetModalCart-itemSummaryQuantity {
        width: 32px; }
      #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummaryHeader div.v65-widgetModalCart-itemSummaryItem {
        width: 40px; }
      #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummaryHeader div.v65-widgetModalCart-itemSummaryDescription {
        width: 110px; }
      #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummaryHeader div.v65-widgetModalCart-itemSummaryPrice {
        width: 81px;
        text-align: right; }
      #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummaryHeader div.v65-widgetModalCart-itemSummaryTotal {
        width: 66px;
        text-align: right; }
  #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-items div {
    display: inline-block; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-items div.v65-widgetModalCart-itemSummaryQuantity {
      width: 32px; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-items div.v65-widgetModalCart-itemSummaryItem {
      width: 40px; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-items div.v65-widgetModalCart-itemSummaryDescription {
      width: 110px;
      line-height: normal; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-items div.v65-widgetModalCart-itemSummaryPrice {
      width: 81px;
      text-align: right; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-items div.v65-widgetModalCart-itemSummaryTotal {
      width: 66px;
      text-align: right; }
  #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummarySubTotal {
    text-align: right; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummarySubTotal div {
      display: inline-block; }
      #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-itemSummary .v65-widgetModalCart-itemSummarySubTotal div.v65-widgetModalCart-itemSummarySubTotalValue {
        width: 70px; }
  #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons {
    text-align: right; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons .v65-widgetModalCart-viewCartButton,
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons .v65-widgetModalCart-checkOutButton {
      width: auto;
      display: inline-block; }
      #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons .v65-widgetModalCart-viewCartButton a,
      #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons .v65-widgetModalCart-checkOutButton a {
        color: #9b6a45; }
    #user-tools .v65-widgetModalCart .v65-widgetModalCart-dropdown .v65-widgetModalCart-BottomButtons .v65-widgetModalCart-checkOutButton {
      border: 1px solid #9b6a45;
      padding: 11px 16px; }

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Events list custom styles */
body.events-list #tribe-events-pg-template, body.events-list .tribe-events-pg-template {
  padding: 3em 0; }

.events-list .tribe-events-nav-pagination {
  margin-bottom: 1em; }

.events-list #tribe-events-content {
  margin: 0 auto;
  max-width: 1000px; }

body .tribe-events-list .type-tribe_events {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 3em;
  padding: 0; }

.events-list .tribe-events-list .tribe-events-event-image {
  overflow: hidden; }

.events-list .tribe-events-list .tribe-events-event-image img {
  height: 400px;
  max-width: none;
  width: auto; }

.event-item-content {
  padding: 6em 3em; }

body .tribe-events-list h2.tribe-events-list-event-title {
  font-size: 32px;
  float: none;
  margin: 0 0 1em; }

#tribe-events-content a, .tribe-events-event-meta a {
  color: #000000; }

.event-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 430px;
  width: 100%; }

.events-list .tribe-events-content {
  float: none; }

.event-details {
  color: #b0976d; }

.event-item .event-item-content .tribe-event-schedule-details, .event-item .event-item-content .tribe-event-date-start,
.event-item .event-item-content .tribe-event-time,
.event-item .event-item-content .timezone,
body .tribe-events-list .event-item .event-item-content .tribe-events-event-cost span {
  color: #000000; }

body .event-item .event-item-content .tribe-event-schedule-details {
  font-size: 16px; }

/* Remove details from single events 11/9/19 */
.tribe-events-meta-group.tribe-events-meta-group-details {
    display: none;
}
  
.tribe-events-event-cost {
  font-weight: bold; }

.tock-button {
  margin-top: 5%; }

#contact-form {
  width: 100%; }

footer.site-footer {
  padding: 0; }

.pre-footer {
  background-color: #252525;
  padding: 5rem 0; }

footer.site-footer .gg-widget {
  padding-bottom: 0; }

footer.site-footer .pre-footer input[type="submit"] {
  background-color: #8b644b;
  border: none;
  color: #ffffff; }

footer.site-footer .form-control {
  display: inline-block; }

footer.site-footer .form-control[type="email"] {
  max-width: 95%;
  margin-right: 1.5rem;
  border-right: 1px solid #858585 !important; }

footer.site-footer .footer-widgets-holder {
  margin-top: 0; }

.footer-widgets-holder {
  max-width: 500px;
  margin: 0 auto; }

.signup-text {
  margin-bottom: 5rem; }

.signup-text h3 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1; }

.signup-text p {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal; }

.input-group-btn:last-child:before {
  display: none; }

.bottom-footer {
  padding: 4rem 0; }

.gg-footer-menu {
  padding: 0 2rem; }

body.no-footer-text footer.site-footer .footer-extras {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem; }

footer.site-footer .footer-extras .footer-copyright, footer.site-footer .footer-extras .footer-social, footer.site-footer .footer-extras .gg-footer-menu {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -webkit-box-flex: 0 1 auto;
  -moz-flex: 1;
  -moz-box-flex: 0 1  auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-basis: auto; }
#footer-menu.navbar-nav > li a {
  line-height: 1; }

.footer-copyright {
  text-transform: uppercase; }

@media (min-width: 768px) {
  .event-item {
    display: flex; } }

@media (min-width: 992px) {
  #contact-form {
    width: 800px; }
  #footer-menu.navbar-nav > li {
    border-right: 1px solid; }
  #footer-menu.navbar-nav > li:last-child {
    border: none; } }

/** Calendar color customization **/
.wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: #7CB896 !important; }

.wc-bookings-date-picker .ui-datepicker td.fully_booked span,
.wc-bookings-date-picker .ui-datepicker td.fully_booked a {
  background-color: #cb6b6b !important; }

/* End Calendar color customization */
/* WC Grid mobile problems */
@media (max-width: 768px) {
  /* Body for specificity because this is from another stylesheet that we don't have control over. */
  body .vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
    margin-right: 0; }
  body .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0; }
  body .vc_row.vc_column-gap-10 {
    margin-left: 0;
    margin-right: 0; } }

/* End WC Grid mobile problems */
/* Woocommerce Villenoir buttons */
body.gg-shop-style3 .add_to_cart_button,
body.gg-shop-style3 .button {
  background-color: #9b6a45; }

/* End WC Villenoir buttons */
/* Mobile zigzag grid */
@media (max-width: 768px) {
  .vc_row.wpb_row .vc_col-sm-6 {
    order: 1; }
  .vc_row.wpb_row .vc_col-sm-6.vc_col-has-fill {
    order: 2; } }

/* End Mobile zigzag grid */

/* Mobile menu caret updates 11/9/19 */
@media (max-width: 991px) {
    .menu-item .mobile-caret {
        border: none;
        content: "+";
        color: White;
        width: 20px;
        height: 36px;
    }
    .menu-item .mobile-caret:after {
        border: none;
        font-size: 22px;
        content: "+";
        top: 0;
        right: 0;
        width: 20px;
        height: 36px;
    }
    .menu-item.open .mobile-caret:after {
        content: "-";
    }
}

/* Page header updates 11/13/19 */
header.site-header .page-meta h1 {
    color: black;
}
header.site-header .page-meta {
    background: transparent;
}
header.site-header .page-meta .page-meta-wrapper {
    padding: 80px 0 10px 0;
}
body.archive.category #content, 
body.archive.post-type-archive-tribe_events #content, 
body.single-post.wpb-is-on:not(.archive) #content, 
body.blog.wpb-is-on:not(.archive) #content,
.single-tribe_events #tribe-events-pg-template,
body.single-post #content {
    padding: 75px 0;
}

/* Bookings plugin update 12/9/19 */
.type-product #bkap-price-box span#bkap_price {
    font-size: 20px;
    line-height: 26px;
}
.type-product div.quantity {
    display: none;
}
.single-product div.product form.cart .quantity input.minus, .single-product div.product form.cart .quantity input.plus {
    display: none;
}
td.product-quantity input.minus,
td.product-quantity input.plus {
    display: none;
}
.woocommerce .cart .quantity input.qty {
    color: black;
    background: transparent !important;
    pointer-events:none;
}
.woocommerce .cart .quantity {
    max-width: 80px;
    margin-right: 0 !important;
    text-align: center;
}
.woocommerce .cart .quantity input.qty {
    width: 80px;
}

/* Event Calendar loop updates 12/10/19 */
body.home #tribe-events-header,
body.home #tribe-events-footer,
body.home .type-tribe_events .event-details,
.tribe-events-meta-group.tribe-events-meta-group-other {
    display: none;
}
body.home .tribe-events-ical.tribe-events-button {
    display: none !important;
}
body.home .type-tribe_events {
    width: 32%;
}
body.home .type-tribe_events .col-sm-4.col-md-4,
body.home .type-tribe_events .col-sm-8.col-md-8 {
    width: 100%;
    clear: both;
    float: none;
    padding-left: 0;
    padding-right: 0;
}
body.home .tribe-events-loop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

body.home .row.event-item {
    display: flex;
    flex-direction: column;
    margin: 0;
}

body.home .type-tribe_events .col-sm-4.col-md-4 {
    order: 1;
}

body.home .type-tribe_events .col-sm-8.col-md-8 {
    order: 2;
    padding-bottom: 40px;
}
body.home .event-item-content {
    padding: 10px 20px;
}
body.home h2.tribe-events-list-event-title {
    text-align: center !important;
    font-family: Montserrat !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 20px !important;
    line-height: normal !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
body.home h2.tribe-events-list-event-title a{
    color: #9b6a45 !important;

}
body.home .tribe-event-schedule-details {
    text-align: center;
    margin-bottom: 15px;
}
body.home .tribe-event-schedule-details h4 {
    text-transform: none !important;
    font-size: 16px !important;
}
body.home .tribe-events-list-event-description.tribe-events-content {
    text-align: center;
    line-height: normal;
    font-size: 14px !important;
}
body.home a.tribe-events-read-more {
    background-color: #8b634b;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    top: 10px;
    position: relative;
}
body.home .event-item .event-img {
    min-height: 360px;
}
body.home .tribe-events-list .type-tribe_events {
    margin-bottom: 0;
}
body.home .tribe-events-shortcode {
    margin-top: 70px;
}
@media screen and (max-width: 990px) {
    body.home .type-tribe_events {
        width: 46%;
    }
    body.home .tribe-events-last {
        margin-top: 35px;
    }
    /* no extra margin if the last event is #1 or #2 */
    .tribe-events-loop .type-tribe_events:nth-child(2).tribe-events-last,
    .tribe-events-loop .type-tribe_events:nth-child(1).tribe-events-last {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    body.home .type-tribe_events {
        width: 100%;
    }
    body.home .tribe-events-list .type-tribe_events {
        margin-bottom: 35px;
    }
    body.home .tribe-events-last {
        margin-top: 0;
    }
}

/* Guest checkout fields */
.woocommerce-additional-fields {
    margin-top: 20px;
}
.woocommerce-additional-fields h3 {
    margin-bottom: 20px !important;
}
.woocommerce-additional-fields .dsbf-guests-checkout-field {
    margin-top: 20px;
}
.woocommerce .shop_table.cart td.product-remove a {
    font-size: 32px;
    color: black;
}

/* Trade & Media Links - DSBF 07172020 */
header div#user-tools {
    background-color: transparent;
}
@media screen and (max-width: 991px) and (min-width: 640px) {
    header #user-tools {
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 991px) {
    div.navbar-header .logo-wrapper {
        float: none;
    }
    header #user-tools {
        width: 100%;
        position: relative;
        float: none;
        padding-bottom: 5px;
        max-width: 380px;
        margin: auto;
        margin-top: -12px;
        float: right;
    }
     header #user-tools > div:nth-of-type(2) {
        width: 55px;
        text-align: left;
        float: left;
        padding-left: 5px;
    }
    header #user-tools > div:nth-of-type(1) {
       margin-left: auto;
       width: 145px;
       display: inline-block;
       float: left;
    }
    header #user-tools > .user-account-links {
        float: left;
    }
    #user-tools .user-account-links span {
        width: 20px;
        float: left;
    }
    #user-tools .v65-widgetModalCart {
        width: 30%;
        min-width: 135px;
    }
    header #user-tools > div:nth-of-type(1) ul,
    header #user-tools > div:nth-of-type(2) ul {
       list-style-type: none;
       padding-left: 0;
    }
    header #user-tools > div:nth-of-type(1) ul, header #user-tools > div:nth-of-type(2) ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .menu-item .mobile-caret:after {
        right: 15px;
    }
}

@media screen and (max-width: 40em) {
    header #user-tools > div:nth-of-type(1),
    header #user-tools > div:nth-of-type(2) {
        width: 115px;
        text-align: right;
        padding: 1rem 0;
        line-height: 1;
    }
    header #user-tools > div:nth-of-type(2) {
        width: 45px;
        text-align: right;
    }
    header #user-tools > div:nth-of-type(1) {
       margin-left: auto;
    }
    #user-tools .user-account-links {
        width: auto;
    }
    #user-tools .user-account-links ul{
        width: auto;
    }
    #user-tools .user-account-links span{
        width: 30px;
        text-align: left;
        padding: 1rem 0;
        line-height: 1;
    }
    #user-tools .v65-widgetModalCart {
        width: 30%;
        min-width: 175px;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: unset;
    }
    #user-tools .user-account-links {
        border-right: 1px solid rgba(255,255,255,.15);
    }
    header #user-tools {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
    
}
@media screen and (max-width: 640px) {
    header #user-tools {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 400px) {
    header div#user-tools {
        padding: 0;
        max-width: 100%;
        margin: 0;
        position: relative;

    }
    #user-tools .v65-widgetModalCart {
        min-width: 150px;

    }
    #user-tools .v65-widgetModalCart-dropdown {
      width: 100vw !important;
      margin: 0;
      left: -15px;
    }
}
@media screen and (max-width: 300px) {
    header #user-tools a, 
    header #user-tools .account-name, 
    header #user-tools .user-account-links, 
    header #user-tools #v65-toggleModalCart, 
    header #user-tools .v65-widgetModalCart .v65-widgetModalCart-status, 
    header #user-tools .v65-modalLoginLink {
        font-size: 10px;
    }
    #user-tools .v65-widgetModalCart {
        min-width: 25%;
    }
}

/* Add MEC Events calendar - DSBF 08182021 */
.post-type-archive-mec-events .page-meta,
.single-mec-events .page-meta {
  display: none;
}
.post-type-archive-mec-events #main-content,
.single-mec-events #main-content {
  padding-top: 60px;
}
.post-type-archive-mec-events .mec-container h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* Fix all datepickers - bug with MEC events calendar - DSBF 08182021 */
#ui-datepicker-div {
  min-width: unset;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  margin-top: 0;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  margin-top: .5em;
  margin-left: 0 !important;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-prev-hover {
  left: 5px
}
.ui-datepicker .ui-datepicker-next, 
.ui-datepicker .ui-datepicker-next-hover {
  right: 5px
}
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
  content: "" !important;
}


/* Accessibility updates JC 7/15/21 */

.navbar-nav > li:focus > .dropdown-menu {
  top: 100%;
  opacity: 1;
  z-index: 1000;
}
.navbar-nav > li > a:focus + .dropdown-menu {
  top: 100%;
  opacity: 1;
  z-index: 1000;
}

.navbar-nav > li > .dropdown-menu:focus-within {
top: 100%;
opacity: 1;
z-index: 1000;
}
.navbar-nav > li > .dropdown-menu > li.dropdown-submenu:focus-within > ul {
top: -30px;
left: 100%;
border-top-left-radius: 0;
opacity: 1;
z-index: 1000;
}

.sidebar-nav .gg-widget ul li a {
color: #9b6a45 !important;
}

.bf-navlinks a:focus, .v65-widgetLogin-login a:focus, .v65-widgetModalCart-status:focus-within {
text-decoration: underline;
}
a:focus {
text-decoration: underline !important;
}
#content a:hover,
.site-footer a:hover {
text-decoration: underline !important;
}
a.btn.btn-primary {
border: 2px solid #9b6a45;
}
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
border: 2px solid #9b6a45;
background: transparent;
color: #9b6a45 !important;
}
.vc_btn3:hover,
.vc_btn3:focus,
.vc_btn3:hover,
.vc_btn3:focus {
border-width: 2px !important;
border-color: rgb(139, 99, 75) !important;
background-color: rgb(139, 99, 75) !important;
color: rgb(255, 255 , 255) !important;
text-decoration: none !important;
}
.vc_gitem-col .vc_general.vc_btn3:focus, 
.vc_gitem-col .vc_general.vc_btn3:hover {
border-color: rgb(139, 99, 75) !important;
background-color: transparent !important;
color: rgb(139, 99, 75) !important;
text-decoration: none !important;
}
.vc_btn3.vc_btn3-style-custom {
border-width: 2px !important;
}
#content a.btn.btn-primary:hover,
#content a.btn.btn-primary:focus
.vc_btn3.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-style-modern:focus,
#content .vc_btn3.vc_btn3-style-modern:hover,
#content .vc_btn3.vc_btn3-style-modern:focus,
#content .vc_general.vc_btn3:focus, 
#content .vc_general.vc_btn3:hover,
#content .vc_general.vc_btn3.vc_btn3-style-modern:hover,
#content .vc_general.vc_btn3.vc_btn3-style-modern:focus,
#content .vc_btn3.vc_btn3-style-custom:hover,
#content .vc_btn3.vc_btn3-style-custom:focus  {
background-image: none !important;
text-decoration: none !important;
}
body.gg-shop-style3 .add_to_cart_button, 
body.gg-shop-style3 .button {
border: 2px solid #9b6a45;
}
body.gg-shop-style3 .add_to_cart_button:hover, 
body.gg-shop-style3 .button:hover,
body.gg-shop-style3 .add_to_cart_button:focus, 
body.gg-shop-style3 .button:focus,
.vc_btn3.vc_btn3-style-custom:hover,
.vc_btn3.vc_btn3-style-custom:focus {
border: 2px solid #9b6a45;
background: transparent !important;
color: #9b6a45 !important;
text-decoration: none !important;
}
body.gg-shop-style3 #content .add_to_cart_button:focus, 
body.gg-shop-style3 #content .button:focus,
body.gg-shop-style3 #content .add_to_cart_button:hover, 
body.gg-shop-style3 #content .button:hover {
text-decoration: none !important;
}
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-widgetForm fieldset button[type="submit"], 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-customForm fieldset button[type="submit"], 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-widgetForm fieldset button[type="submit"], 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-customForm fieldset button[type="submit"] {
color:rgb(139, 99, 75) !important;
border-color:rgb(139, 99, 75) !important;
border-width: 2px !important;
}
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-widgetForm fieldset button[type="submit"]:hover span, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-customForm fieldset button[type="submit"]:hover span, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-widgetForm fieldset button[type="submit"]:hover span, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-customForm fieldset button[type="submit"]:hover span,
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-widgetForm fieldset button[type="submit"]:focus span, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-customForm fieldset button[type="submit"]:focus span, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-widgetForm fieldset button[type="submit"]:focus span, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-customForm fieldset button[type="submit"]:focus span {
color:rgb(139, 99, 75) !important;
}
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-widgetForm fieldset button[type="submit"]:hover, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-customForm fieldset button[type="submit"]:hover, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-widgetForm fieldset button[type="submit"]:hover, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-customForm fieldset button[type="submit"]:hover,
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-widgetForm fieldset button[type="submit"]:focus, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-widgetFormWrapper .v65-customForm fieldset button[type="submit"]:focus, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-widgetForm fieldset button[type="submit"]:focus, 
#wd_newsletter_form_wrapper #wd_newsletter_form .v65-form .v65-customForm fieldset button[type="submit"]:focus {
background: transparent !important;
border-color: rgb(139, 99, 75) !important;
border: 2px solid rgb(139, 99, 75) !important;
color: rgb(139, 99, 75) !important;
}