/*
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
*/
h1, h2, h3, h4, h5, h6 {
    color: #111111;
}
body,
.cn-logo,
.header-info span,
.header-info a,
#top-menu>li>a,
#main-footer h4 {
    font-family: 'Lato',sans-serif;
}

.comp-name {
    color: #F8663F;
}

.container {
    width: 100%;
}

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

.section-headings {
    font-size: 30px;
    color: #19171C;
    margin-bottom: 20px;
}

section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
    max-height: 680px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0px !important;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    max-height: 600px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
}

.home #main-header {
    position: relative !important;
    top: 0px !important;
}

@media (max-width: 980px) {

    section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
    max-height: 500px !important;
    min-height: 350px !important;
    /* height: calc(99vh - 172px) !important; */
    padding-top: 0px !important;
}

    .et_pb_fullscreen .et_pb_fullwidth_header_container {
        max-height: 350px !important;
        min-height: 350px !important;
        height: calc(99vh - 172px) !important;
    }
	.slider-button, .slogan {
    margin: 0 !important;
}

}

.header-content {
    /* margin: 0 auto !important; */
    padding: 0px !important;
    width: 100% !important;
}

/* -----------------------------------------------------------------------
   * Button Style
   * ----------------------------------------------------------------------- */
.button,
.has-button a.et_pb_button {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #f8663f;
    border: 3px solid #f97a58;
    margin-bottom: 10px;
    /* overflow: hidden; */
    transition: 0.2s linear;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    border-radius: 50px;
    padding: 15px 10px;
    width: 230px;
    font-size: 15px;
}

.button a {
    color: #fff;
}

.button:hover,
.button:active,
.button:visited,
.button:focus {
    color: #fff;
    background-color: #111111;
}

.has-button a.et_pb_button {
    display: block !important;
    left: -14px;
    border: 0 !important;
    padding: 15px 0 !important;
    color: #111111;
}

.has-button a.et_pb_button:hover {
    background-color: #111111;
    color: #fff !important;
}

/* -----------------------------------------------------------------------
   * Header Style
   * ----------------------------------------------------------------------- */
#main-header {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}

.header-info {
    background-color: #111111;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.header-info .container {
    text-align: right;
}

.header-info i {
    position: relative;
    display: inline-block;
    color: #f8663f;
    font-size: 15px;
    margin-right: 3px;
}

.header-info .pull-left {
    margin-top: 2px;
}

.header-info span,
.header-info a {
    display: inline-block;
    margin-right: 15px;
}

.header-info span:nth-child(2) {
    position: relative;
    cursor: pointer;
}

.header-info span:nth-child(2) i {
    top: 2px;
}

.header-info span.pulsing {
    margin-right: 3px;
}

.header-info a {
    color: #ffffff;
}

.header-info a i {
    top: 1px;
    font-size: 18px;
}

/* -----------------------------------------------------------------------
   * Logo Style
   * ----------------------------------------------------------------------- */
span.logo_helper {
    display: none;
}

.cn-logo {
    position: relative;
    display: block;
    top: 0px;
    color: #f8663f;
    /*font-family: 'Merriweather', serif;*/
    font-family: 'Courgette', cursive;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 3px 3px 2px rgba(249, 122, 88, 0.5);
    transition: 0.3s linear;
    line-height: 1em;
}

.cn-logo:hover,
.cn-logo:active,
.cn-logo:focus {
    color: #f8663f;
    transform: skew(-10deg);
    text-shadow: 5px 5px 4px rgba(249, 122, 88, 0.8);
}

#logo {
    max-height: 100%;
}

/* -----------------------------------------------------------------------
   * Navbar Style
   * ----------------------------------------------------------------------- */
.navigation {
    padding: 0 20px;
}

#et-top-navigation {
    padding-top: 0px !important;
}

#top-menu>li {
    top: 1px;
    margin-left: 2px;
    padding: 0;
}

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

#top-menu>li>a {
    color: #111111;
    padding: 10px 15px !important;
    font-size: 16px !important;
    border-radius: 2px;
    transition: 0.3s linear;
}

