/*
Theme Name:     PH Expansion
Theme URI:      
Description:    Genesis-block-theme child theme.
Author:         David Benoit
Author URI:     
Template:       genesis-block-theme
Version:        0.1.0
*/

html {
  scroll-behavior: smooth;
}

body, p, li{
	font-family: "aleo",sans-serif;
	font-weight: 300;

}

h1,h2,h3,h4,h5{
	font-family: "dm-sans",sans-serif;
	font-weight: 700;
}

.font-aleo {
	font-family: "aleo",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.font-dm-sans {
	font-family: "dm-sans",sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.vcv-content--boxed{
	width: 100%;
	max-width: 1440px;
	margin: auto;
}

.vcwb-editor-html body{
	width: 100%;
}

h2,h3,h4,p,li{
	color: #4E483F;
}

h2{
	margin: 0 0 6px;
	font-size: clamp(24px, 5vw, 35px);
	line-height: 1.2;
	font-weight: bold;
}

h2.semi-bold{
	font-weight: 600 !important;
}
h2.semi-bold em{
	font-style: normal;
	font-weight: 900 !important;
}

h3{
	font-family: "Aleo", serif !important;
	margin: 0 0 20px;
	font-size: clamp(20px, 5vw, 24px);
	line-height: 1.2;
	font-style: italic;
	font-weight: 300;
}

.vce-button{
	font-family: "dm-sans",sans-serif;
	font-weight: 700 !important;
	font-size: clamp(18px, 5vw, 18px) !important;
	transition-duration: 400ms;
}


li.vce-button.vce-button--style-basic.vce-button--style-basic--border-round.vce-button--style-basic--size-medium.menu-item.menu-item-type-custom.menu-item-object-custom > a {
    background: #FFFFFF;
	color: #A4998A !important;
    border-radius: 37px;
	font-size: 18px !important;
    padding: 15px 35px !important;
    margin: -6px 16px 0;
}

.vce-button:hover{
	transform: scale(1.1) !important;
	text-decoration: none !important;
}

p,li,.custom-event-info{
	font-size: clamp(18px, 4vw, 20px) !important;
	font-weight: 300;
}

.entry-content ul, .entry-content ol{
	margin-left: 0 !important;
}

.entry-content li{
	margin-bottom: 0 !important;
}

header{
	overflow: visible;
	position: relative;
	z-index: 999;
}

.gform_required_legend{
	display: none !important;
}

.gfield--type-radio{
	width: 100% !important;
	margin: 0 0 2rem !important;
}

/* .four-square */
.four-square_wrapper .gform_required_legend{
	color: #fff !important;
	font-style: italic !important;
	margin: 20px 0;
	font-size: clamp(14px, 4vw, 16px) !important;
}

form.four-square .gform_fields{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-end;
}
form.four-square .gform_fields > div{
	flex: 1 0 calc(100% / 3);
	max-width: calc(100% / 2);
}
form.four-square input[type="text"], form.four-square input[type="email"], form.four-square input[type="tel"], form.four-square input[type="number"], form.four-square textarea, form.four-square select {
    border: solid 2px #6D8FA7 !important;
    height: 60px !important;
    background: transparent !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: clamp(16px, 4vw, 18px) !important;
    font-family: "DM Sans", sans-serif !important;
    padding: 1rem 2rem !important;
}
form.four-square .gfield--type-submit{
	width: 100% !important;
	display: flex;
    justify-content: end;
	position: relative;
}

form.four-square .gfield--type-submit [type="submit"]{
	background: transparent !important;
	color: #A8B980 !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: clamp(18px, 5vw, 18px) !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	z-index:4;
	padding-right: 70px !important;
	transition-duration:400ms;
}

form.four-square .gfield--type-submit [type="submit"]:hover{
	transform: scale(1.1);
	text-decoration: none !important;
}

form.four-square .gfield--type-submit::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNBOEI5ODAiIHN0cm9rZT0iI0E4Qjk4MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTE3LjI1IDguMjVMMjEgMTJtMCAwbC0zLjc1IDMuNzVNMjEgMTJIMyIvPjwvc3ZnPg==);
    position: absolute;
    right: 10px;
	color: #A8B980 !important;
    width: 100px;
    height: auto !important;
    transform: scale(0.2) translate(20%, 200%);
	pointer-events: auto;
	z-index: 0;
}

