/*
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: 'Montserrat', sans-serif;
  font-weight: 300;
}

.wpcr3_item_name a {
	color: #35495F!important;
}

.entry-title.main_title {
  font-weight: bold;
}

.button {
    position: relative;
    display: inline-block;
    background: #F95513;
    border-radius: 2px;
    color: #fff;
    font-weight: 400;
    padding: 22px 20px;
    z-index: 2;
    overflow: hidden;
}


.button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b6b6b4;
    border-radius: 2px;
    z-index: -1;
    transform: scaleX(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -moz-transition: all 0.3s ease-out 0s !important;
    color: #000;
}
.button:hover{
    color: #000000;
}
.button:hover::before {
  transform: scaleX(1);
}

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


/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */
#main-header {
	background: #fff;
}

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

#main-header .contact-info a,
#main-header .contact-info span {
	display: inline-block;
	font-size: 16px;
	color: #29394A;
	line-height: 0;
}

#main-header .contact-info a:hover,
#main-header .contact-info span:hover {
  color: #000000 !important;
}

#main-header .contact-info .email-us {
  margin-right: 20px;
  margin-left: 20px;
}

#main-header .fa {
  position: relative;
  top: -5px;
  left: -10px;
  width: 30px;
  height: 30px;
  color: #000000;
  border: 1px solid #000000;
  font-size: 20px;
  padding-top: 4px;
  transition: 0.3s;
}

#main-header .email-us .fa {
  padding-top: 3px;
}

#main-header .contact-info a:hover .fa,
#main-header .contact-info span:hover .fa {
  background-color: #000000;
  color: #fff;
}

#main-header .contact-info a em, #main-header .contact-info span em {
	display: block;
	color: #35495F;
  font-style: initial;
	text-align: left;
	position: relative;
	left: 30px;
	font-size: 13px;
}

/* Logo */
.logo_container {
    height: 100%!important;
    position: absolute;
    width: 100%;
    text-align: left;
}
.et-fixed-header .logo_container, .logo_container {
	padding: 0;
}

.text-logo {  
  display: inline-block;
  color: #77B070;
  font-size: 34px;
	line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}

.text-logo:hover {
	transform: skew(-10deg);
}


/* Navigation */
#et-top-navigation {
  background: #77B070;  
}

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

#top-menu > li > a {
  position: relative;
  font-weight: 400!important;
	padding: 25px 15px !important;
	border-right: 1px solid rgba(255,255,255,0.10);
	transition: 0.3s ease-in-out;
  z-index: 2;
}

#top-menu li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b6b6b4;
    z-index: -1;
    transform: scaleX(0);
    transition: 0.3s ease-in-out;
}
#top-menu li a:hover::before {
  transform: scaleX(1);
}

#top-menu li a:hover, #top-menu .current-menu-item > a {
    opacity: 1!important;
    background: #b6b6b4;
    color: #000000 !important;
}
/* mobile */
.mobile_menu_bar::before {
  color: #fff!important;
}

.et_mobile_menu {
  padding: 2% 5%;
}
#mobile_menu {
    background: #555555 !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: #000000;
    border-radius: 40px;
    padding: 5px;
}

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

.home .et_pb_slide h2.et_pb_slide_title {
    background: rgba(255,255,255,.9);
    padding: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
  position: relative;
  color: #000000!important;
  font-weight: 400;
  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: #77B070;
}

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

#servcss svg {
  display: none;
}

/* -----------------------------------------------------------------------
 * Services Section Style
 * ----------------------------------------------------------------------- */
#location, #services {
    background: rgba(255,255,255,.9);
    padding: 20px 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#location h3,
#services #servcss {
    font-size: 23px;
    line-height: 35px;
    color: black;
}

#section-1 .et_pb_column_1_4 {
	padding: 30px 10px;
}

#section-1 .et_pb_column_1_4 h4 {
  font-size: 20px;
	color: #000000 !important;
}

#section-1 .et_pb_main_blurb_image img {
	transition: all .3s;
}

#section-1 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    transform: translateY(-10px);
}


/* -----------------------------------------------------------------------
 * Testimonial
 * ----------------------------------------------------------------------- */
.home-testimonial .heading {
	position: relative;
	font-size: 30px;
}

.home-testimonial blockquote {
	border: 0;
	padding-left: 0;
}

.home-testimonial .wpcr3_item_name a {
	color: #fff!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%;
}
}

.wpcr3_rating_style1_average {
    float: left;
}
.wpcr3_review_item blockquote {
    border: none;
    padding-left: 0;
}


/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */

.free-estimate-form {
  padding: 25px 10px;
  background: #000000;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.free-estimate-heading {
  position: relative;
  color: #fff!important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 35px;
  padding-bottom: 0;
  padding-top: 10px;
  text-align: center; }

#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: #fff;
  border: 1px solid #29394A;
  color: #333!important;
  padding: 15px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  margin: 10px 0px!important;
  border-radius: 2px;
  opacity: 0.7;
  transition: 0.3s linear;
	width: 100%;
}