#top-menu>li>a:hover,
#top-menu>li>a:focus {
    background-color: transparent;
    color: #f8663f;
}

#top-menu>li.current_page_item>a,
#top-menu>li.current_page_item>a:focus {
    background-color: transparent;
    color: #f8663f !important;
}

#top-menu>li.current_page_item>a:hover {
    background-color: transparent;
    color: #f8663f !important;
}

#top-menu>li:not(.menu-item-has-children),
#top-menu>li:not(.menu-item-has-children)>a {
    position: relative;
    overflow: hidden;
}

#top-menu>li:not(.menu-item-has-children):before,
#top-menu>li:not(.menu-item-has-children):after,
#top-menu>li:not(.menu-item-has-children)>a:before,
#top-menu>li:not(.menu-item-has-children)>a:after {
    position: absolute;
    content: "";
    background-color: #f8663f;
    transition: 0.3s;
}

body:not(.image-logo) #top-menu>li:not(.menu-item-has-children):before,
body:not(.image-logo) #top-menu>li:after {
    width: 1px;
    height: 100%;
}

#top-menu>li:not(.menu-item-has-children)>a:before,
#top-menu>li:not(.menu-item-has-children)>a:after {
    width: 100%;
    height: 1px;
}


#top-menu>li:not(.menu-item-has-children):before {
    top: -100%;
    left: 0;
}

#top-menu>li:not(.menu-item-has-children):hover::before,
#top-menu>li.current_page_item:before {
    top: 0;
}

#top-menu>li:not(.menu-item-has-children):after {
    bottom: -100%;
    right: 0;
}

#top-menu>li:not(.menu-item-has-children):hover::after,
#top-menu>li.current_page_item:after {
    bottom: 0;
}

#top-menu>li:not(.menu-item-has-children)>a:before {
    top: 0;
    left: -100%;
}

#top-menu>li:not(.menu-item-has-children)>a:hover::before,
#top-menu>li.current_page_item>a:before {
    left: 0;
}

#top-menu>li:not(.menu-item-has-children)>a:after {
    bottom: 0;
    right: -100%;
}

#top-menu>li:not(.menu-item-has-children)>a:hover::after,
#top-menu>li.current_page_item>a:after {
    right: 0;
}

.menu-item-has-children {
    vertical-align: top;
}

/* Mobile Navigation */

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

#main-header .et_mobile_menu {
    background-color: #111111 !important;
}

.et_mobile_menu {
    border: 0 !important;
}

#mobile_menu li a {
    color: #fff !important;
}

#mobile_menu .current_page_item {
    background-color: #fff;
}

#mobile_menu .current_page_item a {
    color: #111111 !important;
}

/* Submenu */
#main-header .nav li ul {
    background-color: #111111 !important;
}

#main-header .nav li ul a {
    color: #fff !important;
    font-size: 16px !important;
    text-transform: none !important;
}

#top-menu .menu-item-has-children>a:first-child::after {
    top: 38%;
}

/* -----------------------------------------------------------------------
   * Sidebar Style
   * ----------------------------------------------------------------------- */

.et_right_sidebar #sidebar {
    padding: 20px 28px 0;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 0px solid #eee;
}

/* -----------------------------------------------------------------------
   * Banner Style
   * ----------------------------------------------------------------------- */
.et_pb_slide {
    padding-top: 70px !important;
    padding-bottom: 0px !important;
}

.et_pb_slide_title {
    font-size: 70px !important;
    font-weight: 700 !important;
}


.et_pb_slide_content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.et_pb_slide_content p a {
    padding: 20px;
}

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

/* -----------------------------------------------------------------------
   * (Home) Services Section Style
   * ----------------------------------------------------------------------- */

.et_pb_column .et_pb_column_1_2 .et_pb_column_7 h3 {
    color: #fff !important;
}

.et_pb_blurb_container h4 {
    font-size: 22px;
}

