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

/***  ProximaNova  ***/ 

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

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

/***  PlayfairDisplay  ***/ 

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

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

:root {
  --select-arrow-icon-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='12' height='12'%3E%3Cpath fill='%23ffffff' d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  --wp--custom--radius--brand:var(--wp--custom--radius--md) var(--wp--custom--radius--xl) var(--wp--custom--radius--md) var(--wp--custom--radius--md);
  --wp--custom--radius--brand--sm:var(--wp--custom--radius--sm) var(--wp--custom--radius--lg) var(--wp--custom--radius--sm) var(--wp--custom--radius--sm);
}

@media (max-width: 900px) {
  :root {
	--wp--custom--radius--xl: 50px;
    --wp--custom--radius--lg: 20px;
  }
}


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

:focus-visible { outline-color: var(--wp--custom--primary--dark); }

.has-secondary-background-color :focus-visible,
.header :focus-visible,
.scroll-bar :focus-visible,
.banner :focus-visible,
.footer :focus-visible,
.bottom-bar :focus-visible { outline-color: white; }

.header .sub-menu :focus-visible,
.scroll-bar .sub-menu :focus-visible { outline-color: var(--wp--custom--primary--dark); }

.has-secondary-background-color a{color:var(--wp--custom--primary--light);}

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

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

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





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



/***  TEXT & LINKS  ***/

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

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

a:not([class]),
.banner .post-cat-link { border-bottom: 1px solid currentColor; }

a:not([class]):hover,
.banner .post-cat-link:hover { border-bottom-style: dashed; }

.post-cat-link,
.post-cat-link:hover { color: currentColor; }

figure a:not([class]) { border-bottom: none !important; }

/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 ,
.heading-3,
.heading-4,
.heading-5{
	font-weight: 400;
	font-family: var(--wp--custom--font--2);
}

h1 {
	font-size: 3em;
}

body.wp-admin h1.editor-post-title { font-size: 2em }

h2 {
	font-size: 4em;
}

h3,
.heading-3 {
	font-size: 2.5em;
}

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

.heading-5,
h5 {
	font-size: 1.125em;
}

h6 {
	font-size: 0.85em;
}

body.single-news h1,
body.single-coverage h1,
body.single-post h1{font-size: 3em;}

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

body.single-post h3{font-size: 1.375em;}

.pre-header{
    font-size: 1.25em;
	background-color: #1222310D;
    padding: 5px 10px !important;
    border-radius: var(--wp--custom--radius--sm);
    font-family: var(--wp--custom--font--2);
	display: inline;
}

.pre-header.has-text-align-center{
    display: flex;
	width: fit-content;
}

.has-secondary-background-color .pre-header{
	background-color: #ffffff05;
}

.pre-header + h2 {margin-top: 0;}

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

	h2{font-size: 3em;}

	h3{font-size: 2em;}
}

@media screen and (max-width:600px) {
	h1,
	body.single-post h1{font-size: 2.75em;}

	h2{font-size: 2em;}

	h3{font-size: 1.375em;}
}

.has-secondary-background-color,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6{
	color: white;
}

.has-secondary-background-color :focus { outline-color: white !important; }

/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}

.accent-text{
	color: var(--wp--custom--primary--dark);
	font-style: italic;
}

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

/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 2.65em 0.75em 1.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--secondary--dark);
	font-size: 1.125em;
}

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

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

.button,
.wp-block-button__link{
	position: relative;
}

.button:before,
.wp-block-button:not(.is-style-link-button) .wp-block-button__link:before{
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 24px;
    top: 13px;
    font-size: .8em;
    transform: rotate(-45deg);
	transition: all 300ms ease-in-out;
}

.button:hover:before,
.wp-block-button__link:hover:before{
	transform: rotate(0deg)!important;
}


/* Outlined Button */

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

.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"] {
	color: var(--wp--custom--primary--main);
}



/***  FORMS  ***/

.gform-theme--foundation .gform_fields{
	row-gap: var(--wp--custom--spacer--xs)!important;
}

