/*
Theme Name: McCoy Tree Service
Theme URI: https://mccoytreeservice.com
Author: ClickTecs
Author URI: https://clicktecs.com
Description: Custom WordPress theme for McCoy Tree Service
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: clicktecs
*/

/* Theme styles will be loaded from separate CSS files */

.reviews-rating-blk {
display: inline-block;
  vertical-align: middle;
  font-size: 0.85em;
  font-weight: 600;
}
.gmb-review-rating {
display: flex;
  justify-content: flex-end;
  text-align: left !important;
  line-height: normal;
  align-items: center;
  padding: 0;
}
.gmb-review-rating span em {
font-size: 2.5em;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #008000;
}
.gmb-review-rating span {
line-height: 1.2em;
  padding: 0 5px;
}
.gmb-review-rating span .fa-solid {
  color:#feb600
}













.badge-heading {
  background: #008000;
  color: #fff;
  padding: 15px 20px;
  font-size: 1.5em;
  border-radius: 0 20px;
  display: inline-block;
}
.badge-heading .fa-certificate{
    margin-right: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

.service-row{
    padding-top: 60px;
}
.bg-color {
  background: #F5F5F5;
}
.section-title.title-small {
  color: #008000;
  text-transform: inherit;
  font-size: 2.0em;
}
.border-shadow {
  border-radius: 30px;
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
}
/*.home-testimonials.green:before{
    background: #008000;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.75;
}*/
.contentside ol li {
counter-increment: step-counter;
  list-style-type: none;
  padding: 2px 0 2px 30px;
  position: relative;
}
.contentside ol li::before {
color: #008000;
  content: counter(step-counter, decimal);
  display: inline-block;
  left: 0;
  position: absolute;
  top: 1px;
  font-weight: 600;
  font-size: 1.0em;
  font-family: "Oswald", sans-serif;
}
.contentside blockquote {
  box-shadow: 0 0 25px rgba(108, 144, 157, .22);
  border-left: 7px solid #008000;
  border-radius: 40px;
  margin: 0 0 20px;
  padding: 40px 50px;
  width: 100%;
  font-style: italic;
}
.contentside blockquote p:last-child {
  margin-bottom: 0;
}
.bg-primary .btn:hover,
.bg-primary .btn:focus{
    background: #fff;
    color: #008000;
}

.topbar .fa-solid {
  padding-right: 3px;
}
.padd-top-zero {
  padding-top: 0 !important;
}
.padd-bottom-zero {
  padding-bottom: 0 !important;
}
.padd-zero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.review-meta {
  padding-bottom: 10px;
}
.service-inner {
  padding: 40px;
  background: #fff;
}


.stats {
  background: #449d51;
    color: #fff;
}

.stats ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 20px 0;
}
.stats ul li {
  width: 25%;
  padding: 0 30px 0 70px;
  margin: 0;
  position: relative;
}
.stats ul li h3 {
  font-weight: 400;
  margin-bottom: 10px;
}
.stats ul li i {
  width: 50px;
  height: 50px;
  background: #008000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -10px;
}
.stats ul li p {
  margin: 0;
  line-height: normal;
}
.section {
  width: 100%;
  padding: 80px 0;
  clear: both;
  position: relative;
}

.text-center {
  text-align: center;
}
.footer .wrapper {
  z-index: 1;
}
.faq-sec h2 {
  margin-bottom: 60px;
}
.faq-outer {
  text-align: left;
  width: 100%;
}
.faq-outer h3 {
  font-size: 1.0em;
  margin: 0;
  position: relative;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #d5d8dc;
  padding: 15px 20px 15px 30px;
}
.faq-outer h3:before {
  content: "\f0da";
  font-family: Font Awesome\ 6 Free;
  font-weight: 700;
  position: absolute;
  left: 8px;
  top: 15px;
}

.faq-answer {
  width: 100%;
  background: #fff;
  padding:30px;
  border-bottom: 1px solid #d5d8dc;
}

.faq-answer p:last-child {
  margin: 0;
}
.text-right {
  text-align: right;
}
.home-featured-services img {
  margin-bottom: 25px;
     border-radius: 50px;
}
.home-featured-services h3{
    font-size: 1.5em;
    margin-bottom: 10px;
}
.home-featured-services p{
    color: #36454f;
}
.section-title.center {
  text-align: center;
}

.gallery-container {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  width: 25%;
  margin: 0;
  text-align: center;
  position: relative;
}

