@charset "UTF-8";
/* CSS Document */ :root {
  --green: rgb(0 142 122);
  var-green: rgb(0 142 122);
  --blue: rgb(33 20 95);
  var-blue: rgb(33 20 95);
  --ltgreen: rgb(80 203 192);
  var-ltgreen: rgb(80 203 192);
  --red: rgb(234 91 86);
  var-red: rgb(234 91 86);
  --gold: rgb(230 186 119);
  var-gold: rgb(230 186 119);
  --orange: rgb(252 131 60);
  var-orange: rgb(252 131 60);
  --ltblue: rgb(73 193 201);
  var-ltblue: rgb(73 193 201);
}
/*****************************************************************************************TYPOGRAPHY*********************************************************************************/
@font-face {
  font-family: 'BourtonBase';
  src: url('../font/BourtonBase.eot');
  src: url('../font/BourtonBase.otf') format('embedded-opentype'), url('../font/BourtonBase.woff') format('woff'), , url('../font/BourtonBase.woff2') format('woff2'), url('../font/BourtonBase.ttf') format('truetype'), url('../font/BourtonBase.svg') format('svg');
  font-style: normal
}
body {
	scroll-behavior: smooth;
	 text-rendering: optimizeLegibility;
}
a {
  color: var(--blue);
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover, a:focus {
  outline: hidden;
  color: var(--red);
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
h1, H1 {
  font-size: 155px;
  color: var(--gold);
  line-height: 90%;
  margin-left: -13px;
}
/*.item-page_sustainability .com-content-article__body p {
	line-height: 90%;
  margin-left: -13px;
}*/
h1, h2, h3, h4, h5, h6, p, body {
	font-family: 'BourtonBase', sans-serif !important;
}
.com-content-article h1 {
  font-size: 110px;
}
.item-page_legal h1 {
	font-size: 64px;
}

.item-page_legal p, .item-page_legal li {
	font-size: 14px;
}
.item-page_legal a {
	color:var(--red);
	text-decoration: none;
}
.item-page_legal a:hover, .item-page_legal a:focus {
	color:var(--red);
	text-decoration: underline;
}
.top1 h1, .top2 h1 {
  font-size: 9vw;
}
.bottom1 h1, .bottom2 h1 {
  font-size: 8vw;
}
.bottom1 h1 {
  color: var(--red);
}
.bottom2 h1 {
  color: var(--ltblue);
}
#aboutus h1 {
  font-size: 90px;
}
.people h1 {
	    color: var(--gold);
    margin-bottom: 30px;
}
.item-page_sustainability h1 {
	font-size: 5vw;
}
h2, H2 {
  font-size: 50px;
  color: var(--blue);
}
.practices h2 {
	color:var(--gold);
	font-size:5vw;
}
.carbon h2 {
	color: var(--gold);
    font-size: 10vw;
    background-image: url(/images/circle-stamp-white.png);
    display: block;
    position: relative;
    padding: 80px 10px 0px 120px;
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 90%;
}
h3, H3 {
  font-size: 34px;
  color: var(--blue);
}
h4, H4 {
  font-size: 27px;
}
.item-page_legal h4 {
	color: var(--blue);
    margin-top: 20px;
    font-size: 22px;
}
.item-page_legal h3 {
	color: var(--blue);
    margin-top: 40px;
    font-size: 28px;
}
.item-page_legal table h4 {
	color: var(--blue);
	font-size: 16px;
}
p, P, body {
  font-size: 20px;
  line-height: 170%;
  color: #ffffff;
}
.panelred p {
  color: var(--blue);
  font-size: 2.5vw;
  line-height: 120%;
}
.top1 p, .top2 p, .bottom1 p {
  display: block;
  width: 80%;
  font-size: 1.1vw;
}
.carbon p {
	font-size:1.4vw;
}
.item-page_cocktails .com-content-article__body p {
	font-size: 2vw;
	line-height:110%;
}
.white p {
	color:var(--blue);
}

top1 p, top2 p {
  font-size: 2.5vw;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px none transparent;
  padding: 5px 30px;
  font-size: 1rem;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: var(--blue);
  background-color: var(--gold);
  font-size: 22px;
}
.btn-primary:hover, .btn-primary:focus {
  color: var(--red);
  background-color: var(--blue);
  font-size: 22px;
}
.realthing .btn-primary:hover, .realthing .btn-primary:focus {
  background-color: var(--red);
  color: var(--blue);
}
.footer .social p {
  color: var(--blue);
  font-size: 22px;
}
.sustainability p {
  display: block;
  width: 90%;
  margin: auto;
  font-size: 27px;
  text-align: center;
}
.com-content-article__body p, ol li, ul li {
  color: var(--blue);
}
li {
	margin-bottom:20px;
}
.item-page_legal table li, .item-page_legal table p, .item-page_legal table {
	line-height:130%;
}
.item-page_sustainability p {
	color:#ffffff;
}
.gold {
  color: var(--gold) !important;
}
.white {
  color: #ffffff;
}
@media(max-width:991px) {
	.item-page_sustainability .com-content-article__body p {
    font-size: 30px;
    line-height: 140%;
}
	.item-page_sustainability h1 {
    font-size: 10vw;
}
	.item-page_cocktails .com-content-article__body p {
    font-size: 4vw;
    line-height: 110%;
}
}
@media(max-width:767px) {
  .panelred p {
    color: var(--blue);
    font-size: 4.5vw;
    line-height: 120%;
  }
}
/***************************************************************************************LAYOUT**************************************************************************************/
body {
  margin: 0px;
  padding: 135px 0px 0px 0px;
  background-color: #ffffff;
  font-family: 'BourtonBase', sans-serif;
}
#outerWrapper {
  overflow-x: hidden;
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100vw;
}
#topwrap {
  width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px 40px;
    position: fixed;
    z-index: 1000;
    background-color: #ffffff;
    top: 0px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.scrolled {
      transform: translateY(-200px);
    }