/* 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"],
select, .filter-reset {
	border-radius: var(--wp--custom--radius--xl)!important;
	padding: 0 16px!important;
    font-size: 1.125em!important;
    height: auto!important;
}

textarea{
	border-radius: var(--wp--custom--radius--md)!important;
	padding: 5px 16px!important;
	font-size: 1.125em!important;
}

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

.gform_required_legend,
.gfield_label{
	font-size: 1em!important;
}

.has-secondary-background-color .gform_required_legend,
.has-secondary-background-color .gfield_label{color: white!important;}

.has-secondary-background-color .gfield_required{ color: var(--wp--custom--primary--main)!important; }

.has-secondary-background-color .gform_fields .gfield_required{font-size: 20px;}

.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 {
	background-color: #FFFFFF0D !important;
	border-color: #FFFFFF0D !important;
	color: white!important;
}

.has-secondary-background-color select{
	background-image: var(--select-arrow-icon-white)!important;
}

/* Buttons */
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
    border: 2px solid var(--wp--custom--primary--main)!important;
    border-radius: var(--wp--custom--radius--xl)!important;
    background-color: var(--wp--custom--primary--main)!important;
	color: var(--wp--custom--dark--1)!important;
	font-size: 1.125em !important;
	padding: 14px 20px !important;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--dark)!important;
	background-color: var(--wp--custom--primary--dark)!important;
	color: white !important;	
	transform: translateY(-3px);
}

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

.gform_button{width: 100%!important;}


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



/***  SCROLL BAR  ***/

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

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

.scroll-menu{
	justify-content: center!important;
}



/***  TOP BAR  ***/

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



/***  HEADER  ***/

#header .fa-external-link,
#scroll-bar .fa-external-link { display: none; }

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

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

#intro-wrap{
	position: relative;
	overflow: hidden;
}

#intro-wrap:before{
    content: '';
    background: linear-gradient(180deg,white 0%, rgba(255, 255, 255, 0) 100%);
    height: 250px;
    width: 200%;
    position: absolute;
    bottom: -20px;
    left: -100px;
    z-index: 1;
    transform: rotate(-10deg);
	opacity: .01;
}

#intro-wrap:after{
    content: '';
    visibility: visible;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    height: 250px;
    width: 200%;
    position: absolute;
    top: -55%;
    left: -100px;
    z-index: 1;
    transform: rotate(-10deg);
    opacity: .03;
}

/*FIXED HEADER*/
.header-wrap{
	position: absolute;
	z-index: 11;
}

/*search-right*/

.scroll-right,
.header-right{
	display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
}

.scroll-right .scroll-widget,
.header-right .header-widget{
    max-width: 184px;
}

.scroll-right .wp-block-search__inside-wrapper,
.header-right .wp-block-search__inside-wrapper{
	background-color: #FFFFFF0D !important;
    border: unset;
    border-radius: var(--wp--custom--radius--xl);
    padding: 0 20px 0 0;
}

.scroll-right .wp-block-search__button.has-icon,
.header-right .wp-block-search__button.has-icon{
    padding: 0 !important;
    height: auto !important;
    background-color: transparent !important;
    color: var(--wp--custom--primary--main) !important;
    transform: rotate(270deg);
    border: unset !important;
}

.scroll-right .wp-block-search__input,
.header-right .wp-block-search__input{
	color: white;
	border: unset;
	background: unset!important;
	background-color: unset!important;
	padding: 0 20px!important;
}

.scroll-right .wp-block-search__input::placeholder,
.header-right .wp-block-search__input::placeholder { color: rgba(255, 255, 255, 0.8) }

@media screen and (max-width:1200px) {
	.header-right .widget_search,
	.scroll-right .widget_search{display: none!important;}
}


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

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: white;
}

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

/***  NAV MENUS  ***/

@media screen and (max-width: 1300px) {
	.nav-menu > li { padding: 0; }
}

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--light--3);
	font-size: 1.125em;
}

.nav-menu li button [class*="fa"]{
	font-size: .8em;
}
.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--primary--main);
}

/* Nav Button */

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

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

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

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

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

/* Nested Dropdowns */

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



/***  HIDDEN NAV  ***/

.hidden-nav{background-color: white;}

.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 .sub-menu{padding-left: 7px;}

.hidden-nav .widget_search{
    border-top: 1px solid var(--wp--custom--light--1);
    padding: 30px 0 0;
    margin: 20px 20px 0;
    width: calc(100% - 40px);
}

.hidden-nav .wp-block-search__inside-wrapper{
	background-color: var(--wp--custom--light--1) !important;
    border: unset;
    border-radius: var(--wp--custom--radius--xl);
    padding: 0;
}

