@import url("https://fonts.googleapis.com/css?family=Raleway:300,500,700");
:root {
  --primary: #333;
  --primary-text-color: #333;
  --font-color: #333;
  --theme-color: #333;
  --body-font-size: 14px;
  --body-font-family: Raleway;
  --body-font-weight: 400;
  --body-line-height: 1.42857143;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #80583c;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #b98a69;
  --btn-border-color: transparent;
  --btn-background-color: #b98a69;
  --btn-hover-background-color: #80583c;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Raleway;
  --btn-font-size: 14px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #8d4e24;
  --anchors-hover-color: #333;
  --highlights-color: #333;
  --highlights-font-family: Raleway;
  --highlights-font-weight: 700;
  --highlights-line-height: 1.4;
  --container-max-width: 1170px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: transparent;
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 15px;
  --product-title-color: #8d4e24;
  --btn-line-color: #888;
  --btn-line-width: 22px;
  --btn-open-line-color: #888;
}

body {
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  background-color: var(--body-background-color);
}

a {
  color: var(--anchors-color);
}

a:hover {
  color: var(--anchors-hover-color);
}

button {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}

img {
  max-width: 100%;
}

body,
.ui-widget-content {
  color: var(--primary-text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--highlights-color);
  font-family: var(--highlights-font-family);
  line-height: var(--highlights-line-height);
  font-weight: var(--highlights-font-weight);
}

.btn {
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  line-height: 20px;
  text-transform: var(--btn-text-transform);
  background: var(--btn-background-color);
  color: var(--btn-text-color);
  border: var(--btn-border);
  letter-spacing: var(--btn-letter-spacing);
  border-radius: var(--btn-border-radius);
  padding: var(--btn-padding);
}

.btn:focus,
.btn:hover {
  background: var(--btn-hover-background-color);
  color: var(--btn-hover-text-color);
  opacity: var(--btn-hover-opacity);
  border-color: var(--btn-hover-background-color);
}

.ord-container,
#pageContent {
  margin: 0 auto;
  max-width: var(--container-max-width);
}

#authStatus a:hover {
  text-decoration: none;
}

.ui-widget-header,
.activeCart .cartHeader,
.shop-left-menu .menu-header,
#accountContent .header,
#checkout .header,
#basket .header,
.bootstrapWizard li.complete .step,
.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step,
#tabs-product ul a,
#tabs-product .ui-tabs-nav a {
  background: var(--theme-color);
}

#tabs-product .tabs-container a.btn {
  color: var(--btn-text-color);
}

#tabs-product .tabs-container a.btn:hover {
  color: var(--btn-hover-text-color);
}

.txt,
.txtbig,
.ddl,
.select_box select,
input[type=text],
input[type=password],
select,
textarea {
  color: var(--inputs-text-color);
}

.popup h1,
.popup h2,
.popup h3,
.popup h4,
.popup h5,
.popup h6 {
  color: var(--popup-text-color);
}

header p,
footer p {
  margin: 0;
}

body.open.has-overlay .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
}