#topwrap.scrolled {
  width: 100%;
    top: -300px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.wLimit {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
}
.tLeft {
  width: 233px;
  height: auto;
}
.mobile {
	display:none;
	visibility: hidden;
}
#navWrap {
  width: calc(90% - 233px);
  display: block;
  float: right;
  margin-top: 50px;
}
.banner {
  margin-bottom: -10px;
	position:relative;
}
.playButton {
	position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
.playButton h3 {
	color:#ffffff;
}
.tRight {
  width: 10%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  min-width: 100px;
}
.tRight .social {
  display: inline-flex;
  flex-direction: row;
  margin-top: 77px;
}
.tRight a > img {
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.tRight a > img:hover {
  opacity: .5;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.panelred {
  background-color: var(--red);
  color: var(--blue);
}
#mod-custom128 {
  max-width: 95%;
  width: 1200px;
  margin: auto;
  padding: 80px 40px;
}
.footer {
  background-color: var(--ltblue);
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: row;
  padding: 40px 40px 100px 40px;
}
.fWrapper {
  width: 100%;
}
.logoFooter img {
  max-width: 484px;
}
.footer .social {
  margin-top: 80px;
}
.footer .social img {
  margin-right: 20px;
  opacity: 1;
}
.footer .social img:hover {
  margin-right: 20px;
  opacity: .5;
}
.right.top1 {
  background-color: var(--red);
  padding: 150px 60px;
}
.left.top2 {
  background-color: var(--blue);
  padding: 150px 60px;
}
.widthLimitright {
  max-width: 960px;
  float: left;
}
.widthLimitleft {
  max-width: 960px;
  float: right;
}
.widthLimitright {
  padding-left: 50px;
}
.widthLimitleft {
  padding: 10px;
}
.carbon .widthLimitleft {
	padding-top: 70px;
}
.left, .right {
	min-height:600px;
}

.left.top1 {
  background-image: url("/images/300years.jpg");
  background-size: cover;
  position: relative;
}
.right.top2, .contact.left {
  background-image: url("/images/top2.jpg");
  background-size: cover;
}
#aboutus .right.top2 {
  background-image: url("/images/aboutus2.jpg");
  background-size: cover;
}
.right.bottom2 {
  background-image: url("/images/passionandcraft3.jpg");
  background-size: cover;
}
.left.top1 img {
  float: right;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
}

.fullwidth {
	min-height:600px;
	padding:120px 0px;
}
.responsibility .fullwidth p {
	width: 90%;
    float: left;
    display: block;
    position: relative;
    padding: 80px 10px 0px 120px;
    background-image: url(/images/circle-stamp-gold.png);
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 3vw;
    line-height: 120%;
}
.culture .left.bottom1 {
  background-image: url("/images/passionandcraft2.jpg");
  background-size: cover;
  position: relative;
}
.people .left.bottom1 {
  background-image: url("/images/sustainability2.jpg");
  background-size: cover;
  position: relative;
}
.practices .right {
	background-image: url("/images/sustainability3BG.jpg");
  background-size: cover;
  position: relative;
}

.left.bottom3 {
  background-image: url("/images/passionandcraft4.jpg");
  background-size: cover;
  position: relative;
}
.biomethane .left {
	background-image: url("/images/sustainability1.jpg");
  background-size: cover;
  position: relative;
}
.carbon .left {
	min-height: 600px;
  background-color: var(--blue);
  padding: 150px 60px;
	
}
.right.bottom1, .left.bottom2, .right.bottom3 {
  min-height: 600px;
  background-color: var(--blue);
  padding: 150px 60px;
}
.red .right {
  background-color: var(--red);
  padding: 150px 60px;
}
.blue .left {
  background-color: var(--blue);
  padding: 150px 60px;
}
.people .right {
		min-height: 600px;
  background-color: var(--red);
  padding: 150px 60px;
}
.left.bottom1 img {
  float: right;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
}
.widthLimit {
  max-width: 1920px;
  margin: auto;
  width: 90%;
}
.center {
  text-align: center;
}
.siteBody {
  padding: 120px 0px 0px 0px;
}
.siteBody {
  padding: 120px 0px 0px 0px;
}
#contact .siteBody {
	background-color:var(--red);
	padding: 0px 0px 0px 0px;
	margin-top: -25px;
}
#_home .siteBody {
	padding:0px;
}
#_cocktails .siteBody {
	padding:0px 0px;
}