.hidden-nav  .wp-block-search__button.has-icon{
	padding: 0;
    height: auto;
    background-color: transparent!important;
    color: var(--wp--custom--primary--main)!important;
    transform: rotate(270deg);
	border: unset!important;
}

.hidden-nav  .wp-block-search__input{
	border: unset;
	background-color: unset!important;
	padding: 0;
}





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



/***  BANNER  ***/

.custom-banner,
.banner {
	background-color: var(--wp--custom--dark--1);
	border-bottom-right-radius: var(--wp--custom--radius--xl);
}

.banner:after{
    content: '';
    visibility: visible;
	background: linear-gradient(180deg,white 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
    width: 200%;
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 1;
    transform: rotate(-10deg);
	opacity: .01;
}

.banner .accent-text,
.wp-block-cover .accent-text { color: var(--wp--custom--primary--main); }

.banner-container{
	padding-top: 42px;
}

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

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

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

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

.banner .deck-wrap{
	font-size: 1.5em;
	margin-top: 30px;
}

@media screen and (max-width:1200px){
	.banner .deck-wrap{ font-size: 1.2em; }
}

.banner .banner-content-wrap{
	margin-top: 30px;
}
body.single-post .banner .entry-date{
	margin-top: 20px;
    font-size: .9em;
    opacity: .7;
    text-transform: uppercase;
}
body.single-post .banner .post-cats{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

/***  ENTRY NAVBAR  ***/
.entry-navbar-inner{
	padding-top: var(--wp--custom--spacer--xxl);
}
.entry-menu{
	gap:20px;
}

.entry-menu > li > a {
	color: var(--wp--custom--dark--1);
	border: 1px solid var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	padding: 11px 20px!important;
	font-size: 1.125em;

}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--dark--1);
	background-color: var(--wp--custom--primary--main);

}

.entry-menu > li.current-menu-item > a{
	position: relative;
	padding-right: 35px!important;
}

.entry-menu > li.current-menu-item > a:before{
    content: '\f00d';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: .9em;
}



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

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

.co-news-title,
.entry-cols .entry-title{ font-size: 1.25em; }

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

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

/*posts cols*/

/* Archive Pagination */

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

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--dark);
	color: var(--wp--custom--primary--dark);
	transform: translateY(-3px);
}

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

/*NEWS*/
.news-cols .news-cat-list li{
	font-size: .75em;
    text-transform: uppercase;
    margin-left: 0;
    list-style: none;
    letter-spacing: .5px;
}

/*members*/
.member-cols .col-full{
	background-color: var(--wp--custom--light--3);
    margin-bottom: 30px;
	padding: var(--wp--custom--spacer--lg) var(--wp--custom--spacer--md);
	border-radius: var(--wp--custom--radius--md);
}

.member-cols .col-full .member-portrait-wrap{width: 350px;}

.member-cols .col-full .member-portrait{ aspect-ratio: 1 / 1; }

@media screen and (max-width:900px){
	.member-cols .col-full .member-portrait-wrap{margin-bottom: 30px;}
}

.member-cols .col-full .member-text-wrap{
	width: 100%;
}

.member-cols .member-portrait{
	background-color: var(--wp--custom--light--1);
	border-radius: var(--wp--custom--radius--md) var(--wp--custom--radius--xl) var(--wp--custom--radius--md) var(--wp--custom--radius--md);
	box-shadow: var(--wp--custom--shadow--1);
}

.member-content-wrap:has(> .wp-block-group) > .show-more-btn{margin-top: 30px;}

@media screen and (min-width:601px){
	.member-cols .col-full .member-portrait-wrap{
		width: 20%;
		margin-bottom: 0;
	}

	.member-cols .col-full .member-text-wrap{
		width: 80%;
	}
	
}

@media screen and (max-width:600px){
	.member-cols .col-full{
		width: 100%!important;
		padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	}

	.member-cols .col-full .member-box{
		flex-direction: column;
	}
}

.member-full-true .member-content-wrap  .wp-block-columns{margin-bottom: 0;}

/* .member-full-true .member-content-wrap  .wp-block-columns .wp-block-column:first-of-type {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.member-full-true .member-content-wrap .wp-block-columns .wp-block-column:first-of-type.expanded {
    max-height: 3000px;
} */


