/*-----------------------------------------------------------------------------------
	Theme file    
----------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------------

	Global SCSS INDEX

	00. Dividers
	01. Colours	
	02. Mixins
		- Full BG
		- Shadow
		- Text-shadow
		- Transition
	02. Fonts + Links
	03. Buttons
		- Button & .btn
		- Link
		- Join
		- View Map
	04. Padding
	05. Mailchimp + Modals
	06. Media Queries

-----------------------------------------------------------------------------------*/
section {
  position: relative;
}

.divider-bottom, .divider-top {
  width: 200%;
  overflow: hidden;
  height: 100px;
  z-index: 1;
}
.divider-bottom svg, .divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
.divider-bottom .white, .divider-top .white {
  fill: #FFFFFF;
}
.divider-bottom .turq, .divider-top .turq {
  fill: #9cd3d3;
}

.divider-bottom {
  margin-top: -2px;
  transform: scale(1, -1);
}

.divider-top {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}

.white, .turq {
  padding: 0 15px;
}

.turq {
  background-color: #9cd3d3;
}

.white {
  background-color: #FFFFFF;
}

.grey-lt {
  background-color: #edeae8;
}

.grey-dk {
  background-color: #494b4b;
}

.black {
  background-color: #000000;
}

.center {
  text-align: center;
}
.center p {
  color: #FFFFFF;
}

.contact-us .text, .contact-us .form, .btn-toolbar input, .login-page .middleColumn input, .titles li, .titles h1, .navbar .navbar-collapse ul li a.nav-link, .modal-body #mc_embed_signup .button, .view-all, .link-more, .link-blu, .link-blk, p, li, h4, h5, h3, h2, h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  color: #494b4b;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

h2 {
  color: #9cd3d3;
  font-size: 2.6rem;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: 500;
}

h4, h5 {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 130%;
}

h5 {
  font-style: italic;
  font-size: 0.6rem;
}

p, li {
  color: #494b4b;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 22px;
}

.small {
  font-size: 0.7rem !important;
  margin-bottom: 40px !important;
}
.small :hover {
  background-color: #9cd3d3;
}

a {
  position: relative;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #358282;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content a::before, .info a::before, .navbar-collapse a::before, footer a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #358282;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

li.active a::before {
  content: none;
}

.content a:hover::before, .info a:hover::before, .navbar-collapse a:hover::before, footer a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

ul {
  padding: 0;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.btn {
  display: block;
  width: fit-content;
  padding: 11px 14px;
  margin: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background-color: #9cd3d3;
}

.btn:active:focus {
  outline: #000000;
}

.link {
  font-size: 0.8rem;
  padding: 0;
}

.link-blu, .link-blk {
  border-radius: 20px;
  background: transparent;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-blu {
  background-color: #358282;
}

.link-blu:hover {
  background-color: #9cd3d3;
  color: #FFFFFF;
}

.link-blk {
  color: #000000;
  border: 2px solid #000000;
}

.link-blk:hover {
  background: #000000;
  color: #000000;
}

.link-more {
  border-radius: 20px;
  background: transparent;
  background-color: #358282;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-more:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.link-footer {
  border-radius: 20px;
  border: 1px solid #358282;
  color: #358282 !important;
}

.link-footer:hover {
  padding: 11px 14px;
  border: 1px solid #358282;
  background-color: #358282;
  color: #FFFFFF !important;
}

.link-footer:hover::before {
  content: none;
}

.back {
  position: absolute;
  z-index: 20;
  top: 20px;
  padding: 15px 20px 20px 15px;
  background-color: #358282;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  border-radius: 0 10px 10px 0;
}

.back:hover {
  background-color: #9cd3d3;
  color: #FFFFFF;
}

.leftRs, .rightRs {
  position: absolute;
  top: 45%;
  z-index: 20;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center center;
}

.rightRs {
  right: -25px;
  border-radius: 50%;
  border: 2px solid #9cd3d3;
  background-image: url("../images/arrow-right-short-hover.svg");
}
.rightRs:hover {
  background-image: url("../images/arrow-right-short.svg");
  background-position: left 10px center;
}

.leftRs {
  left: -25px;
  border-radius: 50%;
  border: 2px solid #9cd3d3;
  background-image: url("../images/arrow-left-short-hover.svg");
}
.leftRs:hover {
  background-image: url("../images/arrow-left-short.svg");
  background-position: right 10px center;
}

.leftRs:hover, .rightRs:hover {
  border: 2px solid #FFFFFF;
}

.view-all {
  width: 110px;
  z-index: 100;
  border: none;
  padding-left: 35px;
  margin-left: 25px;
  background-image: url("../images/view-all.svg");
  background-position: left center;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.view-all:hover {
  background-image: url("../images/view-all-hover.svg");
  color: #9cd3d3;
}

.closebtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 50%;
  z-index: 999999;
  background-image: url("../images/cross.svg");
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.closebtn:hover {
  background-color: #9cd3d3;
  color: #FFF;
}

picture {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
picture img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.GreyrockHomePage picture {
  height: 400px;
}

.indicates-required {
  color: #FFFFFF;
}

.modal-body {
  background-color: #494b4b;
  padding: 0;
}
.modal-body .closebtn {
  right: 10px;
  top: 10px;
}
.modal-body #mc_embed_signup .indicates-required {
  text-align: left;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.modal-body #mc_embed_signup input {
  background-color: transparent;
  border-radius: 20px;
  border-color: #FFFFFF;
  color: #fff;
  padding: 8px 15px;
}
.modal-body #mc_embed_signup .mc-field-group label, .modal-body #mc_embed_signup .mc-field-group .indicates-required, .modal-body #mc_embed_signup .mc-field-group .small-meta {
  color: #FFFFFF !important;
}
.modal-body #mc_embed_signup .helper_text {
  display: none;
}
.modal-body #mc_embed_signup .datefield {
  width: max-content !important;
}
.modal-body #mc_embed_signup .subfield input {
  width: max-content !important;
  padding: 5px;
}
.modal-body #mc_embed_signup .button {
  height: 45px;
  background-color: #9cd3d3;
  color: #FFFFFF;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  margin-top: 15px;
}
.modal-body #mc_embed_signup #mce-success-response {
  color: #9cd3d3 !important;
  padding: 15px 0 !important;
}