#section-1 .et_pb_column_1_4 {
    background-color: #f8663f;
    padding: 30px 20px 20px;
    transition: 0.3s linear;
}

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

/* -----------------------------------------------------------------------
   * Home Testimonial Style
   * ----------------------------------------------------------------------- */
.home-testimonial blockquote {
    border: 0;
    padding: 0;
}

.home-testimonial-text {
    position: relative;
    z-index: 999;
}

.home-testimonial-text:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -7px;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: -1;
    border-radius: 5px;
}

.home-testimonial-text:after {
    position: absolute;
    content: "";
    top: 16px;
    left: -14px;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: -1;
    border-radius: 5px;
}

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

.wpcr3_review blockquote {
    border-left: none;
    padding: 0 !important;
    text-align: justify;
    margin: 0 !important;
}

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

    .home-testimonial-text:before,
    .home-testimonial-text:after {
        display: none;
    }

    blockquote.wpcr3_content {
        padding-left: 0;
        border-left: 0;
    }
}

/* -----------------------------------------------------------------------
   * Get a Free Estimate Style
   * ----------------------------------------------------------------------- */
#location h3,
:not(.et_pb_widget)>div>#servcss {
    font-size: 23px;
    line-height: 26px;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    color: #F63F0E !important;
    text-shadow: 1px 1px 1px #fff;
}

#servcss li {
    margin-bottom: 10px;
}

.free-estimate-heading {
    position: relative;
    color: #f8663f !important;
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    font-size: 35px;
    text-shadow: 1px 1px 1px #fff;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1em;
}

#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 #999999;
    color: #111111 !important;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 10px 0px !important;
    border-radius: 2px;
    transition: 0.3s linear;
    width: 100% !important;
}

#contactForm input[type=text]: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 {
    border-color: #1F1F26;
    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;
}

.comment-field {
    color: #222222 !important;
}

#submitter {
    position: relative;
    font-size: 16px;
    padding: 20px 30px;
    font-weight: 700 !important;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    height: auto !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    background-color: #f8663f;
    border: 5px solid #f97a58;
    transition: 0.3s linear;
    margin-top: 10px !important;
    width: 100% !important;
}

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

/* -----------------------------------------------------------------------
   * Footer Style
   * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #111111 !important;
    border-top: 2px solid #f8663f;
    padding-top: 50px;
    /* padding-bottom: 30px; */
}

#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;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #3b4550;
    font-size: 16px;
    font-weight: bold !important;
}

#main-footer h4:before {
    position: absolute;
    content: "";
    display: block;
    bottom: -1px;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #f8663f;
}

#main-footer #footer-bottom .container {
    text-align: left;
    font-size: 13px;
    /* padding-top: 25px; */
}

.openinghours tr td:first-child {
    padding-left: 5px !important;
}

.openinghours tr td:last-child {
    text-align: right !important;
    padding-right: 5px !important;
    font-family: 'Lato',sans-serif;
}

#current-day {
    background-color: #f8663f;
}

.footer-widget #text-4 .textwidget br,
.footer-widget #text-4 .textwidget strong {
    display: none;
}

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

#footer-bottom {
    padding: 20px;
    background: #000 !important;
    color: white;
}

#contactForm input,
textarea {
    width: 100% !important;
}

/* -----------------------------------------------------------------------
   * Keyframes Style
   * ----------------------------------------------------------------------- */

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

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes color-cycle {
    0% {
        color: #fff;
    }

    50% {
        color: #f8663f;
    }

    100% {
        color: #fff;
    }
}

.pulsing {
    font-weight: 500;
    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 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;
}

/* Phone Ring Icon */
.ring {
    -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);
        color: #fff;
    }

    8% {
        -webkit-transform: rotate(0deg);
    }

    12% {
        -webkit-transform: rotate(-45deg);
        color: #fff;
    }

    16% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(-45deg);
        color: #fff;
    }

    24% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes Ringing {
    0% {
        transform: rotate(0deg);
    }

    4% {
        transform: rotate(-45deg);
        color: #fff;
    }

    8% {
        transform: rotate(0deg);
    }

    12% {
        transform: rotate(-45deg);
        color: #fff;
    }

    16% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-45deg);
        color: #fff;
    }

    24% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/* -----------------------------------------------------------------------
   * Sidebar Style
   * ----------------------------------------------------------------------- */

