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

  font-family: 'Poppins', sans-serif;

}



.et_monarch .et_social_mobile {

  width: 100%!important;

}



h1 span {

  color: #5e5e5e;

}



blockquote {

  position: relative;

  border-left: none;
	padding-left: 0;

}



.wpcr3_item_name a {

	color: #1ABC9C!important;

}



.entry-title.main_title {

  font-family: 'Poppins', sans-serif;

  font-weight: bold;

}



.button {position: relative;display: inline-block;background: #1ABC9C;font-weight: 600;text-transform: uppercase;text-shadow: none;color: #fff;padding: 18px 20px 16px;width: 250px;transition: 0.3s ease-in-out;}



.button:hover {

  background: #148f77;

}



.content-title {

  border-bottom: 1px solid #dadada;

  padding-bottom: 20px;

}



#location strong {

  color: #1ABC9C;

}



#servcss {

	list-style-type: none;

	padding: 0;
	display: inline-block;
}
:not(.et_pb_widget) > div > #servcss {
	font-size: 20px;
}



#servcss li {

  margin-bottom: 0.5em;

}






/* -----------------------------------------------------------------------

 * Header Style

 * ----------------------------------------------------------------------- */

/* Top header */

#main-header {

	background-color: #fff;
	filter: drop-shadow(0 0 3px rgba(0,0,0,.25));

}



#main-header .contact-info {margin-top: 26px;transition: 0.3s;}



#main-header .contact-info a, #main-header .contact-info span {display: inline-block;font-size: 14px;font-weight: 600;color: #a6a6a6;line-height: 0;transition: 0.4s ease-in-out;}



#main-header .contact-info a:hover {

 	color: #223555!important;

}



#main-header .contact-info .email-us {

	margin-right: 20px;

	margin-left: 20px;

}



#main-header .fa {

	position: relative;

	top: -8px;

	left: -10px;

	width: 35px;

	height: 35px;

	color: #1ABC9C;

	border-radius: 50%;

	font-size: 15px;

	padding-top: 8px;

	transition: 0.3s;

	border: 2px solid #1ABC9C;

}



#main-header .fa-volume-control-phone {

	font-size: 18px;

	padding-top: 6px;

}



#main-header .fa-envelope {

 	font-size: 17px;

 	padding-top: 6px;

}



#main-header .contact-info a em, #main-header .contact-info span em {

	display: block;

	color: #737373;

	font-style: initial;

	text-align: left;

	position: relative;

	left: 36px;

	font-size: 12px;

	font-weight: 400;

}



/* Logo */


.logo_container {

 	float: left;
	display: table;
	height: 60px !important;
	

}



.text-logo {  

	display: table-cell;
	vertical-align: middle;

	color: #fff;

	font-family: 'Roboto Slab', serif;

	font-weight: bold;

	line-height: 1.05em;

	text-transform: uppercase;  

	z-index: 2;

	transition: 0.3s;

}



.text-logo::before {

    position: absolute;

    content: "";

    top: 0;

    left: -60%;

    width: 100%;

    height: 100%;

    background-color: #1ABC9C;

    transform: skewX(25deg);

    z-index: -1;

}



.comp-name {

	color: #1ABC9C;

	transition: 0.4s ease-out;

}



.comp-name:hover {

 	text-decoration: underline;

}



/* Navigation */

#et-top-navigation {

 	background: #fff; 

    border-top: 1px solid #f2f2f2;

}



#top-menu li {

	padding-right: 0px;

	margin-right: -3px;

}



#top-menu li a {

	position: relative;

	padding: 17px 23px 15px !important;

	font-weight: 500 !important;

	border-bottom: 2px solid transparent;

}



#top-menu li a:hover, #top-menu .current-menu-item > a {

	border-bottom-color: #1ABC9C;

 	opacity: 1!important;

}



/* mobile */

.mobile_menu_bar::before, .et_header_style_centered .mobile_nav .select_page{

 	color: #5e5e5e!important;

}

.et_mobile_menu li a {
	color: #fff!important;
}


#et_mobile_nav_menu, .et_header_style_centered #main-header .mobile_nav {

	background: #fff!important;

}



.et_mobile_menu {

 	padding: 2% 5%;

}



#mobile_menu {

	border-top: 1px solid #fff!important;

	background: #1ABC9C!important;
	text-align: center;

}



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

    background: #1ABC9C;
padding: 10px;
border-radius: 40px


}



.scroll-down-btn:hover {

    opacity: 0.8;

}



