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

	 Global SCSS INDEX

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

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

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

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

.black {
  background-color: #000000;
}

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

.carousel-caption, .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-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: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}

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

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

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

p, li {
  color: #494b4b;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.7;
  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;
}

.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 10px 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;
}

.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: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1.1;
  }
  .modal-body {
    padding: 20px;
  }
}
/*-----------------------------------------------------------------------------------

	 Template SCSS INDEX

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

-----------------------------------------------------------------------------------*/
.header-hm, .header {
  max-width: 1280px;
  left: 0;
  right: 0;
  padding: 0 20px;
  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 {
  width: 25%;
}
.brand img {
  height: auto;
  width: 200px;
  padding: 5px 0 0 5px;
  margin-top: 30px;
}

.navbar-toggler {
  position: absolute;
  right: 15px;
  top: 30px;
  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 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 0;
  text-align: center;
}
.navbar .navbar-collapse {
  width: 100%;
  z-index: 100;
  margin-top: 80px;
  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: 0.9rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #494b4b;
}
.navbar .navbar-collapse ul li a:hover {
  color: #358282;
}
.navbar .navbar-collapse ul li:hover a, .navbar .navbar-collapse ul li.active a {
  color: #358282;
}

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:last-child {
  padding: 6px 0 0 0;
}
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: 0.9rem;
  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: #358282;
  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 20px 30px 20px;
}
.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 {
  padding: 90px 0 0 0;
  background: url("/_resources/themes/greyrock/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;
  color: #edeae8;
  margin-bottom: 35px;
  align-content: center;
  text-align: center;
}
footer .col h4 {
  color: #358282;
  margin: 25px 0 0 0;
}
footer .col li {
  list-style-type: none;
}
footer .col p {
  margin: 20px 0 0 0;
  font-size: 0.95rem;
}
footer .col a {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  width: fit-content;
  font-size: 0.85rem;
  color: #358282;
  border: 1px solid #358282;
  border-radius: 25px;
  padding: 10px;
}
footer .col a:hover {
  border: none;
}
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;
}

.age-gate {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.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: url("/_resources/themes/greyrock/images/gradient-grn-1.png") no-repeat;
    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;
    padding: 40px 20px;
    text-align: left;
  }
  .titles .col {
    border-right: 1px solid #9cd3d3;
    padding-left: 30px;
    width: fit-content;
  }
  .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;
  }
  footer .main {
    flex-flow: row nowrap;
  }
  footer .col {
    justify-content: flex-start;
    text-align: left;
  }
}
@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.6);
    padding: 15px;
    text-align: center;
    width: fit-content;
    text-align: left;
    border-radius: 15px;
  }
  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 {
    padding: 70px 15px;
    text-align: left;
  }
  .titles .col:first-child {
    padding-right: 50px;
  }
  .titles .col {
    padding-left: 50px;
  }
  footer {
    padding: 150px 0 50px 0;
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
  header .container, header .container-lg, header .container-md, header .container-sm {
    max-width: 1320px;
  }
}
/*-----------------------------------------------------------------------------------

	 Content Holders SCSS INDEX

	01. Banners
		- Homepage
		- Other pages
	02. Intro's
	04. Our Wines
		- Products
	05. Product Page
		- Product-info
	06. Our Story
		- Vineyards
	07. Distribution
	08. Media Queries

-----------------------------------------------------------------------------------*/
.suggestions.products, .team, .events, .our-story {
  padding: 60px 0;
}

.products {
  padding: 40px 0 20px 0;
}

.wrapper {
  overflow-x: scroll;
}

.carousel-caption {
  bottom: 5%;
  font-size: 1.2rem;
  font-weight: 600;
}
.carousel-caption h1, .carousel-caption h4 {
  color: #FFFFFF;
}
.carousel-caption h1 {
  font-size: 1rem;
}
.carousel-caption p, .carousel-caption h3, .carousel-caption h4 {
  display: none;
}

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

.margin {
  margin-top: -120px;
}

.turq-bg::before {
  content: url("/_resources/themes/greyrock/images/intro-top.png");
}

.turq-bg::after {
  content: url("/_resources/themes/greyrock/images/intro-btm.png");
}

.turq-bg {
  position: relative;
  margin-top: -160px;
  z-index: 1;
  overflow: hidden;
}

.intro {
  width: 100%;
  text-align: center;
}
.intro .content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.intro .content p, .intro .content li {
  margin: 0 auto 15px auto;
}
.intro .content li {
  list-style-position: inside;
}
.intro .content .social {
  display: none;
  width: 250px;
  margin: 0 auto;
  padding: 25px 0;
}
.intro .content .social ul.links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 0;
}
.intro .content .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 .content .social ul.links a.icon:hover {
  background-color: #FFFFFF;
}
.intro .content .social ul.links li {
  margin: 0;
  list-style-type: none;
}

