/*
 Theme Name:   Welcome Child
 Theme URI:    https://wdtwelcome.wpengine.com/
 Description:  Welcome Child Theme
 Author:       the Welcome team
 Author URI:   https://wedesignthemes.com/
 Template:     welcome
 Version:      1.0.0
 Tested up to: 6.6
 Requires PHP: 7.4
 Text Domain:  welcome-child
 Tags: Blog,Portfolio
 License: GNU General Public License v2 or later License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2024 buddhathemes. All rights reserved.
*/


/*--------------------------
*           Index          *
----------------------------
* 1. Global                *
*    1.1 Custom Properties *
*    1.2 Universal         *
*    1.3 Header            *
*    1.4 Footer            *
*    1.5 Sidebar           *
* 2. Home-page             *
* 3. Sub-page              *
* 4. Responsive            *
* 5. Keyframes             *
--------------------------*/

/*--------------------------
*        1. Global         *
--------------------------*/

/* 1.1 Custom Properties */
:root {
    /* Add color custom properties here */
    /* Brand Colors */
    --color-brand: #77848d;
    --color-brand-rgba: 119, 132, 141;
    --color-brand-two: var(--color-brand);
    --color-brand-two-rgba: var(--color-brand-rgba);
    --color-brand-three: #e9a13b;
    --color-brand-three-rgba: 233, 161, 59;
    --color-brand-four: #e2e4e3;
    --color-brand-four-rgba: 226, 228, 227;
    --color-white: #fcfcfa;
    --color-white-rgba: 252, 252, 250;
    --color-black: #010101;
    --color-black-rgba: 1, 1, 1;

    /* Add font custom properties here */
    --font-headings: 'Cantata One', serif;
    --font-default: 'brandon-grotesque', sans-serif;
}

/* 1.2 Universal */
/* Don't let phone number links wrap */
a[href^="tel:"],
a[href^="tel+"] {
    white-space: nowrap;
}

/* End Don't let phone number links wrap */

/* Hidden Links */
a.hide-link,
a.hide-link:hover {
    color: inherit !important;
    text-decoration: none !important;
    cursor: default !important;
}

/* End Hidden Links */

html body {
    max-width: 100dvw;
}

/* Defaults for Gravity Forms */
html body .gform_ajax_spinner {
    max-width: 1em;
    height: 1em;
    width: 1em;
}

html body .gform_confirmation_message {
    text-align: center;
    color: #fff;
    border-radius: 0;
    background-color: green;
    margin: 1em;
    padding: 1em;
}

html body .gform_wrapper.gravity-theme form .gform-loader {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: calc(50% - 1rem);
    bottom: -7px;
}

html body .gform_wrapper.gravity-theme form#gform_9 .gform-loader {
    left: calc(50% - 0.5rem);
}

html body .gform_wrapper.gravity-theme form[data-active-form="true"] input[type="submit"],
html body .gform_wrapper.gravity-theme form[data-active-form="true"] button[type="submit"] {
    background-color: #c4ccd2;
    border-color: #c4ccd2;
    pointer-events: none;
}

html body .gform_wrapper.gravity-theme .gform_validation_errors,
html body .gform_wrapper.gravity-theme .validation_message {
    background-color: #cc3333;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--color-white);
    border-radius: 0;
    outline: 0;
}

html body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    color: var(--color-white);
}

html body .gform_wrapper.gravity-theme .validation_message {
    padding: .5em 1em;
}

/* Removes default appearance for iOS/Safari forms */
input:matches([type="button"],
[type="submit"],
[type="reset"]) {
    -webkit-appearance: none !important;
}

/* End Defaults for Gravity Forms */

/* Typography */
/* main font */
html body,
html body .elementor-widget-text-editor,
html body .elementor-widget-html {
    font-family: var(--font-default) !important;
    font-size: 20px;
    line-height: 1.75;
}

a:hover {
    color: var(--color-brand-two);
}

html body #main .elementor-widget-text-editor p,
html body #main .elementor-widget-text-editor li {
    text-wrap: pretty;
}

/* headers */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    font-family: var(--font-headings) !important;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    color: var(--color-brand);
    text-wrap: pretty;
}

html body h2:not(:first-child),
html body h3:not(:first-child),
html body h4:not(:first-child),
html body h5:not(:first-child),
html body h6:not(:first-child) {
    margin-top: 1em;
}

html body .wtp_dark .wdt-heading-subtitle,
html body .wtp_dark .wdt-content-subtitle,
html body .wtp_dark p,
html body h1.wtp_dark,
html body h2.wtp_dark,
html body h3.wtp_dark,
html body h4.wtp_dark,
html body h5.wtp_dark,
html body h6.wtp_dark,
html body .wtp_dark h1,
html body .wtp_dark h2,
html body .wtp_dark h3,
html body .wtp_dark h4,
html body .wtp_dark h5,
html body .wtp_dark h6 {
    color: var(--color-white);
}

html body .wtp_dark .wdt-heading-subtitle a:hover,
html body .wtp_dark .wdt-content-subtitle a:hover,
html body h1.wtp_dark a:hover,
html body h2.wtp_dark a:hover,
html body h3.wtp_dark a:hover,
html body h4.wtp_dark a:hover,
html body h5.wtp_dark a:hover,
html body h6.wtp_dark a:hover,
html body .wtp_dark h1 a:hover,
html body .wtp_dark h2 a:hover,
html body .wtp_dark h3 a:hover,
html body .wtp_dark h4 a:hover,
html body .wtp_dark h5 a:hover,
html body .wtp_dark h6 a:hover {
    color: inherit;
}

/* Add default top margin to headings (excludes when first element in container). Alter as necessary. */
/* Note: By default this only applies to blog posts. Remove '.single' if necessary on all pages. */
html body.single h1:not(:first-child),
html body.single h2:not(:first-child),
html body.single h3:not(:first-child),
html body.single h4:not(:first-child),
html body.single h5:not(:first-child),
html body.single h6:not(:first-child) {
    /*margin-top: 1em;*/
}

/* End Add default top margin to headings */
/* End Typography */

html body .wdt-button,
html body #main .wdt-content-item .wdt-content-button a {
    border: 1px solid var(--color-brand-two);
    -webkit-box-shadow: 0 0 50px rgba(var(--color-black-rgba), .3);
    box-shadow: 0 0 50px rgba(var(--color-black-rgba), .3);
    border-radius: 3px;
}

html body .wdt-button .wdt-button-text,
html body #main .wdt-content-item .wdt-content-button a,
html body .gform_wrapper.gravity-theme .gform_footer button[type=submit],
html body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    font-size: 21px;
    padding: 12px 32px !important;
    font-family: var(--font-default);
    letter-spacing: 1px;
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button .wdt-button-icon {
    height: 100%;
}

html body #main .wdt-content-item .wdt-content-button a {
    padding-right: 80px !important;
}

html body #main .wdt-content-item .wdt-content-button a:before {
    content: '\f061';
    -webkit-mask-image: none;
    mask-image: none;
    font-family: 'Font Awesome 5 Free';
    background-color: transparent;
    color: var(--color-brand-two);
    font-size: 1em;
    font-weight: 700;
    top: -3px;
}

html body #main .wdt-content-item .wdt-content-button a:hover:before {
    color: var(--color-white);
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button,
html body #main .wdt-content-item .wdt-content-button {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button:hover,
html body #main .wdt-content-item .wdt-content-button:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button .wdt-button-icon span {
    padding: 0;
    width: 42px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button .wdt-button-icon span::before {
    background-color: rgba(var(--color-brand-two-rgba), 66%);
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button .wdt-button-icon span svg {
    z-index: 1;
    pointer-events: none;
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button:hover .wdt-button-icon span svg {
    fill: var(--color-white);
    z-index: 1;
    pointer-events: none;
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button:before,
html body #main .wdt-content-item .wdt-content-button:before,
html body .gform_wrapper.gravity-theme .gform_footer button[type=submit]:before,
html body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 1;
    border-radius: 3px;
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button:hover:before,
html body #main .wdt-content-item .wdt-content-button:hover:before,
html body .gform_wrapper.gravity-theme .gform_footer button[type=submit]:hover:before,
html body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover:before {
    left: 0;
    opacity: 1;
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button:after,
html body #main .wdt-content-item .wdt-content-button:after,
html body .gform_wrapper.gravity-theme .gform_footer button[type=submit]:after,
html body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:after {
    content: '';
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-right: 1px solid var(--color-white);
    border-left: 1px solid var(--color-white);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 1;
    border-radius: 3px;
}

html body .wdt-button-holder.wdt-template-icon-highlighted .wdt-button:hover:after,
html body #main .wdt-content-item .wdt-content-button:hover:after,
html body .gform_wrapper.gravity-theme .gform_footer button[type=submit]:hover:after,
html body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover:after {
    top: 0;
    opacity: 1;
}

html body .mfp-bg {
    background-color: #ffffffcf;
    opacity: 1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

html .mfp-image-holder .mfp-close,
html .mfp-iframe-holder .mfp-close {
    position: fixed;
    top: 20px;
    right: 20px;
    /*display: block !important;*/
    font-size: 32px;
    background-color: var(--color-brand);
    line-height: 22px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 44px;
    height: 44px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    padding: 0;
}

html .mfp-image-holder .mfp-close:hover,
html .mfp-iframe-holder .mfp-close:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Forms */
html body .gform_wrapper.gravity-theme .gform_footer button[type=submit],
html body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    /*padding: 10px clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem) 10px clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem);*/
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    background-color: var(--color-brand-two);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    border: 1px solid var(--color-brand-two);
}

html body .gform_wrapper.gravity-theme .gform_footer button[type=submit]:hover,
html body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

html body .gform_wrapper.gravity-theme .gfield_label {
    font-family: var(--font-headings);
}

html body .gform_wrapper input:not(.gfield-choice-input):not(.gform_button),
html body .gform_wrapper select,
html body .gform_wrapper .ginput_container_select > span,
html body .gform_wrapper textarea {
    border: 1px solid rgba(var(--color-black-rgba), 20%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-height: 50px;
    max-height: 50px;
}

html body .gform_wrapper textarea {
    max-height: none;
}

html body .gform_wrapper select option {
    background: #fff;
    color: #121212;
}

html body .gform_wrapper input:not(.gfield-choice-input):not(.gform_button):focus,
html body .gform_wrapper .ginput_container_select > span:focus,
html body .gform_wrapper textarea:focus,
html body .gform_wrapper select:focus,
html body .gform_wrapper input:active,
html body .gform_wrapper select:active,
html body .gform_wrapper .ginput_container_select > span:active,
html body .gform_wrapper textarea:active {
    background-color: var(--color-white);
    border: 1px solid rgba(var(--color-brand-two-rgba), 90%);
}

html body #main .gform_wrapper select {
    /*border: 0 !important;*/
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    height: 50px !important;
    overflow: visible !important;
    padding: 8px !important;
    position: relative !important;
    width: 100% !important;
    white-space: normal !important;
}

html body #main .gform_wrapper .ginput_container.ginput_container_select {
    position: relative;
}

html body #main .gform_wrapper .ginput_container.ginput_container_select:after {
    content: '\f0d7';
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    color: var(--color-white);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: .8em;
    pointer-events: none;
}

html body .wtp_dark .gform_wrapper.gravity-theme .gfield_label {
    color: var(--color-white);
}

/* for dark themes */
html body .wtp_dark .gform_wrapper input,
html body .wtp_dark .gform_wrapper select,
html body .wtp_dark .gform_wrapper .ginput_container_select > span,
html body .wtp_dark .gform_wrapper textarea {
    border: 1px solid rgba(var(--color-white-rgba), 20%) !important;
    color: var(--color-white);
}

html body .wtp_dark .gform_wrapper select {
    background: rgb(var(--wdtBodyTxtColorRgb), .1) !important;
}

html body .wtp_dark .gform_wrapper .ginput_container_select > span {
    width: 100% !important;
}

html body .wtp_dark .gform_wrapper.gravity-theme .gform_footer button[type=submit],
html body #main .wdt-content-item .wdt-content-button a {
    background-color: var(--color-white);
    color: var(--color-brand-two);
    border-color: var(--color-white);
}

html body #main .wdt-content-item .wdt-content-button {
    border: 1px solid var(--color-white);
}

html body .wtp_dark .gform_wrapper.gravity-theme .gform_footer button[type=submit]:before,
html body #main .wdt-content-item .wdt-content-button:before {
    border-top: 1px solid var(--color-brand-two);
    border-bottom: 1px solid var(--color-brand-two);
}

html body .wtp_dark .gform_wrapper.gravity-theme .gform_footer button[type=submit]:after,
html body #main .wdt-content-item .wdt-content-button:after {
    border-right: 1px solid var(--color-brand-two);
    border-left: 1px solid var(--color-brand-two);
}

html body .wtp_dark .gform_wrapper.gravity-theme .gform_required_legend {
    color: var(--color-white);
    display: none;
}

html body .wtp_dark .gform_wrapper.gravity-theme .gfield_required {
    color: var(--color-white);
    top: -2px;
    position: relative;
    left: 1px;
}

html body .wtp_dark .gform_wrapper input:focus,
html body .wtp_dark .gform_wrapper .ginput_container_select > span:focus,
html body .wtp_dark .gform_wrapper textarea:focus,
html body .wtp_dark .gform_wrapper input:active,
html body .wtp_dark .gform_wrapper .ginput_container_select > span:active,
html body .wtp_dark .gform_wrapper textarea:active {
    background-color: rgba(var(--color-white-rgba), 10%) !important;
    border: 1px solid rgba(var(--color-white-rgba), 50%) !important;
}

html body .wtp_dark .gform_wrapper .ginput_container_select > span b {
    border-color: var(--color-white) !important;
}

html body .wtp_dark .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
html body .wtp_dark .gform_wrapper.gravity-theme .gfield_error label,
html body .wtp_dark .gform_wrapper.gravity-theme .gfield_error legend,
html body .wtp_dark .gform_wrapper.gravity-theme .gfield_validation_message,
html body .wtp_dark .gform_wrapper.gravity-theme .validation_message,
html body .wtp_dark .gform_wrapper.gravity-theme [aria-invalid=true] + label,
html body .wtp_dark .gform_wrapper.gravity-theme label + [aria-invalid=true] {
    color: var(--color-white);
}

html body .wtp_dark .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #ff5029;
}

html body .wtp_dark .gform_wrapper .ginput_container_select > span {
    display: none;
}

/* End Forms */

html body #main .wdt-content-item .wdt-content-button a:after {
    background-color: var(--color-brand-two);
    background-image: none;
}

html body #main .wdt-content-item .wdt-content-button a:hover:after {
    opacity: .5;
}

html body #main .wdt-content-item .wdt-content-button a:before {
    color: var(--color-white);
}

html body #main .wdt-content-item .wdt-content-button a:hover:before {
    color: var(--color-brand-two);
}

html body #main .wtp_fit-img.yt--popper {
    cursor: pointer;
}

html body #main .wtp_intro-section .wtp_fit-img.yt--popper .elementor-widget-image {
    -webkit-box-shadow: 0 0 30px #00000024;
    box-shadow: 0 0 30px #00000024;
}

html body #main .wtp_fit-img > .elementor-widget-wrap {
    padding: 0;
}

html body #main .wtp_fit-img > .elementor-widget-wrap .elementor-widget-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

html body #main .wtp_fit-img > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html body #main .wtp_fit-img.yt--popper > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container a {
    width: 100%;
    height: 100%;
}

html body #main .wtp_fit-img > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

html body #main .wtp_fit-img.yt--popper > .elementor-widget-wrap .elementor-widget-image:hover .elementor-widget-container img,
html body #main .yt--popper.elementor-widget-image .elementor-widget-container a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body #main .wdt-cus-video-banner-2 .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon,
html body #main .wdt-cus-video-banner-2 .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:before {
    border-radius: 0;
}

