/*
Theme Name: Wolff Contracting & Development
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 */
/*Open Sans*/

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

/* Regular */
@font-face {
	font-family: 'Open Sans';
	font-weight: 500;
	src: url('fonts/opensans/opensans-medium.woff2');
}


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

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

/*Playfair Display*/

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

/*Nothing You Could Do*/
/* Regular */
@font-face {
	font-family: 'Nothing You Could Do';
	font-weight: 400;
	src: url('fonts/nothingyoucoulddo/nothingyoucoulddo-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);
}



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

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

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





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



/***  TEXT & LINKS  ***/

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

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

a:not([class]):hover{text-decoration: underline;}

.text-font-2{font-family: var(--wp--custom--font--2);}

.text-font-3{font-family: var(--wp--custom--font--3);}


/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, h4, .h5, h6 {
	font-weight: 500;
	color: var(--wp--custom--primary--main);
	letter-spacing: 1px;
}

h1, 
.h1 {
	font-size: 3em;
	font-weight:600;
}

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

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

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: 2.5em;}

	h2,
	.h2 {font-size: 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: 0.75em 1.25em;
	border-color: var(--wp--custom--primary--light);
	border-radius: var(--wp--custom--radius--xs);
	background-color: var(--wp--custom--primary--light);
	color: white;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .5px;
}

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

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

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

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


/* Outlined Button */

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

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

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

.secondary-button.button-outline:hover,
.secondary-button.is-style-outline .wp-block-button__link:hover {
	color: var(--wp--custom--secondary--main);
	border-color: var(--wp--custom--secondary--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  ***/

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

/* 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--light);
	background-color: var(--wp--custom--primary--light);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
	font-weight: 400;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	color: white;
	transition: all 300ms ease-in-out;
}

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

/*NINJA FORMS*/
.nf-field-label .nf-label-span, .nf-field-label label{
	font-weight: 500 !important;
    font-size: .9em;
    text-transform: uppercase;
}

.cta-bar .nf-error-msg, .cta-bar .ninja-forms-req-symbol {
    color: #FFADAD;
}

.cta-bar .nf-response-msg {
		font-size: 1.5em;
    font-weight: bold;
    background: white;
    padding: 1em;
    color: #444444;
}

@media screen and (max-width: 600px) {
	.cta-bar .nf-response-msg { font-size: 1.2em; }
}


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



/***  SCROLL BAR  ***/

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

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


/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--2);
	font-size: .9em;
	color: var(--wp--custom--dark--3);
}

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

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

.top-bar a i,
.top-bar a:hover i{
	font-weight: 700;
	margin-left:5px;
	transition: unset;
	color:inherit;
}

@media screen and (max-width:700px) {
	.top-bar .wp-block-group{
	    flex-direction: column;
    	gap: 10px;
	}
}

/*FIXED TOPBAR AND NAV*/
#header-wrap{
	position:fixed;
	top:0;
	z-index:999;
	    background-color: white;
}

.logged-in #header-wrap{
	top:32px;
}

#main-wrap{margin-top:128px;}

/***  HEADER  ***/


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

/* Menu Button */

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

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



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/
.nav-menu > li:not(.nav-button):after{
	content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
}

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--dark--2);
	font-size: .85em;
	padding: 25px 8px;
	text-transform: uppercase;
	font-weight: 500;
}

.nav-menu > li:last-of-type{padding-right: 0;}

.nav-menu li:last-of-type a,
.nav-menu > li:last-of-type > span, 
.nav-menu > li:last-of-type > button{margin-right: 0!important;}

.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-menu > li.current-menu-item:after,
.nav-menu > li:hover:after{
	background-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--light);
	border-radius: var(--wp--custom--radius--xs);
	color: white;
	font-weight: 400;
	letter-spacing: .5px;
}

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

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

/* Nested Dropdowns */

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



/***  HIDDEN NAV  ***/

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

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





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



/***  BANNER  ***/

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

.banner-inner {
	min-height: 200px;
}

body.page .banner-inner{ align-items: flex-end; }

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

.banner h1{
	font-family: var(--wp--custom--font--3);
	color: var(--wp--custom--dark--1);
	text-transform: uppercase;
}

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

.banner a:hover {
	color: white;
}

.banner .deck-wrap{padding-bottom:30px;}

/*projects banner*/

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

body.single-project .banner h1{
	font-family: var(--wp--custom--font--1);
	color: white;
}

body.single-project .banner .banner-content-wrap{
	max-width:800px;
	margin:auto;
}

body.single-project .banner-content-wrap a,
body.single-project .project-credits-content a{
	color:white;
	border-bottom:1px dotted white;
	transition: all 300ms ease-in-out;
}

body.single-project .banner-content-wrap a:hover,
body.single-project .project-credits-content a:hover{
	color:var(--wp--custom--primary--main);
	border-bottom:1px solid var(--wp--custom--primary--main);
	text-decoration:none;
}


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

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

/*members*/
.member-cols .cols{gap:20px;}

