/*
Theme Name: Sun Collectors
Version: 1.0
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");



/* Add font imports here */

/***  Montserrat  ***/ 

/* Regular */
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src: url('fonts/montserrat/montserrat-regular.woff2');
}

/*Regular Italic */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	src: url('fonts/montserrat/montserrat-italic.woff2');
}

/* Semi Bold */
@font-face {
font-family: 'Montserrat';
font-weight: 600;
src: url('fonts/montserrat/montserrat-semibold.woff2');
}



 


/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--dark--2);
}



/***  BACK TO TOP BUTTON  ***/

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: var(--wp--custom--dark--1);
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--tertiary--main);
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--tertiary--main);
}

a:hover {
	color: var(--wp--custom--tertiary--main);
}

.main-wrap a:not([class]) {
    border-bottom: 1px dotted;
}

.main-wrap a:not([class]):not(:has(img)):hover {
    border-bottom-style: solid;
}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: var(--wp--custom--tertiary--main);
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.625em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}

@media screen and (max-width:600px){
	h1{font-size:2.5em;}

	h2{font-size:2em;}

	.has-medium-font-size{font-size:1.15em!important;}
}

/***  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.75em 2.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
}

.button [class*="fa-"], 
.wp-block-button__link [class*="fa-"], 
.button:hover [class*="fa-"], 
.wp-block-button__link:hover [class*="fa-"],
.button i, 
.wp-block-button__link i, 
.button:hover i, 
.wp-block-button__link:hover i {
	color: inherit !important;
}


/* OUTLINED BUTTONS */
.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--primary--main);
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--custom--primary--light);
	color:var(--wp--custom--dark--1);
}


/***  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  ***/

.brand-list:not([class*="col"]) li{
	display: inline-block;
	width: 100%;
}


 .brand-list li:before{
    left: -2em;
    top: 2px;
    width: 1.3em;
    height: 1.3em;
	padding: 2px;
    display: flex;
    background-color: var(--wp--custom--tertiary--main);
	 border-radius:var(--wp--custom--radius--full);
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: .9em;
    text-align: center;
}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.brand-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"],
.brand-list li [class*="fa"]  {
	color: var(--wp--custom--secondary--main);
	font-weight: 900;
}

.brand-list li:before{
	content: "\f74a";
}

li:empty{display:none;}

.wp-block-cover .arrow-list li:before, 
.wp-block-cover .check-list li:before, 
.wp-block-cover .check-circle-list li:before, 
.wp-block-cover .icon-list li:before, 
.wp-block-cover .contact-list li:before, 
.wp-block-cover .arrow-list li [class*="fa"], 
.wp-block-cover .check-list li [class*="fa"], 
.wp-block-cover .check-circle-list li [class*="fa"], 
.wp-block-cover .icon-list li [class*="fa"], 
.wp-block-cover .contact-list li [class*="fa"] {
	color: white;
}



/***  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);
	background-color: white;
	color: var(--wp--custom--dark--2);
}

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

div.nf-field-element textarea{height: 120px;}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
    border-color: var(--wp--custom--primary--main);
    background-color: var(--wp--custom--primary--main);
    border-radius: var(--wp--custom--radius--sm);
    color: var(--wp--custom--dark--1);
    padding: 0.75em 1em;
    min-width: 130px;
    font-weight: 400;
    cursor: pointer !important;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
form button:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}

.has-secondary-background-color input[type="text"], .has-secondary-background-color input[type="email"], .has-secondary-background-color input[type="number"], 
.has-secondary-background-color input[type="password"], .has-secondary-background-color input[type="search"], .has-secondary-background-color input[type="tel"], 
.has-secondary-background-color input[type="url"],.has-secondary-background-color  input[type="date"], .has-secondary-background-color input[type="datetime-local"], 
.has-secondary-background-color input[type="month"],.has-secondary-background-color  input[type="time"],.has-secondary-background-color  input[type="week"], 
.has-secondary-background-color textarea, .has-secondary-background-color select, .has-secondary-background-color .filter-reset {
	color: var(--wp--custom--tertiary--main);
}


.nf-form-fields-required{margin-bottom: 20px;}

.nf-field-description{font-size:.85em;}



/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
	border-bottom: 1px solid var(--wp--custom--light--1);
}

.scroll-logo {
	max-height: 50px;
}



/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--2);
}



/***  HEADER  ***/

