/*
Theme Name: Rojas Vineyards and Winery, LLC.
Version: 1.0
Theme URI: https://cyberoptik.net/
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: https://cyberoptik.net/
Template: optik-theme
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

@import url("../optik-theme/style.css");


/* Add font imports here */
/***  Work Sans  ***/ 
/* Regular */
@font-face {
	font-family: 'Work Sans';
	font-weight: 400;
	src: url('fonts/worksans/worksans-regular.woff2');
}

/*Regular Italic */
@font-face {
	font-family: 'Work Sans';
	font-style: italic;
	src: url('fonts/worksans/worksans-italic.woff2');
}

/* Bold */
@font-face {
	font-family: 'Work Sans';
	font-weight: 700;
	src: url('fonts/worksans/worksans-bold.woff2');
}


/***  Cormorant Garamond  ***/ 
/* Regular */
@font-face {
	font-family: 'Cormorant Garamond';
	font-weight: 400;
	src: url('fonts/cormorantgaramond/cormorantgaramond-regular.woff2');
}

/*Regular Italic */
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	src: url('fonts/cormorantgaramond/cormorantgaramond-italic.woff2');
}





/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 18px;
}

@media screen and (max-width: 900px) {
	html { text-wrap: pretty; }
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--dark--2);
}

:focus-visible { outline-color: black; }

/***  BACK TO TOP BUTTON  ***/

.btt-button .fa {
	border-radius: var(--wp--custom--radius--full);
	background: linear-gradient(135deg, var(--wp--custom--primary--dark) 0%, var(--wp--custom--primary--light) 80.04%, var(--wp--custom--primary--dark) 100%);
	font-weight: 300;
	color: var(--wp--custom--dark--1);
}

.btt-button:hover .fa {
	color: white;
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--primary--main);
}

a:hover {
	color: var(--wp--custom--secondary--main);
}

.main a:not([class]) {
	border-bottom: 1px solid currentColor;
}

.main a:not([class]):not(:has(img)):hover {
	border-bottom-style: dashed;
}

/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-family: var(--wp--custom--font--2);
	color: var(--wp--custom--dark--1);
	font-weight: 400;
	text-transform: uppercase;
}

h1 {
	font-size: 4.5em;
}

h2 {
	font-size: 3.5em;
}

h3 {
	font-size: 1.778em;
}

h4 {
	font-size: 1.333em;
}

h5 {
	font-size: 1.15em;
}

h6 {
	font-size: 1em;
}

body.home h1{font-size: 4em;}

@media screen and (max-width:1400px) {
	h2.reduce-laptop{
		font-size: 2em;
	}
}

@media screen and (max-width:1200px){
	h1,
	body.home h1 {
		font-size: 3.2em;
	}

	h2 {
		font-size: 2.8em;
	}
}

@media screen and (max-width:600px){
	h1,
	body.home h1 {
		font-size: 2.222em;
	}

	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 1.111em;
	}
}



/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.5em 2.25em;
	border-width: 2px;
	border-color: transparent;
	color: var(--wp--custom--dark--1);
	text-transform: uppercase;
	border-radius: var(--wp--custom--radius--xl);
	background-size: 200% 100%;
	background-position: right center;
	transition: all 0.4s ease;
}

.gform_button { color: var(--wp--custom--dark--1) !important; }


.button, 
.wp-block-button:not(.is-style-outline):not(.white-button):not(.is-style-link-button) .wp-block-button__link {
	background: linear-gradient(
		94.21deg,
		var(--wp--custom--primary--dark) 0%,
		var(--wp--custom--primary--light) 25%,
		var(--wp--custom--primary--dark) 50%,
		var(--wp--custom--primary--light) 75%,
		var(--wp--custom--primary--dark) 100%
	);
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	transform: translateY(-3px);
}


.button:not(.white-button):not(.is-style-link-button):hover, 
.wp-block-button:not(.white-button):not(.is-style-link-button) .wp-block-button__link:hover {
	color: var(--wp--custom--dark--1);
	border-color: transparent;
	box-shadow: 10px 10px 10px 10px #00000014;
}

.wp-block-button.white-button .wp-block-button__link:hover {
	box-shadow: 10px 10px 10px 10px #00000014;
}

.button [class*="fa-"], 
.wp-block-button__link [class*="fa-"], 
.button:hover [class*="fa-"], 
.wp-block-button__link:hover [class*="fa-"] {
	color: inherit !important;
}

/*secondary button*/
.secondary-button.button, 
.secondary-button .wp-block-button__link, 
.secondary-button .button-outline, 
.secondary-button .is-style-outline .wp-block-button__link {
	background: linear-gradient(
		94.21deg,
		var(--wp--custom--secondary--dark) 0%,
		var(--wp--custom--secondary--light) 25%,
		var(--wp--custom--secondary--dark) 50%,
		var(--wp--custom--secondary--light) 75%,
		var(--wp--custom--secondary--dark) 100%
	);
	color: white;
}

.secondary-button.button:hover, 
.secondary-button .wp-block-button__link:hover, 
.secondary-button .button-outline:hover,
.secondary-button .is-style-outline .wp-block-button__link:hover {
	background-color: var(--wp--custom--secondary--light);
}

/*white button*/
.white-button.button, 
.white-button .wp-block-button__link, 
.white-button .button-outline, 
.white-button .is-style-outline .wp-block-button__link {
	border-color: white;
	background-color: white;
	color: var(--wp--custom--dark--1);
}

