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





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

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



/* Add font imports here */

/***  Montserrat ***/

/* Italic  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src: url('fonts/Montserrat/Montserrat-Italic.ttf');
	font-display: swap;
}
/* Regular  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src: url('fonts/Montserrat/Montserrat-Regular.ttf');
	font-display: swap;
}
/* Bold  */
@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	src: url('fonts/Montserrat/Montserrat-SemiBold.ttf');
	font-display: swap;
}


/***  Playfair Display ***/

/* Italic  */
@font-face {
	font-family: 'Playfair Display';
	font-weight: 400;
	src: url('fonts/Playfair_Display/PlayfairDisplay-Italic.ttf');
	font-display: swap;
}

/* Regular  */
@font-face {
	font-family: 'Playfair Display';
	font-weight: 400;
	src: url('fonts/Playfair_Display/PlayfairDisplay-Regular.ttf');
	font-display: swap;
}

/* Bold  */
@font-face {
	font-family: 'Playfair Display';
	font-weight: 700;
	src: url('fonts/Playfair_Display/PlayfairDisplay-SemiBold.ttf');
	font-display: swap;
}



 


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



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 17px;
	scroll-padding-top: 70px
}

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



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

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

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



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

/*** BLOCK QUOTE ***/
.wp-block-quote {
	margin: 0;
	padding: var(--wp--custom--spacer--xs);
	border-left: 5px solid var(--wp--custom--secondary--main);
}

.has-dark-bg {
    color: color-mix(in srgb, var(--wp--custom--light--1), transparent 20%);
}



/***  TEXT & LINKS  ***/

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

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



/***  HEADINGS  ***/

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

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2.7em;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.125em;
}

h6 {
	font-size: 0.85em;
}



/***  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.9em 2.5em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--primary--main);
	font-size: 18px;
	font-weight: bold;
}

.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--primary--main);
	color: white;
}

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

/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: none;
	color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--main);
	border-radius: var(--wp--custom--radius--sm);
}

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



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



/***  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"] {
	padding: 0.9em 2.5em !important;
	border-color: none;
	border-radius: var(--wp--custom--radius--sm) !important;
	background-color: var(--wp--custom--secondary--main) !important;
	color: var(--wp--custom--primary--main) !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

form button {
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--primary--main);
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.filter-reset {
	margin-top: 20px;
	margin-bottom: 20px;
}


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

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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
}

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



/***  TOP BAR  ***/

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



/***  HEADER  ***/

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

.header-container,
.scroll-bar-container {
	max-width:unset;
	background: #ffffff63 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
}


.header-wrap{
	position: relative;
	z-index: 3;
}

section.banner{
	padding-top: 100px;
}


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



/* Menu Button */

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

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

/* Nav Button */

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

.nav-menu > li.nav-button > a {
	padding: 0.9em 2.5em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--secondary--main);
	color: var(--wp--custom--primary--main);
	font-size: 18px;
	font-weight: bold;
}

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

/* Dropdowns */

.nav-menu li ul li:first-child {
	padding-top: 8px;
}
.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

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

/* Nested Dropdowns */

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



/***  HIDDEN NAV  ***/

.hidden-menu li a,
.hidden-menu li > button{
	color: var(--wp--custom--light--3);
}

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

.hidden-nav {
	background-color: var(--wp--custom--primary--main);
}





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



/***  BANNER  ***/

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

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

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

.banner a {
	color:#fff;
}

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

.banner-tall .banner-inner { min-height: 636px; }

/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

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



/***  MAIN  ***/

.main {
	padding-top:  var(--wp--custom--spacer--xxl);
	padding-bottom:  var(--wp--custom--spacer--xxl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--custom--light--2);
	border: 2px solid var(--wp--custom--light--2);
	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-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--main);
}

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

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


@media (max-width: 900px) {
  .swap-columns .wp-block-column:nth-child(1) {
    order: 1;
  }
}




/***  SINGLE  ***/





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



/***  CTA BAR  ***/

.cta-bar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    position: relative;
    z-index: 0;
}

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

.cta-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("/wp-content/uploads/photo-1497366216548-37526070297c.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.1;
	z-index: -1;
}
.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: white;
} 




/***  FOOTER  ***/

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

.footer h2,
.footer h3 {
	color: #fff;
	font-family: var(--wp--custom--font--1);
}

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

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



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--dark--1);
	font-size: 0.9em;
	color: var(--wp--custom--dark--3);
}

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

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


/* Menus */

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

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





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

/* Add custom theme styles here */

@media screen and (max-width: 900px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !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--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;
}


/*** YELLOW TEXT ***/
.yellow-text em {
	color: var(--wp--custom--secondary--main);
}