@media screen and (max-width: 640px){
	form.four-square .gform_fields{
		flex-direction: column;
	}
	form.four-square .gform_fields > div{
		max-width: none !important;
	}
	
	form.four-square input[type="text"], form.four-square input[type="email"], form.four-square input[type="tel"] {
		height: 40px !important;
	}
}




.horizontal_wrapper .gform_required_legend{
	color: #fff !important;
	font-style: italic;
	font-size: clamp(14px, 4vw, 16px) !important;
}

form.horizontal .gform_fields{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
form.horizontal .gform_fields > div{
	flex: 1 0 calc(100% / 5);
	max-width: calc(100% / 4);
	padding: 0 5px;
}
form.horizontal input[type="text"], form.horizontal input[type="email"], form.horizontal input[type="tel"] {
    border: solid 2px #B397C7 !important;
    height: 60px !important;
    background: transparent !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: clamp(17px, 4vw, 18px) !important;
    font-family: "DM Sans", sans-serif !important;
    padding: 1rem 2rem !important;
}
form.horizontal .gfield--type-submit{
	width: 100% !important;
	display: flex;
    justify-content: end;
	position: relative;
}

form.horizontal [type="submit"]{
	background: transparent !important;
	color: #A8B980 !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: clamp(18px, 5vw, 20px) !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	z-index:4;
	padding-right: 65px !important;
	transition-duration:400ms;
}

form.horizontal [type="submit"]:hover{
	transform: scale(1.1);
	text-decoration: underline !important;
}

form.horizontal .gform-footer{
	display: block;
	text-align: right;
}

form.horizontal .gfield--type-submit::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNBOEI5ODAiIHN0cm9rZT0iI0E4Qjk4MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTE3LjI1IDguMjVMMjEgMTJtMCAwbC0zLjc1IDMuNzVNMjEgMTJIMyIvPjwvc3ZnPg==);
    position: absolute;
    right: 10px;
	color: #A8B980 !important;
    width: 100px;
    height: auto !important;
    transform: scale(0.2) translate(20%, 200%);
	pointer-events: auto;
	z-index: 0;
}

@media screen and (max-width: 640px){
	form.horizontal .gform_fields{
		gap: 20px;
	}
	form.horizontal input[type="text"], form.horizontal input[type="email"], form.horizontal input[type="tel"] {
		height: 40px !important;
	}
	form.horizontal .gform_fields{
		flex-direction: column;
	}
	form.horizontal .gform_fields > div{
		max-width: none !important;
	}
}

.events-slider .vce-post-slider-block .vce-post-slider-block-item-inner{
	display: flex;
    align-items: center;
    color: #fff !important;
}

.events-slider .vce-post-slider-block.vce-post-slider-block--image-size-medium .vce-post-description--background{
	padding-bottom: 425px !important;
}

.events-slider .vce-post-slider-block h3{
	font-family: "DM Sans", sans-serif !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	font-style: normal !important;
	font-size: clamp(20px, 5vw, 24px) !important;
}

.events-slider .vce-post-slider-block h4{
	font-family: "Aleo", serif !important;
	color: #fff;
	font-size: clamp(18px, 5vw, 20px);
	line-height: 1.2;
	font-style: italic;
	font-weight: 300;
}

.events-slider .vce-post-slider-block p{
	font-family: "DM Sans", sans-serif !important;
	font-size: clamp(16px, 4vw, 18px);
}

