/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

html {
	font-size: 16px !important;
}

html:not(.scrolled) body.home header > .fl-row > .fl-row-content-wrap {
	background-color: transparent;
}

a {
	text-decoration: none !important;
}

/* .fa-chevron-down {
    bottom: 10% !important;
    left: 0 !important;
    margin: auto;
    position: absolute !important;
    right: 0 !important;
} */

.button {
	display: inline-block;
	padding: 0.75rem 2.5rem;
	text-decoration: none !important;
}

.button,
.fl-button {
	border: 3px solid #554775 !important;
	padding: .625rem 1.5rem !important;
	transition: all .3s;
}

.button.small,
.fl-module-button.small .fl-button {
	font-size: .875rem !important;
	padding: 0.25rem 0.5rem !important;
	border-radius: 0.25rem !important;
}


select {
	background-color: #fcfcfc;
	border: 1px solid #e6e6e6;
	border-radius: .25rem;
	color: #808080;
	font-size: .875rem;
	padding: .4375rem .75rem;
}


/* Mobile Menu */

@media(max-width:900px){
	.fl-menu-responsive-toggle-mobile ul.sub-menu{
		padding: 0 !important;
	}
	.fl-menu-responsive-toggle-mobile li{
		text-align: center;
		width: 100%;
	}
	.fl-menu-responsive-toggle-mobile li:not(.donate) a{
		border-bottom: 1px solid #ffff;
	}
}

/* Default Table Style */
table {
	color: #333;
	background: white;
	border: 1px solid grey;
	font-size: 12pt;
	border-collapse: collapse;
}

table thead th,
table tfoot th {
	color: #777;
	background: rgba(0,0,0,.1);
}

table caption {
	padding:.5em;
}
table th,
table td {
	padding: .5em;
	border: 1px solid lightgrey;
}

tbody tr:nth-of-type(odd) {
	background: rgba(0,0,0,.05);
}


/* h1 - h6 */


h1.fl-heading{
	font-size: 3.75rem;	
}

/*h1 {
	font-size: 3.75rem;
}

h2 {
	font-size: 2rem !important;
	margin: 0 0 1rem 0 !important;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

 */
/* accordions */

.accordion {
		list-style: none;
	margin: 0;
		padding: 0;
}

.accordion[responsive] {
	display: flex;
	position: relative;
}

.accordion:not([responsive]) li {
	will-change: transform;
}

.accordion[responsive] li {
	transition: height .3s;
	will-change: height;
}

.accordion[responsive] li.active {
	height: calc(var(--height, 0px) + 2rem);
}

.accordion[responsive] li:not(:last-child) {
	padding-right: 1rem;
}

.accordion .title {
	cursor: pointer;
	font-size: 1.25rem;
	overflow: hidden;
	padding-left: 1rem;
	position: relative;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
	width: 100%;
}

.accordion .active .title {
	white-space: normal;
}

.accordion .title::before {
	content:'\25B8';
	display: inline-block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}

.accordion .active .title::before {
	transform: translateY(-50%) rotate(90deg);
}

.accordion .content {
	height: var(--height,0px);
		overflow: hidden;
	transition: all .3s;
}

.accordion:not([responsive]) .content {
	height: var(--height,0px);
	will-change: height;
}

.accordion[responsive] li:not(.active) .content {
	opacity: 0;
	pointer-events: none;
}

.accordion[responsive] .content {
		left: 0;
	position: absolute;
		right: 0;
		width: auto;
}



/* header */

.header{
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgb(0 0 0));
}

header #menu-main-menu li:not(.donate) {
	border-left: none;	
/* 	border-color: #554775 !important; */
/* 	color: #554775; */
}

header #menu-main-menu li:not(.donate) a{
	line-height: 1.35;
}

header.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled{
    box-shadow: 4px 4px 11px black;    
	transition: box-shadow 0.5s;
    width: 100%;
}

header.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled:hover{
	box-shadow: none;
}

