/*
Theme Name: Madroit Marketing
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Madroit Marketing
Author URI: http://madroitmarketing.com
Version: 1.0.1612297624
Updated: 2021-02-02 15:27:04

*/

/*--------------------------
*           Index          *
----------------------------
* 1. Global                *
*    1.1 Custom Properties *
*    1.2 Universal         *
*    1.3 Header            *
*    1.4 Footer            *
*    1.5 Sidebar           *
* 2. Home-page             *
* 3. Sub-page              *
* 4. Responsive            *
* 5. Keyframes             *
--------------------------*/

/*--------------------------
*        1. Global         *
--------------------------*/

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    text-wrap: balance;
}

html body p, html body ul li, html body ol li {
    text-wrap: pretty;
    font-size: 18px;
    line-height: 1.6em;
}

html body p, html body p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

html body .et_pb_text ol, html body .et_pb_text ul {
    padding-left: 30px;
}

html body .et_pb_promo .et_pb_promo_button.et_pb_button {
    -webkit-transition: .4s ease-in-out !important;
    -o-transition: .4s ease-in-out !important;
    transition: .4s ease-in-out !important;
}

/* 1.1 Custom Properties */
:root {
    /* Add color custom properties here */
    --color-brand: #F0B65A;
    --color-brand-rgba: 240, 182, 90;
    --color-accent: #23456a;
    --color-accent-rgba: 35, 69, 106;
    --color-black: #000;
    --color-black-rgba: 0, 0, 0;
    --color-white: #fff;
    --color-white-rgba: 255, 255, 255;

    /* Add font custom properties here */
    --font-headings: sans-serif;
    --font-default: sans-serif;
}

/* 1.2 Universal */
/* Don't let phone number links wrap */
a[href^="tel:"],
a[href^="tel+"] {
    white-space: nowrap;
}
/* End Don't let phone number links wrap */

html a {
    color: #23456a;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

html a:hover, html .et-db #et-boc .et-l a:hover {
    color: #F0B65A;
}

/* Hidden Links */
html body a.hide-link,
html body a.hide-link:hover {
    color: inherit !important;
    text-decoration: none !important;
    cursor: text !important;
    font-weight: 400 !important;
}
/* End Hidden Links */

/* Defaults for Gravity Forms */
html body .gform_ajax_spinner {
    max-width: 1em;
    height: 1em;
    width: 1em;
}

html body .gform_confirmation_message {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: green;
    margin: 1em;
    padding: 1em;
}

html body .gform_wrapper.gravity-theme .gform_validation_errors,
html body .gform_wrapper.gravity-theme .validation_message {
    background-color: rgb(255 0 0 / 5%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: transparent;
    border-radius: 10px;
}

html body .gform_wrapper.gravity-theme .validation_message {
    padding: .5em 1em;
}

/* Removes default appearance for iOS/Safari forms */
input:matches([type="button"],
[type="submit"],
[type="reset"]) {
    -webkit-appearance: none !important;
}
/* End Defaults for Gravity Forms */

html body .page-cta .et_pb_divider {
    height: 0 !important;
}

/* 1.3 Header */

/*html body .et_pb_menu__logo-wrap {
    position: relative;
    display: inline-block;
}

html body .et_pb_menu__logo-wrap:before {
    position: absolute;
    top: 60%;
    left: 126%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "Coatings That Last";
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
    color: #F0B65A;
    z-index: 2;
    font-weight: 800;
}*/

html .wpfront-notification-bar div.wpfront-close {
    top: 24px;
    right: 15px;
    font-size: 20px;
}

html #wpfront-notification-bar div.wpfront-close, html #wpfront-notification-bar div.wpfront-close:hover {
    background-color: transparent;
    border: none;
}

html .wpfront-notification-bar div.wpfront-div {
    padding: 5px
}

html .wpfront-notification-bar .wpfront-message {
    font-weight: 800;
    text-wrap: pretty;
    line-height: 1.4em;
}

html .wpfront-notification-bar a.wpfront-button {
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: none;
    padding: 10px 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    text-transform: uppercase;
}

html .wpfront-notification-bar td {
    padding: 0 40px;
}

html #wpfront-notification-bar a.wpfront-button:hover {
    background: #23456a;
    background: -webkit-gradient(linear, left top, left bottom, from(#23456a), to(#23456a));
    background: -o-linear-gradient(top, #23456a 0%, #23456a 100%);
    background: linear-gradient(to bottom, #23456a 0%, #23456a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23456a', endColorstr='#23456a',GradientType=0 );
    background-repeat: no-repeat;
    color: #fff;
}

/* 1.4 Footer */

html body .et_pb_social_media_follow_0_tb_footer li a.icon:before, html body.et-db #et-boc .et-l .et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon:before {
    height: auto;
    width: auto;
}

/* 1.5 Sidebar */


/*------------------------
*      2. Home-page      *
-------------------------*/

html .dark-background p a:not(.et_pb_button), html .et-db #et-boc .et-l .dark-background a:not(.et_pb_button) {
    color: var(--color-white);
    text-decoration: underline;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

html .et-db #et-boc .et-l .dark-background .service-cards h3 a, html .et-db #et-boc .et-l .dark-background .service-cards h2 a, html .et-db #et-boc .et-l .dark-background.home-blog h3 a, html .et-db #et-boc .et-l .dark-background a.more-link {
    text-decoration: none;
}

html .et-db #et-boc .et-l .dark-background.home-blog h3:hover a {
    color: var(--color-brand);
}

html .et-db #et-boc .et-l .dark-background .service-cards a.df-cpt-read-more {
    text-decoration: none;
    color: var(--color-accent);
}

html .et-db #et-boc .et-l .dark-background .service-cards a.df-cpt-read-more:hover {
    background-color: var(--color-brand);
    color: var(--color-accent);
}

html .dark-background p a:not(.et_pb_button):hover, html .et-db #et-boc .et-l .dark-background a:not(.et_pb_button):hover {
    color: var(--color-brand);
}

html .dark-background p a:not(.et_pb_button).hide-link, html .dark-background p a:not(.et_pb_button).hide-link:hover, html .et-db #et-boc .et-l .dark-background a:not(.et_pb_button).hide-link:hover {
    text-decoration: none;
    color: var(--color-white);
}

html body p.small-heading {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--color-accent);
    letter-spacing: 0.24em;
    font-weight: 600;
}

html body .dark-background p.small-heading {
    color: var(--color-white);
}

html body .dark-background.page-cta p.small-heading {
    color: var(--color-brand);
}

.home-services .service-cards article .df-cpt-content-wrap, .service-cards article .df-cpt-content-wrap {
    font-size: 16px;
    line-height: 1.4em;
}

.home-blog .et_pb_post {
    background-color: transparent;
}

.home-services .service-cards article .df-blogcarousel-bg-on-hover>div::before, .home-services .service-cards article .df-cpt-bg-on-hover>div::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, .4)), color-stop(25%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top,rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 25%);
    background: linear-gradient(180deg,rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 25%);
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.home-services .service-cards h3 {
    text-shadow: 1px 1px 1px #000;
}

body #page-container .et_pb_section.home-blog .et_pb_button_7:hover, body #page-container .et_pb_section.home-blog .et_pb_button:hover {
    background-color: var(--color-brand);
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    top: -40px ;
    opacity: 1;
}

.yt--popper:before {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 32%;
    right: auto;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 80px;
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 0, 0, .5);
    z-index: 2;
    font-weight: 100 !important;
}

.yt--popper:before {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 25%;
    right: calc(50% - 100px);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 100px;
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 0, 0, .5);
    z-index: 2;
    font-weight: 100 !important;
}

.yt--popper img {
    width: 100%;
    height: 100%;
}

html body h2.child-page-title {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

html body .child-page-item .button {
    background-color: #F9BE4A;
    border-color: #F9BE4A;
    text-align: center;
    /*width: 100%;*/
    border-radius: 300px;
    color: #142436;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 12px 40px;
    margin: 20px auto;
}

html body .child-page-item .button:hover {
    background-color: #142436;
    color: #fff;
}

html body .child-pages-grid .child-page-item a .child-page-image img {
    -o-object-position: 50% 20% !important;
    object-position: 50% 20% !important;
}

/*------------------------
*      3. Sub-page       *
------------------------*/

html .fg-light .fg-tag-link {
    color: #0e1c2a !important;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
    border-radius: 300px;
    border-width: 2px;
    padding: 18px;
}

html .fg-light .fg-tag-item.fg-selected .fg-tag-link {
    color: #0e1c2a !important;
    background-color: var(--color-brand);
    border-color: #0e1c2a;
    font-weight: 700;
    border-radius: 300px;
    border-width: 2px;
    padding: 18px;
}


html .fg-light .fg-tag-dropdown {
    color: #0e1c2a !important;
    border-color: #0e1c2a;
    font-weight: 700;
    border-radius: 300px;
    border-width: 2px;
    margin-bottom: 30px;
    padding-left: 10px;
}

html .fg-light .fg-tag-link:hover {
    color: #0e1c2a !important;
    border-color: #0e1c2a;
    background-color: transparent;
}

html body .et_pb_menu_0_tb_header .et_mobile_menu li ul {
    display: block !important;
}

html .fg-tags-center .fg-tag-list {
    margin-bottom: 30px;
}

html .page-hero h1 {
    text-shadow: 0 0 20px var(--color-black);
}

html .et-l--body .inner-text ul, html .et-l--body .inner-text ol {
    padding: 0 0 24px 2em;
}

html .et-l--body .inner-text ul li, html .et-l--body .inner-text ol li {
    padding-bottom: 10px;
}

html .et-l--body .inner-text ul li:last-of-type, html .et-l--body .inner-text ol li:last-of-type {
    padding-bottom: 0;
}

.blog-intro .et_pb_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-page .post-content-inner p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}

.blog-page .et_pb_blog_grid .et_pb_post {
    border: none;
    padding: 20px 0;
}

.blog-page .et_pb_blog_grid .et_pb_image_container img {
    padding: 0 20px
}

.responsive-iframe-wrapper {
    min-height: 200vh;
}

iframe.responsive-iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    min-height: 200vh;
}

body .area-buttons .et_pb_button {
    width: 100%;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 30px !important;
    line-height: 1.6rem !important;
}

html body.single.postid-212830 ol > li {
    list-style: none;
}


/*------------------------
*      4. Responsive     *
------------------------*/

@media (max-width: 1350px) {
    html .home-services .service-cards .df-cpt-item {
        min-height: 450px;
        width: 300px !important;
    }
}

@media (max-width: 980px) {
    html .home-services .service-cards .df-cpt-item {
        min-height: 100%;
        width: 50% !important;
    }
    html .wpfront-notification-bar .wpfront-message {
        font-size: 18px;
    }
    html .swap-cols .et_pb_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 960px) {
    html .home-hero-cards .et_pb_blurb_content {
        max-width: 100%;
    }
    html .home-hero-cards .et_pb_column, html .home-hero-cards .et_pb_gutters1 .et_pb_column {
        padding: 60px;
        margin-bottom: 40px !important;
    }
    html .home-hero-cards .et_pb_column:last-of-type, html .home-hero-cards .et_pb_gutters1 .et_pb_column:last-of-type {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    html .et-l--footer .et_pb_row .et_pb_column.et_pb_column_1_4 {
        margin: 0 0 30px;
    }
}

@media (max-width: 670px) {
    html .wpfront-notification-bar div.wpfront-div {
        display: block;
        padding: 0;
    }
    html #wpfront-notification-bar, html #wpfront-notification-bar-spacer {
        height: 100px !important;
    }
    html .wpfront-notification-bar .wpfront-message.wpfront-div {
        padding: 0 0 15px;
    }
}

@media (max-width: 550px) {
    html .home-services .service-cards .df-cpt-item {
        width: 100% !important;
    }
    html .home-hero-cards .et_pb_column, html .home-hero-cards .et_pb_gutters1 .et_pb_column {
        padding: 40px;
    }
}

@media (max-width: 450px) {
    html #wpfront-notification-bar, html #wpfront-notification-bar-spacer {
        height: 120px !important;
    }
}

/*------------------------
*      5. Keyframes      *
-------------------------*/