/*resize header widtH*/
@media screen and (min-width:1024px){
	.scroll-masthead, 
	.header-masthead{width:350px;}
	
    .scroll-left, .scroll-right, 
    .header-left, .header-right{ width: calc(100% - 350px);}
}


.header-logo {
	max-height: 70px;
}

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: var(--wp--custom--tertiary--main);
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--dark--3);
	border-bottom:1px solid transparent;
}

.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: var(--wp--custom--tertiary--main);
	transition: all 300ms ease-in-out;
}

.nav-menu > li:hover > a,
.nav-menu > li:hover > span,
.nav-menu > .current-menu-item > a, 
.nav-menu > .current-menu-item > span, 
.nav-menu > .current-menu-ancestor > a, 
.nav-menu > .current-menu-ancestor > span, 
.nav-menu > .current-menu-parent > a, 
.nav-menu > .current-menu-parent > span {border-color:var(--wp--custom--tertiary--main);}

/* Nav Button */

.nav-menu > li.nav-button {
	background-color: transparent !important;
}

.nav-menu > li.nav-button > a {
	padding: 0.75em 1em;
    min-width: 90px;
    text-align: center;
	border-radius: var(--wp--custom--radius--sm);
	border: 1px solid var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
}

.nav-menu > li.nav-button:hover > a {border-color: var(--wp--custom--primary--light);}

.nav-menu > li.nav-button.nb-2 > a {
	background-color: transparent;
	color: var(--wp--custom--tertiary--main);
	border-color: var(--wp--custom--tertiary--main);
}

.nav-menu > li.nav-button.nb-2 > a:hover {
	background-color: var(--wp--custom--tertiary--main);
	border-color: var(--wp--custom--tertiary--main);
	color: white;
}

/* Dropdowns */

.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, 
.nav-menu li ul > li > button {
	color: var(--wp--custom--dark--3);
}


.nav-menu li ul li:hover > a, 
.nav-menu li ul li:hover > span, 
.nav-menu li ul li:hover > button {
	background-color:var(--wp--custom--secondary--light);
	color: var(--wp--custom--dark--1);
}

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button{
	background-color:var(--wp--custom--secondary--main);
	color: var(--wp--custom--dark--1);
}

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





/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--tertiary--main);
}

/*.banner:after{
    visibility: visible;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/wp-content/uploads/5.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .7;
}*/

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	position: relative;
    z-index: 1;
	max-width: 1000px;
}

.banner-inner .deck{font-size: 1.2em;}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner a {
	color: var(--wp--custom--primary--light);
}

.banner a:hover {
	color: white;
}



/***  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 {
	padding-top:  var(--wp--custom--spacer--xxl);
	padding-bottom:  var(--wp--custom--spacer--xxl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--light--3);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
	box-shadow: var(--wp--custom--shadow--2);
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
	box-shadow: var(--wp--custom--shadow--1);
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols span.entry-icon{
	background-color:var(--wp--custom--tertiary--main);
	border-radius: var(--wp--custom--radius--full);
    padding: 20px;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--secondary--main);
}

.entry-cols .entry-text-wrap {
	padding: 30px;
}

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

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--tertiary--main);
}

/*INCENTIVE COLS*/
.incentive-cols .entry-link{text-align: center;}

.incentive-cols .entry-icon{ margin: auto; }

.incentive-cols .entry-link-text-wrap{
	width: 100%;
    left: 0!important;
}



/*SOLUTION COLS*/
.solution-cols .col-full{position: relative;}

.solution-cols .col-full .entry-text-wrap{ align-content: center; }

.solution-cols .col-full:nth-of-type(odd) .entry-link{ flex-direction: row-reverse; }