.member-collapsible {
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.member-show-more {
    margin-top: 20px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    border-bottom: 1px solid currentColor;
    transition: all 300ms ease-in-out;
    line-height: 1.2;
}

.member-show-more:hover{
	border-bottom-style: dashed;
}

.member-cols .youtube-popup-wrapper::before{font-size:4em;}

.member-cols .youtube-popup-wrapper::after{
	font-size: 1.5em;
}

@media screen and (min-width:1200px){
	.member-content-wrap .youtube-popup-wrapper{
		margin-top: -80px;
	}
}

.member-content-wrap .youtube-popup-wrapper .youtube-popup-image{
	aspect-ratio: 5 / 3;
	width: 300px;
}

@media screen and (max-width:1200px){
	.member-cols .col-full{
		padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	}
/* 
	.member-full-true .member-content-wrap .wp-block-columns.laptop-stack{
		padding-bottom: 240px!important;
	}

	.member-full-true .member-content-wrap  .wp-block-columns.laptop-stack .wp-block-column:last-of-type{
		position: absolute;
		bottom: 0;
		width: 80%;
        left: calc(20% + 25px);
	}

	.laptop-stack + .member-show-more{
		position: absolute;
    	bottom: 210px;
	} */
}

@media screen and (max-width: 600px) {
    .member-full-true .member-content-wrap .wp-block-columns.laptop-stack .wp-block-column:last-of-type {
        width: 100%;
        left: 0;
    }
}

/*member swiper*/
.co-slider.member-cols .swiper-button-prev{
	left: unset;
	right: 70px;
}

.co-slider.member-cols .member-full-inner{
	padding: var(--wp--custom--spacer--xs);
}

.co-slider.member-cols .member-portrait-wrap{
	background-color: var(--wp--custom--secondary--main);
	border-radius: var(--wp--custom--radius--brand);
	overflow: hidden;
}

.co-slider.member-cols .member-portrait-wrap img{opacity: .8;}

.co-slider.member-cols .swiper-slide{
	overflow: hidden;
	padding: 3px 0;
}

.co-slider.member-cols .member-box{overflow: hidden;}

.co-slider.member-cols .member-box .member-title{
	font-size: 2.5em;
	text-align: left!important;
	color: white;
}

@media screen and (max-width:900px) {
	.co-slider.member-cols .member-title{
		font-size: 2em;
	}
}



.co-slider.member-cols .member-box .member-text-wrap{
	position: absolute;
    bottom: 0;
    left: 0;
	background: linear-gradient(0deg,var(--wp--custom--secondary--main)30%, rgba(255, 255, 255, 0) 100%);
    width: calc(100% - 40px);
    padding: 20px 20px 0;
	z-index: 10;
	color: white;
	border-radius: 20px;
}

.co-slider.member-cols .member-contact{
	margin-top: 10px;
}


.member-full-overlay .member-box{transition: all 300ms ease-in-out;}

.member-full-overlay .member-box:hover{transform: translateY(-3px);}

.member-full-overlay .member-info-wrap .member-title{
	font-size: 2em;
    margin-bottom: 10px;
}

.co-slider.member-cols .member-linkedin{
	height: 30px;
    width: 30px;
}

.co-slider.member-cols .member-linkedin i{color: var(--wp--custom--primary--main);}

.co-slider.member-cols .member-linkedin:hover i{color: var(--wp--custom--dark--1);}

/*post-slider*/


.post-slider .co-post-item{
	background-size:cover;
	background-position:center;
	border-radius:var(--wp--custom--radius--brand);
}

.post-slider .co-post-item::after {
    content: '';
    position: absolute;
    inset: 0;
	background: linear-gradient(0deg,var(--wp--custom--dark--1) 32%, rgba(255, 255, 255, 0) 100%);
	opacity: .5;
	transition: all 300ms ease-in-out;
	border-radius:var(--wp--custom--radius--brand);
}

.post-slider .co-post-item:hover:after{
	opacity: .75;
	background-color:var(--wp--custom--dark--1);
}

.post-slider .co-post-inner{
	color: white;
    padding: var(--wp--custom--spacer--sm);
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	position:relative;
	z-index:2;
}

.post-slider .co-post-title{
	font-size:1.5em;
	color:white;
}

.post-slider .swiper-button-prev {
    left: calc(100% - 170px);
}

.post-slider .swiper-button-next {
	right:55px;
}

/*NEWS SLIDER*/
.news-slider .wp-block-column:first-of-type{
	border-radius:var(--wp--custom--radius--lg-3);
	background-color:var(--wp--custom--light--3);
    min-height: 300px;
}

.news-slider .wp-block-column{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: var(--wp--custom--spacer--md);
}

@media screen and (min-width:901px) {
	.news-slider .wp-block-column:first-of-type{
		padding-right:var(--wp--custom--spacer--xl);
	}
	
	.news-slider .wp-block-column{
		max-width: 50%;
	}
	
	.news-slider .co-news-image img{
		margin-left: -80px;
	}
}

.news-slider .co-news-date{color:var(--wp--custom--primary--main);}

.news-slider .co-news-title{margin-top:0;}

.news-slider a{color:var(--wp--custom--dark--1);}

.news-slider .co-news-excerpt{margin-bottom:30px;}

.news-slider a:hover .button{
	border-color: var(--wp--custom--primary--light);
    background-color: var(--wp--custom--primary--light);
}

.news-slider a:hover .button:before{
    transform: rotate(0deg) !important;
}

.news-slider .co-news-image img{
    aspect-ratio: 16 / 9;
	border-radius:var(--wp--custom--radius--brand);
	box-shadow:var(--wp--custom--shadow--3);
	transition: all 300ms ease-in-out;
	object-fit: cover;
}

.news-slider a:hover img{
	transform: scale(1.01);
}

@media screen and (max-width:900px) {
	.news-slider .co-news-image img{margin-top:-60px}
}

.news-slider.arrow-bottom .swiper-button-next {
    bottom: 70px;
    right: calc(50% - 60px);
}

.news-slider.arrow-bottom .swiper-button-prev {
    bottom: 70px;
   left: calc(50% - 60px);
}



/***  SINGLE  ***/
body.single-post .post-featured-image{
	margin-top:-160px;
	position:relative;
	text-align: center;
}




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



/***  CTA BAR  ***/

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

body.single-post .cta-bar{padding-top:0;}

body.page-id-68 .cta-bar{padding-top: var(--wp--custom--spacer--xxl);}

.cta-bar .wp-block-cover,
.custom-cta{
	 border-radius: var(--wp--custom--radius--xl) var(--wp--custom--radius--lg) var(--wp--custom--radius--lg) var(--wp--custom--radius--lg);
	 box-shadow: var(--wp--custom--shadow--1);
}

.custom-cta.about-us .wp-block-cover__image-background{
	left: unset!important;
	right: -145px!important;
}

@media screen and (min-width:601px){
	.custom-cta{background-color: white;}

	.custom-cta.about-us .wp-block-cover__image-background{
		right: -22%!important;
	}
}


@media screen and (max-width:600px){
	.custom-cta{
		padding-top: var(--wp--custom--spacer--md)!important;
		padding-right: var(--wp--custom--spacer--sm)!important;
		padding-bottom: var(--wp--custom--spacer--md)!important;
		padding-left: var(--wp--custom--spacer--sm)!important;
	}
}


@media screen and (max-width:900px){
	.cta-bar .wp-block-cover{
		padding: var(--wp--custom--spacer--sm)!important;
	}
}

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




/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
	background-color: var(--wp--custom--secondary--main);
	color: white;
	font-size: 0.95em;
	border-top-left-radius: var(--wp--custom--radius--xl);
	position: relative;
	overflow: hidden;
}