.com-content-article .com-content-article__body {
  width: 60%;
  float: left;
  display: block;
  padding: 0px 0px 80px 20px;
}
.com-content-article.item-pagecontact .com-content-article__body {
	width:100%;
}
.item-page_cocktails .com-content-article__body {
	width: 100%;
    float: left;
    display: block;
    padding: 0px 0px 0px 0px;
}

.com-content-article .page-header {
  width: 40%;
  float: left;
  display: block;
  position: relative;
  padding: 80px 10px 0px 120px;
  background-image: url(/images/circle-stamp-blue.png);
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: top left;
}
.item-page_sustainability .page-header {
	background-image: url(/images/circle-stamp-white.png);
}

/*.item-page_sustainability .com-content-article__body {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  padding: 80px 10px 0px 120px;
  background-image: url(/images/circle-stamp-gold.png);
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: top left;
}*/
.sustainability {
  background-image: url("/images/sustainabilityBG.jpg");
  background-size: cover;
  padding: 200px 50px;
  background-position: bottom;
}
.item-page_sustainability .com-content-article__body {
	padding-top:90px;
}
#_sustainability .siteBody {
	background-color: var(--blue);
}
.quarterBox {
  padding: 20px;
  min-height: 400px;
}
#aboutus .com-content-article__body {
  padding-top: 85px;
}
.box1 {
  background-color: var(--red);
  padding: 80px 40px 40px 40px;
}
.box1 a:hover {
  color: var(--gold);
}
.box2 {
  background-image: url("/images/image-row-1.jpg");
  background-size: cover;
}
.box3 {
  color: var(--gold) !important;
  background-color: var(--green);
  background-image: url("/images/logo-star.png");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.box3 h3 {
  color: var(--gold);
  font-size: 9vw;
  line-height: 90%;
}
.box3 h4 {
  font-size: 3vw;
}
.box4 {
  background-image: url("/images/image-row-2.jpg");
  background-size: cover;
}
.item-page_legal table, .item-page_legal tr, .item-page_legal td {
	border: 1px solid var(--blue);
}
.item-page_legal td {
	vertical-align: top;
	padding:10px;
}
.item-page_legal table li {
	margin-bottom: 6px;
}

@media(max-width:1400px) {
  .tLeft {
    width: 150px;
  }
  .tRight .social {
    display: inline-flex;
    flex-direction: row;
    margin-top: 40px;
  }
}
@media(max-width:991px) {
	body {
		 padding: 307px 0px 0px 0px;
	}
	.widthLimitright {
    padding-left: 0px;
}
	.fullwidth {
    min-height: 300px;
    padding: 100px 0px;
}
	.responsibility .fullwidth p {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    padding: 50px 10px 0px 50px;
    background-image: url(/images/circle-stamp-gold.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 3vw;
    line-height: 120%;
}
	.mobile {
	display:inherit;
	visibility: visible;
}
	.desktop {
		display:none;
		visibility:hidden;
	}
	.tRight .social {
    display: inline-flex;
    flex-direction: row;
    margin: 0px;
  }
  .tLeft {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .tLeft img {
    max-width: 233px;
  }
  .footer .social {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: right;
  }
  .widthLimitright, .widthLimitleft {
    max-width: 80%;
    float: none;
    margin: auto;
  }
  .top1 p, .top2 p, .bottom1 p, .bottom2 p, .bottom3 p {
    display: block;
    width: 70vw;
    font-size: 2.5vw;
  }
  .box3 h3 {
    color: var(--gold);
    font-size: 15vw;
    line-height: 90%;
  }
  .box3 h4 {
    font-size: 5vw;
  }
  #mod-custom128 {
    max-width: 95%;
    width: 1200px;
    margin: auto;
    padding: 80px 10px;
  }
  .com-content-article .page-header {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    padding: 80px 10px 0px 110px;
    background-image: url(/images/circle-stamp-blue.png);
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: top left;
  }
	.item-page_sustainability .page-header {
	background-image: url(/images/circle-stamp-white.png);
}
  .com-content-article .com-content-article__body {
    width: 100%;
    float: left;
    display: block;
    padding: 0px 0px 80px 20px;
  }
	.item-page_sustainability .com-content-article__body {
		padding: 110px 0px 80px 20px;
		width:100%;
	}
  #aboutus .right.top2 {
    background-image: url(/images/aboutus2.jpg);
    background-size: cover;
    min-height: 500px;
    background-position: right;
  }
	.carbon .right {
    min-height: 300px;
    background-color: var(--blue);
    padding: 40px 60px 150px 60px;
	}
	.carbon .left {
		padding: 150px 60px 40px 60px;
		min-height:300px;
	}
	.siteBody {
    padding: 80px 0px;
}
}
@media(max-width:767px) {
  .tLeft {
    width: 100%;
    height: auto;
    float: left;
  }
  .tRight {
    width: 50%;
    float: right;
  }
  #navWrap {
    width: 50%;
    display: block;
    float: right;
    margin-top: 45px;
  }
  .tRight .social {
    display: inline-flex;
    flex-direction: row;
    margin-top: 36px;
  }
  .wLimit {
    width: 100%;
    margin: auto;
    display: block;
    /* flex-direction: column; */
  }
  .box3 h3 {
    color: var(--gold);
    font-size: 30vw;
    line-height: 90%;
  }
  .box3 h4 {
    font-size: 10vw;
  }
  .footer .social {
    margin-top: 80px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    align-content: flex-start;
  }
  .left.top2 {
    background-color: var(--blue);
  }
	 .left.top2, .right.top2, .left.top1, .left.top2, .right.top1  {
    padding: 60px 10px;
  }
  .widthLimitright, .widthLimitleft {
    max-width: 90%;
    float: none;
    margin: auto;
  }
  .top1 p, .top2 p, .bottom1 p, .bottom2 p, .bottom3 p {
    display: block;
    width: 90%;
    font-size: 3.5vw;
  }
	.banner {
    margin-top: 308px;
}
	body {
    padding: 0px 0px 0px 0px;
}
	#topwrap, #topwrap.scrolled {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px 40px;
    position: absolute;
    z-index: 1000;
    background-color: #ffffff;
    top: 0px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
	.scrolled {
    transform: translateY(0px);
}
	.left, .right {
	min-height:300px;
}
	.siteBody {
    padding: 380px 0px 80px 0px;
}
	#contact .right.top1 {
		 padding: 60px 40px;
	}
	#mod-custom153 {
		    margin-top: 245px;
	}
}
/*********************************************************************************************FORMS*****************************************************************************/
.com-content-article.item-pagecontact .com-content-article__body #contactUs {
	padding:40px 10px;
	color: var(--blue);
	font-size:16px;
}
.com-content-article.item-pagecontact .com-content-article__body .mb-3 {
    margin-bottom: 0.5rem !important;
}
.com-content-article.item-pagecontact .com-content-article__body .form-label {
    margin-bottom: 0rem !important;
}
.com-content-article.item-pagecontact .com-content-article__body .form-control {
    border-radius:0px;
}
.com-content-article.item-pagecontact .com-content-article__body .right {
	padding: 0px 40px;
}
#contact h1 {
	font-size:5vw;
	color:var(--blue);
	line-height:100%;
}
#contact h3 {
	font-size:1.8vw;
	color:var(--blue);
	line-height:100%;
	padding: 10px 0px 0px 0px;
}
#ageVerificationModal input, .eb-content input:focus {
	border: none;
    font-size: 6vw;
    color: var(--gold);
    outline-style: none;
    text-align: center;
    padding: 0px;
}
#ageVerificationModal input::-ms-input-placeholder {
	color:var(--gold);
	opacity:1;
}
#ageVerificationModal input::placeholder {
	color:var(--gold);
	opacity:1;
}
#ageVerificationModal button {
	background-color:var(--ltgreen);
	color:var(--blue);
	border:none;
	width: fit-content;
    margin: 0px auto;
}
#ageVerificationModal button:hover, #ageVerificationModal button:focus {
	background-color:var(--green);
	border:none;
}
.wrapdate #day, .wrapdate #month {
	width:30%;
}
.wrapdate #year {
	width:45%;
}
.wrapdate {
	display: flex;
    width: 90%;
    margin: 10px auto;
    justify-content: center;
}
 input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
         -webkit-appearance: none;
      }


