/*
Theme Name: WABE
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 */

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

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

/* Bold */
@font-face {
	font-family: 'Poppins';
	font-weight: 700;
	src: url('fonts/poppins/poppins-bold.woff2');
}


/***  Playfair Display  ***/ 

/* Regular */
@font-face {
	font-family: 'Playfair Display';
	font-weight: 400;
	src: url('fonts/playfairdisplay/playfairdisplay-regular.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);
}

body::before {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/uploads/brand-icon.png);
    background-size: contain;
    width: 400px;
    height: 400px;
    position: fixed;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    opacity: .05;
    z-index: -1;
}



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

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--xs);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
	padding: .3em;
}

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





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



/***  TEXT & LINKS  ***/

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

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



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: var(--wp--custom--font--2);
	color: black;
}

h1,
.h1 {
	font-size: 4.375em;
}

h2,
.h2 {
	font-size: 2.75em;
}

h3,
.h3 {
	font-size: 1.5em;
}

h4,
.h4 {
	font-size: 1.25em;
}

h5,
.h5 {
	font-size: 1em;
}

h6,
.h6 {
	font-size: 0.85em;
}

@media screen and (max-width:900px){
	h1, .h1 {font-size: 3.25em;}
}

/***  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 1.5em;
	border-color: var(--wp--custom--primary--dark);
	border-radius: var(--wp--custom--radius--xs);
	background-color: var(--wp--custom--primary--dark);
	color: white;
	text-transform: uppercase;
	letter-spacing: .25px;
}

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

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

/*secondary button
.secondary-button.button, 
.secondary-button .wp-block-button__link, 
.secondary-button .button-outline, 
.secondary-button .is-style-outline .wp-block-button__link {
	background-color: var(--wp--custom--secondary--dark);
	border-color: var(--wp--custom--secondary--dark);
	color: white;
}

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

/*white button
.white-button.button, 
.white-button .wp-block-button__link, 
.white-button .button-outline, 
.white-button .is-style-outline .wp-block-button__link {
	border-color: white;
	background-color: white;
	color: var(--wp--custom--dark--1);
}

.white-button.button:hover, 
.white-button .wp-block-button__link:hover, 
.white-button .button-outline:hover,
.white-button .is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--dark--1);
}*/


/* 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: none;
	border-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--secondary--main);
}

/*secondary
.secondary-button.button-outline, 
.secondary-button.is-style-outline .wp-block-button__link {
	color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
}

.secondary-button.button-outline:hover,
.secondary-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--custom--primary--main);
	border-color: var(--wp--custom--primary--main);
}

/*white
.white-button.button-outline, 
.white-button.is-style-outline .wp-block-button__link {
	background: none;
	color: white;
}

.white-button.button-outline:hover,
.white-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
}*/




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

.download-list { list-style: none; }

.download-list li { position: relative; }

.download-list li:not(:last-child) {
	margin-bottom: 0.5em;
}

.download-list li:before {
	content: "\f56e";
	position: absolute;
	top: 0.33em;
	left: -1.75em;
	width: 1.3em;
	height: 1.3em;
	display: block;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 1em;
	text-align: center;
	color: var(--wp--custom--primary--light);
}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-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"],
.download-list li:before,
.download-list li [class*="fa"] {
	color: var(--wp--custom--primary--main);
}

.has-primary-dark-background-color .arrow-list li:before,
.has-primary-dark-background-color .check-list li:before,
.has-primary-dark-background-color .check-circle-list li:before,
.has-primary-dark-background-color .icon-list li:before,
.has-primary-dark-background-color .contact-list li:before,
.has-primary-dark-background-color .download-list li:before,
.has-primary-dark-background-color .arrow-list li [class*="fa"],
.has-primary-dark-background-color .check-list li [class*="fa"],
.has-primary-dark-background-color .check-circle-list li [class*="fa"],
.has-primary-dark-background-color .icon-list li [class*="fa"],
.has-primary-dark-background-color .contact-list li [class*="fa"],
.has-primary-dark-background-color .download-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);
}

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

/* 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--xs);
	color: white;
}

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: white;
}

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





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

/***  HEADER  ***/
.header-container,
.scroll-bar-container{max-width: 1920px;}

/***  SCROLL BAR  ***/

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

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

/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--primary-main);
}

section.header{background-color: var(--wp--custom--light--1);}

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

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: var(--wp--custom--primary--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--1);
}

.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--secondary--dark);
}

/* Nav Button */

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

.nav-menu > li.nav-button > a {
	padding: .95em 1.5em;
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
	text-transform: uppercase;
	letter-spacing: .25px;
	line-height: 1;
}

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

/* Dropdowns */

.nav-menu li > ul{
	background-color: var(--wp--custom--light--2);
    width: 280px;
}

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

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}



/***  HIDDEN NAV  ***/