.member-cols .member-box{
	align-items: center;
	gap: 20px 50px;
}

.member-cols .member:nth-of-type(even) .member-box{
	flex-direction: row-reverse;
}

.member-cols .col-full .member-portrait-wrap{padding-right: 0;}


@media screen and (max-width:767px) {

	.member-cols .member-box{
		flex-direction: column!important;
	}
	
	.member-cols .member-box > *{width: 100%!important;}

	.member-cols .col-full .member-portrait-wrap{text-align: left;}

}

.member-cols .member-portrait-wrap img{
	object-position: top center;
	width: 350px;
}

.member-cols .member-position{
	font-family: var(--wp--custom--font--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 [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}



/***  SINGLE  ***/




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



/***  CTA BAR  ***/

.cta-bar {
	background-color: var(--wp--custom--dark--3);
	padding:0;
}

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

.cta-bar .wp-block-image img{filter: brightness(0) invert(1);}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: white;
} 


.cta-bar .field-wrap:not(.submit-wrap) .nf-field-element *{
	color: var(--wp--custom--dark--1);
}

.cta-bar .contact-list li::before{
	font-weight: 700;
	color: white;
}

.cta-bar .nf-form-fields-required{opacity:.75;}

.cta-bar .nf-error-msg {
    color: #e80000;
    padding: 2px 4px;
    background-color: #f7dfdf73;
	display: inline;
}




/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--xl);
	padding-bottom: var(--wp--custom--spacer--xl);
	background-color: var(--wp--custom--dark--2);
	color: white;
	font-size: 0.85em;
}

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

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



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: var(--wp--custom--dark--2);
	color: white;
	font-size: 0.85em;
}

/* Menus */

.bottom-bar a {
	color: white;
	opacity: .7;
}

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





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

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

/*tablet-modify-cols*/
@media (min-width:601px) and (max-width:900px) {
	.tablet-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 55px)!important;}
	
	.tablet-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 20px)!important;}
}

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

/*left-line*/
.left-line{position: relative;}

.left-line:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--wp--custom--light--1);
    left: -30px;
    top: 0;
}


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

/*HOME SLIDER*/
.home-banner{position: relative;}

.home-banner .wp-block-gutsliders-photo-carousel{
	padding-left: 0!important;
	padding-right: 0!important;
}

.home-banner .wp-block-gutsliders-photo-carousel .swiper-container-outer{
	height: calc(100vh - 131px)!important;
	min-height: 600px;
	max-height: 800px;
}

@media screen and (max-width:600px) {
	.home-banner .wp-block-gutsliders-photo-carousel .swiper-container-outer{height: 600px!important;}
}

body:not(.block-editor-page) .home-banner .wp-block-gutsliders-photo-carousel .swiper{opacity: .3;}

.home-banner .swiper-button-prev{left: 40px;}

.home-banner .swiper-button-next{right: 40px;}

body:not(.block-editor-page) .home-banner .banner-content{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	height: 100%;
	margin-top: 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-banner h1{text-transform: uppercase;}

@media screen and (max-width:1023px) {
	.home-banner .banner-content{
		padding-left: 40px!important;
		padding-right: 40px!important;
	}

	.home-banner .banner-content p{
		font-size: 1.2em!important;
	}

	.home-banner .swiper-button-next, 
	.home-banner .swiper-button-prev{top: 90%;}
}

/*home-testimonials slider*/
.home-testimonials .gutslider-testimonial-wrapper{height: 100%!important;}

.home-testimonials .swiper-slide{
	height: 0;
}

.home-testimonials .swiper-slide.swiper-slide-visible{height: auto;}

.home-testimonials .author-rating,
.home-testimonials .author-photo-outer{display: none;}

.home-testimonials .gutslider-name{
	font-family: var(--wp--custom--font--3);
}

.home-testimonials .swiper-wrapper{margin-top: 40px;}

.home-testimonials .swiper-pagination{
	top: 0;
	text-align: left;
}


/*gallery-nav-overlay CSS*/
.glightbox-clean .gbtn{background-color:var(--wp--custom--primary--light);}

.glightbox-clean .gbtn:hover{background-color:var(--wp--custom--primary--main);}

.glightbox-pagination-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.glightbox-pagination-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
}
.glightbox-pagination-dots .dot.active {
  background: var(--wp--custom--primary--main);
}


/*social share*/
.social-share{
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
}

/*link-card*/
.link-cards .wp-block-column:hover img{transform: scale(1.05);}

.link-cards .wp-block-heading{color:var(--wp--custom--primary--light);}

.link-cards .wp-block-column:hover .wp-block-heading{color:var(--wp--custom--primary--main);}

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

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

.box-counter .wp-block-column{
    counter-increment: box-counter;
	padding-top:30px;
	position:relative;
}

.box-counter > .wp-block-columns > .wp-block-column:before{
	content: '0' counter(box-counter);
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid var(--wp--custom--primary--dark);
    color: var(--wp--custom--primary--dark);
}