@media(min-width:900px){
	header .fl-menu .sub-menu {
		box-shadow: 3px 3px 6px black;
		display: block !important;
		opacity: 0;
		pointer-events: none;
		visibility: visible !important;
	}
}

header .fl-menu a,
header .fl-menu .sub-menu {
	transition: all .3s;
}

header .fl-menu li:hover .sub-menu {
	opacity: 1;	
	pointer-events: all;
}

header .menu-item.current-menu-item a{
	color:#ffffff;
}

@media(min-width:900px){
/* 	header ul#menu-main-menu li:not(.donate):hover,
	.fl-has-submenu-container:hover{
		background: #ffffff;
	}
	header ul#menu-main-menu li:not(.donate):hover a{
		color: #554775;
	} */

/* 	header ul#menu-main-menu li .menu-item.current-menu-item:hover,
	.fl-has-submenu-container:hover{
		background: #ffffff;
	}
	header ul#menu-main-menu li .menu-item.current-menu-item:hover a{
		color: #554775;
	} */

	header ul#menu-main-menu .fl-menu .fl-toggle-arrows .fl-menu-toggle:before{
/* 		border-color: #554775 !important;
		color: #554775 !important;; */
	}
	header ul.sub-menu li:not(.donate):hover a{
/* 		border-color: #ffffff !important; */
/* 		color: #ffffff; */
	}
	header .donate{
		margin-left: 2rem;
	}
	header .donate > a{
		background: #fff;
		border: 3px solid #554775 !important;
		border-radius: 7px;
		color: #554775 !important;
		transition: all .3s;
	}
	header .donate > a:hover{
		background: #554775 !important;
		border: 3px solid #fff !important;
		color: #fff !important;
	}
}

/* header interor page */
body:not(.home) header .fl-photo img {
	max-width: 50px;
}

body:not(.home) header .fl-module-menu > .fl-module-content {
	margin: 0 !important;
}

body:not(.home) header > .fl-row > .fl-row-content-wrap {
	padding-block: 5px !important;
}

/* PAGE */
body:not(.home) .fl-builder-content:empty + #fl-main-content,
#fl-main-content > .tribe-events-pg-template {
	padding-top: 7.375rem;
}




/* Blog/Events Listing */

.archive-listing .fl-module-content{
	margin: 0;
}

body:not(.home) .archive-listing .fl-post-feed{
	/*box-shadow: -2px 7px 10px 0px rgb(0 0 0 / 70%);*/
	box-shadow: 3px 3px 6px black;
/* 	padding: .125rem 0 0 .125rem; */
}

body.home .archive-listing .fl-post-feed-post{
	margin: 16px;
    box-shadow: 2px 2px 7px black;
	padding:1rem;
}

body.home .archive-listing .fl-post-feed-post p{
	font-size: 14px;
}

body.home .archive-listing {
/*     border-left: 0.063rem solid gainsboro; */
}

body.home .archive-listing .fl-module-content{
	margin: 0 1rem;
}

.archive-listing .fl-post-feed-post:not(:last-child) {
  border-bottom: 0.063rem solid gainsboro !important;
  margin-bottom: 0rem;
  /*max-height: 300px;*/
}

/* .archive-listing .fl-post-feed-post {
	background: linear-gradient(to left, #7dc3e769 -10%, #fff 1%);
	transition: transform .5s ease-in-out;
}

.archive-listing .fl-post-feed-post:hover {
	background: linear-gradient(to left, #7dc3e769 69%, #fff 87%);
} */

.archive-listing .fl-post-feed-post {
    background-color: #fff;
    background-size: 0% 100%;
    transition: background-color .5s;
}
		

.archive-listing .fl-post-feed-post:hover {
	background-color: #fff;
    background-image: linear-gradient(to right, rgba(125,195,231,0) 0%, rgba(125,195,231,0) 20%, rgba(125,195,231,0.7) 100%);
    background-position: right;
	background-repeat: no-repeat;
    background-size: 100% 200%;
    transition: background-size 1s, background-color 1s;
}