.events-slider .vce-post-slider-block .vce-button{
	background: #A8B980;
    color: #fff;
    padding: 10px 40px;
    border-radius: 4em;
    margin: 20px 0;
    text-align: center;
    font-weight: 700;
	max-width:335px;
	display: block;
	font-size: clamp(18px, 4vw, 18px) !important;
}

.events-slider .vce-post-description--background{
	padding: 0 !important;
}

.events-slider .vce-post-slider-block-item{
	padding: 15px !important;
	font-family: "DM Sans", sans-serif !important;
}

.events-slider .vce-post-slider-block-arrow.vce-post-slider-block-next-arrow{
	right: 20px !important;
}

.events-slider .vce-post-slider-block-arrow.vce-post-slider-block-prev-arrow{
	left: 20px !important;
}

.events-slider .vce-post-slider-block-item-content{
	padding: 30px !important;
}
.events-slider .vce-post-slider-block-item-inner > * {
	flex: 1 0 calc(100% / 2);
}

.events-slider .vce-post-description--excerpt p{
	color: #fff !important;
}


@media screen and (max-width:100px){
	.events-slider .vce-post-slider-block.vce-post-slider-block--image-size-small .vce-post-description--background{
/* 		padding-bottom: 100% !important; */
		margin: 0 !important;
	}
}


