/*
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 title tags sizing
 */
@media (min-width:768px) {
    h1.entry-title {
        font-size: 32px;
    }
}
@media (max-width:767px) {
    h1.entry-title {
        text-align: center;
        font-size: 26px;
    }
}

h1 span {

  color: #272727;

}



blockquote {
    padding-left: 0;
    border: none;
}



.wpcr3_item_name a {

    color: #f7cb3f!important;

}



.entry-title.main_title {

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

  font-weight: bold;

}



.button {
    position: relative;
    display: inline-block;
    background: #2c6b53;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    border: 2px solid #2c6b53;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    width: 260px;
    margin-top: 25px;
    transition: 0.3s ease-in-out;
}



.button:hover {

  background: #ffffff;
color: #2c6b53;
    border-color: #2c6b53;

}



.content-title {

  border-bottom: 1px solid #dadada;

  padding-bottom: 20px;

}



#location strong {

  color: #2D3239;

}



#servcss {

    list-style-type: none;

    padding: 0;

}



#servcss li {

  margin-bottom: 0.5em;

}






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

 * Header Style

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

/* Top header */

#main-header {background-color: #050505;}


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



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

    display: inline-block;

    font-size: 16px;

  font-weight: 600;

    color: #f2f2f2;

    line-height: 0;

  transition: 0.4s ease-in-out;

}



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

  color: #f7cb3f!important;

}



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

  margin-right: 20px;

  margin-left: 20px;

}



#main-header .fa {

    position: relative;

    top: -5px;

    left: -10px;

    width: 25px;

    height: 40px;

    border-radius: 50%;

    font-size: 15px;

  padding-top: 11px;

    transition: 0.3s;

}



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

  font-size: 18px;

  padding-top: 10px;

}



#main-header .fa-envelope {

  font-size: 17px;

}



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

    display: block;

    color: #9ca5b1;

  font-style: initial;

    text-align: left;

    position: relative;

    left: 26px;

    font-size: 14px;

  font-weight: 400;

}



/* Logo */

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



.text-logo {  

  position: relative;

  top: 10px;

  display: inline-block;

  color: #f7cb3f;

  font-size: 36px;

  font-weight: bold;

  line-height: 32px;

  text-transform: uppercase;  

  transition: 0.3s;

}



.text-logo:hover {

    transform: skew(-10deg);

}



.comp-name {

  color: #f7cb3f;

  transition: 0.4s ease-out;

}



.comp-name:hover {

  text-decoration: underline;

}



/* Navigation */

#et-top-navigation {

  background: #f7cb3f;  

}



#top-menu li {

    padding-right: 0px;

    margin-right: -3px;

}



#top-menu > li > a {

    position: relative;

    padding: 23px !important;

  font-weight: 500;

}



#top-menu li a:before {position: absolute;content: '\f0ad';top: 39%;left: 0;font-family: 'FontAwesome';color: #000000;transition: 0.4s ease-in-out;}



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

  transform: scale(1.18);

  color: #000;

}



#top-menu li a:hover {

  padding-left: 30px;

}



#top-menu li a:hover, #top-menu .current-menu-item > a {
  color: #2D3239!important;

  opacity: 1!important;

}



/* mobile */

.mobile_menu_bar::before {color: #000000 !important;}



#et_mobile_nav_menu, .et_header_style_centered #main-header .mobile_nav {background: #f7cb3f!important;/* color: black; */}



.et_mobile_menu {

  padding: 2% 5%;

}



#mobile_menu {border-top: 0;background: #050505 !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;

}



.scroll-down-btn:hover {

    opacity: 0.8;

}



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

 * Sidebar Style

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

.widgettitle {position: relative;color: #272727!important;font-size: 18px;font-weight: 600;padding-bottom: 15px;padding-top: 60px;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: #f7cb3f; }



#sidebar {

  color: #343434;

}



#sidebar .textwidget br {

    display: none;

}

#sidebar .textwidget br {

  display: none;

}

#sidebar .textwidget br:first-child, #sidebar .textwidget br:nth-child(2) {

  display: block;

}



.home #servcss li {

  position: relative;

  font-weight: 600;

  padding-left: 25px;

  transition: 0.4s ease-in-out;

}



.home #servcss li:before {position: absolute;content: '\f00c';left: 0;font-family: 'FontAwesome';color: #000000;transition: 0.4s ease-in-out;}



#servcss svg {

  display: none;

}



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

 * Services Section Style

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



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

 * Testimonial

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