body.page-id-50 .archive-listing .fl-post-feed-post:hover {
    background-color: #fff;
    background-image: linear-gradient(to right, rgba(125,195,231,0.3) 20%, rgba(125,195,231,0.2) 40%, rgba(125,195,231,0) 100%);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100% 200%;
    transition: background-size 1s, background-color 1s;
}

body.page-id-50 .archive-listing .fl-post-feed-post .fl-post-image {
    width: 25%;
    min-width: 25%;
    display: flex;
    align-items: center;
}

/* Magic press		 */
/* .archive-listing .fl-post-feed-post:active {
	background-color:#2980b9; transition:background-size 0;
	color:#fff;
	display:inline-block;
} */

/* News Layout */
@media(min-width: 901px){
	.archive-listing .fl-post-feed-post:not(.event) {
/* 	display: flex;
	max-height: 227px;
  	min-height: 227px */
	
	display: flex;
    max-height: 229px;
    min-height: 229px;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-content: center;
	padding: 1rem;
}
}

@media (max-width: 900px){
	.ne_section .fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
}

/* body:not(.home) .archive-listing .fl-post-feed-post {
    padding: .125rem 0 0 .125rem;
} */

.archive-listing .fl-post-feed-post .fl-post-image {
/*     width: 25%;
	margin: auto 0px auto 0.5rem */
		
		
		
    width: 30%;
    margin: auto 0px auto 0.5rem;
    float: right;
    height: 164px;
    overflow: hidden;
}

/* .archive-listing .fl-post-feed-post .fl-post-image img{
	transition: transform .5s ease-in-out;
}

.archive-listing .fl-post-feed-post:hover .fl-post-image img{
	transform: scale(1.125);
} */
	
.archive-listing .fl-post-feed-post .fl-post-text {
/* 	padding: 0 1rem 0 0;
	width: 75%; */
	padding: 0;
}

.ne_top {
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0.5rem;
}

.archive-listing .fl-post-feed-post .fl-post-cost{
	transition: transform .5s ease-in-out;
}

.archive-listing .fl-post-feed-post:hover .fl-post-cost{
transform: scale(1.00125);
    -webkit-text-fill-color: white;
    text-shadow: 0.5px 0.5px 2px #000;
}

.ne_bottom {
    width: 70%;
}

.ne_bottom h4.fl-post-title {
    font-size: 1.125rem !important;
    font-weight: 600;
    line-height: 1.25;
}

.field-station-events .type-event .fl-post-image {
	margin: 0;
	max-width: 240px;
	padding: 0;
}

.field-station-events .type-event .fl-post-excerpt {
	margin-top: .25rem;
}

.field-station-events .type-event .fl-post-more-link {
	margin-top: 1rem;
}

.fl-row:has(.fl-module-field-station-news>.fl-node-content),
.fl-row:has(.fl-module-field-station-news>.fl-node-content) + .fl-row {
	display: none;
}

.fl-row:has(.fl-module-field-station-news>.fl-node-content>*),
.fl-row:has(.fl-module-field-station-news>.fl-node-content>*) + .fl-row {
	display: block;
}

/*.fl-row:has(.fl-module-field-station-news>.fl-node-content:empty),
.fl-builder-content:has(.fl-row .fl-module-field-station-news>.fl-node-content:empty) .fl-row:has(.fl-module-field-station-news>.fl-node-content:empty) + .fl-row {
	display:none;
}*/




.breadcrumbs .fl-col-content {
	display: flex;
}

.fl-post-meta {
	font-size: .875rem;
	padding-bottom: 0 !important;
	opacity: .75;
}

.fl-post-meta + h2 {
	margin-top: 1rem !important;
}

.fl-post-meta + h3 {
	margin-top: .5rem !important;	
}


/* Field Stations map */

.field-stations-map {
	height: 0;
	padding-bottom: 55%;
	position: relative;
    box-shadow: 4px 4px 11px black;
}







/* Job Opportunities */