.white-button.button:hover, 
.white-button .wp-block-button__link:hover, 
.white-button .button-outline:hover,
.white-button .is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--secondary--main);
	color: white;
}


/* OUTLINED BUTTONS */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--dark--1);
	border-color: var(--wp--custom--primary--main);
	transition: all 300ms ease-in-out;
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--custom--primary--main);
	color: white;
}

/*secondary*/
.secondary-button.button-outline, 
.secondary-button.is-style-outline .wp-block-button__link {
	border-color: var(--wp--custom--secondary--main);
}

.secondary-button.button-outline:hover,
.secondary-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--custom--secondary--dark);
	border-color: var(--wp--custom--secondary--dark);
}

/*white*/
.white-button.button-outline, 
.white-button.is-style-outline .wp-block-button__link {
	background: none;
	color: white;
	border-color: white;
}

.white-button.button-outline:hover,
.white-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
}

/***  ICONS  ***/

.fa {font-weight: 300;}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--secondary--main);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--main);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
	color: var(--wp--custom--primary--main);
}



/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--xs);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--primary--main);
}

select{background-color: white;}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"],
.gpnf-add-entry {
	border-color: transparent;
	background: linear-gradient(94.21deg, var(--wp--custom--primary--dark) 0%, var(--wp--custom--primary--light) 25%, var(--wp--custom--primary--dark) 50%, var(--wp--custom--primary--light) 75%, var(--wp--custom--primary--dark) 100%);
	border-radius: var(--wp--custom--radius--xl);
    color: white;
    text-transform: uppercase;
	font-weight: 400;
	background-size: 200% 100%;
    background-position: right center;
    transition: all 0.4s ease;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
.gpnf-add-entry:hover {
	/*background-position: left center;*/
    color: var(--wp--custom--dark--1);
    border-color: transparent;
    box-shadow: 10px 10px 10px 10px #00000014;	
		transform: translateY(-3px);
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active,
.gpnf-add-entry:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}

/* Ninja Forms */

.nf-add-fieldset{
	background-color: white;
    border-color: var(--wp--custom--primary--main);
    padding: 5px 10px;
    font-size: .9em;
    border-radius: var(--wp--custom--radius--xl);	
	transition: all 300ms ease-in-out;
}

.nf-add-fieldset:hover{
	color: white;
	background-color: var(--wp--custom--primary--main);
}

.nf-form-fields-required {display: none;}

.nf-field .list-wrap label{
	font-weight: 400;
}

.list-wrap ul li input{margin-top: .5em!important;}

.nf-field .nf-field-description{margin-bottom: 20px;}

@media screen and (min-width:601px) {
	#nf-form-3-cont .list-wrap ul,
	#nf-form-4-cont .list-wrap ul{
		display: flex;
		flex-wrap: wrap;
	}

	#nf-form-3-cont .list-wrap ul li,
	#nf-form-4-cont .list-wrap ul li{flex: 1;}
}

#nf-form-4-cont .nf-remove-fieldset{margin-top: -1.5em;}

@media screen and (min-width:701px) {
	#nf-form-4-cont .nf-repeater-fieldset nf-fields-wrap{
		display: flex;
		gap:20px;
	}

	#nf-form-4-cont .nf-repeater-fieldset nf-fields-wrap nf-field:last-of-type{flex: 1;}
}

/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
}

.scroll-logo {
	max-height: 106px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--2);
}



/***  HEADER  ***/
.header-logo {
	max-height: 372px;
}

/*resize header width*/
@media screen and (min-width:1271px){
	.scroll-masthead, 
	.header-masthead{width:280px;}

	.header-left:nth-last-child(3), .header-right:nth-child(3) {
		width: calc(50% - 140px);
	}
	
    .scroll-left, .scroll-right, 
    .header-left, .header-right{ width: calc(100% - 280px);}
}

@media screen and (max-width:1270px) {

	.scroll-masthead, 
	.header-masthead{width:160px;}

	.scroll-left:nth-last-child(3), .scroll-right:nth-child(3),
	.header-left:nth-last-child(3), .header-right:nth-child(3) {
		width: calc(50% - 80px)!important;
	}
	
    .scroll-left, .scroll-right, 
    .header-left, .header-right{ width: calc(100% - 200px);}

	.header-logo { max-height: 204px; }
}

/*FIXED HEADER*/
.header-wrap{
	position: absolute;
	z-index: 4;
}


.banner{
	padding-top: 302px;
	padding-bottom: 90px;
}

@media screen and (max-width:1200px) {
	.banner{
		padding-top: 260px;
	}
}

@media screen and (min-width:1201px) {

	.header .cols{
		align-items: flex-start;
		padding-top: 20px;
	}
}

/* Menu Button */

.header .menu-button{top: 20%;}

.header .menu-button .fa, 
.header .menu-button:hover .fa {
	color: var(--wp--custom--dark--1);
}

.header .menu-button.active .fa {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

#navbar.navbar {
	display: block !important;
    visibility: visible !important;
	background-color: transparent;
}



/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span  {
	color: var(--wp--custom--dark--1);
	text-transform: uppercase;
	font-size: .85em;
	padding: 40px 9px;
}

.single-service .nav-menu > li.services-link > a, 
.single-service .nav-menu > li.services-link > span, 
.single-product .nav-menu > li.products-link > a, 
.single-product .nav-menu > li.products-link > span, 
.single-member .nav-menu > li.members-link > a, 
.single-member .nav-menu > li.members-link > span, 
.single-post .nav-menu > li.posts-link > a, 
.single-post .nav-menu > li.posts-link > span, 
.category .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > span, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-ancestor > span, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}

