/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



*:focus-visible { 
outline: 3px solid var( --e-global-color-accent)!important; 
box-shadow: 0 0 0 3px white, 0 0 2px 4px var( --e-global-color-secondary), 0 0 4px 8px white!important; 
}

h1 sup{
	font-size:40%!important;
	top:-1em!important;
}

p:last-child{
	margin-bottom:0px;
}

.no-margin p{
	margin-bottom:0px!important;
}

p span, li span{
	font-weight:500!important;
}


.gradient-text{
	color:black;
}

.wp-block-button .wp-block-button__link{
	text-transform: uppercase;
    background-color: var(--e-global-color-accent);
    border-radius: 6px 6px 6px 6px;
	margin-bottom:10px;
}

.wp-block-button .wp-block-button__link:hover{
	background-color: var(--e-global-color-primary);
}

/*menu*/

.mobile-menu li:nth-child(odd){
	
	border-bottom:1px solid var( --e-global-color-primary );
	border-top:1px solid var( --e-global-color-primary );
}

.mobile-menu li:nth-child(1){
	border-top:none;
}

a.elementor-sub-item.menu-link:focus{
	color:white!important;
	background:var( --e-global-color-accent );
}

.footer-text-spacing p{
	margin-bottom:3px!important;
}


@supports (background-clip:text){
	
.gradient-text{
	  background-image:linear-gradient(to left, #0D659B, #001F24);
  background-clip: text;
  color:transparent;

}
}

/*homepage contact form*/
.homepage-contact .gform_wrapper{
	display:flex;
	flex-direction:column;
}

.homepage-contact h2.gform_title{
	font-family: "Montserrat", Sans-serif!important;
	font-weight:bold;
	font-size:32px;
	align-self:start;
}

.homepage-contact p.gform_description{
	color:var( --e-global-color-secondary);
	font-size:18px;
	margin-bottom:8px;
}

.contact-dropdown{
	width:90%;
}

.contact-fields{
    width: 80%;
    float: right!important;
	align-self:center;
	justify-self:right;
}

.gform-theme--foundation .gform_fields{
	row-gap:10px;
}


/*homepage contact form - if you use this double check form on contact page
 * .homepage-contact .gform_fields .gfield .ginput_container_email input, input#input_1_21,
.gform_fields .gfield .name_first input, textarea#input_1_3, select#input_1_18{
	background:var( --e-global-color-primary);
	color:white;
	font-weight:bold;
	inline-size: 100%;
	border-radius: 0px 8px 8px 0px;
}*/



/*find selector for dropdown arrow*/

input#gform_submit_button_1{
	padding:14px 28px;
	background: var( --e-global-color-accent );
	border-radius: 0px 6px 6px 0px;
	text-transform:uppercase;
	    justify-self: right;
    width: 17%;
    margin-right: 22.5%;
}

.gform-theme--foundation .gform_footer{
	display:grid;
}
input#gform_submit_button_1:hover{
	background: var( --e-global-color-primary);
}

.arrow-button span.elementor-button-content-wrapper{
	justify-content: space-between!important;
}
.arrow-button .elementor-button-text{
	text-align:left;
	align-self:center;
}

span.elementor-button-icon{
	padding:20px;
}

.arrow-button:hover span.elementor-button-icon{
	background:var( --e-global-color-accent);
}

.gform_heading{
	display:none;
}

.gform-theme--foundation .gfield textarea.medium{
	min-block-size:8rem;
}

/*newsletter footer*/
.newsletter-footer_wrapper h2{
	display:none!important;
}

.newsletter-footer .gform_button{
	width:100%;
	align-self:stretch
	background-color:var( --e-global-color-primary)!important;
}


.header-right-inner{
	width: min(100%,1200px / 2);
}

.header-left{
	width: min(50%, 1200px / 2)
}

input#gform_submit_button_2{
	background-color:var( --e-global-color-primary)!important;
	width:100%
}


@media (max-width:767px){
		.header-left,
    .header-right {
        width: 100%;
			border-top:1px solid var(--e-global-color-astglobalcolor6)!important;
    }
	.contact-fields{
    width: 100%;
    float: left!important;
	align-self:center;
	justify-self:left;
}
	div#field_1_20{
		order:0;
	}
	div#field_1_21{
		order:1;
	}
	
	div#field_1_2{
		order:2;
	}
	
	div#field_1_18{
		order:3;
	}
	
	div#field_1_3{
		order:4;
	}
	input#gform_submit_button_1{
	padding:14px 28px;
	background: var( --e-global-color-accent );
	border-radius: 0px 6px 6px 0px;
	text-transform:uppercase;
	    justify-self: right;
    width: 100%;
    margin-right: 0%;
}
	
	
	}

.discount p, .discount ul{
	margin-bottom:0
}

/*affiliate map*/
p.wpgmza_infowindow_link{
	padding-top:10px;
}

