/*
Theme Name: KS Buyers Guide
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.16.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.cart {
    display: none !important;
}

.product-short-description .shop_attributes {
    max-height: 250px !important;
    overflow: hidden;
    display: block;
}

.product-short-description .shop_attributes tbody {
    width: 100% !important;

}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.modalNewsletter {
    display: none;
    opacity: 0.5;
    right: 0;
    background: #000;
    z-index: 1000;
    width: 350px;
    height: 410px;
    position: fixed;
    top: 60%;
    margin: -200px auto 0 auto;
}

.modalNewsletter .banner {
    padding-top: 420px !important;
}

.modalNewsletter:hover {
    opacity: 1;
}

.modalNewsletter #banner-637676048 .bg.bg-loaded {
    background-position: 75%;
}

.modalNewsletter .lg-y50 {
    top: 21%;
    width: 237px;
    height: 100px;
}

.modalNewsletter .ctct-disclosure {
    margin-top: -45px;
    width: 290px !important;
}

.modalNewsletter .ctct-disclosure hr {
    border: 1px solid transparent
}

.modalNewsletter .ctct-submit {
    margin-top: -10px !important;
}

.modalNewsletter #ctct-form-8628 {
    margin-top: 13px !important
}

.modalNewsletter .mfp-close {
    position: relative !important;
    opacity: 1 !important;
    top: -18px;
    left: -10px;
}

@media screen and (max-width: 625px) {
    .nav-dropdown {
        left: -134px !important;
    }
}

@media screen and (max-width: 468px) {
    .nav-dropdown {
        left: -266px !important;
    }
}

/****MARGIN PUB WRAPPER*****/
#wrapper {
    margin-top: 90px;
}

#pub1600x900 {
    width: 1600px !important;
    height: 900px !important;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

@media screen and (max-width: 1023px) {
    #pub1600x900 {
        position: absolute;
        display: flex;
        justify-content: center;
        top: -90px;
    }
}

.wpgmp_infowindow p {
    font-size: 18px;
    margin-bottom: 0px;
}

.wpgmp_infowindow address {
    font-size: 18px;
}

.post_format-post-format-video .entry-image {
    display: none !important;
}