.solution-cols .col-full:not(:last-of-type){margin-bottom: 30px;}

.solution-cols .col-full:not(:last-of-type):after{
    content: '';
    visibility: visible;
    width: calc(100% - 30px);
    height: 1px;
    background-color: var(--wp--custom--secondary--main);
    position: absolute;
    bottom: -15px;
}

.solution-cols .col-full img{height: 100%;}

/*review-cols*/
.review-cols .wp-block-group{
	background-color:var(--wp--custom--light--1);
	padding:var(--wp--custom--spacer--sm)
}

/* Archive Pagination */

.archive-pagination a{
	border-radius: var(--wp--custom--radius--sm);
	border:1px solid var(--wp--custom--primary--dark);
	color: var(--wp--custom--primary--dark);
}

.archive-pagination a:hover {
	background-color:var(--wp--custom--primary--dark);
	color: white;
}

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}

/*COLS CAT FILTER*/
.entry-cols-cat-filter
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.entry-cols-cat-filter .button-outline.active{
	background-color: var(--wp--custom--primary--main);
	border-color: var(--wp--custom--primary--main);
	color: white;
}

/*AJAX LOADING SPINNER*/
.entry-cols .loading-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}

.entry-cols .loading-spinner .fa-spinner {
	font-size: 2rem;
	color: var(--wp--custom--secondary--main);
}

/*More Cols*/
.more-cols .col-third:nth-child(n+4){
	display:none;
}

/*PODCAST COLS*/
.podcast-cols .podcast:not(:last-of-type){
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--wp--custom--tertiary--main);
}

.podcast-cols .podcast-video iframe{
	aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: var(--wp--custom--radius--sm);
    box-shadow: var(--wp--custom--shadow--2);
	transition: all 300ms ease-in-out;
}

.podcast-cols .podcast-video iframe:hover{box-shadow: var(--wp--custom--shadow--1);}

.podcast-cols .podcast-text-wrap{
	display:flex;
    align-items: center;
	gap:30px;
}

@media screen and (max-width:900px){
	.podcast-cols .podcast-text-wrap{flex-direction:column;}
}

.podcast-cols .podcast-text-wrap > div{
	flex:1;
	width:100%;
}

.podcast-cols .podcast-text-wrap,
.podcast-cols .podcast-meta{margin-bottom:20px;}

.podcast-cols .podcast-meta i{
	font-style:normal!important;
	color:var(--wp--custom--secondary--main);
}

.podcast-cols .podcast-meta span:not(:first-of-type){margin-left:20px;}

.apple-podcast .icon-container{
	fill:white;
	background-color:#852dc4;
	border-radius:100%;
	padding:5px;
}

.apple-podcast .icon-container:hover{ transform: scale(1.1)!important; }

/***  SINGLE  ***/
/*careers*/
.single-career .container.main-container{max-width:1000px;}


/*city*/
.single-city .container.main-container{max-width:1000px;}

.single-city h2{font-size:2em;}

.single-city .entry-content .wp-block-image{text-align:center;}

.single-city .entry-content .wp-block-image img{
	border-radius:var(--wp--custom--radius--sm);
	overflow:hidden;
	box-shadow: var(--wp--custom--shadow--1);
	max-height:350px;
}

/*post*/
.single-post .entry-content .wp-block-image{text-align:center;}

.single-post .entry-content .wp-block-image img{
	border-radius:var(--wp--custom--radius--sm);
	overflow:hidden;
	box-shadow: var(--wp--custom--shadow--1);
	max-height:350px;
}



/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: transparent;
	color: var(--wp--custom--dark--1);
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: var(--wp--custom--dark--1);
} 

.cta-bar .wp-block-button{min-width: 250px;}

/*CTA BAR IMG BG*/
.cta-bar {
	background-color: var(--wp--custom--dark--3);
	padding:0;
}

.cta-bar .cta-bar-container{
	max-width:unset;
	padding:0;
}

/*contact page CTA BAR*/
.page-id-68 .cta-bar .wp-block-button:first-of-type,
.page-id-18030 .cta-bar .wp-block-button:last-of-type{display:none;}