.widgettitle {
    position: relative;
    color: #111111 !important;
    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: #f8663f;
}

/* -----------------------------------------------------------------------
   * Helper Style
   * ----------------------------------------------------------------------- */
blockquote {
    border-color: #f8663f !important;
}

/* -----------------------------------------------------------------------
   * Media Queries Style
   * ----------------------------------------------------------------------- */
@media (max-width: 980px) {
    .navigation {
        padding-bottom: 0;
/*         padding-top: 15px; */
    }

    .cn-logo {
        font-size: 25px;
    }

    .et_pb_slide_description .et_pb_slide_title {
        font-weight: bold !important;
    }

    .home-content {
        padding: 30px 20px 20px 20px !important;
    }

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

@media (max-width: 900px) {
    .et_pb_slide_title {
        font-size: 40px !important;
        font-weight: 700 !important;
        background: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }

    .et_pb_slide_content {
        margin-top: 20px;
    }

    .scroll-down-btn {
        bottom: 30px;
        width: 60px;
    }
}

@media (max-width: 767px) {
    .header-info .container {
        text-align: center;
    }
}

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

@media (max-width: 500px) {

    .ion-ios-monitor-outline {
        display: none !important;
    }

    .et_pb_slide {
        padding-top: 150px !important;
    }
}

@media (max-width: 400px) {
    .et_pb_slide {
        padding-top: 180px !important;
    }

    #contactForm div:nth-child(5) img {
        float: none;
        width: 100%;
        margin-bottom: 4px;
    }

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

/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
    font-size: 17px !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;
}

/***** massage template menu fix *****/
@media (min-width:981px) {
    body:not(.image-logo) .logo_container {
        margin: 10px 0;
        position: relative !important;
        text-align: center;
    }

    body:not(.image-logo) .et-fixed-header .logo_container {
        margin: 0;
    }

    body:not(.image-logo) #et-top-navigation {
        width: 100%;
        text-align: center;
    }

    body:not(.image-logo) #top-menu-nav {
        float: none !important;
        display: inline-block;
    }

    body:not(.image-logo) #main-header .contact-info {
        float: none !important;
        margin: 20px 0 12px;
    }

    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) header>.container.clearfix.et_menu_container {
        padding: 0 10px;
    }

    body:not(.image-logo) #et-top-navigation {
        margin-top: 10px;
    }

    #logo {
        /* position: absolute; */
        left: 0;
        top: 30px;
        max-width: 400px;
    }
}

@media (max-width:980px) {
    .logo_container {
        position: relative !important;
        text-align: center;
/*         padding: 0 10px !important; */
        display: block;
/*         padding-bottom: 12px !important; */
    }

    .text-logo {
        font-size: 28px;
        line-height: 30px;
        display: inline;
        top: 0;
        text-shadow: none;
    }

    .header-info span,
    .header-info a {
        margin-right: 0;
        display: block;
    }
}

#et-top-navigation>.et_menu_container {
    width: 100%;
}

header>.et_menu_container {
    width: 90%;
}

#top-menu-nav>ul>li>a:hover,
#et-secondary-menu>ul>li>a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
    opacity: 1;
}

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

#top-menu .sub-menu li {
    border-left: 0 !important;
    padding: 0 !important;
}

#top-menu .sub-menu li a:before {
    display: none;
}

#main-header .nav ul li a:hover,
#main-header .et_mobile_menu li a:hover {
    opacity: 1;
    background-color: #f7663f;
    color: white !important;
}

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

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

    .scroll-down-button {
        bottom: 5px;
    }
}

#main-footer .container {
    width: 100%;
}

.payments strong,
.payments br {
    display: none;
}

.paymentsbox {
    max-width: 100%;
}

.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;
    list-style: none;
    width: 100%;
    padding: 0;
}