html body #main .wtp_fit-img.yt--popper:hover .wdt-cus-video-banner-2 .wdt-popup-box-trigger-holder .wdt-popup-box-trigger-element .wdt-popup-box-trigger-icon:before {
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
}

html body #main .wtp_fit-img.yt--popper .elementor-widget-wdt-popup-box,
html body #main .wtp_fit-img.yt--popper .elementor-widget-wdt-popup-box * {
    pointer-events: none;
}

html body #main .elementor p a,
html body #main .elementor li a {
    color: var(--color-brand-two);
    text-decoration: underline;
    text-underline-offset: 2px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body #main .elementor p a:hover,
html body #main .elementor li a:hover {
    text-underline-offset: 4px;
}

html body #main .elementor .wtp_dark p a,
html body #main .elementor .wtp_dark .wdt-content-description a,
html body #main .elementor .wtp_dark li a,
html footer#footer .elementor .wtp_dark p a,
html footer#footer .elementor .wtp_dark .wdt-content-description a,
html footer#footer .elementor .wtp_dark li a {
    color: var(--color-white);
    text-decoration: underline;
    text-underline-offset: 2px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration-thickness: 1px;
}

html body #main .elementor .wtp_dark p a:hover,
html body #main .elementor .wtp_dark .wdt-content-description a:hover,
html body #main .elementor .wtp_dark li a:hover,
html footer#footer .elementor .wtp_dark p a:hover,
html footer#footer .elementor .wtp_dark .wdt-content-description a:hover,
html footer#footer .elementor .wtp_dark li a:hover {
    color: var(--color-white);
    text-underline-offset: 4px;
}

html body #back-to-top {
    border: 1px solid rgba(var(--color-brand-four-rgba), 10%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

html body .back-to-top-icon i:before {
    margin: 0;
    mask-image: none;
    -webkit-mask-image: none;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: transparent;
    width: 20px;
    height: 20px;
    font-family: "welcome Icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    content: '\f106';
    position: relative;
    top: -1px;
}

html body .pre-loader {
    -webkit-animation: preloader-fade-out 1s forwards;
    animation: preloader-fade-out 1s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* 1.3 Header */
html body #header-wrapper header#header .wdt-logo-container {
    /* background-image: url(/wp-content/uploads/2025/10/home-remodeling-ada.png); */
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-transition: background-image .5s;
    -o-transition: background-image .5s;
    transition: background-image .5s;
}

html body.nav-is-visible #header-wrapper header#header .wdt-logo-container {
    background-image: url(/wp-content/uploads/2025/10/home-remodeling-ada.png);
}

html body #header-wrapper header#header .wdt-logo-container img {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

html body.nav-is-visible #header-wrapper header#header .wdt-logo-container img,
html body.wtp_scrolled #header-wrapper header#header .wdt-logo-container img {
    opacity: 0;
}

html body #header-wrapper header#header .wdt-header-menu .menu-container {
    display: none;
}

html body #header-wrapper header#header .wdt-header-menu .mobile-nav-container {
    display: block;
}

html body #header-wrapper header#header .wdt-header-menu .mobile-nav-container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: right;
    padding: 3.05rem 1.4rem 3.05rem 2rem;
    background-color: transparent;
    box-sizing: content-box;
    -webkit-transition: padding .5s, background-color .5s;
    -o-transition: padding .5s, background-color .5s;
    transition: padding .5s, background-color .5s;
}

html body.wtp_scrolled:not(.nav-is-visible) #header-wrapper header#header .wdt-header-menu .mobile-nav-container {
    padding: 1.4rem 1.4rem 1.4rem 2rem;
    background-color: var(--color-brand);
}

html body #header-wrapper header#header .wdt-header-menu .mobile-nav-container .menu-trigger > i:after {
    background: var(--color-brand-three);
}

html body .mobile-menu-overlay,
html body .mobile-menu-overlay.is-visible {
    display: none;
}

html body .mobile-menu {
    max-width: 100dvw;
    background-color: rgba(var(--color-brand-four-rgba), .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

html body .mobile-menu.nav-is-visible {
    -webkit-animation-name: anime-slidein-top;
    animation-name: anime-slidein-top;
    width: 100dvw;
    height: 100vh;
}

html body header#header .mobile-menu.nav-is-visible {
    display: none !important;
}

@-webkit-keyframes anime-slidein-top {
    0% {
        -webkit-transform: translateY(-150dvh);
        transform: translateY(-150dvh);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes anime-slidein-top {
    0% {
        -webkit-transform: translateY(-150dvh);
        transform: translateY(-150dvh);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    overflow: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: calc(50vh - 243px) 20px 2rem 20px;
    -webkit-transition: padding .5s;
    -o-transition: padding .5s;
    transition: padding .5s;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav:has(li.open) {
    padding-top: 115px;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.close-nav {
    position: fixed;
    top: 1.2rem;
    right: 2rem;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.close-nav a:before {
    background-image: url(/wp-content/uploads/2025/10/home-remodeling-company.png);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.close-nav a:after {
    display: none;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li:not(.close-nav) {
    text-align: center;
    padding: .25em 0;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav ul.sub-menu li:not(.close-nav) {
    padding: 0;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav ul.sub-menu li:not(.close-nav):last-child {
    padding-bottom: .5em;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li a {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 2rem;
    font-family: var(--font-headings);
    display: inline-block;
    color: var(--color-black);
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children > a:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/10/cottage-remodeling-contractor.png);
    -webkit-transform: rotate(90deg) scale(1);
    -ms-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    width: 42px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 2px;
    right: -7px;
    background-size: 1.2em;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    -webkit-transition: -webkit-filter .5s, -webkit-transform .5s;
    transition: -webkit-filter .5s, -webkit-transform .5s;
    -o-transition: filter .5s, transform .5s;
    transition: filter .5s, transform .5s;
    transition: filter .5s, transform .5s, -webkit-filter .5s, -webkit-transform .5s;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children:hover > a:before {
    -webkit-transform: rotate(90deg) scale(1.15);
    -ms-transform: rotate(90deg) scale(1.15);
    transform: rotate(90deg) scale(1.15);
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children.open > a:before {
    -webkit-transform: rotate(-90deg) scale(1);
    -ms-transform: rotate(-90deg) scale(1);
    transform: rotate(-90deg) scale(1);
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children > a:after {
    display: none;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children ul.sub-menu {
    background-color: transparent;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-height: 0;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    overflow: hidden;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children.open > ul.sub-menu {
    height: auto;
    max-height: 100svh;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children ul.sub-menu li.close-nav,
html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children ul.sub-menu li.go-back,
html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children ul.sub-menu li.see-all {
    display: none;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children ul.sub-menu li a {
    font-size: 1.4rem;
}

html body #header-wrapper {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 6;
    background-color: transparent;
}

html body #header-wrapper .elementor-widget-text-editor .elementor-widget-container {
    font-size: 16px;
}

html body #header-wrapper header#header .wdt-header-menu li a,
html body #header-wrapper header#header .wdt-header-menu .menu-container .wdt-primary-nav > li > a > span {
    font-family: var(--font-default);
}

html body #header-wrapper header#header .wdt-header-menu .menu-container .wdt-primary-nav > li > a > span {
    font-size: 18px;
    text-transform: uppercase;
}

html body #header-wrapper header#header .wdt-header-menu li a:hover,
html body #header-wrapper header#header .wdt-header-menu .menu-container .wdt-primary-nav > li > a:hover {
    color: var(--color-brand-two);
}

html body #header-wrapper header#header .wdt-header-menu ul.sub-menu {
    width: auto;
    min-width: 100%
}

html body #header-wrapper header#header .wdt-header-menu ul.sub-menu li a {
    white-space: nowrap;
}

html body #header-wrapper header#header .wdt-header-menu ul.sub-menu li a:hover {
    margin-left: .33em;
}

html body #header-wrapper header#header .wtp_social-col,
html body #header-wrapper header#header .wtp_cta-col {
    max-width: 190px;
}

html body #header-wrapper header#header .wtp_social-col .elementor-social-icons-wrapper {
    max-width: 145px;
}

html body #header-wrapper header#header .wtp_menu-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body #header-wrapper header#header .elementor-social-icons-wrapper a {
    font-size: 21px;
    padding: 8px;
}

html body #header-wrapper header#header .wtp_header-two .wdt-header-menu > li:nth-child(2) > a {
    padding-left: 0;
}

html body #header-wrapper header#header .wtp_header-two .wtp_cta-col {
    width: 225px;
    max-width: 225px;
}

html body #header-wrapper header#header .wtp_header-two .wtp_cta-col a {
    padding: 0;
}

html body #header-wrapper {
    -webkit-transition: z-index .5s;
    -o-transition: z-index .5s;
    transition: z-index .5s;
}

html body.nav-is-visible #header-wrapper {
    z-index: 9999;
    -webkit-animation: nav-max-width 0s forwards;
    animation: nav-max-width 0s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes nav-max-width {
    0% {
        max-width: 100%;
    }

    100% {
        max-width: calc(100dvw - 7rem);
    }
}

@keyframes nav-max-width {
    0% {
        max-width: 100%;
    }

    100% {
        max-width: calc(100dvw - 7rem);
    }
}

html body.nav-is-visible {
    overflow: hidden;
}

html body .mobile-menu ul li.menu-item:hover > a {
    background-color: transparent !important;
    color: var(--color-black) !important;
}

html body .mobile-menu ul li.menu-item:hover > a {
    color: var(--color-black) !important;
}

html body .mobile-menu ul li.menu-item:hover > a:hover {
    color: var(--color-brand) !important;
}

.no-header-menu ul li ul,
.wdt-header-menu ul li ul.children,
.wdt-header-menu ul li ul.sub-menu,
.wdt-header-menu ul li.has-mega-menu > ul {
    border-color: var(--color-brand-three);
}

html body .mobile-menu li[class*=has-children] > a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: .8em;
    opacity: .8;
}

html body #header-wrapper header#header .mobile-nav-container .menu-trigger {
    color: #fff;
    -webkit-filter: drop-shadow(0 0 32px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 32px rgba(0, 0, 0, 1));
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

html body #header-wrapper header#header .mobile-nav-container .menu-trigger:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body.nav-is-visible #header-wrapper header#header .mobile-nav-container .menu-trigger {
    opacity: 0;
    pointer-events: none;
}

html body #header-wrapper header#header .mobile-nav-container .menu-trigger i {
    width: 32px;
}

/* 1.4 Footer */
footer img {
    margin-top: 0;
    /*width: 250px;*/
}

html body footer a#bbblink.ruhzbal {
    aspect-ratio: 20/9;
    width: 100%;
    height: auto;
}

html body footer a#bbblink.ruhzbal img {
    width: 200% !important;
    -webkit-filter: saturate(0) brightness(1) invert(1);
    filter: saturate(0) brightness(1) invert(1);
}

html body footer a#bbblink.ruhzbal:hover img {
    margin-left: -100%;
}

html footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

html #footer .wtp_footer-logos {
    width: 750px;
    max-width: 100%;
}

html footer .wtp_footer-logos > .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 2em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

html footer .wtp_footer-logos > .elementor-widget-container > a,
html footer .wtp_footer-logos > .elementor-widget-container .bbb-logo {
    width: 200px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

html footer .wtp_footer-logos > .elementor-widget-container > a:hover,
html footer .wtp_footer-logos > .elementor-widget-container .bbb-logo:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html footer .wtp_footer-logos > .elementor-widget-container > a[href*='membership'] {
    margin-top: -12px;
    cursor: pointer;
}

html footer .wtp_footer-logos > .elementor-widget-container > a[href*='membership'] img {
    cursor: pointer;
    pointer-events: none;
}

html footer .city-pages {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

html footer .city-pages h3 {
    font-size: 24px;
}

html footer .city-pages ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: .33em;
    -moz-column-gap: .33em;
    column-gap: .33em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html footer .city-pages ul li {
    padding: 0;
}

html #footer p {
    text-wrap: pretty;
}

html body:not(.home):not(.city-page) footer#footer .pmax_footer-city-pages {
    display: none;
}

html body footer#footer .elementor-widget-social-icons .elementor-grid {
    display: inline-block !important;
}

/* 1.5 Sidebar */


/*------------------------
*      2. Home-page      *
-------------------------*/
html body .wtp_video-banner {
    min-height: 450px;
    height: 100svh;
    max-height: 100svh;
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: var(--color-brand);
}

html body .wtp_video-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: linear-gradient(to top, rgba(var(--color-black-rgba), 20%), rgba(var(--color-black-rgba), 1%) 20%, rgba(var(--color-black-rgba), 1%) 80%, rgba(var(--color-black-rgba), 20%) 100%);*/
    background: -o-linear-gradient(bottom, rgba(var(--color-black-rgba), 50%), rgba(var(--color-brand-rgba), 1%) 45%, rgba(var(--color-brand-rgba), 1%) 70%, rgba(var(--color-brand-rgba), 50%) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-black-rgba), 50%)), color-stop(45%, rgba(var(--color-brand-rgba), 1%)), color-stop(70%, rgba(var(--color-brand-rgba), 1%)), to(rgba(var(--color-brand-rgba), 50%)));
    background: linear-gradient(to top, rgba(var(--color-black-rgba), 50%), rgba(var(--color-brand-rgba), 1%) 45%, rgba(var(--color-brand-rgba), 1%) 70%, rgba(var(--color-brand-rgba), 50%) 100%);
    z-index: 1;
}

html body .wtp_video-banner > .elementor-element,
html body .wtp_video-banner > .elementor-element > .elementor-widget-container,
html body .wtp_video-banner > .elementor-element > .elementor-widget-container > .video-container {
    width: 100%;
    height: 100%;
}

html body .wtp_video-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: bkgd-scale-in 3s forwards;
    animation: bkgd-scale-in 3s forwards;
}

@-webkit-keyframes bkgd-scale-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes bkgd-scale-in {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
}

html body .wtp_video-banner h1,
html body .wtp_video-banner p.subheading {
    color: rgba(var(--color-white-rgba), 90%);
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    opacity: 0;
    -webkit-animation: overlay-fade-in 1s forwards;
    animation: overlay-fade-in 1s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

html body .wtp_video-banner hr {
    background-color: var(--color-white);
    opacity: 0;
    -webkit-animation: overlay-fade-in 1s forwards;
    animation: overlay-fade-in 1s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

html body .wtp_video-banner p.subheading {
    font-family: var(--font-headings);
    font-size: 1.4em;
    margin-top: 1rem;
    margin-bottom: 1.4rem !important;
}

html body header#header {
    opacity: 0;
    -webkit-animation: overlay-fade-in .5s forwards;
    animation: overlay-fade-in .5s forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes overlay-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes overlay-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

html body .wtp_video-banner .video-container video {
    padding-right: 500px;
}

html body .wtp_video-banner > .elementor-element.e-con-boxed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

html body .wtp_video-banner > .elementor-element.e-con-boxed > .e-con-inner {
    /*justify-content: flex-end;*/
    /*padding-bottom: 5%;*/
}

html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col {
    /*background-color: rgba(var(--color-white-rgba), 90%);*/
    /*backdrop-filter: blur(15px);*/
    background-color: var(--color-brand-two);
    width: 100%;
    max-width: 512px;
    padding: 20px;
    max-height: 100%;
    overflow: auto;
}

html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col .wtp_banner-form_container {
    height: auto;
}

html body .elementor.elementor .wtp_video-banner .wdt-button-holder.wdt-template-icon-highlighted .wdt-button,
html body .elementor.elementor .wtp_video-banner .gform_wrapper.gravity-theme .gform_footer button[type=submit] {
    opacity: .95;
}

html body .elementor.elementor .wtp_video-banner .wtp_banner-overlay {
    -webkit-transition: top .5s, opacity .5s;
    -o-transition: top .5s, opacity .5s;
    transition: top .5s, opacity .5s;
}

html body.nav-is-visible .elementor.elementor .wtp_video-banner .wtp_banner-overlay {
    top: 100dvh;
    opacity: 0;
}

html body .elementor.elementor .wtp_video-banner .wtp_banner-overlay > .e-con-inner {
    max-width: 100dvw;
}

html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col h2 {
    text-align: center;
    text-wrap: balance;
}

html body #main .elementor.elementor .wtp_video-banner .wtp_banner-right-col .gform_wrapper.gravity-theme .gform_validation_errors > h2.hide_summary {
    font-size: 18px;
    line-height: 1.2;
}

html body #main .wtp_banner-btns .elementor-widget.elementor-widget-wdt-button:nth-child(2) a.wdt-button {
    border-color: var(--color-brand);
}

