/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
 body {
	color: #2D2D2D;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 24px;
}


body {
  font-size: 17px !important;
}

h1 {
	font-weight: bold;
}
#homepage-heading h1 {
	font-size: 36px !important;
}

.home .entry-content > div:last-of-type {
	display: none;
}

.entry-title.main_title {
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
  color: #222222 !important;
text-shadow: -2px 1px #fff;
}

blockquote {
	border: 0;
  padding-left: 0;
}
.home blockquote {
	padding-bottom:0px !important;
	margin-bottom:0px;
}
.wpcr3_item_name a {
	color: #fff!important;
	text-decoration: underline;
}

.button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
   background: #FF662A;
    border: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    z-index: 1;
	margin-top:25px;
	transition:0.4s ease-in-out;
}

.button:hover{
	transform: scale(1.1);
}


.consult-button{
	    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
   background: #FF662A;
    border: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    z-index: 1;
	margin-top:25px;
	transition:0.4s ease-in-out;
}

.consult-button:hover{
	transform: scale(1.1);
}


#location strong {
  	color: #222222;
}

#servcss {
	list-style-type: none;
	padding: 0;
}

.extra-srvcss {
	list-style-type: none !important;
	padding: 0 !important;
}

#servcss li, .extra-srvcss li {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
  	margin-bottom: 0.3em !important;
}

/* Social Icons */
#social-icons {
	text-align: left;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */
#main-header {
  background-color: #fff;
	box-shadow: 0 0px 0 rgb(0 0 0 / 10%);
}
#main-header.et-fixed-header {
    -webkit-box-shadow:0 0 7px rgb(0 0 0 / 44%) !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 44%) !important;
}
header > .et_menu_container {
    max-width: 1350px !important;
}
#main-header,
#main-header.et-fixed-header {
	filter:drop-shadow(0 0 7px rgb(0 0 0 / 44%)) !important;
}

/* Logo */
.logo_container {
  height: 100%!important;
  width: 100%;
  text-align: left;
}

.et-fixed-header .logo_container, .logo_container {
  padding: 0;
}

.text-logo {
  position: relative;
  display: inline-block;
  color: #222222;  
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px !important;
  font-weight: bold;
  line-height: normal !Important;  
  text-transform: uppercase; 
  transition: 0.3s;
}

/* Navigation */
#et-top-navigation {
  	    background-color: transparent;
	padding:0 0px;
}

#top-menu li {
	padding-right: 0px;
	margin-right: -4px;
}

#top-menu li a {
	font-family: 'Lato', sans-serif;
	font-weight: bold !important;
	padding: 20px 20px !important;
	transition: 0.4s ease-in-out;
}


#top-menu li a:hover, #top-menu li.current-menu-item>a, #top-menu li.current_page_item>a {
	    background: #1fc6c7;
    border-radius: 50px;
    margin: 5px!important;
    padding: 15px!important;
    color: #fff!important;
    opacity: 1!important;
}

#top-menu .current-menu-item > a {
	opacity: 1!important;
}


/* mobile */
.mobile_menu_bar::before, .select_page {
	color: #222222!important;
}

#et_mobile_nav_menu, .et_header_style_centered #main-header .mobile_nav {
	background-color: #fff!important;
}

.et_mobile_menu {
	padding: 2% 5%;
}

#mobile_menu {
	background-color: #1FC6C7!important;
	text-align: center;
}

.et_mobile_menu li a {
	color: #fff;
}

.et_monarch .et_social_mobile {
  	width: 100%!important;
}

/* Scroll Down Button */
.scroll-down-btn {
  z-index: 99999;
  position: absolute;
  bottom: 35px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  padding: 10px;
  border-radius: 40px;
  background-color: #85C226;
}

.scroll-down-btn:hover {
  opacity: 0.8;
}

/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
	position: relative;
	color: #222222!important;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee; 
}

.widgettitle:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #1FC6C7; 
}

#sidebar {
  color: #525252;
}

#sidebar .textwidget br:nth-child(4), #sidebar .textwidget br:nth-child(5) {
  display: none;
}

#sidebar #servcss li {
  position: relative;
/*   padding-left: 25px; */
  transition: 0.4s ease-in-out;
}