/* Nav Button */


.nav-menu > li.nav-button > a {
	padding: 0.75em 1.5em;
	margin-top: -0.75em;
	margin-bottom: -0.75em;
	background-color: transparent;
	border: 2px solid var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: var(--wp--custom--dark--1);
	background-color: transparent;
}

.nav-menu > li.nav-button:hover > a,
.nav-menu > li.nav-button.current-menu-item > a {
	border-color: var(--wp--custom--primary--dark);
	background-color: var(--wp--custom--primary--dark);
	color: white;
}



/***  DROPDOWN MENUS  ***/

.nav-menu li > ul{width:250px;}

.nav-menu li ul li:first-child {
	padding-top: 8px;
}

.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

.nav-menu li ul li > a, 
.nav-menu li ul li > span {
	color: var(--wp--custom--dark--3);
}

.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li:hover > a {
	color: var(--wp--custom--primary--main);
}

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}



/***  HIDDEN NAV  ***/

.hidden-menu li > a, 
.hidden-menu li > span{
	color: black;
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--primary--main);
}

.hidden-menu li > ul{padding-left:10px;}

.hidden-nav::-webkit-scrollbar {
	width: 10px;
	background-color: var(--wp--custom--light--1, #E9E9E9);
}

.hidden-nav::-webkit-scrollbar-thumb {
	border: 0;
	background-color: var(--wp--custom--dark--3, #898989);
}





/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  BANNER  ***/

body.home .intro-wrap{
	position: relative;
	overflow: hidden;
}

/*body.home .intro-wrap:before{
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/hero-bottle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 450px;
    width: 275px;
    left: -40px;
    bottom: -30px;
    transform: rotate(-25.58deg);
    z-index: 1;	
}

body.home .intro-wrap:after{
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/hero-bottle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 450px;
    width: 275px;
    right: -40px;
    top: 0;
    transform: rotate(25.58deg);
}

@media screen and (max-width:1200px) {
	body.home .intro-wrap:before{
		height: 265px;
		bottom: 40px;
	}

	body.home .intro-wrap:after{
		height: 265px;
		top: 80px;
    	right: -150px;
	}
}*/

/*restaurant page*/

.banner {
	background-color: var(--wp--custom--light--2);
}

.banner,
.banner h1, .banner h2, .banner h3,
.banner h4, .banner h5, .banner h6{color: var(--wp--custom--dark--1);}

.banner-container { max-width: 1260px; }

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--xxl);
}

body.home .banner-text-wrap{max-width: 950px;}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner a:not([class]) {
	color: var(--wp--custom--primary--light);
}

.banner a:not([class]):hover {
	color: white;
}

.banner-content-wrap{margin-top: 20px;}



/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/
.main-boxed{
	margin-top: -90px;
	border-radius:100px;
	background-color:white;
    z-index: 1;
    position: relative;
}

.page-template-page-minimal .main-boxed { 
	margin: 0; 
	padding: 0;
}


.main-boxed, 
.main-sidebar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
}

.spaced-xs, 
.spaced-xs-top {
	padding-top: var(--wp--custom--spacer--xs);
}

.spaced-xs, 
.spaced-xs-btm {
	padding-bottom: var(--wp--custom--spacer--xs);
}

.spaced-sm, 
.spaced-sm-top {
	padding-top: var(--wp--custom--spacer--sm);
}

.spaced-sm, 
.spaced-sm-btm {
	padding-bottom: var(--wp--custom--spacer--sm);
}

.spaced, 
.spaced-top, 
.spaced-md, 
.spaced-md-top {
	padding-top: var(--wp--custom--spacer--md);
}

.spaced, 
.spaced-btm, 
.spaced-md, 
.spaced-md-btm {
	padding-bottom: var(--wp--custom--spacer--md);
}

.spaced-lg, 
.spaced-lg-top {
	padding-top: var(--wp--custom--spacer--lg);
}

.spaced-lg, 
.spaced-lg-btm {
	padding-bottom: var(--wp--custom--spacer--lg);
}

.spaced-xl, 
.spaced-xl-top {
	padding-top: var(--wp--custom--spacer--xl);
}

.spaced-xl, 
.spaced-xl-btm {
	padding-bottom: var(--wp--custom--spacer--xl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .cols{justify-content: flex-start;}

.entry-cols .entry-link {
	background-color: var(--wp--custom--light--2);
	overflow: hidden;
	color: var(--wp--custom--dark--1);
}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

.entry-cols .entry-icon-wrap:first-child {padding: 30px 30px 0;}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-text-wrap {padding: 30px;}

.entry-cols .entry-text-wrap sup { color: var(--wp--custom--secondary--main); }

/* .entry-cols .entry-thumb-wrap{border-bottom:1px solid var(--wp--custom--light--3);} */

.includes-link-text .entry:not(.col-full) .entry-text-wrap {padding-bottom: 80px;}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {color: var(--wp--custom--primary--main);}

.entry-cols .entry-link:hover .entry-link-text {color: var(--wp--custom--primary--light);}

.boxed-cols > .wp-block-column{
	background:var(--wp--preset--gradient--custom-gradient);
	padding:var(--wp--custom--spacer--sm);
}


/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--primary--light);
}