html body #main .wtp_intro-section .elementor-column:not(.wtp_fit-img) {
    padding-top: 2%;
    padding-bottom: 2%;
}

html body #main .wtp_intro-section .wdt-heading-subtitle,
html body #main .wtp_intro-section h2,
html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-title h3 {
    text-wrap: balance;
}

html body #main .wdt-team-container .wdt-social-icons-container {
    display: none;
}

html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
}

html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid var(--color-white);
}

html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: var(--color-white);
    border-color: var(--color-white);
}

html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
    display: none !important;
}

html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-progressbar {
    background: rgba(var(--color-brand-four-rgba), 20%);
    border: 1px solid var(--color-brand-four);
    height: 10px;
}

html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--color-brand-four);
}

html body #main .elementor .wtp_dark .wdt-content-description {
    text-wrap: pretty;
}

html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
    background-color: rgba(var(--color-white-rgba), 90%);
    top: 20px;
    right: auto;
    left: 20px;
}

html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
    padding: .33em 0;
}

html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-interactive-showcase-content-group .wdt-content-title:before {
    content: '\f061';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: relative;
    background-color: transparent;
    color: var(--color-brand-two);
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1;
    font-size: .7em;
}

html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-content-group .wdt-content-title:before {
    width: 1.25em;
}

html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li > .wdt-interactive-showcase-content-group {
    display: block;
}

html body #main .wdt-custom-home-3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list li a.wdt-interactive-showcase-element {
    text-decoration: none;
}

html body #main .wdt-custom-home-3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list li a.wdt-interactive-showcase-element .wdt-content-title {
    font-family: var(--font-default);
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: var(--color-brand);
    font-size: 24px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body #main .wdt-custom-home-3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list li.wdt-interactive-showcase-active a.wdt-interactive-showcase-element .wdt-content-title {
    color: var(--color-brand-two);
    font-weight: bold;
}

html body #main .wtp_home-services .wdt-interactive-showcase-container {
    margin: 0;
}

html body #main .wtp_home-services .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
    padding: 0;
}

html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-media-group {
    margin: 0;
    height: 100%;
}

html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image {
    height: 100%;
}

html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group {
    right: 20px;
    bottom: 20px;
    left: auto;
    padding: 40px 60px;
    max-width: 650px;
}

html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group > div {
    padding: 0;
}

html body #main .wtp_home-services .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group.wdt-content-group .wdt-content-title h3 {
    text-wrap: balance;
    font-size: 28px;
}

html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:after,
html body:not(.home):not(.city-page) #main .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:after,
html body #main .wtp_fit-img.yt--popper > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container a:after,
html body #main .yt--popper.elementor-widget-image .elementor-widget-container a:after,
html body #main a.yt--popper.watch-video:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 107px;
    background-color: var(--color-brand-two);
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

html body:not(.home):not(.city-page) #main .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a {
    position: relative;
}

html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:hover:after,
html body:not(.home):not(.city-page) #main .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:hover:after,
html body #main .wtp_fit-img.yt--popper > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container a:hover:after,
html body #main .yt--popper.elementor-widget-image .elementor-widget-container a:hover:after,
html body #main a.yt--popper.watch-video:hover:after {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:before,
html body:not(.home):not(.city-page) #main .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:before,
html body #main .wtp_fit-img.yt--popper > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container a:before,
html body #main .yt--popper.elementor-widget-image .elementor-widget-container a:before,
html body #main a.yt--popper.watch-video:before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: var(--color-brand-four);
    display: block;
    position: absolute;
    bottom: 37px;
    left: 47px;
    pointer-events: none;
    z-index: 1;
}

html body #main .yt--popper.elementor-widget-image .elementor-widget-container a,
html body #main a.yt--popper.watch-video {
    cursor: pointer;
    overflow: hidden;
    display: block;
    position: relative;
}

html body #main .yt--popper.elementor-widget-image .elementor-widget-container a img {
    cursor: pointer;
}

html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper img,
html body #main .yt--popper.elementor-widget-image .elementor-widget-container a img,
html body #main a.yt--popper.watch-video img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper:hover img,
html body #main a.yt--popper.watch-video:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body #main .wdt-custom-testimonial-a .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div {
    background-color: rgba(var(--color-brand-four-rgba), 100%) !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body #main .wdt-custom-testimonial-a .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div svg {
    fill: var(--color-brand);
}

html body #main .wdt-custom-testimonial-a .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover {
    background-color: rgba(var(--color-brand-four-rgba), 80%) !important;
}

html body #main .wdt-custom-testimonial-a .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i,
html body #main .wdt-custom-testimonial-a .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg {
    width: 72px;
    height: 72px;
    color: var(--color-brand-four);
}

html body #main .wdt-custom-testimonial-a .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg {
    fill: var(--color-brand-four);
    position: relative;
    top: -4px;
    left: -16px;
}

html body #main .wdt-classic-style.wdt-post-entry {
    /*height: 100%;*/
}

html body #main .wdt-classic-style.wdt-post-entry article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

html body #main .wdt-classic-style.wdt-post-entry article .entry-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 1em;
}

html body #main .wdt-classic-style.wdt-post-entry article .entry-title h4,
html body #main .wdt-classic-style.wdt-post-entry article .entry-title h3 {
    text-wrap: balance;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

html body #main .wdt-post-entry .blog-entry > div.entry-thumb {
    margin-bottom: 1em;
}

html body #main .wdt-classic-style.wdt-post-entry .blog-entry div.entry-button {
    margin: 0 auto;
}

html body #main .wdt-classic-style.wdt-post-entry .blog-entry div.entry-button .wdt-button span:first-child::before,
html body #main .wdt-classic-style.wdt-post-entry .blog-entry div.entry-button .wdt-button span:first-child::after {
    right: 0;
    bottom: -3px;
}

.wdt-classic-style.wdt-post-entry .blog-entry div.entry-button .wdt-button span:first-child::before {
    -webkit-transform: translateX(0) rotate(-90deg);
    -ms-transform: translateX(0) rotate(-90deg);
    transform: translateX(0) rotate(-90deg);
}

.wdt-classic-style.wdt-post-entry .blog-entry div.entry-button .wdt-button span:first-child::after {
    -webkit-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
}

html body #main .wdt-classic-style.wdt-post-entry .blog-entry div.entry-button .wdt-button::before {
    bottom: -3px;
    width: 100%;
}

html body #main .wtp_home-testimonials .elementor-shape-top {
    top: -79px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

html body #main .wtp_home-services .wdt-content-item .wdt-content-button {
    display: table;
}

html body #main .wtp_home-staff {
    z-index: 5;
}

html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-carousel-pagination-wrapper {
    margin-top: 0;
}

html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group {
    padding-left: 80px;
}

html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder {
    padding-bottom: 120px;
}

html body #main .wtp_home-team .swiper-slide .wdt-content-item .wdt-content-media-group {
    background-color: var(--color-brand);
}

html body #main .wtp_home-team .swiper-wrapper {
    /*transition-duration: 3s !important;*/
    /*transition-delay: 0s !important;*/
    /*transition-timing-function: linear !important;*/
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body #main .wtp_home-team .swiper-wrapper .swiper-slide {
    opacity: 1 !important;
}

html body #main .wtp_home-team .swiper-wrapper .swiper-slide .wdt-content-subtitle {
    padding-right: 1em;
    padding-left: 1em;
}

/* Marquee */

/* New Homepage, October 2025 */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    color: var(--color-black);
}

html body #main .wtp_video-banner {
    -webkit-box-shadow: 0 0 30px rgba(var(--color-black-rgba), .55);
    box-shadow: 0 0 30px rgba(var(--color-black-rgba), .55);
    z-index: 1;
}

html body .wtp_highlight-box {
    background-color: var(--color-brand);
    color: var(--color-white);
    font-family: var(--font-headings);
    padding: 1rem;
}

html body .wtp_highlight-box:before,
html body .wtp_highlight-box:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 3rem;
    height: 3rem;
    background: transparent;
    pointer-events: none;
    border: 6px solid var(--color-brand-three);
    border-right-width: 0;
    border-bottom-width: 0;
}

html body .wtp_highlight-box:after {
    top: auto;
    right: -3px;
    bottom: -3px;
    left: auto;
    border-top-width: 0;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 0;
}

html body #main .wtp_intro .wtp_highlight-box > .elementor-widget-container:after {
    width: 80%;
    height: 300px;
    background: transparent;
    border: 1px solid var(--color-brand);
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 0;
}

html body .wtp_intro .yt--popper.elementor-widget-image,
html body .wtp_intro .yt--popper.elementor-widget-image a {
    height: 100%;
}

html body .wtp_intro .yt--popper.elementor-widget-image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
}

html body #main .wtp_intro .yt--popper.elementor-widget-image a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

html body #main .wdt-button-holder.wdt-button-style-underline:before,
html body #main .wdt-button-holder.wdt-button-style-overline:before {
    display: none !important;
}

html body #main .wdt-button {
    padding: 0;
    background-color: var(--color-brand);
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

html body #main .wdt-button:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

html body #main .wdt-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 1;
    border-radius: 3px;
}

html body #main .wdt-button:hover:before {
    left: 0;
    opacity: 1;
}

html body #main .wdt-button:after {
    content: '';
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-right: 1px solid var(--color-white);
    border-left: 1px solid var(--color-white);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 1;
    border-radius: 3px;
}

html body #main .wdt-button:hover:after {
    top: 0;
    opacity: 1;
}

html body #main .wtp_intro .wdt-button-holder {
    position: absolute;
    left: 0;
    bottom: -68px;
}

html body #main .wtp_dark .wdt-button {
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    color: var(--color-brand);
}

html body #main .wtp_dark .wdt-button:before,
html body #main .wtp_dark .wdt-button:after {
    border-color: var(--color-brand);
}

html body #main .wtp_intro .wdt-button-holder .wdt-button .wdt-button-text span {
    white-space: nowrap;
}

html body #main .wtp_intro h2,
html body #main .wtp_testimonials h2,
html body #main .wtp_team h2,
html body #main .wtp_info h2,
html body footer#footer h2 {
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 3px solid var(--color-brand-three);
    display: inline-block;
}

html body #main .wtp_testimonials .wdt-content-image a {
    border: 1px solid var(--color-black);
}

html body #main .wtp_testimonials .wdt-content-title,
html body #main .wtp_testimonials .wdt-content-detail-group {
    display: none;
}

html body #main .wtp_testimonials .wdt-content-media-group,
html body #main .wtp_testimonials .wdt-content-media-group .wdt-content-image-wrapper {
    margin-bottom: 0;
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--color-brand) !important;
    border: 1px solid var(--color-brand);
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent !important;
    border-color: var(--color-brand-three);
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    display: none;
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:before {
    display: none;
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination svg {
    fill: var(--color-brand);
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
    position: relative;
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev,
html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next {
    margin-top: 11.5px;
    width: 48px;
    height: 48px;
    font-size: 40px;
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev {
    margin-right: 55px !important;
}

html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next {
    margin-left: 55px !important;
}

html body #main .wtp_testimonials .wdt-content-image a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 107px;
    background-color: var(--color-brand-two);
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

html body #main .wtp_testimonials .wdt-content-image a {
    position: relative;
}

html body #main .wtp_testimonials .wdt-content-image a:hover:after {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

html body #main .wtp_testimonials .wdt-content-image a:before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: var(--color-brand-four);
    display: block;
    position: absolute;
    bottom: 37px;
    left: 47px;
    pointer-events: none;
    z-index: 1;
}

html body #main .wtp_testimonials .text-col > .e-con {
    z-index: 1;
}

html body #main .wtp_testimonials .text-col > .e-con:after {
    content: '';
    display: block;
    width: 50dvw;
    position: absolute;
    top: -1px;
    left: -25dvw;
    bottom: -1px;
    background-color: #fff;
    border: 1px solid var(--color-brand);
    border-right: none;
    z-index: -1;
}

html body #main .wtp_projects .elementor-widget-text-editor {
    background-color: #fff;
    padding: 2px 1em;
    border: 1px solid var(--color-brand);
    border-bottom: none;
    z-index: 1;
}

html body #main .wtp_projects .elementor-widget-text-editor a {
    text-decoration: none;
    font-size: 1.6rem;
}

html body #main .wtp_projects .elementor-widget-text-editor a span.left,
html body #main .wtp_projects .elementor-widget-text-editor a span.right {
    display: inline-block;
}

html body #main .wtp_projects .elementor-widget-text-editor a span.left {
    padding-right: .5em;
    margin-right: .5em;
    font-family: var(--font-headings);
    font-size: .925em;
    color: var(--color-black);
    position: relative;
}

html body #main .wtp_projects .elementor-widget-text-editor a span.left:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 1em;
    background-color: var(--color-brand-three);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

html body #main .wtp_projects .elementor-widget-image,
html body #main .wtp_projects .elementor-widget-image * {
    line-height: 0;
}

html body #main .wtp_projects .elementor-widget-image a {
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px #0000004d;
    box-shadow: 0 0 15px #0000004d;
}

html body #main .wtp_projects .elementor-widget-image a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-brand);
    opacity: .5;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

html body #main .wtp_projects .elementor-widget-image a:hover:after {
    opacity: 0;
}

html body #main .wtp_projects .elementor-widget-image a img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

html body #main .wtp_projects .elementor-widget-image a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body #main .wtp_services:before,
html body #main .wtp_services:after {
    content: '';
    display: block;
    position: absolute;
    width: 218px;
    height: 7px;
    background-color: var(--color-brand-three);
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

html body #main .wtp_services:after {
    top: auto;
    bottom: -3px;
    z-index: 1;
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
    background-color: rgba(var(--color-white-rgba), .8);
    margin-bottom: 5px;
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder {
    border-bottom: 5px solid var(--color-brand);
    padding: 1.2em 3em 1.2em 3em;
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    display: table;
    margin: 0 auto;
    color: var(--color-black);
    font-size: 1.5em;
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    background-color: transparent;
    color: var(--color-brand-three);
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description {
    background-color: var(--color-white);
    display: -ms-grid;
    display: grid;
    gap: 3rem;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 0 3rem 0 0;
    border: none;
    border-bottom: 5px solid var(--color-brand);
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description h3 {
    padding-bottom: .5em;
    margin-bottom: 1em;
    border-bottom: 2px solid var(--color-brand-three);
    display: table;
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description .img-holder,
html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description .img-holder a {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description .img-holder a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    margin-bottom: 0;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description .img-holder a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description .keep {
    padding: 3rem 0;
}

html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description .wdt-button-holder {
    margin-top: 1rem;
}

html body #main .wtp_process.e-con .elementor-widget-text-editor .elementor-widget-container h2 {
    font-size: 42px !important;
}

html body #main .wtp_process > .e-con-inner > .e-con:nth-child(2) {
    z-index: 1;
    border-right: none;
}

html body #main .wtp_process > .e-con-inner > .e-con:nth-child(2):before {
    content: '';
    display: block;
    width: 50dvw;
    position: absolute;
    top: -1px;
    left: 80%;
    bottom: -1px;
    background-color: #fff;
    border: 1px solid var(--color-brand);
    border-right: none;
    border-left: none;
    z-index: -1;
}

html body #main .wtp_process .header-col .elementor-widget-text-editor {
    position: sticky;
    top: 70px;
}