.footer:before{
    content: '';
    background: linear-gradient(180deg,white 0%, rgba(255, 255, 255, 0) 100%);
    height: 250px;
    width: 200%;
    position: absolute;
    bottom: -20px;
    left: -100px;
    z-index: 1;
    transform: rotate(-10deg);
	opacity: .01;
}

.footer:after{
    content: '';
    visibility: visible;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    height: 250px;
    width: 200%;
    position: absolute;
    top: -95%;
    left: -100px;
    z-index: 1;
    transform: rotate(-15deg);
    opacity: .01;
}

.footer .wp-block-social-links .wp-social-link{
	background-color: unset;
	border: 1px solid var(--wp--custom--primary--main);
	padding: 7px;
}

@media (min-width:601px) and (max-width:1023px){
	/* .footer .wp-block-columns{
		flex-wrap: wrap!important;
    	justify-content: space-between;
	}

	.footer .wp-block-columns .wp-block-column:first-of-type{
		flex-basis: 100%!important;
	}

	.footer .wp-block-columns .wp-block-column:first-of-type .ota-custom-width{max-width: unset!important;}

	.footer .wp-block-columns .wp-block-column:not(:first-child) {
		flex-basis: calc(33.33% - var(--wp--preset--spacing--sm))!important;
	} */

	.footer .wp-block-columns .wp-block-column {
		flex-basis: calc(33.33% - var(--wp--preset--spacing--sm))!important;
	}
}