.archive-pagination a .fa, 
.archive-pagination a:hover .fa {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}



/***  SINGLE  ***/





/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--secondary--main);
	color: white;
	position: relative;
}

.cta-bar-container{
	position: relative;
	z-index: 1;
}
.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {color: white;} 

.home-cta{
	position: relative;
	background-repeat:no-repeat;
	background-position-y:center;
}

@media screen and (min-width:900px){
	.home-cta {background-position-x: 21vw;}
}

@media screen and (min-width:1200px){
	.home-cta {background-position-x: 18vw;}
}

@media screen and (min-width:1600px){
	.home-cta {background-position-x: 12vw;}
}

.home-cta::after{
	content: '';
	height: 100%;
	width: 480px;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(135deg, var(--wp--custom--primary--dark) 0%, var(--wp--custom--primary--light) 49.04%, var(--wp--custom--primary--dark) 100%);
}

.home-cta .wp-block-group{
	position: relative;
	z-index: 2;
}

@media screen and (max-width:900px) {
	.home-cta{
		background-size: contain!important;
		background-repeat: no-repeat!important;
		background-position: center bottom!important;
		padding-bottom: 400px!important;
	}
	.home-cta::after{
		height: 100%;
		width: 100%;
		z-index: -1;
	}
	.home-cta .wp-block-group.has-background{
		padding-left: var(--wp--preset--spacing--xs)!important;
		padding-right: var(--wp--preset--spacing--sm)!important;
		gap: var(--wp--preset--spacing--xs);
	}
}

@media screen and (max-width:600px) {
	.home-cta{
		padding-bottom: 300px!important;
	}
}

@media (min-width:901px) and (max-width:1100px) {
	.home-cta > .wp-block-group > .wp-block-group{
		width:70%;
	}
}



/***  FOOTER  ***/

.footer-wrap { font-size: 0.9em; }

.footer {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: white;
}

.footer .menu{
    text-transform: uppercase;
	display: flex;
	gap: 10px 25px;
}

@media screen and (max-width:1100px) {
	.footer-top{
		flex-direction: column;
	}

	.footer .menu{
		flex-wrap: wrap;
    	justify-content: center;
	};		
}

@media screen and (max-width:600px) {
	footer{text-align: center;}

	.footer .menu{
		flex-direction: column;
		text-align: center;
	}

	.footer .contact-list{
		display: flex;
		flex-direction: column;
		align-items: center;
	}	
	
	.footer .contact-list li:not(:last-child){margin-bottom: 1.5em;}
}

.footer a {
	color: var(--wp--custom--dark--1);
}

.footer a:hover {
	text-decoration: none;
	color: var(--wp--custom--primary--main);
}

/*events*/
:root{
	--tec-color-text-primary: var(--wp--custom--dark--1)!important;
	--tec-color-text-secondary: var(--wp--custom--dark--1)!important;
	--tec-font-family-sans-serif: var(--wp--custom--font--2)!important;
	--tec-font-weight-bold: 400!important;
	--tec-font-size-2: 1em!important;
}

.single-tribe_events .banner h1 { color: var(--wp--custom--secondary--main); }


@media screen and (min-width:1100px) {
	.footer .tribe-events-widget-events-list__events{columns:2;}
}

.footer-events .tribe-events-widget-events-list__header-title,
.footer-events .tribe-events-widget-events-list__view-more{
	display: none;
}

.footer .tribe-common .tribe-common-g-row{
	gap: 15px;
	align-items: center;
}

.tribe-events-widget-events-list__event-date-tag-month{font-size: 1em!important;}

.footer .tribe-events-widget-events-list__event-date-tag-datetime{
	background-color: var(--wp--custom--light--3);
	padding: 12px 5px;
}

.footer .tribe-events-widget-events-list__event-date-tag-datetime span{
	line-height: 1;
	text-transform: unset;
}

.footer .tribe-events-widget-events-list__event-datetime{display: none;}

.footer .tribe-events-widget-events-list__event-title{
	text-transform: uppercase!important;
	text-align: left!important;
}

.footer .tribe-events-widget-events-list__event-title-link:hover{color: var(--wp--custom--primary--main)!important;}

.footer-events a,
.footer-events a:hover{border-bottom: 0!important;} 

.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled{
		background-color:var(--wp--custom--light--2)!important;
	    border-radius: var(--wp--custom--radius--xl);
	    padding: 0.75em 1.5em;
	color:var(--wp--custom--dark--3)!important;
}
.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn{
	background-color:var(--wp--custom--primary--main);
		    border-radius: var(--wp--custom--radius--xl);
	    padding: 0.75em 1.5em;
}

.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus, .entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover{
	background-color:var(--wp--custom--primary--dark);
			    border-radius: var(--wp--custom--radius--xl);
	    padding: 0.75em 1.5em;
	
}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--dark--1);
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Menus */

.bottom-bar a {
	color: white;
	border-bottom: 1px solid transparent;
}

