
/*
Theme Name: Cleaning Services
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 THEME MODULES
 *   2.3 BACK TO TOP BUTTON
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 BORDERS & DIVIDERS
 *   3.4 BUTTONS
 *   3.5 ICONS
 *   3.6 LIST STYLES
 *   3.7 FORM STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.3 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 BODY STYLES
 *   5.1 BANNER
 *   5.2 PAGE NAVBAR
 *   5.3 MAIN
 *   5.4 ARCHIVE
 *   5.5 SINGLE
 *
 * 6 FOOTER STYLES
 *   6.1 CTA BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

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



/***  OPEN SANS  ***/

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

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

/* Semi Bold */
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  src: url('fonts/Open_Sans/OpenSans-SemiBold.ttf');
}

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



/***  POPPINS  ***/

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





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


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary: #f23d49;
  --primary-lt: #fddee0;
  --primary-md: #EA434E;
  --primary-dk:#EF4023;
  --primary-shadow: #da3641;
  --secondary:#BFD1FF;
  --dark-1: #5b5d68;
  --dark-2: #2a2f4f;
  --dark-3:#373943;
  --light-1: #f8fcfe;
  --light-2: #fafafa;
  --light-3: #e5e9ea;
  --icon-bg: #a5a5a52b;
  --shadow-1: 0px 5px 20px -5px #DA3641;
  --shadow-2: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
  --shadow-3: 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
  --radius-1: 6px;
  --radius-2: 12px;
  --font-1: 'Open Sans', sans-serif;
  --font-2: 'Poppins', sans-serif;
} 

html {font-size: 16px;}

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


/***  2.2 THEME STYLES  ***/

.section-container {max-width: 1300px;}

.section-spacer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-spacer-top {padding-top: 100px;}
.section-spacer-btm {padding-bottom: 100px;}

.section-spacer-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-spacer-top-sm {padding-top: 80px;}
.section-spacer-btm-sm {padding-bottom: 80px;}

.section-spacer-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-spacer-top-lg {padding-top: 120px;}
.section-spacer-btm-lg {padding-bottom: 120px;}



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

.btt-button .fa {
  background: var(--primary);
  color: white;
  font-weight: 400;
  border-radius: 50%;
}

.btt-button:hover .fa {
  color: var(--light-2);
  background-color: var(--primary-dk);
}



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


/***  3.1 TEXT & LINKS  ***/

a {color: var(--primary);}

a:hover {color: var(--primary-dk);}


/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  color: var(--dark-1);
  font-family: var(--font-2);
	font-weight: 500;
}

h1, h2  {font-weight: 700;}
h1 {font-size: 3.25em;}
h2 {font-size: 2.375em;}
h3 {font-size: 1.875em;}
h4 {font-size: 1.625em;}
h5 {font-size: 1.375em;}
h6 {font-size: 1.25em;}

@media screen and (max-width: 1200px) {
  h1 {font-size: 35px;}
  h2 {font-size: 30px;}
  h3 {font-size: 20px;}
  h5 {font-size: 20px;}
}



/***  3.3 BORDERS & DIVIDERS  ***/

hr, .divider {
  display: block;
	width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 2.5em auto;
  padding: 0;
	clear: both;
}


/***  3.4 BUTTONS  ***/

.button,
.elementor-button,
.nf-form-cont .nf-form-content input[type="button"] {
  padding: 18px 35px;
	background-color: var(--primary);
  box-shadow: 0 5px 20px -5px var(--primary-shadow) !important;
  border-radius: 4px;
  letter-spacing: 0.015em;
  font-weight: 400;
  font-size: 15px;
}

.button:hover,
.elementor-button:hover,
.nf-form-cont .nf-form-content input[type="button"]:hover {
  opacity: 0.9;
  transform: translateY(-8px);
}

/* Secondary Button*/

.lg-button-secondary .elementor-button,
.button-secondary .elementor-button {
	background-color: white;
  color: var(--primary);
  font-size: 16px;
}
@media (min-width: 900px) {
  .lg-button-secondary .elementor-button {
    font-size: 20px;
  }
}

.lg-button-secondary .elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}

.lg-button-secondary .elementor-button .elementor-align-icon-left {
  margin-right: 20px;
}