@media screen and (max-width:600px){
	.footer .wp-block-columns{text-align: center;}

	.footer .menu{
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
		position:relative;
	}
}


.footer h3{
	font-family: var(--wp--custom--font--1);
	color: var(--wp--custom--primary--main);
	font-size: 1.333em;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff1a;
}

.footer .menu{
	position:relative;
	z-index:2;
}

.footer .menu a { 
	position: relative; 
	padding-right: 1.25em;
	border-bottom: none;
}

.footer .menu a::after {
	content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 0;
    top: 0.4em;
    font-size: .8em;
    transform: rotate(-45deg);
    transition: all 300ms ease-in-out;
}

.footer .menu a:hover::after {
	transform: none;
}

.footer .wp-block-button__link{font-size: 1em;}

.footer a {
	color: white;
}

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



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	padding-top: var(--wp--preset--spacing--sm);
	padding-bottom: var(--wp--preset--spacing--sm);
	background-color: var(--wp--custom--secondary--dark);
	font-size: 0.95em;
	color: white;
}

@media screen and (max-width:600px){
	.bottom-bar .wp-block-group{
		flex-direction: column;
		flex-direction: column;
    	gap: var(--wp--preset--spacing--xs);
	}

	.bottom-bar .menu{
		display: flex;
    	flex-direction: column;
	}
}

.bottom-bar li { margin: 6px 12px; }

.bottom-bar li a { padding: 0; }

/* Menus */

.bottom-bar a {
	color: white;
}

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





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

/* Add custom theme styles here */



/***  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--accent--1);
	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*/
.border-radius-lg{border-radius: var(--wp--custom--radius--lg);}

.border-radius-lg2{border-radius: var(--wp--custom--radius--lg-2);}

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

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

/*access-gap*/
.access-gap .ota-counter-display{
	font-family: var(--wp--custom--font--2);
    font-size: 4em;
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: var(--wp--custom--secondary--light);
    border-radius: var(--wp--custom--radius--md);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:600px){
	.access-gap{
		flex-direction: column;
	}
}

.entry-content .wp-block-group.alignfull.has-secondary-background-color{
	border-top-left-radius: var(--wp--custom--radius--xl);
}

.entry-content .wp-block-group.alignfull.has-secondary-background-color:before{
	content: '';
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
    height: 250px;
    width: 200%;
    position: absolute;
    bottom: -20px;
    left: -100px;
    z-index: 1;
    transform: rotate(-6deg);
    opacity: .01;
	pointer-events: none;
}

.entry-content .wp-block-group.alignfull.has-secondary-background-color:after{
	content: '';
    visibility: visible;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    height: 250px;
    width: 200%;
    position: absolute;
    top: -49%;
    left: -100px;
    z-index: 1;
    transform: rotate(-15deg);
    opacity: .02;
	pointer-events: none;
}

/*cards*/
.is-style-cards .wp-block-column.has-link, 
.is-style-card.has-link {
	border-radius: var(--wp--custom--radius--lg) var(--wp--custom--radius--sm) var(--wp--custom--radius--sm) var(--wp--custom--radius--sm);
}

.is-style-cards .wp-block-column.has-link:hover, 
.is-style-card.has-link:hover{
	box-shadow: var(--wp--custom--shadow--1);
}

/*boxed-cols*/
.boxed-cols > .wp-block-column{
	background-color: var(--wp--custom--light--3);
	padding: var(--wp--preset--spacing--sm);
	border-radius: var(--wp--custom--radius--brand);
}

@media screen and (max-width:1200px){
	.boxed-cols > .wp-block-column{
		padding: var(--wp--preset--spacing--xs);
	}
}

/*DOWNLOAD MODAL*/
/* hide modal initially */
.download-popup-modal{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: none;
    overflow-y: auto;
	margin-block-start: 0!important;
}