@media screen and (max-width:1300px){
	.events-slider, .vce-post-slider-block-wrapper{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.events-slider .vce-post-slider-block-item-content{
		padding: 20px !important;
	}
	
	.vce-post-slider-block.vce-post-slider-block--image-size-small .vce-post-description--background{
/* 		padding-bottom: 60% !important; */
		margin: 15px !important;
	}
	
}

@media screen and (max-width: 640px){
	
	.events-slider .vce-post-slider-block.vce-post-slider-block--image-size-small .vce-post-description--background{
/* 		padding-bottom: 50% !important; */
	}
	.events-slider .vce-post-slider-block-item-content{
		padding: 20px !important;
	}
	
	.events-slider .vce-post-slider-block-arrow.vce-post-slider-block-next-arrow, .events-slider .vce-post-slider-block-arrow.vce-post-slider-block-prev-arrow{
		top: auto !important;
		bottom: 15px !important;
	}
	
	.events-slider .vce-post-slider-block-item-inner > *{
		flex: 1 0 calc(100% / 4);
	}
}

.vce-flip-box{
	aspect-ratio: 640 / 360;
	overflow: hidden;
}

.vce-flip-box p{
	font-family: "DM Sans", sans-serif !important;
	font-size: clamp(18px, 4vw, 20px) !important;
}

.vce-flip-box h2{
	font-size: clamp(20px, 4vw, 22px) !important;
}

@media screen and (max-width: 1600px){
	.vce-flip-box{
		aspect-ratio: 1;
	}
}

@media screen and (max-width: 1300px){
	.vce-flip-box{
		aspect-ratio: 3/4;
	}
}

@media screen and (max-width: 640px){
	.events-slider .vce-post-slider-block .vce-post-slider-block-item-inner{
		flex-direction: column;
	}
	
	.events-slider .vce-post-slider-block-item{
		padding: 0 !important;
	}
	
	.events-slider .vce-post-slider-block.vce-post-slider-block--has-arrows .slick-list{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.events-slider .vce-post-slider-block-wrapper{
		padding: 0 !important;
	}
	
	.events-slider .vce-post-slider-block-item-inner > *{
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.events-slider .vce-post-slider-block.vce-post-slider-block--image-size-medium .vce-post-description--background{
/* 		padding-bottom: 275px !important; */
	}
	
}

.fp-slider .vce-post-slider-block h3{
	font-family: "DM Sans", sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-style: normal !important;
	color: #51728A !important;
	font-size: clamp(18px, 4vw, 20px) !important;
}

.fp-slider .vce-post-slider-block, .fp-slider .custom-event-info, .fp-slider .custom-event-info p{
	font-family: "DM Sans", sans-serif !important;
	font-size: clamp(16px, 4vw, 18px) !important;
	color: #51728A !important;
	font-weight: 300 !important;
}

.fp-slider .vce-post-slider-block.vce-post-slider-block--image-size-medium .vce-post-description--background{
	padding-bottom: 300px !important;
}

.fp-slider .vce-post-description--background-wrapper, .fp-slider .vce-post-description--background{
/* 	height: 200px; */
}

.vce-post-slider-block.vce-post-slider-block--image-size-medium .vce-post-description--background{
	height: auto !important;
}

.fp-slider .vce-post-description--background-wrapper{
	padding: 0 !important;
/* 	max-width: 300px; */
}

.fp-slider .vce-post-slider-block-item{
	padding: 15px !important;
	font-family: "DM Sans", sans-serif !important;
	flex: 1 0 calc(100% / 4);
	
}

.fp-slider .vce-post-slider-block-item-inner{
	display: flex;
	flex-direction: column;
}

.fp-slider .vce-post-slider-block.vce-post-slider-block--stretch-slides .vce-post-slider-block-wrapper .slick-track{
	display: flex;
	flex-wrap: wrap;
}

.fp-slider .vce-post-slider-block-item-inner > *{
/* 		flex: 1 1 calc(100% / 2); */
}

.fp-slider .vce-post-slider-block-item-content{
	padding: 50px 25px !important;
}

.fp-slider .btn-group{
	display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

/* .fp-slider .btn-group > *{
	flex: 1;
} */

/* .fp-slider .btn-group .view{
	width: 100px;
} */

.fp-slider .vce-post-slider-block .vce-button{
	background: #A8B980;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4em;
    margin: 20px 0 0 !important;
    text-align: center;
    font-weight: 700;
	max-width:300px;
	display: block;
	font-size: clamp(16px, 4vw, 18px) !important;
}

.fp-slider .vce-post-slider-block .vce-button:hover{
	background: #51728A !important;
}

.fp-slider .vce-post-slider-block-item-link, .events-slider .vce-post-slider-block-item-link{
	display: none !important;
}


/* hero */

.home-hero h1{
	font-size: clamp(32px, 4vw, 80px);
	line-height: 1.25;
	font-weight: 900; /*black*/
}

.home-hero h1 em{
	font-size: clamp(30px, 4vw, 70px);
	font-weight: 200;
	font-style: normal !important;
	position: relative;
	display: flex;
	gap: 10px;
	margin-left: 75px;
	font-family: "aleo",sans-serif;
}

.home-hero h1 em:before{
	content: '';
	display: block;
	width: 125px;
    height: 50px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.hero{
	aspect-ratio: 50 / 17.5;
    display: flex;
    align-items: center;
    padding-top: 200px;
}

.home-hero .vce-hero-section--content{
	width: 100% !important;
    max-width: 1000px;
    margin: auto;
	padding-top: 200px;
	z-index:10;
}

@media screen and (max-width: 1300px) {
	.home-hero .vce-hero-section--content{
		padding-top: 100px !important;
	}
	
	.home-hero h1 em:before{
		width: 90px;
    	height: 36px;
	}
}

@media screen and (max-width: 640px) {
	.home-hero .vce-hero-section--content{
		padding-top: 40px !important;
		padding-left: 20px !important;
		padding-bottom: 0 !important;
	}
	
	.vce-hero-section--content-container:not(:last-child){
		margin: 0 !important;
	}
	
	.home-hero h1 em{
		margin-left: 32px !important;
	}
	
	.home-hero h1 em:before{
		width: 42px;
		height: 22px;
	}
}


.vce-basic-menu a{
	font-family: "dm-sans",sans-serif;
	font-weight: 700;
	color: #F4F1EE !important;
	font-size: clamp(18px, 5vw, 18px) !important;
}

.vce-basic-menu-container .vce-basic-menu ul .menu-item a{
	padding: 1rem 16px !important;
}

@media screen and (max-width: 1300px){
	.vce-basic-menu a{
		font-size: 16px !important;
	}
	.vce-basic-menu-container .vce-basic-menu ul .menu-item a{
		padding: 1rem 10px !important;
	}
	
	.footer {
		padding: 0 20px !important;
	}
	
	.footer .spacer{
		display: none !important;
	}
}

/* Set the iframe to take up all available space */
.fancybox__iframe {
  width: 100%;
  height: 100%;
  min-height: 85vh; /* increase as needed */
}

/* Increase modal size on large screens */
.fancybox__content {
  width: 95vw;      /* 95% of the viewport width */
  height: 95vh;     /* 95% of the viewport height */
  max-width: none;  /* remove default max limits */
  max-height: none;
  padding: 0;
  background: #fff;
}

.vce-content-slider-next-arrow{
	right: 20px !important;
    transform: translateX(50%) !important;
	width: 0 !important;
	
}

.vce-content-slider-prev-arrow{
	left: 20px !important;
    transform: translateX(-50%) !important;
	width: 0 !important;
}

.vce-content-slider-arrow span:before{
		transform: scale(0.7);
	}


/* Optional: make modal responsive on smaller screens */
@media (max-width: 768px) {
	
	.vce-content-slider-arrow span:before{
		bottom: -40px !important;
		position: absolute;
	}

	
  .fancybox__content {
    width: 100vw;
    height: 90vh;
  }
	
	.fp-slider .vce-post-slider-block.vce-post-slider-block--stretch-slides .vce-post-slider-block-wrapper .slick-track{
		flex-direction: column;
	}
	.fp-slider .vce-post-slider-block-item{
		flex: 1;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
	}
}

.vcv-content--boxed .entry-content .vce-global-template-inner>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, .vcv-content--boxed .entry-content .vce-layouts-wp-content-area-container>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, .vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]), .vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, .vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]), .vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true], .vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]), .vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, .vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]), .vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true], .vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]), .vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, .vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]), .vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true], .vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]), .vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, .vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]), .vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true], .vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]), .vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content, .vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]), .vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{
	max-width: 1440px !important;
}