/* -----------------------------------------------------------------------

 * Sidebar Style

 * ----------------------------------------------------------------------- */

.widgettitle {

  position: relative;

  color: #272727!important;

  font-family: 'Roboto Slab', 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: -1px;

	left: 0;

	width: 35px;

	height: 2px;

	background-color: #1ABC9C; }



#sidebar {

  color: #343434;

}



#sidebar .textwidget br:nth-child(4), #sidebar .textwidget br:nth-child(5) {

	display: none;

}



#servcss svg {

  display: none;

}



/* -----------------------------------------------------------------------

 * Services Section Style

 * ----------------------------------------------------------------------- */

#section-1 .et_pb_column_1_4 {

  background-color: #fff;  

  border: 1px solid #e6e6e6;

  border-bottom-width: 2px;

  padding: 20px 20px 35px;

  transition: 0.4s ease-in-out;

}



#section-1 .et_pb_column_1_4:hover {

  box-shadow: 0 0 1px rgba(205,205,205, 0.5);

  border-bottom-color: #1ABC9C;

}



#section-1 .et_pb_column_1_4 h4 {

  position: relative;

  color: #555!important;

	font-weight: 500!important;

	font-size: 18px!important;

  text-transform: uppercase!important;

}



#section-1 .et_pb_column_1_4 h4:before {

  position: absolute;

  content: "";

  bottom: -10px;

  left: 0;

  width: 20px;

  height: 2px;

  background-color: #1ABC9C;

}



#section-1 .et_pb_column_1_4 .et_pb_main_blurb_image {

    margin-bottom: 20px;

    text-align: left;

}



#section-1 .et_pb_column_1_4 .et_pb_main_blurb_image img {

  width: 70px;

  height: 70px;  

  border: 1px solid #e6e6e6;

  padding: 15px;

  transition: 0.3s ease-in-out;

}



#section-1 .et_pb_column_1_4:hover .et_pb_main_blurb_image img {
    transform: scale(1.1);
}



/* -----------------------------------------------------------------------

 * Testimonial

 * ----------------------------------------------------------------------- */

.home-testimonial .section-heading {

	position: relative;

	font-size: 30px;

	font-weight: bold;

	line-height: normal;

}



.home-testimonial blockquote {

	border: 0;
	margin-bottom: 0px; /*TODO*/
	padding-bottom: 0px !important;
	padding-left: 0;

}

.home-testimonial blockquote:before {
  content: none;
}



.home-testimonial div.wpcr3_review div.wpcr3_review_title, .home-testimonial div.wpcr3_dotline, .home-testimonial div.wpcr3_review div.wpcr3_review_author, .home-testimonial div.wpcr3_review div.wpcr3_review_datePublished, .home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue {

  display: inline-block!important;

}



.home-testimonial .wpcr3_item_name a {

	color: #fff!important;

}



.home-testimonial .learn-more a {

	background: transparent;

	border: 2px solid #fff;

	color: #fff;

  text-transform: uppercase;

  padding: 13px 18px 11px;

  font-size: 14px;

	transition: 0.3s ease-out;

}



.home-testimonial .learn-more a:hover,
#submitter:hover {
    background: white !important;
    color: #1ABC9C !important;
	border-color: white !important;
}

/***** 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-size: 20px;

	line-height: 30px;

}



.free-estimate-heading {

  position: relative;

  color: #1ABC9C!important;

  font-family: 'Roboto Slab', serif;

  font-weight: 600;

  font-size: 40px;

  line-height: normal;

  padding-left: 8px; }



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-color: transparent;

  border-style: none none solid;

  border-width: 1px;

  border-color: #000 #000 #e1e1e1;

  color: #fff!important;

  padding: 15px 2px;

  font-family: 'Poppins', sans-serif;

  font-size: 14px;

  line-height: 1.42857143;

  margin: 10px 0px!important;

  border-radius: 2px;

  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::placeholder {

  color: #fff!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;

  border-bottom-color: #1ABC9C; 

}



#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-weight: 700 !important;

  color: #fff;

  cursor: pointer;

  height: auto !important;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -o-border-radius: 0px;

  background: #1ABC9C;

  border: 2px solid #1ABC9C;

  border-radius: 2px;  

  margin-top: 35px!important;

  overflow: hidden;

  transition: 0.3s;
	
	width: 100% !important;

}



#submitter:hover {

	background-color: #272727;

	border-color: #272727;

}

body:not(.home) #contactForm input,
body:not(.home) #contactForm textarea {
    background: #212121 !important;
}



#services ul li {

  color: #1abc9c;

  position: relative;

  padding-left: 25px;

}



#services ul li:before {

  position: absolute;

  content: "\f00c";

  left: 0;

  font-family: 'FontAwesome';

  color: #1ABC9C;

}





/* -----------------------------------------------------------------------

 * Footer Style

 * ----------------------------------------------------------------------- */