/* Add this CSS within your Joomla template or in a separate stylesheet */
#ageVerificationModal .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
	
}

#ageVerificationModal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;max-width: 90%;
    width: 800px;
}

#ageVerificationModal .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

@media(max-width:767px) {
	.com-content-article.item-pagecontact .com-content-article__body .right {
	padding: 40px 0px;
}
	#contact h1 {
    font-size: 6vw;
    color: var(--blue);
    line-height: 100%;
		padding-left:10px;
}
	#ageVerificationModal h3 {
		font-size:5vw
	}
	#ageVerificationModal input, #ageVerificationModal input:focus {
    font-size: 9vw;
}
	#contact .bottom, #contact .row {
		max-width: 100%;
    --bs-gutter-x: 0rem;
	}
	.playButton h3 {
    color: #ffffff;
		font-size:22px !important;
}
}

/*********************************************************************************************NAVIGATION*****************************************************************************/
.navbar-collapse > ul {
  display: flex;
  flex-direction: row;
  float: right;
}
.navbar-collapse li > a {
  color: var(--blue);
  padding: 10px 5px;
  margin: 10px 13px;
  height: 64px;
  font-size: 20px;
}
.navbar-collapse li > ul > li > a {
  font-size: 16px;
  height: 48px;
}
.navbar-collapse li > a:hover, .navbar-nav > li > a:focus {
  color: var(--red);
}
.navbar-collapse li {
  position: relative;
}
.loaded .navbar-collapse li.parent .mod-menu__sub {
  position: absolute;
  top: 70px;
  left: 0px;
  display: flex;
    opacity: 1;
    width: max-content;
	flex-direction: column;
  background-color: #fff;
  padding: 20px;
  border: 2px solid var(--gold);
  z-index: 1000;
  -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .2);
  box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .2);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.navbar-collapse li.parent .mod-menu__sub.hidden {
  display: none;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.loaded .scrolled .navbar-collapse li.parent .mod-menu__sub {
	top:-300px;
	-webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .2);
  box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .2);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media(max-width:767px) {
.loaded .scrolled .navbar-collapse li.parent .mod-menu__sub {
    top: 70px;
  
}
}
.footer .nav-link {
  color: var(--blue);
  font-size: 16px;
	padding: 5px 0px;
}
.footer .nav-link:hover, .footer .nav-link:focus {
  color: var(--red);
}
.footer .navbar-nav {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }
}
@media(max-width:1400px) {
  .navbar-collapse li > a {
    color: var(--blue);
    padding: 10px 5px;
    margin: 10px 0px;
    height: 64px;
    font-size: 16px;
  }
  #navWrap {
    margin-top: 40px;
  }
  #navWrap {
    width: calc(90% - 150px);
    display: block;
    float: right;
    margin-top: 15px;
  }
}
@media(max-width:991px) {
  .navbar {
    position: inherit;
    align-items: center;
    justify-content: center;
  }
  .navbar-collapse li > a {
    color: var(--blue);
    padding: 10px 5px;
    margin: 10px 5px;
    height: 64px;
    font-size: 16px;
  }
  .navbar-expand-md .navbar-collapse {
    justify-content: center;
  }
  .tRight {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 100px;
  }
  #navWrap {
    width: 100%;
    display: block;
    float: none;
    margin-top: 20px;
  }
  .wLimit {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
}
@media(max-width:767px) {
  .navbar-collapse ul {
    position: absolute;
    top: 230px;
    left: 20px;
    display: block;
    opacity: 1;
    width: 400px;
	  max-width:90%;
    background-color: #fff;
    padding: 20px;
    border: 2px solid var(--gold);
    z-index: 1000;
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .2);
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, .2);
  }
  .icon-menu {
    font-size: 42px;
    color: var(--blue);
  }
  .icon-menu:hover, .icon-menu:focus {
    color: var(--gold);
  }
  .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
    border: none;
    box-shadow: 0 0 0 0rem;
  }
	.navbar-collapse li > ul > li > a, .navbar-collapse li > a {
    font-size: 16px;
    height: auto;
		text-wrap: wrap;
}
	.navbar-collapse li > a {
    color: var(--blue);
    padding: 0px 5px;
    margin: 0px 5px;
    height: auto;
    font-size: 20px;
}
	.playButton img {
		width:64px !important;
		height:auto !important;
	}
}