.wpgmza-gallery .wpgmza-gallery-stage .wpgmza-gallery-item img{
	width:200px!important;
}

/*two-column images*/
.image-container{
    position:relative;
}

.background-image{
    width:100%;
    height:100%;
    position:absolute;
    top: 0;
    left:0;
    object-fit:cover;
    
}

/*contact us form*/
input#gform_submit_button_3,input#gform_submit_button_4{
	background: var( --e-global-color-accent );
}

input#gform_submit_button_3:hover,input#gform_submit_button_4:hover{
	background: var( --e-global-color-primary );
}

/*staff*/
.staff-wrapper{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	row-gap:20px;
	column-gap:20px;
	align-items:stretch;
	align-content:space-between!important;
}

div.staff-member{
	width:calc(32% - .5em);
	align-content:space-between!important;
	justify-content:stretch!important;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	background-color:var( --e-global-color-d0c0d64 );
	border-radius: 24px 24px 0 0;
	
}

.staff-member img{
	aspect-ratio:5/4;
	object-fit:cover;
	object-position:center;
}

div.board-member{
	width:calc(32% - .5em);
	align-content:space-between!important;
	justify-items:stretch!important;
	display:flex;
	flex-wrap:wrap;
	background-color:var( --e-global-color-d0c0d64 );

	border-radius: 24px 24px 0 0;
}

div.single-info{
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	flex-grow:1;
}


.board-member img{
	display:none;
}

.staff-member h2{
	font-size:24px;
	font-weight:600;

}

.board-member h3{
	font-size:20px;
	font-weight:600;
}

.staff-info{
	flex-grow:1;
	display:flex;
	flex-direction:column;
}

.single-info{
	background-color:var( --e-global-color-d0c0d64 );
	padding:1em;
	border-radius: 24px 24px 0 0;
}

.image-container{
	align-self:stretch;
	padding:0 1em 1em 1em;
}

.single-info p{
	font-size:16px;
	margin-bottom:2px;
}


.image-container{
		flex-direction:row;
	display:flex;
	column-gap:1em;
}

div.headshot{
	width:52%;
}

div.headshot img{
	border: 1px solid var( --e-global-color-secondary );
	border-radius:6px;
}

.board-headshot img{
	aspect-ratio: 1 / 1;
	object-fit:cover;
}
div.contact-buttons{
	width:48%;
	flex-direction:column;
	display:flex;
	row-gap:20px;
}



div.contact-buttons a:hover{
	background-color:var( --e-global-color-primary );
	color:white;
}

.contact-buttons a {
	padding: 4px 10px;
	background-color:var( --e-global-color-accent );
	color:white;
	text-decoration:none!important;
	border-radius:6px;
		font-size:16px!important;
	font-weight:600;

}


.contact-buttons svg{
	width:16px;
	height:16px;
	fill:white;
	margin-right:2px;
	align-self:center!important;
	align-content:center!important;
	
}


.contact-buttons{
	align-items:start;
	align-content:center;
	justify-content:center;
	justify-items:center;
	display:grid;
}



.button-container button {
	background-color:var( --e-global-color-primary );
	border-bottom:3px solid var( --e-global-color-secondary );
	padding:0!important;
	border-radius:0px;
	width:100%;
	text-align:left;
	align-self:stretch;
	justify-content:space-between;
	display:flex;
	
}

.button-container{
	display:flex;
	width:100%;
}
.modal-label{
	padding:20px!important;
	text-decoration:none;
	text-align:left;
	align-self:center;
	color:white;
	flex-grow:1;

}
.button-container svg{
	width:16px;
}

.button-container .button-icon{
	padding:20px;
	fill:white;

}

.button-container:hover span.button-icon {
	background:var( --e-global-color-accent);
	
}

div.true-wrapper{
	display:none;
}

.modal-content .close-button{
	transition-duration: .3s;
	display:inline;
}

.modal-wrapper{
		background-color:var( --e-global-color-d0c0d64 );
	border-radius:6px;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.26);
	padding:1em;
	color:var( --e-global-color-secondary );
	width:80%;
	transition:all 150ms ease-in-out;
	transition: opacity 0.3s ease-in-out;
	overflow-y: scroll;
	max-height:80%;
}

.true-wrapper{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:9999!important;
	background:rgb(0,0,0,.5);
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease-in-out;
	
}

@media (max-width:1000px){
	.image-container{
		flex-direction:column;
}
	.contact-buttons{
		flex-direction:row!important;
	width:100%!important;
		column-gap:20px;
	}
	.image-container{
		row-gap:10px;
	}
	.image-container .headshot{
		width:100%;
	}
	.contact-buttons svg{
		display:none;
	}
	.button-icon{
		display:none;
	}
}

