/* xl - DESKTOP STYLES */ 
html {
  font-size: 16px; /* 1rem = 16px */
}

.current-page{
	color:#ba8748!important;
}



.content-std {
	
}

.content-std.single {
	margin-left: 10px;
	margin-right: 10px;
}

.maxwidth-xs {
	max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
}
.maxwidth-sm {
	max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}
.maxwidth-md {
	max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}
.maxwidth-lg {
	max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

.content-std p {
	
}

.content-std h3+h4 {
	margin-top: 2rem;
}

.content-std h3+h5 {
	margin-top: -0.75rem;
}

.content-std h4+p {
	margin-top: -.5rem;
}

.content-std p+h4 {
	margin-top: 2rem;
}

.content-std a {
	color: var(--e-global-color-secondary);
	text-decoration: underline;
	font-weight: 700;
}
.content-std a:hover {
	
}
.elementor-widget-button a.elementor-button {
	text-decoration: none !important;
	
	/* elementor force-adds the accent color to a button's bg if you try to unset it, and it overrides the theme builder button bg setting - ARGH! */
	/* FIX - in elementor settings, check the boxes to disable default fonts and default colors */
/* 	background-color: var(--e-global-color-secondary); */
	
	min-width: 386px;
	
	z-index: 100;
    position: relative;
}

footer .elementor-widget-button a.elementor-button {
	min-width: 100%;
}

.wildfire .elementor-widget-button a.elementor-button {
	min-width: 100%;
}

.col-33 .elementor-widget-button a.elementor-button {
	min-width: 100%;
}

.e-n-accordion .elementor-widget-button a.elementor-button {
	min-width: 100%;
}

.btn-stay-informed a.elementor-button {
	max-width: 100%;
}



.ctct-form-embed.form_0 .ctct-form-custom * {
	font-family: var(--e-global-typography-primary-font-family) !important;
}

.ctct-form-embed.form_0 .ctct-form-custom button.ctct-form-button {
	background-color: var(--e-global-color-secondary);
	transition: all .3s;
	border: 0px !important;
	border-radius:  0px !important;
}
.ctct-form-embed.form_0 .ctct-form-custom button.ctct-form-button:hover {
	background-color: var(--e-global-color-secondary);
	transform: scale(1.1);
	border: 0px !important;
	border-radius:  0px !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-element {
	border: 0px !important;
	border-radius:  0px !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label.ctct-form-required {
	color: #ffffff;
}



.content-std h2 {
	text-align: center;
}

.content-std .caption {
	padding: 15px;
	background: rgba(0,0,0,.75);

}

.content-std .caption p {

	color: #ffffff;
	font-size: 80%;
	margin: 0px;
}

.neededit {
	background: yellow;
}


.bullets {
	
}

.bullets.cols-5050 {
	column-count: 2;
	column-gap: 3rem;
}

.bullets.cols-33 {
	column-count: 3;
	column-gap: 2.5rem;
}

.bullets.cols-25 {
	column-count: 4;
	column-gap: 2rem;
}

.questionkeep {
	border: 2px dashed #c1c1c1;
}



#menua {
	
}

#menua ul,
#menub ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menua ul li {
	margin-bottom: 2px;
}


#menua ul li a {
	color: #ffffff;
	font-size: .9rem;
	font-weight: 300;
}
#menua ul li a:hover,
#menub ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#menub {
	min-width: 120px;
}

#menub ul li {
	margin-bottom: 5px;
}

#menub ul li a {
	color: #ffffff;
	font-size: 1rem;
	padding: 4px 12px;
    width: 100%;
    display: inline-block;
	text-align: center;
}

#menub ul li a.contact {
	background-color: var(--e-global-color-primary);
}

#menub ul li a.donate {
	background-color: var(--e-global-color-secondary);
}

#menub ul li a.volunteer {
	background-color: var(--e-global-color-primary);
}


/* ----------- menuprimary -----------  */
#e-n-menu-title-2371 {
/* 	display: none; */
}



#e-n-menu-title-1361,
#e-n-menu-title-1362{
	
}

