/* phpcs:ignore */
.video-title-wrapper {
    font-family: sans-serif;
    margin: 100px auto;
    text-align: center;
    color: black;
    max-width: 600px;
    position: relative;
}
.video-title-wrapper:before {
    content: "";
    display: block;
    width: 509px;
    height: 1px;
    background: #CCCCCC;
    left: 5px;
    top: 50%;
    position: absolute; 
}
.video-title-wrapper:after {
    content: "";
    display: block; 
    width: 509px;
    height: 1px;
    background: #CCCCCC;
    right: 5px;
    top: 50%;
    position: absolute;
}


/* 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% !important;
    }
}

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