#main-footer {

    background-color: #212121;

    border-top: 5px solid #1ABC9C;

    padding-top: 30px;

}



#main-footer #footer-widgets {

    margin-bottom: 20px;    

    padding: 3% 0 0;

}



#main-footer .footer-widget {

	color: #c9c9c9!important;

}



#main-footer #footer-widgets .footer-widget:nth-child(2) > div {

    width: 100%;

}



#main-footer h4 {

  position: relative;

  color: #fff!important;

  font-family: 'Roboto Slab', serif;

  font-size: 18px;

  font-weight: 600;

  text-transform: uppercase;

  padding-bottom: 20px;

  margin-bottom: 20px;

}



#main-footer h4:before {

	position: absolute;

	content: "";

	bottom: 0;

	left: 0;

	height: 2px;

	width: 30px;

	background: #1ABC9C;

}



.openinghours tr td:first-child {

    padding-left: 5px!important;

}



.openinghours tr td:last-child {

    text-align: right!important;

    padding-right: 5px!important;

}



#current-day {

    background-color: #fff;

}



#current-day td {

  color: #1ABC9C!important;

  font-weight: 600!important;

}



#text-7 .textwidget br,

#text-7 .textwidget strong {

    display: none;

}



.hours th,

.openinghours td {

    text-align: left !important;

    font-family: 'Poppins', sans-serif;

    font-size: 14px !important;

    font-weight: 400!important;

    text-shadow: none !important;

}



.openinghours td, .hours th {

  color: #c9c9c9!important;

}



#footer-bottom {

  padding: 22px 0 18px;

  background: #212121!important;

  border-top: 1px solid rgba(255,255,255,0.1);

  font-size: 15px;

  line-height: 18px;

	color: #c9c9c9;
}



/* -----------------------------------------------------------------------

 * 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);

    }

}



/* Phone Ring Icon */

.ring {

  display: inline-block;

  -webkit-animation: Ringing 2000ms linear 2000ms infinite;

  animation: Ringing 2000ms linear 2000ms infinite; }



@-webkit-keyframes Ringing {

  0% {

    -webkit-transform: rotate(0deg); }

  4% {

    -webkit-transform: rotate(-45deg);}

  8% {

    -webkit-transform: rotate(0deg); }

  12% {

    -webkit-transform: rotate(-45deg);}

  16% {

    -webkit-transform: rotate(0deg); }

  20% {

    -webkit-transform: rotate(-45deg);}

  24% {

    -webkit-transform: rotate(0deg); }

  100% {

    -webkit-transform: rotate(0deg); } }



@keyframes Ringing {

  0% {

    transform: rotate(0deg); }

  4% {

    transform: rotate(-45deg);}

  8% {

    transform: rotate(0deg); }

  12% {

    transform: rotate(-45deg);}

  16% {

    transform: rotate(0deg); }

  20% {

    transform: rotate(-45deg);}

  24% {

    transform: rotate(0deg); }

  100% {

    transform: rotate(0deg); } }



/* Pulsing */

.pulsing {

    display: inline-block;

    animation: color-cycle 1.5s infinite;

    -webkit-animation: color-cycle 1.5s infinite;

    -moz-animation: color-cycle 1.5s infinite;

    -o-animation: color-cycle 1.5s infinite;



}



@keyframes color-cycle {

    0% {

        color: #fff;

    }

    50% {

        color: #2ECC71;

    }

    100% {

        color: #fff;

    }

}



/* Beat */

@keyframes beat {

    0% {

        transform: scale(1);

    }

    50% {

        transform: scale(1.03);

    }

    100% {

       transform: scale(1);

    }

}



.beat {

  animation: beat 1s infinite;

  -webkit-animation: beat 1s infinite;

  -moz-animation: beat 1s infinite;

  -o-animation: beat 1s infinite;

}



/* linear wipe */