#home-testimonial-wrapper {

    background: linear-gradient( rgba(0,0,0,0.9),rgba(0,0,0,0.9) ) ,url(https://handymansvcwa.com/wp-content/themes/Divi-child/img/family-law.jpg) no-repeat center;

    background-size: cover;

}


.home-testimonial div.wpcr3_review div.wpcr3_review_title, .home-testimonial div.wpcr3_dotline {

  display: none!important;

}



.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;
}
.home div.wpcr3_review blockquote.wpcr3_content {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
@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;
}
}
.wpcr3_button_1{
    background: linear-gradient(to bottom, #f7cb3f45 0%, #f7cb3f 100%);
}
@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%;
}
}

/* -----------------------------------------------------------------------
     * Testimonials Plugin
 * ----------------------------------------------------------------------- */

.testimonials-title {
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    color: #f7cb3f;
    font-size: 40px;
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}

/* May be a different class and font family */

.testimonials-info {
    margin-bottom: 1rem;
}

.testimonial-item {
    border: 0px solid #ffffff00;
    border-radius: 10px;
    padding: 1rem;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
    background: #ffffff00;
    border-color: #ffffff00;
}

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

.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}

.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}

.testimonial-content {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
    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 !important;
    border-radius: 3px;
    min-height: 35px;
}

.reviewer-name {
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5rem;
    margin-bottom: 0;
    font-size: 14px;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0px;
}

.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #1a202c00;
    border-radius: 3px;
    cursor: pointer;
    background: #efbb2900;
    border-style: solid;
    display: flex;
    color: #f7cb3f;
}

.nav-arrows button:hover {
    background: #1b1a1f00;
    color: #ffffff;
    border-color: #1b1a1f00;
}

.nav-arrows button svg {
    height: 29px;
    width: 29px;
    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: 12px;
        font-size: 13px;
        border-right: 0px solid #ffffff;
        margin-bottom: 0px;
    }
 
    .review-from-logo {
      padding-left: 0;
      /* margin-left: 9px; */
    }

    .nav-arrows {
        margin-top: 5px;
    }
}

.testimonial-content {
    color: #fff !important;
}
.testimonial-subject {
    color: #fff !important;
}
.reviewer-name {
    color: #fff;
    
}

.testimonial-item {
    border:none !important;
    border-radius: 10px;
    padding: 1rem;
    background: transparent !important;
    min-height: 100%;
    break-inside: avoid;
}


.testimonial-item:hover{
    background: transparent !important;
}
/* -----------------------------------------------------------------------

 * Get a Free Estimate Style

 * ----------------------------------------------------------------------- */
#location h3,
:not(.et_pb_widget) > div > #servcss {
  font-size: 20px;

  color: #333 !important;

  line-height: 30px;
}

.free-estimate-heading {position: relative;color: #000000 !important;font-weight: 600;font-size: 40px;line-height: 40px;}



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: rgba(255,255,255,0.85);

  border-style: none none solid;

  border-width: 1px;

  border-color: #000 #000 #050505;

  color: #050505!important;

  padding: 15px 5px;

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

  font-size: 16px;

  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: #757575!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: #2D3239; 

}



#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: #000000;cursor: pointer;height: auto !important;-webkit-border-radius: 0px;-moz-border-radius: 0px;-o-border-radius: 0px;background: #f7cb3f;border: 2px solid #f7cb3f;border-radius: 2px;margin-top: 35px!important;overflow: hidden;transition: 0.3s;width: 100% !important;}



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



#services ul li {

  position: relative;

  padding-left: 25px;

}



#services ul li:before {

  position: absolute;

  content: "\f00c";

  left: 0;

  font-family: 'FontAwesome';

  color: #2D3239;

}





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

 * Footer Style

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

#main-footer {

    background-color: #050505;

    padding-top: 30px;

}



#main-footer #footer-widgets {

    margin-bottom: 30px;    

    padding: 3% 0 0;

}



#main-footer .footer-widget {

    color: #f2f2f2!important;

}
#main-footer .footer-widget li {
    list-style: none;
    padding-left: 0px;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 30px;
}

.footer-widget li:before {
    display: none;
}


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

    width: 100%;

}



#main-footer h4 {

  position: relative;

  color: #fff!important;

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

  font-size: 18px;

  font-weight: 600;

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

}


.openinghours {
    width:100%;
}
.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: #f7cb3f;}



#current-day td {

  color: #050505!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: #f2f2f2!important;

}



#footer-bottom {position: relative;padding: 22px 0 18px;background: #000000 !important;font-size: 15px;line-height: 18px;color: white;}