@media (max-width:980px) {
    #servcss {
        padding-left: 0;
    }

    .has-button a.et_pb_button {
        left: unset !important;
    }

    .header-info .container {
        text-align: center;
    }

    .home-testimonial-text:before,
    .home-testimonial-text:after {
        display: none;
    }
}

@media (max-width:600px) {
    #contactForm div:nth-child(5) img {
        float: none;
        margin-top: 5px;
    }

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

.white-box {
    padding: 25px 20px 20px 20px !important;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 0 6px #e4e4e4;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

blockquote {
    padding-left: 0;
}

header,
.et-fixed-header#main-header {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .35) !important;
}

.et_header_style_left .mobile_menu_bar {
    padding-bottom: 10px;
}

.has-button .et_pb_button:after {
    display: none;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: 100%;
}

.mobile_nav {
    height: 56px;
    width: 100%;
}

.mobile_menu_bar_toggle {
    height: 56px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
}

.mobile_menu_bar:before {
    right: 5px !important;
    left: unset !important;
    position: absolute;
    top: 12px;
}

ul#mobile_menu {
    top: 100%;
    text-align: center;
}

.mobile_nav .select_page {
    display: inline-block;
    position: absolute;
    left: 10px;
    line-height: 56px;
}

/***** FIX MENU SIZING *****/
@media (min-width: 981px) {

    header .et_menu_container,
    .header-info .container {
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 1350px !important;
    }
}

/*** Logo image styling ***/
.image-logo header .et_menu_container {
    padding: 0;
}

.image-logo .email-us {
    float: right;
    padding-right: 10px;
}

.image-logo #top-menu>li {
    padding: 38px 0 !important;
    transition: all .3s;
}

.image-logo .et-fixed-header #top-menu>li {
    padding: 31px 0 !important;
}

.image-logo #top-menu>li>a {
    padding: 15px 12px !important;
}

.image-logo .et-fixed-header #top-menu>li>a {
    padding: 15px 12px !important;
}

.image-logo #et-top-navigation {
    padding: 0 !important;
}

@media (max-width: 1150px) {

    .image-logo #top-menu>li,
    .image-logo .et-fixed-header #top-menu>li {
        padding: 20px 0 !important;
    }

    .image-logo #top-menu>li>a,
    .image-logo .et-fixed-header #top-menu>li>a {
        padding: 15px 12px !important;
        font-size: 14.5px !important;
    }
}

@media (max-width: 980px) {
/*     .image-logo .logo_container {
        padding: 10px 0 !important;
    } */

    .image-logo #logo {
        max-width: 100%;
        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;
}
.footer-widget li:before {
    border-color: #f8663f!important;
    margin-top: 2px;
}
@media (max-width:980px) {
    .et_pb_widget {
        text-align: center;
    }

    .paymentType {
        display: inline-block;
        float: none;
    }
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .75));
}

.et_pb_post {
    text-align: justify;
/*     padding: 0 20px; */
}

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

@media screen and (max-width:980px) {
    #contact-section {
        margin-top: 30px;
    }

    .wpcr3_review,
    .wpcr3_item_name,
    h1.entry-title {
        text-align: center;
    }
}


@media screen and (max-width: 1024px) and (min-width: 980px) {
    #et-top-navigation {
        float: none;
        text-align: center;
    }

    nav#top-menu-nav,
    #top-menu {
        float: none;
    }

    .image-logo .logo_container {
        position: relative;
        justify-content: center;
    }

    #logo {
        /* position: relative; */
        left: 0;
    }

    .image-logo .logo_container a {
        display: inline-block;
        /* position: relative; */
        left: 50%;
        /* transform: translateX(-50%); */
        /* transform: translateX(-50%); */
        /* -webkit-transform: translateX(-50%); */
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}


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