#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-weight: 700 !important;
  color: #fff;
  cursor: pointer;
  height: auto !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  background: #F95513;
  border: none;
  border-radius: 2px;
  margin-top: 10px!important;
  overflow: hidden;
  transition: 0.3s;
  width: 100% !important;
}

#submitter:hover {
	background-color: #000000;
}

.home #submitter:hover {
	color: #000000;
	background-color: #fff;
}


/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    position: relative;
    background: #77B070;
    padding-top: 50px;
    padding-bottom: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

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

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

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

#main-footer h4 {
    position: relative;
    color: #fff!important;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	width: 30px;
	background: #000000;
}


#main-footer #footer-bottom .container {
    text-align: left;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.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: #000000;
}

#current-day td {
  color: #fff!important;
}

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

.hours th,
.openinghours td {
    text-align: left !important;
    font-size: 12px !important;
    text-shadow: none !important;
}

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

#footer-bottom {
    padding: 5px 0 5px;
    background: #000000;
    border-top: 1px solid;
    color: white;
}

/* -----------------------------------------------------------------------
 * 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%, #ff7e23 40%, #ff7e23 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 1.5s 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: 980px) { 
	  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
	font-size: 36px!important;
    line-height: normal;
  }
  #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;
   }

   #mobile_menu {
    top: 100%;
    border-top: 0;
   }

  #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 .wpcr3_item_name a, .home-testimonial .heading, .home-testimonial .et_pb_text {
   	text-align: center;
   }

   #section-1 .et_pb_column_1_4:hover {
   	transform: none;
   }

   #services {
   	margin-bottom: 20px;
   }

   #main-header .contact-info a:hover .fa {
      background-color: transparent;
      color: #FC7C74;
    }
}

@media (max-width: 900px) { 
  .scroll-down-btn {
      bottom: 30px;
      width: 60px;
  }
}

@media (max-width: 768px) { 
	.logo_container {
		position: static;
    	text-align: center;
	}

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

@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: 10px 0 0;
    width: 100%;
  }

  #contactForm div:nth-child(5) input {
    float: none;
    width: 100% !important;
	      margin: 10px 0 0 !important;
  }
  
}

@media screen and (max-width: 425px) {
  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
	font-size: 30px!important;
    line-height: normal;
  }
}

@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) {
  .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;
	 font-weight: 400 !important;
}
/***** CENTER SLIDE *****/
 @media (max-width: 600px) {
     .et_pb_slide_description {
         width: 95% !important;
         padding-left: 0 !important;
         padding-right: 0 !important;
    }
     .et_pb_slides .et_pb_container {
         width: 100%;
    }
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
 .et_monarch .et_social_mobile {
     width: 65% !important;
}
/***** Cleaning template menu fix *****/
@media (min-width:981px) {
	body:not(.image-logo) .logo_container {
	margin-top: 10px;
    position: static;
    text-align: center;
}
	body:not(.image-logo) #main-header .contact-info {
    float: none !important;
    margin: 20px 0 12px;
}
	body:not(.image-logo) #main-header.et-fixed-header .contact-info {
    margin: 10px 0;
}
	body:not(.image-logo) .et-fixed-header #top-menu > li > a {
    padding: 20px 15px !important;
}
	body:not(.image-logo) #main-header .fa {
		top: 0;
	}
	body:not(.image-logo) #main-header .contact-info a em,
	body:not(.image-logo) #main-header .contact-info span em {
    display: none;
}
	body:not(.image-logo) #et-top-navigation > .et_menu_container {
    width: 97%;
}
}
@media (max-width:980px) {
	.logo_container {
		position: relative;
    	text-align: center;
		padding: 0 10px !important;
		padding: 0 !important;
    	display: inline-block;
	}
	.text-logo {
    	font-size: 28px;
		    line-height: 30px;
		display: inline;
		top: 0;
}
	#et-top-navigation > .et_menu_container {
    width: 100%;
}
}
header > .et_menu_container {
    width: 90%;
}
/***** FIX DROPDOWN ARROW POSITION *****/
 .menu-item-has-children>a:after {
     top: unset !important;
}
/***** FIX DROPDOWN *****/
 #top-menu .sub-menu {
     padding: 0 !important;
     width: unset !important;
     border-top: 3px solid #ddd !important;
	 background: #29394a;
}
 #top-menu .sub-menu li {
     border-left: 0 !important;
     padding: 0 !important;
}
 #top-menu .sub-menu li a:before {
     display: none;
}
 .et_mobile_menu .sub-menu {
     border: none !important;
}
/***** CENTER TEXT ON MOBILE *****/
 @media (max-width: 980px) {
     .home #services .et_pb_text_inner {
         text-align: center;
    }
     .et_pb_text {
         text-align: center!important;
    }
     .free-estimate-heading {
         padding:0;
         text-align: center;
    }
     .et_pb_blurb_container {
         text-align: center !important;
    }
     #section-1 .et_pb_column_1_4 h4:before {
         width: 100%;
    }
}
/***** 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;
}
/*  .paymentsbox {
     max-width: 220px;
} */
 .paymentType {
     display: inline-block;
     float: none;
}
 .paymentType p {
     display: none;
}
 #footer-bottom div {
     font-size: 16px !important;
}
/***** MORE *****/
 #servcss svg {
     display: none;
}
 #servcss {
     display: inline-block;
}
 @media (max-width:980px) {
     #servcss {
         padding-left: 0;
    }
	 	 .white-box {
		 padding: 20px 10px !important;
	 }
}
.white-box {
    background: rgba(255,255,255,0.95);
    padding: 30px 20px !important;
}