#footer-bottom::after {
    content: '';
    position: absolute;
    top: 0px;
    height: 5px;
    width: 100%;
    background: #f7cb3f url(https://handymannewseo02.cloud207411.com/wp-content/uploads/2024/07/footer-line.webp) repeat-x top;
}




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

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

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

   }



   #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 .heading, .home-testimonial .et_pb_text {

    text-align: center;

   }



   #section-1 .et_pb_column_1_4:hover {

    transform: none;

   }



   #services {

    margin-bottom: 20px;

   }


}



@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: 0 auto 10px;

    width: 50%;

  }



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

    float: none;

    width: 100% !important;

  }



  .home-testimonial .heading:before {

    content: none;

  }



}

@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: 46px!important;

    line-height: normal;

    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) {
  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
      font-size: 38px!important;
  }
}

/***** BODY FONT-SIZE *****/
 body, .wpcr3_content p {
     font-size: 17px !important;
}
/***** CENTER SLIDE *****/
 @media (max-width: 600px) {
     .et_pb_slide_description {
         width: 100% !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: 5px;
    position: static;
    text-align: center;
}
    body:not(.image-logo) #main-header .contact-info {
    float: none !important;
    margin: 20px 0 10px;
}
    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%;
}
    body:not(.image-logo) header > .et_menu_container {
    width: 90%;
}
    body:not(.image-logo) #main-header.et-fixed-header .contact-info {
    margin: 7px 0 0;
}
    body:not(.image-logo) .et-fixed-header #top-menu > li > a {
    padding: 15px 23px !important;
}
}
@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, header.et-fixed-header#main-header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
 .menu-item-has-children>a:after {
     top: unset !important;
    right: 8px !important;
}
/***** FIX DROPDOWN *****/
 #top-menu .sub-menu {
     padding: 0 !important;
     width: unset !important;
     border-top: 3px solid #ddd !important;
         background: #f7cb3f;
}
 #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;
}
#top-menu .sub-menu li ul {
    left: 200px !important;
    top: 10px !important;
}
/***** CENTER TEXT ON MOBILE *****/
 @media (max-width: 980px) {
     .home #services .et_pb_text_inner {
         text-align: center;
    }
     .et_pb_text {
         text-align: center;
    }
     .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 *****/
@media (max-width: 980px) {
    #main-footer h4 {
    text-align: center;
}
    .widgettitle:before,
    #main-footer h4:before {
    width: 100%;
}
    .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;
}
/***** TESTIMONIALS FORM *****/
 .wpcr3_respond_2 input[type="text"] {
     margin: 3px 0;
}
 @media (max-width: 980px) {
     .wpcr3_div_2 {
         width: 100%;
    }
     .wpcr3_table_2 td {
         display: block;
         text-align: center !important;
         left: unset !important;
    }
     .wpcr3_in_content textarea {
         width: 75vw !important;
         min-width: unset !important;
    }
     .wpcr3_respond_2 .wpcr3_check_confirm label {
         margin: 0;
    }
     div.wpcr3_rating_style1_status {
    width: fit-content;
}
}
/***** MORE *****/
 #servcss svg {
     display: none;
}
 #servcss {
     display: inline-block;
}
 @media (max-width:980px) {
     #servcss {
         padding-left: 0;
    }
}
/***** 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 .contact-info {
    margin: 0 !important;
    height: 100%;
    vertical-align: middle;
    line-height: 120px;
    padding-top: 10px;
    padding-right:10px;
}
#logo {
    position: absolute;
    left: 0;
	padding: 5px;
}
}

@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 inside;
    }
}
@media (max-width: 980px) {
    .et_pb_column .et_pb_widget:nth-child(n) {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

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

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

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#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;
}
.image-logo .logo_container a {
display: inline-block;
}
.et_header_style_centered .et_menu_container .mobile_menu_bar {
    width: 100%;
    text-align: right;
}
@media (min-width: 981px) {
.image-logo #main-header .logo_container {
position: static;
width: auto;
float: left;
height: auto !important;
}
}

.et_header_style_centered #logo {
max-height: 120px !important;
position: static;
}
@media screen and (max-width: 980px) 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;
}
}
.slider-title {
    text-align:center;
    font-weight:bold;
    line-height:1.2;
    margin-top:30px;
}
.home h2.entry-title {
    text-align:center;
    font-weight:bold;
}
/* buttons */
.booking-button-switch {
display:none !important;
}
.button-quote-header {
padding:5px 0;
text-align:center;
background:#f7cb3f;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #2d3239;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 15px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
    font-family: "Barlow", sans-serif;
}

