/*Fonts */ 
@font-face {
    src: url("../fonts/Gobold-Regular.otf");
    font-family: 'Gobold';
    font-weight: 400;
}
@font-face {
    src: url("../fonts/GoboldBold.otf");
    font-family: 'Gobold';
    font-weight: 700;
}
@font-face {
    src: url("../fonts/Helvetica-01.ttf");
    font-family: 'Helvetica';
    font-weight: 400;
}

/*Customize*/
.whitley-neill-custom-brand-page .m-brand-additional-info {display: none;}
.whitley-neill-custom-brand-page .breadcrumbs {display: none;}

.whitley-neill-custom-brand-page .block-container img {
	max-width: 100%;
	display: block;
}
.whitley-neill-custom-brand-page .page-whitley-neill{ 
	max-width: 100%;
    margin: 0;
	background: #fff;
	font-size: 20px;
	line-height:1.3;
	color: #001A57;
	font-weight: 300;
}
.whitley-neill-custom-brand-page .page-whitley-neill *{
	box-sizing: border-box;
}
.whitley-neill-custom-brand-page #maincontent {
    max-width: 100%;
    margin: 0;
    padding: 0;
	font-weight: 300;
	font-size: 20px;
	line-height:1.3;
	color: #001A57;
}
.whitley-neill-custom-brand-page #maincontent * {
    box-sizing: border-box;
}
.whitley-neill-custom-brand-page #maincontent .column.main {
    padding: 0;
}
.whitley-neill-custom-brand-page .block-container {
	max-width: 100%;
	margin: 0 auto !important;
	color: #000;
	margin: 0 54px;
	max-width: 1520px;
}
.whitley-neill-custom-brand-page .block-container.block-container-iframe {
	max-width: 100%;
}
.whitley-neill-custom-brand-page .product-items .product-item .product-item-link, .whitley-neill-custom-brand-page .product-items .product-price,
.whitley-neill-custom-brand-page .product-items .actions-primary form{
	text-align:center;
}

/*Dots*/
.whitley-neill-custom-brand-page .slick-dots li {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	position: relative;
}
.whitley-neill-custom-brand-page .slick-dots li button {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
}
.whitley-neill-custom-brand-page .slick-dots {
	position: absolute;
	margin: 0;
	bottom: 0;
	display: flex;
	flex-flow: row;
	column-gap: 12px;
	justify-content: center;
	width: 100%;
	list-style-type: none;
}

