/*
Theme Name: Theatre Capital
Version: 1.0
Theme URI: https://cyberoptik.net/
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: https://cyberoptik.net/
Template: optik-theme
*/





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

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



/* Add font imports here */
/*Catamaran*/

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

/* Medium */
@font-face {
	font-family: 'Catamaran';
	font-weight: 500;
	src: url('fonts/catamaran/catamaran-medium.woff2');
}



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



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 18px;
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

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



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

.btt-button .fa {
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	color: white;
    font-size: 1em;
    border: 1px solid #ffffff29;
}

.btt-button:hover .fa {
	background-color: var(--wp--custom--secondary--main);
	color: white;
	transform: translateY(-3px);
    box-shadow: var(--wp--custom--shadow--2);
}





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



/***  TEXT & LINKS  ***/

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

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



/***  HEADINGS  ***/

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

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.25em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

@media screen and (max-width:900px) {
	h1 {font-size: 3em;}
	h2 {font-size: 2em;}
}

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

}



/***  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: 1em 2.25em 0.75em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .85em;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--secondary--main);
	color: white;
	transform: translateY(-3px);
    box-shadow: var(--wp--custom--shadow--2);
}

.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 {
	border-color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--secondary--main);
	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 .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--light);
	background-color: var(--wp--custom--secondary--light);
	color: white;
}


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

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

.button-outline:hover i,
.is-style-outline .wp-block-button__link:hover i {
	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 {
	color: var(--wp--custom--primary--main);
}

.footer .contact-list li:before { top: 0.45em; }

.white-list li::before{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"] {
	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 {
	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 {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}

/* Ninja Forms */

.nf-form-fields-required {display: none;}





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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
	box-shadow: var(--wp--custom--shadow--1);
}

.scroll-logo {
	max-height: 38px;
	padding-top:10px;
}



/***  TOP BAR  ***/

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



/***  HEADER  ***/

.header-wrap{
	position: absolute;
    z-index: 1;
}

.header-logo {
	max-height: 50px;
	filter: brightness(0) invert(1);
	padding-top:10px;
}

.header-container{max-width:unset;}

/* Menu Button */

.header .menu-button .fa, 
.header .menu-button:hover .fa {
	color: var(--wp--custom--dark--1);
	background-color: var(--wp--custom--primary--light);
}

.header .menu-button.active .fa {
	background-color: var(--wp--custom--primary--main);
	color: white;
}



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/
.nav-menu{ font-size: .9em; }

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

.nav-menu > li > a {
	color: white;
}

/*hover animation
.nav-menu > li:not(.nav-button) > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--wp--custom--primary--extra), transparent);

    background-size: 200% 100%;
    transition: background-position .5s linear;
	opacity: 0;
	
}

.nav-menu > li:not(.nav-button) > a:hover::after {
	opacity: 1;
	background-position: 100% 0;

}

@keyframes shimmer {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}*/

.nav-menu > li:not(.nav-button) > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--wp--custom--primary--extra);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease-in-out;
    opacity: 1;
}

.nav-menu > li:not(.nav-button) > a:hover::after {
    transform: scaleX(1);
}
  

.single-service .nav-menu > li.services-link > a::after, 
.single-service .nav-menu > li.services-link > span::after, 
.single-product .nav-menu > li.products-link > a::after, 
.single-product .nav-menu > li.products-link > span::after, 
.single-member .nav-menu > li.members-link > a::after, 
.single-member .nav-menu > li.members-link > span::after, 
.single-post .nav-menu > li.posts-link > a::after, 
.single-post .nav-menu > li.posts-link > span::after, 
.category .nav-menu > li.posts-link > a::after, 
.category .nav-menu > li.posts-link > span::after, 
.nav-menu > li.current-menu-ancestor > a::after, 
.nav-menu > li.current-menu-ancestor > span::after, 
.nav-menu > li.current-page-ancestor > a::after, 
.nav-menu > li.current-page-ancestor > span::after, 
.nav-menu > li.current-menu-item > a::after, 
.nav-menu > li:hover > a::after {
	/*transform: scaleX(1);*/
}

.nav-menu > li:hover > a::after {
	transform: scaleX(1);
}

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

/* Nav Button */

.nav-menu > li.nav-button > a {
    padding: 0.75em 2em .5em;
    margin-top: -0.75em;
    margin-bottom: -0.75em;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: var(--wp--custom--primary--light);
    border-radius: var(--wp--custom--radius--sm);
    color: var(--wp--custom--dark--1);
}

.nav-menu > li.nav-button:hover > a {
	background-color: var(--wp--custom--primary--main);
	color: white;
	transform: translateY(-3px);
    box-shadow: var(--wp--custom--shadow--2);
}