html body #main .wtp_reviews .ti-reviews-container-wrapper {
    max-width: 1280px;
    margin: -121px auto 0 auto !important;
}

html body #main .wtp_reviews .ti-reviews-container-wrapper .ti-review-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}

html body #main .wtp_reviews .ti-reviews-container-wrapper .ti-review-item:nth-child(n+4) {
    display: none;
}

html body #main .wtp_reviews .ti-reviews-container-wrapper .ti-review-item > .ti-inner {
    -webkit-box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, 0.33), 0 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, 0.33), 0 0 2px 0 rgba(0, 0, 0, 0.15)
}

html body #main .wtp_reviews .ti-reviews-container .ti-load-more-reviews-container {
    display: none;
}

html body #main .wtp_team > .e-con-inner > .e-con {
    z-index: 1;
}

html body #main .wtp_team > .e-con-inner > .e-con:after {
    content: '';
    display: block;
    width: 100dvw;
    position: absolute;
    top: -1px;
    left: 50%;
    bottom: -1px;
    background-color: #fff;
    border: 1px solid var(--color-brand);
    border-right: none;
    z-index: -1;
    -webkit-transform: translateX(-100dvw);
    -ms-transform: translateX(-100dvw);
    transform: translateX(-100dvw);
}

html body #main .wtp_contact h2 {
    background-color: #fff;
    display: table;
    padding: .33em .5em;
    margin: 0 auto;
    border: 1px solid var(--color-brand);
    border-bottom: none;
    width: 100%;
    max-width: 768px;
}

html body #main .wtp_contact .yt--popper,
html body #main .wtp_contact .yt--popper > .elementor-widget-container,
html body #main .wtp_contact .yt--popper > .elementor-widget-container > a,
html body #main .wtp_contact .yt--popper > .elementor-widget-container > a img {
    height: 100%;
}

html body #main .wtp_contact .yt--popper > .elementor-widget-container > a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

html body #main .wtp_contact .gform_wrapper {
    background-color: #fff;
    max-width: 768px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid var(--color-brand);
    border-top: none;
}

html body #main .ginput_container.ginput_container_select .select2.select2-container {
    display: none;
}

html body #main .gform_wrapper .gform-body.gform_body .ginput_container.ginput_container_select:after {
    display: none;
}

html body #main .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select {
    border: 1px solid rgba(var(--color-black-rgba), 20%) !important;
    background-color: #d5d9dd;
}

html body .gform_wrapper input:not(.gfield-choice-input):not(.gform_button),
html body #main .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select,
html body .gform_wrapper .ginput_container_select > span,
html body .gform_wrapper textarea {
    border: 1px solid var(--color-brand) !important;
    background-color: #fff !important;
    font-family: var(--font-headings);
}

html body .gform_wrapper input:not(.gfield-choice-input):not(.gform_button):active,
html body #main .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select:active,
html body .gform_wrapper .ginput_container_select > span:active,
html body .gform_wrapper textarea:active,
html body .gform_wrapper input:not(.gfield-choice-input):not(.gform_button):focus,
html body #main .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select:focus,
html body .gform_wrapper .ginput_container_select > span:focus,
html body .gform_wrapper textarea:focus {
    background-color: #fff !important;
    border: 1px solid var(--color-black) !important;
}

html body #main .gform_wrapper.gravity-theme .gform_footer,
html body #main .gform_wrapper.gravity-theme .gform_page_footer,
html body #main .gform_wrapper.gravity-theme .gform_footer button[type=submit],
html body #main .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    margin: 0;
}

html body #main .gform_wrapper.gravity-theme .gform_footer,
html body #main .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0;
}

html body #main .gform_wrapper.gravity-theme .gform_footer button[type=submit],
html body #main .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    font-size: 21px;
    position: relative;
    left: 50%;
    top: 57px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    text-transform: none;
    padding: 12px 32px !important;
}

html body #main .gform_wrapper.gravity-theme .gform_validation_errors {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    position: relative;
    left: -13px;
}

html body #main .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-family: var(--font-default);
    font-size: 24px;
    line-height: 1.2;
    color: firebrick;
    background-color: transparent;
    border: 0;
    outline: 0;
}

html body #main .gform_wrapper.gravity-theme .validation_message {
    padding: 0;
    color: firebrick;
    background: transparent;
    border: 0;
    outline: 0;
}

html body #main .wtp_faq-title .elementor-widget-text-editor {
    width: 100%;
    max-width: 768px;
}

html body #main .wtp_services.wtp_faq:before,
html body #main .wtp_services.wtp_faq:after {
    display: none;
}

html body #main .wtp_services.wtp_faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper {
    background-color: rgb(227 229 229);
    z-index: 1;
    position: relative;
}

html body #main .wtp_services.wtp_faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder {
    padding-left: 30px;
    border: 1px solid var(--color-brand);
}

html body #main .wtp_services.wtp_faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    margin: 0;
    text-align: left;
}

html body #main .wtp_services.wtp_faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description {
    background-color: #fff;
    display: block;
    padding: 30px;
    border: 1px solid var(--color-brand);
}

html body #main .wtp_services.wtp_faq .wdt-accordion-toggle-holder:after {
    content: '';
    display: block;
    width: 100dvw;
    height: calc(100% - 84px);
    position: absolute;
    top: 41px;
    left: 50%;
    -webkit-transform: translateX(-50dvw);
    -ms-transform: translateX(-50dvw);
    transform: translateX(-50dvw);
    background-color: var(--color-brand);
    z-index: 0;
}

html body #main .wtp_info h2,
html body footer#footer h2 {
    display: inline-block;
}

html body #main .wtp_info span.footer {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: var(--color-brand);
    display: block;
    padding: 2px 9px 0 9px;
}

html body footer#footer .wtp_footer-logos > .elementor-widget-container > a,
html body footer#footer .wtp_footer-logos > .elementor-widget-container .bbb-logo {
    margin: 0;
}

html footer#footer .wtp_footer-logos > .elementor-widget-container {
    gap: 1em
}

/* Footer option 2 */
html body #footer .wtp_footer-logos {
    width: 100%;
}

html body #footer .wtp_footer-logos > .elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body footer#footer .wtp_footer-logos > .elementor-widget-container > a {
    cursor: pointer !important;
}

html body footer#footer h2 {
    padding-bottom: .25em;
    margin-bottom: .5em;
}

html body footer#footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

/* End Footer option 2 */

@media (max-width: 1287px) {
    html body #main .wtp_testimonials .text-col {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    html body #main .wtp_testimonials .wdt-content-image a {
        border-left: none;
    }
}

@media (max-width: 1279px) {
    html body #header-wrapper .mobile-menu > ul > li > a,
    html body .mobile-menu > ul.wdt-primary-nav > li > a {
        text-transform: none;
    }
}

@media (max-width: 1253px) {
    html body #main .wtp_testimonials .text-col > .e-con {
        border-right-width: 1px;
    }

    html body #main .wtp_testimonials .e-con:not(.text-col) .yt--popper {
        position: sticky;
        top: 70px;
    }
}

@media (max-width: 1024px) {
    html body.wtp_scrolled:not(.nav-is-visible) #header-wrapper header#header .wdt-header-menu .mobile-nav-container {
        padding: 1.4rem 1.4rem 1.4rem 1.4rem;
    }
}

@media (max-width: 767px) {
    html body #main .yt--popper.elementor-widget-image .elementor-widget-container a {
        aspect-ratio: 3/2;
    }

    html body #main .yt--popper.elementor-widget-image .elementor-widget-container a img {
        position: relative;
    }

    html body #main .wtp_intro h2 {
        margin: 0 auto 1em auto;
    }

    html body #main .wtp_intro .wdt-button-holder {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -64px;
    }

    html body #main .wtp_intro .wdt-button-holder .wdt-button .wdt-button-text {
        padding: 8px 16px !important;
    }

    html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 0;
        gap: 0;
    }

    html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description .keep {
        padding: 20px;
    }

    html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
        display: block;
    }

    html body #main .wtp_testimonials .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        top: -19px;
    }

    html body #main .wtp_reviews .ti-reviews-container-wrapper {
        padding: 0 12px;
    }

    html body #main .wtp_reviews .ti-reviews-container-wrapper .ti-review-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1);
        flex: 0 0 calc(100% / 1);
        max-width: calc(100% / 1);
    }

    html body #main .elementor.elementor .wtp_video-banner h1 {
        font-size: 30px;
    }

    html body .wtp_video-banner p.subheading {
        font-size: 18px;
        margin-bottom: 0 !important;
    }

    html body .mobile-menu.nav-is-visible ul.wdt-primary-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: calc(50vh - 147px) 20px 2rem 20px;
    }

    html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.close-nav {
        position: fixed;
        top: 30px;
        right: 10px;
    }

    html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li a {
        font-size: 1.5rem;
    }

    html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children ul.sub-menu li a {
        font-size: 1.2rem;
    }

    html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li.menu-item-has-children ul.sub-menu li:last-of-type {
        margin-bottom: .5em;
    }

    html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li:not(.close-nav) {
        padding: 0;
    }

    html body .wtp_highlight-box {
        font-size: .8em;
    }

    html body #main .wtp_services.wtp_faq .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description {
        padding: 20px;
    }

    html body #main .wtp_projects .elementor-widget-image a {
        aspect-ratio: 3/2;
    }

    html body #main .wtp_projects .elementor-widget-image a:after {
        display: none;
    }

    html body #main .wtp_projects .elementor-widget-image a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
        font-size: 1.2em;
    }

    html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description h3 {
        font-size: 1em;
    }

    html body #main .wtp_testimonials .wdt-content-image a:before {
        bottom: 31px;
        left: 40px;
    }

    html body #main .wtp_testimonials .wdt-content-image a:after {
        width: 94px;
        height: 94px;
    }
}

@media (max-width: 579px) {
    html body #main .wtp_projects .elementor-widget-text-editor {
        width: 100%;
    }

    html body #main .wtp_projects .elementor-widget-text-editor a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1.2;
    }

    html body #main .wtp_projects .elementor-widget-text-editor a span.left {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }

    html body #main .wtp_projects .elementor-widget-text-editor a span.left:after {
        top: auto;
        right: 0;
        bottom: -4px;
        left: 0;
        width: auto;
        height: 2px;
    }
}

@media (max-width: 479px) {
    html body .e-con {
        --container-max-width: 100%;
    }
}

@media (min-width: 1025px) {
    html body.home #main .elementor-widget-text-editor .elementor-widget-container h3,
    html body.home #main div h3 {
        font-size: 24px;
    }
}

/* End New Homepage, October 2025 */


/*------------------------
*      3. Sub-page       *
------------------------*/
html body .elementor-element.wtp_dark.wtp_sub-banner-1,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 {
    min-height: 33dvw;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-3,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 {
    min-height: 24dvw;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1:after,
html body .elementor-element.wtp_dark.wtp_sub-banner-2:after,
html body .elementor-element.wtp_dark.wtp_sub-banner-3:after,
html body .elementor-element.wtp_dark.wtp_sub-banner-4:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/divider-upside-down_negative-four.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    pointer-events: none;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-2:after,
html body .elementor-element.wtp_dark.wtp_sub-banner-4:after {
    background-image: url(/wp-content/uploads/2025/08/divider-upside-down_negative.png);
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_intro-left-col,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_intro-left-col,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_intro-left-col,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_intro-left-col {
    max-width: 1024px;
}

html body.parent-pageid-7047 .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_intro-left-col {
    max-width: 1280px;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1 h1,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 h1,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 h1,
html body .elementor-element.wtp_dark.wtp_sub-banner-1 h2,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 h2,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 h2 {
    text-wrap: balance;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1 h1:not(:only-child),
html body .elementor-element.wtp_dark.wtp_sub-banner-2 h1:not(:only-child) {
    display: table;
    position: relative;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1 h1:not(:only-child):after,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 h1:not(:only-child):after,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 h1:not(:only-child):after,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 h1:not(:only-child):after {
    content: '';
    display: block;
    position: relative;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 4px;
    background-color: var(--color-white);
    max-width: 72px;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-3 h1:not(:only-child):after,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 h1:not(:only-child):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1 h1 + p,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 h1 + p,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 h1 + p,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 h1 + p {
    margin-top: 2em;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-3 h1,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 h2,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 h1,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 h2 {
    text-align: center;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1 p,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 p,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 p,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 p {
    text-wrap: pretty;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    height: 100%;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img img,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img img,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img img,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

html body .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img.yt--popper a,
html body .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img.yt--popper a,
html body .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img.yt--popper a,
html body .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img.yt--popper a {
    height: 100%;
}

html body #main .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img.yt--popper.elementor-widget-image a:before,
html body #main .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img.yt--popper.elementor-widget-image a:before,
html body #main .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img.yt--popper.elementor-widget-image a:before,
html body #main .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img.yt--popper.elementor-widget-image a:before {
    bottom: calc(37px + 1.5vw);
}

html body #main .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img.yt--popper.elementor-widget-image a:after,
html body #main .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img.yt--popper.elementor-widget-image a:after,
html body #main .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img.yt--popper.elementor-widget-image a:after,
html body #main .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img.yt--popper.elementor-widget-image a:after {
    bottom: 1.5vw;
}

html body .wtp_sticky {
    position: sticky;
    top: 80px;
}

body:not(.home):not(.city-page) footer#footer .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1340px;
}

html body .wtp_credits > .e-con-inner {
    /*padding-top: 60px;*/
    /*border-top: 1px solid var(--color-brand-three);*/
    /*margin-top: 40px;*/
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider {
    overflow: visible;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-wrapper .swiper-slide {
    opacity: 0;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
    padding: 0 48px;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-wrapper .swiper-slide a#bbblink {
    display: table;
    margin: 0 auto;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-wrapper .swiper-slide a img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: table;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-wrapper .swiper-slide a[href*='remodelersadvantage.com'] img {
    max-width: 300px;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-button-next,
html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-button-prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 48px;
    padding: 0;
    background-color: transparent;
    color: var(--color-brand);
    margin: 0;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-pagination {
    bottom: -40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-pagination .swiper-pagination-bullet {
    padding: 0;
    border-radius: 999px;
}

html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-brand);
}

html body .wdt-simple-style.wdt-post-entry .blog-entry .entry-title h4,
html body .wdt-simple-style.wdt-post-entry .blog-entry .entry-title h4 a {
    color: var(--color-brand-two);
    font-size: 24px;
    line-height: 1.2;
    width: 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .wdt-simple-style.wdt-post-entry .blog-entry .entry-title h4:hover,
html body .wdt-simple-style.wdt-post-entry .blog-entry .entry-title h4 a:hover {
    color: var(--color-brand);
}

html body .wdt-simple-style.wdt-post-entry.entry-list-layout:before {
    display: none;
}

html body .wdt-simple-style.wdt-post-entry.entry-list-layout .blog-entry {
    margin: 0;
    overflow: hidden;
}

html body .wdt-simple-style.wdt-post-entry.entry-list-layout .blog-entry .entry-title {
    background-color: #dae0e6;
    padding: 24px 30px;
    min-height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body:not(.home):not(.city-page) .wdt-posts-list-wrapper .tpl-blog-holder {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

html body:not(.home):not(.city-page) .wdt-posts-list-wrapper .tpl-blog-holder .column:empty {
    display: none;
}

html body:not(.home):not(.city-page) .wdt-posts-list-wrapper .tpl-blog-holder .column:not(:empty) {
    position: relative !important;
    float: none;
    clear: both;
    display: block;
    top: 0 !important;
}

html body #main .wtp_related-blogs h2 {
    font-size: 32px;
}

html body #main .wdt-post-entry.entry-list-layout .blog-entry.has-post-thumbnail {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
}

html body.single #main > .container {
    padding: 0;
    max-width: 100dvw;
    line-height: 0;
}

html body.single #main > .container #primary .single-entry-body {
    margin: 0;
    max-width: 100dvw;
}

html body.single .entry-thumb.single-preview-img {
    display: none;
}

html body.single #main .elementor-element.wtp_inner-text {
    max-width: var(--content-width);
}

html body.single #main .elementor-element.wtp_inner-text img {
    width: 100%;
}

html body.single .wtp_post-banner {
    /*border-bottom: 5px solid var(--color-brand-three);*/
}

html body.single .wtp_post-banner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-brand-two);
    opacity: .66;
    z-index: 1;
}

html body.single .wtp_post-banner h1 {
    color: var(--color-white);
    text-wrap: balance;
    text-align: center;
    width: calc(100% - 40px);
    max-width: 1024px;
    margin: 0 auto;
    padding: 10vw 0;
    position: relative;
    z-index: 2;
}

html body.single .wtp_post-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 0;
}

html body .post-simple.blog-single-entry .entry-post-navigation {
    display: none;
}

html body.single #main #primary article,
html body.single #main #primary article .single-entry-body > .elementor {
    margin-bottom: 0;
}

html body.single #main #primary article .single-entry-body > .elementor {
    background-color: #FCFCFA;
}

html body.single #main #primary article .single-entry-body > .elementor .wtp_team .elementor-element.elementor-widget.elementor-widget-text-editor {
    width: 100%;
    max-width: 1024px;
}

html body #main #primary.content-full-width .post-simple.blog-single-entry .post-meta {
    display: none;
}