#e-n-menu-title-2378 { /* search button */
	display: none;
}

.elementor-widget-n-menu .e-n-menu-title-text {
	text-align: center;
}

.elementor-widget-n-menu .e-n-menu-title-text font {
	display: inline;
}
.elementor-widget-n-menu .e-n-menu-title-text font:not(:first-child) {
	margin-left: 6px;
}


#menuprimary nav > div > ul > li {
    position: relative;
    z-index: 0;
    list-style: none;
    display: inline-block;
    padding: 15px 25px;
}

#menuprimary nav > div > ul > li > div > a {
    position: relative;
    z-index: 100;
    color: #fff;
    text-decoration: none;
}

/* THE IGNITION BURST (The initial flash) */
#menuprimary nav > div > ul > li::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -25px;
    right: -25px;
    height: 10px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 241, 224, 1) 50%, 
        transparent 100%
    );
    filter: blur(0px);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
}

/* THE RADIATING BEAM (The spotlight body) */
#menuprimary nav > div > ul > li::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 20%;
    right: 20%;
    height: 100%;
    background: linear-gradient(0deg, rgb(229 165 85 / 60%) 0%, rgba(186, 135, 72, 0.2) 20%, transparent 100%);
    filter: blur(2px);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: opacity 0.8s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), left 0.2s ease-out, right 0.2s ease-out;
    z-index: 1;
}

/* --- HOVER STATES --- */

/* 1. Trigger the "Ignition" Flash */
#menuprimary nav > div > ul > li:hover::before {
    animation: spotlight-flash 1.3s ease-out forwards;
	
}

/* 2. Trigger the "Beam" stretching upward */
#menuprimary nav > div > ul > li:hover::after {
	bottom: -10px;
	filter: blur(10px);
    opacity: 1;
    transform: scaleY(1.3); /* Stretches the light from bottom to top */
    transition-delay: 0.1s; /* Fires almost instantly with the flash */
	left: -10%;
    right: -10%;
}

/* THE FLASH ANIMATION */
@keyframes spotlight-flash {
    0% { 
        opacity: 0; 
        transform: scaleX(1);
		transform: scaleY(1);
		bottom: -4px;
    }
    10% { 
        opacity: 1; 
        transform: scaleX(1.4); /* Over-extension for "pop" */
		transform: scaleY(2);
		filter: blur(6px);
		bottom: -10px;
    }
    30% {
        opacity: .8; /* Slight dip as beam takes over */
    }
    100% { 
        opacity: .45; 
        transform: scaleX(1.3);
		transform: scaleY(1);
		filter: blur(4px);
		bottom: -4px;
    }
}






#menusecond-container {
	z-index: 25;
}

#menusecond nav>div>ul>li:hover>div>a {
	letter-spacing: 6px;
}

#menusecond nav>div>ul>li:hover>div#e-n-menu-title-1365>a {
	letter-spacing: 2px;
}

#menusecond nav>div>ul>li:hover>div#e-n-menu-title-1366>a {
	letter-spacing: .5px;
}







.elementor-widget-n-accordion .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
/* 	font-size: clamp(1rem, 0.6rem + 1.5vw, 2rem);
    font-weight: 700;
    line-height: 1.5; */
}

.elementor-widget-n-accordion.resources .elementor-widget-button a.elementor-button  {
	max-width: 400px;
	min-width: 200px;
}


.video-gallery h5 {
	margin-bottom: -.5rem;
}





@media screen and (max-width: 479px) {
selector .em.em-list .em-item{
    grid-template-columns:1fr;
}
selector .em-item-image{
    margin:0 0 1rem 0;
}
}
ul, ol{
	margin-bottom:1em;
}
ul li{
	margin-bottom:.5em;
}
ol li{
	margin-bottom:.5em;
}
ul li:last-child{
	margin-bottom:0;
}
.em.em-view-container{
	margin: 0rem 0;
}
/* Salesforce CSS Begin */