/* #sidebar #servcss li:before {
  position: absolute;
  content: '\f00c';
  top: 0;
  left: 0;
  color: #85C226;
  font-family: 'FontAwesome';
} */

#servcss svg {
  display: none;
}



.content-title {
  position: relative;
}

.content-title span {
  font-weight: 300;
}

/* -----------------------------------------------------------------------
 * Testimonial
 * ----------------------------------------------------------------------- */
.home-testimonial .heading {
	position: relative;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: bold;
 	line-height: 40px;
}
/*
.home-testimonial .heading:before {
	position: absolute;
	content: '\f005 \f005 \f005 \f005 \f005';
	top: -33px;
	left: 50%;
	color: #85C226;
	font-family: 'FontAwesome';	
	font-size: 15px;
	transform: translateX(-50%);
}
*/
.home-testimonial blockquote {
	border: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0 !important;
}

.home-testimonial div.wpcr3_review div.wpcr3_review_title, 
.home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
.home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
.home-testimonial div.wpcr3_review div.wpcr3_review_author {
  	display: none!important;
}

.home-testimonial .wpcr3_item_name a {
	color: #fff!important;
}

.btn-testimonials a {
       cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #ff662a;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    transition: 0.3s;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
}

/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
@media (min-width: 981px) {
.wpcr3_respond_2 input[type="text"],
.wpcr3_respond_2 textarea {
    min-width: 100%;
}
.wpcr3_table_2 td {
    text-align: left !important;
}
.wpcr3_review_form_rating_field label {
    margin: 6px 0 !important;
}
.wpcr3_button_1 {
    margin-top: 10px;
}
}
@media (max-width: 980px) {
.wpcr3_respond_3,
.wpcr3_aggregateRating,
.wpcr3_table_2 td {
   	text-align: center !important;
}
.wpcr3_div_2 {
    width: 100%;
}
.wpcr3_table_2 tr:last-of-type td {
    margin: 20px auto 0 !important;
}
.wpcr3_table_2 td {
    display: block;
	padding: 0 !important;
}
.wpcr3_table_2 td:first-child {
    margin-top: 10px !important;
}
.wpcr3_rating_style1_status {
    width: 85px !important;
}
.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    width: 100% !important;
    min-width: unset !important;
}
.wpcr3_submit_btn, .wpcr3_cancel_btn {
    width: 40%;
}
}

/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */
#location h3 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

.free-estimate-heading {
  position: relative;
  color: #fff!important;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.free-estimate-heading span {
	    color: #fff;
}
textarea {
  resize: none;
}

#contactForm input[type=text],
#contactForm input[type=password],
#contactForm input[type=tel],
#contactForm input[type=email],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
    background: #000000;
      border: 1px solid #1fc6c7;
	    border-left: 5px solid #1fc6c7;
    border-bottom: 2px solid #1fc6c7;
  color: #fff!important;
  padding: 15px 15px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  margin: 10px 0px!important;
  border-radius: 0px;
  transition: 0.3s linear;
	width: 100% !important;
}
body:not(.home) #contactForm input[type=text],
body:not(.home) #contactForm input[type=password],
body:not(.home) #contactForm input[type=tel],
body:not(.home) #contactForm input[type=email],
body:not(.home) #contactForm input.text,
body:not(.home) #contactForm input.title,
body:not(.home) #contactForm textarea,
body:not(.home) #contactForm select {
 background: #fff;
  border-width: 2px;
  color: #000!important;
  padding: 15px 15px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  margin: 10px 0px!important;
  border-radius: 0px;
  transition: 0.3s linear;
	width: 100% !important;
}
#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
 color: #fff!important;
}
body:not(.home) #contactForm input[type=text]::placeholder,
body:not(.home) #contactForm input[type=password]::placeholder,
body:not(.home) #contactForm input[type=tel]::placeholder,
body:not(.home) #contactForm input[type=email]::placeholder,
body:not(.home) body:not(.home) #contactForm input.text::placeholder,
body:not(.home) #contactForm input.title::placeholder,
body:not(.home) #contactForm textarea::placeholder,
body:not(.home) #contactForm select {
 color: #000!important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
  opacity: 1;
}