/*** TEXT CIRCLE ***/
.text-circle em {
	position: relative;
	font-style: normal !important;
	font-weight: inherit;
	display: inline-block;
	z-index: 5;
}
text-circle i:before, .text-circle em:before {	
  background: url('/wp-content/uploads/blue-circle.webp') center center no-repeat;
	background-size: contain;
	position: absolute; 
	width: 131%;
    height: 172%;
    top: -43%;
    left: -14%;
    display: block;
    content: '';
    z-index: 1;
}

/*** TEXT UNDERLINE ***/
.heading-underline em,
.heading-underline i {
    display: inline-block;
	font-style: normal !important;
	text-decoration: none;
	font-weight: inherit;
	position: relative;
	color: var(--wp--custom--primary--main);
} 

.heading-underline em:before,
.heading-underline i:before {
	content: '';
	display: block;
	position: absolute;
	background: url('/wp-content/uploads/underline.webp') no-repeat center center;
	background-size: contain;
	bottom: -0.7em;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

@media only screen and (max-width: 900px) { 
	.heading-underline em {
		display: inline;
		text-decoration: underline;
	}
	.heading-underline em:before, .heading-underline i:before {
		display: none;
	}
}



/* HOMEPAGE */

/* Focused work */
.services-grid,
.services-grid-extended {
    display: flex;
    flex-wrap: wrap !important;
    gap: 0;
	
    /* border-top: 0.5px solid rgba(255, 255, 255, 0.15);
    border-left: 0.5px solid rgba(255, 255, 255, 0.15); */
	
}

.services-grid h3{
	font-family: var(--wp--custom--font--1);
	font-size: 1.5em;
}

.services-grid .wp-block-column {
	background-color:  var(--wp--custom--primary--dark);
    flex-basis: calc(33.333%) !important;
    max-width: calc(33.333%) !important;
    min-width: calc(33.333%) !important;
    /* border-right: 0.5px solid rgba(255, 255, 255, 0.15);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.15); */
    padding: 60px 40px !important; /* Generous padding like the image */
    box-sizing: border-box;
    margin: 0 !important;
	border: 0.5px solid rgba(255, 255, 255, 0.15);
}

.services-grid .wp-block-column:nth-child(n+4) { border-top: 0 !important; }

.services-grid .wp-block-column:nth-child(3n+2),
.services-grid .wp-block-column:nth-child(3n+3) { border-left: none !important; }

.services-grid ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.services-grid ul li,
.services-grid p {
    color: color-mix(in srgb, var(--wp--custom--light--1), transparent 40%);
    font-size: 1.05rem;
    line-height: 1.4;
}
@media (max-width: 900px) {
    .services-grid .wp-block-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
        border-right: none;
    }
    .services-grid .wp-block-column:nth-child(n+7) {
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.15);
    }
    .services-grid .wp-block-column:last-child {
        border-bottom: none;
    }
}


/* Understanding Coaching */
.info-cards-grid {
    display: flex;
    flex-wrap: wrap; 
    align-items: stretch;
    gap: 30px;
}
.info-cards-grid h3{
	font-family: var(--wp--custom--font--1);
	font-size: 1.5em;
}

.info-cards-grid > .wp-block-column {
	border-left: 6px solid var(--wp--custom--secondary--dark);
	border-right: 1px solid var(--wp--custom--secondary--dark);
	border-top: 1px solid var(--wp--custom--secondary--dark);
	border-bottom: 1px solid var(--wp--custom--secondary--dark);

}
.info-card.is-active {
   	border-left: 6px solid var(--wp--custom--secondary--main);
	background-color: #fff !important;
}
.info-card {
    flex: 1 1 auto;
    display: flex ;
    flex-direction: column;
    background-color: color-mix(in srgb, var(--wp--custom--secondary--main), transparent 90%) !important;
    padding: 40px;
    border-radius: var(--wp--custom--radius--md);
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.fix-heading {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}



/*** SERVICES PAGE ***/

.services-one h3,
.services-two h3,
.services-three h3 {
	font-family: var(--wp--custom--font--1);
}


.service-num {
    font-size: 80px;
    font-weight: 900;
    color: var(--wp--custom--light--2);
    line-height: 1;
    margin-bottom: -24px !important;
}

.service-badge {
    position: relative;
	top: -140px;
    left: 26px;
    background: var(--wp--custom--primary--main);
    padding: 15px 20px;
    border-radius: 8px;
	display: inline-block;
}

.right-service-photo-col {
    border-left: 5px solid var(--wp--custom--secondary--main);
}

.left-service-photo-col {
    border-right: 5px solid var(--wp--custom--secondary--main);
}

/* No Shrink Icons */
.no-shrink-icon-col { flex-shrink: 0; }