/*
Theme Name:   THE CW Seed Child Theme - BLANK
Theme URI:    
Description:  THE CW Seed Child Theme - BLANK
Author:       bEZ420
Author URI:   
Template:     cw_seed_theme
Version:      1.0.6
*/






/* BASE */
/*===========================================================*/
@import 'theme-typography.css';
@import 'theme-layout.css';
@import 'theme-common-styles.css';
@import 'theme-bootstrap-extensions.css';
/* Social icon font */
/*@import '../fonts/icon-font--social/icon-font--social.css';*/





/* CONTROLS */
/*===========================================================*/
@import 'control-header-menu.css';
@import 'control-mobile-menu.css';
@import 'control-cta.css';
@import 'control-breadcrumbs.css';
/*@import 'control-sidebar-page-content.css';*/
/*@import 'control-entry-content.css';*/
@import 'control-hidden-recaptcha.css';
@import 'control-segue.css';
@import 'control-photo-gallery.css';
@import 'control-popup-video-trigger.css';
@import 'control-trust-logos.css';
@import 'control-slider-base.css';
/*@import 'control-parallax-backgrounds.css';*/
/*@import 'control-mobile-collapse.css';*/
/*@import 'control-hero-and-section-backgrounds.css';*/
@import 'control-form-inputs.css';
@import 'control-feed-item-base.css';
@import 'control-footer.css';
@import 'control-popup-form.css';
@import 'control-accordion.css';
@import 'control-back-to-top.css';
/*@import 'control-videos.css';*/
/*@import 'control-social-icons.css';*/
/*@import 'control-content-tabs.css';*/
/*@import 'flexpaper-spinner.css';*/



/* TEMPLATES */
/*===========================================================*/
@import 'page-homepage.css';
@import 'page-about.css';
@import 'page-products.css';
@import 'page-services.css';
/*@import 'page-404.css';*/
@import 'posttype-product.css';
@import 'posttype-blog.css';

.popup-vid-trig {
    display: inline-block;
    padding: 0 2.5%;
}

#popup-featured-product .popup-container {
    width: 800px;
    opacity: 1;
}

#popup-featured-product > .ez-row > .ez-col {
    padding: 30px 0;
}
#popup-featured-product .popup-content {
    padding: 0;
}
#popup-featured-product .text-col {
    padding-left: 30px;
}
#popup-featured-product input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
#popup-featured-product .popup-content > .ez-container > .ez-row {
    /*text-align: left;*/
    /*height: 500px;*/
    max-height: 90vh;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
}

.product-image img {
    width:70%;
    display: inline-block;
}



/* MQ3: Mobile (Landscape) */
/* ================================================== */
@media only screen and (max-width: 767px) {
    #popup-featured-product .popup-content > .ez-container > .ez-row {
        padding: 15px 15px 45px 15px;
        max-height: 80vh;
    }

    #popup-featured-product .popup-content {
        padding: 0;
    }

    .product-image img {
        max-width: 200px;
    }

    #popup-featured-product .text-col {
        padding-left: 0;
    }
}
@media only screen and (max-width: 480px) {

    /*#popup-featured-product .popup-content > .ez-container > .ez-row {*/
        /*!*text-align: left;*!*/
        /*!*height: 500px;*!*/
        /*max-height: 80vh;*/
    /*}*/
}



.icon--check {
    display: inline-block;
    width: 90px;
    height: 90px;
}

.icon--check:before {
    color: #1f9ed9;
    font-family: 'themify';
    /*content: "\e64c";*/
    content: "\e64d";
    font-size: 70px;
    line-height: 90px;
    position: relative;
    top: 5px;
    opacity: 0.7;
}
.bg-fogblue {
    background: #eaf5f8;
}
.bg-fogblue .reflection .gradient-fade {
    background-image: url(../images/reflect-grad-fogblue.png);
}

.embed-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 950px;
    height: 0;
    overflow: hidden;
    /*max-width: 100%;*/
    /*max-height: 1000px;*/
}
@media only screen and (max-width: 479px) {

    /*.mob-portrait-col {*/
    /*    width: 100%!important;*/
    /*}*/

    .ez-col.portrait-col, .ez-col.mob-portrait-col {
        display: table-cell;
    /*    width: 100%!important;*/
    }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    /*.ez-col.width-phi-sml.mobile-col {*/
    /*    display: table;*/
    /*    width: 100%!important;*/
    /*}*/

    .ez-col.mobile-col {
        display: table;
        width: 100%!important;
    }
}