.button-secondary .elementor-button:hover
.lg-button-secondary .elementor-button:hover  {
  transform: translateY(-8px);
}

/* Empty Button */

.button-empty,
.button-empty:hover {
  color:var(--primary);
  background:none;
}

.button-empty {border-color:var(--primary);}

.button-empty:hover {border-color:var(--dark-1);}


/* Alt Button for dark background */

.button-alt-primary {
  border-color:var(--primary);
  background-color:var(--primary);
  color: white;
  box-shadow: var(--shadow-1);
}

.button-alt-primary:hover {
  border-color:white;
  background-color:white;
  color: var(--primary);
  transform: translateY(-10px);
}

.button-alt-secondary {
  border-color:white;
  background-color:white;
  color: var(--primary);
  box-shadow: var(--shadow-1);
}

.button-alt-secondary:hover {
  border-color:var(--dark-3);
  background-color: var(--dark-3);
  color: white;  
  transform: translateY(-10px);
}

/* Alt Empty Button */

.button-alt-empty,
.button-alt-empty:hover {
  background:none;
  color: white;
}

.button-alt-empty {
  border-color:var(--primary);
}

.button-alt-empty:hover {
  border-color:white;
  transform: translateY(-10px);
}


/***  3.5 ICONS  ***/

/*  Icon Colors  */

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

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--primary);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: var(--primary-dk);}

/*  Icon Backgrounds  */

.fa-bg {
  background-color: var(--primary-lt);
  color: var(--primary);
}

a .fa-bg {
  background-color: var(--primary-lt);
  color: var(--primary);
}

.fa-bg, 
a .fa-bg {
  border-radius: 50%;
  padding: 14px;
}


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

/*  Icon Borders  */
.fa-br {border-color:var(--primary);}
a .fa-br {border-color:var(--primary);}
a:hover .fa-br {border-color: var(--primary);}


/***  3.6 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.contact-list li a {color: var(--dark-3);}

.icon-list li .fa, 
.icon-list li .fal, 
.icon-list li .fas, 
.icon-list li .fab, 
.icon-list li .fad, 
.contact-list li .fa, 
.contact-list li .fal, 
.contact-list li .fas, 
.contact-list li .fab, 
.contact-list li .fad {
  position: absolute;
  top: 0.25em;
  left: -1.75em;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  left: -1.75em;
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  color: var(--primary);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

@media screen and (min-width: 901px) {

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

@media screen and (min-width: 1025px) {

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}


/***  3.7 FORM STYLES  ***/

/* Inputs */

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

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: var(--primary);
  height: 50px;
  border-radius: var(--radius-2);
  padding: 0.75em 2em;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background-color:  var(--primary);
  color: white;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background-color: var(--light-3);}

input[type="text"].search-field:focus {background-color: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/* Ninja Forms */

.nf-before-form-content {display: none !important;}

.nf-field-element input[type="button"], 
.nf-field-element input[type="submit"] {height: 50px;}



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


/***  4.1 SCROLL BAR  ***/

.scroll-bar {background: white;}

.scroll-logo img {max-height: 60px;}


/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ddd;
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}


/***  4.3 HEADER  ***/

.header .col-custom {
  padding-top: 12px;
  padding-bottom: 12px;
}

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

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: var(--primary);}

.header .menu-button.active .fal {
  background: var(--primary-dk);
  color: white;
}


.header-contact-number a {
  color: var(--dark-2) !important;
}
.header-contact-number a:hover {
  color: var(--primary) !important;
}


/***  4.4 NAV BAR  ***/

.nav-bar {background: var(--light-2);}


/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  color: var(--dark-1);
}
@media (min-width: 1200px) {
  .nav-menu > li > a {
    padding: 0 16px;
  }
}
.nav-menu > li:hover > a,
.nav-menu > li.current-menu-item > a {
  color: var(--primary);
}


/***  4.4 DROPDOWN MENUS  ***/

.nav-menu li ul {
  background-color: white;
  width: 240px;
}

.nav-menu li ul li a {
  padding: 12px 16px;
  text-align: left;
  color: var(--dark-1);
  font-size: 1em;
  font-weight: 500;
  font-size: 0.9em
}