#contactForm div:nth-child(5) img {
  float: left; margin-top: 5px;
}

#contactForm div:nth-child(5) input {
  float: right;
  width: 50% !important;
  height: 50px;
  margin: 0 !important;
}

#submitter {
  font-size: 16px;
  padding: 20px 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 600 !important;
  color: #fff;
  cursor: pointer;
  height: auto !important;
  -webkit-border-radius:0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
     background-color: #109191;
    border: 2px solid #109191;
  border-radius:0px;  
  margin-top: 20px!important;
  overflow: hidden;
  transition: 0.3s;
	width: 100% !important;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
	background-color: #fff;
	padding-top: 30px;
}

#main-footer #footer-widgets {
    margin-bottom: 30px;    
    padding: 3% 0 0;
}

#main-footer .footer-widget {
	color: #000!important;
}

#main-footer .footer-widget strong {
	color: #1fc6c7!important;
}

#main-footer .footer-widget .et_pb_widget {	
	float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}

#main-footer h4 {
	position: relative;
	color: #1fc6c7!important;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 17px;
}

#main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #1fc6c7;
}

.openinghours{width: 100%;}

.hours th,
.openinghours td {
  text-align: left !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400!important;
  text-shadow: none !important;
}

.openinghours td, .hours th {
  color: #000!important;
}

.openinghours tr td:last-child {
	text-align: right!important;
}

#current-day {
    background-color: transparent;
}

#current-day td {
	    color: #1fc6c7!important;
	font-weight: 600!important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
    display: none;
}

#footer-bottom {
	background-color: transparent!important;
	color: #000;
}

#footer-bottom .container {  
      border-top: 3px solid #1fc6c736;
  padding: 25px 0;
}

/* -----------------------------------------------------------------------
 * Helper Styles
 * ----------------------------------------------------------------------- */
/*#section-1,
#home-testimonial-wrapper, 
#main-footer,
#footer-bottom {
  position: relative;
}

#home-testimonial-wrapper:before, 
#main-footer:before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 40%;
  height: 35px;
  background-color: #fff;
  transform: skew(-35deg);
}

#section-1:after,
#home-testimonial-wrapper:after, 
#footer-bottom:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -15px;
  width: 40%;
  height: 35px;
  background-color: #fff;
  transform: skew(-35deg);
}

#footer-bottom:after, #section-1:after {
  top: -35px;
}

#section-1:after {
  background-color: #172646;
}
*/

/* -----------------------------------------------------------------------
 * Animation Style
 * ----------------------------------------------------------------------- */
/* Bounce */
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
 
@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }

    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* -----------------------------------------------------------------------
 * Helper Style
 * ----------------------------------------------------------------------- */
.pull-right { float: right!important; }
.pull-left { float: left!important; }

/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */

@media (max-width: 980px) { 
#location h3 {
    text-align: center;
}

.home ul#servcss {
    text-align: center;
}
  .et_header_style_centered #main-header {
    padding: 0px 0 0;
	 
  }
	
  .text-logo {
		width:unset;
  }




  .logo_container {
    position: static;
    text-align: center;
  }

  /*.text-logo {
    margin-bottom: 15px;
  }*/

  #mobile_menu {
    top: 33px;
    border-top: 0;
  }


  .home-testimonial .wpcr3_item_name a, .home-testimonial .heading, .home-testimonial .et_pb_text {
   	text-align: center;
  }
  
}

@media (max-width: 650px) { 
  .et_monarch .et_social_mobile {
      width: 50% !important;
  }
}


@media (max-width: 600px) { 

	
	.et_pb_slide_description{
  width: 100% !important;
padding-right: 0px !important;
}
	
}


@media (max-width: 500px) { 
  #contactForm div:nth-child(5) img {
    float: none;
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }

	.text-logo{
		font-size: 24px;
	}
	
  #contactForm div:nth-child(5) input {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 425px) {
  .et_pb_slide_description {
    width: 300px;
    padding: 60px 10px 100px 0;

  }	

  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 48px!important;
    line-height: normal;
  }
}


@media screen and (max-width: 375px) {
  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 38px!important;
  }
}