.job-opportunities .job_posting {
	margin-bottom: 20px;
}

.small > .fl-node-content > .accordion .job_posting {
	margin-bottom: .5625rem;
}

.small > .fl-node-content > .accordion .title {
	font-size: 1rem;
	margin-bottom: 0;
}

.small > .fl-node-content > .accordion .button {
	border-width: 1px !important;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.accordion .job_posting .content {
	padding-left: 1rem;
}

.accordion .job_posting .fl-post-excerpt,
.accordion .job_posting .fl-post-more-link {
	padding-top: 1rem;
}

.job-opportunities .fl-post-text {
	padding: 0 1.125rem 1.5rem;
}







/* WPUF FORM */
body.new-style ul.wpuf-form {
	display: flex;
	flex-direction: column;
}

body.new-style ul.wpuf-form > li.wpuf-el:has(.wpuf-el input:is([type="text"], [type="email"], [type="url"], [type="number"])) {
	padding: 0;
}

body.new-style ul.wpuf-form > li.wpuf-el.address > .wpuf-label {
	display: none;
}

body.new-style ul.wpuf-form li .wpuf-label,
body.new-style ul.wpuf-form li.field-size-large .wpuf-fields {
	float: none;
	width: auto;
}

body.new-style ul.wpuf-form li[data-label]:has(input:is([type="text"], [type="email"], [type="url"], [type="number"])),
body.new-style ul.wpuf-form .wpuf-address-field {
	padding: 0;
	margin: 1.25rem 0.5625rem 1rem;
	position: relative;
}

body.new-style ul.wpuf-form li[data-label]:has(input:is([type="text"], [type="email"], [type="url"], [type="number"])) .wpuf-label,
body.new-style ul.wpuf-form .wpuf-address-field label {
	bottom: 50%;
	left: .75rem;
	margin: 0;
	pointer-events: none;
	position: absolute;
	transform: translateY(50%);
	transition: all .3s;
}

body.new-style ul.wpuf-form li[data-label]:has(input:is([type="text"], [type="email"], [type="url"], [type="number"])):focus-within .wpuf-label,
body.new-style ul.wpuf-form li[data-label]:has(input:is([type="text"], [type="email"], [type="url"], [type="number"]):not(:placeholder-shown)) .wpuf-label,
body.new-style ul.wpuf-form .wpuf-address-field:focus-within label {
	bottom: 100%;
	transform: none;
}

body.new-style ul.wpuf-form li[data-label]:has(input:is([type="text"], [type="email"], [type="url"], [type="number"])) .wpuf-label label,
body.new-style ul.wpuf-form .wpuf-address-field label {
	color: #aaa;
	font-size: .9375rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
}


body.new-style ul.wpuf-form li[data-label]:has(input:is([type="text"], [type="email"], [type="url"], [type="number"])) .wpuf-fields :is(.wpuf-help, .wpuf-wordlimit-message) {
	position: absolute;
}


body.new-style ul.wpuf-form .wpuf-el:has(.wpuf-field-columns .wpuf-el[data-label][style="display: none;"]) {
	display: none;
}


.wpuf-form-add label,
body ul.wpuf-form li .wpuf-address-field:not(.country_select):not(.state) label.wpuf-form-sub-label {
	font-size: .9375rem;
	font-weight: 400;
}


.wpuf-address-field.street_address2 {
	display: none;	
}

.wpuf-address-field:has(.wpuf-sub-fields) {
	display: flex;
	flex-direction: column-reverse;
}

body ul.wpuf-form li.field-size-large .wpuf-fields,
body ul.wpuf-form li .wpuf-fields{
	float:none!important;
	width: auto!important;
}

#loginform input:focus,
form#lostpasswordform input:focus,
body ul.wpuf-form input:focus{
	background-color: #ffe9e3!important;
    outline: transparent;
}

.wpuf-form .wpuf-el input:is([type="text"], [type="email"], [type="number"]) {
/* 	max-width: 18.75rem; */
}

.wpuf-form .wpuf-el.post_title input[type="text"] {
	max-width: unset
}

.wpuf-el.address .wpuf-fields-address {
	/*align-items: flex-start;
	display: grid !important;
	grid-template-areas:
			"address1 address2"
			"city state"
			"zip country";*/
	display: flex !important;
	flex-direction: column;
}

.wpuf-el.address .wpuf-fields-address .wpuf-address-field {
	width: unset !important;
}

.wpuf-el.address .wpuf-fields-address .wpuf-address-field.street_address {
	grid-area: address1;
}

.wpuf-el.address .wpuf-fields-address .wpuf-address-field.street_address2 {
	grid-area: address2;
}

.wpuf-el.address .wpuf-fields-address .wpuf-address-field.city_name {
	grid-area: city;
}

.wpuf-el.address .wpuf-fields-address .wpuf-address-field.zip {
	grid-area: zip;
}

/*.wpuf-el.address .wpuf-fields-address .wpuf-address-field:is(.street_address,.city_name, .zip) input {
	max-width: 300px;	
}*/

.wpuf-el.address .wpuf-fields-address .wpuf-address-field.country_select {
	/*grid-area: country;*/
	margin-bottom: 1.5rem;
	order: -2;
}

.wpuf-el.address .wpuf-fields-address .wpuf-address-field.state {
	/*grid-area: state;*/
	margin-bottom: 1rem;
	order: -2;
}

.wpuf-el.address:has(.wpuf-fields-address) > .wpuf-label {
	/*display: none;*/
}

.wpuf-el.continent,
.wpuf-address-field.country_select {
/* 	display: inline-flex;
	gap: .5rem; */
}

.wpuf-el.continent {
	margin-bottom: 0;
}

@media(min-width:501px){
	li.wpuf-el.first_name.field-size-large,
	li.wpuf-el.last_name.field-size-large{
		display:inline-block !important;
		width: 48.5%;
	}
}

@media(max-width:500px){
	li.wpuf-el.first_name.field-size-large,
li.wpuf-el.last_name.field-size-large{
		display:block !important;
	}
}

body ul.wpuf-form li .wpuf-label{
	float:none !important;
	width: 100% !important;
}

body ul.wpuf-form li{
	margin-bottom:5px !important;
	padding:5px !important;
}

.wpuf-address-field.state,
.wpuf-address-field.country_select{
	float:unset !important;
	max-width:300px;	
}

.wpuf-address-field.state .wpuf-sub-fields{
	display: contents;
}

article#fl-post-525 form.wpuf-form-add.wpuf-form-layout1.wpuf-style .wpuf-label:not(.password .wpuf-label, .confirm_password .wpuf-label),
article#fl-post-525 form.wpuf-form-add.wpuf-form-layout1.wpuf-style label.wpuf-form-sub-label:not(.country_select label, .state label){
/* 	display:none; */
}

