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

/***  Calibri ***/

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

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

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

/* Bold Italic */
@font-face {
	font-family: 'Poppins';
	font-weight: 700;
	font-style: italic;
	src: url('fonts/poppins/Poppins-BoldItalic.ttf');
	font-display: swap;
}
 


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



/***  UNIVERSAL STYLES  ***/

html {
	font-size:18px;
}

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

blockquote {
    padding: 5px 0 5px 15px;
    border-left: 10px solid var(--wp--custom--primary--main);
    margin-left: 0em;
    font-size: 18px;
    font-style: normal;
	color: white;
	background-color: var(--wp--custom--primary--light);
	margin: 0;
}



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

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--sm);
	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  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

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

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



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	color: var(--wp--custom--primary--main);
	line-height: 1.2em;
	font-weight: normal;
}


h1 {
	font-size: 4.7em;
}

h2 {
	font-size: 3.7em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}

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

@media screen and (max-width: 900px) {
	h1 { font-size: 2.5em; }
	h2 { font-size: 1.75em; }
	h3 { font-size: 1.5em; }
}

/***  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 2.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--light--1);
	text-transform: uppercase;
	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--light);
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--light--1);
	transform: translateY(-3px);
}

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

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

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

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


/* OUTLINED BUTTONS */

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

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

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

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

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

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



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--secondary--main);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

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



/***  LISTS  ***/

.arrow-list li:before, 
.check-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);
	font-weight: 700;
}

.check-circle-list li:before {
	color: var(--wp--custom--primary--main);
	font-weight: 700;
	top: 0.23em;
	font-size: 1.3em;
}

.wp-block-cover .arrow-list li:before, 
.wp-block-cover .check-list li:before, 
.wp-block-cover .check-circle-list li:before, 
.wp-block-cover .icon-list li:before, 
.wp-block-cover .contact-list li:before, 
.wp-block-cover .arrow-list li [class*="fa"], 
.wp-block-cover .check-list li [class*="fa"], 
.wp-block-cover .check-circle-list li [class*="fa"], 
.wp-block-cover .icon-list li [class*="fa"], 
.wp-block-cover .contact-list li [class*="fa"] {
	color: white;
}



/***  FORMS  ***/

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
	border-radius: var(--wp--custom--radius--xs);
	background-color: white;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	border-color: var(--wp--custom--primary--main);
}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	border-color: var(--wp--custom--primary--main);
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--sm);
	color: white;
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0.75em 1.5em;
	line-height: 1.2;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
}

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: var(--wp--custom--primary--dark);
}

.scroll-logo {
	max-height: 70px;
	/* background-color: white; */
	padding: 0 3px;
}



/***  TOP BAR  ***/

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


/*TRANSPARENT HEADER*/
.header-wrap{
	position: absolute;
	z-index: 3;
}

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

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


/***  HEADER  ***/

.header-logo {
	max-height: 110px;
	/* background-color: white; */
	padding: 0 3px;
}

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



/***  NAVBAR  ***/


/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--light--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--light--1);
	text-decoration: underline;
}

/* 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--sm);
	color: var(--wp--custom--secondary--dark);
	text-transform: uppercase;
	letter-spacing: .5px;
}

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--dark--1);
	transform: translateY(-3px);
}

/* 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-nav{background-color: var(--wp--custom--primary--main);}

.hidden-menu li > button {
    color: white;
}

.hidden-menu li a {
	color: white;
}

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





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



/***  BANNER  ***/

.home-banner,
.home-banner-inner {
	height:100vh;
}

.deck-wrap {
	text-align: left;
}

@media screen and (min-width:768px){
	.deck-wrap {
    width: 70%;
	}	
}

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

.banner:before {
	  filter: brightness(90%);
}

.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: var(--wp--custom--primary--light);
}

.banner a:hover {
	color: white;
}

.page-banner {
	margin-top: -480px !important;
}



/***  HEADLINE BAR  ***/

.headline-wrap {
	text-align: left;
}


/***  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--xl);
	padding-bottom:  var(--wp--custom--spacer--xl);
}



/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	background-color: var(--wp--custom--primary--main);
	overflow: hidden;
	color: white;
}

.entry-cols .entry-link:hover {
	transform: translateY(-3px);
	background-color: var(--wp--custom--primary--light);
}

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

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

.entry-cols .entry-thumb{
	width: 100%;
	border: 1px solid var(--wp--custom--light--1);
}

.entry-cols .entry-title{color: white;}

.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--light--1);

}

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

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

.cta-bar .wp-block-cover {
	border-radius: var(--wp--custom--radius--xl);
}


/***  FOOTER  ***/
.footer {
	padding: 0;
}

.footer-container {
	padding: 0;
	max-width: 100%;
}

.footer-col-one {
    border-style: solid;
    border-width: 0px 2px 0px 0px;
	border-color: var(--wp--custom--dark--3);
}

.footer-banner,
.footer-banner-inner {
	height:70vh;
}

.footer p,
.footer h3,
.footer li,
.footer .arrow-list li:before,
.footer .contact-list li:before{
	color: white !important;
}

.footer a {
	color: white;
}

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


/***  6.3 BOTTOM BAR  ***/
.bottom-bar {
    padding: 0;
}




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

.border-radius-sm,
.border-radius-sm img {
	border-radius: var(--wp--custom--radius--sm);
}

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