.linear-wipe {

	background: linear-gradient(to right, #FFF 20%, #F8CF29 40%, #F8CF29 60%, #FFF 80%);

	background-size: 200% auto;  

	background-clip: text;

	text-fill-color: transparent;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;  

	animation: shine 3s linear infinite;

	padding: 10px 0;

}



@keyframes shine {

	to {

	  background-position: 200% center;

	}

}



/* -----------------------------------------------------------------------

 * Helper Style

 * ----------------------------------------------------------------------- */

.pull-right { float: right!important; }

.pull-left { float: left!important; }



/* -----------------------------------------------------------------------

 * Media Queries Style

 * ----------------------------------------------------------------------- */

@media (max-width: 1200px) { 

	.text-logo {

	    color: #1ABC9C;

	  }



	.text-logo:before {

		content: none;

	}



	body header .et_menu_container nav #top-menu li a:hover {

		background-color: #fff;

		color: #1ABC9C!important;

	}

}



@media (max-width: 980px) { 

  .text-logo {

    display: inline;

  }



  #top-header .pull-left {

    margin-top: 12px;

   }



   #et-top-navigation {

    padding-top: 0;

    padding-bottom: 0;

   }



   .et_header_style_centered #main-header {

    padding-bottom: 0!important;
padding-top: 0px !important;
   }



   #mobile_menu {

    top: 33px;

    border-top: 0;

   }



   .logo_container {

    float: none;

    margin-bottom: 15px;
	   max-width: 100%;
	   display: inline-block;

   }



   #main-header .contact-info {

    margin-top: 5px;

    float: none !important;

   }



   #main-header .contact-info a, #main-header .contact-info span {

    font-size: 14px;

   }



   #main-header .fa {

   	top: 0;

   	width: auto;

	height: auto;

	border: 0;

	font-size: 14px;

   }



   #main-header .contact-info a em, #main-header .contact-info span em {

   	display: none;

   }



   #home-testimonial-wrapper {

   	background-position-x: right;

   }



   .home-testimonial .wpcr3_item_name a, .home-testimonial h2, .home-testimonial .et_pb_text {

   	text-align: center;

   }



   #section-1 .et_pb_column_1_4:hover {

   	transform: none;

   }



   #services {

   	margin-bottom: 20px;

   }



   #et-top-navigation {
    background: transparent;
border: 0;

   }

}



@media (max-width: 900px) { 

  .scroll-down-btn {

      bottom: 30px;

      width: 60px;

  }

}



@media (max-width: 600px) { 

  #main-header .contact-info a, #main-header .contact-info span {

    display: block;
    line-height: 30px;

  }

}



@media (max-width: 500px) { 

  #contactForm div:nth-child(5) img {

    float: none;

    display: block;

    margin: 0 0 10px;

    width: 100%;

  }



  #contactForm div:nth-child(5) input {

    float: none;

    width: 100% !important;

  }



  .home-testimonial h2:before {

  	content: none;

  }



  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {

    font-size: 45px!important;

    line-height: 50px;

    padding-bottom: 0;

  }

}



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

  #top-header .pull-left, #top-header .pull-right {

    float: none !important;

    text-align: center;

   }



  #top-header .pulsing {

    margin-top: 7px!important;

  }

}



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

}

/***** 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;
	padding-left: 0 !Important;
	padding-right: 0 !Important;
	margin-top: 20px !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 *****/
#top-menu .sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
#top-menu .sub-menu li {
	border-left: 0 !important;
	padding: 0 !important;
}
#top-menu .sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** MORE FIXES *****/

@media only screen and (min-width: 981px) and (max-width: 1200px) {
header.et-fixed-header #top-menu li a {
    color: #5e5e5e !important;
}
header.et-fixed-header #top-menu li.current-menu-ancestor>a, header.et-fixed-header #top-menu li.current-menu-item>a {
   color: #5e5e5e !important;
}
	.sub-menu {
		background: #1abc9c !important;
	}
}
/***** FIX MENU SIZING *****/