/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
    font-size: 17px !important;
}
/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width:600px) {
.et_pb_slide_description{
  width: 100% !important;
}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
    width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children>a:after {
    top: unset !important;
    right: 3px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {

.logo_container {
    max-width: 100%;
    text-align: center;
	display: table;
	padding: 20px 0 !important;
	width: 100%;
}
span.logo_helper {
    display: none;
}
a.text-logo {
	line-height: 1em;
	display: table-cell;
    vertical-align: middle;
}
}
/***** MORE *****/
@media (max-width: 980px) {
	.et_pb_text,
	.et_pb_widget,
	.module-titles {
		text-align: center;
	}

}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
	#main-footer h4 {
    text-align: center;
}
	.widgettitle:before,
	#main-footer h4:before {
    width: 100%;
}
	body:not(.home) h1.entry-title {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
}
	.et_pb_widget {
    text-align: center;
}
	footer .et_pb_widget {
		float: none;
	}
}
	#main-footer .container {
    width: 93%;
}
.payments strong, .payments br {
    display: none;
}


/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
		width: 100%;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
	right: 5px !important;
    left: unset !important;
    position: absolute;
    top: 1px;
}
ul#mobile_menu {
    top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
}

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/
.image-logo .logo_container a {
	display: block;
}



.et_header_style_centered #logo {
	position: static;
}

@media ( min-width: 981px ) {
	.image-logo header {
		transition: all .3s !important;
	}


	.image-logo #top-menu > li > a {
		transition: all .3s !important;
	}

}

@media ( max-width: 980px ) {
	.image-logo .logo_container {
		width: fit-content;
    	margin: 0 auto;
		height: 100% !important;
	}
	.image-logo .logo_container,
	.image-logo #logo {
    	max-height: 120px !important;
		max-width: 100%;
}
}


/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
	.et_pb_widget li {
    /* list-style: disc inside; */
	}
}
@media (max-width: 980px) {
	.et_pb_column .et_pb_widget:nth-child(n) {
    	width: 100% !important;
    	max-width: 100% !important;
    	margin-right: 0 !important;
    	margin-left: 0 !important;
	}
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
.footer-widget li:before {
    border-color: #1fc6c7;
}
#social-icons {
    text-align: inherit;
}
#footer-widgets .footer-widget li a {
    color: #000;
    text-decoration: none;
}
#footer-widgets .footer-widget li a:hover {
    color: #6c6c6c;
    text-decoration: none;
}
@media (max-width:980px) {
.et_pb_widget {
    text-align: center;
}
.paymentType {
    display: inline-block;
    float: none;
}
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.75));
}


@media (max-width: 767px) {
.hours, .openinghours {
    width: 100%;
    text-align: center;
}
}

#top-menu li a {
text-transform: uppercase !important;
}

#mobile_menu li a {
text-transform: capitalize !important;
}

@media screen and (max-width: 981px) and (min-width: 767px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget {
margin-bottom: 5% !important;
}
#footer-widgets .footer-widget .fwidget {
margin-bottom: 5%;
}
.openinghours {
margin: none;
}
.hours, .openinghours {
width: 65%;
margin: 0 auto !important;
}
}

.top-header {
    background: #222222;
    padding: 10px 0;
}
.container_nav {
    display: flex;
    align-items: center;
    justify-content:center;
    width: 95% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact-info-header {
	display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info-address-sc {
	margin-right:25px;
}
.contact-info-phone a, .contact-info-address-sc {
    color: #fff;
    display: flex;
    align-items: center;
}

#main-header .fa-mobile {
	top:2px;
}
#main-header .fa {
    position: relative;
    color: #ffffff;
    background: #85C226;
    height: 40px;
    width: 40px;
    border-radius: 10em;
    font-size: 25px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-right: 15px;
    transition: all 500ms ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-header {
	background: #fff;
}
.slider-section {
	padding:200px 0 !important;
}
.slider {
    /*background: rgb(0 0 0 / 16%);*/
    /* border-left: 5px solid #85C226; */
   /* padding: 50px 50px;*/
	text-align:center;
}
.little-title-slider {
    font-size: 25px;
    line-height: normal;
    color: #fff;
    font-weight: 900;
    padding-bottom: 10px;
}
.big-title-slider {
	 color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
	font-family: 'Rajdhani', sans-serif;
}

@keyframes bannerscale {
    50% {
        transform: scale(1.2);
    }
}
.row-content {
	display:flex;
    align-items:center;
}
.home h2.entry-title {
    font-size: 27px !important;
    font-weight: 800 !important;
    margin-top: 0;
    font-family: 'Rajdhani', sans-serif;
    color: #222222;
    text-align: center;
    line-height: normal;
}
/*.module-content {
	background:#ECFFCE;
	padding:25px;
	border-left:10px solid #85C226;
	border-radius:10px;
}*/
.btn-about a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: transparent;
	border: 2px solid #efefef;
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
	margin-top:10px;
}
.btn-about a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-color: #1FC6C7;
    width: 10px;
    height: calc(100% - 15px);
    z-index: -1;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.btn-about a:hover::before {
    width: calc(100% - 14px);
    opacity: 1;
    visibility: visible;
}
.btn-about a:hover {
	background-color:transparent;
	color:#fff;
}