/*Sections*/
.whitley-neill-custom-brand-page .cataloglabel.cataloglabel-product-top-label.cataloglabel-new-product.cataloglabel-list.position-TR, .whitley-neill-custom-brand-page .cataloglabel.cataloglabel-product-top-label.cataloglabel-new-product.cataloglabel-list.position-TL{
	display: none;
}
.whitley-neill-custom-brand-page .block-image-holder.block-image-link .image-link .action.tocart {
	background-color: transparent;
}
.whitley-neill-custom-brand-page .block-image-holder.block-image-link .image-link .action.tocart:hover{
	background-color: transparent;
}
.whitley-neill-custom-brand-page .block-image-holder.block-image-link .image-link .action.tocart:hover {
	background-color: #14143c;
}
.whitley-neill-custom-brand-page .block-image-holder.block-image-link .image-link:hover {
	opacity: 1;
}
.whitley-neill-custom-brand-page .page-whitley-neill .action.primary, .whitley-neill-custom-brand-page .page-whitley-neill .action-primary {
	background-color: #fff;
	border: none;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 10px;
	color: #001A57;
	line-height: 1.2;
	font-weight: 500;
}
.whitley-neill-custom-brand-page .page-whitley-neill .action.primary:hover, 
.whitley-neill-custom-brand-page .page-whitley-neill .action-primary:hover {
	opacity: 0.8;
}
.whitley-neill-custom-brand-page .tile-03.products-slider .product-item-actions .btn-cart.action.primary span {
	background-color: transparent !important;
}
.whitley-neill-custom-brand-page .tile-03.products-slider .product-image-container {
	margin: auto;
	display: table;
}
.whitley-neill-custom-brand-page .page-whitley-neill .products-slider .action.primary, .whitley-neill-custom-brand-page .page-whitley-neill .products-left-right .action.primary, .whitley-neill-custom-brand-page .page-whitley-neill .btn-white .action.primary {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	padding: 18px 37px;
	margin-top: 15px;
	font-size: 16px;
	letter-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
	font-weight: 400;
	border-radius: 3px;
}
.whitley-neill-custom-brand-page .page-whitley-neill .products-slider .action.primary:hover,
.whitley-neill-custom-brand-page .page-whitley-neill .products-left-right .action.primary:hover,
.whitley-neill-custom-brand-page .page-whitley-neill  .btn-white .action.primary:hover {
	background-color: #000;
	color: #fff;
	opacity:1;
}
.whitley-neill-custom-brand-page #maincontent .slick-prev::before, .whitley-neill-custom-brand-page #maincontent .slick-next:before{
	mask-position: center center;
	-webkit-mask-position: center center;
	-moz-mask-position: center center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-moz-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	-moz-mask-size: contain;
}
.whitley-neill-custom-brand-page #maincontent .slick-prev::before {
	mask-image: url(../images/arrow-left-black.svg);
	-webkit-mask-image: url(../images/arrow-left-black.svg);
	-moz-mask-image: url(../images/arrow-left-black.svg);
	padding: 0 !important;
}
.whitley-neill-custom-brand-page #maincontent .slick-next:before{
	mask-image: url(../images/arrow-right-black.svg);
	-webkit-mask-image: url(../images/arrow-right-black.svg);
	-moz-mask-image: url(../images/arrow-right-black.svg);
    padding: 0 !important;
	background-size: 100% auto !important;
	
}
.whitley-neill-custom-brand-page #maincontent .slick-prev::before, .whitley-neill-custom-brand-page #maincontent .slick-next::before {
	content: "" !important;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	opacity: 1 !important;
	position: absolute;
	z-index: 1;
	top: 0;
}
.whitley-neill-custom-brand-page #maincontent .slick-slider .slick-dots li button::before { display: none; }
.whitley-neill-custom-brand-page .products-slider .product-item-name a {
	color: #000 !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	max-height: unset;
	height: unset;
	font-family: 'Helvetica', sans-serif;
}
.whitley-neill-custom-brand-page .product-items .product-price {
	font-size: 16px;
	color: #000000;
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.whitley-neill-custom-brand-page .product-items .product-item-name {
	margin-bottom: 20px !important;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 300px;
	margin: 0 auto;
}
.whitley-neill-custom-brand-page #maincontent .slick-slider .slick-dots li {
	height: auto;
	width: 100%;
	margin: 0;
}
.whitley-neill-custom-brand-page #maincontent .slick-slider .slick-dots li:last-child button{	margin-right:0;}

.whitley-neill-custom-brand-page .slick-dots li:last-child {
	margin-right: 0;
}

.whitley-neill-custom-brand-page .slick-dots li button {
	background: #000;
}
.whitley-neill-custom-brand-page .slick-dots li button::before {
	display:none;
}
.whitley-neill-custom-brand-page .slick-dots li.slick-active button {
	background-color: #1F2179;
	opacity: 1;
	border-color: transparent;
}
.whitley-neill-custom-brand-page #maincontent .listing-tabs .main-prod-slider .slick-next.slick-arrow {
	top: 50% !important;
	right: 70px;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}
.whitley-neill-custom-brand-page #maincontent .listing-tabs .main-prod-slider .slick-prev.slick-arrow {
	top: 50% !important;
	left: 70px;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}