/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: var(--wp--custom--light--1);
	font-size: 0.9em;
}

.footer h2.wp-block-heading {margin-bottom: 30px;font-size: 1.15em;}

.footer .menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.footer a {
	color: var(--wp--custom--tertiary--main);
}

.footer a:hover {
	color: var(--wp--custom--secondary--dark);
}


.footer .wp-block-gallery{max-width: 500px;}

@media screen and (min-width:601px){
	.footer #menu-learn-more{
		columns:2;
	}
}

@media (min-width:601px) and (max-width:900px) {
	.footer #menu-solutions{
		columns:2;
	}
}

@media (min-width:901px) and (max-width:1200px) {
	.footer .wp-block-gallery .wp-block-image{
		width: 30%!important;
	}
}


@media screen and (max-width:900px){	
	.footer .wp-block-gallery{
		flex-wrap:nowrap;
	}
}




/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--tertiary--main);
	font-size: 0.9em;
	color: white;
}

.bottom-bar a{color:var(--wp--custom--primary--light);}

.bottom-bar a:hover{color:var(--wp--custom--secondary--light);}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/* Add custom theme styles here */

/*separator*/
.wp-block-separator{border-top: 1px solid var(--wp--custom--light--2);}

/*ICON BLOCK*/
.icon-container{
	color: var(--wp--custom--secondary--main);
	fill: 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*/
 section#main .wp-block-media-text__media a img{transition: all 300ms ease-in-out;}

 
 section#main .wp-block-media-text__media a:hover img { transform: scale(1.05); }
 
 .wp-block-media-text>.wp-block-media-text__content{
	padding-right: 0;
	padding-left: 25px;
}

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


/*laptop-modify-cols*/
@media (min-width:901px) and (max-width:1200px) {
	.laptop-3-cols,
	.laptop-2-cols{flex-wrap: wrap!important;}

	.laptop-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 55px)!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.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;}
}

/*stack-mobile*/
@media screen and (max-width:600px) {
	.stack-mobile{flex-direction: column;}
}

@media screen and (max-width:600px){
	.mobile-2-cols.wp-block-columns > .wp-block-column{flex-basis: calc(50% - 55px)!important;}
}

/*IMAGES IN COLUMNS*/
@media screen and (max-width:900px) {
	.wp-block-column > .wp-block-image{
		text-align: center;
	}

	.wp-block-column > .wp-block-image img{
    	max-height: 400px;
	}
}

/*relative-pos*/
.relative-pos{position:relative;}


@media screen and (max-width:900px){
	/*NO SIDE MARGINS*/
	.tablet-no-side-margin{
		margin-left:unset!important;
		margin-right:unset!important;
	}
}

/*quote-icon*/
.quote-icon{
    position: absolute;
    right: -60px;
    top: -100px;
    z-index: 9;
}


/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--primary--light);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}



/*border-radius-brand*/
.border-radius-brand{border-radius: var(--wp--custom--radius--sm);}

/*YOUTUBE EMBED*/
.wp-block-embed__wrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: var(--wp--custom--radius--sm);
  box-shadow: var(--wp--custom--shadow--1);
}

.is-provider-youtube .wp-block-embed__wrapper{
	position: relative;
}

.is-provider-youtube .wp-block-embed__wrapper:after{
    visibility: visible;
    content: '';
    position: absolute;
    bottom: -10px;
    right: -30px;
    height: 2px;
    width: calc(100% - 60px);
    background-color: var(--wp--custom--secondary--light);
}

/*img-decor*/
.img-decor,
.img-decor-right{
	position: relative;
	z-index:2;
}

