/*
	Theme Name: Custom Template
	Theme URI: 
	Description: Divi Child Theme
	Author: Admin
	Template: Divi
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: Divi-child
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */

p{
font-size: 18px;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

blockquote {
  border-color: #6AB008!important;
}

h1 span {
  color: #6AB008;
}

.wpcr3_item_name a {
	color: #6AB008!important;
}

.entry-title.main_title {
  color: #222!important;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.button {
  position: relative;
	display: inline-block;
	background: #6AAF08;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	padding: 22px 25px;
	margin-top: 40px;
	margin-bottom: 100px;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.button:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5b9707;
  transform: scale(0);
  z-index: -1;
  transition: 0.4s ease-in-out;
}

.button:hover::before {
  transform: scale(1);
}

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

#servcss li {
  margin-bottom: 0.5em;
}

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

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */
#main-header {
  background-color: #6AAF08;
}

#main-header .contact-info {
  background-color: #f1f1f1;
  padding: 8px;
}

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

#main-header .contact-info a:hover {
  color: #6AB008!important;
}

#main-header .contact-info .email-us {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0 15px;
}

#main-header .fa {
  position: relative;
  left: -7px;
  color: #222;
}

#main-header .fa-envelope {
  top: -1px;
}

#main-header .fa-phone {
  font-size: 15px;
  top: 1px;
}

/* Logo */
.et-fixed-header .logo_container, .logo_container {
    padding-top: 0px!important;
}

.text-logo {  
  position: relative;
  top: 8px;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;  
  text-shadow: 2px 1px 0 #6AAF08, 3px 3px 2px #353535;
  transition: 0.3s;  
}

.text-logo:hover {
  transform: scale(1.15);
}

.comp-name {
  color: #f1f1f1;
  font-weight: bold;
  text-decoration: underline;
}

/* Navigation */
.et_header_style_left #et-top-navigation {
  padding: 0!important;
}

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

#top-menu li a {
  position: relative;
  padding: 25px 20px !important;
  font-weight: 500;
  z-index: 2;
}

#top-menu li a:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5b9707;
  transform: scale(0);
  z-index: -1;
  transition: 0.4s ease-in-out;
}

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

#top-menu li a:hover::before, #top-menu .current-menu-item > a:before {
  transform: scale(1);
}

/* mobile */
.mobile_menu_bar::before {
  color: #fff!important;
  top: 12px;
}

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

.et_mobile_menu {
  padding: 2% 5%;
}

#mobile_menu {
  top: 56px!important;
  background: #6AB008!important;
  border-top: 1px solid #5b9707!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;
}

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


/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
  position: relative;
  color: #222!important;
  font-size: 18px;
  font-weight: bold;
  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: #6AAF08; }

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

#servcss svg {
  display: none;
}

/* -----------------------------------------------------------------------
 * Services Section Style
 * ----------------------------------------------------------------------- */
#section-1 .et_pb_column_1_4 {
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-right: 0;
	width: 25%;
	z-index: 1;
}

#section-1 .et_pb_column_1_4:before {
	position: absolute;
	content: "";
	top: -5%;
	left: 0;
	right: 0;
	height: 110%;
	background-color: #5BBC2E;
	opacity: 0;
	z-index: 0;
	transition: 0.4s ease-in-out;
}

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

#section-1 .et_pb_column_1_4 .et_pb_main_blurb_image {
	margin-bottom: 10px;
	transition: 0.4s ease-in-out;
}

#section-1 .et_pb_column_1_4 .et_pb_main_blurb_image img {
	width: 120px;
}

#section-1 .et_pb_column_1_4:hover::before {
	opacity: 1;
}

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

/* -----------------------------------------------------------------------
 * Testimonial
 * ----------------------------------------------------------------------- */
/*.home-testimonial:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: url(img/tree-worker.jpg);
}*/

.home-testimonial .heading {
	position: relative;
	font-size: 30px;
	font-weight: bold; 
	line-height: normal;
}

