/*
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);
}



/***  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--primary--light);
}



/***  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: 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%
	);
	background-size: 200% 100%;
	background-position: right center;
	transition: all 0.4s ease;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	/*background-position: left center;*/
	color: var(--wp--custom--dark--1);
	border-color: transparent;
	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"] {
	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: var(--wp--custom--dark--1);
    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 {
	/*background-position: left center;*/
    color: var(--wp--custom--dark--1);
    border-color: transparent;
    box-shadow: 10px 10px 10px 10px #00000014;	
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]: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:200px;}

	.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% - 100px)!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: 3;
}


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

@media screen and (max-width:1200px) {
	section.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 {
}



/***  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 > span {
	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);
}

.nav-menu > li.nav-button:hover > a > span {
	background: var(--wp--custom--primary--main);
	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 {
	color: var(--wp--custom--dark--3);
}

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


.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-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);}



/* 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::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/cta-bg.jpg);
    background-position: center;
    background-size: cover;
    opacity: .25;
}

.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 .menu a {
	color: white;
}

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





/******************************************************************************
 * * *  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) .banner h1:not(.animate__animated),
body:not(.block-editor-page) .banner .deck-wrap:not(.animate__animated),
body:not(.block-editor-page) .button:not(.animate__animated),
/*cta*/
body:not(.block-editor-page) section.cta-bar h2:not(.animate__animated),
body:not(.block-editor-page) section.cta-bar p:not(.animate__animated),
/*content*/
body:not(.block-editor-page) .main-container h2:not(.animate__animated),
body:not(.block-editor-page) .wp-block-button:not(.animate__animated),
body:not(.block-editor-page) .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;}
}