.hidden-nav.active{background-color: var(--wp--custom--light--2);}

.hidden-menu li a {
	color: var(--wp--custom--dark--1);
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--primary--main);
}

.hidden-menu li .sub-menu{padding-left: 10px;}





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



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--light--1);
	color: var(--wp--custom--dark--1);
	text-align: left;
}

.banner:before {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  .banner:before {
    background-attachment: scroll;
  }
}

@media screen and (min-width:901px) {
	.banner:before{
		left: 25%;
    	width: 75%;
	}

	body.home .banner-tall .banner-inner{ min-height: 700px; }
}


.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner-text-wrap{
	background-color: var(--wp--custom--light--1);
	max-width: 750px;
    margin-left: 0;
    padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--md) var(--wp--custom--spacer--md) 0;
}

.headline-wrap:not(:has(+ *)) {
  /* styles apply only if .headline-wrap has no next sibling */
  margin-bottom: 40px;
}

@media screen and (max-width:900px) {
	.banner{
		margin-top: calc(var(--wp--custom--spacer--xxl) * 1.8);
		overflow: visible;
	}

	.banner-text-wrap{
		position: absolute;
    	top: calc((var(--wp--custom--spacer--xxl) * 1.8) * -1);
		padding: var(--wp--custom--spacer--lg) var(--wp--custom--spacer--md) var(--wp--custom--spacer--lg) var(--wp--custom--spacer--md);
	}
}

.banner .headline{position: relative;}

@media screen and (max-width: 600px) {
	.banner .headline { font-size: 2em; }
}

.banner .headline:before{
	content: '';
	height: 5px;
	width: 70px;
	background-color: var(--wp--custom--primary--light);
	position: absolute;
	left: 0;
	bottom: -30px;
}

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

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

.banner a:not([class]) {
	color: var(--wp--custom--dark--1);
}

.banner a:not([class]):hover {
	color: var(--wp--custom--secondary--dark);
}

.deck-wrap{margin-top: 60px;}

.banner-content-wrap{margin-top: 20px;}



/***  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 {
	background-color: white;
	border: 1px solid var(--wp--custom--light--4);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
}

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

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

.entry-cols .entry-thumb-wrap{
	border-bottom: 1px solid var(--wp--custom--light--3);
}

.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;
	padding: .25em 1em;
    background-color: var(--wp--custom--primary--main);
	transition: all 300ms ease-in-out;
	border-radius: var(--wp--custom--radius--xs);
}

.entry-cols .entry-link:hover .entry-link-text-wrap{background-color: var(--wp--custom--primary--light);}

.entry-cols .entry-link .entry-link-text,
.entry-cols .entry-link:hover .entry-link-text{
	color: white;
}

/*MEMBERS*/
.member-cols .member{position: relative;}

.member-cols .member{
	border:1px solid var(--wp--custom--light--3);
	border-right:unset;
    padding-bottom: 40px;
}

@media screen and (min-width: 901px) {
	.member-cols .member:nth-child(4n),
	.member-cols .member:last-child{
		border-right:1px solid var(--wp--custom--light--3);
	}

	.member-cols .member:nth-child(n+5) {
		border-top: none;
	}
}

@media (max-width: 900px) {
  .member-cols .member {
    border-right: unset;
  }
  .member-cols .member:nth-child(3n),
  .member-cols .member:last-child {
	  border-top: 1px solid var(--wp--custom--light--3);
    border-right: 1px solid var(--wp--custom--light--3);
  }
	
	.member-cols .member:nth-child(n+3) {
	  border-top: none;
	}
}

@media (max-width: 600px) {
  .member-cols .member {
    border-right: unset;
  }
  .member-cols .member:nth-child(2n),
  .member-cols .member:last-child {
	  border-top: 1px solid var(--wp--custom--light--3);
    border-right: 1px solid var(--wp--custom--light--3);
  }
	
	.member-cols .member:nth-child(n+3) {
	  border-top: none;
	}
}

@media (max-width: 421px) {
	.member-cols .member {
		border-top: 1px solid var(--wp--custom--light--3)!important;
		border-right: 1px solid var(--wp--custom--light--3)!important;
	}

	.member-cols .member:not(:first-child) { border-top: none !important; }
}

.member-cols .member:before{
	content: '';
	height: 2px;
	width: 30px;
	background-color: var(--wp--custom--primary--light);
	position: absolute;
    left: calc(50% - 15px);
    bottom: 10px;
}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--primary--light);
}

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



/***  SINGLE  ***/
/*more-cols*/
.more-cols{padding-top: var(--wp--preset--spacing--xxl);}

.more-cols h2{
	margin-bottom:0;
}

.more-cols > .wp-block-outermost-icon-block{
	margin-bottom: 20px !important;
    margin-top: 0 !important;
}