.nav-menu li ul li.current-menu-item > a {color: var(--primary);}

.nav-menu li ul li:hover a {
  color: var(--primary);
}




/***  4.5 MOBILE NAV  ***/

.mobile-nav {background-color: white;}

.mobile-menu > li:not(:last-child) {border-bottom: 1px solid var(--light-2);}

.mobile-menu li a {color: var(--dark-1); font-weight: 500;}

.mobile-menu li.current-menu-item > a {
  color: var(--primary);
}

.mobile-menu li ul {
  background-color: var(--light-2);
  font-size: 0.9em;
}

.mobile-menu li.menu-item-has-children:after {color: var(--dark-1);}



/******************************************************************************
 * * *  5 BODY STYLE  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  5.1 BANNER  ***/

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

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

.banner-inner .page-title {
  text-align: center;
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 900px) {
  .banner-inner .page-title {
    text-align: left;
    font-size: 52px;
  }
}


.banner-tall .banner-inner {height: 375px;}

.banner-viewport .banner-inner {padding-top: 80px;}

.banner .page-tagline {font-size: 1.15em;}


/***  5.2 PAGE NAV BAR  ***/


/***  5.3 MAIN  ***/

.main {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 421px) {
.content .alignleft {margin: 0 20px 1em 0;}
.content .alignright {margin: 0 0 1em 20px;}
}



/***  5.4 ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
  border-radius: var(--radius-2);
  background-color: var(--light-3);
  overflow: hidden;
  color: var(--dark-2);
}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

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

.entry-cols .entry-icon-wrap svg {
  width: 60px;
  fill: var(--primary);
  min-height: 80px;
}

.entry-cols .entry-link .entry-title, 
.entry-cols .entry-link:hover .entry-title {color: var(--primary);}

.entry-cols .entry-text-wrap {padding: 30px 30px 85px 30px;}

.entry-cols .entry-date {
  font-size: 0.9em;
  color: var(--dark-3);
}

.entry-cols .entry-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.entry-cols .entry-cats span {
  border-radius: var(--radius-2);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

.entry-cols .entry-more {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}

.entry-cols .entry-link .entry-button {color: var(--primary);}

.entry-cols .entry-link:hover .entry-button {color: var(--primary);}

/* Paging Nav */

.archive-nav a {
  padding: 0.6em 1.2em;
  border-radius: var(--radius-3);
  border: 1px solid var(--light-1);
  background: var(--light-2);
  color: var(--dark-1);
}

.archive-nav a:hover {
  background-color: var(--secondary);
  color: white;
}


/***  5.5 SINGLE  ***/



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

/***  6.1 CTA BAR  ***/

.cta-bar {
  padding-top: 100px;
  Padding-bottom: 100px;
  background-color: var(--secondary);
  text-align: center;
  color: white;
}

.cta-bar .grid {align-items: center;}

.cta-bar .col-custom:last-child {margin-top: 1em;}

@media screen and (min-width: 901px) {
.cta-bar .col-custom:first-child {
  width: 66.7%;
  text-align: left;
}
.cta-bar .col-custom:last-child {
  width: 33.3%;
  text-align: right;
  margin-top: 0;
}
}

.cta-bar .cta-title, 
.cta-bar .elementor-widget-heading {margin-bottom: 0.5em;}

.cta-bar .cta-title + p {margin-top: 0;}

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

.cta-bar .button:hover, 
.cta-bar .elementor-button:hover {
  border-color: white;
  background-color: white;
  color: var(--primary);
}


/***  6.2 FOOTER  ***/

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--light-1);
}