/**************************************************************************************COCKTAILS*****************************************************************************************/
.picture {
	background-size:cover;
	min-height:600px;
}
.no-gutters {
	padding:0px;
	--bs-gutter-x: 0rem;
}
.desc, .ingred {
	min-height: 600px;
    background-color: var(--blue);
    padding: 80px 60px;
}
.red .ingred {
	background-color: var(--red);
}
.green .ingred {
	background-color: var(--green);
}
.orange .ingred {
	background-color: var(--orange);
}
.desc h2 {
	color: var(--gold);
    font-size: 4vw;
    margin-bottom: 40px;
	line-height:.9;
}
.desc p {
	color:#ffffff;
	font-size:1.1vw;
	line-height:175%;
}
.ingred p {
	color:#ffffff;
	font-size:.9vw;
	margin-bottom:20px;
}
.desc h3, .ingred h3 {
	color:var(--gold);
	font-size:1.6vw;
}
.raspberryLime .picture {
	background-image:url("/images/cocktail-raspberrylime.jpg")
}
.cockoftherock .picture {
	background-image:url("/images/cocktail-cockoftherock.jpg")
}
.stabroek .picture {
	background-image:url("/images/cocktails-stabroek.jpg")
}
.blueflame .picture {
	background-image:url("/images/cocktails-blueflame.jpg")
}
.cocojito .picture {
	background-image:url("/images/cocktails-cocojito.jpg");
	background-position: bottom;
}
.tartnspice .picture {
	background-image:url("/images/cocktails-tartnspice.jpg");
	background-position: bottom;
}
.rumpunch .picture {
	background-image:url("/images/cocktails-rumpunch.jpg");
	background-position: bottom;
}
.mangoito .picture {
	background-image:url("/images/cocktails-mangoito.jpg");
	background-position: bottom;
}
.tipunch .picture {
	background-image:url("/images/cocktails-ti-punch.jpg");
	background-position: bottom;
}
.daiquiri .picture {
	background-image:url("/images/cocktails-daiquiri.jpg");
	background-position: bottom;
}
.pinepunch .picture {
	background-image:url("/images/cocktails-pine-punch.jpg");
	background-position: bottom;
}
#_rums .picture {
	order:1 !important;
}
@media(max-width:991px) {
	.picture {
	background-size:cover;
	min-height:700px;
}
	.desc, .ingred {
	min-height: 600px;
    background-color: var(--blue);
    padding: 80px 40px;
}
	.desc h2 {
	color: var(--gold);
    font-size: 6vw;
    margin-bottom: 40px;
}
.desc p {
	color:#ffffff;
	font-size:2.8vw;
}
.ingred p {
	color:#ffffff;
	font-size:2vw;
}
.desc h3, .ingred h3 {
	color:var(--gold);
	font-size:3vw;
}
}
@media(max-width:767px) {
	.desc, .ingred {
	min-height: 300px;
    background-color: var(--blue);
    padding: 80px 40px;
}
	.ingred p {
    color: #ffffff;
    font-size: 3vw;
}
	.picture {
  background-size: cover;
    min-height: 100vw;
    background-repeat: no-repeat;
    background-position: center center;
}
}
/*****************************************************************************RUMS*****************************************************************************/
.item-page_rums {
	display: flex;
    flex-direction: row;
}
.item-page_rums .com-content-article__body {
	width: 41.666666%;
    float: left;
    margin-top: 5vw;
    padding: 0px 6vw;
}
#_rums .siteBody .container {
	max-width:100vw;
	padding: 0px;
    --bs-gutter-x: 0rem;
}
.item-page_rums h1 {
	color:var(--blue);
	margin: 0px 0px 30px -8px;
	font-size: 8vw;
}
h1.tipunch {
	font-size:7vw;
}
h1.overproof {
	font-size:6vw;
}
h1.overproof, h1.onefiveone {
	font-size:6vw;
}
.item-page_rums h2 {
	margin-bottom: 30px;
	font-size: 3vw;
}
.item-page_rums p {
	font-size: 1.5vw;
}
@media(max-width:767px) {
	.item-page_rums {
	display: flex;
    flex-direction: column;
}
	.item-page_rums .com-content-article__body {
	width: 100%;
    float: left;
    margin-top: 5vw;
    padding: 0px 6vw;
}
	.item-page_rums p {
    font-size: 4vw;
}
}

/**************************************************************SLIDER**************************************************************************************/

.jt-cs .jt-imagecover img {
    max-height: 200px;
    width: auto;
	margin:auto;
}
.jtcs_item_wrapper .jt-title {
    line-height: normal;
    display: block;
    text-align: center;
}
.jt-cs .owl-carousel .owl-nav .owl-next, .jt-cs .owl-carousel .owl-nav .owl-prev {
    opacity: 1;
    font-size: 40px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.0);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: var(--blue);
    border: none;
    padding: 0!important;
    font: inherit;
}
.jt-cs .owl-carousel .owl-nav .owl-next, .jt-cs .owl-carousel .owl-nav .owl-prev {
    opacity: 1;
    font-size: 40px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.0);
}
.jt-cs .jt-imagecover::before {
    background: rgba(0,0,0,0);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear;
    z-index: 3;
}
.jtcs_item_wrapper {
    padding: 0;
    font-size: 1em;
    max-width: 90%;
    margin: auto;
}
.sliderTitle h2 {
	    padding: 100px 0px 0px 40px;
}