/*
 Theme Name:   WpCasterPro Child
 Theme URI:    https://qantumthemes.com/
 Description:  The child theme allows easier customizations and template overrides
 Author:       Qantum Themes
 Author URI:   https://qantumthemes.om/
 Template:     wpcasterpro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar
 Text Domain:  wpcasterpro
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/

/* ==========================================================================
   Font Display Optimization (Ensure Text & Icons are consistently visible)
   ========================================================================== */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../wpcasterpro/css/fonts/google-icons/MaterialIcons-Regular.eot');
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url('../wpcasterpro/css/fonts/google-icons/MaterialIcons-Regular.woff2') format('woff2'),
         url('../wpcasterpro/css/fonts/google-icons/MaterialIcons-Regular.woff') format('woff'),
         url('../wpcasterpro/css/fonts/google-icons/MaterialIcons-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'dripicons-v2';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../wpcasterpro/css/fonts/dripicons/fonts/dripicons-v2.eot');
    src: url('../wpcasterpro/css/fonts/dripicons/fonts/dripicons-v2.eot?#iefix') format('embedded-opentype'),
         url('../wpcasterpro/css/fonts/dripicons/fonts/dripicons-v2.woff') format('woff'),
         url('../wpcasterpro/css/fonts/dripicons/fonts/dripicons-v2.ttf') format('truetype'),
         url('../wpcasterpro/css/fonts/dripicons/fonts/dripicons-v2.svg#dripicons-v2') format('svg');
}

@font-face {
    font-family: 'qt-socicon';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../wpcasterpro/css/fonts/qt-socicon/fonts/qt-socicon.eot');
    src: url('../wpcasterpro/css/fonts/qt-socicon/fonts/qt-socicon.eot?#iefix') format('embedded-opentype'),
         url('../wpcasterpro/css/fonts/qt-socicon/fonts/qt-socicon.woff') format('woff'),
         url('../wpcasterpro/css/fonts/qt-socicon/fonts/qt-socicon.ttf') format('truetype'),
         url('../wpcasterpro/css/fonts/qt-socicon/fonts/qt-socicon.svg#qt-socicon') format('svg');
}

@font-face {
    font-family: 'QT-Player-Icons';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../wpcasterpro/css/fonts/qt-player-icons/fonts/QT-Player-Icons.eot?z5o6i1');
    src: url('../wpcasterpro/css/fonts/qt-player-icons/fonts/QT-Player-Icons.eot?z5o6i1#iefix') format('embedded-opentype'),
         url('../wpcasterpro/css/fonts/qt-player-icons/fonts/QT-Player-Icons.ttf?z5o6i1') format('truetype'),
         url('../wpcasterpro/css/fonts/qt-player-icons/fonts/QT-Player-Icons.woff?z5o6i1') format('woff'),
         url('../wpcasterpro/css/fonts/qt-player-icons/fonts/QT-Player-Icons.svg?z5o6i1#QT-Player-Icons') format('svg');
}

/* Prevent horizontal scroll while allowing vertical sticky header */
html, body {
    overflow-x: clip !important;
}
#wpcasterpro-global {
    overflow-x: clip !important;
    overflow-y: visible !important;
}
#wpcasterpro-headerbar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9990 !important;
}
div#wpcasterpro-headerbar-content {
    width: 100%;
}