.home-testimonial .heading:before {
	position: absolute;
	content: "\f10d";
	font-family: "FontAwesome";
	left: 0px;
	top: 0px;
	font-size: 45px;
	text-align: center;
	line-height: 40px;
	color: #e4e4e4;
}

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

.home-testimonial blockquote {
	border: 0;
}

.home-testimonial div.wpcr3_review blockquote.wpcr3_content {
  padding-bottom: 15px;
}

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

.home-testimonial .learn-more a {
	background: #fff;
	border-radius: 2px;
	color: #6AB008;
	padding: 17px 20px 15px;
	font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
	transition: 0.3s ease-out;
}

.home-testimonial .learn-more a:hover {
	background: #222;
	color: #fff;
}


/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */
#location strong {
  color: #6AB008;
}

#location h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

#services ul li {
  position: relative;
  padding-left: 25px;
}

#services ul li:before {
  position: absolute;
  content: "\f299";
  left: 0;
  color: #6AB008;
  font-family: 'FontAwesome';
}

.contact-form {
	padding: 25px 15px 15px 24px;
	background: #fff;
	border-top: 10px solid #6AB008;
	border-bottom: 10px solid #6AB008;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	box-shadow: 2px 0 3px #e4e4e4, -4px 0 3px #e4e4e4;
}	

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

#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 dashed #6AB008;
  color: #222!important;
  padding: 15px 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 10px 0px!important;
  border-radius: 2px;
  opacity: 0.7;
  transition: 0.3s linear;
}

#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 10px 0 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: #6AB008;
  border: 2px solid #6AB008;
  border-radius: 2px;  
  margin-top: 25px!important;
  overflow: hidden;
  transition: 0.3s;
}

#submitter:hover {
	background-color: #222;
	border-color: #222;
}


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

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

#main-footer .footer-widget {
	color: #b0b0b0!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: 500;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 1px;
	width: 40px;
	background: #393939;
}

.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: #6aaf08!important;
  font-weight: 500!important;
}

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

.hours th,
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: #b0b0b0!important;
}

#footer-bottom {	
	background-color: #222;
	border-top: 1px solid #393939;
	padding-top: 33px;
	padding-bottom: 33px;
}

/* -----------------------------------------------------------------------
 * 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: 980px) { 

   #et-top-navigation {
    padding-top: 0;
    padding-bottom: 0;
   }

   .et_header_style_centered #main-header {
    padding-bottom: 0!important;
   }

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

   .logo_container {
    float: none;
    margin-bottom: 15px;
   }   

   #main-header .contact-info {
    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;
   }

   #contactForm div:nth-child(5) input {
   	margin: 0 15px 0 0 !important;
   }

   .contents {
    padding-bottom: 0!important;
   }
    .home-testimonial {
      padding-top: 50px!important;
    }

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

   #section-1 .et_pb_column_1_4 {
   	width: 50%!important;
   }
}

@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;
    margin-bottom: -10px;
    line-height: 30px;
  }

  #main-header .contact-info .container {
    text-align: center;
    padding-bottom: 10px;
  }

  .text-logo {
    top: 3px;
    font-size: 15px;
  }
  
  .wpcr3_respond_2 .wpcr3_ftext{
		width: 100% !important;
		min-width: auto !important;
	}
	.wpcr3_respond_2 .wpcr3_div_2{
		margin: 0 auto !important;
		width: 100% !important;
	}
	.wpcr3_respond_2 table, .wpcr3_respond_2 td {
		border: 0 !important;
		border-style: none !important;
		display: flex;
	}
	.wpcr3_respond_2 input[type="text"]{
		width: 100% !important;
	}

	.wpcr3_check_confirm {
		padding: 10px 0 !important;
		position: relative;
		left: -10px;
	}

}

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

  #contactForm div:nth-child(5) input {
    float: none;
    width: 98% !important;
  }

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

  #section-1 .et_pb_column_1_4 {
   	width: 100%!important;
  }

}

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

  .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: 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_slide_description { 
    width: 300px;
    padding-left: 10px!important;
  }

  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
	font-size: 35px!important;
  }
}

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