.modal-content.about .modal-body {
  padding: 55px 30px 30px 30px;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .white, .turq {
    padding: 40px 15px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
  .modal-body {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .divider-bottom, .divider-top {
    width: 100%;
    height: 150px;
  }
  .divider-top {
    margin-top: -150px;
  }
}
@media (min-width: 1400px) {
  footer {
    padding: 180px 0 50px 0;
  }
}
/*-----------------------------------------------------------------------------------

	 Template SCSS INDEX

	00. Age Gate
	01. Header
		- Buy Wine
		- Brand
	02. Navigation
	03. Titles
	04. Footer
	05. AgeVerification
	06. Forms
		- Login
	07. Login Page
	08. Media Queries

-----------------------------------------------------------------------------------*/
.age-gate-wrapper .age-verification {
  background-color: #9cd3d3;
}
.age-gate-wrapper .age-verification:hover {
  background-color: #494b4b;
  color: #9cd3d3;
}

.header-hm, .header {
  max-width: 1280px;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 130px;
}

.header-hm {
  position: absolute;
  z-index: 2;
}
.header-hm .navbar .navbar-collapse ul li a.nav-link {
  color: #FFFFFF;
}
.header-hm .navbar .navbar-collapse ul li a.nav-link:hover {
  color: #358282;
}
.header-hm .navbar .navbar-collapse ul li.active a.nav-link {
  color: #FFFFFF;
}

.brand img {
  height: auto;
  width: 200px;
  padding: 5px 0 0 5px;
  margin-top: 30px;
}

.navbar-toggler {
  position: absolute;
  right: 0;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 30;
  border-radius: 50%;
  background: #494b4b;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 0;
  line-height: 36px;
}

.navbar-toggler:hover {
  background: #FFFFFF;
  color: #494b4b;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar {
  width: 100%;
  padding-bottom: 0;
  text-align: center;
}
.navbar .navbar-collapse {
  width: 100%;
  z-index: 100;
  margin-top: 90px;
  padding: 20px 0;
  background-color: #494b4b;
}
.navbar .navbar-collapse ul {
  width: 100%;
  margin-bottom: 0;
}
.navbar .navbar-collapse ul li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left;
  margin-bottom: 8px;
  padding: 0;
  line-height: 1.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-collapse ul li a.nav-link {
  padding: 0;
  margin: 0 10px;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #494b4b;
}
.navbar .navbar-collapse ul li a:hover {
  color: #9cd3d3;
}
.navbar .navbar-collapse ul li:hover a, .navbar .navbar-collapse ul li.active a {
  color: #9cd3d3;
}

ul.navbar-nav ul.dropdown-menu {
  display: block;
  background-color: transparent;
  padding: 0;
  text-align: center;
  border: none;
}
ul.navbar-nav ul.dropdown-menu li:first-child {
  display: none;
}
ul.navbar-nav ul.dropdown-menu li {
  padding: 0;
  line-height: 1.6;
  margin: 0 !important;
  border: 0 !important;
  text-shadow: none;
}
ul.navbar-nav ul.dropdown-menu li a.dropdown-item {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
ul.navbar-nav ul.dropdown-menu li a.dropdown-item:hover, ul.navbar-nav ul.dropdown-menu li a.dropdown-item:focus {
  background-color: transparent;
  color: #9cd3d3;
  cursor: pointer;
}
ul.navbar-nav ul.dropdown-menu li:hover {
  border: 0 !important;
}

.overlay {
  display: block;
  border-radius: 50%;
  transition: 0.3s ease;
  background: #000000;
  opacity: 0.25;
}

.overlay:hover {
  opacity: 0;
}

.titles {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  padding: 0 15px;
}
.titles .col:first-child {
  padding-left: 0;
}
.titles .col {
  width: auto;
  margin-bottom: 20px;
}
.titles .link-blu {
  margin: 0 auto;
}
.titles h1 {
  color: #358282;
  font-weight: 100 !important;
  max-width: 900px;
}
.titles li.active {
  color: #9cd3d3;
}
.titles h3 {
  color: #358282;
  font-weight: 100;
  margin-bottom: 20px;
}
.titles p {
  color: #494b4b;
  margin-bottom: 5px;
}
.titles li {
  color: #9cd3d3;
  font-size: 1.4rem;
  list-style-type: none;
  line-height: 1.2;
  margin-bottom: 15px;
}
.titles li:hover a, .titles li.active a {
  color: #FFFFFF;
}

footer {
  position: relative;
  padding: 100px 0 50px 0;
  margin: -30px 0 0 0;
  background: url("../images/gradient-grn-1.png") no-repeat;
  background-size: 250% auto;
}
footer .main {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
}
footer .col {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #edeae8;
  margin-bottom: 25px;
}
footer .col h4 {
  font-size: 0.9rem;
  color: #358282;
  margin: 10px 0;
}
footer .col li {
  list-style-type: none;
}
footer .col p {
  margin: 0 0 20px 0;
  font-size: 1rem;
}
footer .col a {
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  width: fit-content;
  font-size: 0.9rem;
  color: #358282;
  border-bottom: 1px solid;
  margin: 0 auto;
}
footer .copyright {
  padding: 90px 0 0 0;
  text-align: center;
}
footer .copyright h4 {
  font-size: 0.65rem;
  color: #358282;
}
footer .copyright img {
  width: 55px;
  height: auto;
  margin-right: 10px;
}

.GreyrockContactPage footer {
  margin: -60px 0 0 0;
}

.age-gate {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.age-gate .logo {
  width: 60px;
  height: auto;
  margin: 0 auto 30px auto;
}
.age-gate .logo img {
  width: 100%;
  Height: auto;
}
.age-gate .details {
  margin: 12% 0 0 0;
  text-align: center;
}
.age-gate .details h2, .age-gate .details h4 {
  color: #9cd3d3;
}
.age-gate .details h2 {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 20px;
}
.age-gate .link-gd {
  display: inline-block;
  width: 150px;
  margin: 20px 5px;
}
.age-gate p.small {
  color: #9cd3d3;
  max-width: 900px;
  margin: 0 auto;
}

#tooyoung-message {
  background-color: transparent;
  color: #FFFFFF;
  display: none;
}

iframe {
  margin: 20px 0 30px 0;
}

form {
  margin: 20px 0;
}
form select {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #9cd3d3;
  background-color: transparent;
  color: #9cd3d3;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 800;
}
form option {
  font-size: 1rem;
  color: #9cd3d3 !important;
}
form button {
  margin: 25px auto;
}

.login-page .middleColumn {
  margin: 8px 0;
}
.login-page .middleColumn input {
  width: auto;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #9cd3d3;
  background-color: transparent;
  color: #FFFFFF;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 800;
}
.login-page label {
  color: #9cd3d3;
}

#MemberLoginForm_LoginForm_Remember_Holder {
  display: flex;
  margin: 20px 0;
}

.btn-toolbar {
  align-items: center;
}
.btn-toolbar p#ForgotPassword {
  margin-left: 20px;
  color: #9cd3d3;
}
.btn-toolbar a {
  color: #FFFFFF;
}
.btn-toolbar a:hover {
  color: #9cd3d3;
}
.btn-toolbar input {
  color: #9cd3d3;
  border-radius: 20px;
  background: transparent;
  display: block;
  width: fit-content;
  padding: 11px 14px 10px 14px;
  margin: 10px 0;
  border: 2px solid;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-toolbar input:hover {
  background-color: #9cd3d3;
  color: #FFFFFF;
  border: 2px solid #9cd3d3;
}

@media (min-width: 576px) {
  footer {
    padding: 120px 0 0 0;
    background-size: 150% auto;
  }
}
@media (min-width: 768px) {
  header .container, header .container-lg, header .container-md, header .container-sm {
    max-width: 720px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .header {
    margin-bottom: 50px;
  }
  .brand img {
    width: 280px;
    padding-left: 0;
  }
  .open-nav {
    margin-top: 330px;
  }
  .open-nav a.item {
    width: 20%;
  }
  .open-nav a.item h3 {
    font-size: 1.4rem;
  }
  .titles {
    display: flex;
    flex-flow: row nowrap;
    text-align: left;
  }
  .titles .col {
    border-right: 1px solid #9cd3d3;
    padding-left: 30px;
    margin-bottom: 0;
    width: fit-content;
  }
  .titles .col h4 {
    margin: 0;
  }
  .titles .col:first-child {
    padding-right: 30px;
  }
  .titles .col:first-child .link-gd {
    margin: 10px 0 0 0;
  }
  .titles .col:nth-child(2) {
    padding-right: 40px;
  }
  .titles .col:last-child {
    display: block;
  }
  .titles .link-blu {
    margin: inherit;
  }
  .titles li {
    padding-left: 23px;
  }
  .titles li:hover, .titles li.active {
    background-image: url("../images/dot.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: left center;
  }
  footer {
    padding: 150px 0 50px 0;
    background-size: 100% auto;
  }
  footer .main {
    flex-flow: row nowrap;
  }
  footer .col {
    justify-content: flex-start;
    text-align: left;
    align-content: flex-start;
  }
  footer .col a {
    margin: 0 6px 6px 0;
  }
}
@media (min-width: 992px) {
  header .container, header .container-lg, header .container-md, header .container-sm {
    max-width: 960px;
  }
  .header {
    height: 150px;
    align-items: center;
    padding: 0;
  }
  .header-hm li.active a.nav-link {
    border-bottom: 2px solid #FFFFFF;
  }
  .brand img {
    margin-top: 38px;
    width: 300px;
  }
  nav {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .navbar {
    width: 75%;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    text-align: left;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .navbar-collapse {
    display: flex;
    background-color: transparent;
  }
  .navbar .navbar-collapse ul {
    margin-bottom: 0;
  }
  .navbar .navbar-collapse ul li {
    margin-left: 25px;
    border: 1px solid transparent;
  }
  .navbar .navbar-collapse ul li a {
    color: #FFFFFF;
  }
  .navbar .navbar-collapse ul li:hover a, .navbar .navbar-collapse ul li.active a {
    color: #358282;
  }
  ul.navbar-nav {
    justify-content: flex-end;
  }
  ul.navbar-nav ul.dropdown-menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    text-align: center;
    width: fit-content;
    text-align: left;
    border-radius: 5px;
  }
  ul.navbar-nav ul.dropdown-menu li:first-child {
    display: block;
  }
  ul.navbar-nav ul.dropdown-menu li {
    padding: 5px 10px;
  }
  .dropdown-item {
    padding: 0;
  }
  .titles {
    text-align: left;
  }
  .titles .col:first-child {
    padding-right: 50px;
  }
  .titles .col {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  header .container, header .container-lg, header .container-md, header .container-sm {
    max-width: 1320px;
  }
  footer {
    padding: 180px 0 50px 0;
  }
}
/*-----------------------------------------------------------------------------------

	 Content Holders SCSS INDEX

	00. Padding
	01. Banners & Images
		- Featured
		- Homepage Carousel
		- Image Block
		- Video Banner
		- Image Pair
	02. Intro's
		- Angles
	03. Content Carousel
	04. Our Wines
		- Products
	05. Product Page
		- Product-info
	06. Our Story
		- Vineyards
	07. Contact Page
		- Captcha
	08. Media Queries

-----------------------------------------------------------------------------------*/
.white, .turq {
  padding: 40px 15px;
}

.wrapper {
  overflow-x: scroll;
}

.featured {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 400px;
}
.featured .text {
  width: 540px;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.featured .text h3, .featured .text p {
  color: #FFFFFF;
}
.featured .text .btn {
  margin: 0 auto;
}
.featured .video {
  max-width: 900px;
  height: auto;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: transparent;
}

.carousel-caption {
  display: none;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  text-align: center;
  height: fit-content;
  max-width: 500px;
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption p {
  color: #FFFFFF;
}
.carousel-caption h1 {
  font-size: 3rem;
  line-height: 100%;
}
.carousel-caption h3, .carousel-caption h4 {
  display: block;
}
.carousel-caption p {
  display: block;
  font-size: 1.2rem;
  line-height: 140%;
}

.pg-banner, .image-block {
  position: relative;
  padding: 0;
}
.pg-banner picture, .pg-banner img, .image-block picture, .image-block img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.image-block {
  margin: -155px 0 0 0;
  z-index: -1;
}

.video-banner {
  position: relative;
  height: 90vh;
  min-height: 500px;
  overflow: hidden;
  background-color: #494b4b;
}
.video-banner iframe {
  margin: 0;
}

.video-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Vimeo */
.banner_video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

/* Fallback image hidden by default */
.vid-fallback-img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile: hide video, show image */
@media (max-width: 768px) {
  .video-banner {
    display: none;
  }
  .vid-fallback-img {
    display: block;
  }
}
.image-pair-wrap {
  margin-top: 20px;
  padding: 0;
}

.image-pair .col {
  position: relative;
  height: auto;
  width: 96%;
  max-width: 1200px;
  padding: 0;
  margin: 0 1% 2% 1%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.image-pair .col h3 {
  width: fit-content;
  text-transform: uppercase;
  margin: 20px auto;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  font-weight: 100;
}
.image-pair .col .image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.image-pair .col .image img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.image-pair .col:hover img {
  transform: scale(1.1);
}

.intro {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.intro h2 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #494b4b;
  font-weight: 100;
}
.intro p, .intro li {
  margin: 0 auto 15px auto;
}
.intro li {
  list-style-position: inside;
}
.intro .social {
  width: 250px;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
.intro .social ul.links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 0;
}
.intro .social ul.links a.icon {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 8px;
  background-color: #494b4b;
  border-radius: 50%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.intro .social ul.links a.icon:hover {
  background-color: #FFFFFF;
}
.intro .social ul.links li {
  margin: 0;
  list-style-type: none;
}

.outt {
  display: none;
}

.resCarousel {
  width: 100%;
  position: relative;
}

.resCarousel-inner {
  width: 100%;
  padding: 10px 0 20px 0;
  white-space: nowrap;
  overflow-x: hidden;
  font-size: 0;
  vertical-align: top;
  text-align: center;
}
.resCarousel-inner .item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 10px;
  padding: 20px 0 10px 0;
  color: #FFFFFF;
  transition: 0.6s ease all;
  white-space: break-spaces;
  border-bottom: 0 !important;
  cursor: pointer;
}

.products .resCarousel .item, .our-wines .resCarousel .item {
  width: 60%;
  display: inline-block;
}

button.sold-out, button.sold-out-hm {
  display: block;
  position: absolute;
  z-index: 999999 !important;
  width: 100%;
  max-width: 200px;
  height: 120px;
  transform: translate(-50%, -50%);
}

button.sold-out-hm {
  max-width: 200px;
  height: 120px;
  top: 50%;
  right: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}

button.sold-out {
  max-width: 200px;
  height: 120px;
  top: 50%;
  right: 50%;
  left: 49%;
}

.our-wines .item, .products .item {
  display: block;
  position: relative;
  text-align: center;
  background-size: 68% auto;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-wines .leftRs, .our-wines .rightRs, .products .leftRs, .products .rightRs {
  display: none;
}

.our-wines {
  padding: 0;
  overflow: hidden;
}
.our-wines .item {
  text-align: center;
}
.our-wines .item h3 {
  color: #358282;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  margin-bottom: 5px;
}
.our-wines .item .image {
  height: 400px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.our-wines .item .text {
  padding-top: 15px;
}
.our-wines .item .text p {
  margin-bottom: 5px;
}
.our-wines .item .text h4 {
  font-size: 0.7rem;
  color: #494b4b;
  margin-bottom: 15px !important;
}
.our-wines .item .overlay {
  display: grid;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background-color: #358282;
  opacity: 0;
}
.our-wines .item .overlay h4 {
  color: #FFFFFF !important;
  margin: 0;
}
.our-wines .item:hover {
  border-radius: 20px;
  cursor: pointer;
}
.our-wines .item:hover .overlay {
  opacity: 1;
}

.products {
  text-align: center;
}
.products h2 {
  color: #000000;
}
.products h4 {
  margin-top: 30px;
}
.products .item {
  height: fit-content;
  margin-bottom: 40px;
}
.products .item .image {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  background-size: auto 460px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.products .item .text {
  padding: 0 15px 15px 15px;
  color: #000000 !important;
  max-width: 300px;
  margin: 0 auto;
}
.products .item .text h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products .item .text h3 {
  font-size: 1rem;
}
.products .item .text h4.price {
  font-size: 1rem;
  margin-top: 10px;
}
.products .item .text h4 {
  font-size: 0.75rem;
  margin: 0 0 10px 0;
}
.products .item .actions {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 220px;
  left: 33%;
  margin-left: -35px;
  top: 60%;
  margin-top: -50px;
}
.products .item .overlay {
  opacity: 0;
}
.products .item:hover {
  cursor: pointer;
}
.products .item:hover .overlay {
  opacity: 1;
}
.products .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 5px;
  background-color: rgba(204, 172, 100, 0.95);
  color: #000000;
}
.products .overlay h4 {
  margin: 0;
  font-weight: 500;
  font-size: 0.8rem;
}
.products .overlay:first-child {
  background-color: #000000;
  color: #FFFFFF;
}
.products .leftRs {
  left: 5px;
  border: 2px solid #000000;
  background-image: url("../images/arrow-left-short-blk.svg");
}
.products .leftRs:hover {
  border: 2px solid #9cd3d3;
  background-image: url("../images/arrow-left-short-hover.svg");
}
.products .rightRs {
  right: 5px;
  border: 2px solid #000000;
  background-image: url("../images/arrow-right-short-blk.svg");
}
.products .rightRs:hover {
  border: 2px solid #9cd3d3;
  background-image: url("../images/arrow-right-short-hover.svg");
  background-position: right 10px center;
}

.prod-info {
  padding: 40px 0 90px 0;
  position: relative;
}
.prod-info .prod-details {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
}
.prod-info .prod-details .image, .prod-info .prod-details .info {
  width: auto;
  padding: 25px 15px;
}
.prod-info .prod-details .image h2, .prod-info .prod-details .info h2 {
  margin: 0;
  color: #494b4b;
}
.prod-info .prod-details .image h3, .prod-info .prod-details .info h3 {
  margin-bottom: 30px;
}
.prod-info .prod-details .image .round, .prod-info .prod-details .info .round {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 40px auto;
  width: 100px;
  height: 100px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #9cd3d3;
  color: #000000;
}
.prod-info .prod-details .image .round:hover, .prod-info .prod-details .info .round:hover {
  background-color: #FFFFFF;
}
.prod-info .prod-details .image {
  position: relative;
  height: 500px;
  background-image: url("");
  background-repeat: no-repeat;
}
.prod-info .prod-details .image img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 100%;
  bottom: 2rem;
  top: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prod-info .prod-details .info {
  max-width: 500px;
  padding-top: 0;
  margin-top: 40px;
  text-align: center;
  color: #494b4b;
}
.prod-info .prod-details .info h2 {
  color: #358282;
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: 10px;
}
.prod-info .prod-details .info h3 {
  font-size: 1.4rem;
  font-weight: 100;
}
.prod-info .prod-details .info h4 {
  color: #358282;
  margin-top: 10px;
}
.prod-info .prod-details .info h5 {
  display: none;
}
.prod-info .prod-details .accordion {
  margin-top: 40px;
  border: 1px solid #358282;
}
.prod-info .prod-details .accordion .open {
  width: 100%;
  padding: 20px;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
  background-image: url("../images/cross-wht.svg");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center right 15px;
}
.prod-info .prod-details .accordion-item {
  border-bottom: 1px solid #358282;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prod-info .prod-details .accordion-item h2 {
  margin-bottom: 0;
}
.prod-info .prod-details .accordion-item button {
  color: #358282 !important;
  letter-spacing: 0.03rem;
}
.prod-info .prod-details .accordion-item .accordion-body {
  text-align: left;
}
.prod-info .prod-details .accordion-item:last-child {
  border-bottom: 0;
}
.prod-info .prod-details .accordion-item:hover, .prod-info .prod-details .accordion-body {
  background: rgba(255, 255, 255, 0.12);
}

.our-story {
  padding: 0;
}
.our-story .vineyards {
  padding: 0 20px;
}
.our-story .vineyards h4 {
  color: #358282;
}
.our-story .vineyards h3 {
  color: #358282;
  font-weight: 100;
}
.our-story .vineyards p {
  color: #494b4b;
}
.our-story .vineyards .weather {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #9cd3d3;
  padding-bottom: 20px;
}
.our-story .vineyards .weather .col {
  flex: 1;
  flex-flow: column wrap;
  padding: 0 10px;
}
.our-story .vineyards .weather .col img {
  width: 40px;
  height: auto;
  float: left;
  margin-bottom: 5px;
}
.our-story .vineyards .weather .col h4 {
  font-size: 0.7rem;
  margin: 0 0 10px 0;
}
.our-story .vineyards .weather .col h3 {
  font-size: 1.125rem;
}
.our-story .vineyards .info {
  padding: 40px 0;
}
.our-story .vineyards .info h4 {
  margin: 40px 0 20px 0;
}
.our-story .vineyards .info .varieties {
  display: flex;
}
.our-story .vineyards .info .varieties h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.our-story .vineyards .info .map {
  text-align: center;
}
.our-story .vineyards .info .map img {
  max-width: 160px;
}

.contact-us {
  text-align: left;
  padding: 0 0 50px 0;
}
.contact-us .text, .contact-us .form {
  font-size: 1.125rem;
}
.contact-us .text p {
  max-width: 500px;
}
.contact-us form {
  font-weight: 300;
  margin: 0;
}
.contact-us form input, .contact-us form textarea {
  width: 100%;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  border: 0;
}
.contact-us form input {
  height: 50px;
  padding: 10px 15px;
}
.contact-us form textarea {
  min-height: 100px;
  padding: 20px;
}
.contact-us form .submit {
  background-color: #358282;
  color: #FFFFFF;
  font-size: 1.125rem;
}
.contact-us form .submit:hover {
  background: #000000;
}

.grecaptcha-badge {
  display: none;
}

p.recaptcha-terms {
  font-size: 0.85rem;
}

@media (min-width: 576px) {
  .pg-banner, .image-block {
    padding: 0;
  }
  .pg-banner picture, .pg-banner img, .image-block picture, .image-block img {
    height: 500px;
  }
  .image-pair {
    display: flex;
    justify-content: space-between;
    gap: 1%;
  }
  .image-pair .col {
    width: 36%;
  }
  .our-wines .resCarousel .item {
    display: inline-block;
    width: 39%;
  }
  .products .resCarousel .item {
    width: 31%;
  }
  .products .leftRs, .products .rightRs {
    display: block;
  }
  .products .leftRs {
    left: -12px;
  }
  .products .rightRs {
    right: -12px;
  }
  .our-story .vineyards h3 {
    font-size: 1.25rem;
  }
  .our-story .vineyards .weather .col {
    flex: 1;
    flex-flow: column wrap;
    padding: 0 10px;
  }
  .our-story .vineyards .weather .col img {
    width: 50px;
    margin-right: 10px;
  }
  .our-story .vineyards .info {
    display: flex;
    flex-flow: row nowrap;
  }
}
@media (min-width: 768px) {
  .featured {
    height: 600px;
  }
  .pg-banner, .image-block {
    padding: 0;
  }
  .welcome, .products {
    padding: 60px 0 90px 0;
  }
  .article {
    padding: 0 0 80px 0;
  }
  .resCarousel-inner {
    padding: 10px 25px 20px 0;
  }
  .carousel-caption {
    display: block;
  }
  .carousel-caption h1 {
    font-size: 4rem;
  }
  .our-wines .resCarousel .item {
    width: 27%;
  }
  .prod-info .prod-details {
    flex-flow: row nowrap;
  }
  .prod-info .prod-details .image, .prod-info .prod-details .info {
    width: 50%;
  }
  .prod-info .prod-details .image .round, .prod-info .prod-details .info .round {
    margin: 40px 0;
  }
  .prod-info .prod-details .info {
    text-align: left;
  }
  .prod-info .prod-details .info h2 {
    font-size: 2.6rem;
  }
  .prod-info .prod-details .info h3 {
    margin-bottom: 20px;
  }
  .prod-info .prod-details .info h4 {
    margin-top: 40px;
  }
  .prod-info .prod-details .info h4.price {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
  }
  .prod-info .prod-details .info .link-blk {
    margin: 0;
  }
  .prod-info .prod-details .image {
    position: -webkit-sticky;
    position: sticky;
    height: 650px;
    top: 10px;
    margin-bottom: 20px;
  }
  .prod-info .prod-details .image .overlay {
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .prod-info .prod-details .image img.two {
    max-width: 500px;
    height: auto;
    padding: 35px 0 0 0;
  }
  .prod-info .prod-details .accordion .open {
    font-size: 1.25rem;
  }
  .our-story .vineyards h4 {
    font-size: 0.85rem !important;
  }
  .our-story .vineyards .info {
    padding: 50px 0;
    flex-flow: row nowrap;
  }
  .our-story .vineyards .info .map img {
    max-width: 240px;
    text-align: right;
  }
  .contact-us {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  .contact-us .text, .contact-us .form {
    width: 100%;
  }
  .contact-us form .name {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .pg-banner picture, .pg-banner img, .image-block picture, .image-block img {
    height: 900px;
    max-height: 900px;
  }
  .carousel-caption {
    display: block;
  }
  .resCarousel-inner {
    white-space: normal;
  }
  .wrapper {
    overflow-x: auto;
  }
  .leftRs, .rightRs {
    display: none;
  }
  .products .resCarousel .leftRs, .products .resCarousel .rightRs {
    display: none;
  }
  .our-wines .resCarousel .item {
    width: 20%;
  }
  .distributors .cont-holder .text {
    text-align: left;
    margin-left: 0;
    padding: 40px 60px 40px 60px;
  }
}
@media (min-width: 1200px) {
  .image-pair .col h3 {
    margin: 20px auto;
    font-size: 2rem;
  }
  .image-pair .col .text {
    width: 110px;
    height: 110px;
  }
  .resCarousel-inner {
    padding: 10px 0 20px 0;
  }
  .our-wines .item .image {
    height: 550px;
    background-size: contain !important;
  }
  body.SileniWineClubPage .our-wines .resCarousel .item .image {
    height: 300px;
  }
  .our-story .vineyards .weather .col h4 {
    margin: 0;
  }
  .our-story .vineyards .weather .col h3 {
    font-size: 2.25rem;
  }
  .latest a.item {
    flex-flow: row nowrap;
  }
  .latest a.item .image {
    width: 60%;
  }
  .latest a.item .text {
    width: 40%;
    padding: 20px 25px;
  }
}