form#sf_contact_form,
form#sf_wildfire_form{
	padding: 15px;
}
.sf_contact_form * {
/* 	font-family: arsenal; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	
	
}
.sf_contact_form .fa {
	font-family: FontAwesome !important;
}




.sf_contact_form{
	width: 100% !important;
	max-width: 1100px;
}

.sf_contact_form .key {
    font-size: 80%;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.sf_contact_form .key span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 4px 0px 0px;
    vertical-align: middle;
    background-image: url("/wp-content/themes/hello-elementor-child/quikform/images/input_tick_l.gif");
    background-repeat: no-repeat;
    background-position: right top;
}

.sf_contact_form .required {
    background-image: url("/wp-content/themes/hello-elementor-child/quikform/images/input_tick_l.gif");
    background-repeat: no-repeat;
    background-position: left top;
}

.sf_contact_form label.checkbox {
	display: inline;
}

.sf_contact_form .home::after {
    content: "";
    clear: both;
    display: table;
}

.sf_contact_form .bottom-submit {
	display: none;
}
.sf_contact_form .bottom-submit input {
    background: #ba8748;
    padding: 15px 32px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
	
	    float: none !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.sf_contact_form .bottom-submit input:hover {
    background: #fff;
    color: #ba8748 !important;
}




.sf_contact_form input[type="text"],
.sf_contact_form input[type="email"] {
    width: 100%;
    height: 48px;
    font-size: 15px;
	line-height: 1;
    border: 1px solid #e3e3e3;
    padding: 0px 0px 0px 10px;
    margin: 0 0 0px 0px;
}
.sf_contact_form select {
    height: 48px;
    width: 100%;
	font-size: 15px;
	line-height: 1;
	color: #656565;
	border: 1px solid #e3e3e3;
    padding: 0px 0px 0px 10px;
    margin: 0 0 0px 0px;
	background: none;
	max-width: 100%;
	background-color: #ffffff;
}

.sf_contact_form textarea {
    width: 100%;
    /* height: 48px; */
    font-size: 15px;
	line-height: 19px;
	color: #656565;
    border: 1px solid #e3e3e3;
    padding: 16px 0px 0px 10px;
    margin: 0 0 0px 0px;
	background: none;
	background-color: #ffffff;
}

.sf_contact_form input[type="submit"] {
	display: block;
	margin: 0 auto;
    width: 48%;
    text-align: center;
    background: #ba8748;
	color: #ffffff;
    font-weight: 600;
    padding: 8px;
    min-height: 48px;
	font-size: 16px;
    line-height: 1;
	cursor: pointer;
	border: 0;
}

.sf_contact_form input[type="submit"]:hover {

	color: #ffffff;
	background: #353535;
}

.sf_contact_form ::placeholder {
  color: #656565 !important;
  opacity:  1 !important;
  text-align: left;
}
.sf_contact_form :hover::placeholder {
  color: #252525 !important;
  opacity:  1 !important;
  text-align: left;
}

.sf_contact_form ::-webkit-input-placeholder {
  color: #656565 !important;
  opacity:  1 !important;
  text-align: left;
}
.sf_contact_form :hover::-webkit-input-placeholder {
  color: #252525 !important;
  opacity:  1 !important;
  text-align: left;
}

.sf_contact_form :-moz-placeholder {
  color: #656565 !important;
  opacity:  1 !important;
  text-align: left;
}
.sf_contact_form :hover:-moz-placeholder {
  color: #252525 !important;
  opacity:  1 !important;
  text-align: left;
}

.sf_contact_form ::-moz-placeholder {
  color: #656565 !important;
  opacity:  1 !important;
  text-align: left;
}
.sf_contact_form :hover::-moz-placeholder {
  color: #252525 !important;
  opacity:  1 !important;
  text-align: left;
}

.sf_contact_form :-ms-input-placeholder {
  color: #656565 !important;
  opacity:  1 !important;
  text-align: left;
}
.sf_contact_form :hover:-ms-input-placeholder {
  color: #252525 !important;
  opacity:  1 !important;
  text-align: left;
}