html body .post-edit-link {
    display: none;
}

html body .elementor-widget-text-editor span.subheading {
    font-size: 1.2em;
    display: table;
    font-family: var(--font-headings);
    line-height: 1.25;
    font-weight: normal;
    text-transform: none;
    border: none;
    padding: 0;
}

html body:not(.home):not(.city-page) #main .wtp_sub-team.elementor-element .wdt-content-item {
    height: 100%;
    padding-bottom: 10px;
}

html body:not(.home):not(.city-page) #main .wtp_sub-team.elementor-element .wdt-content-item .wdt-content-subtitle {
    margin-right: 20px;
    margin-left: 20px;
}

html body:not(.home):not(.city-page) #main .wtp_sub-team.elementor-element .wdt-content-item .wdt-content-description {
    text-wrap: pretty;
}

html body #main .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] {
    background-color: transparent;
    overflow: visible;
}

html body .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper:not(:has(.ui-state-active)) {
    -webkit-box-shadow: 0 0 12px rgba(var(--color-black-rgba), 0%);
    box-shadow: 0 0 12px rgba(var(--color-black-rgba), 0%);
    border: 1px solid transparent;
    border-radius: 0;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s, -webkit-box-shadow .3s;
    transition: border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s;
    transition: box-shadow .3s, border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s;
    transition: box-shadow .3s, border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s, -webkit-box-shadow .3s;
}

html body .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-wrapper:has(.ui-state-active) {
    -webkit-box-shadow: 0 0 12px rgba(var(--color-black-rgba), 12%);
    box-shadow: 0 0 12px rgba(var(--color-black-rgba), 12%);
    border: 1px solid #dee3e3;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s, -webkit-box-shadow .3s;
    transition: border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s;
    transition: box-shadow .3s, border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s;
    transition: box-shadow .3s, border .3s, border-radius .3s, margin-top .3s, margin-bottom .3s, -webkit-box-shadow .3s;
    position: relative;
    z-index: 1;
    margin-top: 7px;
    margin-bottom: 7px;
}

html body .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder {
    background-color: var(--e-global-color-91972e9);
    border: 1px solid #fff;
    /*border-bottom-color: #d7dbe0;*/
}

html body .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder:hover {
    border-color: var(--color-brand);
}

html body .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder.ui-accordion-header-active.ui-state-active {
    border-color: transparent;
    background-color: #f8f9f9;
}

html body .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    margin-left: 10px;
}

html body .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    margin-left: 10px;
    margin-top: .5px;
}

html body .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder.ui-accordion-header-active.ui-state-active .wdt-accordion-toggle-icon {
    border-radius: 7px;
}

html body #main .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder:hover .wdt-accordion-toggle-icon {
    background-color: var(--color-brand);
}

html body #main .wdt-accordion-toggle-holder[class*='-template-simple'][class*='-expand-collapse-position-start'] .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-title-holder:hover .wdt-accordion-toggle-icon svg {
    fill: var(--color-brand-four);
}

html body .wtp_services-grid .elementor-widget-image a {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2;
}

html body .wtp_services-grid .elementor-widget-image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

html body .wtp_services-grid .elementor-widget-image a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body #main .wtp_services-grid .elementor-widget-text-editor {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body #main .wtp_services-grid .elementor-widget-text-editor h2 {
    font-size: 28px;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode {
    background-color: #fff;
    border-radius: 13px;
    overflow: hidden;
    padding: 10px;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode:not(:last-child) {
    margin-bottom: 60px;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper2 {
    width: 100%;
    margin: 0 0 20px 0;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper2 .swiper-slide {
    aspect-ratio: 3/2;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    background-color: #f2f2f2;
    border-radius: 10px;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper {
    border-radius: 10px;
    overflow: hidden;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper .swiper-slide {
    width: auto;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper .swiper-slide img {
    height: 150px;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
    border-radius: 5px;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper .swiper-slide:hover img,
html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper .swiper-slide.swiper-slide-thumb-active img {
    opacity: .5;
}

html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper .swiper-slide:focus img,
html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper .swiper-slide:active img {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper2 .swiper-button-next,
html body .wtp_swiper-galleries .elementor-widget-shortcode .mySwiper2 .swiper-button-prev {
    color: var(--color-brand);
    background-color: rgba(var(--color-white-rgba), 50%);
    padding: .5em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 3px;
}

html body .ti-reviews-container-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html body #main .ti-reviews-container-wrapper .ti-review-item .ti-read-more span {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: var(--color-brand);
    color: #fff;
    text-decoration: none !important;
    position: relative;
    top: 6px;
    opacity: .9;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

html body #main .ti-reviews-container-wrapper .ti-review-item .ti-read-more span:hover {
    text-decoration: none !important;
    opacity: .75;
}

html body.testimonials #main h5 {
    font-family: var(--font-headings);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-brand);
    text-wrap: balance;
}

html body.testimonials #main .yt--popper.elementor-widget-image .elementor-widget-container a {
    aspect-ratio: 16/9;
}

html body.testimonials #main .yt--popper.elementor-widget-image .elementor-widget-container a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

html body #main .estimate-form .ginput_container.ginput_container_select .select2.select2-container,
html body.michigan-cottage-remodeling #main .pmax-contact-page .gform_wrapper.gravity-theme .ginput_container.ginput_container_select .select2.select2-container {
    display: none;
}

html body #main .estimate-form .gform_wrapper .gform-body.gform_body .ginput_container.ginput_container_select:after,
html body.michigan-cottage-remodeling #main .pmax-contact-page .gform_wrapper.gravity-theme .ginput_container.ginput_container_select:after {
    display: none;
}

html body.michigan-cottage-remodeling #main .pmax-contact-page .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select {
    border: 1px solid rgba(var(--color-black-rgba), 20%) !important;
    background-color: #d5d9dd;
}

html body #main .map-col {
    height: 100%;
}

html body #main .map-col iframe {
    min-height: 400px;
}

html body #main .estimate-form .gform_wrapper.gravity-theme .gfield input:not(.gfield-choice-input):not(.gform_button),
html body #main .estimate-form .gform_wrapper.gravity-theme .gfield select {
    min-height: 50px;
    max-height: 50px;
}

html body #main .estimate-form .gform_wrapper.gravity-theme .gfield select {
    background-color: #d2d7d9;
}

html body:not(.home):not(.city-page).blog .wdt-posts-list-wrapper .tpl-blog-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

html body .pd-pcf-container .wbel-pd-pcf-category-container {
    margin: 0 12px;
}