input#password_522_1{
	width:95% !important;
}


.wpuf-el.continent > .wpuf-label,
.wpuf-address-field.country_select .wpuf-form-sub-label {
	order: 1;
}

.wpuf-el.continent > .wpuf-label label,
.wpuf-address-field.country_select .wpuf-form-sub-label label {
/* 	font-size: 0; */
}

.wpuf-el.continent > .wpuf-label .required {
	font-size: 1rem;
}

li.wpuf-el.address_field.field-size-large{
	border: 2px solid #ddd;
	border-radius: 4px;
    background-color: aliceblue;
	margin-top: 1rem;
	padding: .5rem!important;
}

li.wpuf-el.address_field.field-size-large label{
    font-size: 1.25rem;
    font-weight: bold;
}

.wpuf-el.address .wpuf-address-field .wpuf-sub-fields:has(select) {
	align-items: center;
	display: flex;
	gap: .5rem;
}

/*.wpuf-el.address .wpuf-address-field.zip,*/
.wpuf-el.address .wpuf-address-field.country_select {
	display: flex;
	flex-direction: revert;
}

.wpuf-el select ~ .wpuf-form-sub-label,
.wpuf-el.address .wpuf-address-field.country_select label/*,
.wpuf-el.address .wpuf-address-field.zip label*/ {
	font-size: 0 !important;
}