.logo {
  padding: 20px 40px;
  z-index: 9;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.logo img {
  width: 140px;
}

.header-main {
  height: 400px;
  background-image: url(Images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: flex-end;
}

.site-navigation {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
}

.main-menu {
  margin: 8px 0;
  text-align: center;
}
.main-menu li {
  display: inline-block;
  padding: 0 7px;
}
.main-menu .has-child > a {
  display: flex;
  align-items: center;
}
.main-menu .btn-toggle-sub-menu span {
  color: #000;
  margin-left: 5px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
}
.main-menu .sub-menu {
  display: none;
}
.main-menu a {
  line-height: 40px;
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-family: Raleway;
}

@media only screen and (max-width: 1023px) {
  .site-navigation {
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .site-navigation,
  .site-navigation .navigation-row {
    overflow: hidden;
  }
  .main-menu .has-child.open > a {
    justify-content: center;
    background-color: #e7e7e7;
    color: #555;
  }
  .main-menu .has-child.open,
  .main-menu .has-child.open .sub-menu {
    display: block;
  }
  .main-menu .has-child.open .sub-menu {
    padding: 5px 0;
    text-align: left;
  }
  .main-menu .has-child.open .sub-menu a {
    line-height: 20px;
    color: #777;
    padding: 5px 15px 5px 25px;
  }
  .main-navigation {
    padding: 0 15px;
    border-top: 1px solid #e7e7e7;
  }
  body.open .site-navigation {
    grid-template-rows: auto 1fr;
  }
  .btn-menu-wrap {
    text-align: right;
  }
  /* square space btn menu start */
  .burger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 8px 15px 8px 0;
    border-radius: 3px;
    border: 1px solid #ddd;
  }
  .burger-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 32px;
  }
  .burger-inner {
    position: relative;
    width: var(--btn-line-width);
    height: 100%;
  }
  .burger-inner .top-bun,
  .burger-inner .patty,
  .burger-inner .bottom-bun {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    transition: transform 250ms cubic-bezier(0.2, 0.6, 0.3, 1), width 250ms cubic-bezier(0.2, 0.6, 0.3, 1);
    will-change: transform, width;
  }
  .burger-inner .patty,
  .burger-inner .top-bun,
  .burger-inner .bottom-bun {
    background-color: var(--btn-line-color);
  }
  .burger-inner .top-bun {
    transform: translatey(-6px);
  }
  .burger-inner .bottom-bun {
    transform: translatey(6px);
  }
  .burger.open .burger-inner .top-bun {
    transform: translateX(3.5px) rotate(-135deg);
  }
  .burger.open .burger-inner .bottom-bun {
    transform: translateX(3.5px) rotate(135deg);
  }
  .burger.open .burger-inner .patty {
    background-color: transparent;
  }
  .burger.open .burger-inner .top-bun,
  .burger.open .burger-inner .bottom-bun {
    background-color: var(--btn-open-line-color);
  }
  /* squarespace btn menu end */
}
@media (min-width: 1024px) {
  .site-navigation {
    padding: 0 15px;
    text-align: center;
  }
  .main-menu {
    text-align: left;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
  }
  .main-menu > li > a {
    border-bottom: 3px solid transparent;
  }
  .main-menu a {
    line-height: 47px;
  }
  .has-child {
    position: relative;
  }
  .has-child .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 100;
    margin-top: 2px;
    padding: 5px 0;
    min-width: 160px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .has-child .sub-menu li {
    display: block;
    text-align: left;
  }
  .has-child .sub-menu li a {
    font-size: 16px;
    white-space: nowrap;
  }
  .has-child.open .sub-menu {
    display: block;
  }
}
@media (min-width: 501px) {
  .header-main {
    height: 500px;
  }
  .logo {
    padding: 20px 40px;
    top: 115px;
  }
  .logo img {
    width: 300px;
  }
}
footer.footer {
  padding: 40px 0;
  background-color: #4d4b46;
  font-size: 14px;
}
footer.footer,
footer.footer a {
  color: #fff;
}
footer.footer .ord-container {
  padding: 0 15px;
}
footer.footer .footer-row {
  margin: 0 -15px;
}

.footer-col {
  padding: 0 15px;
  overflow: hidden;
}

.winery-name {
  font-weight: bold;
}

.footer-col-title {
  margin: 10px 0 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1.1;
  font-weight: 500;
}
@media (max-width: 500px) {
  .footer-col-title ~ .footer-col-title {
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .tasting-room-hours {
    margin-bottom: 30px;
  }
}
.tasting-room-hours p {
  margin-bottom: 10px;
}

.maps-list span {
  margin-right: 2px;
}

.winery-contact-list li {
  margin-bottom: 10px;
}

.footer-list {
  margin-bottom: 11px;
}

.social-nav {
  font-size: 30px;
  line-height: 1;
  display: flex;
  gap: 2px;
}

.copyright {
  text-align: center;
  font-size: 11.9px;
  line-height: 20px;
}

@media (min-width: 768px) {
  footer.footer {
    --container-max-width: 750px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  footer.footer {
    --container-max-width: 970px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  footer.footer {
    --container-max-width: 1170px;
  }
}
@media (min-width: 768px) {
  .footer-cols {
    display: flex;
  }
  .footer-col {
    width: 33.333%;
  }
}/*# sourceMappingURL=ws-style.css.map */