/*
Theme Name: Quality Pressure Washing
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 */


 /** Poppins **/

/* Normal */
@font-face {
  font-family: 'Poppins';
  font-weight: normal;
  src: url('fonts/Poppins/Poppins-Regular.ttf');
}

/* Italic */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Poppins/Poppins-Italic.ttf');
}

/* Medium */
@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  src: url('fonts/Poppins/Poppins-Medium.ttf');
}

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


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



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
}

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


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

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

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





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



/***  TEXT & LINKS  ***/

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

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



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: white;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}

/**Mobile & Tablet**/
@media screen and (min-width: 601px) and (max-width: 1024px) {
  h1 { font-size: 2em; }
  h2 { font-size: 1.75em; }
  h3 { font-size: 1.5em; }
  h4 { font-size: 1.25em; }
  h5 { font-size: 1.125em; }
  h6 { font-size: 1em; }
}

@media screen and (max-width: 600px){
h1 {font-size: 1.75em;;}
h2 {font-size: 1.5em; }
h3 {font-size: 1.25em;  }
h4 {font-size: 1.125em;}
h5 {font-size: 1em;}
h6 {font-size: 0.875em;}
}


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

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

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



/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

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

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

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

/* Icon Backgrounds */

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

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

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

/* Icon Borders */

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

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

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



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"] {
	color: var(--wp--custom--primary--light);
}



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

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

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--main);
  border-bottom: 3px solid var(--wp--custom--primary--light);
}

.scroll-bar .container {
	max-width: none;
	padding-left: var(--wp--custom--spacer--md);
	padding-right: var(--wp--custom--spacer--md);
}

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

.scroll-masthead { width: 200px; }

.scroll-right { 
	width: calc(100% - 200px);
	font-size: 0.9em;
}

.scroll-bar .masthead-link { justify-content: flex-start; } 

/***  TOP BAR  ***/

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



/***  HEADER  ***/


/* Force header and navbar to stack */
#header, #navbar {
    display: block;
    width: 100%;
    text-align: center;
}

.header-masthead {
    margin-bottom: 15px;
}

.navbar-nav .nav-menu {
    display: inline-flex;
    gap: 20px;
}
.header-masthead {
	width: 100%;
}

.masthead-link {
	justify-content: center;
}


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



/* Make the header float above the banner and start transparent */
#header-wrap {
  background: none !important;
  background-color: transparent !important;
  position: absolute; 
   top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow-x: clip;
  z-index: 1000;
}

/* When you scroll down, color it in */
body.scrolled #header-wrap {
  background-color: #002f6c !important;
  position: fixed;
  transition: background-color 0.4s ease;
}


/* Menu Button */

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

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

/** Banner Spacing **/
.wp-block-cover.alignfull.has-parallax.custom-viewport-banner {
    padding-top: 300px!Important;
}
.headline-wrap {
    padding-top: 80px;
	padding-bottom: 30px;
}

/***  NAVBAR  ***/

.navbar {
	background-color: transparent;
}



/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: white;
	font-size:1.1em;
}

.scroll-menu { gap: 12px; }

.scroll-menu > li > a, 
.scroll-menu > li > span, 
.scroll-menu > li > button { 
	font-size: 1em;
}

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


.scroll-bar .single-post .nav-menu > li.posts-link:not(.nav-button) > a, 
.scroll-bar .category .nav-menu > li.posts-link:not(.nav-button) > a, 
.scroll-bar .single-service .nav-menu > li.services-link:not(.nav-button) > a, 
.scroll-bar .single-career .nav-menu > li.careers-link:not(.nav-button) > a, 
.scroll-bar .single-resource .nav-menu > li.resources-link:not(.nav-button) > a, 
.scroll-bar .nav-menu > li.current-menu-ancestor:not(.nav-button) > a, 
.scroll-bar .nav-menu > li.current-menu-ancestor:not(.nav-button) > span, 
.scroll-bar .nav-menu > li.current-menu-ancestor:not(.nav-button) > button, 
.scroll-bar .nav-menu > li.current-menu-item:not(.nav-button) > a, 
.scroll-bar .nav-menu > li.current-menu-item:not(.nav-button) > span, 
.scroll-bar .nav-menu > li.current-menu-item:not(.nav-button) > button, 
.scroll-bar .nav-menu > li:not(.nav-button):hover > a, 
.scroll-bar .nav-menu > li:not(.nav-button):hover > span, 
.scroll-bar .nav-menu > li:not(.nav-button):hover > button {
	color: var(--wp--custom--secondary--light);
}