html body .pd-pcf-container .wbel-pd-pcf-category-container .pd-pcf-filter-btn {
    background-color: var(--color-brand-four);
    border: none;
    color: var(--color-brand);
    padding: 4px 18px;
    border-radius: 3px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

html body .pd-pcf-container .wbel-pd-pcf-category-container:not(:has(.pd-pcf-filter-btn-active)) .pd-pcf-filter-btn[data-filter='*'],
html body .pd-pcf-container .wbel-pd-pcf-category-container .pd-pcf-filter-btn.pd-pcf-filter-btn-active {
    background-color: var(--color-brand);
    color: var(--color-brand-four);
}

html body #main .pd-pcf-container .wbel-pd-pcf-category-container .pd-pcf-filter-btn:hover {
    background-color: #1a1b33d9;
    color: var(--color-brand-four);
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper {
    margin-top: 40px;
    height: auto !important;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item[style*='opacity: 0'] {
    display: none;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid var(--color-brand);
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_thumbnail a {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_thumbnail a:not(:has(img)) {
    aspect-ratio: auto;
    max-height: 0;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_thumbnail a img {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item:not(:has(img)) .pd_pcf_content {
    border-top-width: 1px;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_title h2 a {
    font-size: 24px;
    color: var(--color-brand);
    line-height: 1.2;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_title h2 a:hover {
    color: var(--color-brand-two);
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_text {
    display: none;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_readmore {
    display: table;
    margin: 0 auto;
    position: relative;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_readmore:after {
    content: '';
    display: block;
    background-color: var(--color-black);
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: auto;
    width: 0;
    height: 1px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_readmore:hover:after {
    width: 100%;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_readmore a.pd_pcf_readmore_link,
html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_readmore a.pd_pcf_readmore_link:hover {
    padding: 0;
    background: transparent;
    border: none;
    color: var(--color-black);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_readmore a.pd_pcf_readmore_link:before,
html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_readmore a.pd_pcf_readmore_link:after {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    background-color: var(--color-black);
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: auto;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_readmore a.pd_pcf_readmore_link:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

html body .pd-pcf-container .wbel_pd_pcf_wrapper .pd_pcf_item .pd_pcf_single_item .pd_pcf_content .pd_pcf_description .pd_pcf_readmore a.pd_pcf_readmore_link:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html body.michigan-cottage-remodeling .video-container.video-background {
    width: 100%;
    min-height: 650px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
}

html body.michigan-cottage-remodeling .video-container.video-background.landing:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--color-brand-rgba), .8);
    background: -o-linear-gradient(left, rgba(var(--color-brand-rgba), .9) 0%, rgba(var(--color-brand-rgba), 0.4) 75%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--color-brand-rgba), .9)), color-stop(75%, rgba(var(--color-brand-rgba), 0.4)));
    background: linear-gradient(90deg, rgba(var(--color-brand-rgba), .9) 0%, rgba(var(--color-brand-rgba), 0.4) 75%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
    width: 62%;
    max-width: 1020px;
}

html body.michigan-cottage-remodeling .video-container.video-background .video-foreground {
    display: block;
}

html body.michigan-cottage-remodeling .video-container.video-background .video-foreground .video-inner {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
}

html body.michigan-cottage-remodeling .gform_wrapper.gravity-theme input[type=submit].gform_button.button {
    margin-top: 2em;
    text-transform: uppercase;
}

html body.michigan-cottage-remodeling .gform_wrapper.gravity-theme .gform_validation_errors,
html body.michigan-cottage-remodeling .gform_wrapper.gravity-theme .gfield_description.validation_message.gfield_validation_message,
html body.michigan-cottage-remodeling .gform_wrapper.gravity-theme .gfield_description.instruction.validation_message {
    padding: 4px 8px;
}

html body.michigan-cottage-remodeling .gform_wrapper.gravity-theme .gform_validation_errors h2.gform_submission_error {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

html body.michigan-cottage-remodeling .gform_wrapper.gravity-theme .gform_validation_errors h2.gform_submission_error span.gform-icon {
    display: inline-block;
    left: 0;
    position: relative;
}

html body.michigan-cottage-remodeling .video-container .video-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1680px;
    margin: 0 auto;
}

html body.michigan-cottage-remodeling .pmax-contact-page .pmax-form-block {
    background-color: rgb(255 255 255 / 90%);
    border-radius: 10px;
}

@media (min-width: 768px) {
    html body.michigan-cottage-remodeling .pmax-inner-text a.yt--popper {
        display: inline-block;
        position: relative;
        float: left;
        width: 50%;
        margin: 6px 40px 30px 0;
    }

    html body.michigan-cottage-remodeling .video-container.video-background {
        overflow: hidden;
    }

    html body.michigan-cottage-remodeling .video-container.video-background .video-foreground {
        position: absolute;
    }
}

html body.michigan-cottage-remodeling .pmax-inner-text p {
    text-wrap: pretty;
}

html body.michigan-cottage-remodeling .pmax-inner-text a.yt--popper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

html body.michigan-cottage-remodeling img {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

html body.michigan-cottage-remodeling .elementor-widget-image-carousel .swiper-slide {
    aspect-ratio: 5 / 4;
}

html body.michigan-cottage-remodeling .elementor-widget-image-carousel .swiper-slide .swiper-slide-inner,
html body.michigan-cottage-remodeling .elementor-widget-image-carousel .swiper-slide .swiper-slide-inner img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

html body.michigan-cottage-remodeling .elementor-widget-image-carousel .swiper-slide .swiper-slide-inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body.michigan-cottage-remodeling .elementor-widget-image-carousel .swiper-slide .swiper-slide-inner:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body.michigan-cottage-remodeling .swiper .elementor-slideshow__footer {
    display: none;
}

html body.michigan-cottage-remodeling .dialog-widget.dialog-lightbox-widget.dialog-type-buttons.dialog-type-lightbox.elementor-lightbox {
    background-color: rgb(255 255 255 / 50%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

html body.michigan-cottage-remodeling .elementor-slideshow__header,
html body.michigan-cottage-remodeling .elementor-lightbox .dialog-lightbox-close-button {
    --lightbox-ui-color: #333;
    --lightbox-ui-color-hover: #666;
}

html body.michigan-cottage-remodeling .elementor-lightbox .swiper .swiper-pagination-fraction {
    color: #333;
}

html body.michigan-cottage-remodeling .elementor-lightbox .swiper .elementor-swiper-button,
html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-prev,
html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-next {
    font-size: 24px !important;
    color: var(--color-brand-two);
    background-color: var(--color-white);
    border-radius: 999px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body.michigan-cottage-remodeling .elementor-lightbox .swiper .elementor-swiper-button:hover,
html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-prev:hover,
html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-next:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}

html body.michigan-cottage-remodeling .dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-prev,
html body.michigan-cottage-remodeling .dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-next {
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0 0 30px rgba(var(--color-black-rgba) 20%);
    box-shadow: 0 0 30px rgba(var(--color-black-rgba) 20%);
    margin: 0 90px;
}

html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-prev i {
    position: relative;
    left: -1px;
}

html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-next i {
    position: relative;
    left: 1px;
}

html body .wtp_cottage-landing-hero:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: rgba(var(--color-black-rgba), 20%);*/
    z-index: 1;
    pointer-events: none;

    background: -o-linear-gradient(bottom, #0000008a, transparent 60%);

    background: -webkit-gradient(linear, left bottom, left top, from(#0000008a), color-stop(60%, transparent));

    background: linear-gradient(to top, #0000008a, transparent 60%);
}

html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;

    padding: 60px;
}

html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner:nth-child(3) {
    top: 0;
    bottom: auto;
    padding: 40px 0;
}

html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', sans-serif !important;
    font-size: 40px;
    font-weight: 400;
    display: table;
    margin: 0 auto .35em auto;
    border-bottom: 2px solid var(--color-brand-three);
    padding-bottom: .3em;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
}

html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner p.subheading {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));

    margin-bottom: 1em;
}

html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner a.button {
    display: table;
    margin: 0 auto;
}

html body .wtp_cottage-landing-hero > .elementor-container,
html body .wtp_cottage-landing-hero > .elementor-container > .elementor-column,
html body .wtp_cottage-landing-hero > .elementor-container > .elementor-column > .elementor-widget-wrap,
html body .wtp_cottage-landing-hero > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-image,
html body .wtp_cottage-landing-hero > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-image > .elementor-widget-container,
html body .wtp_cottage-landing-hero > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-image > .elementor-widget-container img {
    height: 100%;
}

html body .wtp_cottage-landing-hero > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-image > .elementor-widget-container {
    aspect-ratio: 16/9;
    max-height: 80vh;
}

html body .wtp_cottage-landing-hero > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-image > .elementor-widget-container img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

html body.michigan-cottage-remodeling iframe:not([title*="recaptcha"]) {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100dvw !important;
    max-width: calc(100dvw - 160px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 40px;
}

html body.michigan-cottage-remodeling #main h2 {
    text-transform: uppercase;
    display: table;
    margin: 0 auto .35em auto;
    border-bottom: 2px solid var(--color-brand-three);
    padding-bottom: .3em;
    font-size: 32px;
}

html body.michigan-cottage-remodeling .wtp_cottage-landing-gallery h3 {
    display: inline-block;
    float: right;
    position: absolute;
    top: calc(50% - 75px);
    right: 20px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
}

html body.michigan-cottage-remodeling .wtp_cottage-landing-gallery h3 span {
    font-weight: lighter;
}

html body.michigan-cottage-remodeling .mySwiper2,
html body.michigan-cottage-remodeling .mySwiper-22,
html body.michigan-cottage-remodeling .mySwiper-32 {
    width: 60%;
    margin: 0 0 20px 0;
}

html body.michigan-cottage-remodeling .mySwiper2 .swiper-slide,
html body.michigan-cottage-remodeling .mySwiper-22 .swiper-slide,
html body.michigan-cottage-remodeling .mySwiper-32 .swiper-slide {
    aspect-ratio: 3/2;
}

html body.michigan-cottage-remodeling .mySwiper2 .swiper-slide img,
html body.michigan-cottage-remodeling .mySwiper-22 .swiper-slide img,
html body.michigan-cottage-remodeling .mySwiper-32 .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    background-color: #f2f2f2;
    border-radius: 10px;
}

html body.michigan-cottage-remodeling .mySwiper .swiper-slide,
html body.michigan-cottage-remodeling .mySwiper-2 .swiper-slide,
html body.michigan-cottage-remodeling .mySwiper-3 .swiper-slide {
    width: auto;
}

html body.michigan-cottage-remodeling .mySwiper .swiper-slide img,
html body.michigan-cottage-remodeling .mySwiper-2 .swiper-slide img,
html body.michigan-cottage-remodeling .mySwiper-3 .swiper-slide img {
    height: 150px;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
    border-radius: 5px;
}

html body.michigan-cottage-remodeling .mySwiper .swiper-slide:hover img,
html body.michigan-cottage-remodeling .mySwiper .swiper-slide.swiper-slide-thumb-active img,
html body.michigan-cottage-remodeling .mySwiper-2 .swiper-slide:hover img,
html body.michigan-cottage-remodeling .mySwiper-2 .swiper-slide.swiper-slide-thumb-active img,
html body.michigan-cottage-remodeling .mySwiper-3 .swiper-slide:hover img,
html body.michigan-cottage-remodeling .mySwiper-3 .swiper-slide.swiper-slide-thumb-active img {
    opacity: .5;
}

html body.michigan-cottage-remodeling .mySwiper .swiper-slide:focus img,
html body.michigan-cottage-remodeling .mySwiper .swiper-slide:active img,
html body.michigan-cottage-remodeling .mySwiper-2 .swiper-slide:focus img,
html body.michigan-cottage-remodeling .mySwiper-2 .swiper-slide:active img,
html body.michigan-cottage-remodeling .mySwiper-3 .swiper-slide:focus img,
html body.michigan-cottage-remodeling .mySwiper-3 .swiper-slide:active img {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

html body.michigan-cottage-remodeling .mySwiper2 .swiper-button-next,
html body.michigan-cottage-remodeling .mySwiper2 .swiper-button-prev,
html body.michigan-cottage-remodeling .mySwiper-22 .swiper-button-next,
html body.michigan-cottage-remodeling .mySwiper-22 .swiper-button-prev,
html body.michigan-cottage-remodeling .mySwiper-32 .swiper-button-next,
html body.michigan-cottage-remodeling .mySwiper-32 .swiper-button-prev {
    color: var(--color-brand);
    background-color: rgba(var(--color-white-rgba), 50%);
    padding: .5em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

html body.michigan-cottage-remodeling .elementor-widget-html.wtp_cottage-landing-gallery {
    background-color: #fff;
    border-radius: 13px;
    overflow: hidden;
    padding: 10px;
}

html body.michigan-cottage-remodeling .elementor-widget-html.wtp_cottage-landing-gallery:not(:last-child) {
    margin-bottom: 60px;
}

html body.michigan-cottage-remodeling .elementor-widget-html .gravity-theme .gform_required_legend,
html body.michigan-cottage-remodeling .elementor-widget-html .gravity-theme .gform_required_legend .gfield_required.gfield_required_asterisk {
    /*color: var(--color-white);*/
}

html body.michigan-cottage-remodeling .pmax-contact-page .gform_wrapper.gravity-theme .gfield_label,
html body.michigan-cottage-remodeling .pmax-contact-page .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    /*color: var(--color-white);*/
}

html body.michigan-cottage-remodeling .pmax-contact-page .gform_wrapper.gravity-theme button[type=submit].gform_button.button {
    /*border: 1px solid var(--color-brand-three) !important;*/
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

html body .gform_wrapper.gravity-theme .gfield.gfield--type-captcha {
    opacity: 0;
    pointer-events: none;
}

html body.michigan-cottage-remodeling .pmax-contact-page .gform_wrapper.gravity-theme input[type=submit].gform_button.button,
html body.michigan-cottage-remodeling .wtp_cottage-landing-hero a.button {
    background-color: var(--color-brand-four);
    color: var(--color-brand) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

html body.city-page .pmax_footer-city-pages {
    display: none;
}

html body.single #primary .elementor-widget-shortcode img {
    width: 100%;
    height: auto;
}

.gallery {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
}

.google-reviews-btn {
    width: auto;
    height: auto;
    position: fixed;
    bottom: -200px;
    left: 30px;
    background-color: #fff;
    border-radius: 999px;
    padding: 7px 14px 7px 7px;
    -webkit-box-shadow: 5px 5px 30px #00000036;
    box-shadow: 5px 5px 30px #00000036;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-animation: slide-up .5s forwards;
    animation: slide-up .5s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.google-reviews-btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.google-reviews-btn a.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5em;
    font-weight: 700;
}

.google-reviews-btn a.link svg {
    width: 2.5em;
    height: 2.5em;
    padding: .4em;
    background-color: var(--color-brand-four);
    border-radius: 999px;
}

html body #main .wtp_project-intro .yt--popper,
html body #main .wtp_project-intro .yt--popper .elementor-widget-container,
html body #main .wtp_project-intro .yt--popper .elementor-widget-container a,
html body #main .wtp_project-intro .yt--popper .elementor-widget-container a img {
    height: 100%;
}

html body #main .wtp_project-intro .yt--popper .elementor-widget-container a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}


/*------------------------
*      4. Responsive     *
------------------------*/
@media (max-width: 1699px) {
    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 1600px) {
    html body.michigan-cottage-remodeling .video-container .video-text .video-text-inner h1 {
        line-height: 1.2;
        font-size: clamp(24px, 3.8vw, 65px);
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }

    html body.michigan-cottage-remodeling .video-container.video-background.landing:after {
        width: 59%;
    }
}

@media (max-width: 1540px) {
    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group {
        padding-left: 60px;
    }
}

@media (max-width: 1499px) {
    html body .wdt-header-menu .wdt-primary-nav > li > a {
        padding: 8px;
    }

    html body #header-wrapper header#header .wdt-header-menu .menu-container .wdt-primary-nav > li > a > span {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    html body .wtp_cottage-landing-intro iframe {
        max-width: calc(100dvw - 35px) !important;
    }

    html body .wtp_cottage-landing-hero:before {
        background: transparent;
        background-color: rgba(var(--color-black-rgba), 45%);
    }

    html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner {
        padding: 35px;
    }
}

@media (max-width: 1280px) {
    html body header#header .wtp_header-two .wtp_header-right > .elementor-widget-wrap {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    html body header#header .wtp_header-two .wtp_header-right > .elementor-widget-wrap .wtp_header-cta-social {
        /*display: flex;*/
        /*justify-content: flex-end;*/
        /*align-items: center;*/
    }

    html body header#header .wtp_header-two .wtp_header-right > .elementor-widget-wrap .wtp_header-cta-social > .elementor-container {
        margin-right: 0;
    }

    html body header#header .wtp_header-two .wtp_header-right > .elementor-widget-wrap .wtp_menu-col > .elementor-widget-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    html body header#header .wtp_header-two .wtp_header-right > .elementor-widget-wrap .wtp_menu-col > .elementor-widget-wrap .wtp_main-menu {
        width: 72px;
    }

    html body header#header .wtp_header-two .wtp_header-right .wtp_menu-section > .elementor-container {
        height: 100%;
    }

    html body header#header a[href*='tel'] {
        position: relative;
        top: 1px;
    }

    html body .mobile-menu {
        width: 350px;
        max-width: 100dvw;
    }

    html body .mobile-menu > ul > li > a {
        font-size: 18px;
        /*text-transform: uppercase;*/
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group {
        padding-left: 30px;
    }

    html body #main .wdt-custom-testimonial-a .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg {
        left: -7px;
    }

    body:not(.home):not(.city-page) footer#footer .wdt-elementor-container-fluid .elementor-section.elementor-section-boxed > .elementor-container {
        padding: 0 20px;
    }
}

@media (max-width: 1199px) {
    html body .wtp_video-banner .video-container video {
        padding-right: 400px;
    }

    html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col {
        max-width: 400px;
    }
}

@media (max-width: 1024px) {
    html body .wtp_video-banner {
        aspect-ratio: auto;
        max-height: none;
    }

    html body .wtp_video-banner > .elementor-widget-html {
        position: absolute;
    }

    html body .wtp_video-banner .video-container video {
        padding-right: 0;
    }

    html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col {
        max-width: 100dvw;
    }

    html body .elementor.elementor .wtp_video-banner .wtp_banner-left-col {
        aspect-ratio: 16/9;
        min-height: 350px;
    }

    html body .wtp_video-banner > .elementor-element.e-con-boxed {
        position: relative;
    }

    html body .wtp_video-banner > .elementor-element > .elementor-widget-container > .video-container {
        aspect-ratio: 16 / 9;
        height: auto;
        position: relative;
        min-height: 350px;
        padding: 30px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col {
        padding: 30px;
    }

    html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col .wtp_banner-form_container {
        width: 100%;
    }

    html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col h2 {
        text-align: left;
    }

    html body .elementor.elementor .wtp_video-banner h1 {
        font-size: clamp(36px, 10vw, 48px);
    }

    html body #main .wtp_intro-section .elementor-column.wtp_fit-img {
        aspect-ratio: 16/9;
    }

    html body #main .wtp_intro-section .elementor-column:not(.wtp_fit-img) {
        padding: 0;
    }

    footer img,
    html footer .wtp_footer-logos > .elementor-widget-container > a,
    html footer .wtp_footer-logos > .elementor-widget-container .bbb-logo {
        margin-top: 0;
        width: 200px;
    }

    html body #main .wdt-interactive-showcase-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        top: 0;
        left: 0;
        background-color: var(--color-brand-four);
        -webkit-box-flex: 320px;
        -ms-flex: 320px;
        flex: 320px;
        margin-bottom: 0;
        padding: 60px 30px;
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        -webkit-box-flex: calc(100% - 320px);
        -ms-flex: calc(100% - 320px);
        flex: calc(100% - 320px);
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div > .elementor,
    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div > .elementor > section,
    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div > .elementor > section .elementor-container,
    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div > .elementor > section .elementor-container .wdt-custom-about-image-box,
    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div > .elementor > section .elementor-container .wdt-custom-about-image-box .elementor-widget-container,
    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div > .elementor > section .elementor-container .wdt-custom-about-image-box .elementor-widget-container .wdt-image-box-holder,
    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div > .elementor > section .elementor-container .wdt-custom-about-image-box .elementor-widget-container .wdt-image-box-holder .wdt-content-item {
        height: 100%;
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper > div > .elementor > section .elementor-container .wdt-custom-about-image-box .elementor-widget-container .wdt-image-box-holder img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group {
        margin: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        padding: 74px 54px;
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder {
        margin: 0;
    }

    html footer .wtp_footer-logos > .elementor-widget-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    html footer#footer .wdt-logo-container img {
        max-width: 250px;
        width: 100%;
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:after,
    html body:not(.home):not(.city-page) #main .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:after,
    html body #main .wtp_fit-img.yt--popper > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container a:after,
    html body #main .yt--popper.elementor-widget-image .elementor-widget-container a:after,
    html body #main a.yt--popper.watch-video:after {
        width: 94px;
        height: 94px;
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:before,
    html body:not(.home):not(.city-page) #main .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a:before,
    html body #main .wtp_fit-img.yt--popper > .elementor-widget-wrap .elementor-widget-image .elementor-widget-container a:before,
    html body #main .yt--popper.elementor-widget-image .elementor-widget-container a:before,
    html body #main a.yt--popper.watch-video:before {
        bottom: 31px;
        left: 40px;
    }

    html body #main .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img.yt--popper.elementor-widget-image a:before,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img.yt--popper.elementor-widget-image a:before,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img.yt--popper.elementor-widget-image a:before,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img.yt--popper.elementor-widget-image a:before {
        bottom: calc(31px + 1.5vw);
    }

    html body #main .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img.yt--popper.elementor-widget-image a:after,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img.yt--popper.elementor-widget-image a:after,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img.yt--popper.elementor-widget-image a:after,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img.yt--popper.elementor-widget-image a:after {
        bottom: 1.5vw;
    }

    html body .wdt-simple-style.wdt-post-entry.entry-list-layout .blog-entry .entry-title {
        padding: 14px 20px;
    }

    @media (min-width: 640px) {
        html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col .gform_wrapper.gravity-theme .gfield.gfield--width-full {
            -ms-grid-column-span: 6;
            grid-column: span 6;
        }
    }

    @media (min-width: 768px) {
        html body #main .wtp_home-testimonials .top-section .elementor-container {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group {
            margin-top: -455px;
        }

        html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-carousel-pagination-wrapper {
            margin-top: -80px;
        }

        html body .wtp_sticky {
            top: 60px;
        }

        html body .wdt-simple-style.wdt-post-entry .blog-entry .entry-title h4,
        html body .wdt-simple-style.wdt-post-entry .blog-entry .entry-title h4 a {
            font-size: 18px;
        }

        html body #main .wtp_related-blogs h2 {
            font-size: 24px;
        }

        html body .wdt-simple-style.wdt-post-entry.entry-list-layout .blog-entry .entry-title {
            min-height: 115px;
        }
    }
}

@media (max-width: 767px) {
    html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col {
        padding: 20px;
    }

    html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets {
        display: none;
    }

    html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev > span,
    html body #main .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next > span {
        display: none;
    }

    html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group {
        top: 0;
        right: 0;
    }

    html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group > div {
        text-align: left;
        justify-items: flex-start;
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-detail-group {
        display: none;
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group {
        margin-top: -90px;
    }

    html footer .wtp_footer-logos > .elementor-widget-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper,
    html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group {
        padding: 40px 20px;
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder {
        padding-right: 20px;
        padding-left: 20px;
    }

    html body #main .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img.yt--popper.elementor-widget-image a:before,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img.yt--popper.elementor-widget-image a:before,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img.yt--popper.elementor-widget-image a:before,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img.yt--popper.elementor-widget-image a:before {
        bottom: 31px;
    }

    html body #main .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img.yt--popper.elementor-widget-image a:after,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img.yt--popper.elementor-widget-image a:after,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img.yt--popper.elementor-widget-image a:after,
    html body #main .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img.yt--popper.elementor-widget-image a:after {
        bottom: 0;
    }

    html body .elementor-element.wtp_dark.wtp_sub-banner-1 .wtp_fit-img img,
    html body .elementor-element.wtp_dark.wtp_sub-banner-2 .wtp_fit-img img,
    html body .elementor-element.wtp_dark.wtp_sub-banner-3 .wtp_fit-img img,
    html body .elementor-element.wtp_dark.wtp_sub-banner-4 .wtp_fit-img img {
        position: relative;
    }

    html body #main .wdt-simple-style.wdt-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image > a,
    html body #main .wdt-simple-style.wdt-post-entry.entry-list-layout .blog-entry .entry-thumb .blog-image .bx-wrapper .entry-gallery-post-slider li {
        height: 100%;
        position: absolute;
    }

    html body #back-to-top {
        display: none !important;
    }

    html body.michigan-cottage-remodeling .video-container.video-background {
        min-height: 0;
        aspect-ratio: auto;
    }

    html body.michigan-cottage-remodeling .video-container.video-background .video-foreground {
        aspect-ratio: 16 / 9;
    }

    html body .video-container.video-background .wtp_banner-form-container {
        position: relative;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        top: 0;
        right: auto;
        width: 100%;
        max-width: 100%;
        background-color: var(--color-brand-two);
        background-image: url(/wp-content/uploads/2022/03/west-michigan-remodeling-contractors-near-me.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0;
        padding: 60px 20px;
    }

    html body .video-container.video-background .wtp_banner-form-container .wtp_banner-form-container_inner {
        background-color: rgb(255 255 255 / 90%);
        border-radius: 10px;
        padding: 20px;
    }

    html body.michigan-cottage-remodeling .video-container .video-text {
        aspect-ratio: 16 / 9;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-prev i,
    html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-next i {
        background-color: transparent;
        padding: 0;
    }

    html body.michigan-cottage-remodeling .dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-prev,
    html body.michigan-cottage-remodeling .dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-next {
        margin: 0 20px;
    }

    html body.michigan-cottage-remodeling .video-container.video-background.landing:after {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16/9;
    }

    html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner {
        text-align: center;
    }

    html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner:nth-child(3) {
        padding-top: 10px;
    }

    html body.michigan-cottage-remodeling .wtp_cottage-landing-gallery h3 {
        display: table;
        float: none;
        clear: both;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: .2em auto .6em auto;
    }

    html body.michigan-cottage-remodeling .mySwiper2,
    html body.michigan-cottage-remodeling .mySwiper-22,
    html body.michigan-cottage-remodeling .mySwiper-32 {
        width: 100%;
    }

    html body.michigan-cottage-remodeling #main .elementor-widget-text-editor p {
        font-size: 16px;
    }

    .google-reviews-btn {
        display: none;
    }

    html body.single .wtp_post-banner h1 {
        font-size: 32px;
    }

    @media (min-width: 501px) {
        html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner {
            padding: 35px 35px 24px 35px;
        }

        html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner h1 {
            font-size: 32px;
            line-height: 1.2;
        }

        html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner p.subheading {
            font-size: 21px;
            margin-bottom: 0;
        }

        html body.michigan-cottage-remodeling #main h2 {
            font-size: 24px !important;
            line-height: 1.2;
        }

        html body.michigan-cottage-remodeling .wtp_cottage-landing-gallery h3 {
            font-size: 21px;
            line-height: 1.2;
        }
    }

    @media (min-width: 700px) {
        html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
            width: 100%;
        }
    }
}