/* Reaktions Share */
.qttm_reaktions-link .count {
    font-size: 11pt;
}
.qttm_reaktions-link {
    background: #50286E;
    border-radius: 8px;
    color:#fff;
    bottom: 300px;
    padding: 10px;
    position: fixed;
    z-index: 10;
}
@media only screen and (max-width: 1199px)  {
    .qttm_reaktions-link {
        right: 10px;
    }
}
@media only screen and (min-width: 1200px)  {
    .qttm_reaktions-link {
        bottom: 400px;
        right: 80px;
    }
}
/* Reaktions Share */
/* Menu */
#wpcasterpro-menu-tree-default .wpcasterpro-open > .sub-menu {
    max-height: 400px !important;
}
#wpcasterpro-menu-tree-default .wpcasterpro-open > .sub-menu {
    color:#ffff;
}
.wpcasterpro-menu-transp .wpcasterpro-pageheader__contents .wpcasterpro-container {
    margin: 10px auto !important;
}
/* Menu */
@media only screen and (min-width: 1200px) {
    .wpcasterpro-pageheader .wpcasterpro-pagecaption {
        margin: 10px auto !important;
    }
}
.page-id-20539 .wpcasterpro-pagecaption {
    display: none;
}
.wpcasterpro-post-podcast-slider--featured__content .post-slider-title {
    color:white;
}
blockquote.tiktok-embed::before {
    display:none;
}
#cookie-notice {
    position: fixed;
    bottom: 70px;
}
/* Player */
.qtmplayer__advanced .qtmplayer__actions, .qtmplayer__advanced .qtmplayer__trackcontainer {
    display:none;
}
.qtmplayer__playlistbtn {
    width: 80px;
    max-width: 84px;
}
.qtmplayer__play .material-icons {
    transform: scale(1.4);
}
#qtmplayer-playlistcontainer .qtmplayer__plclose .material-icons {
    transform: scale(2.4);
}
.qtmplayer__playlistbtn .material-icons {
    transform: scale(3.4);
}
.qtmplayer__playlistbtn {
    line-height: 70px;
    border-left: 1px solid rgba(100,100,100,0.3);
}
.qtmplayer__songdata {
    width: 260px;
}
.qtmplayer__title {
    max-width: 250px;
}
@media only screen and (max-width: 1199px)  {
    #cookie-notice {
        bottom: 60px;
    }
    .qtmplayer__playlistbtn .material-icons, 
    #qtmplayer-playlistcontainer .qtmplayer__plclose .material-icons,
    .qtmplayer__play .material-icons {
        transform: scale(2.4);
    }
    .qtmplayer__playlistcontainer {
        max-height: calc( 100% - 60px );
        overflow: scroll;
    }
    .qtmplayer__playlistbtn i {
        line-height: 28px;
    }
    .qtmplayer__playlistbtn {
        line-height: 54px;
    }
}
.qtmplayer__songdata .qtmplayer__title, .qtmplayer__songdata .qtmplayer__title a {
    color: #F4AECC;
}
.qtmplayer__songdata .qtmplayer__artist {
    opacity: 1;
}
a#qtmplayerPlay {
    color: #fff;
}
.qtmplayer__basic .qtmplayer__openbtn {
    cursor: pointer;
}
.showaudioad, .showMsgUsr {
    background: black;
    bottom: 60px;
    height: 180px;
    left: calc( 50% - 160px );
    position: fixed;
    width: 320px;
}
.hideaudioad, .hideMsgUsr {
    width: 0;
    height: 0;
    position: fixed;
    bottom: 0px;
}
.skipad {
    background: white;
    bottom: 0;
    font-size: 10pt;
    line-height: 16pt;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 5px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.skipad.hide, #msg-btn-keep.hide, .hide {
    display: none;
}
@media only screen and (min-width: 1200px)  {
    .showaudioad {
        bottom: 70px;
        height: 360px;
        left: calc( 50% - 320px );
        width: 640px;
    }
    .showMsgUsr {
        bottom: 70px;
    }
}
#msg-txt {
    color: white;
}
#msgToUser {
    padding: 30px;
}
#msg-btn-keep {
    margin-top: 20px;
}
/* Player */
/* Mega Footer */
.e-font-icon-svg {
    width: 10px;
}
.qttm-megafooter__itemcontent .monsterinsights-widget-popular-posts, .qttm-megafooter__itemcontent .monsterinsights-inline-popular-posts {
    display:none;	
}
ul.elementor-icon-list-items > li {
    list-style-type: none;
}
#qttm-megafooter ul.elementor-icon-list-items li::marker {
    content: '';
}
.wp-block-button__link {
    background-color: #EDCEDB;
    border: 2px Solid #EDCEDB !important;
    color: #50286E !important;
    font-weight: bold;
    padding: 10px !important;
}
/* Mega Footer */
/* Ads */
.category #bottom, .author #bottom, .page-id-20539 #box-1,
    .page-id-20539 .inline, .page-id-20539 #bottom   {
	margin-top: 30px;
}
.top-banner {
    margin-top: 25px;
    position: relative;
}
#top, #box-1, #box-2, #box-3, #bottom {
	margin-bottom: 30px;
}
#top div, #box-1 div, #box-2 div, #box-3 div, #bottom div, #top div iframe, #box-1 div iframe, #box-2 div iframe, #bottom div  iframe
{
    display: block !important;
	margin: 0 auto;
}
.wpcasterpro-pageheader__contents {
    padding-top: 0px !important;
    z-index: 1 !important;
}
@media only screen and (min-width: 1200px)  {
    .top-banner {
        margin-top: 150px;
        position: relative;
    }
	#top {
        margin-top: 150px;
	}
	#top, #box-1, #box-2, #box-3, #bottom {
		margin-bottom: 30px;
	}
    .wpcasterpro-pageheader__contents .wpcasterpro-container, .wpcasterpro-container {
        max-width: 1100px !important;
    }
    .wpcasterpro-pageheader__contents {
        padding-bottom: 0 !important;
    }
    .single-post #box-2, .single-post #box-3 {
        width: 300px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .bottom-banner {
        width: 728px;
        position: relative;
        left: calc(100% - 721px);
    }
    .wpcasterpro-breadcrumb {
        margin: 0 !important;
    }
}
#interstitial, #sticky, #video-slider {
    max-height: 1px;
}
.category .pauta-left, .category .pauta-right, .author .pauta-left, .author .pauta-right, .page-template .pauta-left, .page-template .pauta-right, .tag .pauta-left, .tag .pauta-right {
    z-index: 10; 
}
.single-post .pauta-left, .single-post .pauta-right {
    z-index: 1; 
}
.pauta-left {
    width: 160px;
    height: 600px;
    display: block;
    right: calc(50% - 160px - 570px);
    overflow: hidden;
    position: absolute;
    top: 260px;
}
.pauta-right {
    width: 160px;
    height: 600px;
    display: block;
    overflow: hidden;
    right: calc(50% + 570px);
    position: absolute;
    top: 260px;
}
@media (max-width: 1270px) {
	.pauta-left, .pauta-right {
		display:none;
	}
}
/* Ads */
/* News Letter */
#gform_wrapper_7 {
    width: 450px;
    margin: 0 auto;
    padding: 44px 0px 54px 0px;
}
@media only screen and (max-width: 550px)  {
    #gform_wrapper_7 {
        width: 300px;
    }
}
.newsletter .news-header, #gform_2 .news-header {
    background-color: #50286E;
    margin: 0px -20px;
    border-radius: 10px 10px 0 0;	
}
.newsletter, #gform_2 {
    background-color: #edcedb;
    padding: 0px 20px;
    border-radius: 10px;	
}
/* News Letter */
/* cookie-notice */
#cookie-notice .cn-button:not(.cn-button-custom) {
    color: #fff !important;
}
/* cookie-notice */
/* Post */
.wpcasterpro-authorbox__cn h2 {
    font-size: 20px !important;
}
.elementor-lightbox .dialog-widget-content, .dialog-lightbox-widget .dialog-lightbox-widget-content, .dialog-lightbox-widget div  {
    left: 0 !important;
    top: 0 !important;	
}
.img-source {
    color: rgb(108, 119, 120);
    display: inline-block;
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-bottom: 30px;
    width: 100%;
}
.wpcasterpro-maincontent__featured {
    margin-bottom: 5px !important; 
}
.monsterinsights-inline-popular-posts, .monsterinsights-inline-popular-posts-beta, .monsterinsights-popular-posts-styled {
    display: block;
    clear: both;
}
.single-format-video .wpcasterpro-maincontent__featuredcontainer {
	display: none;
}
.wpcasterpro-widget {
	background-color: #ffffff !important;
}
/* Post */
/*WP Quiz*/
.wpcasterpro-entrycontent iframe {
    width: 100%;
}
.title_container {
    padding-top: 30px;
}
.wq-quiz-wrapper, .wq-embed-page {
    background: white;
}
.wq_questionTextCtr h4, .wq-result-title, .wq-results .wq_quizTitle, .wq_resultDesc {
    color: #000 !important;
}
/*WP Quiz*/
/*Sidebar*/
.ttgStickySidebar .wpcasterpro-caption::after, .wpcasterpro-stickycol .wpcasterpro-caption::after{
    background: #ffffff !important;
}
/*Sidebar*/
/*Archive*/
.author .wpcasterpro-authorbox {
    margin: 50px 0px;
    background-color: #fff !important;
}
.wpcasterpro-authorbox [class^="qt-socicon-"]:before, [class*=" qt-socicon-"]:before {
    line-height: 2em !important;
}
.wpcasterpro-authorbox ul {
    margin-left: 0 !important;
    width: 100%;
}
.wpcasterpro-authorbox p {
    width: 100%;
}
.qt-socicon-twitter:before {
    content: "\425";
}
.wpcasterpro-authorbox .wpcasterpro-social i {
    font-size: 1.8em !important;
}
.wpcasterpro-authorbox li.wpcasterpro-social {
    width: 44px;
}
.wpcasterpro-pageheader__meta {
    display: none !important;
}
/*Archive*/
/*recomender*/
.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta .monsterinsights-inline-popular-posts-image {
    float: left;
	clear: left;
}
.monsterinsights-inline-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-inline-popular-posts-beta {
    background-color:#edcedb;
	min-height: 115px;
}
/*recomender*/
/* Vibra News */
.hidden_label .gform-field-label {
    display: none !important;
}
.gform-button--width-full {
    width: 100%;
	  margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    margin: 0;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    clear: both;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    padding-top: 13px;
    width: 100%;
}
.validation_message {
    color: #9e0b0f !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #c02b0a;
    font-size: 13.2px;
    font-weight: 500;
    line-height: 17.6px;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    margin: 10px;
    padding: 12.992px 24px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff9f9;
    border: 1.5px solid #c02b0a;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .041);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 16px 16px 48px;
    position: relative;
    width: 100%;
}
.gform_confirmation_message {
    padding: 30px;
}
/* Vibra News */
/*Add PWA*/
.DdYX5 {
    fill: rgb(32, 33, 36);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 1.25rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    stop-color: rgb(32, 33, 36);
}
@media only screen and (min-width: 1200px) {
    .Y8RQXd {
        --card-width: calc(30vw - 56px);
        width: var(--card-width);
    }
}
@media only screen and (max-width: 727px) {
    .Y8RQXd {
        --card-width: calc(90vw - 56px);
        width: var(--card-width);
    }
}
@media only screen and (min-width: 728px) and (max-width: 1199px) {
    .Y8RQXd {
        --card-width: calc(50vw - 56px);
        width: var(--card-width);
    }
}
.Y8RQXd {
    background: #f7f7f7;
    border: 0;
    margin: 0 auto;
    padding-bottom: 4px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.Shbxxd, .jpDEN {
    height: calc(var(--card-width) * 9 / 16);
    object-fit: cover;
    width: var(--card-width);
}
.jpDEN {
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
}
.j2FCNc {
    column-gap: 16px;
    display: grid;
    grid-template-columns: max-content auto;
    margin: 16px 0;
}
.stzEZd {
    border-radius: 12px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    height: 56px;
    width: 56px;
}
.T75of {
    background-size: contain;
}
.cXFu1 {
    display: grid
;
    grid-template-rows: max-content;
    height: fit-content;
    row-gap: 2px;
}
/* Add PWA */

/* ==========================================================================
   Vibra Isolated Player Iframe Container
   ========================================================================== */
.wpcasterpro-playercontainer--iframe {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 70px;
    z-index: 99999 !important;
    pointer-events: none !important;
    transition: height 0.35s cubic-bezier(0.1, 0, 0.3, 1);
    background: transparent !important;
}

#vibra-player-iframe,
#candela-player-iframe {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 70px;
    border: none !important;
    outline: none !important;
    overflow: hidden !important;
    pointer-events: auto !important;
    background: transparent !important;
    transition: height 0.35s cubic-bezier(0.1, 0, 0.3, 1);
    display: block !important;
}

@media only screen and (max-width: 1199px) {
    .wpcasterpro-playercontainer--iframe,
    #vibra-player-iframe,
    #candela-player-iframe {
        height: 60px;
    }
}

/* ==========================================================================
   Station & Podcast Donut Play Button (Replaces qtmplayer.css on parent page)
   ========================================================================== */
.qtmplayer-donut {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.qtmplayer-donut svg {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 2;
    transform: scale(1.65);
    border-radius: 50%;
    overflow: hidden;
}
.qtmplayer-donut::before {
    display: block;
    content: " ";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    opacity: 0;
    border: 8px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    transition: transform .2s ease, opacity .2s linear;
}
.qtmplayer-donut.active::before {
    transform: scale(1.65);
    opacity: 1;
}
.qtmplayer-donut .qtmplayer-play-btn,
.qtmplayer-donut .qtmplayer-play {
    cursor: pointer;
    z-index: 3;
    position: relative;
}