@media (max-width:767px){
	.staff-wrapper{
	justify-content:space-between;
	}
	div.staff-member, div.board-member{
	width:calc(48% - .5em);
		align-self:stretch;
		align-self:space-between!important;
		
	}
		.staff-member h2, .board-member h3{
	font-size:18px;
	font-weight:600;
}
	
	.category-box{
		margin-left:5%;
		margin-right:5%;
		left:0!important;
		bottom:10px!important;
		top:auto!important;
		width:90%
}

}

@media (max-width:500px){
	div.staff-member, div.board-member{
	width:100%;
		
	}
}

/*end of staff*/

/*affiliates*/
.searchandfilter > ul > li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 8px;
}

.searchandfilter ul{
	padding-left:0;
}

.searchandfilter h4{
	font-size:1em;
}

.searchandfilter li:first-of-type{
	padding-left:0;
}

.affiliate-table{
	background-color:var( --e-global-color-d0c0d64 );
	border-radius:24px 24px 0 0;
	text-align:left;
		border: 2px solid var( --e-global-color-secondary);
}

.restable th{
	width:70%!important;
}

.affiliate-table th:last-of-type{
	border-radius:0 20px 0 0;
}

.affiliate-table th:first-of-type{
	border-radius:20px 0 0 0;
}

.affiliate-table th{
	background-color:var( --e-global-color-secondary);
	color:white;
}

.affiliate-table th, .affiliate-table td{
	border:1px solid var( --e-global-color-secondary);
}

.affiliate-table tr:nth-of-type(even){
	background-color:white;

}

.affiliate-table th:nth-of-type(2){
	width:46%;
}

.affiliate-table td:first-of-type{
	font-weight:bold;
	width:35%;
}

.affiliate-table th:nth-of-type(2){
	width:30%!important;
}

.restable th:nth-of-type(2){
	width:30%!important;
}

.wp-pagenavi a, span.current, span.extend{
	border: solid 1px;
	padding:5px;
}
.wp-pagenavi span.current{
	background: var(--e-global-color-accent);
	color:white;
}
.wp-pagenavi{
	text-align:center;
}
.affiliate-table caption{
	 position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.resplabel{
	display:none;
}
@media screen and (max-width: 575px), print and (max-width: 5in) {
	
	/*working on this*/
	.searchandfilter > ul > li {
	width:100%!important;
	padding:0!important;
}
	.searchandfilter label {
	width:100%!important;
}
	input[type="submit"] {
    width: 100%;
    margin-top: 10px;
}
	
  tr,
  td {
    display: block;
		width:100%;
  }
	table
   {
    display: grid;
		width:100%;
  }

	table{
		padding:0!important;
	}
  thead {
    display: none;
  }
  td::before {
    display: inline;
    font-weight: bold;
  }
	
	td:first-of-type {
    background:var( --e-global-color-secondary);
		width:100%!important;
		a,a:hover{color:white;}
		
  }
		tr:nth-of-type(1) td:first-of-type, tr:nth-of-type(1){
 			border-radius:20px 20px 0 0!important;
			border:1px solid var( --e-global-color-secondary);
		
  }
	
	.resplabel{
		font-weight:bold!important;
		display:inline;
	}
	
  caption {
    font-style: normal;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-weight: bold;
  }
}

@media print {
  body {
    font-size: 6pt;
    color: #000;
    background-color: #fff;
    background-image: none;
  }
  body,
  main {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
  }
  table {
    page-break-inside: avoid;
  }
  div {
    overflow: visible;
  }
  th {
    color: #000;
    background-color: #fff;
    border-bottom: 1pt solid #000;
  }
  tr {
    border-top: 1pt solid #000;
  }
}

@media print and (max-width: 5in) {
  caption {
    color: #000;
    background-color: #fff;
    border-bottom: 1pt solid #000;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
  }
}

/*end of affiliates*/

.aff-caption{
	font-size:16px;
}

.event{
	cursor:pointer;
}

.archive-loop article {
    border-bottom: solid 1px grey;
    padding-bottom: 1em !important;
}

.white-link a{
	color: white;
}

.white-link a:hover{
	color: #ffd070;
}

.ast-icon.icon-search svg{
	fill:var( --e-global-color-secondary);
}

.ast-icon.icon-search svg:hover{
	fill:var( --e-global-color-primary);
}

div#ast-seach-full-screen-form h3, div#ast-seach-full-screen-form .ast-icon.icon-search svg{
	fill:white!important;
	color:white!important;
}

.elementor-location-footer a{
	text-decoration:underline;
}

div#sb_instagram, #sb_instagram #sbi_images{
	padding:0!important;
}

.icon-search:before{
	display:none!important;
}

/*accordions*/
.elementor-accordion .elementor-tab-title .elementor-accordion-icon{
	width:1.2em;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
	width:22px;
	height:22px;
}

.elementor-accordion .elementor-tab-title{
	line-height:.8em;
}