.title-contact-info {
       text-align: center;
    font-size: 45px;
    line-height: normal;
    color: #000000;
	font-family: 'Covered By Your Grace', cursive;
}


.col-nap-cn {
background:#FF662A;
}
.nap-h h3 {
	font-weight:bold;
	line-height:normal;
	font-family: 'Rajdhani', sans-serif;
	padding-bottom:0px;
	color: #fff!important;
}
.nap-h .fa {
	font-size:35px;
	margin-bottom:20px;
	color: #fff!important;
}
.col-nap-cn .nap-h h3, .col-nap-address .nap-h h3 {
	color:#fff;
}
.col-nap-cn .nap-h .fa, .col-nap-address .nap-h .fa {
	color:#fff;
}
.col-nap-address {
background:#1FC6C7;
}
.col-nap-phone {
background:#000;
}
.col-nap {
padding:20px 50px;
text-align:center;
	min-height:200px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	display: flex;
    align-items: center;
    justify-content: center;
}
.col-nap:hover {
    transform: translateY(-3px);
}
.row-f {
    display: flex;
    justify-content: center;
}
.col-call {
	background:#222222;
}
.col-or {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    color: #222;
    font-weight: 600;
    background-color: #fff;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 3px 12px -4px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 12px -4px rgb(0 0 0 / 10%);
    justify-content: center;
}
.col-get {
	background:#95a187;
}
.col-call, .col-get {
    width: 48%;
    padding: 30px 50px;
    margin: 0 1.5%;
}
.col-call p, .col-get p {
    color: #95a187;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
	text-transform:capitalize;
}
.col-get p {
	color:#222222;
}
.col-call a, .col-get a {
	font-weight:bold;
    font-size:36px;
	color:#fff;
	line-height:normal;
	font-family: 'Rajdhani', sans-serif;
}
.title-contact-now {
	font-weight:bold;
    font-size:40px;
	color:#222222;
	text-align:center;
	line-height:normal;
	font-family: 'Rajdhani', sans-serif;
	text-transform:capitalize;
}
/* services box */
.title-services h2 {
	font-family: 'Rajdhani', sans-serif;
   color:#fff;
	text-align:center;
	font-size:45px;
	line-height:normal;
	font-weight:900;
}
.row-services {
	display:flex;
}
.col-services {
	background:#fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
	border-radius: 10px;
}
.services-box {
	padding:10px;
}