.top_button .fa {
    left:0 !important;
    height:auto !important;
    width:auto !important;
    color: #fff !important;
    padding: 0 !important;
    margin-right: 10px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #f7cb3f;
    color: #000000 !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 2px solid #2D3239;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 220px;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 2px solid #2D3239;
    border-left: 0px;
    bottom: 15px;
    background: #f7cb3f;
    color: #000;
    width: 220px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    border-top-right-radius:0px;
    border-bottom-right-radius: 0px;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #000;
}
/* post */
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.single-post div#main-content .container {
    padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h1 {
    color: #000000 !important;
}

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

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}

/* badges */
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.badge-holder {
    background: #2a6b7e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 170px;
    padding:10px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 4%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}
.badge-holder:hover {
    transform: scale(1.1);
    z-index: 999;
}
.badge-holder img {
    width: 65%;
}
p.badge-content {
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.badge-title {
    background: #f7cb3f;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
    color: #000;
}
.badge-title span {
    font-weight: bold;
    font-size: 17px;
}

.srvBlockTitle p {
    font-size: 26px !important;
    line-height: 1.2;
    font-weight: bold;
    color: #2D3239;
    display: inline-block;
}

.srvBlockTitle {
    text-align: center;
}

.srvElement {
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
}

.srvElementHeader h2 {
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    line-height: 1.2;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.srvElementImg img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center;
}

.srvElementContent {
    text-align: justify;
    color: #ffffff;
    padding: 10px;
    padding-top: 0;
    line-height: 1.2;
}

.srvElementBody {
    background: #000000;
}

.srvElement:hover img {
    filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
    color: #f7cb3f;
    font-weight: bold;
}

.srvElementContent a {
            color: #f7cb3f;
}

@media screen and (min-width: 981px) { 


    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: 30px;
    }

    .srvElementImg img {

        height: 200px;
    }

    .srvElementFullWidth .srvElementImg img {
        height: 100%;
    }

    .srvBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }

    .srvElementBody {
        height: 100%;
    }

    .srvElementContent {
        height: 100%;
    }

    .srvElementFullWidth .srvElementContent {
        height: auto;
    }

    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1080px;
        flex-direction: row;
    }

    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0;
    }

    .srvElementFullWidth .srvElementBody {
        width: 68%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: absolute;
}
}
@media screen and (max-width:980px) {
    #location h3 {
text-align:center;
}
    .et_pb_title_container h1 {
    font-size: 26px;
    text-align:center;
}
    .home h2.entry-title,
    body:not(.home) h1.entry-title,
    .et_pb_post h2.entry-title,
    .et_pb_title_meta_container,
    .post-meta,
    .wpcr3_review,
    .wpcr3_item_name {
        text-align: center !important;
    }
}
@media screen and (min-width:601px) {
        .slider-buttons {
    display:flex;
    justify-content:center;
    }
    .slider-buttons .booking-button-switch{
    margin-left:15px;
    }
}
@media screen and (max-width:600px) {
    .badge-holder {
    width: 100%;
    max-width: 200px;
    }
        .slider-buttons .booking-button-switch{
    margin-top:15px;
    }
}

 /* ADDITTIONAL SERVICES STYLE */


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

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
    color: #fff;
    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: 769px) {
 

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

    
}

@media (min-width: 981px) {
    #additionalServices {
        columns: 3;
        column-gap: 10px;
}
    .widgettitle {
        padding-top: 0px;
    }
}

.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;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.et_pb_gallery_grid .et_pb_gallery_item img {
    height: 160px;
    object-fit: cover;
    width: 100%;
}

div.wpcr3_review blockquote.wpcr3_content {
	text-align: justify;
}

 .et_mobile_menu li li {
    padding-left: 0%;
}

/* NEW CONTENT */

.first-list-container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.first-list-content{
    display: contents;
    flex-direction: column;
    justify-content: center;
    list-style: inside disc;
    align-items: center;
    width: 100%;
}

.first-list-content li:hover {
     background: #000;
	color: #fff;
}

.second-list-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ol.second-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.second-list-content li:hover{
	background: #fff;
	color: #000;
}

.second-list-content li {
    padding: 15px 10px;
    margin-bottom: 10px !important;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-align: left;
    width: 100%;
}

.first-list-content li {
    padding: 15px 10px;
    margin-bottom: 10px !important;
    background-color: #f7cb3f;
    border: 1px solid #f7cb3f;
    color: #000;
    text-align: left;
    width: 100%;
}

.first-list-content li:last-child,
.second-list-content li:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 981px){
	div#last-content-2-row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
		display: flex;
}
}

/* NEW CONTENT END */ 