/*Transition*/
.whitley-neill-custom-brand-page .page-whitley-neill .btn-cart, .whitley-neill-custom-brand-page .headline-text-section .button a, .hero-bg-lemon-line,
.whitley-neill-custom-brand-page .holder-hero-product-hold img, .whitley-neill-custom-brand-page .price-button,  .whitley-neill-custom-brand-page .video-wrap .video-play,
.whitley-neill-custom-brand-page .btn-cart{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*animation*/
.whitley-neill-custom-brand-page  .animate {
	opacity: 0 !important;
}
.whitley-neill-custom-brand-page .animate.start {
	opacity: 1 !important;
}
.whitley-neill-custom-brand-page .fade-right{
	transform:translateX(50px);
	-webkit-transform:translateX(50px);
}
.whitley-neill-custom-brand-page .fade-left{
	transform:translateX(-50px);
	-webkit-transform:translateX(-50px);
}
.whitley-neill-custom-brand-page .fade-bottom{
	transform:translateY(50px);
	-webkit-transform:translateY(50px);
}
.whitley-neill-custom-brand-page .fade-top{
	transform:translateY(-50px);
	-webkit-transform:translateY(-50px);
}
.whitley-neill-custom-brand-page .fade-bottom.start,
.whitley-neill-custom-brand-page .fade-top.start{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.whitley-neill-custom-brand-page .fade-left.start,
.whitley-neill-custom-brand-page .fade-right.start{
	transform:translateX(0);
	-webkit-transform:translateX(0);
}
.whitley-neill-custom-brand-page .animate{
	transition: 0.8s all ease-in-out;
	-webkit-transition: 0.8s all ease-in-out;
	-moz-transition: 0.8s all ease-in-out;
}
.whitley-neill-custom-brand-page .delay1{
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.whitley-neill-custom-brand-page .delay2{
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.whitley-neill-custom-brand-page .delay3{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.whitley-neill-custom-brand-page .delay4{
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.whitley-neill-custom-brand-page .delay5{
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.whitley-neill-custom-brand-page .delay6{
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.whitley-neill-custom-brand-page .delay7{
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.whitley-neill-custom-brand-page .delay8{
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.whitley-neill-custom-brand-page .products-slider .slick-list {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	padding-bottom: 40px;
}
.whitley-neill-custom-brand-page #maincontent .slick-prev, .whitley-neill-custom-brand-page #maincontent .slick-next {
	top: 25% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	height: 50px;
	width: 50px;
	background-color: transparent;
	border: 0;
	padding: 0;
	z-index: 1;
	position: absolute;
}
.whitley-neill-custom-brand-page #maincontent .slick-next {
	right: -18px !important;
}
.whitley-neill-custom-brand-page #maincontent .slick-prev{
	left: -18px !important;
}
.whitley-neill-custom-brand-page .products-slider .action.primary, .whitley-neill-custom-brand-page .products-slider .action-primary, .whitley-neill-custom-brand-page .pack-title-wrapper-inner .action.tocart.primary.button.btn-cart, .whitley-neill-custom-brand-page .products-slider .action.primary, .whitley-neill-custom-brand-page .products-slider .action-primary, .whitley-neill-custom-brand-page .pack-title-wrapper-inner .action.tocart.primary.button.btn-cart, .whitley-neill-custom-brand-page .btn-container .action.primary {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 13px;
	padding: 14px 32px;
	color: #000000;
	font-weight: 400;
	border: 1px solid #000;
	border-radius: 3px;
	width: auto !important;
}
.whitley-neill-custom-brand-page .products-slider .action.primary:hover, .whitley-neill-custom-brand-page .products-slider .action-primary:hover, .whitley-neill-custom-brand-page .pack-title-wrapper-inner .action.tocart.primary.button.btn-cart, .whitley-neill-custom-brand-page .btn-container .action.primary:hover {
	background-color: #222379;
	border-color: transparent;
	color: #fff;
}
.whitley-neill-custom-brand-page #maincontent .products-cocktails .slick-arrow {
	top: 56% !important;
}
.whitley-neill-custom-brand-page .clearfix::after{
	clear:both;
	display: table;
}
.whitley-neill-custom-brand-page .slick-next, .whitley-neill-custom-brand-page .slick-prev {
	bottom: 109px;
	top: auto;
}
.whitley-neill-custom-brand-page .slick-next {
	right: calc(50% - 180px);
}
.whitley-neill-custom-brand-page .slick-prev {
	right: auto;
	left: calc(50% - 180px);
}

/* Added */
.whitley-neill-custom-brand-page .tile-01 .block-container-iframe {
	position: relative;
}
.whitley-neill-custom-brand-page #myVideo {
	width: 100%;
	height: auto;
}
.whitley-neill-custom-brand-page .tile-01.video-iframe .block-container-iframe .video-wrap {
	margin-bottom: 90px;
}
.whitley-neill-custom-brand-page .hero-logo-section.tile-inner .hero-logo img {
	max-width: 340px;
	margin: 0 auto 70px;
}
.whitley-neill-custom-brand-page .tile-bg-pattern {
	background-color: #212379;
	padding-bottom: 500px;
	padding-top: 110px;
	position: relative;
	z-index: 0;
}
.whitley-neill-custom-brand-page .tile-bg-pattern-content {
	margin: 0 100px;
}
.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner {
	background-color: #fff;
	padding: 110px 200px 40px;
	margin-top: -500px;
	min-height: 500px;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner h1 {
	color: #222377;
	font-family: 'Gobold', sans-serif;
	font-size: 45px;
	margin: 0 0 30px;
	line-height: 1.2;
}
.whitley-neill-custom-brand-page .holder-hero-text .text {
	max-width: 572px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Helvetica', sans-serif;
}
.whitley-neill-custom-brand-page .products-slider-inner.products-holder-slider h2 {
	color: #222377;
	font-family: 'Gobold', sans-serif;
	font-size: 45px;
	margin: 0 0 15px;
	line-height: 1.2;
}
.whitley-neill-custom-brand-page .products-slider-inner.products-holder-slider .subtitle {
	font-size: 22px;
	color: #000;
	text-align: center;
	font-family: 'Helvetica', sans-serif;
	margin-bottom: 40px;
	font-weight: 700;
}
.whitley-neill-custom-brand-page .products-slider-inner .product-item {
	border: 0;
	padding: 0 40px;
}
.whitley-neill-custom-brand-page .products-slider .btn-cart {
	font-weight: 600 !important;
	padding: 16px 40px !important;
	margin: 0 auto;
	border-radius: 5px !important;
}
.whitley-neill-custom-brand-page .product-items .product-item .product-item-info .product-image-wrapper {
	max-height: 210px;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
.whitley-neill-custom-brand-page .products-slider-inner.products-holder-slider .wrap-carousel.wrap-carousel-1 {
	margin-bottom: 50px;
}
.whitley-neill-custom-brand-page .slick-dots {
	display: flex;
	flex-flow: row;
	gap: 0;
}
.whitley-neill-custom-brand-page .products-slider-inner .slick-dots li {
	width: 100% !important;
	height: 4px !important;
	border-radius: 0 !important;
}
.whitley-neill-custom-brand-page .products-slider-inner button {
	border-radius: 0 !important;
}
.whitley-neill-custom-brand-page .slick-dots li button {
	background: #F5F5F5;
}
.whitley-neill-custom-brand-page .tile-04.products-slider.tile-inner {
	margin-bottom: 100px;
}
.whitley-neill-custom-brand-page .meet-section-inner {
	display: flex;
	flex-flow: row;
	margin-bottom: 80px;
	column-gap: 100px;
	align-items: center;
}
.whitley-neill-custom-brand-page .meet-section-inner .meet-section-col {
	width: 50%;
}
.whitley-neill-custom-brand-page .meet-section-inner .meet-section-col h2 {
	color: #222377;
	font-family: 'Gobold', sans-serif;
	font-size: 45px;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 30px;
}
.whitley-neill-custom-brand-page .meet-section-inner .meet-section-col .text {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Helvetica', sans-serif;
	margin-bottom: 50px;
	max-width: 572px;
}
.whitley-neill-custom-brand-page  .cocktails-section-inner {
	display: flex;
	flex-flow: row;
	margin-top: 90px;
}
.whitley-neill-custom-brand-page .cocktails-section-inner .each-cocktail {
	width: 33.33%;
}
.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-info {
	color: #fff;
	padding: 78px 40px 50px 45px;
}
.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-blue .cocktail-info {
	background-color: #222377;
}
.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-yellow .cocktail-info {
	background-color: #FFB900;
}
.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-info h3{
	font-family: 'Gobold', sans-serif;
	font-size: 45px;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 30px;
}
.whitley-neill-custom-brand-page .cocktails-section .title h2 {
	color: #222377;
	font-family: 'Gobold', sans-serif;
	font-size: 45px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
.whitley-neill-custom-brand-page .cocktails-section .text {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Helvetica', sans-serif;
}
.whitley-neill-custom-brand-page .meet-section {
	margin-bottom: 60px;
	position: relative;
}
.whitley-neill-custom-brand-page .meet-section .meet-section-holder {
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.whitley-neill-custom-brand-page .meet-section-holder {
	padding: 0 60px;
}
.whitley-neill-custom-brand-page .meet-section-col.meet-section-col-text {
	padding: 120px 0 60px 50px;
}
.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-info h4 {
	font-family: 'Gobold', sans-serif;
	font-size: 22px;
	margin-bottom: 20px;
}
.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-recipe {
	font-size: 18px;
}
.whitley-neill-custom-brand-page  .cocktail-recipe-ingredients {
	margin-bottom: 30px;
}
.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-recipe .cocktail-recipe-ingredients, .whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-recipe .cocktail-recipe-method {
	font-size: 18px;
	font-family: 'Helvetica', sans-serif;
}
.whitley-neill-custom-brand-page .products-slider .btn-cart span {
	font-size: 15px;
}
.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-recipe .cocktail-recipe-ingredients span {
	display: block;
}
.whitley-neill-custom-brand-page  .tile-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: auto;
	background-position: center center;
	background-repeat: repeat;
}
.whitley-neill-custom-brand-page .tile-bg-pattern-content {
	margin: 0 100px;
	position: relative;
	z-index: 1;
}
.whitley-neill-custom-brand-page .meet-section::before {
	content: '';
	width: 100%;
	height: 135px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.whitley-neill-custom-brand-page .holder-hero-text {
	margin-bottom: 40px;
}
.whitley-neill-custom-brand-page .meet-section-inner .meet-section-col img, .whitley-neill-custom-brand-page .cocktails-section-inner .each-cocktail img {
	width: 100%;
}

/*Responsive*/
@media (max-width:1800px){
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner, .whitley-neill-custom-brand-page .block-container {		max-width: 90%;	}
	.whitley-neill-custom-brand-page .tile-bg-pattern-content {		margin: 0 auto;	max-width: 90%;		margin: 0 auto;	}
	.whitley-neill-custom-brand-page .products-slider-inner .product-item {		padding: 0 20px;	}
}
@media (max-width:1600px){
	.whitley-neill-custom-brand-page .tile-bg-pattern {		padding-top: 60px;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner {		padding: 80px 150px;	}
	.whitley-neill-custom-brand-page .products-slider-inner .product-item {		padding: 0 10px;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-info {		padding: 60px 35px 40px 35px;	}


}
@media (max-width:1399px){
	.whitley-neill-custom-brand-page .meet-section-holder {		padding: 0 40px;	}
	.whitley-neill-custom-brand-page .meet-section-inner {		column-gap: 80px;	  margin-bottom: 50px;}
	.whitley-neill-custom-brand-page .tile-04.products-slider.tile-inner {		margin-bottom: 80px;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner {		margin-top: 70px;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-info h3 {		font-size: 40px;		margin-bottom: 25px;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-info {		padding: 50px 30px 35px 30px;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner {		padding: 80px 100px;	}


}
@media (max-width:1199px){
	.whitley-neill-custom-brand-page .hero-logo-section.tile-inner .hero-logo img {		max-width: 300px;		margin: 0 auto 50px;	}
	.whitley-neill-custom-brand-page .tile-01.video-iframe .block-container-iframe .video-wrap {		margin-bottom: 50px;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner {		padding: 80px 60px;	}
	.whitley-neill-custom-brand-page .meet-section-col.meet-section-col-text {		padding: 100px 0 20px 0;	}
	.whitley-neill-custom-brand-page .meet-section-inner {		column-gap: 50px;		margin-bottom: 50px;		align-items: flex-start;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-info h3 {		font-size: 35px;}
	.whitley-neill-custom-brand-page .cocktails-section .title h2, .whitley-neill-custom-brand-page .meet-section-inner .meet-section-col h2, .whitley-neill-custom-brand-page .products-slider-inner.products-holder-slider h2, .whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner h1 {		font-size: 40px;	}



}                                
@media (max-width:1023px){
	.whitley-neill-custom-brand-page .tile-bg-pattern {		padding-top: 50px;	}
	.whitley-neill-custom-brand-page .hero-logo-section.tile-inner .hero-logo img {		max-width: 250px;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner {		padding: 0 40px 40px;	}
	.whitley-neill-custom-brand-page .meet-section-inner {		flex-flow: column-reverse;	}
	.whitley-neill-custom-brand-page .meet-section-col.meet-section-col-text {		padding: 30px 0 20px 0;	}
	.whitley-neill-custom-brand-page .meet-section::before {		display: none;	}
	.whitley-neill-custom-brand-page .meet-section-inner .meet-section-col {		width: 100%;	}
	.whitley-neill-custom-brand-page .meet-section .meet-section-holder {		padding-top: 40px;	}
	.whitley-neill-custom-brand-page .meet-section .block-container {		max-width: 100%;	}
	.whitley-neill-custom-brand-page .tile-bg-pattern {		padding-top: 0;	}
	.whitley-neill-custom-brand-page .tile-bg-pattern-content {		max-width: 100%;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner .block-container {		display: flex;		flex-flow: column-reverse;		row-gap: 40px;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner .holder-hero-image {		margin-top: -100px;	}
	.whitley-neill-custom-brand-page .tile-bg-pattern-content {		padding-bottom: 100px;	}
	.whitley-neill-custom-brand-page .meet-section-inner .meet-section-col .text {		margin-bottom: 0;	}
	.whitley-neill-custom-brand-page .meet-section-inner {		margin-bottom: 20px;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner, .whitley-neill-custom-brand-page .block-container {		max-width: 100%;	}
	.whitley-neill-custom-brand-page  .tile-03.hero-text-section.tile-inner {		max-width: 90%;	}
	.whitley-neill-custom-brand-page .meet-section .meet-section-holder {		padding: 0 !important;		}
	.whitley-neill-custom-brand-page .cocktails-section-inner {		margin-top: 50px;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner {		display: block;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner .slick-track {		padding-bottom: 40px;	}
	.whitley-neill-custom-brand-page .cocktails-section .slick-dots li {		width: 100% !important;		height: 4px !important;		border-radius: 0 !important;		display: flex;		flex-flow: row;		gap: 0;	}
	.whitley-neill-custom-brand-page .cocktails-section .slick-dots li {		width: 100% !important;		height: 4px !important;		border-radius: 0 !important;	}
	.whitley-neill-custom-brand-page .cocktails-section li button {		width: 100%;		height: 100%;		border-radius: 0;		padding: 0;		margin-left: 0;		margin-right: 0;		appearance: none;		-webkit-appearance: none;		background: #F5F5F5;	}
	.whitley-neill-custom-brand-page .cocktails-section li.slick-active button {		background-color: #1F2179;	}
	.whitley-neill-custom-brand-page .tile-05.cocktails-section .slick-slide {		margin: 0;	}
	.whitley-neill-custom-brand-page .meet-section-inner .meet-section-col .text{max-width: 100%;}



}
@media (max-width:767px){
	.whitley-neill-custom-brand-page  .tile-05.meet-section .tile-bg-img {		display: none;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner, .whitley-neill-custom-brand-page .block-container, .whitley-neill-custom-brand-page .meet-section .block-container {		max-width: 96%;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner {		max-width: 90% !important;	}



}
@media (max-width:639px){
	.whitley-neill-custom-brand-page .hero-logo-section.tile-inner .hero-logo img {		max-width: 200px;margin: 0 auto 30px;	}
	.whitley-neill-custom-brand-page .cocktails-section .title h2, .whitley-neill-custom-brand-page .meet-section-inner .meet-section-col h2, .whitley-neill-custom-brand-page .products-slider-inner.products-holder-slider h2, .whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner h1 {		font-size: 35px;	}



}
@media (max-width:479px){ 
	.whitley-neill-custom-brand-page .cocktails-section .title h2, .whitley-neill-custom-brand-page .meet-section-inner .meet-section-col h2, .whitley-neill-custom-brand-page .products-slider-inner.products-holder-slider h2, .whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner h1 {		font-size: 22px;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner {		padding: 0 20px 40px;	}
	.whitley-neill-custom-brand-page .tile-03.hero-text-section.tile-inner .holder-hero-image {		margin-top: -65px;	}
	.whitley-neill-custom-brand-page .tile-bg-pattern-content {		padding-bottom: 60px;	}
	.whitley-neill-custom-brand-page .holder-hero-text .text {		font-size: 15px;	}
	.whitley-neill-custom-brand-page .products-slider-inner.products-holder-slider .subtitle {		font-size: 16px;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-info h3 {		font-size: 22px;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-recipe .cocktail-recipe-ingredients, .whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-recipe .cocktail-recipe-method {		font-size: 15px;	}
	.whitley-neill-custom-brand-page .cocktails-section-inner .cocktail-info h4 {		font-size: 16px;	}
	.whitley-neill-custom-brand-page .meet-section-inner .meet-section-col .text, .whitley-neill-custom-brand-page .cocktails-section .text {		font-size: 15px;	}


}
@media (max-width:359px){
	.whitley-neill-custom-brand-page .hero-logo-section.tile-inner .hero-logo img {		max-width: 155px;	}
	.whitley-neill-custom-brand-page .tile-04.products-slider.tile-inner {		margin-bottom: 50px;	}



}