.services-box:hover{
	margin-top: -20px;
}
.services-box-img {
	padding:10px 10px 0;
}
.services-box-img img {
	border-radius: 10px;
}
.services-box-title {
    text-align: center;
    padding: 20px 0;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-services:before{
    content: "";
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: -1;
}
.col-services:after {
    content: "";
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    position: absolute;
    background: #fff;
    background-color: #1FC6C7;
    height: 96%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.services-box-title h3 {
	text-decoration: underline;
	font-family: 'Rajdhani', sans-serif;
	color:#222222;
	font-weight:900;
	font-size:25px;
	padding-bottom:0px;
}
.services-box-title h3:hover {
	color:#FF662A;
}
.services-box-content {
    padding: 0 10px 10px;
}
/* end services box */


/* SERVICES BOX */
.srvBlock {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-bottom: 20px;
    align-items: stretch;
    justify-content: space-between;
}
/*content bakground*/


.srvElement {
    width: 30%;
    float: left;
    padding: 0px;
    background-color: #fff;
    margin-bottom: 30px;
    /* height: 100%; */
    /* overflow:hidden; */
    transition:0.3s;
    position:relative;
    box-shadow: 0px 0px 4px #00000080;
    border-radius: 15px;
    padding-top: 1%;
}



.srvElement:hover:before{
	margin-top: 10px;
}

.srvElement:before {
    content: '';
    position: absolute;
    top: 3%;
    left: -3%;
    right: 0;
    bottom: 0;
    background-color: #1dc6c7;
    border-radius: 5px;
    z-index: -1;
    width: 106%;
    height: 100%;
	transition:0.3s ease-in-out;
}

.srvElementImg{
	width:94%;
	margin:auto;
}


.srvElementFullWidth {
	/* overflow:hidden; */
	transition:0.3s;
	width: 100%;
	background-color: #fff;
	display: flex;
	/* flex-direction: column; */
	margin-bottom: 30px;
}



.srvElementFullWidth:hover:before{
	top: 10px !important;
}


.srvElementFullWidth:before {
    content: '';
    position: absolute;
    top: 3%;
    left: -3%;
    right: 0;
    bottom: 0;
    background-color: #1dc6c7;
    border-radius: 5px;
    z-index: -1;
    width: 106%;
    height: 100%;
    transition:0.3s ease-in-out;
}

.srvElementHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    margin: auto;
    min-height: 70px;
}
/*h3 background*/
.srvElementHeader h2 {
    padding: 0px;
}

.srvElementContent {
    text-align: justify;
    color: #0b2c3d;
    padding: 10px;
}
.srvElementFullWidth .srvElementHeader {
    width: 100%;
    /* margin-bottom: 30px; */
}

.srvElementFullWidth .srvElementBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding: 10px;
}

.srvElementFullWidth:last-child .srvElementBody {
	width: 100%;
}

.srvElementFullWidth .srvElementImg {
    width: 30%;
    padding: 10px;
    overflow: hidden;
}
.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding-left: 20px;
}
/*h3 background hover*/


.srvElementImg img{
		height:250px;
		object-fit:cover;
		width: 100%;
		border-radius: 15px;
	}

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .srvElement {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
}
.srvElementFullWidth {
    display: inline-block;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    }

.srvElementFullWidth .srvElementBody {
    display: block;
    width: 100%;
}

.srvElementFullWidth .srvElementImg {
    width: 94%;
    padding: 10px;
}

.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding: 10px;
}

.srvElementBody {
    padding: 10px;
}
}

.srvElementContent a {
    color: #ff662a;
}

 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.extra-services {
	list-style: none !important;
    text-align: center;
    padding: 0 !important;
    list-style-type: none !important;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li, .extra-services li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #0b2c3d;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a, .extra-services li a {
	color: #0b2c3d;
	text-decoration: underline;
}
#additionalServices li::before, .extra-services li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
 

#additionalServices li, .extra-services li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
#additionalServices, .extra-services {
    columns: 3;
    column-gap: 10px;
}
}
/* END SERVICES BOX */

.title-testimonials {
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    line-height: normal;
    color: #000;
}
.title-testimonials span {
	color: #000;
}
/*.module-testimonials {
    width: 80%;
    
    padding: 15px 20px 40px;
    margin: 0 auto;
    
	border-radius:10px;
}*/
.home div.wpcr3_dotline {
    border-bottom: 0px dotted #ccc !important;
}