.gallery-item img {
  width: 100%;
  display: block
}
.quotebox .rating-stars {
  margin: 0;
  line-height: 1;
  letter-spacing: 3px;
}
.quotebox {
  text-align: center;
}
.testimonial-single {
  border-radius: 0;
  margin: 20px 10px;
  position: relative;
}
.testimonial-single blockquote {
  padding: 20px;
  margin: 0;
  position: relative;
  border: none;
  width: 100%;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.rating-stars {
  font-size: 0.80em;
}
.rating-stars .fa-star {
  color: #f6bb06;
}
.testimonial-single cite {
  font-style: normal;
  display: block;
  font-weight: 700;
  clear: both;
  line-height: normal;
  font-size: 1.0em;
  margin-bottom: 0;
  color: #173326;
}
.rating-statistics h3 {
  margin-bottom: 0;
}
.rating-statistics p {
  margin-bottom: 0;
}
.quotebox .rating-statistics .rating-stars {
  margin: 0;
  font-size: 1.65em;
}
.testimonials-rotator {
  padding: 20px 20px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto 20px auto
}
.footer {
  padding: 70px 0;
  position: relative;
  width: 100%;
  clear: both;
  background: #f5f5f5;
}
.footer h3 {
  font-size: 1.43em;
}
.section-subtitle {
  font-size: 1.7em;
}
.bg-primary{
    color: #fff;
background: #008000;
}
.home-featured-services a{
    text-decoration: none;
}

.footer-copyrights {
 padding: 15px 0;
  position: relative;
  background: #fff;
}
.footer-nav li {
  display: block;
  position: relative;
  padding: 3px 0;
}
.footer-nav li:last-child {
  padding-bottom: 0;
}
.foot-col a {
  color: #36454f
}
.foot-col .social-icons a {
  color: #fff;
}
.leadform {
  color: #fff;
}
.leadform h2 {
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-size: 4.0em;
  line-height: 1.2em;
}
.leadform h4 {
  font-weight: 400;
  font-size: 1.4em;
}
.leadform h4 a {
  color: #fff;
  text-decoration: none;
}
.foot-col p:last-child{
    margin-bottom: 0;
}
.foot-col a:active, .foot-col a:focus, .foot-col a:hover {
  color: #008000
}
.footer .social-icons a:hover, .footer .social-icons a:focus, .footer .social-icons a:active {
  color: #fff;
  text-decoration: none;
}
.footer-nav li a {
  display: block
}
.footer-nav {
  list-style-type: none;
  margin: 0;
}
.footer-copyrights p {
  margin: 0;
}
.footer-copyrights a {
  color: #36454f
}
.footer-copyrights a:active, .footer-copyrights a:focus, .footer-copyrights a:hover {
  color: #008000
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
:-moz-placeholder {
  opacity: 1;
  color: #000;
}
::-moz-placeholder {
  opacity: 1;
  color: #000;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
/*.sidebox ul li:before {
content: "\f0a9";
font-family: Font Awesome\ 6 Free;
position: absolute;
left: 7px;
top: 3px;
color: #560f2d;
font-weight: 700;
font-size: 0.80em;
}*/
.contentside ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: url("img/bullet-check.png") no-repeat;
  width: 17px;
  height: 16px;
}
.contentside ul li {
  list-style-type: none;
  padding: 2px 0 2px 30px;
  position: relative
}
.contentside ul,
.contentside ol{
  margin: 0 0 25px;
  padding: 0
}
.contentside ul li:last-child {
  padding-bottom: 0
}
@media screen and (max-width:1500px) {
  .wrapper {
    width: 90%;
    max-width: 100%;
  }
}
@media screen and (max-width:1440px) {
 
  .featurebox-outer {
    background-position: -80px center;
  }
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width:1366px) {
  .home-featured-services .fs-row .fs-col h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width:1200px) {
  .header::after {
    display: none
  }
}
@media screen and (max-width:1199px) {
  .leadform h2 {
    font-size: 3.0em;
  }
  .head-col1 {
    order: 1;
  }
  .head-col2 {
    order: 3;
    position: inherit;
  }

  .quotebox cite::before {
    content: normal
  }
  .quotebox cite {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0
  }
}
@media screen and (max-width:991px) {
    .banner-text{
        padding-bottom: 30px;
    }
  
  
  .leadform {
    padding-bottom: 20px;
  }
  .section.bg-color img {
    margin-bottom: 20px;
  }
  .rating-statistics {
    padding-bottom: 30px;
  }
  .business-type {
    margin: 10px 0;
  }
  .banner-inner h1 {
    font-size: 2.5em;
      margin-bottom: 20px;
  }
  .featurebox-outer {
    background: none;
  }
  .testimonial-single blockquote {
    padding: 20px 30px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    box-shadow: none;
  }
  .testimonial-single {
    margin: 0;
  }
  .testimonials-rotator {
    padding: 0 40px 0;
  }
  .stats ul {
    padding: 0;
    margin: 0;
  }
  
  .service-inner {
    padding: 30px;
  }
  .home-featured-services .fs-row .fs-col {
    width: 48%;
  }
  .footer img {
    margin: 0 0 10px 0;
  }
  .stats ul li {
    width: 50%;
    margin: 20px 0;
  }
  .foot-col {
    margin-bottom: 30px
  }
  .footer {
    padding: 40px 0 0;
  }
  .testimonials-rotator::before {
    left: 30px;
    font-size: 2.0em;
  }
  .testimonials-rotator::after {
    right: 30px;
    font-size: 2.0em;
  }
  .overlay-black::after {
    display: none;
  }
  .quotebox::before {
    left: 30px;
    top: 0;
    font-size: 1.8em
  }
  .quotebox::after {
    right: 30px;
    bottom: 0;
    font-size: 1.8em
  }
  .home-testimonials::after {
    display: none
  }
  .section-title {
    font-size: 1.9em;
  }
}
@media screen and (max-width:768px) {
    .header .btn,
    .cta-bar .btn{
  font-size: 1.0em;
  padding: 12px 20px;
}
  .testimonials-rotator {
    padding: 20px 30px;
  }
}
@media screen and (max-width:767px) {
      .header .wrapper {
    width: 98%;
  }
    .featurebox {
  padding: 30px 30px 10px;
}
    .overlay-black {
  padding: 50px 0;
}
    .service-row {
  padding-top: 30px;
}
  .home-featured-services .mb-5{
  margin-bottom: 1rem !important;
}
 
  .topbar p {
    text-align: center;
  }
  .topbar {
    text-align: center;
  }
  .topbar .social-icons {
    display: none;
  }
  .banner-inner h1 {
    text-shadow: none;
  }
  h1 {
    font-size: 2.667em
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.667em;
  }
  h4 {
    font-size: 1.333em;
  }
  .footer h3 {
    margin-bottom: 30px;
  }
  .home-featured-services .fs-row {
    margin: 40px 0 0 0;
  }
  .section {
    padding: 40px 0;
  }
  .faq-outer h3 {
    font-size: 1.0em;
    line-height: normal;
  }
  .footer-copyrights p {
    margin: 4px 0;
  }
  .home-featured-services .fs-row .fs-col {
    width: 100%;
    margin: 10px 0;
  }
  .gallery-item {
    width: 49.70%
  }
  .header .wrapper {
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (max-width:575px) {
      .header .btn, .cta-bar .btn {
    font-size: 0.85em;
  }
    .reviews-rating-blk {
  font-size: 0.7em;
}
    .gmb-review-rating span {
  padding: 0 2px;
}
    .gmb-review-rating span em {
  font-size: 2.0em;
}
    .badge-heading {
  font-size: 1.1em;
  display: block;
  text-align: center;
}
    .head-col2{
        text-align: center !important;
        padding-top: 10px;
    }
     .banner-inner h1 {
    font-size: 2.0em;
  }
    .banner-text h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
}
  .stats ul li i {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 20px;
  }
  .header {
position: sticky;
    padding-bottom: 10px;
    text-align: center;
  }

  .header .row {
    margin-left: 0;
    margin-right: 0;
  }
  .section-title {
    font-size: 1.8em;
  }
  .stats ul {
    padding: 0;
    margin: 0;
  }
  .stats {
    text-align: center;
    padding: 50px 0;
  }
  .stats ul li {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .contentside ul li::before {
    top: 5px;
  }
  body {
    font-size: 100%;
  }
}
@media screen and (max-width:480px) {
    .gmb-review-rating {
  justify-content: center;
  padding: 0 0 15px 0;
}
     .reviews-rating-blk {
    display: block;
  }
  .home-featured-services .fs-row .fs-col:nth-child(5) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  }
  .gallery-item {
    width: 100%
  }
  .footer h3 {
    font-size: 1.1em
  }

}
@media screen and (max-width:400px) {

}