.bottom-bar a:hover {
	text-decoration: none;
	color: var(--wp--custom--primary--main);
	border-bottom-color: currentColor;
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/* Add custom theme styles here */
.text-primary{color: var(--wp--custom--primary--main);}

.text-secondary{color: var(--wp--custom--secondary--main);}

/*CONTENT BLOCK IMAGE WITH LINKS*/
section#main .wp-block-image a img{transition: all 300ms ease-in-out;}

section#main .wp-block-image a:hover img { transform: scale(1.05); }

/*MEDIA TEXT WIDGET*/
@media screen and (max-width:600px){
    .wp-block-media-text__media img{
        width:auto;
		max-width: 100%;
		margin-bottom: 1em;
    }

	.wp-block-media-text>.wp-block-media-text__content{padding:0;}
}


/*BLOCK COLUMNS*/
@media screen and (max-width: 900px) {
    /*customized column width to full width on tablet*/
    .wp-block-columns .wp-block-column{flex-basis:100%!important;}
    
	.tablet-reverse-order{flex-direction: column-reverse;}
}

@media screen and (max-width: 781px) {
	.mobile-reverse-order{flex-direction: column-reverse;}
}



/*laptop-modify-cols*/
@media (min-width:901px) and (max-width:1200px) {
	.laptop-2-cols{flex-wrap: wrap!important;}

	.laptop-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 55px)!important;}
}

/*tablet-modify-cols*/
@media (min-width:601px) and (max-width:900px) {
	.tablet-2-cols,
	.tablet-3-cols{
		flex-wrap: wrap!important;
	}

	.tablet-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 55px)!important;}
	
	.tablet-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 20px)!important;}
}

/*remove-max-width-tablet*/
@media screen and (max-width:900px) {
	.remove-max-width-tablet *{
		max-width: unset!important;
		text-align:center;
	}
}

/*lr-heading*/
/* @media screen and (max-width:1260px) {
	.lr-heading{text-align: center;}
} */

/*separator*/
.wp-block-separator{border-top:unset;}

/*social-links*/
.social-links a{margin-right:10px;}



.social-links a i.fab,
.social-links a:hover i.fab{
    background-color: unset !important;
	font-size: 1.5em;
}

.social-links .fa-instagram{font-size: 1.7em!important;}

.social-links i{
	padding: 8px;
	transition: all 300ms ease-in-out;
	font-size: 1.2em;
}

.social-links a:hover i{transform:scale(1.1);}

/*contact-list*/
.social-links i:before,
.contact-list li:before{
	font-weight: 700;
	background: linear-gradient(135deg, var(--wp--custom--primary--dark) 0%, var(--wp--custom--primary--light) 49.04%, var(--wp--custom--primary--dark) 100%);
	-webkit-background-clip: text;
	padding: 1px;
	-webkit-text-fill-color: transparent;
}

.contact-list .contact-description{
	display: block;
	font-size: 0.778em;
}

/*logo-arrows*/
.logo-arrows{position: relative;}

.logo-arrows:before{
	content: '';
	width: 600px;
	height: 30px;
	background-image: url(/wp-content/uploads/pointed-line-right.svg);
    background-size: auto;
    background-position: right;
	background-repeat: no-repeat;
	position: absolute;
    top: 50%;
    left: -350px;
}

.logo-arrows:after{
	content: '';
	width: 600px;
	height: 30px;
	background-image: url(/wp-content/uploads/pointed-line-left.svg);
	background-size: contain;
	background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
	position: absolute;
    top: 50%;
    right: -350px;
}

@media screen and (max-width:800px) {
	.logo-arrows:before{
		left: -200px;
		width: 300px;
	}

	.logo-arrows:after{
		right: -200px;
		width: 300px;
	}
}

@media screen and (max-width:500px) {
	.logo-arrows:before{
		left: -150px;
		width: 200px;
	}

	.logo-arrows:after{
		right: -150px;
		width: 200px;
	}
}
.contact-cols .wp-block-column:first-of-type{position: relative;}