.footer .col-custom {
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer h3 {
  font-size: 1.375em;
}

.footer ul > li > a {
  color: var(--dark-1);
  line-height: 30px;
}
.footer ul > li:hover > a {
  color: var(--primary);
  text-decoration: none;
}

.footer .col-custom h4 {
  font-size: 22px;
  color: black;
}

.footer .footer-inner .footer-widget .ninja-forms-field {
  background-color: var(--light-2);
  padding: 16px;
  font-size: 16px;
  color: var(--dark-1);
}
.footer .footer-inner .footer-widget .nf-field-container {
  margin-bottom: 20px;
}
.footer .footer-inner .footer-widget .ninja-forms-field::placeholder {
  color: var(--dark-1);
}

.footer .footer-inner .footer-widget .footer-contact .footer-contact-number a {
  color: var(--primary);
  font-size: 26px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.footer .footer-inner .footer-widget .footer-contact .footer-contact-number a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.footer .footer-inner .footer-widget .nf-field-element input[type="submit"] {
  background-color: var(--primary);
  color: white;
  font-weight: 300;
  font-size: 15px;
  padding: 18px 35px;
  border-radius: 6px;
  line-height: 0;
  border: 0;
}
.footer .footer-inner .footer-widget .nf-field-element input[type="submit"]:hover {
  opacity: 0.9;
}

/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--light-1);
  border-top: solid 1px var(--light-3);
}

.bottom-bar .col-custom {
  padding-top: 8px;
  padding-bottom: 8px;
}

.copyright, .credits {display: inline-block;font-size:0. 875em;}

.credits img {
  width: 1.1em;
}



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

/* Add custom theme styles here */ 

.text-primary {
  color: var(--primary);
}
.text-secondary {
  color: var(--dark-1);
}

.nopadding .elementor-widget-wrap {
  padding: 65px;
}
@media screen and (max-width: 600px) {
  .nopadding .elementor-widget-wrap {
    padding: 30px;
  }
}
.nopadding > .elementor-container {
  padding-left: 0px;
  padding-right: 0px;
}

.sections .elementor-section-wrap > .elementor-section.hero-cols {
  padding: 160px 0;
}

.hero-cols .elementor-top-column:first-child .elementor-column-wrap {
  padding: 60px;
  box-shadow: var(--shadow-3);
  border-radius: var(--radius-1);
}
@media screen and (max-width: 600px) {
  .hero-cols .elementor-top-column:first-child .elementor-column-wrap {
    padding: 30px;
  }
  .sections .elementor-section-wrap > .elementor-section.hero-cols {
    padding: 80px 0;
  }
}

.service-cols .elementor-widget-wrap {
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-2);
  padding: 30px;
  background-color: white;
}


.sections .elementor-section-wrap > .elementor-section.info-cols {
  padding: 100px 0;
}
.info-cols .elementor-top-column:not(:first-child) .elementor-column-wrap,
.info-cols .elementor-top-column:first-child .elementor-column-wrap {
  padding: 50px;
}
.info-cols .elementor-top-column:first-child .elementor-column-wrap {
  box-shadow: var(--shadow-3);
  border-radius: var(--radius-1);
}
@media screen and (max-width: 600px) {
  .info-cols .elementor-top-column:not(:first-child) .elementor-column-wrap,
  .info-cols .elementor-top-column:first-child .elementor-column-wrap {
    padding: 30px;
  } 
}

.col-custom.header-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

 @media screen and (min-width: 1025px) {
  .col-custom.header-right aside {
    width: 45%;
    text-align: left;
    padding-left: 30px;
    margin: 0;
   }
 }
 @media screen and (min-width: 1400px) {
  .col-custom.header-right aside {
    width: 60%;
    text-align: right;
   }
 }
 @media screen and (max-width: 1024px) {
  .col-custom.header-right aside {
    display: none;
   }
 }
 .col-custom.header-right aside p {
   margin: 0;
 }


/*** NINJAFORMS ***/
.nf-form-cont .nf-form-content input:not([type="button"]) {
  background: var(--light-1);
  border: 1px solid var(--light-3);
  color: var(--dark-2);
}
.nf-form-cont .nf-form-content input[type="button"] {
  background-color: var(--primary);
}
.nf-form-cont .nf-form-content input[type="button"]:hover {
  color: var(--light-2);
}

/** Home - Special Savings **/
.section-special-savings .section-heading h1,
.section-special-savings .section-heading h2,
.section-special-savings .section-heading h3,
.section-special-savings .section-heading h4,
.section-special-savings .section-heading h5,
.section-special-savings .section-heading h6,
.section-special-savings .section-heading p {
  color: var(--dark-2);
}