.top_button {
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-weight: bold !important;
    text-transform: capitalize;
    text-shadow: none;
    color: #000;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}

.top_button:hover {
    color: #000;
}

.top_button .fa {
    top: 0px !important;
    left: 0px !important;
    height: 0px !important;
    color: #000 !important;
    padding: 5px 5px 5px 0px !important;
}

.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background-color: #f8663f;
    color: #ffffff !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 3px solid #f97a58;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 200px;
}

.floating-estimate-btn:hover{
    color: #fff;
    background-color: #111111;
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 3px solid #f97a58;
    border-left: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    bottom: 0px;
    background: #f8663f;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    justify-content: center;
    width: 200px;
    z-index: 9999;
    font-weight: bold;
}

#main-footer .listing-rev-btn img {
    display: none;
}

#main-footer .listing-rev-btn:hover {
    color: #fff;
    background-color: #111111;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    bottom: 2px;
}

/* end add buttons */

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

    .slider-button .booking-button-switch {
        margin-right: 15px;
    }
}
/* HTML BADGES STYLE */
 

div#home-badges-section:before, div#homepage-nap-section:before {
    content: '';
    position: absolute;
    background: url(https://jwpavingandsealcoatingduluthga.com/wp-content/uploads/2023/11/flowers-bg.webp);
    background-size: auto;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    font-family: 'Nunito', sans-serif;
}

.badge-holder:hover {
    box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
    color: #111111;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 50%;
    padding-bottom: 5px;
}

.badge-title {
    background: #f8663e;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 3px;
    position: absolute;
    bottom: -15px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 8px;
}

.badge-title span {
    font-size: 17px;
}
@media screen and (max-width: 425px) {
	.badge-title span {
	font-size: 15px;
}
	p.badge-content {
	
	font-size: 15px;

}
}
/***********
css for badges
***********/

.snip1331 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    color: #bdbdbd;
    margin: 1px 1px;
    max-width: 17rem;
    width: 18rem;
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    left: -30px;
}


.snip1331 h4,
.snip1331 h5 {
  margin: 0;
  text-transform: uppercase;
}
.snip1331 h4 {
  font-family: 'Lora', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 50px;
  position: relative;
	padding: 5px;
  background-color: #a00e17;
  color: #fff;
  text-align: center;
  margin: 0 30px 8px;
  border-top: 6px solid #212121;
  border-bottom: 6px solid #212121;
}
.snip1331 h4:before,
.snip1331 h4:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 5px;
  border-width: 25px 10px;
  border-style: solid;
}
.snip1331 h4:before {
  left: -23px;
    border-color: #a00e17 #a00e17 #a00e17 transparent;
}
.snip1331 h4:after {
  right: -23px;
      border-color: #a00e17 transparent #a00e17 #a00e17;
}
.snip1331 h5 {
  font-weight: bold;
  font-size: 1.2em;
	color: #a00e17;
}
.snip1331 h6 {
	 font-weight: bold;
  margin: 0;
  display: inline-block;
  position: relative;
	color: #a00e17;
	 font-size: 16px;

}
.snip1331 h6:before,
.snip1331 h6:after {
  position: absolute;
  height: 1px;
  content: '';
 /* background: #bdbdbd; */
  width: 30px;
  top: 50%;
}
.snip1331 h6:before {
  left: -35px;
}
.snip1331 h6:after {
  right: -35px;
}
.snip1331:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border: 8px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 50%;
}

@media (max-width:1280px) {
	.snip1331 {
 transform: scale(0.7);
		 margin: 20px auto !important;
		transform: scale(0.8);
		 left: -49px;
}
		
	
}

@media (max-width:981px) {
	.snip1331 {
		width: 100%;
		left: auto;
		transform: scale(0.9);
	}
}

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

#mobile_menu li a {
text-transform: capitalize!important;
}

@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 {
  }
  .hours, .openinghours {
    width: 65% !important;
    margin: 0 auto !important;
  }
}

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

.free-estimate-heading span {
	color: #fff!important;
}
@media screen and (max-width:980px) {
	   .wpcr3_review {
        text-align:center;
    }
}



/* SERVICE BOXES STYLES */