.vce-row-content {
    max-width: 1000px;
    margin: auto;
	width: 100%;
}

[data-vce-stretch-content="true"] .vce-row-content {
    max-width: none;
	width: 100%;
}

#tribe-events-pg-template{
	max-width: 1400px !important;
}

.event-two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}

.event-left {
  flex: 1 1 50%;
  min-width: 300px;
padding-left: 75px;
	padding-bottom: 400px;
}

.event-right {
  flex: 1 1 35%;
  min-width: 280px;
}

.event-form-box {
  background: #51728a;
  padding: 40px;
/*   border-radius: 8px; */
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
/*   border: 5px solid #51728a; */
}

@media (max-width: 768px) {
  .event-two-column {
    flex-direction: column;
  }

  .event-left,
  .event-right {
    flex: 1 1 100%;
	  padding-left: 0;
  }
}



/* Hide default Tribe title, date, and image on event detail page */
#tribe-events-pg-template .tribe-events-single-event-title,
#tribe-events-pg-template .tribe-events-schedule,
#tribe-events-pg-template .tribe-events-event-image {
    display: none !important;
}

.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    display: none;
}


/* Container fix for button alignment */
.tribe-events .tribe-events-c-subscribe-dropdown__button {
  background-color: #a8b980;
  color: #fff;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 30px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: none !important;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

/* Remove box/background from icons if added by plugin */
.tribe-events .tribe-events-c-subscribe-dropdown__button svg {
  width: 18px !important;
  height: 18px !important;
  fill: #fff;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

/* Optional: adjust caret spacing */
.tribe-events .tribe-events-c-subscribe-dropdown__button .tribe-common--caret-down {
  margin-left: 4px;
}

input#gform_submit_button_4 {
	background: #a8b980!important;
}

/* Dropdown menu style */
.tribe-events-c-subscribe-dropdown__content {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 8px;
  padding: 12px 16px;
  min-width: 200px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
	
}

.tribe-events-c-subscribe-dropdown__container{
	max-width: 400px;
    margin: 0 0 4rem;
    position: absolute;
    bottom: 0;
    left: 75px;
}

.tribe-events-c-subscribe-dropdown__content a {
  display: block;
  font-size: 15px;
  color: #2a2a2a;
  padding: 6px 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tribe-events-c-subscribe-dropdown__content a:hover {
  color: #a8b980;
}
button.tribe-events-c-subscribe-dropdown__button-text {
    background: #a8b980!important;
}

.location_name{
	display: block;
    font-family: "Aleo", serif !important;
    margin: 0 !important;
    font-size: clamp(20px, 5vw, 24px) !important;
    line-height: 1.2;
    font-style: italic;
    font-weight: 600;
    color: #a8b980;
}

.tribe-events-single option {
  color: black !important;
  background-color: white;
}

.tribe-events-single select {
  color: black !important;        /* Sets visible text color */
  background-color: white; /* Ensures background is white */
}

/* Optional: Style the dropdown arrow for consistency */
.tribe-events-single select:focus {
  outline: none;
}

/* Optional: For padding and consistent styling */
.tribe-events-single select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none; /* Removes default OS styling */
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* Tighter input field padding */
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  padding: 6px 10px !important;
}

.event-form-box h3 {
    font-size: 24px !important;
	line-height: 1.2;
	margin: 0 !important;
	color: #fff !important;
}
.event-form-box .sub{
	font-family: "dm-sans",sans-serif;
	font-weight: 700 !important;
	font-size: clamp(18px, 5vw, 18px) !important;
	color: #fff !important;
}

.event-form-box label, .event-form-box legend{
	font-family: "dm-sans",sans-serif;
	font-weight: 400 !important;
	font-size: clamp(14px, 5vw, 16px) !important;
	color: #fff !important;
}

.event-form-box legend{
	font-weight: 700 !important;
}

.event-two-column .event-title {
    font-size: 30px !important;
}

form.four-square .gform_fields > div{
	max-width: none !important;
}

#gform_4 .gform_fields{
	display: grid !important;
}