/* show modal */
.download-popup-modal.active{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* show modal inside Gutenberg editor so it can be edited */
.editor-styles-wrapper .download-popup-modal {
    display: block !important;
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    inset: auto !important;
    z-index: auto !important;
    overflow: visible !important;
}

/* prevent page scroll when modal open */
body.download-modal-open{
    overflow: hidden;
}

.download-popup > .wp-block-column{
    cursor: pointer;
	transition: all 300ms ease-in-out;
}

.download-popup > .wp-block-column:hover{box-shadow: var(--wp--custom--shadow--1);}

.download-popup-modal .close-modal{
	cursor: pointer;
}
.download-popup-modal .close-modal .icon-container{
	transition: all 300ms ease-in-out;
	/* margin-right: -30px; */
}

.download-popup-modal .close-modal:hover .icon-container{ color: var(--wp--custom--primary--main)!important; }

/*faq-cols*/
@media screen and (min-width:901px){
	details summary:after{
		right: 40px;
	}

	.faq-cols .wp-block-column:last-of-type .wp-block-image{
		margin-left: -50px!important;
		z-index: 1;
		position: relative;
	}
}

/*contact page*/
body.page-id-68 #main.section{padding: 0;}

.ht-title-link{
	font-size:1.5em!important;
	font-family: var(--wp--custom--font--2)!important;
	
	display: inline-block;
}

.ht-title-link::after {
	content: '\f061';
	position: absolute;
    font-family: 'Font Awesome 6 Pro';
	margin-left: 6px;
	padding-top: 2px;
    font-size: .8em;
    transform: rotate(-45deg);
    transition: all 300ms ease-in-out;
}

.ht-title-link:hover::after { transform: none; }

.ht-title-link:not(:first-of-type){
	border-top: 1px solid var(--wp--custom--primary--dark);
    padding-top: 30px;
    margin-top: 30px;
}

.ht-apply-link { 
	margin-bottom: 0 !important;
	display: inline-block !important;
	border-bottom: 1px solid currentColor;
 }

.ht-apply-link:hover { border-bottom-style: dashed; }

.ht-summary{
	margin-top:10px;
	margin-bottom:10px;
}

.archive-navbar .filter-form > *{
	height:auto;
	margin-top: 5px;
    margin-bottom: 5px;
}

.filter-form .filter-reset {
	margin-top:10px;
	padding: 15px 20px !important;
}

.filter-form .filter-reset:hover {
	border-color: var(--wp--custom--primary--dark);
	transform: translateY(-3px);
}

.wp-block-embed__wrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/*offset-width-right*/
@media screen and (min-width:1920px){
	.offset-width-right{
		width: 1552px !important;
	}
}

@media screen and (min-width:1321px){
	.offset-width-right {
		width: calc(50vw + 592px);
		max-width: 1620px;
		min-width: 1043px;  /* 901px screen */
		margin-right: 0!important;
		padding-right: 0!important;
	}
}

@media (min-width:901px) and (max-width:1320px){
	.offset-width-right {    width: calc(100% + 52px)!important;}
}

/*timeline-tab*/
.wp-block-gutena-tabs.timeline-tab{
	display: flex;
    flex-direction: row;
	align-items: flex-start;
	gap:30px;
}

.timeline-tab .gutena-tabs-tab{
	flex-direction: column;
	    width: 150px;
    gap: 15px;
}

.timeline-tab .gutena-tabs-tab .gutena-tab-title{
	margin-left:0;
	font-size:1.35em;
	padding:5px 15px 5px 15px!important;
	transition: all 300ms ease-in-out;
}

.timeline-tab .gutena-tabs-tab .gutena-tab-title:hover{background-color:var(--wp--custom--light--3);}

.timeline-tab.gutena-tabs-block>.gutena-tabs-tab>.gutena-tab-title.active{
	background-color:var(--wp--custom--primary--dark);
}

.timeline-tab .gutena-tabs-content{
	width: calc(100% - 150px);
}

.timeline-tab .wp-block-gutena-tab{
	padding:0!important;
}

.timeline-tab .gutena-tabs-content .wp-block-image{
	border-radius: var(--wp--custom--radius--brand);
	overflow:hidden;
}

@media screen and (max-width:800px){
	.wp-block-gutena-tabs.timeline-tab{
		gap:15px;
	}
	.timeline-tab .gutena-tabs-tab{
	    width: 80px;
	}
	.timeline-tab .gutena-tabs-content{
		width: calc(100% - 80px);
	}
}