.intro.turq {
  margin: -60px 0;
}

.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: 58%;
  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: 30px 0;
}
.our-wines .intro {
  max-width: 900px;
  padding: 50px 20px;
}
.our-wines .item {
  margin: 10px;
  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: 460px;
  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 {
  background-color: #9cd3d3;
  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: column wrap;
  padding-top: 40px;
  border-bottom: 1px solid #9cd3d3;
}
.our-story .vineyards .weather .col {
  flex: auto;
  flex-flow: column wrap;
  margin-bottom: 20px;
  height: 65px;
}
.our-story .vineyards .weather .col img {
  width: 50px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.our-story .vineyards .weather .col h4 {
  font-size: 0.7rem;
}
.our-story .vineyards .info {
  padding: 40px 0;
  display: flex;
  flex-flow: column wrap;
}
.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: right;
}
.our-story .vineyards .info .map img {
  max-width: 260px;
}

.distributors {
  padding-bottom: 50px;
}
.distributors .continent {
  text-align: center;
  color: #FFFFFF;
}
.distributors .cont-holder {
  max-width: 900px;
  margin: 0 auto 30px auto;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.distributors .cont-holder .image {
  margin-bottom: 30px;
  text-align: right;
}
.distributors .cont-holder .image img {
  width: 300px;
  height: auto;
  border-radius: 50%;
}
.distributors .cont-holder .text {
  flex: auto;
  text-align: center;
  max-width: 600px;
  border-bottom: 1px solid #9cd3d3;
}
.distributors .cont-holder .text h2 {
  color: #358282;
  font-weight: 100;
  margin-bottom: 10px;
}
.distributors .cont-holder .text h4 {
  margin-bottom: 5px;
}
.distributors .cont-holder .text .contact {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.distributors .cont-holder .text .contact .link-blu {
  margin-right: 10px;
}

@media (min-width: 576px) {
  .pg-banner {
    padding: 0;
  }
  .pg-banner picture, .pg-banner img {
    height: 400px;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .pg-banner {
    padding: 0;
  }
  .suggestions.products, .events {
    padding: 80px 0;
  }
  .welcome, .products {
    padding: 60px 0 90px 0;
  }
  .article {
    padding: 0 0 80px 0;
  }
  .intro {
    margin: -50px auto -20px auto;
  }
  .resCarousel-inner {
    padding: 10px 25px 20px 0;
  }
  .carousel-caption {
    bottom: 15%;
    font-size: 1.4rem;
    left: 20%;
    text-align: left;
    width: 400px;
  }
  .carousel-caption h1 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .carousel-caption h3, .carousel-caption h4 {
    display: block;
  }
  .carousel-caption p {
    display: block;
    font-size: 1.2rem;
  }
  .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 .weather {
    flex-flow: row nowrap;
  }
  .our-story .vineyards .info {
    padding: 90px 0;
    flex-flow: row nowrap;
  }
  .our-story .vineyards .info .map img {
    max-width: 340px;
  }
  .distributors .cont-holder {
    flex-flow: row nowrap;
    justify-content: end;
    margin: 0 0 30px 0;
  }
  .distributors .cont-holder .image {
    width: 50%;
  }
  .distributors .cont-holder .text {
    width: 50%;
    text-align: left;
    margin-left: 20px;
  }
  .distributors .cont-holder .text h2 {
    margin-bottom: 10px;
  }
  .distributors .cont-holder .text .contact {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .distributors .cont-holder .text .contact .link-gd {
    margin: 0 10px 0 0;
  }
  .distributors .cont-holder:nth-of-type(even) {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .intro {
    margin: -10px auto -20px auto;
  }
  .intro.turq {
    margin: -20px 0;
  }
  .pg-banner picture, .pg-banner img {
    max-height: 600px;
    height: 600px;
  }
  .resCarousel-inner {
    white-space: normal;
  }
  .wrapper {
    overflow-x: auto;
  }
  .leftRs, .rightRs {
    display: none;
  }
  .distributors .cont-holder .text {
    text-align: left;
    margin-left: 0;
    padding: 40px 60px 40px 60px;
  }
  .products .resCarousel .leftRs, .products .resCarousel .rightRs {
    display: none;
  }
  .our-wines .resCarousel .item {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .our-wines .item .image {
    background-size: contain !important;
  }
  body.SileniWineClubPage .our-wines .resCarousel .item .image {
    height: 300px;
  }
  .latest a.item {
    flex-flow: row nowrap;
  }
  .latest a.item .image {
    width: 60%;
  }
  .latest a.item .text {
    width: 40%;
    padding: 20px 25px;
  }
}