/***  DROPDOWN MENUS  ***/

.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 {
	color: var(--wp--custom--dark--3);
}

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

/* Scroll Nav */
.scroll-menu > li > a,
.scroll-menu > li > span{
	color: var(--wp--custom--dark--1);
}

.scroll-menu > li.current-menu-ancestor > a, 
.scroll-menu > li.current-menu-ancestor > span, 
.scroll-menu > li.current-page-ancestor > a, 
.scroll-menu > li.current-page-ancestor > span, 
.scroll-menu > li.current-menu-item > a, 
.scroll-menu > li:hover > a {
	color: var(--wp--custom--primary--extra);
}

/* Nested Dropdowns */

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

/*portfolio shortcode menu*/
.portfolio-menu > li > a{
	padding-left: 0!important;
	padding-right: 0!important;
}

/*portfolio single*/
.portfolio-content{max-width: 800px;}


/***  HIDDEN NAV  ***/
.hidden-nav{text-align:left;}

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

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

.hidden-nav::-webkit-scrollbar {
	width: 10px;
	background-color: var(--wp--custom--light--1, #E9E9E9);
}

.hidden-nav::-webkit-scrollbar-thumb {
	border: 0;
	background-color: var(--wp--custom--dark--3, #898989);
}





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



/***  BANNER  ***/

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

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

}

@media screen and (max-width:600px) {
	.home .banner-inner {padding-bottom:0;}
}

.banner:not(.banner-viewport) .banner-inner{ margin-top: 80px; }

.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-boxed, 
.main-sidebar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
}

.spaced-xs, 
.spaced-xs-top {
	padding-top: var(--wp--custom--spacer--xs);
}

.spaced-xs, 
.spaced-xs-btm {
	padding-bottom: var(--wp--custom--spacer--xs);
}

.spaced-sm, 
.spaced-sm-top {
	padding-top: var(--wp--custom--spacer--sm);
}

.spaced-sm, 
.spaced-sm-btm {
	padding-bottom: var(--wp--custom--spacer--sm);
}

.spaced, 
.spaced-top, 
.spaced-md, 
.spaced-md-top {
	padding-top: var(--wp--custom--spacer--md);
}

.spaced, 
.spaced-btm, 
.spaced-md, 
.spaced-md-btm {
	padding-bottom: var(--wp--custom--spacer--md);
}

.spaced-lg, 
.spaced-lg-top {
	padding-top: var(--wp--custom--spacer--lg);
}

.spaced-lg, 
.spaced-lg-btm {
	padding-bottom: var(--wp--custom--spacer--lg);
}

.spaced-xl, 
.spaced-xl-top {
	padding-top: var(--wp--custom--spacer--xl);
}

.spaced-xl, 
.spaced-xl-btm {
	padding-bottom: var(--wp--custom--spacer--xl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .cols{justify-content: flex-start;}

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

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

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

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

/*sector-focus-cols*/
.sector-focus-cols > .wp-block-column{position:relative;}

.sector-focus-cols > .wp-block-column:not(:last-of-type):after{
	content:'';
	position:absolute;
	width:1px;
	height:100%;
	background-color: var(--wp--custom--light--1);
	top:0;
	right:calc(-0.5 * var(--wp--preset--spacing--sm));
}

@media (min-width:901px) and (max-width:1200px) {
	.sector-focus-cols > .wp-block-column:nth-of-type(3):after{
		display:none;
	}
}

@media screen and (max-width:600px){
	.sector-focus-cols > .wp-block-column:not(:last-of-type):after{
		width:100%;
		height:1px;
		right:0;
		top:calc(100% + (var(--wp--preset--spacing--lg) / 2));
	}
}

/* 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 .fa, 
.archive-pagination a:hover .fa {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}

/*portfolio*/
.portfolio-cols .entry-link{
	background-color: white;
	cursor:pointer;
}

.portfolio-cols .entry-thumb-wrap img{
	object-fit: contain;
    object-position: center;
    width: 100%;
    padding: 0 20px;
}

.portfolio-cols .entry-text-wrap{padding: 0;}

/***  SINGLE  ***/





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



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--primary--main);
	background: linear-gradient(180deg, var(--wp--custom--primary--dark) 0%, var(--wp--custom--primary--main) 60%);
	color: white;
	position: relative;
}

/*.cta-bar:after{
    content: '';
    background-image: url(/wp-content/uploads/cta-bg.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    visibility: visible;
		background-attachment: fixed;
}*/

.cta-bar-container{
	position: relative;
	z-index: 2;
	font-size: 1.1em;
	
}

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