/* 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%;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
header .et_menu_container,
	.contact-info .container {
    margin: 0 auto !important;
    width: 100% !important;
max-width: 1350px !important;
}
}
/*** Logo image styling ***/
@media (min-width: 981px) {
	.image-logo #main-header {
    padding-top: 0;
}
.image-logo header > .et_menu_container {
    height: 120px !important;
	padding-left: 0 !important;
	transition: all .4s;
}
.image-logo header.et-fixed-header > .et_menu_container {
    height: 105px !important;
	padding-left: 0 !important;
}
.image-logo .contact-info {
	margin: 0 !important;
    height: 100%;
    vertical-align: middle;
    line-height: 120px;
    padding-top: 10px;
}
.image-logo .et-fixed-header .contact-info {
	padding-top: 3.75px;
}
.image-logo #top-menu > li > a {
    padding-top: 23px !important;
	padding-bottom:23px !important;
}
.image-logo .et-fixed-header #top-menu > li > a {
    padding-top: 16px !important;
	padding-bottom: 16px !important;
}
#logo {
    position: absolute;
    left: 0;
}
}

@media (max-width: 980px) { 
	.image-logo .logo_container {
    padding: 10px 0 !important;
	max-height: unset !important;
}
	.image-logo #logo {
    max-width: 80%;
	max-height: 150px;
}
}


/*
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 outside;
	}
}
@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%;
}
#social-icons {
    text-align: inherit;
}

@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));
}

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

#mobile_menu li a {
text-transform: capitalize !important;
}
.et_pb_post {
  text-align:justify;
}
@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;
}
}


   .testimonial__back {
    background-size: inherit;
    background-repeat: repeat repeat;
    background-attachment: fixed;
    background-image: url(https://safarisepticandhomeservicesllc.com/wp-content/uploads/2019/09/texture.png);
   }


.image-logo .logo_container a {
display: inline-block;
}

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

.et_header_style_centered #logo {
position: static;
}

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

/*Codes for the services section*/
.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: #161616;
}

.srvElementFullWidth {
    width: 100%;
    background-color: #161616;
    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: #77B070;
}
/*h2 background*/
.srvElementHeader h3 {
    color: #fff;
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

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

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

.srvElementFullWidth .srvElementImg {
    width: 30%;
}
.srvElementFullWidth .srvElementContent {
    width: 70%;
    padding-left: 20px;
}
/*h2 background hover*/
.srvElementHeader:hover {
    background-color: #000;
    color: #fff;
}
.srvElementHeader:hover h3{
    color: #fff;
}

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

/* add buttons*/
.booking-button-switch {/* display:none !important; */}
    .slider-button {
        margin-top:20px;
        margin-bottom:100px;
  }
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #2C2C2C;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #F95513;
    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 {
    left:0px !important;
    height:0px !important;
    color:#fff !important;
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px 5px 15px;
    background-color: #F95513;
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #2C2C2C;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px 5px 15px;
    border: 3px solid #2C2C2C;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius:0px;
    bottom:7px;
    background: #F95513;
    color:#fff;
    text-transform: uppercase;
    font-size:15px;
    justify-content:center;
    width: 230px;
}
#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 */

img#logo {
    height: 120px;
}
.srvElementBody {
    background: #161616;
}
@media (max-width: 980px) {
    .image-logo #logo {
        max-width: 100%;
        max-height: 120px;
        object-fit: contain;
    }
}
.container.clearfix.et_menu_container {
    padding: 0 6px;
}
.banner-wrap.banner2{
background-color: #b6b6b4;
border-color: #77B070;
}


.banner-wrap {
background-color: #77B070;
border-bottom: 2px solid #b6b6b4;
text-transform: uppercase;
letter-spacing: 2pt;
word-spacing: 1pt;
box-shadow: 0 0 5px rgba(0,0,0,.5);
text-align: center;
line-height: 1.2em;
padding: 15px!important;
border-top: 2px solid  #b6b6b4;
text-shadow: 2px 1px 0 #000000,2px 2px 2px #333;
}
.banner-wrap p, .banner-wrap a {
font-size: 20px!important;
color: #fff;
font-weight: 700;
line-height: 40px;
text-align: center!important;
}
.banner-wrap a {
    display: inline-block;
}
@media(max-width:768px){
.banner-wrap p, .banner-wrap a {
font-size: 16px!important;
line-height: 20px;
}

}
.et_pb_slide_content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
@media(min-width:768px){
.et_pb_slide_description {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
}
.et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item>a {
    color: #000000 !important;
}