/* phpcs:ignore */

/* Print media css */
@media print {
    h1.entry-title {
        font-size: 1.8em !important;
    }
    .h-sh .header-widgets.bdn-header-widgets {
        padding-top: 0em;
    }
    [id^='div-gpt-ad'], [id^='google_osd_static'], [id^='csci'] {
        display: none;
    }
    [id^='piano-bottom'] {
        display: none;
    }
    .scaip {
        display: none;
    }
    .ac-widget-placeholder, .ac-lre-player-ph {
        display: none;
    }
    #coral_thread {
        display: none;
    }
    .wp-block-embed-youtube {
        display: none;
    }
}

@media only screen and (min-width: 300px) {
    .single .entry-subhead .author-avatar {
        display: block !important;
    }

    .single .entry-subhead {
        text-align: left !important;
    }
}

@media only screen and (max-width: 768px) {
    #subscribeBlock, #loginBlock {
        display: block;
        margin: 0 10px;
        width: 100%;
        max-width: 100%;
    }
}

.tp-backdrop.tp-active {
	opacity: 1 !important;
}	