#gform_4 .validation_message, #gform_4 .gform_validation_errors *{
	color: #fff !important;
	padding: 1rem;
	border: solid 1px #FFF !important;
	margin: 0 0 12px;
}

#gform_4_validation_container *{
	color: #fff !important;
/* 	border: solid 1px #FFF !important; */
}

/* 🔧 Tighten all spacing in Gravity Form (global or form-specific) */
#gform_4 .gform_fields {
  row-gap: 4px !important;
  gap: 4px !important;
  margin-bottom: 0 !important;
}

/* 🔧 Remove margin under individual fields */
#gform_4 .gfield {
  margin-bottom: 4px !important;
}

#gform_4 .gform_button{
	background: #A8B980 !important;
	color: #FFF !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: clamp(18px, 5vw, 18px) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* 🔧 Address subfields: collapse spacing */
#gform_4 .ginput_complex .ginput_left,
#gform_4 .ginput_complex .ginput_right,
#gform_4 .ginput_complex .ginput_full {
  margin-bottom: 2px !important;
}


/* Optional: shrink submit button spacing */
#gform_4 .gform_footer {
  margin-top: 8px !important;
}
@media (max-width: 767px) {
  .tribe-events-c-subscribe-dropdown__container {
    margin-top: 30px !important;
  }
	ul.tribe-events-sub-nav a {
    color: #ffffff !important;
}
	ul.tribe-events-sub-nav span {
    color: #ffffff !important;
}
	
	.tribe-events-c-subscribe-dropdown__container{
		position: relative !important;
	}
	
	.event-left {
		padding-bottom: 20px !important;
		padding-left: 20px !important;
	}
	.tribe-events-c-subscribe-dropdown__container{
		padding-left: 20px !important;
	}

}