/** Home - Banner **/
.home-banner .section-heading h1,
.home-banner .section-heading h2,
.home-banner .section-heading h3,
.home-banner .section-heading h4,
.home-banner .section-heading h5,
.home-banner .section-heading h6,
.home-banner .section-heading p {
  color: var(--primary);
  line-height: 40px;
}
@media (min-width: 1200px) {
  .home-banner .section-heading h1,
  .home-banner .section-heading h2,
  .home-banner .section-heading h3,
  .home-banner .section-heading h4,
  .home-banner .section-heading h5,
  .home-banner .section-heading h6,
  .home-banner .section-heading p {
    line-height: 60px;
  }
}

/** Home - Section Cleaning **/
.section-cleaning .section-heading h1,
.section-cleaning .section-heading h2,
.section-cleaning .section-heading h3,
.section-cleaning .section-heading h4,
.section-cleaning .section-heading h5,
.section-cleaning .section-heading h6 {
  color: var(--dark-2);
}
.section-cleaning .section-description {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-cleaning .cleaning-image-box .elementor-image-box-img img {
  max-width: 48px;
  max-height: 48px;
}
@media (min-width: 900px) {
  .section-cleaning .cleaning-image-box .elementor-image-box-img img {
    max-width: 88px;
    max-height: 88px;
  }
}

/** Home - Section Services Areas **/
.section-services-areas .icon-box-wrapper .elementor-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 1200px) {
  .section-services-areas .icon-box-wrapper .elementor-container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

/** Home - Section Review Us **/
.section-review-us .review-us-icons .elementor-icon-list-item {
  margin-bottom: 0;
}
.section-review-us .review-us-icons .elementor-icon-list-item a {
  background: var(--icon-bg);
  padding: 13px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-review-us .review-us-icons .elementor-icon-list-item a:hover {
  text-decoration: none;
  background-color: var(--primary);
}
.section-review-us .review-us-icons .elementor-icon-list-item a:hover .elementor-icon-list-icon i {
  color: white;
}
.section-review-us .review-us-icons .elementor-icon-list-item .elementor-icon-list-text {
  padding: 0;
}

/** Residential - 4 cards **/
.four-cards .image-box-wrapper .elementor-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
}
.four-cards .image-box-wrapper .image-box-inner-wrapper .elementor-widget-wrap {
  padding: 30px 20px !important;
}
.four-cards .image-box-wrapper .elementor-container .image-box {
  min-height: 84px;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .four-cards .image-box-wrapper .elementor-container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

/** Boxed Container **/
@media (min-width: 1200px) {
  .boxed-container .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/** Logo Slider **/
.logo-slider .swiper-slide img {
  max-height: 40px;
}

/** Contact Us - Column Cards **/
.column-cards.image-box-wrapper .elementor-container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.column-cards.image-box-wrapper .elementor-container .image-box-inner-wrapper {
  width: 100%;
}

/** Schedule a Call Form **/
.schedule-call-form .ninja-forms-field {
  padding: 16px;
  background-color: var(--light-2) !important;
  font-size: 16px;
}
.schedule-call-form .listradio-wrap.list-wrap.list-radio-wrap .nf-field-element ul li label {
  font-weight: normal;
}
.schedule-call-form textarea {
  min-height: 120px;
  max-height: 120px;
}
.schedule-call-form .nf-field-container {
  margin-bottom: 20px;
}
.schedule-call-form .nf-field-element input[type="submit"] {
  font-size: 14px;
  color: white;
  background-color: var(--primary) !important;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 18px 35px;
  line-height: 0;
  font-weight: 300;
}
.schedule-call-form .nf-field-element input[type="submit"]:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .schedule-call-form .listradio-wrap.list-wrap.list-radio-wrap .nf-field-element ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 30px;
  }
  .schedule-call-form .listradio-wrap.list-wrap.list-radio-wrap .nf-field-element ul li {
    margin: 0 !important;
  }
  .schedule-call-form .nf-field-element input[type="submit"] {
    font-size: 15px;
  }
}

/** Services Page **/
.section.page-nav-bar.service-nav-bar {
  display: none;
}

/** Contact Us **/
.contact-link a {
  color: var(--font-1);
  transition: all 0.3s ease;
}
.contact-link a:hover {
  color: var(--primary);
  transition: all 0.3s ease;
  text-decoration: none;
}

/*
 * END OF
 * CUSTOMIZABLE CSS
 */