@media (max-width: 699px) {
    html body #main .wdt-interactive-showcase-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        text-align: center;
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: .5em;
        -moz-column-gap: .5em;
        column-gap: .5em;
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        padding-right: 0;
        width: auto;
        margin: 0;
        padding: 5px 0px;
    }

    html body #main .wdt-custom-home-3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list li a.wdt-interactive-showcase-element .wdt-content-title {
        font-size: 16px;
        color: var(--color-brand-two);
        background-color: var(--color-brand-four);
        border: 1px solid var(--color-brand-two);
        padding: 3px 8px;
        border-radius: 3px;
        text-decoration: none;
        -webkit-transition: background-color .3s, color .3s, font-weight .3s;
        -o-transition: background-color .3s, color .3s, font-weight .3s;
        transition: background-color .3s, color .3s, font-weight .3s;
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-content-group .wdt-content-title {
        background-color: var(--color-brand-two);
        color: var(--color-brand-four);
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-content-group .wdt-content-title:before {
        display: none;
    }

    html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group {
        padding: 40px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 578px) {
    html body .wtp_cottage-landing-hero > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-image > .elementor-widget-container {
        min-height: 335px;
    }
}

@media (max-width: 549px) {
    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li {
        /*padding-right: 0;*/
        /*width: 100%;*/
    }

    html body #main .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        text-align: center;
    }

    html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group > div {
        text-align: center;
    }

    html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-subtitle,
    html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group.wdt-content-group .wdt-content-title,
    html body #main .wtp_home-services .wdt-content-item .wdt-content-button {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 500px) {
    html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner {
        padding: 0 0 24px 0;
    }

    html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner h1 {
        font-size: 24px;
    }

    html body .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner p.subheading {
        font-size: 18px;
        margin-bottom: 0;
    }

    html body.michigan-cottage-remodeling .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner a.button,
    html body.michigan-cottage-remodeling .pmax-contact-page .gform_wrapper.gravity-theme input[type=submit].gform_button.button {
        padding: 10px 24px;
    }

    html body.michigan-cottage-remodeling #main h2 {
        font-size: 21px !important;
        line-height: 1.2;
    }

    html body.michigan-cottage-remodeling .wtp_cottage-landing-gallery h3 {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (max-width: 499px) {
    html body .elementor.elementor .wtp_video-banner .wtp_banner-left-col .wdt-button-text {
        font-size: 14px;
        padding: 12px 4vw !important;
    }

    html body .elementor.elementor .wtp_video-banner .wtp_banner-right-col h2 {
        font-size: 24px;
    }

    html body #main .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
        font-size: 13.2px;
        line-height: 17.6px;
    }

    html body header#header .wtp_header-two .wtp_header-right > .elementor-widget-wrap .wtp_menu-col > .elementor-widget-wrap .wtp_main-menu {
        padding-left: .5em;
    }

    footer img {
        margin-bottom: 20px;
        width: 250px;
    }

    html body #main .elementor-widget-text-editor .elementor-widget-container h2,
    html body #main div h2,
    html body #main .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title {
        font-size: 24px;
    }

    html body #main .wtp_home-services .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group.wdt-content-group .wdt-content-title h3,
    html body #main .elementor-widget-text-editor .elementor-widget-container h3,
    html body #main div h3,
    html body #main .wdt-heading-holder h3.wdt-heading-title-wrapper .wdt-heading-title {
        font-size: 21px;
    }

    html body #main .wtp_staff-header .wdt-heading-subtitle {
        width: 100%;
        max-width: 250px;
        position: relative;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item .wdt-content-detail-group .wdt-content-elements-group.wdt-content-group .wdt-content-description {
        font-size: 18px;
    }

    html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-button-next,
    html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-button-prev {
        width: 14px;
        height: 24px;
    }

    html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-button-next:after,
    html body .wtp_credits > .e-con-inner .swiper.wtp_credits-slider .swiper-button-prev:after {
        font-size: 24px;
    }

    html body .wdt-simple-style.wdt-post-entry .blog-entry .entry-title h4,
    html body .wdt-simple-style.wdt-post-entry .blog-entry .entry-title h4 a {
        font-size: 18px;
    }

    html body #main .wtp_related-blogs h2 {
        font-size: 24px;
    }

    html body .pd-pcf-container .wbel-pd-pcf-category-container .pd-pcf-filter-btn {
        font-size: 14px;
        padding: 0 10px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 332px) {
    html body header#header a[href*='tel'] i {
        display: none;
    }
}

/* Min-Width Media Queries */
@media (min-width: 768px) {
    html body #main .wtp_home-staff .wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
        display: none;
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group {
        max-width: 50%;
        margin-right: 0;
    }

    html body #main .wtp_empty-col {
        /*margin-right: 60px;*/
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-carousel-pagination-wrapper {
        max-width: 50%;
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group .wdt-content-title h3 {
        margin-bottom: 1em;
    }

    html footer .wtp_footer-logos > .elementor-widget-container > a,
    html footer .wtp_footer-logos > .elementor-widget-container .bbb-logo {
        margin: 0 0 0 auto;
    }
}

@media (min-width: 1025px) {
    html body #main .wdt-custom-about-image-box .wdt-image-box-holder .wdt-content-item {
        aspect-ratio: 16 / 9;
        max-width: 100dvw;
        min-height: 640px;
    }

    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder .wdt-content-item .wdt-content-media-group {
        margin-top: -380px;
    }

    html body.home #main .elementor-widget-text-editor .elementor-widget-container h2,
    html body.home #main div h2,
    html body.home #main .wdt-heading-holder h2.wdt-heading-title-wrapper .wdt-heading-title {
        font-size: 32px;
    }

    html body #main .ti-reviews-container-wrapper .ti-review-item {
        min-width: 400px;
    }
}

@media (min-width: 1700px) {
    html body #main .wdt-custom-testimonial-a .wdt-testimonial-holder {
        padding-right: calc(((100vw - 1700px) / 2) + 30px);
        padding-left: calc(((100vw - 1700px) / 2) + 30px);
    }
}


/*------------------------
*      5. Keyframes      *
-------------------------*/
@-webkit-keyframes preloader-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes preloader-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes slide-up {
    from {
        bottom: -200px;
    }

    to {
        bottom: 30px;
    }
}

@keyframes slide-up {
    from {
        bottom: -200px;
    }

    to {
        bottom: 30px;
    }
}


/* New Color Scheme on Cottage Remodeling Landing Page */
html body.michigan-cottage-remodeling {
    --color-brand: #1a1b32;
    --color-brand-rgba: 26, 27, 50;
    --color-brand-two: #1a1b32;
    --color-brand-two-rgba: 26, 27, 50;
    --color-brand-three: #f9d68f;
    --color-brand-three-rgba: 249, 214, 143;
    --color-brand-four: #EAEEF2;
    --color-brand-four-rgba: 234, 238, 242;
}

html body.michigan-cottage-remodeling .pmax-inner-text .yt--popper:after {
    background: -o-linear-gradient(bottom, rgba(var(--color-brand-rgba), .7) 0%, rgba(var(--color-brand-rgba), 0) 60%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-brand-rgba), .7)), color-stop(60%, rgba(var(--color-brand-rgba), 0)));
    background: linear-gradient(0deg, rgba(var(--color-brand-rgba), .7) 0%, rgba(var(--color-brand-rgba), 0) 60%);
}

html body.michigan-cottage-remodeling .video-container .video-text .video-text-inner a.button,
html body.michigan-cottage-remodeling .gform_wrapper.gravity-theme input[type=submit].gform_button.button,
html body.michigan-cottage-remodeling .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner a.button {
    -webkit-box-shadow: 4px 4px 0 var(--color-brand-three);
    box-shadow: 4px 4px 0 var(--color-brand-three);
}

html body.michigan-cottage-remodeling .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner a.button,
html body.michigan-cottage-remodeling .pmax-contact-page .gform_wrapper.gravity-theme input[type=submit].gform_button.button {
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

html body.michigan-cottage-remodeling .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner a.button {
    font-family: 'brandon-grotesque', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

html body.michigan-cottage-remodeling .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner a.button:hover,
html body.michigan-cottage-remodeling .pmax-contact-page .gform_wrapper.gravity-theme input[type=submit].gform_button.button:hover {
    background: #eaeef2bf;
}

html body.michigan-cottage-remodeling .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner a.button:after {
    display: none;
}

html body.michigan-cottage-remodeling:not(.michigan-cottage-remodeling-staging) .video-container .video-text .video-text-inner a.button:active,
html body.michigan-cottage-remodeling:not(.michigan-cottage-remodeling-staging) .gform_wrapper.gravity-theme input[type=submit].gform_button.button:active,
html body.michigan-cottage-remodeling:not(.michigan-cottage-remodeling-staging) .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner a.button:active,
html body.michigan-cottage-remodeling:not(.michigan-cottage-remodeling-staging) .video-container .video-text .video-text-inner a.button:focus,
html body.michigan-cottage-remodeling:not(.michigan-cottage-remodeling-staging) .gform_wrapper.gravity-theme input[type=submit].gform_button.button:focus,
html body.michigan-cottage-remodeling:not(.michigan-cottage-remodeling-staging) .wtp_cottage-landing-hero .wtp_cottage-landing-hero-inner a.button:focus {
    -webkit-box-shadow: 2px 2px 0 var(--color-brand-three);
    box-shadow: 2px 2px 0 var(--color-brand-three);
}

html body.michigan-cottage-remodeling .elementor-lightbox .swiper .elementor-swiper-button,
html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-prev,
html body.michigan-cottage-remodeling .elementor-swiper-button.elementor-swiper-button-next {
    background-color: var(--color-brand-three);
}

html body.michigan-cottage-remodeling footer.main-footer {
    background-color: #171717;
}

/* End New Color Scheme on Cottage Remodeling Landing Page */


/* New Subpage Styles, October 2025 */
html body #main .wtp_sub-banner_new .image-container {
    position: absolute;
}

html body #main .wtp_sub-banner_new .image-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--color-brand-rgba), .5);
    -webkit-backdrop-filter: brightness(0.85);
    backdrop-filter: brightness(0.85);
}

html body #main .wtp_sub-banner_new .image-container,
html body #main .wtp_sub-banner_new .image-container * {
    width: 100%;
    height: 100%;
}

html body #main .wtp_sub-banner_new .image-container img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

html body #main .wtp_sub-banner_new .overlay {
    min-height: 350px;
}

html body #main .wtp_sub-banner_new .overlay h1 {
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    padding: 12dvw 30px;
}

html body.who-we-are #main .wtp_team:not(.intro) h2,
html body.process #main .wtp_intro h2 {
    margin-bottom: .5em;
}

html body.who-we-are #main .wtp_team:not(.intro) p.subheading {
    font-family: var(--font-headings);
    line-height: 1.4;
    font-size: 1.6rem;
}

