html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #2d2f31;
  font-size: 18px;
  line-height: 1.8rem;
  font-family: var(--serif);
}

h1, h2, h3, h4, h5, p, ul, ol, dl {
  margin: 0;
  padding: 0;
}

i {
  font-family: var(--serif);
  font-style: italic;
}

input {
  font-family: var(--sans);
}

input.text {
  background: #3b3d3f;
  width: 220px;
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 10px 14px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
  line-height: 20px;
  outline: none;
  display: block;
  float: left;
  vertical-align: middle;
  height: 20px;
}

input.active {
  background: #6a6e73;
}

button.btn {
  margin: 0;
  border: none;
  font-size: 13px;
  padding: 10px 14px;
  color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000;
  display: block;
  vertical-align: middle;
  height: 40px;
  background: #363939; /* Old browsers */
  background: -moz-linear-gradient(top, #363939 0%, #1c1c1d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363939), color-stop(100%, #1c1c1d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #363939 0%, #1c1c1d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #363939 0%, #1c1c1d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #363939 0%, #1c1c1d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #363939 0%, #1c1c1d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#363939", endColorstr="#1c1c1d",GradientType=0 ); /* IE6-9 */
}

button.btn--reverse {
  color: #000;
  text-shadow: none;
  background: #d8dcdc; /* Old browsers */
  background: -moz-linear-gradient(top, #d8dcdc 0%, #b6b6bc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8dcdc), color-stop(100%, #b6b6bc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d8dcdc 0%, #b6b6bc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d8dcdc 0%, #b6b6bc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d8dcdc 0%, #b6b6bc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #d8dcdc 0%, #b6b6bc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d8dcdc", endColorstr="#b6b6bc",GradientType=0 ); /* IE6-9 */
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.wrapper {
  height: 100%;
}

.header {
  background: #fff;
  height: 70%;
  min-height: 570px;
  max-height: 625px;
}

.header-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.header h1 {
  background: url(../img/bg.jpg) center bottom no-repeat;
  -webkit-background-size: 960px auto;
  -moz-background-size: 960px auto;
  background-size: 960px auto;
  display: block;
  width: 100%;
  height: 503px;
  position: absolute;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale')";
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.bottom {
  font-size: 16px;
  line-height: 1.3rem;
  color: #fff;
  overflow: hidden;
  background: url(../img/band.gif) center 20px repeat-x;
}

.bottom i {
  color: #9fa1a4;
}

.bottom a {
  color: #fff;
}

.bottom-container {
  width: 960px;
  margin: 0 auto 40px;
  padding-top: 70px;
  overflow: auto;
}

.bottom button.btn {
  border-radius: 0 5px 5px 0 !important;
}

.contact, .mailing-list {
  float: left;
  width: 47%;
  padding-left: 3%;
  background: url(../img/divider.gif) left center no-repeat;
}

@media (max-width: 959px) {
  .header h1 {
    background-position: 0 center;
  }
  .contact, .mailing-list {
    float: none;
    padding-left: 1.5%;
    margin-bottom: 30px;
    overflow: hidden;
    background: none;
  }
  .item {
    display: block;
  }
  .bullet {
    display: none;
  }
}
@media (max-width: 479px) {
  input.text, button.btn {
    border-radius: 6px;
    float: none;
    margin-bottom: 6px;
  }
}
@media (max-width: 679px) {
  .header {
    height: 100vh;
    max-height: none;
  }
  .header-container {
    width: 100%;
  }
  .header-container h1 {
    background: top center/100% auto no-repeat url(../img/bg-mobile.jpg);
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
@media (min-width: 960px) {
  .bottom p {
    margin: 0;
  }
  .header h1 {
    background: url(../img/bg.jpg) center bottom no-repeat;
    -webkit-background-size: 960px auto;
    -moz-background-size: 960px auto;
    background-size: 960px auto;
    display: block;
    width: 100%;
    height: 503px;
    position: absolute;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale')";
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }
}
/*******************************************************************
 * Variables
 *******************************************************************/
:root {
  --heading-font: "Red Rose", Georgia, "Times New Roman", serif;
  --serif: "EB Garamond", Georgia, "Times New Roman", serif;
  --sans: Montserrat, Helvetica, Arial, sans-serif;
}

.red-rose, h1, h2, h3 {
  font-family: var(--heading-font);
}

.cardo, .wines p {
  font-family: var(--serif);
}

.openSans {
  font-family: var(--sans);
}

/*******************************************************************
 * Grid Variables
 *******************************************************************/
@media only screen {
  nav {
    text-align: center;
    height: 50px;
  }
  nav button {
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-size: 1.25rem;
    width: 100%;
    height: 50px;
    background: black;
    color: #fff;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-radius: 0;
  }
  ul.desktopNav {
    display: none;
  }
  ul.mobileNav {
    top: -100%;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(28, 28, 29);
    position: fixed;
    z-index: 10;
    padding-top: 16px;
    -webkit-transition: top 0.2s linear, opacity 1s ease;
    -moz-transition: top 0.2s linear, opacity 1s ease;
    transition: top 0.2s linear, opacity 1s ease;
  }
  ul.mobileNav.active {
    opacity: 1;
    top: 50px;
    -webkit-transition: top 0.35s linear, opacity 1s ease;
    -moz-transition: top 0.35s linear, opacity 1s ease;
    transition: top 0.35s linear, opacity 1s ease;
  }
  ul.mobileNav.active li {
    padding: 1em 0;
    display: block;
  }
  ul.mobileNav.active a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
  }
  ul.mobileNav .smallLogo {
    display: inline-block;
    margin: 0 auto;
    max-width: 50px;
  }
  .header-container {
    margin-top: -50px;
  }
}
#sticky-anchor {
  display: none;
}

@media screen and (min-width: 748px) {
  ul.desktopNav {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  ul.desktopNav li {
    display: inline;
  }
  ul.desktopNav a {
    display: inline-block;
    padding: 0.5em;
    font-weight: bold;
  }
  ul.desktopNav.fixed {
    position: fixed;
    top: 26px;
    z-index: 99999;
  }
  ul.desktopNav.fixed a {
    color: #fff;
  }
  nav {
    display: none;
  }
  .header-container {
    margin-top: 0;
  }
  .secondaryNav {
    font-family: var(--serif);
    height: 85px;
    background: #2d2f31;
  }
  .secondaryNav ul {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .secondaryNav a {
    padding: 0 0.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
  }
  .secondaryNav li {
    background: url(../img/divider.gif) left center no-repeat;
    padding: 0 0.5em;
  }
  .secondaryNav li:first-child {
    background: none;
  }
  #sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background: #1E1E1F;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  #sticky-anchor {
    height: 85px;
    display: block;
  }
  .smallLogo {
    position: absolute;
    height: 50px;
    margin: 17px 0 0 3%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
  .smallLogo.active {
    opacity: 1;
  }
}
@media only screen and (min-width:64.063em) {
  .secondaryNav li {
    padding: 0 1em;
  }
  .secondaryNav a {
    padding: 0 1em;
  }
  .smallLogo {
    margin-left: 10%;
  }
}
.bannerImage {
  width: 100%;
  height: 400px;
  position: relative;
}
.bannerImage:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgb(0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgb(0, 0, 0));
}
.bannerImage.bannerImage--wine {
  background: url("../img/wine.jpg") center center no-repeat;
  background-size: cover;
}
.bannerImage.bannerImage--consulting {
  background: url("../img/consulting.jpg") center center no-repeat;
  background-size: cover;
}
.bannerImage.bannerImage--farm {
  background: url("../img/farm.jpg") center center no-repeat;
  background-size: cover;
}
.bannerImage.bannerImage--team {
  background: url("../img/team.jpg") center center no-repeat;
  background-size: cover;
}
.bannerImage.bannerImage--club {
  background: url("../img/hill.jpg") center center no-repeat;
  background-size: cover;
}
.bannerImage h2 {
  color: white;
  text-align: center;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 400;
}

.wines {
  background: #2d2f31;
  color: #fff;
  padding: 0 2em;
  position: relative;
}
.wines a {
  color: #fff;
}
.wines a:hover img {
  opacity: 0.7;
}
.wines ul {
  text-align: center;
  padding: 0 1em;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.wines li {
  width: 32%;
  display: inline-block;
  position: relative;
  max-width: 250px;
  padding: 4em 10px;
}
.wines img {
  max-width: 150px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.wines p {
  font-style: italic;
  margin: 0;
  font-size: 1.3em;
}
.wines h3 {
  font-size: 1rem;
  margin: 0.5em 0 0;
  font-weight: 400;
}
@media only screen and (min-width:40.063em) {
  .wines h3 {
    font-size: 1.8rem;
  }
}

.wineDetails .col {
  display: inline-block;
}
.wineDetails .col h3 {
  text-align: left;
  display: inline;
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: 1.8rem;
}
.wineDetails .colLeft {
  width: 100%;
}
.wineDetails .colRight {
  width: 100%;
  vertical-align: top;
}
.wineDetails .colRight ul {
  margin: 1.5rem 0;
}
.wineDetails .colRight li {
  display: block;
  font-weight: bold;
}
.wineDetails .vintage {
  display: inline;
  font-style: italic;
  margin-left: 10px;
}
.wineDetails button {
  margin: 1rem 0 0;
}
@media only screen and (min-width:40.063em) {
  .wineDetails .colLeft {
    width: 60%;
    padding-right: 40px;
    border-right: 1px solid #585653;
    margin-bottom: 60px;
  }
  .wineDetails .colRight {
    width: 25%;
    margin-left: 40px;
  }
}

.toggle.active:after {
  content: "";
  height: 21px;
  width: 50px;
  position: absolute;
  bottom: -1px;
  right: 25%;
  background: url(../img/arrow.svg) center center no-repeat;
}
@media only screen and (min-width:40.063em) {
  .toggle.active:after {
    height: 24px;
    width: 60px;
    right: 36%;
  }
}

.content {
  background: #2d2f31;
  color: #fff;
  padding: 6em 2em;
}
.content.content--livestock, .content.content--wine, .content.content--club {
  background: #fff;
  color: #2d2f31;
}
.content.content--wine {
  padding: 4em 2em;
}
.content.content--team .widthContainer {
  max-width: none;
}
.content.content--team img {
  max-width: 270px;
  margin-bottom: 1em;
}
.content.content--team h3 {
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}
.content.content--team p {
  font-size: 1em;
}
.content h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.content .divider {
  margin: 4em 0;
}
.content .divider img {
  height: 12px;
  display: block;
  margin: 0 auto;
}
.content .divider--desktop {
  display: none;
}
.content .column {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.content .priceClub {
  font-size: 0.9em;
  font-style: italic;
}
@media only screen and (min-width:40.063em) {
  .content h3 {
    font-size: 1.5rem;
  }
  .content.content--team .widthContainer {
    width: 80%;
    max-width: 900px;
  }
  .content.content--team .widthContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  .content.content--team .teamContent p {
    margin-top: 0;
  }
  .content.content--team img {
    margin-right: 30px;
    float: left;
  }
  .content .divider--desktop {
    display: block;
  }
  .content .divider--mobile {
    display: none;
  }
  .content .column {
    width: 43%;
    padding: 0 1em;
  }
  .content .right {
    float: right;
  }
}
@media only screen and (min-width:64.063em) {
  .content.content--team .teamContent {
    float: right;
    width: calc(100% - 300px);
  }
}

body {
  text-wrap: pretty;
  font-family: var(--serif);
}

li {
  list-style: none;
  display: inline;
}

ul a {
  display: inline-block;
}

p {
  margin: 1em 0;
}

h1, h2, h3 {
  text-transform: uppercase;
  text-wrap: balance;
}

a {
  text-decoration: none;
  color: #2d2f31;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #838586;
  cursor: pointer;
}

.reverse a {
  color: white;
}

button {
  padding: 0.75em 1.25em;
  border-radius: 5px;
  box-shadow: none;
  background: #dfdfe0;
  border: 0;
  color: black;
  font-size: 1em;
  text-transform: uppercase;
  font-family: var(--heading-font);
}
button:hover {
  cursor: pointer;
}
button:active {
  border: none;
  outline: 0;
}
button:focus {
  outline: 0;
}

select {
  font-size: 1em;
  background: #fff !important;
}

.widthContainer {
  max-width: 620px;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */
