/*
 Theme Name:   Grandy Child
 Theme URI:    http://themeforest.net/user/m_adnan/portfolio
 Description:  This is a custom child theme for Grandy.
 Author:       M_adnan
 Author URI:   http://themeforest.net/user/m_adnan
 Template:     grandy
 Version:      1.0.0
 License: GNU General Public License version 1.0
 License URI: https://themeforest.net/user/m_adnan
 Tags: one-column, two-columns, three-columns,four-columns, right-sidebar, custom-colors, custom-menu, featured-images, theme-options, translation-ready
 Text Domain:  grandy-child
*/

:root {
    --color-fadal-red: #da2226;
    --color-fpt-yellow: #FFD204;
    scroll-behavior: smooth;
}

html,
body {
    font-size: 17.5px;
}

html body .no-click,
html body .no-click > a {
    cursor: default;
}

p {
    color: #212121;
}

.dark p {
    color: white;
}

.dark h4 {
    color: white;
}

html body .wpb_text_column a.btn,
html body .swpm-login-submit input[type=submit],
html body .swpm-registration-widget-form input[type=submit],
html body .swpm-pw-reset-widget-form input[type=submit],
html body .swpm-edit-profile-form input[type=submit],
html body .wpb_raw_code a.btn {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    margin: 1em 1em 0 0;
    border: 2px solid rgba(35, 35, 35, 0.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: var(--color-fadal-red);
    border-color: var(--color-fadal-red);
    padding: 15px 35px;
    opacity: 1;
}

html body .wpb_text_column a.btn:hover,
html body .swpm-login-submit input[type=submit]:hover,
html body .swpm-registration-widget-form input[type=submit]:hover,
html body .swpm-pw-reset-widget-form input[type=submit]:hover,
html body .swpm-edit-profile-form input[type=submit]:hover,
html body .wpb_raw_code a.btn:hover {
    padding: 15px 35px;
    border: 2px solid rgba(35, 35, 35, 0.1);
    border-color: var(--color-fadal-red);
    opacity: 0.8;
    color: white;
}

html body .wpb_raw_code a.btn span,
html body .wpb_raw_code a.btn:hover span {
    padding: 0;
}

html body .wpb_text_column a.btn.alt,
html body .wpb_raw_code a.btn.alt {
    border: 2px solid white;
    background-color: transparent;
    color: white;
}

html body .wpb_text_column a.btn.alt:hover,
html body .wpb_raw_code a.btn.alt:hover {
    border: 1px solid var(--color-fadal-red);
    background-color: var(--color-fadal-red);
    color: white;
}

html body .divider[style="text-align: center;"] {
    margin-right: auto;
    margin-left: auto;
}

nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display {
    /*min-width: 177px;*/
    /*height: auto;*/
}

.mx-auto.wtp-obj-fit a.yt--popper {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
}

.mx-auto.wtp-obj-fit img.wtp-obj-fit-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mx-auto.wtp-obj-fit.wtp_brand-overlay img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mx-auto.wtp-obj-fit.wtp_brand-overlay:before,
.mx-auto.wtp-obj-fit.wtp_brand-overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.mx-auto.wtp-obj-fit.wtp_brand-overlay:before {
    background: -o-linear-gradient(left, rgb(218 34 38 / 0%) 0%, rgb(218 34 38 / 0%) 60%, rgb(218 34 38 / 75%) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgb(218 34 38 / 0%)), color-stop(60%, rgb(218 34 38 / 0%)), to(rgb(218 34 38 / 75%)));
    background: linear-gradient(90deg, rgb(218 34 38 / 0%) 0%, rgb(218 34 38 / 0%) 60%, rgb(218 34 38 / 75%) 100%);
    z-index: 2;
}

.mx-auto.wtp-obj-fit.wtp_brand-overlay:after {
    background: -o-linear-gradient(272deg, rgb(10 10 10 / 1%) 0%, rgb(10 10 10 / 0%) 70%, rgb(10 10 10 / 85%) 100%);
    background: linear-gradient(178deg, rgb(10 10 10 / 1%) 0%, rgb(10 10 10 / 0%) 70%, rgb(10 10 10 / 85%) 100%);
}

html body .vc_row div[class*=" vc_custom_"].wpb_single_image.no-padding {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}


@media (min-width: 1200px) {
    .wpb_images_carousel.wpb_content_element.vc_clearfix.wtp-mb-0 {
        margin-bottom: 80px;
        max-height: 500px;
    }
}

.wpb_images_carousel.wpb_content_element.vc_clearfix.wtp-mb-0 {
    max-height: 500px;
}

.vc_images_carousel.ol.vc_carousel-indicators.wtp-mb-0 {
    margin: 0 0 -25px -30%;
}

.wtp-mb-0 .vc_images_carousel .vc_carousel-control {
    color: var(--color-fadal-red);
    opacity: 1;
    top: 30%;
}

.wtp-mb-0 .vc_images_carousel .vc_carousel-control .icon-next,
.wtp-mb-0 .vc_images_carousel .vc_carousel-control .icon-prev {
    font-size: 4.5em;
}

.vc_custom_1661972810772, .vc_custom_1661890447001 {
    background-position: center center;
}

body:not(.page-id-2179) .grecaptcha-badge {
    visibility: collapse !important;
}

html body .inner-text .wpb_text_column p a:hover, html body .content-inner a:hover, html body p a:hover {
    color: var(--color-fadal-red);
}

html body .content-inner a {
    color: white;
}

html body .form-control {
    color: white;
}

html body.post-template-default section.blog-section,
section.blog-section {
    padding: 50px 0 0 0;
}

section.blog-section .blog-cta-padding {
    padding-bottom: 75px !important;
}

section.blog-section .vc_parallax > div.vc_column_container {
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

section.blog-section .vc_parallax .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0;
}

section ._sidebar {
    background: transparent;
    padding: 0 30px 20px 30px;
}

section.title-hero-bg .page-title h1 {
    font-size: 2.5em;
    text-rendering: geometricPrecision;
}

.wtpInfo {
    margin-top: 10px;
    text-align: center;
}

.wtpInfo p {
    text-align: center;
    color: white;
    font-size: 12px;
}

.carousel-indicators {
    position: relative;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators .active {
    background-color: transparent;
}

#myCarousel .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 10vh;
}

#myCarousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: auto;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 10px;
    width: 32.5%;
}

#myCarousel .carousel-indicators li:last-child {
    margin-right: 0 !important;
}

.border-top-white {
    border-top: 1px solid white;
    margin: 0 15px 15px 15px;
    padding-top: 25px;
    clear: both;
}

#myCarousel .carousel-indicators img {
    border: 2px solid white;
    float: left;
    height: auto;
    left: 0;
    width: 100%;
}

#myCarousel .carousel-indicators .active img {
    border: 2px solid #39b3d7;
}

html body .footer.dark-block .footer-copyright .wtpInfo p a:hover {
    color: white;
}

html body .footer.dark-block .footer-copyright .wtpInfo p a.wtpHover:hover {
    color: var(--color-fadal-red);
}

.grecaptcha-badge {
    z-index: 20;
}

.text-white {
    color: white;
}

.text-center {
    text-align: center;
}

.mt-3 {
    margin-top: 1em;
}

.form-control {
    border: 1px solid white;
    background-color: #222;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

select {

    border: 1px solid white !important;
    background: white !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}

.phone:hover {
    color: var(--color-fadal-red);
}

.address:hover {
    color: var(--color-fadal-red);

}

.mx-auto {
    margin: 0 auto;
    display: block;
}

.blog-standard {
    background: none;
}

.dropdown-menu {
    width: 350px;
    background: #222 !important;
}

.dark {
    background-color: #222;
}


/* Gravity Forms */

html .gform_wrapper.gravity-theme input[type=color],
html .gform_wrapper.gravity-theme input[type=date],
html .gform_wrapper.gravity-theme input[type=datetime-local],
html .gform_wrapper.gravity-theme input[type=datetime],
html .gform_wrapper.gravity-theme input[type=email],
html .gform_wrapper.gravity-theme input[type=month],
html .gform_wrapper.gravity-theme input[type=number],
html .gform_wrapper.gravity-theme input[type=password],
html .gform_wrapper.gravity-theme input[type=search],
html .gform_wrapper.gravity-theme input[type=tel],
html .gform_wrapper.gravity-theme input[type=text],
html .gform_wrapper.gravity-theme input[type=time],
html .gform_wrapper.gravity-theme input[type=url],
html .gform_wrapper.gravity-theme input[type=week],
html .gform_wrapper.gravity-theme select,
html .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea,
.swpm-login-widget-form input,
html body .swpm-registration-widget-form input,
html body .swpm-registration-widget-form input,
html body .swpm-edit-profile-form input,
.swpm-pw-reset-widget-form input {
    border: 1px solid white;
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: 100;
}

.ginput_container select {
    -webkit-appearance: none;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea,
.swpm-login-widget-form input:not([type=submit]),
html body .swpm-registration-widget-form input:not([type=submit]),
html body .swpm-edit-profile-form input:not([type=submit]),
.swpm-pw-reset-widget-form input:not([type=submit]) {
    padding: 10px 12px !important;
}

.ginput_container input::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: 100;
}

.ginput_container input::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
    color: #999;
    font-weight: 100;
}

.ginput_container input:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
    color: #999;
    font-weight: 100;
}

.ginput_container input::-ms-input-placeholder,
.ginput_container textarea::-ms-input-placeholder {
    color: #999;
    font-weight: 100;
}

.ginput_container input::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: 100;
}

.ginput_container input::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
    color: #999;
    font-weight: 100;
}

.ginput_container input:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
    color: #999;
    font-weight: 100;
}

.ginput_container input::-ms-input-placeholder, .ginput_container textarea::-ms-input-placeholder {
    color: #999;
    font-weight: 100;
}

.ginput_container input::placeholder,
.ginput_container select,
.ginput_container textarea::placeholder {
    color: #999;
    font-weight: 100;
}

.gform_button.button {
    display: block;
    margin: 0 auto;
    border: none;
    padding: 10px 32px;
    background: var(--color-fadal-red);
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.gform_button.button:hover {
    background: rgba(218, 34, 38, 0.8);
    color: white;
    border: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .gform_wrapper.gravity-theme .gform_footer,
html body .gform_wrapper.gravity-theme .gform_page_footer {
    padding-top: 0;
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%),
    0 1px 2px rgb(0 0 0 / 32%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%),
    0 1px 2px rgb(0 0 0 / 32%);
    border: 1px solid #333;
}

.gform_wrapper .gform_validation_errors {
    background: none;
}

.gform_wrapper .gform_submission_error.hide_summary {
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
}

.gform-icon--close:before {
    content: "\e903";
    color: #be2c0b;
}

.gform_footer.top_label {
    position: relative;
}

.gform_wrapper .gform_ajax_spinner {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    right: 15%;
    top: 12.5px;
}

.gform_confirmation_message {
    font-size: 20px;
    border: solid 3px #46b450;
    padding: 20px;
    text-align: center;
}

html body .wtp-home-contact .ginput_container input,
html body .wtp-home-contact .ginput_container select,
.swpm-login-widget-form input:not([type=submit]),
.swpm-pw-reset-widget-form input:not([type=submit]),
html body .swpm-registration-widget-form input:not([type=submit]),
html body .swpm-edit-profile-form input:not([type=submit]),
html body .wtp-home-contact .ginput_container textarea {
    border: 1px solid #ccc !important;
    background-color: white !important;
    color: #212121 !important;
}

html body .wtp-home-contact .ginput_container input::-webkit-input-placeholder,
html body .wtp-home-contact .ginput_container select::-webkit-input-placeholder,
.swpm-login-widget-form input::-webkit-input-placeholder,
.swpm-pw-reset-widget-form input::-webkit-input-placeholder,
html body .swpm-registration-widget-form input::-webkit-input-placeholder,
html body .swpm-edit-profile-form input::-webkit-input-placeholder,
html body .wtp-home-contact .ginput_container textarea::-webkit-input-placeholder {
    color: #212121;
}


@media (min-width: 320px) and (max-width: 500px) {
    .gform_wrapper .gform_ajax_spinner {
        width: 40px !important;
        height: 40px !important;
        right: 0;
    }
}

body {
    color: white !important;
    background: #212121; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
    background: -o-linear-gradient(left, #333, #000);
    background: -webkit-gradient(linear, left top, right top, from(#333), to(#000));
    background: linear-gradient(to right, #333, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

body .light {
    color: #212121 !important;
}

html ul {
    padding-left: 2em;
}

.ht-150 {
    min-height: 150px;

}

/*body > div.wrapper > div.z-relative > div:nth-child(9) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(10) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(11) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(12) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(13) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(14) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(15) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(16) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

.play {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 150px;
    height: 150px;
    margin-top: -100px;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 4px;
}

nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    /*margin-top: -22px;*/
}

.play:hover {
    opacity: .9;
    height: 200px;
    width: 200px;
    top: 48%;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 4px;
}

/*.page-template-default .inner-text img {*/
/*margin-bottom: 1em !important;*/
/*padding-left: 15px;*/
/*padding-right: 15px;*/

/*}*/

.hero-button {
    color: white;
}

#myCarousel .carousel-indicators .active img {
    border: 2px solid var(--color-fadal-red);

}

.nav-button-container {
    width: 102%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(250, 250, 250, 0.4);
    border-bottom: 1px solid rgba(250, 250, 250, 0.4);

    background-color: rgba(0, 0, 0, .3);
    text-align: center;
}

.services {
    padding: 3em;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}

.nav-button-container span {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-rendering: geometricPrecision;

}

.services:hover {
    padding: 3em;
    background-color: rgba(218, 34, 38, .7);
    color: #222;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}

.border-left {
    border-left: 1px solid rgba(250, 250, 250, 0.4);
}

#myCarousel .carousel-indicators img {
    padding: .5em;
    border: none;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {

    border: 2px solid var(--color-fadal-red) !important;

    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.9);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.9);
}

body > div.wrapper > div.z-relative > div:nth-child(6) > div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill > div {
    position: relative;
}

body > div.wrapper > div.z-relative > div:nth-child(2) > div > div > div > div > div.wpb_text_column.wpb_content_element.text-center > div > h3 {
    color: white;
}

body > div.wrapper > section.blog-section.z-relative > div.blog-cta > div > div.vc_column-inner {
    padding: 0;
}

body > div.wrapper > section.blog-section.z-relative > div.blog-cta,
body > div.wrapper > div.z-relative > div:nth-child(2) > div > div {
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
    overflow: hidden;
}

/*body > div.wrapper > div.z-relative > div:nth-child(3) > div:nth-child(1) > div > div > div > div > div > a {*/
/*    margin-left: 0;*/
/*    margin-top: 0;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(4) > div:nth-child(2) > div > div > div > div > div > a {*/
/*    margin-left: 0;*/
/*    margin-top: 0;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(5) > div:nth-child(1) > div > div > div > div > div > a {*/
/*    margin-left: 0;*/
/*    margin-top: 0;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(6) > div:nth-child(2) > div > div > div > div > div > div > div > div > div > a {*/
/*    margin-left: 0;*/
/*    margin-top: 0;*/

/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(7) > div:nth-child(1) > div > div > div > div > div > a {*/
/*    margin-left: 0;*/
/*    margin-top: 0;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(8) > div:nth-child(1) > div > div > div > div > div > a {*/
/*    margin-left: 0;*/
/*    margin-top: 0;*/
/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(9) > div:nth-child(1) > div > div > div > div > div > a {*/
/*    margin-left: 0;*/
/*    margin-top: 0;*/
/*}*/

.btn-margin {
    margin-left: 0;
    margin-top: 0;
}

nav.navbar.bootsnav .navbar-header {
    padding-bottom: 1em;
    padding-top: 14px;
}

nav.navbar.bootsnav:not(.navbar-transparent) .navbar-header {
    padding-top: 9px;
}

.info-list {
    padding-left: 1em;
    font-size: 13px;
    padding-top: 1em;
    text-decoration: none;
}

.info-list li {
    padding-top: .8em;
    letter-spacing: 0.05em;
    color: rgba(250, 250, 250, 0.7);

}

html nav.navbar.bootsnav .navbar-collapse.collapse.in {
    z-index: 2;
}

nav.navbar.bootsnav.navbar-transparent .logo {
    /*max-width: 120px;*/
    /*height: auto;*/
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    z-index: 2;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li a:hover {
    color: var(--color-fadal-red);
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu {
    /*display: block !important;*/
    /*opacity: 1 !important;*/
    /*width: 1360px;*/
	width: fit-content;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px;
    max-width: 100vw;
    /*left: -680px;*/
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left {
    padding-right: 1px solid white;
    min-width: 650px;
    max-width: 650px;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right {
    min-width: 750px;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left-left,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left-right,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .right-left,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .right-right,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left-left,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left-right,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right-left,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right-right,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left-left {
    border-right: 1px solid white;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left a {
    text-align: center;
    width: 100%;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left > a,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left > a,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .right > a,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .right > a,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left > a,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left > a,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right > a,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right > a {
    width: 100%;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right {
    border-left: 1px solid white;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main a {
    color: white;
    font-size: 18px;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main > a {
    display: none;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left > a,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right > a {
    width: 100%;
    text-align: center;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .first-logo,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .first-logo {
    width: 100%;
    height: 120px;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left-left *,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left-right *,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right-left *,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right-right * {
    width: 100%;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main img {
    width: 180px !important;
    height: auto;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right h3 {
    text-align: left;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left-left,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right-left {
    max-width: 225px;
}

nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left-left,
nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right-left {
    text-align: left;
}

nav.navbar ul.nav li.wtp-workholding-dropdown > ul.dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    /*opacity: 1 !important;*/
    width: 1280px;
    padding: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-53.5%);
    -ms-transform: translateX(-53.5%);
    transform: translateX(-53.5%);
    max-width: 100vw;
}

nav.navbar ul.nav li.wtp-workholding-dropdown:hover > ul.dropdown-menu,
nav.navbar ul.nav li.wtp-workholding-dropdown.on > ul.dropdown-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

nav.navbar ul.nav li.wtp-workholding-dropdown > ul.dropdown-menu li {
    width: 25%;
}

html body nav.navbar.bootsnav ul.nav.navbar-right li.wtp-workholding-dropdown > ul.dropdown-menu li a {
    font-size: 18px;
    text-align: center;
    white-space: normal;
}

nav.navbar ul.nav li.wtp-workholding-dropdown > ul.dropdown-menu li a img {
    margin-bottom: 12px;
}

.card {
    background-color: #222;
    color: white;
    text-align: center;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

body > div.wrapper > div.z-relative > div:nth-child(2) > div > div > div > div > div.wpb_text_column.wpb_content_element.text-center > div > h2 {
    color: white;
}

/*body > div.wrapper > div.z-relative > div:nth-child(4) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/

/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(5) {*/

/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/

/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(6) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/

/*}*/

/*body > div.wrapper > div.z-relative > div:nth-child(2) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/

/*}*/

body > div.wrapper > div.z-relative > div:nth-child(2) > div.text-center.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > h2 {

    color: white;
    text-align: left;

}

body > div.wrapper > div.z-relative > div:nth-child(2) > div.text-center.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > p {

    color: white;
}

.z-relative, .blog-section.z-relative,
html body:not(.home).home-dev .z-relative {
    background: #212121; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
    background: -o-linear-gradient(left, #333, #000);
    background: -webkit-gradient(linear, left top, right top, from(#333), to(#000));
    background: linear-gradient(to right, #333, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

html body:not(.home) .z-relative,
html body:not(.home) .blog-section.z-relative {
    background: white;
}

body > div.wrapper > div.z-relative > div:nth-child(2) > div > div > div > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(1) > a:nth-child(1) {
    min-width: 300px;
}

body > div.wrapper > div.z-relative > div:nth-child(2) > div > div > div > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(1) > a:nth-child(2) {
    min-width: 300px;

}

body > div.wrapper > div.z-relative > div:nth-child(2) > div > div > div > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(1) > a:nth-child(3) {
    min-width: 300px;

}

body > div.wrapper > div.z-relative > div:nth-child(2) > div > div > div > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > a:nth-child(1) {
    min-width: 300px;
}

body > div.wrapper > div.z-relative > div:nth-child(2) > div > div > div > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > a:nth-child(2) {
    min-width: 300px;
}

body > div.wrapper > div.z-relative > div:nth-child(2) > div > div > div > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > a:nth-child(3) {
    min-width: 300px;
}

.post-info {

    background: #222; /* fallback for old browsers */
    border: none;

}

.post-info a {

    color: white;

}

.captioned-photo .vc_figure-caption {
    font-size: 16px;
    font-style: italic;
}

.single-post .wpb_wrapper a:not(.hide-link):not(.btn) {
    color: var(--color-fadal-red);
}

.vc_custom_1552328886261 {
    background: url("/source/2327e12ee72ba4b30fccb1a0972687c8/bottom-background.jpg") 50% no-repeat;
    background-size: cover;

}

body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.main-home-text.vc_custom_1552318253549.vc_row-has-fill {
    display: none;
}

.vc_row.vc_column-gap-20 > .vc_column_container {
    padding: 0;
}

.divider {
    height: 4px;
    width: 30%;
    background-color: var(--color-fadal-red);
    margin-bottom: 2em;
    margin-top: 1.5em;
}

.divider[style="text-align:center;"],
.divider[style="text-align: center;"],
.divider.center {
    margin-right: auto;
    margin-left: auto;
}

.page-template-default nav.navbar.bootsnav ul.nav > li > a {
    color: white;
}

.page-template-default nav.navbar.bootsnav ul.nav > li > a:hover {
    color: rgb(255 255 255 / 80%);
}

body > div.wrapper > div.z-relative > div:nth-child(6) > div.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill > div > div > div > figure > div > img {
    margin: 0 auto;
    display: block;

}

.hompage-text {
    width: 70%;
    margin: 0 auto;
    color: white;
    text-align: left;
    padding-top: 11%;
    padding-bottom: 13%;
}

.light .hompage-text {
    color: #212121;
}

.light ul li {
    color: #212121;
}

.hompage-text ul {
    margin-top: 0.5em;
}

.wtp-home-block:not(.wtp-home-contact) .hompage-text ul li::marker {
    content: '✓\ ';
}

body > div.wrapper > div.z-relative > div:nth-child(2) > div.text-center.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > div > a {
    margin-left: 0;
    margin-top: 2em;
}

body > div.wrapper > div.z-relative > div:nth-child(4) > div.text-center.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > div > a {

    margin-left: 0;
    margin-top: 2em;
}

body > div.wrapper > div.z-relative > div:nth-child(6) > div.text-center.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > div > a {

    margin-left: 0;
    margin-top: 2em;

}

body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.icon-boxes.vc_row-no-padding.vc_row-o-equal-height.vc_row-flex > div.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > div > a {
    margin-top: 2em;

}

body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.icon-boxes.vc_row-no-padding.vc_row-o-equal-height.vc_row-flex > div:nth-child(2) > div > div > div > div > a.btn.btn-outline-white.btn-md.btn-default.btn-animate {
    padding: 10px 25px;
    margin-left: 0;
    background-color: var(--color-fadal-red);
    border: none;
}

body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.icon-boxes.vc_row-no-padding.vc_row-o-equal-height.vc_row-flex > div:nth-child(3) > div > div > div > div > a {

    padding: 10px 25px;
    margin-left: 0;
    background-color: var(--color-fadal-red);
    border: none;

}

body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.icon-boxes.vc_row-no-padding.vc_row-o-equal-height.vc_row-flex > div:nth-child(4) > div > div > div > div > a {
    padding: 10px 25px;
    margin-left: 0;
    background-color: var(--color-fadal-red);
    border: none;

}

body > div.wrapper > nav > div > div.navbar-header > div > a > img.logo.logo-display {
    /*padding: 1em;*/
}

nav.navbar.bootsnav {
    background-color: #222;
    -webkit-box-shadow: 0 0 12px 0 rgb(21 21 21 / 80%);
    box-shadow: 0 0 12px 0 rgb(21 21 21 / 80%);
}

.case-study {

    color: white;
    min-height: 80px;

    font-size: 18px;
}

.p-2 {
    padding: 2em;
}

.study-link {
    color: white;
    background-color: var(--color-fadal-red);
    padding: 5px 10px;
    letter-spacing: 0.05em;

}

.hompage-blog,
body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.home-blog-section.vc_custom_1552328886261.vc_row-has-fill > div > div > div > div:nth-child(1) > div > div > div {
    width: 50%;
    margin: 0 auto;
    border-bottom: 4px solid var(--color-fadal-red);
    padding: .3em;
}

.hompage-blog > h2,
body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.home-blog-section.vc_custom_1552328886261.vc_row-has-fill > div > div > div > div:nth-child(1) > div > div > div > h2 {
    text-align: center;
}

body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.icon-boxes.vc_row-no-padding.vc_row-o-equal-height.vc_row-flex > div.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > div > div {
    margin: 0 auto;
}

body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.home-blog-section.vc_custom_1552328886261.vc_row-has-fill {
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    padding-top: 5% !important;
    padding-bottom: 10% !important;
}

body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.home-parallax-cta.vc_custom_1562937116316.vc_row-has-fill.vc_row-o-content-middle.vc_row-flex.vc_general.vc_parallax.vc_parallax-content-moving {
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
    border-top: 2px solid var(--color-fadal-red);
    border-bottom: 2px solid var(--color-fadal-red);

}

body > div.wrapper > div.z-relative > div:nth-child(2) > div > div {

}

.hompage-case-study {
    width: 70%;
    margin: 0 auto;
    color: white;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

html body.page-template-default .post-info a.readmore {
    color: white;
    letter-spacing: 1px;
    border: 1px solid white;
    padding: 12px 20px;
    border-radius: 4px;
    display: inline-block;
}

body > div.wrapper > div.z-relative > div:nth-child(4) > div:nth-child(1) > div {
    background-size: cover;
}

body > div.wrapper > div.z-relative > div:nth-child(2) > div:nth-child(2) > div {

    background-size: cover;
}

.side-bar .water-restoration,
.side-bar .carpet-cleaning,
.side-bar .air-duct-cleaning {
    width: 100%;
    display: block;
    clear: both;
    background-size: cover;
    cursor: pointer;
    margin: 10px auto;
    padding: 30px 0;
}

.side-bar .water-restoration {
    background: url("/source/f5fbeb88f6f8f2b42a64896e12c16343/restoration-company-lansing-mi.jpg") 50% no-repeat;
}

.side-bar .carpet-cleaning {
    background: url("/source/b486f64bf22c86dc2f479aba2fde6b28/lansing-mi-carpet-cleaning-company.jpg") 50% no-repeat;
}

.side-bar .air-duct-cleaning {
    background: url("/source/a255f535856e16642f83256274f9ea4b/air-duct-cleaning-lansing-mi.jpg") 50% no-repeat;
}

.navbar.navbar-default.navbar-fixed.white.bootsnav.on.no-full.navbar-transparent .logo.logo-display {
    display: inline-block;
}

.navbar.navbar-default.navbar-fixed.white.bootsnav.on.no-full .logo.logo-display {
    display: none;
}

.navbar.navbar-default.navbar-fixed.white.bootsnav.on.no-full .logo.logo-scrolled {
    display: inline-block;
}

.navbar.navbar-default.navbar-fixed.white.bootsnav.on.no-full.navbar-transparent .logo.logoscrolled {
    display: none;
}

.copy-right {
    font-size: 14px;
    font-weight: 600;
}

.city-links {
    font-size: 12px;
    margin: 20px 0;
    font-weight: 400;
}

.page-template-default nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a, .post-template-default nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 14px;
    text-rendering: geometricPrecision;
}

.page-template-default nav.navbar.bootsnav ul.nav > li > a, .post-template-default nav.navbar.bootsnav ul.nav > li > a, .page-template-default nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a, .post-template-default nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-weight: 600;
    text-rendering: geometricPrecision;
}

.city-links a {
    color: white;
}

.city-links a:hover {
    color: #a60064;
}

html body {
    background: white;
}

html body.page-template-default .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms {
    display: none
}

html body.page-template-default .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
    border-bottom: 3px solid #a60064
}

html body.page-template-default .post-info {
    text-align: center;
    color: white;
}

html body.blog.page-template-default .post-info {
    padding: 16px 40px;
}

html body.page-template-default .post-info h6, html body.page-template-default .post-info p.mt-10, html body.page-template-default .post-info hr {
    display: none
}

html body.page-template-default .post-info h3 {
    margin-bottom: 20px;
}

html body.page-template-default .post-info h3 {
    min-height: 52px;
    max-height: 100px;
    overflow: hidden;
}

html body.blog.page-template-default .post-img {
    aspect-ratio: 16/9;
}

html body.blog.page-template-default .post-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

html body.page-template-default .post-info a.readmore:hover {
    color: white;
    background: var(--color-fadal-red);
    border: 1px solid var(--color-fadal-red);
}

html body.post-template-default .post, html body.post-template-default #reply-title.comment-reply-title, html body.post-template-default #respond.comment-respond {
    display: none
}

html body.post-template-default section {
    padding-top: 1px;
    padding-bottom: 0
}

html body .contact-form-page .form-group.more-info textarea.form-control {
    height: 125px
}

html body .inner-text .wpb_text_column p.con-phone a {
    font-size: 26px;
    font-weight: 700
}

html body .inner-text table.pricing-page td {
    border-color: #333;
    padding: 6px 20px;
    color: #333;
    font-size: 18px;
    text-transform: uppercase
}

html body .inner-text table.pricing-page {
    margin-top: 20px
}

html body .inner-text table.pricing-page tr.gray {
    background: #eee
}

html body .inner-text table {
    border-bottom: 1px solid #ededed
}

html body .inner-text blockquote {
    border-left: 5px solid #b60065;
    background: white;
    margin: 0 0 40px;
    padding: 20px 30px
}

html body .inner-text blockquote strong {
    color: #030058
}

html body .inner-text .wpb_text_column table.pricing-page tr:last-child {
    border-bottom: 1px solid #333
}

html body .bullets {
    display: -ms-inline-grid;
    display: inline-grid
}

html body .inner-text .wpb_text_column :last-child {
    margin-bottom: 20px
}

html a.hide-link,
html .light a.hide-link {
    color: inherit;
}

html a.hide-link:hover,
html .light a.hide-link:hover {
    color: inherit;
    cursor: text
}

p a,
ul li a {
    color: white;
}

html .light p a,
html .light ul li a {
    color: var(--color-fadal-red);
}

html .dark p a,
html .dark ul li a {
    color: white;
}

ul li a:hover {
    color: var(--color-fadal-red);
}

html body .read-more-btn {
    color: #212121;
    margin: 0 0 20px;
    border: 1px solid #212121;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px
}

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
    color: var(--color-fadal-red) !important;
}

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
    color: var(--color-fadal-red) !important;
}

.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
    color: var(--color-fadal-red);
}

.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title {
    font-size: 18px;
    line-height: 1.2;
}

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
    font-weight: 300;
}

.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
    color: var(--color-fadal-red);
}

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image img {
    min-height: 180px;
    height: auto;
}

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a,
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
    text-decoration: none;
}

html body.page-template-default .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
    border-bottom: 3px solid var(--color-fadal-red);
}

html body .read-more-btn:hover {
    background: #a60064;
    border: 1px solid #a60064;
    cursor: pointer;
    color: white
}

html body .inner-text hr {
    border-top: 1px dashed #06005e;
    height: 0;
    width: auto;
    margin: 20px auto
}

.page-template-default .home-portfolio .portfolio:hover .portfolio-description .links {
    top: 45px;
    border: 1px solid white;
    padding: 8px 12px;
    border-radius: 4px
}

.page-template-default .home-portfolio .portfolio:hover .portfolio-description .links:hover {
    background: #a60064;
    border: 1px solid #a60064
}

html nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    width: 350px;
    background-color: #222 !important;
}

html .footer.dark-block .widget-links a {
    color: white
}

html .footer.dark-block .widget-links a:hover {
    color: var(--color-fadal-red);
}

html .footer.dark-block .widget-links p, html .footer.dark-block .widget-links strong {
    color: white
}

html .footer h4,
html .footer p {
    color: white;
}

html .footer h4 {
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border-bottom: 3px solid var(--color-fadal-red);
    display: table;
    margin-right: auto;
    margin-left: auto;
}

html .footer .hr {
    width: 100%;
    max-width: 512px;
    height: 1px;
    background-color: #ccc;
    margin: 24px auto 20px auto;
}

html .footer .footer-logo img {
    width: 150px;
    height: 142px;
    margin-bottom: 32px;
}

html .footer .gform_wrapper form {
    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 .footer .gform_wrapper input[type="text"] {
    color: #212121;
    background-color: #f8f8f8;
    border-radius: 3px 0 0 3px;
    border: none;
    outline: none;
}

html .footer .gform_wrapper input[type="text"]::-webkit-input-placeholder {
    color: #212121;
}

html .footer .gform_wrapper input[type="text"]::-moz-placeholder {
    color: #212121;
}

html .footer .gform_wrapper input[type="text"]:-ms-input-placeholder {
    color: #212121;
}

html .footer .gform_wrapper input[type="text"]::-ms-input-placeholder {
    color: #212121;
}

html .footer .gform_wrapper input[type="text"]::placeholder {
    color: #212121;
}

html .footer .gform_wrapper .gform_footer {

}

html .footer .gform_wrapper .gform_footer input[type="submit"],
html .swpm-login-submit input[type=submit] {
    border-radius: 0 3px 3px 0;
    padding: 7.5px 20px;
    position: relative;
    top: 1px;
}

html .side-bar .vc-hoverbox-block-inner h2 {
    font-weight: 700
}

html .side-bar .vc-hoverbox-block-inner p {
    color: white
}

html .side-bar .vc-hoverbox-block-inner.vc-hoverbox-back-inner h2 {
    margin-top: 0
}

html .side-bar .vc-hoverbox-block-inner.vc-hoverbox-back-inner p {
    margin-bottom: 20px
}

html ul.disc li,
html ul.disc li a {
    color: white;
    padding: 3px 0;
    list-style-position: inside
}

html body:not(.home) .light ul.disc li,
html body:not(.home) .light ul.disc li a {
    color: #212121;
    padding: 3px 0;
    list-style-position: inside
}

html body strong,
html .dark strong {
    color: white;
}

html .light strong {
    color: #212121;
}

.home.page-template-default .bg-video .hero-text-wrap.gradient-overlay { /* Chrome 10-25, Safari 5.1-6 */
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)) !important;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.paoc-popup-modal-cnt {
    padding: 0
}

.sidebar-popup {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.sidebar-popup .fluidvids {
    position: initial
}

.sidebar-popup iframe {
    margin-bottom: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.popupaoc-img {
    width: 100%
}

.popupaoc-img:hover {
    opacity: .75;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.main-home-text h1 {
    color: #000056;
    font-weight: 700
}

.main-home-text p {
    line-height: 26px;
    color: #333;
    font-size: 18px
}

.main-home-text .section-heading h4 {
    color: #a60064
}

.pop-up-videos .wpb_content_element {
    margin-bottom: 25px
}

.pop-up-videos p {
    color: #000056;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.main-home-text .testimonial-content .img-responsive.img-circle, .main-home-text .testimonial-content p {
    display: none
}

.home-portfolio h4, .home-blog-section h4 {
    color: #a60064;
    font-size: 16px;
    line-height: 1.2
}

.home-parallax-cta.vc_parallax .vc_parallax-inner {
    background-position: center center
}

.home-parallax-cta h2 {
    font-weight: 800;
    text-rendering: geometricPrecision;
}

.home-portfolio .portfolio .folio-overlay {
    background-color: rgba(0, 0, 86, .75)
}

.icon-boxes h4 {
    text-transform: uppercase;
    font-weight: 800
}

.icon-boxes p {
    font-size: 16px;
    text-transform: none;
    padding: 0 20px 20px
}

.icon-boxes .vc_column-inner {
    padding-top: 35px;
    padding-bottom: 35px;
    background-size: cover
}

.icon-boxes .border-bg-dark-icon:hover {
    background-color: #000056
}

.icon-boxes .feature-box .fade-icon:after {
    -webkit-box-shadow: 0 0 0 4px white;
    box-shadow: 0 0 0 4px white
}


.home-blog-section .post-info a:hover {
    color: var(--color-fadal-red);
}

.home-blog-section .vc_column-inner .container {
    position: relative;
    z-index: 2;
}

.home-blog-section .vc_column-inner .wpb_raw_code .wtp-obj-fit {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-blog-section .post-info {
    text-align: center;
    padding: 30px 20px 40px
}

.home-blog-section .post-info h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px
}

.home-blog-section .post-info h6, .home-blog-section .post-info p, .home-blog-section .post-info hr {
    display: none
}

.home-blog-section .post-info a.readmore {
    color: #333;
    letter-spacing: 1px;
    border: 1px solid #333;
    padding: 12px 20px;
    border-radius: 4px;
    display: inline-block
}

.home-blog-section .post-info a.readmore:hover {
    color: white;
    background: #a60064;
    border: 1px solid #a60064
}

html .logo img {
    max-height: 100px
}

html nav.navbar.bootsnav.navbar-fixed {
    /*height: 90px*/
}

html .logo {
    top: 3px
}

html nav.navbar ul.nav.navbar-right, html .social-media-dark.social-top {
    margin: 16px auto
}

html nav.navbar.bootsnav ul.nav > li.top-phone > a {
    font-weight: 800;
    font-size: 16px
}

html #loader-overlay {
    /*padding: 0 0 30px;*/

    background: var(--color-fadal-red); /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
    background: -o-linear-gradient(left, #333, #000);
    background: -webkit-gradient(linear, left top, right top, from(#333), to(#000));
    background: linear-gradient(to right, #333, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

html footer.dark-block .footer-main {
    -webkit-box-shadow: inset 0 50px 100px -50px #000;
    box-shadow: inset 0 50px 100px -50px #000;
    background: #06005e
}

footer .footer-copyright ul.social-media {
    float: none
}

html #back-to-top {
    display: none !important
}

html nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a:hover {
    opacity: .65
}

html .footer-main p.foot-add {
    margin-bottom: 20px
}

html .footer-main p.foot-phone a {
    font-size: 24px;
    font-weight: 800
}

html .footer .footer-main .widget-title {
    line-height: 26px;
    font-size: 19px;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 40px
}

html .footer .footer-main .widget ul li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block
}

html nav.navbar.bootsnav ul.nav > li > a, html nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    color: white;
}

html nav.navbar.bootsnav ul.nav > li > a:hover, html nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: var(--color-fadal-red);
}

html .home-portfolio .portfolio-description .portfolio-title {
    letter-spacing: 0
}

html nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px
}

html nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #222;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

}

html nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: white

}

html nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
}

ion-android-menu {
    color: white;
}

html .mobile-phone {
    display: none;
    color: white
}

html .mobile-phone:hover {
    color: white
}

html body .footer.dark-block .footer-copyright {
    /*padding: 0 0 30px;*/

    background: var(--color-fadal-red); /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
    background: -o-linear-gradient(left, #333, #000);
    background: -webkit-gradient(linear, left top, right top, from(#333), to(#000));
    background: linear-gradient(to right, #333, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

html body .footer.dark-block .footer-copyright p a {
    color: white;
}

html body .footer.dark-block .footer-copyright p a:hover {
    color: var(--color-fadal-red);
}

html body .footer.dark-block .footer-copyright .copy-right, html body .footer.dark-block .footer-copyright ul.social-media li a {
    color: white
}

html .hero-text-wrap.gradient-overlay .white-color h1 {
    color: rgba(255, 255, 255, .85) !important;
    text-rendering: geometricPrecision;
}

html .hero-text-wrap.gradient-overlay .white-color h5 {
    color: var(--color-fadal-red) !important;
    letter-spacing: 0.04em;
    text-rendering: geometricPrecision;
}

html .z-relative h2,
html .hero-text .btn-animate span {
    text-rendering: geometricPrecision;
}

.page-template-default .title-hero-bg,
.post-template-default .title-hero-bg,
.page-template-page-template-contact .title-hero-bg {
    min-height: 300px;
    margin-bottom: -10px;
    padding-top: 150px;
    padding-bottom: 130px;
}

html body.why-fadal.page-template-default .title-hero-bg,
html body.why-fadal.post-template-default .title-hero-bg,
html body.why-fadal.page-template-page-template-contact .title-hero-bg {
    background-position: center top;
}

html body.page-template-default .page-title,
html body.post-template-default .page-title {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.page-template-default .page-title h4.text-uppercase.mt-30, .post-template-default .page-title h4.text-uppercase.mt-30, .page-template-page-template-contact .page-title h4.text-uppercase.mt-30 {
    margin-top: 30px !important;
    letter-spacing: 2px;
    font-weight: 100
}

.page-template-default .page-title h4:before {
    content: '';
    display: block;
    width: 33%;
    height: 4px;
    background-color: var(--color-fadal-red);
    margin: 0 auto;
    top: -18px;
    position: relative;
}

.border-bottom-white {
    border-bottom: 1px solid white;
    padding-bottom: 2em;
}

.logo {
    display: block !important;
}

.logo-scrolled {
    /*width: 170px;*/
}

body > div.wrapper > div.z-relative > div:nth-child(1) > div > div > div > div > div > div:nth-child(1) > div > div > div > figure > div > img {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 4px;
    border: 1px solid #222;
}


.page-template-default .wpb_column.vc_column_container.side-bar.vc_col-sm-4 .vc_column-inner, .post-template-default .wpb_column.vc_column_container.side-bar.vc_col-sm-4 .vc_column-inner {
    background-color: transparent;
}

.phone {
    font-size: 22px;
    font-weight: bold;
}

.side-add {
    border-bottom: 1px solid white;
    padding-bottom: 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.style-adj ul {
    margin: 0;
    padding: 0;
}

.side-nav, ._side-nav .widget {
    text-decoration: none;
    padding-left: 0;
}

.side-nav li, .sidebar .widget ul.side-nav li {
    list-style-type: none !important;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px !important;
    border-bottom: 1px dashed rgba(255, 255, 255, .25) !important;
    padding: 10px 0;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: block !important;
}

.side-nav li a,
._side-nav .widget ul.side-nav li a {
    list-style-type: none;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 16px;
    letter-spacing: 0.05em;

    width: 100%;

}

.side-nav li a:hover,
._side-nav .widget ul.side-nav li a:hover {
    color: var(--color-fadal-red);

}

h3 {
    color: white;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p {
    color: #212121;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p {
    color: white;
}

/*.side-bar h3.text-yellow,*/
/*._side-bar h3.text-yellow {*/
/*clear: both;*/
/*float: left;*/
/*}*/

.text-yellow {
    color: var(--color-fadal-red);
    display: inline-block;
}

.content-inner {
    margin-top: 3em;
}

body > div.wrapper > div.z-relative > div:nth-child(1) > div > div > div > div > div > div.text-white.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > p {
    color: white;
    padding-top: 0 !important;
}

/*body > div.wrapper > div.z-relative > div:nth-child(7) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

body > div.wrapper > div.z-relative > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1553803889861 > div > div > div > div > div > div.side-bar.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill > div {
    background-color: transparent !important;
    padding-top: 5px !important;

}

body > div.wrapper > div.z-relative > div:nth-child(1) > div > div > div > div > div > div.text-white.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div > div > h2 {
    color: white;
}

/*body > div.wrapper > div.z-relative > div:nth-child(8) {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*}*/

.blog-section p,
.page-template-default .inner-text p,
.post-template-default .inner-text p {
    color: white;
    margin: 0 0 24px
}

html body:not(.home) .blog-section p,
html body:not(.home).page-template-default .inner-text p,
html body:not(.home).post-template-default .inner-text p, html body:not(.home).post-template-default .inner-text ul li, html body:not(.home).post-template-default .inner-text ol li, html body:not(.home).post-template-default .inner-text ul li strong {
    color: #212121;
}

html body:not(.home).post-template-default .inner-text ul {
    padding-left: 30px;
}

.page-template-default .inner-text h2,
.post-template-default .inner-text h2 {
    font-size: 36px;
    margin: 0 0 20px;
    font-weight: 700;
    color: white;
}

.page-template-default .inner-text h3,
.post-template-default .inner-text h3 {
    font-size: 28px;
    color: white;
    margin: 0 0 10px
}

html body:not(.home).page-template-default .light h2,
html body:not(.home).post-template-default .light h2 {
    font-size: 36px;
    margin: 0 0 20px;
    font-weight: 700;
    /*color: var(--color-fadal-red);*/
}

html body:not(.home).page-template-default .light h3,
html body:not(.home).post-template-default .light h3 {
    font-size: 28px;
    /*color: var(--color-fadal-red);*/
    margin: 0 0 10px
}

.page-template-default .inner-text h1 a,
.page-template-default .inner-text h2 a,
.page-template-default .inner-text h3 a,
.page-template-default .inner-text h4 a,
.page-template-default .inner-text h5 a,
.post-template-default .inner-text h6 a {
    color: var(--color-fadal-red);
}

.page-template-default .blog-grid.inner-text h3 a {
    color: white;
    font-size: 20px;
}

.page-template-default .side-bar p.side-name, .post-template-default .side-bar p.side-name {
    font-size: 26px;
    font-weight: 700;
    color: #06005e;
    margin: 0 0 10px
}

.page-template-default .side-bar p.side-phone a, .post-template-default .side-bar p.side-phone a {
    font-size: 20px;
    font-weight: 700;
    color: #b60065;
    margin: 0 0 20px
}

.page-template-default .side-bar .box-icon, .post-template-default .side-bar .box-icon {
    padding: 30px
}

.page-template-default .side-bar .box-icon a, .post-template-default .side-bar .box-icon a {
    border: 1px solid #212121;
    padding: 8px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px
}

.page-template-default .side-bar .box-icon a:hover, .post-template-default .side-bar .box-icon a:hover {
    background: #a60064;
    border: 1px solid #a60064;
    color: white
}

.page-template-default .side-bar .box-icon .title-section h4, .post-template-default .side-bar .box-icon .title-section h4 {
    color: #a60064;
    margin: 0 0 20px
}

.page-template-default .side-bar .box-icon .indigo-icon, .post-template-default .side-bar .box-icon .indigo-icon {
    color: #06005e
}

.page-template-default .side-bar .box-icon .title-section p.font-400, .post-template-default .side-bar .box-icon .title-section p.font-400 {
    color: #212121;
    margin: 0 0 20px;
    border: 1px solid #212121;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px
}

/*.page-template-default .side-bar .box-icon .title-section p:hover, .post-template-default .side-bar .box-icon .title-section p:hover {*/
/*background: #a60064;*/
/*border: 1px solid #a60064;*/
/*cursor: pointer;*/
/*color: white*/
/*}*/

.page-template-default .inner-text img,
.post-template-default .blog-standard img {
    margin: 0 0 30px 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


.page-template-default .inner-text img.secondary-pic, .post-template-default .blog-standard img.secondary-pic {
    width: auto;
    margin: 5px 30px 0 0;
    float: left;
}

.mobile-phone {
    display: none;
}

.blog-grid .divider {
    display: block;
    margin: 0 auto;
}

.blog-grid {
    padding: 0 10%;
}

h2.headAnchor:before {
    display: block;
    content: " ";
    margin-top: -125px;
    height: 125px;
    visibility: hidden;
    pointer-events: none;
}

/*.blog-grid .post {*/
/*    min-height: 550px;*/
/*}*/


/*Fix blog wrapper*/
.page-id-1572 .wpb_wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-id-1572 .wpb_wrapper .row .col-md-4 {
    margin-top: 25px;
}

/* Additional Styles */

.wtp-home-block .btn {
    margin: 12px 10px 0 0;
}

.wtp-page-popup a.yt--popper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}

.wtp-page-popup a.yt--popper:before {
    content: '';
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 45px);
    bottom: 0;
    right: 0;
    background-image: url("/source/e2b92f4536a8d3047dc0e3289d118df4/fadal-engineering.png");
    z-index: 1;
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.wtp-page-popup a.yt--popper:hover:before {
    opacity: .8;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.career-page .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
    border: 1px solid white;
    color: white;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.career-page .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:after, .career-page ul li {
    color: white;
}

html body .wtp-home-video.wtp-home-background.wpb_column > .vc_column-inner,
html body .wtp-home-video.wtp-home-background.wpb_column > .vc_column-inner > .wpb_wrapper,
html body .wtp-home-video.wtp-home-background.wpb_column > .vc_column-inner > .wpb_wrapper .wpb_raw_code,
html body .wtp-home-video.wtp-home-background.wpb_column > .vc_column-inner > .wpb_wrapper .wpb_raw_code > .wpb_wrapper,
html body .wtp-home-video.wtp-home-background.wpb_column > .vc_column-inner > .wpb_wrapper .wpb_raw_code > .wpb_wrapper .mx-auto.wtp-obj-fit,
html body .wtp-home-video.wtp-home-background.wpb_column > .vc_column-inner > .wpb_wrapper .wpb_raw_code > .wpb_wrapper .mx-auto.wtp-obj-fit a {
    display: block;
    width: 100%;
    height: 100%;
}

html body .wtp-home-video.wtp-home-background.wpb_column > .vc_column-inner > .wpb_wrapper .wpb_raw_code > .wpb_wrapper .mx-auto.wtp-obj-fit a {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html body .wtp-home-video.wtp-home-background.wpb_column > .vc_column-inner > .wpb_wrapper .wpb_raw_code > .wpb_wrapper .mx-auto.wtp-obj-fit a:hover img {
    opacity: .9;
    height: 200px;
    width: 200px;
    top: 48%;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 4px;
}

/*html body .wtp-home-content {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*}*/

/*html body .wtp-home-content > .wpb_column {*/
/*    max-width: 1140px;*/
/*}*/

/*html body .wtp-home-content.two-col > .wpb_column {*/
/*    max-width: calc(1140px / 2);*/
/*}*/

html body .wtp-home-content.has-background-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(21 21 21 / 80%);
    z-index: 1;
}

html body .wtp-home-content.has-background-img.light:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(45deg, rgb(255 255 255 / 80%), rgb(248 248 248 / 88%));
    background: linear-gradient(45deg, rgb(255 255 255 / 80%), rgb(248 248 248 / 88%));
    z-index: 1;
}

html body .wtp-home-contact .gform_wrapper {
    padding: 21px 30px 10px 30px;
    background-color: rgb(255 255 255 / 90%);
    background-color: #f8f8f8;
    /*-webkit-backdrop-filter: blur(3px);*/
    /*backdrop-filter: blur(3px);*/
    /*-webkit-box-shadow: 1px 2px 15px rgb(0 0 0 / 66%);*/
    /*box-shadow: 1px 2px 15px rgb(0 0 0 / 66%);*/
    /*border-radius: 10px;*/
}

html body .wtp-home-content.light,
html body .wtp-home-contact.light {
    background: -o-linear-gradient(45deg, white, whitesmoke);
    background: linear-gradient(45deg, white, whitesmoke);
}

html body .wtp-home-contact .hompage-text {
    padding: 0;
}

html body .wtp-home-contact .hompage-text iframe {
    background-color: #fff;
    padding: 25px;
    min-height: 600px
}

html body .wtp-home-contact {
    background-position: left top !important;
}

html body .wtp-home-contact .wtp-home-contact-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .wtp-home-block ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

html body .wtp-home-block ul li a img {
    height: 1em;
    width: auto;
    margin-right: 3px;
}

html body .wtp-home-block .wtp-home-seal .vc_column-inner {
    background-position: 110% -5% !important;
    background-size: 512px;
}

html body img.seal {
    margin-bottom: 12px;
    width: 175px;
    margin-right: 50px;
}

html body #home-testimonials-slider-container {
    background-position: center center;
}

html body .slick.testimonial {
    margin-top: 20px;
    margin-bottom: 50px;
}

html body .slick-slider .slick-track {
    min-height: 210px;
}

html body .slick.testimonial .slick-list {
    background-color: rgb(34 34 34 / 45%);
    border: 1px solid rgb(255 255 255 / 5%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 20px !important;
}

html body .slick.testimonial .slick-list:before {
    content: '';
    display: block;
    position: absolute;
    top: 26px;
    left: 30px;
    z-index: -1;
    opacity: 0.3;
    background-image: url("/source/cad29b1f2e69a12737a703dc12321efe/quote.png");
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

html body .slick.testimonial .slick-list:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 26px;
    right: 30px;
    z-index: -1;
    opacity: 0.3;
    background-image: url("/source/cad29b1f2e69a12737a703dc12321efe/quote.png");
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

html body .slick.testimonial .testimonial-item {
    position: relative;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

html body .slick.testimonial .slick-prev:before,
html body .slick.testimonial .slick-next:before,
html body .slick.testimonial .testimonial-item h4,
html body .slick.testimonial .testimonial-item h5 {
    color: white;
}

html body .slick.testimonial .testimonial-item h5:after {
    content: '';
    display: block;
    width: 35%;
    min-width: 220px;
    height: 2px;
    background-color: var(--color-fadal-red);
    margin: 0 auto;
    bottom: -14px;
    position: relative;
    opacity: 0.33;
}

html body .slick.testimonial .testimonial-item p {
    display: none;
}

html body .slick.testimonial .testimonial-item h4,
html body .slick.testimonial .testimonial-item h5 {
    letter-spacing: normal;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

html body .slick.testimonial .testimonial-item h5 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 20px;
}

html body .slick.testimonial .testimonial-item h4 {
    font-size: 17.5px;
    font-style: italic;
}

html body .slick.testimonial .testimonial-item .testimonial-content {
    max-width: 100%;
    position: relative;
}

html body .testimonial .slick-dots li.slick-active button,
html body .team-slider .slick-dots li.slick-active button {
    background-color: white;
}

html body .wtp-home-boxes .wpb_column .vc_column-inner {
    padding: 30px 30px 0 30px;
    background-color: rgb(0 0 0 / 50%);
    background-color: #222;
    /*-webkit-box-shadow: 1px 2px 15px rgb(0 0 0 / 20%);*/
    /*box-shadow: 1px 2px 15px rgb(0 0 0 / 20%);*/
    border-radius: 8px;
    border-radius: 0;
    /*-webkit-backdrop-filter: blur(3px);*/
    /*backdrop-filter: blur(3px);*/
}

html body .wtp-home-boxes.light .wpb_column .vc_column-inner {
    background-color: rgb(255 255 255 / 90%);
    background-color: #f8f8f8;
    /*-webkit-box-shadow: 1px 2px 15px rgb(0 0 0 / 20%);*/
    /*box-shadow: 1px 2px 15px rgb(0 0 0 / 20%);*/
}

html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner img {
    max-width: 80px;
}

html body:not(.machines) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-dimensions img {
    max-width: 1.5em;
}

html body .home-blog-section > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-top: 30px;
    padding-bottom: 80px;
}

html body .home-blog-section .post-img {
    aspect-ratio: 16/9;
}

html body .home-blog-section .post-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Page Container Styles to Fix Full-Width */

html body .wtp_home-banner-ad {
    width: 100%;
    padding: 0;
    margin: 0;
}

html body .wtp_home-banner-ad .wpb_single_image {
    margin: 0;
}

html body .wtp_home-banner-ad.desktop {
    display: block;
}

html body .wtp_home-banner-ad.mobile {
    display: none;
}

.page-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .page-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .page-container {
        width: 970px;
    }
}

@media (min-width: 1170px) {
    .page-container {
        width: 1170px;
    }
}


/* End Page Container Styles */

@media (max-width: 1559px) {
    html body img.seal {
        margin-right: 0;
    }
}

@media (max-width: 1439px) {
    html body img.seal {
        margin: 0;
        float: none;
        clear: both;
    }
}

@media (max-width: 1399px) {
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu {
        width: 100vw;
        left: calc(50% + 10px);
        -webkit-transform: translateX(-50vw);
        -ms-transform: translateX(-50vw);
        transform: translateX(-50vw);
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main a {
        font-size: 16px;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left {
        min-width: 600px;
        max-width: none;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right {
        min-width: 680px;
    }
}

@media (max-width: 1259px) {
    html,
    body {
        font-size: 16px;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main img.hide-m {
        display: none;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right {
        min-width: 550px;
    }
}

@media (max-width: 1200px) {
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu {
        left: calc(50% + 3px);
    }

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 20px 10px;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 16px;
    }

    .navbar-nav > li.menu-item-2537 {
        display: none;
    }

    nav.navbar ul.nav li.wtp-workholding-dropdown > ul.dropdown-menu {
        -webkit-transform: translateX(-54.4%);
        -ms-transform: translateX(-54.4%);
        transform: translateX(-54.4%)
    }
}

@media (max-width: 1199px) {
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu {
        left: calc(50% + 17px);
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .first-logo,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .first-logo {
        height: 90px;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left {
        min-width: 350px;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left {
        width: 100%;
        max-width: 315px;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .right {
        width: 100%;
    }

    nav.navbar ul.nav li.wtp-workholding-dropdown > ul.dropdown-menu {
        -webkit-transform: translateX(-52.5%);
        -ms-transform: translateX(-52.5%);
        transform: translateX(-52.5%);
    }

    html body nav.navbar.bootsnav ul.nav.navbar-right li.wtp-workholding-dropdown > ul.dropdown-menu li a {
        font-size: 16px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    html nav.navbar.bootsnav ul.nav > li > a {
        padding: 20px 5px;
        letter-spacing: 0;
    }
}

@media (max-width: 1024px) {

    .logo {

        /*width: 150px;*/
    }

    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        margin-top: 0;
    }

}

@media (min-width: 1024px) {
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        white-space: nowrap;
    }

    nav.navbar.bootsnav.navbar-transparent .navbar-header > .logo {
        padding-top: 20px;
    }

    nav.navbar.bootsnav:not(.navbar-transparent) .navbar-header > .logo {
        padding-top: 14px;
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a, nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
        color: white;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark, nav.navbar.bootsnav.navbar-transparent.dark {
        border-bottom: 0;
    }
}

@media (min-width: 993px) {
    nav.navbar.bootsnav .navbar-header,
    nav.navbar.bootsnav:not(.navbar-transparent) .navbar-header {
        padding-top: 0;
        padding-bottom: 0;
    }

    nav.navbar .logo.logo-scrolled {
        display: none !important;
    }

    nav.navbar .logo.logo-display {
        display: block !important;
        width: 143px !important;
        height: 51px !important;
        opacity: 1 !important;
    }

    nav.navbar:not(.navbar-transparent) .logo.logo-scrolled {
        display: none !important;
    }

    nav.bootsnav .container,
    html nav.navbar.bootsnav.navbar-fixed {
        height: 90px !important;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    html body nav.navbar.bootsnav ul.nav > li > a {
        padding: 20px 5px;
        font-size: 13px;
    }
}

@media (min-width: 993px) and (max-width: 1023px) {
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu {
        left: 50%;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right {
        min-width: 550px;
        padding-left: 60px;
    }

    body > div.wrapper > nav > div > div.navbar-header > div > a > img.logo.logo-display {
        padding: 0;
    }

    body > div.wrapper > nav > div > div.navbar-header > div > a {
        padding: 1em;
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
        opacity: 0;
        height: 0;
    }

    nav.navbar.bootsnav.navbar-fixed:not(.navbar-transparent) .logo-scrolled {
        opacity: 1;
        width: 100%;
        height: auto;
    }

    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo, nav.navbar.bootsnav.navbar-transparent .logo {
        height: auto;
    }

    nav.navbar.bootsnav.navbar-fixed:not(.navbar-transparent) .logo-display {
        opacity: 0;
        height: 0;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav.navbar-transparent .logo {
        /*max-width: none;*/
    }

    nav.navbar.bootsnav .navbar-header {
        padding-top: 0;
    }

    nav.navbar.bootsnav .navbar-header img.logo {
        position: relative;
        top: 15px;
        height: 60px !important;
        width: auto !important;
    }

    nav.navbar.bootsnav {
        height: 96px !important;
    }

    nav.navbar.bootsnav:not(.navbar-transparent) .navbar-header {
        padding-top: 0;
    }

    .main-home-text h1 {
        font-size: 36px
    }

    .navbar-nav > li.menu-item-2537 {
        display: block;
    }

    .p-2 {
        padding: 15px;
    }

    .home-parallax-cta h2.font-60px {
        font-size: 40px
    }

    html .mobile-phone {
        display: inline-block;
        float: right;
        font-size: 18px;
        font-weight: 700;
        margin-top: 35px
    }

    .navbar-header .logo,
    .navbar-header .navbar-toggle {
        float: left;
        width: 50%;
    }

    .navbar-header .logo > a {
        display: inline-block;
    }

    .navbar-header .logo img {
        float: none;
        margin: 0 auto;
        width: auto;
    }

    html .mobile-phone,
    html nav.navbar.bootsnav .navbar-toggle,
    .navbar-header .navbar-toggle {
        width: 25%;
        text-align: left;
        margin-right: auto;
        color: white;
    }

    html .mobile-phone {
        text-align: right;
    }

    .nav-button-container {
        width: 105%;
        border-top: none;
        border-bottom: none;

        background-color: rgba(0, 0, 0, .3);
        text-align: center;
    }

    .services {
        padding: 3em;
        border-top: 1px solid rgba(250, 250, 250, 0.4);
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;

    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        font-size: 16px;
    }

    .btn.btn-md {
        font-size: 16px;
    }

    ul.social-media.text-center li a {
        padding: 10px 17px;
    }

    .footer-copyright ul.social-media li {
        margin-right: 5px;
    }

    .copy-right {
        font-size: 16px;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu img,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .first-logo,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .first-logo {
        display: none;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main {
        display: block;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left a,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left h3 {
        text-align: left;
        width: 100%;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right {
        min-width: 0;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left-left,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right {
        border: none;
    }

    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left-left,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left-right,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .right-left,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .right-right,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left-left,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .left-right,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right-left,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_right .right-right,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .left,
    nav.navbar ul.nav li.wp-machines-dropdown > ul.dropdown-menu li.wp-machines-dropdown_main .wp-machines-dropdown_left .right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    nav.navbar ul.nav li.wtp-workholding-dropdown > ul.dropdown-menu {
        width: 100%;
        position: relative;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }

    nav.navbar ul.nav li.wtp-workholding-dropdown > ul.dropdown-menu li {
        width: 100%;
        max-width: 250px;
    }

    nav.navbar ul.nav li.wtp-workholding-dropdown > ul.dropdown-menu li a {
        border-bottom: none !important;
    }
}

@media (max-width: 991px) {
    .wtp-page-popup a.yt--popper:before {
        width: 70px;
        height: 70px;
        top: 36%
    }

    nav.navbar.bootsnav .navbar-header img.logo {
        top: 4px;
    }
}

@media (max-width: 850px) {
    .home.page-template-default .bg-video .hero-text-wrap, .home.page-template-default section.pt-0 {
        min-height: 500px;
    }
}

@media (max-width: 800px) {
    .page-template-default .lvca-portfolio-header {
        text-align: center;
        display: block;
    }
}

@media (max-width: 767px) {
    html body nav.navbar.bootsnav.navbar-transparent.white,
    html body nav.navbar.bootsnav.navbar-transparent.dark,
    html body nav.navbar.bootsnav.white.navbar-fixed,
    html body nav.navbar.bootsnav.dark.navbar-fixed {
        position: relative;
    }

    .page-template-default .title-hero-bg {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    html body .team-column:not(:first-of-type) {
        margin-top: 1em;
    }

    .vc_row div[class^="vc_custom_"],
    .vc_row div[class*=" vc_custom_"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .wtp-page-popup a.yt--popper:before {
        width: 90px;
        height: 90px;
        top: 35%;
    }

    .wtp-reverse.wtp-home-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .wtp-home-block:not(.wtp-home-contact) .wtp-home-video.wpb_column {
        height: 550px;
        max-height: 550px;
    }

    .wtp-home-block:not(.wtp-home-contact) .wtp-home-background {
        max-height: 550px;
    }

    .wtp-reverse.wtp-home-block .wpb_column:not(.wtp-home-background) {
        height: auto !important;
    }

    .wtpInfo p {
        font-size: 16px;
    }

    .footer-copyright ul.social-media {
        padding-left: 0;
    }

    ul.social-media.text-center li a {
        padding: 10px 20px;
        font-size: 30px;
    }

    .footer-copyright ul.social-media li {
        margin-right: 0;
    }

    html body.page-template-default .row.nav-button-container {
        display: none;
    }

    html body .side-bar, html body section ._sidebar {
        margin-top: 20px;
    }

    html body .inner-text, html body .side-bar, html body section ._sidebar, section.blog-section .blog-cta-padding {
        text-align: center;
    }

    html body .inner-text ul {
        list-style-position: inside;
        padding-left: 0 !important;
    }

    html body .side-add {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: center;
        margin: 10px auto;
    }

    html body .side-bar .number .divider, html body ._sidebar .number .divider {
        margin: 15px auto 30px;
    }

    html body .side-bar .side-nav li, html body ._sidebar .side-nav li {
        margin: auto;
    }

    html body .main-services-page {
        text-align: center;
    }

    html body .main-services-page .divider {
        margin: 15px auto 30px;
    }

    .page-template-default .page-title h4.text-uppercase.mt-30, .post-template-default .page-title h4.text-uppercase.mt-30, .page-template-page-template-contact .page-title h4.text-uppercase.mt-30 {
        letter-spacing: 0;
        font-size: 16px;
        padding: 0;
    }

    html body .hompage-text, html body .hompage-text p.text-white {
        text-align: center !important;
    }

    html body .hompage-text {
        padding-top: 10%;
        padding-bottom: 10%;
        width: 80%;
    }

    html body .hompage-text h2 {
        margin-top: 0;
    }

    html body .hompage-text .divider {
        margin: 15px auto 30px;
    }

    html .footer {
        text-align: center
    }

    html .footer .footer-main .widget ul li {
        margin: 0 auto
    }

    html .footer.dark-block .widget-title:before {
        display: none
    }

    html .footer .footer-main .widget-title {
        margin-bottom: 20px
    }

    html .footer .widget {
        margin-bottom: 50px
    }

    html body .wtp-home-contact {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    html body .wtp-home-video.wtp-home-background.wpb_column > .vc_column-inner > .wpb_wrapper .wpb_raw_code > .wpb_wrapper .mx-auto.wtp-obj-fit a {
        left: 0;
    }

    html body .wtp_home-banner-ad.desktop {
        display: none;
    }

    html body .wtp_home-banner-ad.mobile {
        display: block;
    }

    html body .vc_row.wtp_home-banner-ad-row > .wpb_column > .vc_column-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    html body .slick.testimonial .slick-list {
        padding: 20px 0 !important;
    }

    html body .slick.testimonial .testimonial-item .testimonial-content {
        padding: 0;
    }

    html body .slick.testimonial .slick-list:before {
        top: 16px;
        left: 20px;
    }

    html body .slick.testimonial .slick-list:after {
        bottom: 16px;
        right: 20px;
    }
}

@media (max-width: 700px) {
    .page-template-default .inner-text img, .post-template-default .inner-text img {
        float: none;
        margin: 0 0 20px;
        width: 100%
    }

    .page-template-default .inner-text p, .post-template-default .inner-text p, .page-template-default .inner-text h2, .post-template-default .inner-text h2, .page-template-default .inner-text h3, .post-template-default .inner-text h3, .page-template-default .inner-text h4, .post-template-default .inner-text h4 {

    }

    html body .bullets {
        display: block;
        text-align: center
    }

    html ul.disc {

    }
}

.shadow {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}

.shadow:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (max-width: 650px) {
    html .home.page-template-default .hero-text h1 {
        font-size: 50px !important
    }

    .main-home-text h1 {
        font-size: 30px
    }

    html .home.page-template-default .home-portfolio h2, html .home.page-template-default .home-blog-section h2 {
        font-size: 26px
    }
}

@media (max-width: 600px) {
    section.title-hero-bg .page-title h1 {
        font-size: 26px;
    }

}


@media (max-width: 550px) {
    html body .page-title h1 {
        font-size: 28px;
        line-height: 38px;
    }

    html body .wtp-home-content > .wpb_column > .vc_column-inner {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 546px) {
    .hero-text .btn {
        width: 95%;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 520px) {
    html .mobile-phone, html nav.navbar.bootsnav .navbar-toggle, .navbar-header .navbar-toggle {
        width: 10%;
    }

    html .mobile-phone {
        width: 40%;
        font-size: 16px;
    }

    .wtp-page-popup a.yt--popper:before {
        width: 50px;
        height: 50px;
        top: 34%;
    }
}

@media (max-width: 480px) {
    html .home.page-template-default .hero-text h1 {
        font-size: 40px !important
    }

    .main-home-text h1 {
        font-size: 24px
    }

    html .home.page-template-default .home-portfolio h2, html .home.page-template-default .home-blog-section h2 {
        font-size: 20px
    }
}

@media (max-width: 450px) {

    .page-template-default .page-title, .post-template-default .page-title, .page-template-page-template-contact .page-title {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 0 10px;
    }

    .nav-button-container {
        width: 105%;
        border-top: none;
        border-bottom: none;

        background-color: rgba(0, 0, 0, .3);
        text-align: center;
    }

    .services {
        padding: 1.5em;
        border-top: 1px solid rgba(250, 250, 250, 0.4);
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;

    }

    .homepage-text {

        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 399px) {
    html .home.page-template-default .hero-text h1 {
        font-size: 30px !important
    }

    .homepage-text {
        width: 90%;
        padding-top: 0;
        padding-bottom: 0;
    }

    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        margin-top: 0;
    }

    .play {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 55%;
        height: 150px;
        margin-top: -100px;
        -webkit-transition: -webkit-transform 500ms ease-in-out;
        transition: -webkit-transform 500ms ease-in-out;
        -o-transition: transform 500ms ease-in-out;
        transition: transform 500ms ease-in-out;
        transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        border-radius: 4px;
    }
}

.blog-standard {
    padding: 0;
}

.blog-standard > h3 {
    display: none;
}

.single-post > div.wrapper > section:nth-child(3):not(.z-relative) {
    background: #222; /* fallback for old browsers */
}

.wpcf7-select, .wpcf7-date {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #9c9c9c;
    padding: 20px 30px;
    background: white;
    width: 100%;
    border-radius: 0;
    font-family: 'Source San Pro', sans-serif;
    font-weight: 200;
    outline: none;
}

button.formSubmit {
    border: 2px solid white;
    padding: 10px 20px;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

button.formSubmit:hover {
    background: white;
    color: #333;
    border: 2px solid white;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form-control:focus {
    border: none;
    outline: none;
}

/* Home Banner Video */
/*html body .vc_row.wtp-video-row {*/
/*    aspect-ratio: 16/9;*/
/*}*/

/*@media (orientation: portrait) {*/
/*    html body .vc_row.wtp-video-row {*/
/*        aspect-ratio: 5/4;*/
/*        min-height: 450px;*/
/*    }*/

/*    @media (max-width: 599px) {*/
/*        html body .vc_row.wtp-video-row {*/
/*            aspect-ratio: 4/5;*/
/*        }*/
/*    }*/
/*}*/

/*html body .vc_row.wtp-video-row > .wpb_column {*/
/*    height: 100%;*/
/*}*/

.vc_row.wtp-video-row .vc_column_container .vc_column-inner {
    display: block;
    height: 100%;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner:before,
.vc_row.wtp-video-row .vc_column_container .vc_column-inner:after {
    display: none;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper,
.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code,
.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper,
.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background,
.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background:after {
    content: '';
    background-color: rgba(21, 21, 21, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner {
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    padding: 0 15px;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
    font-size: 30px;
    color: rgba(255, 255, 255, .85);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1.25;
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner p.wtp-video-subheading {
    color: var(--color-fadal-red);
    letter-spacing: 0.04em;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 20px auto 40px auto;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.btn {
    display: table;
    margin: 21px auto;
    min-width: 250px;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.btn.glow {
    background-color: var(--color-fadal-red);
    border-color: var(--color-fadal-red);
    -webkit-animation: glowing 3000ms infinite;
    animation: glowing 3000ms infinite;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.btn.glow:hover {
    color: #f8f8f8;
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #ab1214;
        border-color: #ab1214;
        -webkit-box-shadow: 0 0 3px #ab1214;
    }
    50% {
        background-color: var(--color-fadal-red);
        border-color: var(--color-fadal-red);
        -webkit-box-shadow: 0 0 40px var(--color-fadal-red);
    }
    100% {
        background-color: #ab1214;
        border-color: #ab1214;
        -webkit-box-shadow: 0 0 3px #ab1214;
    }
}

@keyframes glowing {
    0% {
        background-color: #ab1214;
        border-color: #ab1214;
        -webkit-box-shadow: 0 0 3px #ab1214;
    }
    50% {
        background-color: var(--color-fadal-red);
        border-color: var(--color-fadal-red);
        -webkit-box-shadow: 0 0 40px var(--color-fadal-red);
    }
    100% {
        background-color: #ab1214;
        border-color: #ab1214;
        -webkit-box-shadow: 0 0 3px #ab1214;
    }
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-buttons {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 112px;
    border-top: 1px solid rgba(250, 250, 250, 0.4);
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-buttons .wtp-video-button {
    width: 50%;
    height: 100%;
    text-align: center;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-buttons .wtp-video-button:nth-child(2) {
    border-left: 1px solid rgba(250, 250, 250, 0.4);
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-buttons .wtp-video-button a {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-rendering: geometricPrecision;
    font-family: "Source Sans Pro", sans-serif;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 21, 21, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 46px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-buttons .wtp-video-button a:hover {
    background-color: rgba(218, 34, 38, .7);
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground,
.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner {
    position: relative;
    top: 0;
    height: 0;
    min-height: 100vh;
    width: auto;
    padding-bottom: 56.6%;
}

.vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe {
    position: absolute !important;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(4.1);
    -ms-transform: translate(-50%, -50%) scale(4.1);
    transform: translate(-50%, -50%) scale(4.1);
}

@media (min-width: 400px) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
        font-size: 40px;
    }
}

@media (min-width: 490px) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
        font-size: 50px;
    }
}

@media (min-width: 550px) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.btn {
        display: inline-block;
        margin: 6px;
    }
}

@media (min-width: 551px) {
    @media (max-width: 767px) {
        html body .wtp-home-boxes {
            padding-right: 15px;
            padding-left: 15px;
        }
    }
}

@media (min-width: 650px) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner {
        top: 55%;
    }

    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
        font-size: 50px;
    }
}

@media (min-width: 1280px) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
        font-size: 78px;
    }
}

@media (min-aspect-ratio: 1/2) and (min-width: 768px) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-aspect-ratio: 1/2) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe {
        -webkit-transform: translate(-50%, -50%) scale(3.6);
        -ms-transform: translate(-50%, -50%) scale(3.6);
        transform: translate(-50%, -50%) scale(3.6);
    }
}

@media (min-aspect-ratio: 2/3) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe {
        -webkit-transform: translate(-50%, -50%) scale(2.7);
        -ms-transform: translate(-50%, -50%) scale(2.7);
        transform: translate(-50%, -50%) scale(2.7);
    }
}

@media (min-aspect-ratio: 3/4) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe {
        -webkit-transform: translate(-50%, -50%) scale(2.4);
        -ms-transform: translate(-50%, -50%) scale(2.4);
        transform: translate(-50%, -50%) scale(2.4);
    }
}

@media (min-aspect-ratio: 4/5) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe {
        -webkit-transform: translate(-50%, -50%) scale(2.3);
        -ms-transform: translate(-50%, -50%) scale(2.3);
        transform: translate(-50%, -50%) scale(2.3);
    }
}

@media (min-aspect-ratio: 1/1) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe {
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        -ms-transform: translate(-50%, -50%) scale(1.8);
        transform: translate(-50%, -50%) scale(1.8);
    }
}

@media (min-aspect-ratio: 16/10) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@media (min-aspect-ratio: 16/9) {
    .vc_row.wtp-video-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_code .wpb_wrapper .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* End */

/* Make all video popups larger on tablet or larger (overrides plugin styles) */
@media screen and (min-width: 768px) {
    .mfp-wrap .mfp-iframe-holder .mfp-content {
        width: 90vw;
        max-width: 1400px;
        max-height: 90vh;
    }
}

.wtp-case-studies-testimonial {
    aspect-ratio: 16/9;
    min-height: 180px;
    margin: 0 10%;
    max-width: 80%;
    position: relative;
}

.wtp-case-studies-text {
    margin: 0 5%;
    max-width: 90%;
}

.wtp-case-studies-testimonial > .wpb_column {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.page.page-id-5752 .z-relative {
    padding-top: 35px;
}

@media (max-width: 749px) {
    body.page.page-id-5752 .wtp-case-studies-testimonial .play {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 120%;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 600px;
        overflow-y: auto !important;
    }
}

html body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 175px;
}


::-moz-selection {
    background-color: var(--color-fadal-red);
    color: white;
}


::selection {
    background-color: var(--color-fadal-red);
    color: white;
}

@media only screen and (max-width: 641px) {
    html body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1;
        min-height: 32px;
    }

    html .footer .gform_wrapper .gform_footer input[type="submit"],
    html .swpm-login-submit input[type="submit"] {
        padding: 9.5px 20px;
        top: 1.5px;
    }
}

html body .gfield.gfield--type-captcha {
    opacity: 0;
}

html nav img.logo {
    width: 175px !important;
    max-height: none;
    height: auto;
}

html body nav.navbar.bootsnav.navbar-transparent.white,
html body nav.navbar.bootsnav.navbar-transparent.dark {
    height: auto;
}

html body .team-column .wpb_wrapper,
html body .team-column .wpb_wrapper .vc_single_image-wrapper,
html body .team-column .wpb_wrapper .vc_single_image-wrapper img {
    width: 100%;
}

html body .team-column > .vc_column-inner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 120% 30px;
    -webkit-filter: opacity(0.9);
    filter: opacity(0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

html body .team-column > .vc_column-inner h3,
html body .team-column > .vc_column-inner h4 {
    margin-top: 0;
}

html body .team-column > .vc_column-inner .social-links {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: -5px;
    bottom: -5px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

html body .team-column > .vc_column-inner .social-links a span {
    max-width: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

html body .team-column > .vc_column-inner .social-links a {
    color: white;
    font-size: 1.2rem;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background-color: var(--color-fadal-red);
    font-weight: 600;
    text-align: center;
    padding-top: 8px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

html body .team-column > .vc_column-inner .social-links a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body:not(.home) #contact-section {
    border-top: 4px solid var(--color-fadal-red);
}

@media (max-width: 640px) {
    html body .wtp-home-contact {
        background-position: 10% top !important;
    }
}

html body .wpb_column.wtp-object-fit .wpb_wrapper,
html body .wpb_column.wtp-object-fit .wpb_wrapper .wpb_single_image,
html body .wpb_column.wtp-object-fit .wpb_wrapper .wpb_single_image figure,
html body .wpb_column.wtp-object-fit .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper,
html body .wpb_column.wtp-object-fit .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper img {
    height: 100%;
}

html body .wpb_column.wtp-object-fit .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

html body.why-fadal .wpb_column.wtp-object-fit .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper img {
    -o-object-position: left top;
    object-position: left top;
}

html body .force-fullwidth figure,
html body .force-fullwidth figure .vc_single_image-wrapper,
html body .force-fullwidth figure .vc_single_image-wrapper img {
    width: 100%;
}

html body .wtp-product-carousel {
    width: 90vw;
    max-width: 1920px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 !important;
}

html body .wtp-product-carousel .metaslider .caption-wrap {
    background-color: transparent;
    position: relative;
    color: #212121;
    opacity: 1;
}

html body .wtp-product-carousel .metaslider .caption-wrap .caption {
    padding: 0;
}

html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-heading {
    background-color: var(--color-fadal-red);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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 .wtp-product-carousel .metaslider .caption-wrap .caption .machine-heading:hover {
    background-color: #ad2529;
}

html body.fastmill .wtp-product-carousel .metaslider .caption-wrap .caption .machine-heading h3 {
    font-size: 1em;
}

html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-heading h3 {
    margin: 0;
}

html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-heading h3 a,
html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-heading h3 a strong {
    color: white;
    text-align: center;
    padding: 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-heading h3 a:hover,
html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-heading h3 a:hover strong {
    color: white;
}

html body.fastmill .wtp-product-carousel .metaslider .caption-wrap .caption .machine-highlights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-highlights a.btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-highlights {
    padding: 24px 20px 30px 20px;
}

html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-highlights ul li {
    color: #111;
    padding-left: 0.25em;
    margin-left: 1em;
}

html body .wtp-product-carousel .metaslider .caption-wrap .caption .machine-highlights ul li::marker {
    content: '✓';
    display: block;
    color: #212121;
    font-size: 0.9em;
}

html body .wtp-product-carousel .metaslider li.ms-image {
    background-color: white;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html body .wtp-product-carousel .metaslider li.ms-image:hover {
    border: 1px solid var(--color-fadal-red);
}

html body .wtp-product-carousel .metaslider li.ms-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

html body .wtp-product-carousel.fpt .metaslider .caption-wrap .caption .machine-heading {
    background-color: #444;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html body .wtp-product-carousel.fpt .metaslider .caption-wrap .caption .machine-heading:hover {
    background-color: #666;
}

html body .wtp-product-carousel.fpt .metaslider li.ms-image:hover {
    border: 1px solid var(--color-fpt-yellow);
}

html body .wtp-specs > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

html body .wtp-specs .light-tabs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #f3f3f3;
    margin-bottom: 30px;
}

html body .wtp-specs .light-tabs .nav.nav-tabs,
html body .wtp-specs .light-tabs .tab-content {
    text-align: left;
}

html body .wtp-specs .light-tabs .tab-content {
    padding: 20px;
}

html body .wtp-specs .light-tabs .nav.nav-tabs {
    border-bottom-color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

html body .wtp-specs .light-tabs .nav.nav-tabs:before,
html body .wtp-specs .light-tabs .nav.nav-tabs:after {
    display: none;
}

html body .wtp-specs .light-tabs .nav.nav-tabs li {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #212121;
    background-color: #ddd;
    border-right: 1px solid #eee;
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html body .wtp-specs .light-tabs .nav.nav-tabs li a {
    letter-spacing: 0;
    text-transform: none;
    font-size: 17px;
    padding: 15px;
}

html body .wtp-specs .light-tabs .nav.nav-tabs li.active {
    background-color: #eee;
}

html body .wtp-specs .light-tabs .nav.nav-tabs li:not(.active),
html body .wtp-specs .light-tabs .nav.nav-tabs li:not(.active) a {
    color: #666;
}

html body .wtp-specs .light-tabs .nav.nav-tabs li:not(.active) a:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html body .wtp-specs .light-tabs .nav.nav-tabs li:not(.active):hover {
    background-color: #e5e5e5;
}

html body .wtp-specs .light-tabs .nav.nav-tabs li:not(.active):hover a:before {
    background-color: #aaa;
}

html body .wtp-specs .light-tabs .nav.nav-tabs li.active a:before {
    background-color: var(--color-fadal-red);
    height: 2px;
}

html body .wtp-specs .light-tabs .tab-content table * {
    color: #212121;
}

html body .wtp-specs .light-tabs .tab-content table,
html body .wtp-specs .light-tabs .tab-content table tr,
html body .wtp-specs .light-tabs .tab-content table tr td {
    border: 1px solid #ddd;
}

html body .wtp-specs .light-tabs .tab-content table tr td {
    padding: 0.1em 0.5em;
    font-size: 16px;
}

html body .wtp-specs .light-tabs .tab-content table strong {
    font-size: 17px;
}

@media (max-width: 1279px) {
    html body .wtp-specs .light-tabs .nav.nav-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    html body .wtp-specs .light-tabs .nav.nav-tabs li {
        width: 50%;
    }
}

@media (max-width: 549px) {
    html body .wtp-specs .light-tabs .nav.nav-tabs li {
        width: 100%;
    }
}

html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery .fg-image-wrap {
    aspect-ratio: 5/4;
}

html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery .fg-caption {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
}

html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery .fg-caption * {
    color: white;
}

html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery .fg-caption h3 {
    font-size: 1.2em;
}

html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery .fg-caption p {
    font-size: 14px;
    margin-bottom: 0;
}

html body .fbx-modal .fbx-next,
html body .fbx-modal .fbx-prev {
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: white !important;
}

html body .fbx-modal .fbx-next svg,
html body .fbx-modal .fbx-prev svg {
    width: 24px;
    height: 24px;
}

html body .fbx-modal a.fbx-close {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: white !important;
    border: 0;
}

html body .fbx-modal a.fbx-close svg.fbx-icon {
    width: 24px;
    height: 24px;
}

html body .fbx-modal .fbx-inner {
    border: 0;
}

html body .fbx-modal.fbx-light {
    background-color: rgb(21 21 21 / 90%);
}

html body .fbx-modal.fbx-light:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery .fg-caption a.wtp-info {
    position: absolute;
    top: -7vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    color: white;
    text-decoration: none;
    border: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery .fg-item:hover .fg-caption a.wtp-info {
    opacity: 1;
}

html body .wtp-fastmill-gallery .fg-image-overlay {
    background-color: rgb(0 0 0 / 66%);
}

html body .wtp-fastmill-gallery {
    gap: 10px;
}

html body .wtp-fastmill-gallery .fg-item {
    -ms-flex-preferred-size: calc((100% / 3) - 10px) !important;
    flex-basis: calc((100% / 3) - 10px) !important;
    margin: 0 !important;
}

html body:not(.machine):not(.fastmill) .wtp-product-carousel {
    max-width: 1280px;
}

@media (max-width: 767px) {
    html body .wtp-fastmill-gallery .fg-item {
        -ms-flex-preferred-size: calc((100% / 2) - 10px) !important;
        flex-basis: calc((100% / 2) - 10px) !important;
    }

    html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery .fg-caption a.wtp-info {
        top: -10vw;
    }
}

@media (max-width: 600px) {
    html body .wtp-fastmill-gallery .fg-item {
        -ms-flex-preferred-size: calc((100% / 1) - 10px) !important;
        flex-basis: calc((100% / 1) - 10px) !important;
    }

    html body:not(.machines):not(.fastmill) .wtp-home-boxes .wpb_column .vc_column-inner .wtp-fastmill-gallery .fg-caption a.wtp-info {
        top: -21vw;
    }
}

html body .wpgmza_map .ol-viewport .ol-unselectable.ol-layers .ol-layer > canvas {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

html body .wtp_portal-support-btns:not(.full),
html body .wtp_portal-support-btns.no-col > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
    max-width: 1165px;
    margin: 0 auto;
    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;
    row-gap: 30px;
}

html body .wtp_portal-form,
html body .wtp_contact-iframe {
    max-width: 1165px;
    margin: 0 auto;
}

html body .wtp_portal-support-btns:not(.full) > .wpb_column {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

html body .wtp_portal-support-btns .wpb_text_column {
    margin: 0;
}

html body .wtp_portal-support-btns a.btn {
    margin: 0;
    width: 100%;
    white-space: normal;
}

html body .wtp_portal-support-btns.no-col > .wpb_column {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

html body .wtp_portal-support-btns.no-col > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

html body .wtp_portal-support-btns.no-col > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    margin: 0;
}

html body .wtp_portal-support-btns.no-col.parts > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p {
    -ms-flex-preferred-size: calc((100% / 3) - 20px);
    flex-basis: calc((100% / 3) - 20px);
}

html body .wtp_map-col,
html body .wtp_map-col .wpb_raw_code {
    padding: 0;
    margin: 0;
    width: 100%;
}

html body .wtp_map-col {
    margin-top: 24px;
}

@media (max-width: 767px) {
    html body .wtp_portal-support-btns:not(.full) > .wpb_column {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    html body .wtp_portal-support-btns.no-col > .wpb_column {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    html body .wtp_portal-support-btns.no-col > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p,
    html body .wtp_portal-support-btns.no-col.parts > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p {
        -ms-flex-preferred-size: calc((100% / 2) - 20px);
        flex-basis: calc((100% / 2) - 20px);
    }
}

@media (max-width: 549px) {
    html body .wtp_portal-support-btns:not(.full) > .wpb_column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    html body .wtp_portal-support-btns.no-col > .wpb_column {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    html body .wtp_portal-support-btns.no-col > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p,
    html body .wtp_portal-support-btns.no-col.parts > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

html body .gform_wrapper.gravity-theme .ginput_container.ginput_container_select {
    position: relative;
    cursor: pointer;
}

html body .gform_wrapper.gravity-theme .ginput_container.ginput_container_select:after {
    content: '>';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    font-family: sans-serif;
    color: #212121;
    padding: 10px;
    -webkit-transform: scale(1, 0.6) rotate(90deg);
    -ms-transform: scale(1, 0.6) rotate(90deg);
    transform: scale(1, 0.6) rotate(90deg);
    font-weight: 100;
}

html body .gform_wrapper.gravity-theme .ginput_container.ginput_container_select,
html body .gform_wrapper.gravity-theme .ginput_container.ginput_container_select select {
    color: #212121;
    cursor: pointer;
}

html body .gform_wrapper.gravity-theme .gfield_label {
    color: #212121;
    font-family: 'Poppins', sans-serif;
}

html body .wtp_contact-iframe.dealers-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 21px;
    margin: 0;
    padding: 0;
}

html body .wtp_contact-iframe.dealers-list ul li {
    padding: 0 1em 1em 1em;
    border: 1px solid #ccc;
    -ms-flex-preferred-size: calc((100% / 3) - 14px);
    flex-basis: calc((100% / 3) - 14px);
    background-color: white;
}

html body .wtp_contact-iframe.dealers-list ul li h4 {
    display: table;
    border-bottom: 1px solid var(--color-fadal-red);
}

html body .wtp_contact-iframe.dealers-list ul li p {
    margin: 0;
}

html body .wtp_contact-iframe.dealers-list ul li hr {
    opacity: 0;
    margin: 4px auto;
}

@media (max-width: 1023px) {
    html body .wtp_contact-iframe.dealers-list ul li {
        -ms-flex-preferred-size: calc((100% / 2) - 11px);
        flex-basis: calc((100% / 2) - 11px);
    }
}

@media (max-width: 767px) {
    html body .wtp_contact-iframe.dealers-list ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

h2.gform_submission_error {
    font-size: 1.4rem !important;
    line-height: 1.1 !important;
}

html body.single section.blog-section > .container > .row > .col-md-8 {
    width: 100%;
}

html body.single section.blog-section > .container > .row > .col-md-4 {
    display: none;
}

html body.single section.blog-section h2,
html body.single section.blog-section h3,
html body.single section.blog-section h4,
html body.single section.blog-section h5,
html body.single section.blog-section h6,
html body.single section.blog-section h2 strong,
html body.single section.blog-section h3 strong,
html body.single section.blog-section h4 strong,
html body.single section.blog-section h5 strong,
html body.single section.blog-section h6 strong,
html body.single section.blog-section p,
html body.single section.blog-section p strong {
    color: #212121;
    text-align: left;
}

html body.single .wtp_blog-post_main-image img {
    float: right;
    width: 50%;
    margin: 0 0 2em 2em;
}

@media (max-width: 767px) {
    html body.single section.blog-section h2,
    html body.single section.blog-section h3,
    html body.single section.blog-section h4,
    html body.single section.blog-section h5,
    html body.single section.blog-section h6,
    html body.single section.blog-section h2 strong,
    html body.single section.blog-section h3 strong,
    html body.single section.blog-section h4 strong,
    html body.single section.blog-section h5 strong,
    html body.single section.blog-section h6 strong,
    html body.single section.blog-section p,
    html body.single section.blog-section p strong {
        color: #212121;
        text-align: left;
    }

    html body.single .wtp_blog-post_main-image img {
        float: none;
        width: 100%;
        margin: 0;
    }
}

html body.dealers .swpm-post-not-logged-in-msg,
html body.fadal-dealer-portal .swpm-post-not-logged-in-msg,
html body.dealers .wpb_row.wtp_dealers,
html body .swpm_login_error_activation_required {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #212121;
    width: 90vw;
    max-width: 1140px;
    margin: 0 auto;
}

html body.dealers .swpm-post-not-logged-in-msg a,
html body.fadal-dealer-portal .swpm-post-not-logged-in-msg a,
html body .swpm_login_error_activation_required a {
    color: var(--color-fadal-red);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

html body .swpm-join-us-link {
    display: none;
}

html body.membership-join section,
html body.dealers section,
html body.membership-profile section,
html body.membership-registration section,
html body.password-reset section {
    background-color: white;
}

html body.membership-login .swpm-login-widget-logged *,
html body .swpm_profile_not_logged_in_msg,
html body.membership-join p strong,
html body .swpm-registration-membership-level-row *,
html body .swpm-profile-membership-level-row *,
html body .swpm-profile-username-row * {
    color: #212121;
}

html body.dealers .swpm-post-not-logged-in-msg a:hover,
html body.fadal-dealer-portal .swpm-post-not-logged-in-msg a:hover,
html body .swpm_login_error_activation_required a:hover {
    color: firebrick;
}

html body.fadal-dealer-portal .ol-info-window-plain {
    background: white;
    padding: 10px;
}

html body .metaslider .flexslider .flex-direction-nav li a {
    top: auto;
    bottom: 50%;
    z-index: 999999;
}

html body .metaslider .flex-direction-nav {
    width: calc(100% + 60px);
    left: -30px;
    position: absolute;
    top: 50%;
}

html body .metaslider .flexslider .flex-direction-nav li.flex-nav-prev a.flex-prev {
    right: auto;
    left: 2px;
}

html body .metaslider .flexslider .flex-direction-nav li.flex-nav-next a.flex-next {
    left: auto;
    right: 2px;
}

html body.single a.yt--popper {
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0;
}

html body.single a.yt--popper:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    background-image: url("/source/e2b92f4536a8d3047dc0e3289d118df4/fadal-engineering.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html body.single a.yt--popper:hover:after {
    width: 12%;
    padding-bottom: 12%;
}

html body.single a.yt--popper img {
    margin: 0;
    margin-bottom: 0 !important;
}

@media (min-width: 993px) {
    html body nav.navbar li.mobile-only {
        display: none;
    }
}

@media (max-width: 767px) {
    html body:not(.home) .title-hero-bg > .container {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

    html body.single a.yt--popper:after {
        width: 72px;
        height: 72px;
        padding: 0;
    }

    html body.single a.yt--popper:hover:after {
        width: 84px;
        height: 84px;
        padding: 0;
    }
}


/* For debugging Machines menu - comment out when done */
/* CC - 5.8.23 */
/*.wp-machines-dropdown ul.dropdown-menu {*/
/*    !*opacity: 1 !important;*!*/
/*    !*display: block !important;*!*/
/*    !*visibility: visible !important;*!*/
/*    !*animation: none !important;*!*/
/*}*/
/* End debugging */