.title-services-list {
	padding-top: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    text-transform: capitalize;
}
.title-services-list span {
	color:#fff;
}
.home ul#servcss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home ul.extra-srvcss {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
.home #servcss li, .home .extra-srvcss li {
    position: relative;
    color: #fff;
    font-weight: bold;
    margin: 0.3em 0;
    padding-left: 45px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.home #servcss li:before, .home .extra-srvcss li:before {
    position: absolute;
    content: '\f00c';
    top: 0;
    left: 0;
    color: #fff;
    background: #1FC6C7;
    padding: 10px;
    width: 10px;
    height: 10px;
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
	    border-radius: 50%;
}
span.logo_helper {
    display: block;
}
@media screen and (max-width:1024px) {
.container_top_header {
    flex-direction: column;
}
}
@media screen and (max-width:980px) {
	.logo_container {
padding:20px !important;
}
	.row-services, .row-nap, .row-content, .row-f {
		flex-direction:column;
	}
	.row-services {
    padding-bottom: 0px !important;
}
.et_header_style_centered #et_mobile_nav_menu {
    margin-top: 0px;
}
	.et_header_style_centered header#main-header .logo_container {
		max-height:initial !important;
	}
	  .wpcr3_review, .wpcr3_item_name, .home h1.entry-title, .btn-about, .title-contact-info {
    text-align:center;
  }
	.col-nap-address, .col-nap-phone {
		margin-top:0px;
	}
.col-call, .col-get {
    width: 100%;
    padding: 50px 20px;
    margin: 1.5% 0%;
    text-align: center;
}
	.animated-bounce {
    left: 0px;
    top: -35px;
	}
	.animated-bounce2 {
    right: 0px;
    bottom: -30px
	}
	.module-testimonials {
    width: 100%;
	}
}
@media screen and (max-width:600px) {
.contact-info-header {
    flex-direction: column;
    align-items: center;
}
	.contact-info-address-sc, .contact-info-phone {
		margin:7px 0px;
	}
	.big-title-slider {
    font-size: 35px;
	}
	.row-nap {
    padding: 50px 20px !important;
}
.slider-section {
    padding: 90px 0 60px!important;
    background-position: 0% 100%;
}
	.btn-testimonials a {
    display: block;
	}

}

a.color {
    color: #5a528a;
}



div.et_pb_section.et_pb_section_0 {
    background-blend-mode: overlay;
    background-position: center!important;
}

div.et_pb_section.et_pb_section_0 {
    background-position: 80% 40%!important;
}

p.main-title {
    font-family: 'Covered By Your Grace', cursive;
    color: #ff662a;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
}

p.main-title-1 {
    color: #1a1e32;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
}

.main-title-2{
	    padding-top: 50px;
    font-family: 'Covered By Your Grace', cursive;
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
}

div#my-clean-icon {
    margin-bottom: -150px;
}
/* reviews */

.owl-stage {
    display: flex;
    align-items: center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.external-review-content {
    width:100%;
}
.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}
.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #fff;
    font-weight: 400;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #fff;
}
.external-review-author {
    margin: 0 5px;
    font-weight:400;
}

.external-review-date {
    margin: 0 5px;
}
.external-review-text {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px auto;
    text-align: center;
    padding: 0;
    width: 95%;
    color: #fff;
    font-weight: 400;
    position: relative;
}
a.add-reviews-link {
    color: #ed9e02;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}
.static-external-review-container {
 width: 100%;
 display: flex;
 justify-content: center;
}
.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}
 @media (min-width: 981px) {
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: absolute;
}
 }
/* end reviews */
/* add buttons*/
.booking-button-switch {
display: none !important;
}
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #1fc6c7;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #ff662a;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 5px 15px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}
.top_button:hover {
    
	transform: scale(1.1);

}
.top_button .fa {
    margin-right: 0px !important;
    background: transparent !important;
    display: inline !important;
    top: 0px !important;
    left: 0px !important;
    height: 0px !important;
    color: #fff !important;
    padding: 0px 5px 0px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background-color: #FF662A;
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #1FC6C7;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 220px;
	transition:0.4s ease-in-out;
}

.floating-estimate-btn:hover{
	transform: scale(1.1);
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 3px solid #1FC6C7;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom:0px;
    background: #FF662A;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    justify-content: center;
    width: 220px;
    z-index: 9999;
    font-weight:bold;
	transition:0.4s ease-in-out;
}

#main-footer .listing-rev-btn:hover{
	transform: scale(1.1);
}

#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    bottom:0px;
}
/* end add buttons */

@media screen and (min-width:601px) {
    .slider-button {
    display:flex;
        justify-content:center;
  }
.slider-button .booking-button-switch {
  margin-right: 15px;
}
}



/* HTML BADGES STYLE */