.box-shadow{
	box-shadow: 0px 104px 104px -40px rgba(0, 0, 0, 0.16);
}

.box-shadow-step {
	 box-shadow: 5px 41px 104px 42px rgba(0, 0, 0, 0.04);
}


.img-decor img{
	box-shadow: 0px 104px 104px -40px rgba(0, 0, 0, 0.16);
}

.img-decor-sm img{
	box-shadow: 0px 26px 26px -10px rgba(0, 0, 0, 0.16);
}

/*BLOCK GROUP*/
@media screen and (max-width: 781px) {
 .wp-block-group p {
	max-width: 100% ;
	}
}

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

/*full-height-block-cols*/
.full-height-block-cols{
	position: relative;
	z-index: 1;
}


@media screen and (max-width:900px){
	.full-height-block-cols{
		padding-top: var(--wp--custom--spacer--xxl);
		padding-bottom: var(--wp--custom--spacer--xxl);
		margin: unset!important;
	}

	.full-height-block-cols .wp-block-column{
		padding-top: 0!important;
		padding-bottom: 0!important;
	}

	.full-height-block-cols .wp-block-image{text-align: center;}

	.full-height-block-cols .wp-block-image img{max-height: 500px;}
}


@media screen and (min-width:900px) {
.home-form.full-height-block-cols .wp-block-column:nth-child(2),
.about-portrait.full-height-block-cols .wp-block-column {
	bottom: 90px;
	position: relative;
}
}



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

/*GUT SLIDER*/
.wp-block-gutsliders-any-content .swiper-slide{height: auto;}

/*HOME PAGE*/
.home-services .wp-block-columns{
	padding-left: 0;
	padding-right: 0;
}

.home-services .wp-block-column:hover .wp-block-cover__background{transition: all 300ms ease-in-out;}

.home-services .wp-block-column:hover .wp-block-cover__background{ opacity: .8;}

@media screen and (min-width: 1024px) {
.group-with-bg {
    background-repeat: no-repeat !important;
    background-size: 70% 100% !important;
}
}

@media screen and (max-width: 900px) {
.mobile-hidden {
	display: none;
}
}

@media screen and (min-width: 901px) {
	.desktop-hidden {
	display: none;
}
}

.border-grid img {
	width: 100%;
}

.border-grid > .wp-block-column {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px;
  padding-top: 0;
}
.border-grid > .wp-block-column:last-child {
  border-right: none;
}
.wp-block-group > .border-grid:first-child {
  border-top: none;
}
.wp-block-group > .border-grid:last-child > .wp-block-column {
  border-bottom: none;
}
@media (max-width: 992px) {
  .border-grid {
    grid-template-columns: 1fr;
  }
}

.info-cards .wp-block-column {
  display: flex;
  flex-direction: column;

  box-sizing: border-box;
}

.info-cards .wp-block-column p {
  margin-bottom: 0;
}

.info-cards .wp-block-buttons {
  margin-top: auto;
 padding-top: 20px;
}



@media (max-width: 900px) {
.specialties-second {
	flex-direction: column-reverse;
  }
}

.section-slanted {
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
}

/*contact-page-info*/
.contact a:hover {
	color:  var(--wp--custom--primary--main);
}

.contact-page-info .contact-list li{
	margin: 2em 2em 2em 3.5em;
}

.contact-page-info .contact-list li:before{
    top: 0px;
    left: -62px;
    background-color: white;
    border-radius: var(--wp--custom--radius--xl);
    padding: 10px;
    font-size: 1.3em;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contraint and Center Vertical Images (Responsive) */
@media screen and (max-width: 900px) {
	.center-limit-image .wp-block-image { text-align: center; }

	.center-limit-image .wp-block-image img { max-height: 500px; }
}

/* Mobile First Col */
@media screen and (max-width: 900px) {
	.mobile-first-col { order: -1; }
}

/* Icon Card Grid */
.icon-card-grid .wp-block-group {
		padding: 40px 40px 40px 40px;
		border: 1px solid var(--wp--custom--light--1);
    border-radius: 4px;
    box-shadow: 0px 25px 50px -25px rgba(0, 0, 0, 0.08);
}

.icon-container {
	padding: 12px;
	border-radius: 100%;
}

.icon-card-grid svg {
	max-height: 20px;
	fill: var(--wp--custom--primary--main);
}

/*** NINJA FORMS ***/
.nf-form-cont textarea {
	height: 100px !important;
}

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

.nf-next-previous {
	float: right;
}

input[type="button"],
input[type="submit"] {
	color: var(--wp--custom--secondary--dark);
		transition: all 300ms ease-in-out;
}
input[type="button"]:hover,
input[type="submit"]:hover {
transform: translateY(-3px);
}

.logo-gallery img {
    -webkit-filter:  grayscale(100%) brightness(60%) contrast(10000000%) !important;
    opacity: .7;
}

/*** CASE STUDIES ***/
.single-case-study h2,
.single-case-study h3,
.single-case-study h4,
.single-case-study h5,
.single-case-study h6 {
	margin-top: var(--wp--custom--spacer--md);
	margin-bottom: var(--wp--custom--spacer--xs);
}

body:not(.block-editor-page) .nav-button-list .button:not(.animate__animated) {
	opacity: 1;
}
.nav-button-list {
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
	gap:20px;
	margin-bottom: 30px;
}