@media (min-width: 981px) {
#et-top-navigation .et_menu_container {
    margin: 0 !important;
    width: 100% !important;
max-width: 100% !important;
}
}
/***** 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;
	}
	.paymentsbox {
    max-width: 220px;
    text-align: center;
}
.paymentsbox p {
    display: none;
}
.paymentType {
    float: none;
    display: inline-block;
}
}
	#main-footer .container {
    width: 93%;
}
.payments strong, .payments br {
    display: none;
}
.payments strong, .payments br {
    display: none;
}

@media (max-width: 980px) {
/***** MOBILE MENU SIZING *****/
.logo_container {
	display: inline-block;
    height: fit-content !important;
	width: 95%;
    margin: 0 auto 15px;
	 margin-top: 15px !important;
}
header .mobile_nav {
    padding: 10px !important;
}
.contact-info.pull-right * {
    line-height: 2em !important;
    font-size: 15px !important;
}
.container.clearfix.et_menu_container {
    width: 100%;
}
	a.text-logo {
		max-width: 550px;
		display: inline;
	}
}
/***** DESKTOP MENU SIZING *****/
@media (min-width:981px) {
.logo_container {
    max-width: 40%;
    text-align: left;
    margin: 10px 0 !important;
}
header .container {
    width: 94% !important;
}
}
/***** ROW WIDTH/CENTER TEXT *****/
@media (max-width:980px) {
	.et_pb_text {
    text-align: center;
}
	img.scroll-down-btn {
    bottom: 5px;
}
	.home .et_pb_text_1 {
    padding-right: 0 !important;
}
	.home #contact-section .et_pb_column {
    width: 100% !important;
}
	.et_pb_blurb_container {
    text-align: center !important;
}
	#section-1 .et_pb_column_1_4 h4:before {
		width: 100%;
	}
}
	#servcss {
		display: flex;
		justify-items: center !important;
		flex-direction: column;
	}

.white-bg-box {
    background: rgba(0, 0, 0, 0.85);
    padding: 20px 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
		width: 100%;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    position: absolute;
	top: 0 !important;
    right: 0 !important;
}
.mobile_menu_bar:before {
	right: 5px !important;
    left: unset !important;
    position: absolute;
	line-height: 44px;
}
ul#mobile_menu {
    top: 100%;
}
/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/
@media ( min-width: 981px ) {
	.image-logo header {
    	height: 120px;
		transition: all .3s !important;
		border-top: none;
		padding-top: 0 !important;
	}
	.image-logo header.et-fixed-header {
    	height: 105px;
	}
	.image-logo .logo_container {
		max-width: 100% !important;
    	max-height: 100% !important;
    	width: 100% !important;
    	height: 100% !important;
		position: absolute;
		margin: 0 !important;
	}
	.image-logo #logo {
    	position: absolute;
    	left: 0;
	}
	.image-logo #main-header .contact-info {
		line-height: 110px !important;
    	padding-top: 10px;
		margin: 0;
	}
	.image-logo #main-header.et-fixed-header .contact-info {
		line-height: 95px !important;
		padding-top: 10px;
	}
	.image-logo .et_menu_container {
    	width: 100% !important;
    	max-width: 1350px;
    	padding-right: 10px;
	}
	.image-logo #top-menu > li > a {
		transition: all .3s !important;
	}
	.image-logo .et-fixed-header #top-menu > li > a {
    	padding-top: 13px !important;
    	padding-bottom: 13px !important;
	}
	.image-logo #et-top-navigation {
		border-top: none !important;
	}
	.image-logo #page-container {
    	padding-top: 168px !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%;
}
	#logo {
    	padding: 0 10px;
}
}


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

article {
	text-align: justify;
}

#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%;
}
#social-icons {
    text-align: inherit;
}
.footer-widget li:before {
    border-color: #1abc9c !important;
    margin-top: 3px;
}
@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));
}

.et_pb_slider .et_pb_slide_0 {
    background-position: center!important;
}



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

#mobile_menu li a {
text-transform: capitalize !important;
}
.image-logo .logo_container a {
display: inline-block;
}

@media (min-width: 981px) {
.image-logo #main-header .logo_container {
width: auto !important;
float: left;
height: auto !important;
}
}

.et_header_style_centered #logo {
position: static;
}
@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% !important;
margin: 0 auto !important;
}
}
.textwidget ul li {
	text-align:left;
}
@media screen and (max-width:980px) {
	.textwidget ul li {
	text-align:center;
}
    .wpcr3_review, .wpcr3_item_name {
    text-align:center;
  }
}


/* add buttons*/
.booking-button-switch {
 display:none;    /* TODO */
}
    .slider-button {
        margin-top:80px;
        margin-bottom:100px;
  }
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #212121; /*TODO*/
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #1ABC9C;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}
.top_button .fa {
    top:0px !important;
    left:0px !important;
    height:0px !important;
    color:#fff !important;
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background: #1ABC9C; /*TODO*/
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #212121; /*TODO*/
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 230px;
}