/*events*/
.back-to-parent{margin-top: var(--wp--custom--spacer--lg);}




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

/***  CTA BAR  ***/

.cta-bar {
	padding-top: 0;
	padding-bottom: 0;
	background-color: var(--wp--custom--light--1);
	color: white;
}

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

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

.cta-bar h2{ font-size: 4.375em; }

@media screen and (max-width:900px) {
	.cta-bar h2{ font-size: 3.25em; }
}

.cta-bar .wp-block-cover{
	position: relative;
}

.cta-bar .wp-block-cover::before{
	content: '';
	background-color: var(--wp--custom--light--1);
	height: 100%;
	width: 25%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;	
}

.cta-bar .wp-block-cover__inner-container{z-index: 2;}

@media screen and (max-width:1360px) {
	.cta-bar .wp-block-columns{
		padding-right: var(--wp--preset--spacing--md)!important;
    	padding-left: var(--wp--preset--spacing--md)!important;
	}
}

@media screen and (max-width:900px) {
	.cta-bar .wp-block-cover{
		padding-top: var(--wp--preset--spacing--xxl)!important;
		padding-bottom: var(--wp--preset--spacing--xxl)!important;
	}

	.cta-bar .wp-block-columns{
		padding-right: var(--wp--preset--spacing--xs)!important;
    	padding-left: var(--wp--preset--spacing--xs)!important;
	}
}

@media screen and (max-width:600px) {
	.cta-bar .wp-block-columns{
		padding-right: var(--wp--preset--spacing--xxs)!important;
    	padding-left: var(--wp--preset--spacing--xxs)!important;
	}
}


/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--light--2);
	font-size: 0.95em;
}

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

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



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: var(--wp--custom--light--2);
	font-size: 0.9em;
	border: 1px solid var(--wp--custom--primary--light);
}

/* Menus */

.bottom-bar .menu a {
	color: var(--wp--custom--dark--3);
}

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





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

/* Add custom theme styles here */

/*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;}
    
	.tablet-reverse-order{flex-direction: column-reverse;}
}

@media screen and (max-width: 781px) {
	.mobile-reverse-order{flex-direction: column-reverse;}
}


/*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% - 80px)!important;}

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

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



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

/*center-gallery*/
.center-gallery{justify-content: center;}

/*boxed-cols*/
.boxed-cols > .wp-block-column{
	background-color:var(--wp--custom--primary--dark);
	padding: var(--wp--custom--spacer--xs);
}

.boxed-cols .arrow-list li:before{color:white;}

/*bordered-cols*/
.bordered-cols > .wp-block-column {
	border: 1px solid var(--wp--custom--light--4);
	background-color: white;
	padding: var(--wp--custom--spacer--sm);
	display: flex;
	flex-direction: column;
    align-items: center;
}

@media screen and (max-width:600px) {
	.bordered-cols > .wp-block-column {
		padding: var(--wp--custom--spacer--xs);
	}
}

.bordered-cols ul{
	width:100%;
}

/*lined-cols*/
@media screen and (min-width:901px) {
	.lined-cols .wp-block-column:not(:last-of-type){position: relative;}

	.lined-cols .wp-block-column:not(:last-of-type):after{
		content: '';
		background-color: var(--wp--custom--light--4);
		height: 100%;
		width: 1px;
		position: absolute;
		right: -30px;
		top: 0;
	}
}




/* Base submenu positioning 
CONFLICT WITH MOBILE HAMBURGER SUB MENU WONT OPEN

ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  z-index: 9999;
}
*/ 

/* Show submenu on hover */
li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

/* Flip submenu to left when needed (we'll add .align-left via JS) */
ul.sub-menu.align-left {
  left: auto;
  right: 100%;
}

/*gutena tabs*/
.gutena-tabs-block>.gutena-tabs-tab>.gutena-tab-title{
	margin-left:0;
	font-weight: 700;
    font-size: 1.2em;
	font-size: 1.2em;
    padding: 15px 30px;
}

.gutena-tab-title{
	min-width: unset!important;
}

@media screen and (max-width:1200px){
    li.gutena-tab-title{
    	flex:1;
    }
}


@media screen and (min-width:901px){
	.gutena-tabs-block>.gutena-tabs-content>.gutena-tab-block{padding:var(--wp--custom--spacer--md);}
}

/*tablepress*/
.tablepress td{border: 1px solid #dddddd}

.tablepress>:where(thead,tfoot)>*>th{
	background-color: var(--wp--custom--primary--light);
	color: white;
}

/*cover-left*/
.cover-left .wp-block-cover__image-background{width:70%;}

.cover-left-2 .wp-block-cover__image-background{width:80%;}

.speaker-cols .wp-block-column{max-width:380px;}

.speaker-cols .wp-block-column .size-full img { width: 100%; }