.contact-cols .wp-block-column:first-of-type:before{
	content: '';
	background-image: url(/wp-content/uploads/line-vertical.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 600px;
	width: 30px;
	position: absolute;
	left: -120px;
	top: calc(50% - 300px);
}

.single-arrow-divider{
	position:absolute;
	left:0;
	z-index:1;
	padding-left: 0 !important;
}

.single-arrow-divider .icon-container{margin-top:-9px;}

/*.dots-right{
	position: absolute;
    z-index: 1;
    right: 0;
	padding-top:40px;
    padding-right: 0!important;
}

.dots-mid-right{position:relative;}*/

.absolute-pos{
	position:absolute;
	padding-left:0!important;
	padding-right:0!important;
}

/*@media screen and (max-width:900px){
	.dots-right .icon-container{margin-top:-100px;}
	
	.dots-right{
		height: 150px;
		overflow: hidden;
		padding-top: 0;
		margin-top: 0;
	}
	
	.dots-right.tablet-bottom-0{
		bottom:-40px;
	}
}*/


@media screen and (max-width:1600px) {
	.contact-cols .wp-block-column:first-of-type:before{left: -55px;}
}

@media screen and (max-width:900px) {
	.contact-cols .wp-block-column:first-of-type{
		padding-left: var(--wp--custom--spacer--md);
	}

	.contact-cols .wp-block-column:first-of-type:before{
        height: 450px;
        left: 0;
        top: calc(50% - 225px);
	}
}

.contact-cols .contact-list li:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (max-width:600px) {
	.contact-cols .wp-block-column.has-background{
		padding-top: var(--wp--preset--spacing--sm)!important;
		padding-bottom: var(--wp--preset--spacing--sm)!important;
		padding-right: var(--wp--preset--spacing--sm)!important;
		padding-left: var(--wp--preset--spacing--sm)!important;
	}
}

/*animate.css*/
.custom-delay-quarter-s { animation-delay: .25s; }
.custom-delay-half-s { animation-delay: .5s; }
.custom-delay-three-quarter-s { animation-delay: .75s; }
.custom-delay-one-n-quarter-s { animation-delay: 1.25s; }
.custom-delay-one-n-half-s { animation-delay: 1.5s; }

/*animate hide initial*/
/*banner*/
body:not(.block-editor-page):not(.block-editor-iframe__body) .banner h1:not(.animate__animated),
body:not(.block-editor-page):not(.block-editor-iframe__body) .banner .deck-wrap:not(.animate__animated),
body:not(.block-editor-page):not(.block-editor-iframe__body) .button:not(.animate__animated),
/*cta*/
body:not(.block-editor-page):not(.block-editor-iframe__body) section.cta-bar h2:not(.animate__animated),
body:not(.block-editor-page):not(.block-editor-iframe__body) section.cta-bar p:not(.animate__animated),
/*content*/
body:not(.block-editor-page):not(.block-editor-iframe__body) .main-container h2:not(.animate__animated),
body:not(.block-editor-page):not(.block-editor-iframe__body) .wp-block-button:not(.animate__animated),
body:not(.block-editor-page):not(.block-editor-iframe__body) .animate_opacity:not(.animate__animated){ opacity:0; }

/*YT VIDEO EMBED*/
.responsive-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.responsive-video iframe {
	  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/*group-padding-mobile*/
@media screen and (max-width:900px){
	.group-padding-mobile{
		padding-bottom:var(--wp--preset--spacing--lg)!important;
	}
	
	.group-padding-mobile .wp-block-column{
		padding-bottom:0!important;
	}
}

/*center-tablet*/
@media screen and (max-width:900px){
	.center-tablet{text-align:center;}
}

/* GravityWiz */
.tingle-btn { transition: all 300ms ease-in-out; }

.tingle-btn:not(:disabled):hover { transform: translateY(-3px); }

/* Hide GPNF modal when autoopens with URL */
body.autoAddWine.tingle-enabled { 
	position: static;
	overflow: initial;
}

body.autoAddWine .tingle-modal { 
	opacity: 0;
	visibility: hidden;
}

/* Event Single Feature Image */
.event-single-featured-image-wrap { position: relative; }

.event-single-featured-image {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

@media screen and (max-width: 600px) {
	.event-single-featured-image { aspect-ratio: 1 / 1; }
}

.event-single-featured-image-wrap .event-date {
	position: absolute;
	padding: 24px 36px 40px 36px;
	top: 30px;
	left: 30px;
	background-color: white;
	display: flex;
	flex-direction: column;
	color: black;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.event-single-featured-image-wrap .event-date {
		padding: 12px 24px 28px 24px;
	}
}

.event-single-featured-image-wrap .event-date .event-month { font-size: 14px; }

.event-single-featured-image-wrap .event-date .event-day { 
	font-family: var(--wp--custom--font--2);
	font-size: 70px; 
}

@media screen and (max-width: 600px) {
	.event-single-featured-image-wrap .event-date .event-day { font-size: 50px; }
}

.single-event .event-separator-line {
	max-width: 80%;
	margin: 0 auto 100px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 900px) {
	.single-event .event-separator-line { margin-bottom: 50px; }
}

.single-event .event-separator-line svg {
	max-width: 584px;
}

/* Load More Events */
.events-load-more-wrap { 
	width: 100%;
	text-align: center; 
}

/* Event Cards */
.event-link .event-date {
	position: absolute;
	padding: 12px 24px 28px 24px;
	top: 0;
	right: 30px;
	background-color: white;
	display: flex;
	flex-direction: column;
	color: black;
	text-align: center;
}

.event-link .event-date .event-month { font-size: 14px; }

.event-link .event-date .event-day { 
	font-family: var(--wp--custom--font--2);
	font-size: 70px; 
}

@media screen and (max-width: 1023px) {
	.event-link .event-date .event-day { font-size: 40px; }
}

@media screen and (max-width: 600px) {
	.event-link .event-date .event-day { font-size: 50px; }
}

.event-cols .event-link .event-link-text {
	padding: 0.5em 1em;
	border: 2px solid var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
	text-transform: uppercase;
	border-radius: var(--wp--custom--radius--xl);
	transition: all 300ms ease-in-out;
}

.event-cols .event-link:hover .event-link-text {
	background: var(--wp--custom--primary--main);
	color: white;
}

/* Footer Events */
.footer .event-list {
	display: grid;
	gap: 20px;
}

@media screen and (max-width: 1200px) {
	.footer .event-list { grid-template-columns: 1fr; }
}

.footer .event-list .event {
	display: flex;
	gap: 15px;
	align-items: center;
}

.footer .event-list .event-title { 
	display: inline-block;
	line-height: 1.4;
 }

.footer .event-list time {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 7px;
	line-height: 1;
	background-color: var(--wp--custom--light--2);
	color: var(--wp--custom--dark--1);
	order: -1;
	flex-shrink: 0;
}

/* Single Events */
.single-event .single-event-more {
	position: relative;
	margin-left: calc(50% - (var(--wp--custom--container--full) / 2));
	max-width: var(--wp--custom--container--full);
	width: var(--wp--custom--container--full);
	background: var(--wp--custom--light--1);
	padding: var(--wp--custom--spacer--xl);
	box-sizing: border-box;
}

@media screen and (max-width: 900px) {
	.single-event .single-event-more { 
		padding: var(--wp--custom--spacer--md); 
	}
}

.single-event .single-event-more::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 75px;
	height: 140px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='140' viewBox='0 0 75 140' fill='none'%3E%3Cpath d='M0 2.69775C0 1.20783 1.20783 0 2.69775 0C4.18768 0 5.39551 1.20783 5.39551 2.69775C5.39551 4.18768 4.18768 5.39551 2.69775 5.39551C1.20783 5.39551 0 4.18768 0 2.69775Z' fill='url(%23paint0_linear_336_3533)'/%3E%3Cpath d='M34.4072 2.69775C34.4072 1.20783 35.6151 0 37.105 0C38.5949 0 39.8027 1.20783 39.8027 2.69775C39.8027 4.18768 38.5949 5.39551 37.105 5.39551C35.6151 5.39551 34.4072 4.18768 34.4072 2.69775Z' fill='url(%23paint1_linear_336_3533)'/%3E%3Cpath d='M68.8145 2.69775C68.8145 1.20783 70.0223 0 71.5122 0C73.0021 0 74.21 1.20783 74.21 2.69775C74.21 4.18768 73.0021 5.39551 71.5122 5.39551C70.0223 5.39551 68.8145 4.18768 68.8145 2.69775Z' fill='url(%23paint2_linear_336_3533)'/%3E%3Cpath d='M0 36.2228C0 34.7328 1.20783 33.525 2.69775 33.525C4.18768 33.525 5.39551 34.7328 5.39551 36.2228C5.39551 37.7127 4.18768 38.9205 2.69775 38.9205C1.20783 38.9205 0 37.7127 0 36.2228Z' fill='url(%23paint3_linear_336_3533)'/%3E%3Cpath d='M34.4072 36.2228C34.4072 34.7328 35.6151 33.525 37.105 33.525C38.5949 33.525 39.8027 34.7328 39.8027 36.2228C39.8027 37.7127 38.5949 38.9205 37.105 38.9205C35.6151 38.9205 34.4072 37.7127 34.4072 36.2228Z' fill='url(%23paint4_linear_336_3533)'/%3E%3Cpath d='M68.8145 36.2228C68.8145 34.7328 70.0223 33.525 71.5122 33.525C73.0021 33.525 74.21 34.7328 74.21 36.2228C74.21 37.7127 73.0021 38.9205 71.5122 38.9205C70.0223 38.9205 68.8145 37.7127 68.8145 36.2228Z' fill='url(%23paint5_linear_336_3533)'/%3E%3Cpath d='M0 69.7483C0 68.2584 1.20783 67.0505 2.69775 67.0505C4.18768 67.0505 5.39551 68.2584 5.39551 69.7483C5.39551 71.2382 4.18768 72.446 2.69775 72.446C1.20783 72.446 0 71.2382 0 69.7483Z' fill='url(%23paint6_linear_336_3533)'/%3E%3Cpath d='M34.4072 69.7483C34.4072 68.2584 35.6151 67.0505 37.105 67.0505C38.5949 67.0505 39.8027 68.2584 39.8027 69.7483C39.8027 71.2382 38.5949 72.446 37.105 72.446C35.6151 72.446 34.4072 71.2382 34.4072 69.7483Z' fill='url(%23paint7_linear_336_3533)'/%3E%3Cpath d='M68.8145 69.7483C68.8145 68.2584 70.0223 67.0505 71.5122 67.0505C73.0021 67.0505 74.21 68.2584 74.21 69.7483C74.21 71.2382 73.0021 72.446 71.5122 72.446C70.0223 72.446 68.8145 71.2382 68.8145 69.7483Z' fill='url(%23paint8_linear_336_3533)'/%3E%3Cpath d='M0 103.274C0 101.784 1.20783 100.576 2.69775 100.576C4.18768 100.576 5.39551 101.784 5.39551 103.274C5.39551 104.764 4.18768 105.972 2.69775 105.972C1.20783 105.972 0 104.764 0 103.274Z' fill='url(%23paint9_linear_336_3533)'/%3E%3Cpath d='M34.4072 103.274C34.4072 101.784 35.6151 100.576 37.105 100.576C38.5949 100.576 39.8027 101.784 39.8027 103.274C39.8027 104.764 38.5949 105.972 37.105 105.972C35.6151 105.972 34.4072 104.764 34.4072 103.274Z' fill='url(%23paint10_linear_336_3533)'/%3E%3Cpath d='M68.8145 103.274C68.8145 101.784 70.0223 100.576 71.5122 100.576C73.0021 100.576 74.21 101.784 74.21 103.274C74.21 104.764 73.0021 105.972 71.5122 105.972C70.0223 105.972 68.8145 104.764 68.8145 103.274Z' fill='url(%23paint11_linear_336_3533)'/%3E%3Cpath d='M0 136.799C0 135.309 1.20783 134.102 2.69775 134.102C4.18768 134.102 5.39551 135.309 5.39551 136.799C5.39551 138.289 4.18768 139.497 2.69775 139.497C1.20783 139.497 0 138.289 0 136.799Z' fill='url(%23paint12_linear_336_3533)'/%3E%3Cpath d='M34.4072 136.799C34.4072 135.309 35.6151 134.102 37.105 134.102C38.5949 134.102 39.8027 135.309 39.8027 136.799C39.8027 138.289 38.5949 139.497 37.105 139.497C35.6151 139.497 34.4072 138.289 34.4072 136.799Z' fill='url(%23paint13_linear_336_3533)'/%3E%3Cpath d='M68.8145 136.799C68.8145 135.309 70.0223 134.102 71.5122 134.102C73.0021 134.102 74.21 135.309 74.21 136.799C74.21 138.289 73.0021 139.497 71.5122 139.497C70.0223 139.497 68.8145 138.289 68.8145 136.799Z' fill='url(%23paint14_linear_336_3533)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_336_3533' x1='37.105' y1='0' x2='37.105' y2='139.497' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.single-event .single-event-more > div {
	max-width: 1166px;
	margin: 0 auto;
}

.single-event .single-event-more .event-list { list-style: none; }

.single-event .single-event-more .event-list li { 
	position: relative;
	margin: 0;
	display: flex;
}

.single-event .single-event-more .event-list li:not(:first-child) { margin-top: 80px; }

@media screen and (max-width: 900px) {
	.single-event .single-event-more .event-list li:not(:first-child) { margin-top: 50px; }
}

.single-event .single-event-more .event-list li:not(:first-child)::before {
	content: '';
	position: absolute;
	top: -41px;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: url("data:image/svg+xml,%3Csvg width='1165' height='2' viewBox='0 0 1165 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H1165' stroke='url(%23paint0_linear_336_3509)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_336_3509' x1='0' y1='1' x2='0.00171674' y2='3' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: cover;
}

@media screen and (max-width: 900px) {
	.single-event .single-event-more .event-list li:not(:first-child)::before { top: -24px; }
}

.single-event .single-event-more .event-list li a { 
	display: inline-flex;
	flex: 1;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	font-family: var(--wp--custom--font--2);
	font-size: 1.778em;
	color: black;
	background-color: white;
	flex-wrap: wrap;
	gap: 10px;
}

@media screen and (max-width: 900px) {
	.single-event .single-event-more .event-list li a { 
		padding: 15px;
		font-size: 1.15em; 
	}
}

.single-event .single-event-more .event-list li a:hover { color: var(--wp--custom--primary--main); }

.single-event .single-event-more .event-list li a::after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='23.6882' cy='23.6882' r='22.6882' fill='white' stroke='url(%23paint0_linear_338_7441)' stroke-width='2'/%3E%3Cpath d='M29.6617 22.9124L30.4368 23.6889L22.0423 32.082L20.4922 30.5318L27.3337 23.6875L20.4922 16.8446L22.0423 15.2944L29.6617 22.9124Z' fill='black'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_338_7441' x1='0' y1='0' x2='47.3765' y2='47.3765' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A2790D'/%3E%3Cstop offset='0.490385' stop-color='%23EBD197'/%3E%3Cstop offset='1' stop-color='%23A2790D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	vertical-align: middle;
	transition: all 300ms ease-in-out;
}

.single-event .single-event-more .event-list li a:hover::after { transform: rotate(90deg); }

.single-event .single-event-more .event-list time { 
	order: -1; 
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 0 30px;
	background-color: var(--wp--custom--light--2);
	min-width: 100px;
}

.single-event .single-event-more .event-list time .event-month { font-size: 14px; }

.single-event .single-event-more .event-list time .event-day { 
	font-family: var(--wp--custom--font--2);
	font-size: 70px; 
}

@media screen and (max-width: 1023px) {
	.single-event .single-event-more .event-list time .event-day { font-size: 40px; }
}

@media screen and (max-width: 600px) {
	.single-event .single-event-more .event-list time .event-day { font-size: 50px; }
}

.single-event .single-event-more .events-list-load-more-wrap { 
	margin-top: 50px;
	text-align: center; 
}

/* Footer Logo */
@media screen and (min-width: 901px) {
	.footer-logo-col { order: 1; }

	.footer-logo-col ~ .wp-block-column  { order: 2; }

	.footer-logo-col + .wp-block-column  { order: 0; }
	
}

/* Responsive Remove Break */
@media screen and (max-width: 1200px) {
	.responsive-remove-break br { display: none; }
}

/* No Stack Gallery */
.flex-no-wrap { flex-wrap: nowrap; }

/* Cart Icon */
.co-gpnf-cart.has-items {
	position: fixed;
	top: 280px;
	right: calc((100vw - (var(--wp--custom--container--regular) + (var(--wp--custom--spacer--lg) * 2))) / 2 + var(--wp--custom--spacer--lg));
	min-width: 76px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px;
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
	border-radius: var(--wp--custom--radius--sm);
	z-index: 3;
	transition: all 300ms ease-in-out;
	box-sizing: border-box;
}

@media (max-width: 1520px) {
    .co-gpnf-cart.has-items {
        right: var(--wp--custom--spacer--lg);
    }
}

.co-gpnf-cart__icon { line-height: 1; }

.co-gpnf-cart.has-items:hover {
	background-color: var(--wp--custom--dark--1);
	color: white;
	transform: translateY(-3px);
}

body.wine-order .co-gpnf-cart { display: none; }

/* Age Gate */

.age-gate__submit:hover { transform: translateY(-3px); }

.age-gate__submit--no { 
	background-color: var(--wp--custom--dark--1) !important;
	color: white !important;
}
.age-gate__submit--no:hover { background-color: var(--wp--custom--dark--2) !important; }

.age-gate__submit--yes {
	background-color: var(--wp--custom--primary--main) !important;
	color: white !important;
}

.age-gate__submit--yes:hover { background-color: var(--wp--custom--primary--dark) !important; }

/*  */