div#home-badges-section:before,
div#homepage-nap-section:before {
    content: '';
    position: absolute;
    background-size: auto;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-radius: 2px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    font-family: 'Nunito', sans-serif;
    filter: drop-shadow(2px 4px 6px black);
}

.badge-holder:hover {
    box-shadow: 0px 0px 8px 0px #fcfffc99;
}

.badge-holder img {
    width: 70%;
    padding-bottom: 5px;
}

p.badge-content {
    color: #727272;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-title {
    background: #ff662a;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2px;
}

.badge-title span {
    font-size: 13px;
}

#footer-widgets .footer-widget li:before {
	display:none !important;
}

#footer-widgets .footer-widget li {
	padding-left: 0px;}

.left{
	display: flex;
	justify-content: flex-end;
	/* gap: 5%; */
	align-items: center;
	height: 500px;
}

.left .et_pb_column_12{
	margin-right: 20px !important;
	padding: 30px 0;
}
.right{
	width: 48%;
	min-height: 100%;
	background: url(https://pearlandsteamcleaning.com/wp-content/uploads/2025/07/Professional-Steam-Cleaning-Services-1.webp);
	background-position: center;
}

.keen-slider__slide{
	border:none;
	background:transparent;
}


.keen-slider__slide:hover{
	border:none;
	background:transparent;
}



.testimonial-subject{
	color: #000;
}

.testimonial-content{
	color: #000;
}
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #ff662a;
    border-radius: 50%;
    cursor: pointer;
    background: #ff662a;
    border-style: solid;
    display: flex;
    color: #fff;
}
 
.nav-arrows button:hover {
    background: #ff662a;
    color: #ffffff;
    border-color: #ff662a;
}

.review-from-logo {
    width: 80px;
    height: auto;
    background: #ffffff;
    padding: 3px;
    border-radius: 5px;
    min-height: 35px;
    filter: drop-shadow(0px 0px 3px #ffffff);
}
.reviewer-name {
	font-size: 14px;
	border-right: 0;
}
 
.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}

.reviewer-name{
	color: #000;
}

@media screen and (max-width:980px){
	.left .et_pb_column_12{
	margin-right: 0px !important;
}
	.testimonial-item{
		padding:30px;
	}
	.testimonial-content{
line-height:1.2em;		
	}
	.right {
    width: 100%;
    min-height: 100%;
    background: url(https://pearlandsteamcleaning.com/wp-content/uploads/2025/07/Professional-Steam-Cleaning-Services-1.webp);
    background-position: center;
		height:500px;}
	.left {
    display: flex;
    justify-content: flex-end;
    gap: 5%;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
}

.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background: #ff662a;    
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
border-radius:0px;
}

.wpcr3_button_1:hover {
color: #fff;
    background: #ff662a;
	position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
border-radius:0px;
	transform:scale(1.1)
}

#footer-widgets .footer-widget li:before {
	display:none !important;
}

#footer-widgets .footer-widget li {
	padding-left: 0px;}

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

.post-content-inner {
    text-align: justify;
}

body:not(.et_pb_page) #main-content .container{
    padding: 80px 0px;
}

/* Blog Post, Services and Blog Page Style */
.page-template-default div#content-area div#left-area h1, .page-template-default div#content-area div#left-area h2, p.post-meta, .single-post h2 {
    text-align: left !important;
}

.page-template-default:not(.single-post) div#content-area div#left-area h2:last-of-type {
	text-align: center !important;
}

.page-template-default div#content-area div#left-area p, .blog-page-class p, .single-post p {
    text-align: justify !important;
}

@media (max-width: 980px) {
	
	.page-template-default div#content-area div#left-area h1 {
	    font-size: 26px !important;
	    text-align: center !important;
	}

	.page-template-default div#content-area div#left-area h2 {
	    font-size: 24px !important;
	}

	.blog-page-class h2, p.post-meta{
		/* text-align: center !important; */
	}
}

/* Page Padding Fix */
.single-post div#main-content .container {
    padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

#main-content .container h2{
    padding-bottom: 10px;
    font-size: 24px;
}

.blog-page-class .et_pb_post:last-of-type {
	margin-bottom: 0 !important;
}

@media (min-width: 981px) {
	#main-content .container .type-post:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
}