@media screen and (max-width:900px) {
	.cta-bar .wp-block-column,
	.cta-bar .wp-block-button{ flex-basis: 100%!important; }
}





/***  FOOTER  ***/



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

.footer .footer-logo img{
	max-height: 50px;
    margin-bottom: 20px;
}

.footer a {
	color: var(--wp--custom--dark--3);
	position:relative;
}

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

@media screen and (min-width:601px){.footer .menu{column-count: 2;}}


.footer .menu a:after{bottom:7px;}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--dark--1);
	font-size: 0.8em;
	padding-top: 25px;
	color:white;
}

.bottom-bar a {
	color:white;
	position:relative;
	padding: 0 !important;
    margin-right: 20px;
}

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


/* Menus */

.bottom-bar .menu a {
	color: white;
}

.bottom-bar .menu a:hover {
	text-decoration: none;
	color: var(--wp--custom--primary--light);
}





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

/* Add custom theme styles here */

.heading-line:before{
    content: '';
    width: 20px;
    height: 3px;
    background-color: var(--wp--custom--secondary--main);
    position: absolute;
    left: 0;
    top: -10px;
}

.heading-line:after{
    content: '';
    width: 60px;
    height: 3px;
    background-color: var(--wp--custom--secondary--light);
    position: absolute;
    left: 25px;
    top: -10px;
}

.heading-line.has-text-align-center:before{ left: calc(50% - 55px); }

.heading-line.has-text-align-center:after{ left: calc(50% - 30px); }

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

/*SPLIT COLS*/
@media screen and (max-width: 900px) {
	.split-cols{ 
		flex-direction: column; 
		gap: 0;
	}

	.split-cols > div{
		width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
	}

	.split-cols > div.has-background{
		margin-left: -40px;
		margin-right: -40px;
		width: calc(100% + 80px);
		order: 1;
	}
}

.full-col{
	padding-left:0!important;
	padding-right:0!important;
}

.map-frame{margin-bottom:-10px;}

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

	.laptop-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 55px)!important;}
	
	.laptop-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 55px)!important;}
}

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

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

/*contact-emails*/
.contact-emails a{
    background-color: var(--wp--custom--light--3);
   border-radius: var(--wp--custom--radius--sm);
    padding: 20px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.contact-emails a:hover{
    text-decoration: none;
    color: var(--wp--custom--dark--1);
    background-color: white;
    transform: translateY(-3px);
    box-shadow: var(--wp--custom--shadow--2);
}

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

body:not(.block-editor-page) .home-scroll-icon{
	position: absolute;
    top: 85vh;
    left: calc(50% - 27px);
}

body:not(.block-editor-page) .home-scroll-icon a{
	border-radius: var(--wp--custom--radius--xs);
	transition: all 300ms ease-in-out;
	padding: 0 0 10px;
}

body:not(.block-editor-page) .home-scroll-icon a:hover{
	background-color: #f3f0f0cc!important;
}

body:not(.block-editor-page) .home-scroll-icon svg{animation: bounce 3s infinite;}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

.more-cpt-container hr{
	margin: 0;
}

.more-cpt-container{padding-bottom: 100px;}

.more-cpt-container .entry:nth-last-of-type(5){
	display: none;
}

/*investment-criteria-cols*/
.investment-criteria-cols .wp-block-column{
	border:2px solid var(--wp--custom--light--1);
	border-radius: var(--wp--custom--radius--md);
	padding: 30px!important;
}

.investment-criteria-cols li:not(:last-of-type){
	border-bottom: 1px solid var(--wp--custom--light--1);
}

.investment-criteria-cols .white-list li:not(:last-of-type){
	border-bottom: 1px solid var(--wp--custom--dark--1);
}

/*wp-block-image*/
.boxed-image img{
	border-radius: var(--wp--custom--radius--sm);
	box-shadow: var(--wp--custom--shadow--1);
}



/***  Team Cards  ***/

.member-cols .member-box .member-portrait-wrap { filter: grayscale(0); }

.member-cols .member-box { transition: all 350ms ease-in-out; }

.member-cols .member-box:hover { 
	box-shadow: var(--wp--custom--shadow--2);
	transform: translateY(-3px);
 }

.member-cols .member-portrait-wrap img{width:100%;}

.icon-container svg{fill:var(--wp--custom--primary--main);}

/* Line Height */
.lh1 { line-height: 1; }

/* Optik Posts List */
.post-list { 
	margin: 0;
	list-style: none; 
}

.post-list .post { 
	margin: 0; 
	border-bottom: 2px solid var(--wp--custom--secondary--main);
	padding: 40px 0;
}

.post-list .post-date { 
	margin-bottom: 0.5em;
	display: block; 
	font-weight: 700;
	text-transform: uppercase;
}