.wpuf-form-sub-label .required {
	font-size: 1rem;
}

input#phone_field_522,
.wpuf-address-field.country_select,
body ul.wpuf-form li .wpuf-address-field{
	width:100% !important;
}

body ul.wpuf-form li label.wpuf-form-sub-label{
	font-size:.9375rem !important;
}



/* field stations & filters */

@media(min-width:1201px) {
	#field-stations { 
		width: calc(100% + (100dvw - 1200px)/2);
	}
}

@media(max-width:1200px) {
	#field-stations { 
		margin-inline: -1.25rem;
	}
}

@media(max-width:1200px) {
	.fl-module-field-station-filters {
		margin-block: 1rem 3rem;
		max-width: 350px;
	}
}


.fl-module-field-station-filters select {
	width: 100%
}

.fl-module-field-station-filters select:has(~ select) {
	margin-bottom: .75rem;
}

.facetwp-type-autocomplete {
	display: flex;
	position: relative;
}

.facetwp-type-autocomplete .fcomplete-wrap {
	position: absolute;
	top: 100%;
}

.facetwp-bb-module h4 {
	font-size: 1.125rem;
	margin: 0 0 0.25rem;
}

.facetwp-bb-module .facetwp-facet {
	margin: 0 0 1.5rem;
}









#field-stations {
	padding-top: 3.25rem;
}

#field-stations .fl-post-grid {
	width: 100% !important;
}

#field-stations .field_station {
	border: 1px solid #ccc;
	padding: 1rem;
}

#field-stations .field_station > a {
	display: block;
	height: auto;
	text-align:center;
	overflow: hidden;
}

#field-stations .field_station > a img {
	aspect-ratio: 1;
	object-fit: contain;
}

#field-stations .field_station h2.fl-post-title {
	font-size: 14px;
	font-weight: 500;
}

#field-stations .field_station :is(.continent, .climate-zone, .biome) {
	font-size: .875rem;
}

#field-stations .field_station .continent {
	margin-top: auto;
}

#field-stations .field_station :is(.continent, .climate-zone) {
	margin-bottom: .25rem;
}

#field-stations .field_station #fsml_logo {
    padding: .5rem;
    height: 191.31px;
    display: flex;
}



/* DASHBOARD */

#choose-field-station-wrapper .fl-col-has-cols .fl-col-group-nested {
	align-items: center;
	display: flex;
	gap: 2rem;
	padding-top: 3rem;
}

#choose-field-station-wrapper .fl-col-has-cols .fl-col-group-nested > .fl-col:not(:first-child) {
	border-left: 1px solid #ccc;
}

#choose-field-station-wrapper .fl-col-has-cols .fl-col-group-nested > .fl-col:not(:first-child) form {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
}

#choose-field-station-wrapper .fl-col-has-cols .fl-col-group-nested > .fl-col:not(:first-child) select {
	max-width: calc(100% - 230px);
}

/* dashboard - membership request form */
#field-station-request-membership-wrapper.complete {
		
}
	
#field-station-request-membership-wrapper.complete #field-station-request-membership {
	display: none;
}
	
#field-station-request-membership[disabled] {
	opacity: .5;	
}
	
#field-station-request-membership-wrapper:not(.complete) .field-station-request-membership-confirmation-message {
	display: none;
}

#field-station-request-membership-message {
	background: #554775;
	color: white;
	left: 0;
	padding: 0.25rem 0.5rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}



/* checkout page */

.mepr-payment-methods-wrapper {
	margin-top: 2rem;
}

.mepr-payment-methods-icons {
	display: none;
}

.mepr-payment-methods-radios {
	display: inline-flex;
	flex-direction: row-reverse;
}

/* Deleting second login form */
.mp_wrapper.mp_login_form {
    display: none;
}