/* Nav Button */

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

.nav-menu > li { 
	padding: 0;
	border-radius: var(--wp--custom--radius--sm);
	transition: all 350ms ease-in-out, border-radius 0ms ease-in-out;
	
}

.nav-menu > li.menu-item-has-children:hover { border-radius: var(--wp--custom--radius--sm) var(--wp--custom--radius--sm) 0 0; }

.nav-menu > li:not(.nav-button) > a {
	padding: 12px 16px;
}

.nav-menu > li:not(.nav-button):hover,
.nav-menu > li.current-menu-item:not(.nav-button),
.nav-menu > li.current_page_ancestor:not(.nav-button) { background-color: white; }

.nav-menu li > ul { border-radius: 0 var(--wp--custom--radius--sm)  var(--wp--custom--radius--sm)  var(--wp--custom--radius--sm); }

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

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--secondary--dark);
}
@media screen and (max-width: 1284px) {
	ul#menu-primary {
     font-size: 14px; 
 }
}

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

.scroll-bar .single-careers .nav-menu li ul li.careers-link > a, 
.scroll-bar .nav-menu li ul li.current-menu-item > a, 
.scroll-bar .nav-menu li ul li.current-menu-item > span, 
.scroll-bar .nav-menu li ul li.current-menu-item > button, 
.scroll-bar .nav-menu li ul li:hover > a, 
.scroll-bar .nav-menu li ul li:hover > span, 
.scroll-bar .nav-menu li ul li:hover > button {
	color: var(--wp--custom--secondary--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 a {
	color: white;
}

.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--secondary--light);
}
.hidden-menu li > button {
    color: white !important;
}




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



/***  BANNER  ***/

.banner:before {
	opacity: 0.5!important;
}

.banner-tall .banner-inner {
  padding-top: 280px;
  display: inline-flex;
  max-width: 900px;
  min-height: 600px;
}

.banner {
	background-color: black;
	text-align: left;
}

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

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

.banner-viewport:before {
	background-attachment: fixed!important;
}

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

.banner a:hover {
	color: white;
}

.banner .button {
	color: white;
}

/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  ENTRY NAVBAR  ***/

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

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



/***  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--primary--dark);
	overflow: hidden;
	color: white;
}

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

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

.img-small  {
	max-width:600px;
}

.logo-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/***  CTA BAR  ***/

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

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

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

.cta-bar .wp-block-button__link {
	background-color: var(--wp--custom--primary--main);
	border-color: var(--wp--custom--primary--main);
	color: white;
}

.cta-bar .wp-block-button__link:hover {
	background-color: var(--wp--custom--primary--dark);
	border-color: var(--wp--custom--primary--dark);
}

/***  FOOTER  ***/

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

.footer a {
	color: white;
}

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



/***  6.3 BOTTOM BAR  ***/

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

/* Menus */

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

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

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


.footer .widget_nav_menu ul {
    column-count: 2;
}


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

/* Add custom theme styles here */
.rounded img { border-radius: inherit; }


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

.quote-box {
	z-index: 10;
}

.services-item .wp-block-columns {
	gap:0;
}