.floating-estimate-btn:hover {
    /* TODO if is needed */ 
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    background: #1ABC9C; /*TODO*/
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 3px solid #212121; /*TODO*/
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    justify-content: center;
    width: 230px;
    z-index: 9999;
    font-weight:bold;
}

#main-footer .listing-rev-btn:hover {
    /* TODO if is needed */

}

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

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

/* BADGES SECTION STYLE */
#badges-section {
    background-color: #ffffff !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.badge-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

.badge-block {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px #ffffff;
    background: #3bbca3;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 48%;
}

.badge-block img {
    width: 65px;
    height: auto;
    padding: 10px;
    filter: brightness(10.5);
}

.badge-content {
    width: 100%;
    text-align: center;
    font-size:10px;
    padding: 0px 7px 7px 7px;
}

.badge-content .title {
    line-height: 1;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
}

.badge-content .content {
    text-transform: capitalize;
    line-height: 1.2;
    border-top: 1px solid #ffffff;
    padding-top: 5px;
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
}
@media screen and (min-width: 480px) {
	.badge-block {
        width: 47%;
	}

	.badge-content{
		font-size:15px;
	}

	.badge-block img {
	    width: 65px;
	}
}


@media screen and (min-width: 981px) {
    .badge-content .content {
        min-width: auto;
        margin-top: 5px;
    }

    .badge-block {
        width: 24%;
    }

	.badge-content{
		font-size:15px;
	}
}

/* END BADGES SECTION STYLE */

/* SERVICES BOX */
.srvBlock {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
	margin-bottom: 20px;
}
/*content bakground*/
.srvElement {
    width: 32%;
    float: left;
    padding: 0px;
    background-color: #212121;
}

.srvElementFullWidth {
    width: 100%;
    background-color: #212121;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #3bbca3;
}
/*h3 background*/
.srvElementHeader h2 {
    color: #fff;
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}
.srvElementContent a {
	color: #1abc9c;
}
.srvElementFullWidth .srvElementHeader {
    width: 100%;
}

.srvElementFullWidth .srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.srvElementFullWidth .srvElementImg {
    width: 40%;
}
.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding-left: 20px;
}
/*h3 background hover*/
.srvElementHeader:hover {
    background-color: #212121;
    color: #000;
}
.srvElementHeader:hover h2{
    color: #3bbca3;
}

@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: 5px;
}
.srvElementFullWidth {
    display: inline-block;
}

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

.srvElementFullWidth .srvElementBody {
    display: block;
}

.srvElementFullWidth .srvElementImg {
    width: 100%;
}

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

.srvElementBody {
    padding: 10px;
}
}
/* END SERVICES BOX */

h1.title-header {
    color: white;
    text-shadow: -1px +1px #060606;
    filter: drop-shadow(2px 4px 6px #333);
}

/*--------------------------------------------------
    * Testimonials Plugin CSS
--------------------------------------------------*/
#testimonials-section {
    background: #ffffff;
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}
 
.testimonials-title {
    text-align: center;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
    color: #000;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 1px solid #212121;
    border-radius: 0;
    padding: 1rem;
    background: rgba(255,255,255,0.15);
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
	background: rgba(255,255,255,0.15);
    border: 1px solid #212121;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
    filter: drop-shadow(0 0 1px #000);
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #1a202c;
    text-align: center;
    font-style: italic;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 80px;
    height: auto;
    background: #ffffff;
    padding: 3px;
    border-radius: 0;
    min-height: 35px;
    filter: drop-shadow(0px 0px 3px #ffffff);
}
 
.reviewer-name {
    font-weight: 500;
    color: #1A202D;
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 14px;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
 
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #212121;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    border-style: solid;
    display: flex;
    color: #212121;
}
 
.nav-arrows button:hover {
    background: #212121;
    color: #ffffff;
    border-color: #212121;
}
 
.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-content {
        line-height: 1.5rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 0.75rem;
        border-right: 0;
    }
 
    .review-from-logo {
      padding-left: 5px;
    }
}


 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #1abc9c;
	text-decoration: underline;
}
#additionalServices 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 {
    break-inside: avoid;
    padding: 5px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
    #additionalServices {
        columns: 3;
        /* column-gap: 10px; */
         justify-content: flex-start;
    }
     #additionalServices li {
        width:calc(100% /3);
    }
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

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

#submitter {
    text-align: center !important;
}
.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

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

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

@media (max-width: 980px) {
   #sidebar .et_pb_widget {
    margin-top: 40px;
}
}

table.openinghours {
    width: 100%;
}