html body.who-we-are #main .wtp_team:not(.intro) > .e-con-inner > .e-con:before,
html body #main .wtp_team:not(.intro).wtp_overflow-full > .e-con-inner > .e-con:before {
    content: '';
    display: block;
    width: 100dvw;
    position: absolute;
    top: -1px;
    left: 50%;
    bottom: -1px;
    background-color: #fff;
    border: 1px solid var(--color-brand);
    border-right: none;
    z-index: -1;
    -webkit-transform: translateX(-100dvw);
    -ms-transform: translateX(-100dvw);
    transform: translateX(-100dvw);
}

html body.who-we-are #main .wtp_team:not(.intro) > .e-con-inner > .e-con:after,
html body #main .wtp_team:not(.intro).wtp_overflow-full > .e-con-inner > .e-con:after {
    left: auto;
    right: 50%;
    border-right: 1px solid var(--color-brand);
    border-left: none;
    -webkit-transform: translateX(100dvw);
    -ms-transform: translateX(100dvw);
    transform: translateX(100dvw);
}

html body.who-we-are #main .team-member .wdt-content-detail-group {
    width: 100%;
}

html body.who-we-are #main .team-member h3 {
    padding-bottom: .25em;
    margin-bottom: .25em;
    border-bottom: 3px solid var(--color-brand-three);
    display: inline-block;
}

html body.who-we-are #main .team-member .role,
html body.who-we-are #main .team-member .wdt-content-subtitle {
    display: block;
    font-family: var(--font-headings);
    line-height: 1.4;
    font-size: 1.4rem;
}

html body.who-we-are #main .team-member .wdt-content-title {
    border: 1px solid var(--color-brand);
    border-bottom: none;
    background-color: #fff;
    margin: 20px 0 0 0;
    padding: 16px 20px 0 20px;
}

html body.who-we-are #main .team-member .wdt-content-subtitle {
    border: 1px solid var(--color-brand);
    border-top: none;
    background-color: #fff;
    margin: 0 !important;
    padding: 0 20px 16px 20px;
}

html body.who-we-are #main .team-member .keep {
    padding: 20px;
    border: 1px solid var(--color-brand);
    margin-bottom: 1em;
    position: relative;
    background-color: #fff;
}

html body.who-we-are #main .team-member .keep:before {
    content: '';
    display: block;
    width: 100dvw;
    position: absolute;
    top: -1px;
    right: 50%;
    bottom: -1px;
    background-color: #fff;
    border: 1px solid var(--color-brand);
    border-left: none;
    -webkit-transform: translateX(100dvw);
    -ms-transform: translateX(100dvw);
    transform: translateX(100dvw);
    z-index: 0;
}

html body.who-we-are #main .team-member .keep p {
    margin: 0;
}

html body.start-a-conversation #main .gform_wrapper {
    padding-top: 80px;
}

html body:not(.home):not(.city-page) .wtp_video-banner hr {
    height: 3px;
    background-color: var(--color-brand-three);
}

html body:not(.home):not(.city-page) #main .wtp_projects .elementor-widget-image a:after {
    display: none;
}

html body:not(.home):not(.city-page) #main .wtp_projects .elementor-widget-text-editor {
    background-color: #fff;
    border: 2px solid var(--color-brand);
    border-right: none;
    padding: .5em 1em;
    position: absolute;
    right: 0;
    bottom: 20px;
    max-width: calc(100% - 20px);
}

html body:not(.home):not(.city-page) #main .wtp_projects .elementor-widget-text-editor:after {
    content: '';
    display: block;
    position: absolute;
    width: 50vw;
    top: -2px;
    right: calc(-50vw + 2px);
    bottom: -2px;
    left: auto;
    background-color: #fff;
    border: 2px solid var(--color-brand);
    border-left: none;
}

html body:not(.home):not(.city-page) #main .wtp_projects .elementor-widget-text-editor a {
    font-size: 2.5rem;
}

html body:not(.home):not(.city-page) #main .wtp_projects .e-con-inner .e-con:nth-child(even) .elementor-widget-text-editor {
    right: auto;
    left: 0;
    border: 2px solid var(--color-brand);
    border-left: none;
}

html body:not(.home):not(.city-page) #main .wtp_projects .e-con-inner .e-con:nth-child(even) .elementor-widget-text-editor:after {
    right: auto;
    left: calc(-50vw + 2px);
    border: 2px solid var(--color-brand);
    border-right: none;
}

html body:not(.home):not(.city-page) #main .wtp_video-banner:before {
    background: -o-linear-gradient(bottom, rgba(var(--color-black-rgba), 50%), rgba(var(--color-brand-rgba), 1%) 60%, rgba(var(--color-brand-rgba), 1%) 70%, rgba(var(--color-brand-rgba), 50%) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-black-rgba), 50%)), color-stop(60%, rgba(var(--color-brand-rgba), 1%)), color-stop(70%, rgba(var(--color-brand-rgba), 1%)), to(rgba(var(--color-brand-rgba), 50%)));
    background: linear-gradient(to top, rgba(var(--color-black-rgba), 50%), rgba(var(--color-brand-rgba), 1%) 60%, rgba(var(--color-brand-rgba), 1%) 70%, rgba(var(--color-brand-rgba), 50%) 100%);
}

html body.homeowner-voices #main .yt--popper.elementor-widget-image .elementor-widget-container a {
    aspect-ratio: 16/9;
}

html body.homeowner-voices #main .yt--popper.elementor-widget-image .elementor-widget-container a img {
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

html body.homeowner-voices #main .wtp_vid-col .elementor-widget-text-editor {
    max-width: 80%;
    border: 1px solid var(--color-brand);
    border-top: none;
    position: relative;
    top: -20px;
    padding: 12px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

html body.process #main .wtp_intro:not(:last-child):after {
    content: '';
    display: block;
    width: 1px;
    height: 120px;
    position: absolute;
    left: 80%;
    bottom: -120px;
    background-color: var(--color-brand);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}

html body.process #main .wtp_intro:nth-child(even):after {
    left: auto;
    right: 80%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

html body #main .wtp_service-buttons .wdt-button-holder,
html body #main .wtp_service-buttons .wdt-button-holder a.wdt-button,
html body #main .wtp_service-buttons .wdt-button-holder a.wdt-button .wdt-button-text {
    width: 100%;
}

html body #main .wtp_service-buttons .wdt-button-holder a.wdt-button .wdt-button-text {
    text-align: center;
}

html body #main .wtp_sub-banner_new.service-page .overlay {
    height: 30dvw;
    min-height: 450px;
}

html body.education #main .wbel-pd-pcf-category-container {
    position: relative;
    display: inline-block;
}

html body.education #main .dropdown-toggle {
    padding: 10px 15px;
    cursor: pointer;
    width: 250px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: var(--color-black);
    font-family: var(--font-default);
    font-size: 1.2rem;
    border: 1px solid var(--color-brand);
    border-radius: 0;
}

html body.education #main .dropdown-toggle:after {
    content: '^';
    font-size: 1.25em;
    color: var(--color-brand-three);
    -webkit-transform: rotate(180deg) scale(1.5, 1);
    -ms-transform: rotate(180deg) scale(1.5, 1);
    transform: rotate(180deg) scale(1.5, 1);
    margin-top: -7px;
}

html body.education #main .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 4px;
}

html body.education #main .dropdown-menu.show {
    display: block;
}

html body.education #main .dropdown-menu .pd-pcf-filter-btn {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
}

html body.education #main .dropdown-menu .pd-pcf-filter-btn:hover {
    background-color: #f5f5f5;
    color: #000;
}

html body.education #main .swiper-container {
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 20%);
    box-shadow: 0 0 24px rgb(0 0 0 / 20%);
    /*-ms-touch-action: pan-x;*/
    /*touch-action: pan-x;*/
}

html body.education #main button.mute-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    /* width: 48px; */
    /* height: 48px; */
    /* border-radius: 999px; */
    background: transparent;
    border: transparent;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    outline: transparent;
    font-size: 1.2rem;
    font-family: var(--font-default);
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*html body.education #main button.mute-button:not(.muted) {*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*}*/

html body.education #main button.mute-button span {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
}

html body.education #main button.mute-button span img {
    width: 1em;
    height: auto;
}

html body .elementor-slideshow__title {
    display: none;
}

html body #main .gallery-item > div > a {
    margin-bottom: 0;
}

html body #main .gallery-spacing-custom .elementor-image-gallery .gallery-icon,
html body #main .gallery-spacing-custom .elementor-image-gallery .gallery-icon a {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

html body #main .gallery-spacing-custom .elementor-image-gallery .gallery-icon a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--color-black-rgba), .5);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

html body #main .gallery-spacing-custom .elementor-image-gallery .gallery-icon a:hover:before {
    opacity: 1;
}

html body #main .gallery-spacing-custom .elementor-image-gallery .gallery-icon a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2025/11/home-remodeling-contractor-1.png);
    background-size: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

html body #main .gallery-spacing-custom .elementor-image-gallery .gallery-icon a:hover:after {
    opacity: .9;
}

html body #main .gallery-spacing-custom .elementor-image-gallery .gallery-icon a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

html body #main .gallery-spacing-custom .elementor-image-gallery .gallery-icon a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body #main .wtp_colab-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

html body #main .wtp_colab-list ul li {
    padding: 0 1em 0 0;
}

html body #main .video-help > .elementor-widget-container {
    height: auto;
}

html body .mobile-menu.nav-is-visible ul.wdt-primary-nav li a[href*='tel']:before {
    /*content: '\f095';*/
    /*font-weight: 900;*/
    /*display: inline-block;*/
    /*font-family: 'Font Awesome 5 Free';*/
    /*font-size: .9em;*/
    /*position: relative;*/
    /*top: -1px;*/
    /*margin-right: .33em;*/
}

html body #main .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
    display: none !important;
}

html body #main .grw-header,
html body #main .wp-gr .wp-google-time {
    display: none !important;
}

html body #main .wp-gr .grw-review-inner.grw-round {
    border-radius: 12px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--color-brand) !important;
}

html body #main .wp-gr .wp-google-left img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

html body #main .wp-gr .grw-btns svg,
html body #main .wp-gr .grw-btns {
    width: 3em !important;
    height: 3em !important;
}

html body #main .wp-gr .grw-btns:hover {
    background-color: transparent;
}

html body #main .wp-gr .grw-btns svg path {
    fill: #fff !important;
    opacity: 1 !important;
    -webkit-transition: opacity .3s !important;
    -o-transition: opacity .3s !important;
    transition: opacity .3s !important;
}

html body #main .wp-gr .grw-btns svg:hover path {
    fill: #fff !important;
    opacity: .8 !important;
}

html body #main .wp-gr .wp-more-toggle {
    display: table;
    text-transform: capitalize !important;
    color: #fff !important;
    background-color: var(--color-brand) !important;
    padding: .5em 1em !important;
    border-radius: 5px !important;
    margin-top: 1em !important;
    -webkit-transition: opacity .3s !important;
    -o-transition: opacity .3s !important;
    transition: opacity .3s !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 0px !important;
}

html body #main .wp-gr .wp-more-toggle:hover {
    opacity: .8 !important;
}

html body #main .wp-gr .grw-review .wp-google-left {
    position: relative !important;
}

html body #main .wp-gr.wpac a.wp-google-name {
    font-size: 1rem !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

html body #main .wp-gr .grw-review-inner > svg {
    top: 15px !important;
    right: 15px !important
}

html body #main .wp-gr .grw-review .wp-google-feedback {
    height: 100% !important;
}

html body #main .wp-gr .wp-google-text br {
    display: none;
}

html body #main .wp-gr[data-layout=slider] .grw-reviews {
    gap: 18px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

html body #main .wp-gr .rpi-dot {
    background-color: #fff !important;
    opacity: .5 !important;
}

html body #main .wp-gr .rpi-dot.active {
    background-color: #fff !important;
    opacity: 1 !important;
}

html body #main .wp-gr .grw-review {
    /*padding: 0 !important;*/
}

html body #main .wp-gr .wp-google-text {
    padding-bottom: 60px !important;
    position: relative !important;
    display: block !important;
    height: 100% !important;
}

html body #main .wp-gr .wp-google-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1280px) {
    html body #main .wtp_sub-banner_new .overlay h1 {
        padding: calc(12dvw + 85px) 30px 12dvw 30px;
    }

    html body.single .wtp_post-banner h1 {
        padding: 160px 20px 80px 20px;
        font-size: 36px;
    }

    html body #main .wtp_colab-list ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 1024px) {
    html body:not(.home):not(.city-page) #main .wtp_projects .elementor-widget-text-editor a {
        font-size: 1.8rem;
    }

    html body #main .wtp_colab-list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 767px) {
    html body #main .wtp_sub-banner_new .overlay h1 {
        padding: calc(12dvw + 85px) 20px 12dvw 20px;
    }

    #main .elementor-widget-text-editor .elementor-widget-container h1,
    #main div h1,
    #main .wdt-heading-holder h1.wdt-heading-title-wrapper .wdt-heading-title {
        font-size: 32px;
    }

    html body #main .wtp_projects .elementor-widget-image a {
        aspect-ratio: 5/4;
    }

    html body:not(.home):not(.city-page) #main .wtp_projects .elementor-widget-text-editor a {
        font-size: 1.4rem;
    }

    html body #main .wtp_service-buttons .elementor-widget-wdt-button,
    html body #main .wtp_service-buttons .elementor-widget-wdt-button .wdt-button-holder {
        height: 100%;
    }

    html body #main .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 50%;
        aspect-ratio: 3/2;
    }

    html body #main .wtp_colab-list ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    html body #main .wtp_testimonials .wdt-content-image a {
        border: none;
    }

    html body #main .wtp_services .wdt-accordion-toggle-holder .wdt-accordion-toggle-wrapper .wdt-accordion-toggle-description .img-holder a {
        display: block;
        aspect-ratio: 16 / 9;
    }

    html body.single .wtp_post-banner h1 {
        padding: 120px 20px 60px 20px;
    }

    html body .gform_wrapper.gravity-theme form .gform-loader {
        bottom: 17px;
    }

    html body .gform_wrapper.gravity-theme form#gform_9 .gform-loader {
        bottom: -7px;
    }
}

@media (max-width: 640px) {
    html body .gform_wrapper.gravity-theme form .gform-loader {
        bottom: 0;
    }
}

@media (max-width: 479px) {
    html body.process #main .wtp_intro:not(:last-child):after {
        left: 60%;
    }

    html body.process #main .wtp_intro:nth-child(even):after {
        left: auto;
        right: 60%;
    }

    html body .wtp_video-banner:before {
        background: -o-linear-gradient(bottom, rgba(var(--color-black-rgba), 50%), rgba(var(--color-brand-rgba), 1%) 60%, rgba(var(--color-brand-rgba), 1%) 70%, rgba(var(--color-brand-rgba), 50%) 100%);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-black-rgba), 50%)), color-stop(60%, rgba(var(--color-brand-rgba), 1%)), color-stop(70%, rgba(var(--color-brand-rgba), 1%)), to(rgba(var(--color-brand-rgba), 50%)));
        background: linear-gradient(to top, rgba(var(--color-black-rgba), 50%), rgba(var(--color-brand-rgba), 1%) 60%, rgba(var(--color-brand-rgba), 1%) 70%, rgba(var(--color-brand-rgba), 50%) 100%);
    }

    html body .wtp_video-banner p.subheading {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    html body #main .elementor.elementor .wtp_video-banner h1 > span {
        white-space: normal !important;
    }
}

@media (min-width: 768px) {
    html body #main .elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(1n) {
        max-width: 50%;
        aspect-ratio: 3/2;
    }

    html body #main .elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(2n) {
        max-width: 30%;
    }

    html body #main .elementor-image-gallery .gallery-columns-4 .gallery-item:nth-child(3n) {
        max-width: 20%;
    }
}

/* End New Subpage Styles, October 2025 */