.services-item .wp-block-cover {
	-webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.services-item .wp-block-cover:hover > .has-secondary-dark-background-color {
	background-color: var(--wp--custom--primary--dark)!important;
}


.logo-small {
	width: 180px;
}

/* iPad Mini & iPad Air (Portrait) */
@media screen and (max-width: 900px) {
	.reverse-section {
    flex-direction: column-reverse;
	}
  /* First section: force 3 columns */
  .cta-pressure {
	  display: flex !important;
	  flex-wrap: nowrap !important; 
	  justify-content: space-between !important;
	  gap: 1rem !important;
	  box-sizing: border-box !important;
	}
	.cta-pressure .wp-block-column {
	  flex: 0 0 33.333% !important; 
	  max-width: calc(33.333% - 1rem) !important;
	  display: flex !important;
	  flex-direction: column !important;
	  align-items: center !important;
	  text-align: center !important;
	  margin-bottom: 1.5rem !important;
	  box-sizing: border-box !important;
	}
	.cta-pressure h3 {
	  font-size: 1rem !important;
	  line-height: 1.4 !important;
	}
	/* Second section: 2 columns */
	.cta-pressure-2 {
	  display: flex !important;
	  flex-wrap: nowrap !important; 
	  gap: 1rem !important;
	  box-sizing: border-box !important;
	}
	.cta-pressure-2 .wp-block-column {
	  flex: 0 0 40% !important; 
	  max-width: 40% !important;
	  min-width: 0 !important;
	  margin: 0 !important;
	  padding: 0 !important;
	  display: flex !important;
	  flex-direction: column !important;
	  align-items: center !important;
	  text-align: center !important;
	  box-sizing: border-box !important;
	}
	.cta-pressure-2 h3 {
		  font-size: 1rem !important;
		  line-height: 1.4 !important;
	}
}


/* Target mobile devices */
  @media (max-width: 600px) {
  .cta-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cta-quote .wp-block-media-text__content {
    width: 100%;
  }
  .reverse-section {
    flex-direction: column-reverse;
 }
 .cta-pressure,
  .cta-pressure-2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 1.5rem !important;
  }

  .cta-pressure .wp-block-column,
  .cta-pressure-2 .wp-block-column {
    width: 100% !important; 
    max-width: 100% !important; 
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
  }

  .cta-pressure .icon-container,
  .cta-pressure-2 .icon-container {
    margin: 0 auto 0.5rem auto !important;
    display: block !important;
  }

  .cta-pressure h3,
  .cta-pressure-2 h3 {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
	  /** Reduce image on mobile**/
 figure.wp-block-image.size-full.rounded{
   width: 90%;
   margin: 0 auto 16px;
 }
	  .headline-wrap {
    padding-top: 10px;
	padding-bottom: 10px;
	}
.hidden-nav-left .hidden-nav, .hidden-nav-right .hidden-nav {
        width: 43%!important;
    }
}


/* Custom Viewport Height */
.custom-viewport-banner { min-height: calc(100vh - 75px) !important; }

@media screen and (max-width: 900px) {
	.custom-viewport-banner {
		padding-left: var(--wp--custom--spacer--md) !important;
		padding-right: var(--wp--custom--spacer--md) !important;
	}
}

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

/* Mobile Margin */
@media screen and (max-width: 900px) {
	.mobile-margin-0 { margin: 0 !important; }
    .hidden-nav-right .hidden-nav.active {
        left: 0 !important;
    }
	 .hidden-nav-left .hidden-nav, .hidden-nav-right .hidden-nav {
        width: 33%;
    }
}
.header .menu-button{
left: 0 !important;
}
.hidden-nav-right.hidden-nav-active{
margin-left:0 !important;
}
@media screen and (max-width: 1200px) {
.header-inner {
padding-right: 0px !important;
padding-left: 50px !important;
}
}
@media screen and (max-width: 1200px) {
.hidden-nav-right .hidden-nav.active {
left: 0 !important;
right:unset !important;
}
}

/* Line Height 0 */
body:not(.wp-admin) .line-height-0 { line-height: 0; }

/* Mobile no margin */
@media screen and (max-width: 900px) {
	.mobile-no-margin { margin: 0 !important; }
}

/* Home Testimonial */

.home-testimonials .ndrsl-widget { margin-top: 0; }

.home-testimonials  #ndrsl-carousel #ndrsl-carousel-inner { min-height: 100px; }

.home-testimonials .ndrsl-live-avatar-below-card .ndrsl-live-container { 
	padding-bottom: 60px;
	margin-bottom: 0;
}

.home-testimonials .ndrsl-live-avatar-below-card .ndrsl-live-container + .ndrsl-live-row { margin-top: -40px; }

.home-testimonials #ndrsl-carousel-inner { margin-bottom: -60px; }

.home-testimonials #ndrsl-carousel #ndrsl-carousel-pagination #ndrsl-carousel-pagination-inner .ndrsl-pagination-dot { background-color: white; }

.home-testimonials #ndrsl-carousel #ndrsl-carousel-pagination #ndrsl-carousel-pagination-inner .ndrsl-pagination-dot.active { background-color: var(--wp--custom--secondary--light); }

/* clearfix */
.clearfix::after{
	content: "";
  clear: both;
  display: table;
}

.clearfix .wp-block-list { width: auto; }

@media screen and (max-width: 900px) {
	.clearfix .alignleft,
	.clearfix .alignright { 
		float: none !important;
		max-width: 100% !important;
	}

	.clearfix .alignleft img,
	.clearfix .alignright img { width: auto !important; }
}

@media screen and (max-width: 600px) {
	.clearfix figure.wp-block-image.size-full.rounded { width: 90%; }
}

/* Position Relative */
.pos-rel { position: relative; }
.z-1 { z-index: 1; } 

/* Responsive Columns */
@media screen and (max-width: 900px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; }
}

/* Ninja Forms */
.nf-form-cont input:not([type="submit"]) { color: black; }