.srvBlockTitle p {
	font-size: 26px !important;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Lato',sans-serif;
	color: #000000;
	border-bottom: 1px solid #000000;
	display: inline-block;
}

.srvElement:hover {
	transform: translateY(-10px);
}

.srvBlockTitle {
	text-align: center;
}

.srvElement {
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	max-width: 500px;
	background: #111111;
}

.srvElementHeader h2 {
	text-align: center;
	color: #ffffff;
	font-family: 'Lato',sans-serif;
	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 {
}

.srvElement:hover {
	background: #f8663e;
	transition:0.3s;
}

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

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


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

	
	/* SERVICES STYLE DESKTOP*/


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

h1.header-title {
    font-weight: 800;
    font-size: 36px;
    filter: drop-shadow(2px 4px 6px black);
}
.header-cn {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    filter: drop-shadow(2px 4px 6px black);
    color: #f8663f;
    font-family: 'Courgette', cursive;
}
.slogan {
    font-size: 22px;
    filter: drop-shadow(2px 4px 6px black);
    margin: 10px 0 50px;
}
p.title-testimonials {
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    color: #111111;
}
.nav-arrows button {
    border-color: #111111;
    background: #f8663f;
}

.nav-arrows button:hover {
    background: #111111;
    color: white;
}

.nav-arrows button svg {
    color:#fff;
}

@media screen and (max-width: 981px) and (min-width: 425px) {
    .hours, .openinghours {
		max-width: 385px;
        margin: 0 auto !important;
    }
}

@media (max-width: 425px) {
	.openinghours {
    width: 100% !important;
	text-align: center !important;
}
}

@media (min-width: 981px) {
	.openinghours {
    width: 100% !important;
	text-align: center !important;
}
}


/***********
  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.current-menu-ancestor>a{
  background:#fff;
  }
  #top-menu li .sub-menu li a, .et-fixed-header #top-menu li .sub-menu li a {
  color:#fff !important;
  }
  @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;
  }
  }
  
@media (max-width: 479px) {
    .et_pb_post h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    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: 600px) {
 

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

    
}

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

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

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

#mobile_menu li a {
    line-height: 1.2em;
}

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

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

/* body:not(.et_pb_page) #main-content .container{
    padding: 310px 0px !important;
} */
/* 
@media (min-width: 981px) {
    .et_pb_section {
        padding: 80px 0;
    }
} */

/* @media (min-width: 981px) {
    .et_pb_row {
        padding: 0px 0;
    }
} */

.et_pb_title_container h1 {
    font-size: 30px;
}

/* @media (min-width: 981px) {
    .et_right_sidebar #left-area {
        float: left;
        padding: 0px;
    }
} */

/* @media only screen and (min-width: 1350px) {
    .et_pb_row {
        padding: 0px;
    }
} */

.sub-menu li {
    padding: 0 !important;
}

.sub-menu {
    padding: 0 !important;
}

/**/
#sidebar {
	margin-top: 40px;
}
.single-post h2 {
	text-align: left;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
#left-area p, #left-area ol, #left-area ul {
	text-align: justify;
}
.post-content p {
    text-align: justify !important;
}
@media (max-width: 980px) {
	#left-area .post-meta {
    text-align: center;
}
}

#col-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 520px;
    box-shadow: 10px 10px #f8663f;
}

#col-img .et_pb_image_wrap, #col-img .et_pb_image {
    height: 100%;
    width: 100%;
}

.srvElement a {
    color: #f8663f !important;
}

.srvElement:hover a {
    color: #111111 !important;
}
.home #servcss li:before {
    content: '\f00c';
    color: #f8663f;
    padding-right: 10px;
    font-size: 18px;
    font-family: 'FontAwesome';
}

.home #servcss {
    text-align: left;
    max-width: 240px;
    margin: 0 auto;
}
.navigation .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.navigation .container:after {
    content: unset;
}

.navigation .logo_container {
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
	.navigation .container {
    justify-content: center;
	gap: 20px;
}
}
@media (max-width: 980px) {
	.logo_container a {
    width: 100%;
}
}