/*
Theme Name: Newspaper Child
Theme URI: https://www.videomaker.com/
Description: This is a custom child theme I have created.
Author: Katherine (Katz) Rosal Gabales
Author URI: https://www.videomaker.com/
Template: newspaper
Version: 8.5.1
*/

@import url("../newspaper/style.css");
@import url("vm_custom/css/ztak_subscriptions_memberships.css");
@import url("vm_custom/css/ztak_ofies.css");
@import url("vm_custom/css/responsive.css");
@import url("../../plugins/td-composer/assets/fonts/font-awesome/font-awesome.css"); /* Required for Plus Paywall Icons */
/*@import url("style-bbpress.css");*/

/* Width Styling Starts
TODO: test with how sidebar are aligned and the ofies are not centered, etc
*
@media (min-width: 1400px) {
    .td-container, .tdc-row {
        width: 1400px !important;
    }
}
/* Width Styling Ends */



#course-curriculum-popup #popup-main #popup-header {
    background: #000000;
    border-bottom: 1px solid #000000;
}
#course-curriculum-popup #popup-main #popup-header .popup-menu {
    border-right: 1px solid #000000;
}
#course-curriculum-popup #popup-main #popup-header .popup-close:hover {
    background: #548dbf;
}

.ms-form-price-boxes {
    text-align: center;
}

.ms-membership-form {
    display: inline-block;
    width: 250px;
}

.bbpress .td-page-title {
    margin-bottom: 1px;
    margin-top: 30px;
}

.td-ss-main-content {
    margin-top: 30px;
}

.td_module_16 .td-module-thumb {
    width: 24%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images
{
    width: 15%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary
{
    width: 81%;
}

.green {
    color: green;
}

/*DFP TLB*/
#div-gpt-ad-1472593498603-1 {
    text-align: center;
    margin-bottom: 20px;
}

/*Google Search*/
#gsc-i-id1 {
    padding: 3px 1px;
}

/*
todo: work on whatcounts blocks
reference: https://www.videomaker.com/l/pushing-resolution-to-the-limit
*/
.callout {
    /*display: none !important;*/
    float: right;
    border: 2px dashed #90B9FB;
}


.blue_button {
    background-color: #5793f3 !important;
}

#vm_header_ads {
    text-align: center;
    margin: 10px 0;
}

#vm_sidebar_ads {
    text-align: center;
}


/* End Quantcast Choice. Consent Manager Tag */
 .qc-cmp-ui {
     background-color: #5793f3 !important;
 }
.qc-cmp-publisher-purposes-table .qc-cmp-table-header {
    background-color: #5793f3 !important;
}
.qc-cmp-publisher-purposes-table .qc-cmp-table-row {
    background-color: #5793f3 !important;
}

/* style-bbpress.css */
#bbpress-forums li.bbp-header {
    background: none #5793F3 !important;
    color: #ffffff;
}
.new-topic {
    position: relative;
    z-index:1;
    float: right;
    height: 40px !important;
}

/* Removes Survey Monkey Branding on Pop-up*/
.smcx-branding {
    display: none !important;
}