.img-decor:after,
.img-decor-right:after{
	visibility: visible;
    content: '';
    position: absolute;
    top: -50px;
    left: -160px;
    height: 100%;
    width: 200px;
    background-image: url(/wp-content/uploads/dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.img-decor-right:after{
    top: unset;
    left: unset;
    bottom: -50px;
    right: -160px;
    background-position: bottom;
}

.border-radius-brand img,
.img-decor-right img,
.img-decor img{
	border-radius: var(--wp--custom--radius--sm);
	box-shadow: var(--wp--custom--shadow--1);
}

@media screen and (max-width:900px){
	.img-decor-right:after,
	.img-decor:after{display:none;}
}



/*badge-gallery*/
@media screen and (max-width:900px){
	.badge-gallery .wp-block-image{
		width: 26%!important;
	}
	.badge-gallery{ justify-content: center!important; }	
}


/*LINK CARDS*/
.link-cards .wp-block-cover:hover .wp-block-cover__background{transition: all 350ms ease-in-out;}

.link-cards .wp-block-cover:hover .wp-block-cover__background{
	opacity: 0.8;
	background-color: var(--wp--custom--tertiary--main)!important;
}

.link-cards .wp-block-cover:hover .wp-block-button__link{
	background-color: var(--wp--custom--primary--light);
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
}

body:not(.block-editor-page) .link-cards .wp-block-buttons{
	position: absolute;
	bottom: 30px;
	left: var(--wp--preset--spacing--xs);;
}


/*solutions-cards*/
.solutions-cards .wp-block-column{position: relative;}

.solutions-cards .wp-block-cover, .solutions-cards .wp-block-cover-image{ min-height: 340px; }

@media screen and (max-width:900px){
	.solutions-cards .wp-block-cover, .solutions-cards .wp-block-cover-image{ min-height: 290px; }
}

.solutions-cards .wp-block-column:has(.wp-block-buttons:hover) .wp-block-cover .wp-block-cover__background{
	opacity: 0.75;
	background-color: var(--wp--custom--tertiary--main)!important;
}

.solutions-cards .wp-block-column:hover .wp-block-button__link{
	background-color: var(--wp--custom--primary--dark);
	border-color: var(--wp--custom--primary--dark);
}

body.postid-18010 .residential-col,
body.postid-18012 .commercial-col,
body.postid-18013 .agricultural-col,
body.postid-18540 .battery-col{
	display:none!important;
}

/*DETAILS*/
details{
	border-radius: var(--wp--custom--radius--sm);
	overflow: hidden;
}

details:not(:last-child){margin-bottom: var(--wp--custom--spacer--xs);}

details:hover summary{
	background-color: var(--wp--custom--secondary--light);
}

details[open] summary{
	color: white;
	background-color: var(--wp--custom--secondary--main);
}

details[open] summary:after{
	color: white;
	background-color:var(--wp--custom--secondary--main);
}

details summary:after{
	font-size: 1.5em;
	left: unset;
	right: 20px;
	color:var(--wp--custom--tertiary--main);
}

details summary{ padding: 20px calc(1.5em + 40px) 20px 20px;}

/*gutslider*/
.gutslider-testimonial-wrapper{
	height: auto!important;
	min-height: 300px;
}

.swiper-testimonial-outer{
	border-radius: var(--wp--custom--radius--sm);
	box-shadow: var(--wp--custom--shadow--1);
}

.author-photo-outer,
.author-rating{display: none!important;}

/*z-index-3*/
.z-index-3{position: relative; z-index: 3;}

/*boxed-cols*/
.boxed-cols .wp-block-column{
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	border-radius: var(--wp--custom--radius--sm);
	transition: all 350ms ease-in-out;
}

.wp-block-outermost-icon-block + h3.wp-block-heading{
	margin-block-start: .5em;
}

/*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) .banner .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),
body:not(.block-editor-page) [class*="animate-on-scroll"]:not(.animate__animated)
{ opacity:0; }

.contact-cols .icon-container{
	background-color:white;
	padding:10px;
	border-radius:var(--wp--custom--radius--full)
}

/*box counter*/
.box-counter{
	counter-reset: box-counter;
}

.box-counter h3{
    counter-increment: box-counter;
	position:relative;
	z-index:2;
	margin-top:40px;
}

.box-counter h3:before{
	content: '0' counter(box-counter);
    background-color: var(--wp--custom--primary--light);
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--wp--custom--radius--full);
}