/* Wordpress Porto Theme Custom CSS by MK Design Marketing */

/* Typography */

.h1-small .elementor-heading-title {
    font-size: 15px;
}

sup {
    font-size: 12px;
    top: -10px;
    margin-left: 1px;
}

.accent-color-text {
    color: #0088cc;
}

.elementor-testimonial-name {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.elementor-testimonial-job {
    color: #fff;
    font-size: 14px !important;
}

.porto-sicon-description {
    line-height: 19px;
    font-size: 16px;
    margin-top: -10px !important;
}

#service-areas-text p {
    letter-spacing: -.5px;
}

/* Buttons */
html .btn-primary {
    color: #ffffff !important;
    background-color: #0088CC;
    border-color: #0088CC #0088CC #0088CC;
    border-radius: 4px;
}

html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active {
    color: #ffffff;
    background-color: #289fda;
    border-color: #289fda #289fda #289fda;
}

/* Template Layout */
.elementor-widget-porto_page_header {
    background-color: #000;
}

.elementor-widget-porto_page_header li {
    color: #adadad;
}

.page-top {
    padding-left: 10px;
    padding-right: 10px;
}

.page-title-wrap {
    margin-top: 5px;
}

.page-title-wrap .page-title {
    font-weight: 600;
}

.child-divider .elementor-container:before {
    height: 0px !important;
}

#topcontrol {
    /* Back  to top button in lower right corner of screen */
    right: 100px !important;
}

.water-accent {
    width: 100px;
    height: 30px;
    background-color: #0088cc;
    border-radius: 100px;
    background-image: url(../wp-custom/images/pool-water-background.jpg);
    background-size: auto;
}

#leave-review-section .elementor-container {
    max-width: 340px;
}

#leave-review-section .elementor-container .btn {
    min-width: 150px;
}

#leave-review-section .elementor-container .elementor-widget-container {
    padding: 0px 10px;
}

/* Page Specific Styles */

/* Homepage */
.call-to-action-in-footer:before {
    /* Top arrow for free estimate section */
    border-top: 20px solid #f3f3f3 !important;
}

/* Free Estimates Page */
.page-id-4251 #main .container-fluid {
    background-color: #f1edea;
}

.footer-wrapper {
    background-color: #000;
    background-image: url(../wp-custom/images/Footer-background-desktop-1.jpg);
    background-size: cover;
    background-position: top;
}

.footer-email-wrapper,
.footer-phone-wrapper {
    height: 28px;
    margin-bottom: 4px !important;
    margin-top: -3px;
}

/* Form Styles */
.wpcf7-response-output {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #000;
}

/* FAQ Page */
.faq-nav {
    font-size: 18px;
    line-height: 24px;
}

/* Layout Helpers */
.mt-sm-0 {
    margin-top: 0px;
}

.nowrap {
    white-space: nowrap;
}


/* Admin Menu Dashboard Customization */
#adminmenu .elementor-app-link {
    display: none;
}

/* ========================================================== */
/* PHONE STYLES 
/* ========================================================== */
@media screen and (max-width: 576px) {

    /* Template Styles */
    .header-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header-phone .elementor-heading-title a {}

    .footer-wrapper {
        background-image: url(../wp-custom/images/Footer-background-mobile-1.jpg);
        background-size: cover;
        background-position: top;
    }



    /* Layout Helpers */
    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-2 {
        order: 2;
    }

    .mobile-order-3 {
        order: 3;
    }

}

/* ========================================================== */
/* DESKTOP ONLY STYLES 
/* ========================================================== */
@media screen and (min-width: 1056px) {

    .giant-button a {
        font-size: 30px;
        padding: 16px 40px;
        font-weight: 600;
    }

    #homepage-banner .porto-ibanner-layer {
        width: 800px;
    }

    .footer-cta-big-text {
        font-size: 21px;
        line-height: 47px;
    }

    .footer-cta-sub-text {
        font-size: 20px;
        line-height: 26px;
    }

    /* Helpers */
    .flex-end-lg {
        align-content: flex-end;
    }

}