.sf_contact_form h2 {
	text-align:center;
	color: #ba8748;
	font-size: 24px;
	line-height: 1;
}




.sf_contact_form select.selected,
.sf_contact_form textarea.selected,
.sf_contact_form textarea:focus {
	color: #000000;
}

.hidden {
	display: none !important;
}

#sfsubmit {
	cursor: pointer;
	border: 0;
}
#sfsubmit:hover {
	color: #ffffff;
	background: #353535;
}
input.error,
select.error,
textarea.error {
	/* border: 1px solid #ff1111; */
}
label.error {
	color: #ff1111;
	font-size: 11px !important;
	line-height: 1;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.text.error {
	color: #ff1111;
}
a.error {
	color: #ffffff;
	background: #ff1111;
	padding:3px 6px;
}
.checkbox.error {
	color: #ff1111;
	border: 1px solid #ff1111;
	background: #ff1111;
}


.note {
	display: none;
	padding: 4px;
	background: #ff1111;
	color: #ffffff;
	font-size: 14px;
}
.note a {
	color: #ffffff;
}


.sf_contact_form  .float-container {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.sf_contact_form .float-container.left-50 {
	width: 49%;
	display: inline-block;
}

.sf_contact_form .float-container.right-50 {
	width: 49%;
	display: inline-block;
	float: right;
}

@media only screen and (max-width : 768px) {
	
	.sf_contact_form .float-container.left-50 {
		width: 100%;
		display: block;
	}

	.sf_contact_form .float-container.right-50 {
		width: 100%;
		display: block;
		float: none;
	}	
	
}

.sf_contact_form label {
	margin: 16px 0px 0px 8px;
    display: block;
	font-size: 16px;
	line-height: 1;
}

.sf_contact_form input[type=checkbox].inline {
	display: inline;
    margin: 16px 8px 0px 8px;
    float: left;
}

.label {
	text-align: center;
    font-weight: bold;
    padding: 16px 0px 16px 0px;
    background: gainsboro;
    color: #333333;
}

.noborder {
	border: 0 !important;
}

.empty-slot {
	color: #ff0000;
}



.messagebox {
	display:none;
	height: auto;
	overflow: hidden;
	padding: 4px;
	border: 1px solid #cccccc;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px auto 10px auto;
	background: #ffffff;
	
	width: 80%;
	max-width: 360px;
	
	
}
.messagebox-item {
	
}
.messagebox-title {
	color: #666666;
}

.results{
	font-size: 21px;
	font-weight: 400;
	line-height: 1.3;
	margin: 20px 15px 14px 15px;
	text-align: center;
	position: relative;
	padding: 5px;
	/* border-top: 1px solid #a2a2a2; */
	/* border-bottom: 1px solid #a2a2a2; */
}
.results .success{	
	color: #61b045; /* green */
	padding: 16px;
}
.results .success a{	
	font-size: 21px;
}
.results .error {
	color: #ff2222; /* red */
}

.please-wait {
	display: none;
	background: #ba8748;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    padding: 14px;
}
.please-wait .message {
	margin: 0px 0px 12px 0px;
	/* color: #ea4242; */
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	
}
.please-wait .message span {
	font-weight: 400;
}

/* START CSS-ONLY LOADING SPINNER */
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 8px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  margin: 0px auto;
}
.sf_contact_form select{
    background-color: white
}
.sf_contact_form textarea{
    background-color: white;
}
input#sfsubmit{
    font-size:1.5rem!important;
}
/* END CSS-ONLY LOADING SPINNER */
.current-page{
	color:#ba8748;
}


.hide-initial {
    display: none;
}



.content-std>.elementor-container{
	
}
.content-std.max800>.elementor-container,
.content-std.max800>.elementor-widget-container{
	max-width: 800px !important;
}

.reverse,
.reverse-white,
.content-std.reverse,
.content-std .reverse {
	background: #000000;
}

.reverse h1,
.reverse h2,
.reverse h3,
.reverse h4,
.reverse h5,
.reverse p,
.content-std .reverse h1,
.content-std .reverse h2,
.content-std .reverse h3,
.content-std .reverse h4,
.content-std .reverse h5,
.content-std .reverse p,
.content-std.reverse h1,
.content-std.reverse h2,
.content-std.reverse h3,
.content-std.reverse h4,
.content-std.reverse h5,
.content-std.reverse p,
.elementor-location-archive .reverse h1,
.elementor-location-archive .reverse h2,
.elementor-location-archive .reverse h3,
.elementor-location-archive .reverse h4,
.elementor-location-archive .reverse h5 {
	color: #ffffff;
}

.reverse p a {
	color: var(--e-global-color-primary);
}
.reverse p a:hover {
	color: #ffffff;
}

.reverse-white h1,
.reverse-white h2,
.reverse-white h3,
.reverse-white h4,
.reverse-white h5,
.reverse-white p {
	color: #ffffff;
}

.em-list.em-events-list {
	text-align: center;
}





.elementor-icon-list-text h5 {
	font-size: 18px;
    font-weight: bold !important;
    margin-bottom: 0;
    color: #ba8748;
}



.event-flyer-column:first-of-type {
	width: 49%;
    padding: 0 1% 0 0 ;
    display: inline-block;
}
.event-flyer-column:last-of-type {
	width: 49%;
    padding: 0 0 0 1%;
    display: inline-block;
}


.event-flyer-column:first-of-type {
    width: 49%;
    padding: 0 1% 0 0;
    display: inline-block;
}

.event-flyer-column:last-of-type {
    width: 49%;
    padding: 0 0 0 1%;
    display: inline-block;
}

.col-photo-left {
	border-right: 20px solid #ffffff;
}

.col-photo-right {
	border-left: 20px solid #ffffff;
}

.content-std .elementor-widget-call-to-action.box-explore a.elementor-cta {
	text-decoration: none !important;
	transition: all .3s;
}
.content-std .elementor-widget-call-to-action.box-explore a.elementor-cta:hover {
	transform: scale(1.1);
}

.content-std .elementor-widget-call-to-action.box-explore a.elementor-cta h2 {
	    color: var(--e-global-color-secondary);
    font-size: 1.5rem;
    font-weight: 700;
    font-family: var(--e-global-typography-primary-font-family) !important;
    
    line-height: 1.3;
}


.elementor-testimonial-content {
  position: relative;
  padding: 0 30px; /* Adds space on the sides so the quotes don't overlap the text */
  font-size: 1rem;
  line-height: 1.6;
	    font-style: italic;
}

/* Opening Quotes */
.elementor-testimonial-content::before {
      content: "“";
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 5rem;
    font-family: Georgia, serif;
    color: #ccc;
    line-height: 1;
}

/* Closing Quotes */
.elementor-testimonial-content::after {
  content: "”"; /* Right double quote */
  position: absolute;
  right: 10px;
  bottom: -40px; /* Adjust to position it below or at the end of the text */
  font-size: 5rem;
  font-family: Georgia, serif;
  color: #ccc;
  line-height: 1;
}

.modEventbrite {
	display: none;
}



@media (max-width: 1115px) {
	
	.elementor-widget-n-menu .e-n-menu-heading{
		flex-wrap: nowrap;
	}
	.menuprimary .e-n-menu-item li{
		padding: 10px 15px;
	
	
	}
	

	
}

header  {
		overflow: hidden;
	}

/* @media (max-width: 1345px) {
	header .elementor-widget-n-menu nav ul.e-n-menu-heading {
		overflow-x: hidden;
	}


} */

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  .event-flyer-column:first-of-type {
  	width: 100%;
      padding: 0 0 15px 0;
  }
  .event-flyer-column:last-of-type {
  	width: 100%;
      padding: 0 0 15px 0;
  }
  
  .em.pixelbones .wpb_column.form-control-static {
  	flex-direction: column;
  
  
  }
  
  .em.pixelbones .wpb_column.form-control-static .wpb_column.inner-col-content{
  	width: 100% !important;
  }
}

