﻿.navbar {
    z-index:2;
}

.navbar, body.dark .nav-center {
    background-color: rgba(0, 10, 37, 0.6);
}

.podH1 {
    font-size:12px;
    color:#ff3131;
    margin-top:10px;
}

.search-box input {
    width: 170px;
}

.green-bg {
    background: linear-gradient(90deg,#0cff00,#78ff80,#ffffff,#78ff80,#0cff00);
    background-size: 300% 100%;
    animation: btn-anim 7s infinite linear;
}

.green-brd {
    background: linear-gradient(90deg,#ffffff,#ccff00);
    padding:1px;
    overflow:hidden;
}

.red-brd {
    background: linear-gradient(90deg,#ff0000,#ffffff,#ffffff);
    padding: 1px;
    overflow: hidden;
}

.brd-5 {
    border-radius: 5px;
}

.brd-15 {
    border-radius:15px;
}

.btn-green-box, .btn-green-box-lg {
    color:black;
    font-family:var(--font-h);
    font-size:var(--font-sm);
    padding:10px 30px;
    display:block;
}

.btn-green-box-lg {
    font-size:22px;
}

.red-box {
    background:var(--black);
    color:#ff3131;
    font-size:var(--font-sm);
    font-weight:600;
    padding:5px 30px;
    text-align:center;
}

.red-box-sm {
    background: var(--black);
    color: #ff3131;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
}

.red-f-box-sm {
    background: #ff3131;
    color:var(--white);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
}

.bl-w-r-box {
    background:linear-gradient(90deg,#5d9cf9,#f9fbfe,#9d0120,#ffffff);
    padding:1px;
    overflow:hidden;
    display:inline-block;
}

.bl-w-r-box > div {
    background-color:var(--black);
}

.bl-w-r-box a,.bl-w-r-box a:hover {
    background: var(--black)!important;
    color: var(--white)!important;
    border:0px!important;
}

.btn, .btn:hover {
    background: var(--black);
    color: var(--white);
    font-family: var(--font-h);
    font-size: var(--font-sz);
    display: block;
}

.pad-530 {
    padding: 5px 30px;
}

.btn-white, .btn-white:hover {
    background: var(--white) !important;
    color: var(--black) !important;
}

.btn-white-brd, .btn-white-brd:hover {
    background: var(--black) !important;
    color: var(--white) !important;
    border: solid 1px var(--white) !important;
}

.btn-pod-black {
    background:var(--black);
    color:#00ff00;
    border-radius:5px;
    font-size:16px;
    padding: 5px 20px;
}

.pod-hero-img > img {
    width: 100%;
    height: 100vh;
    position: relative;
    top: -80px;
    z-index: 1;
}

.podcast-hero .container {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:3;
    max-width:unset;
}

.power span {
    font-size:18px;
    font-weight:500;
    color:var(--white);
}

.power img {
    max-height:35px;
}

.pod-yt img {
    max-height: 40px;
}

.bft img {
    width:40%;
    min-width:200px;
}

.bft h6 {
    background: linear-gradient(90deg,#ffffff,#77d5f7,#f01d12);
}

.bft h4 {
    font-size: 26px;
    font-weight: 600;
    background-size: 200% !important;
    background: linear-gradient(90deg,#ffffff,#77d5f7,#f01d12,#f01d12,#77d5f7,#ffffff);
    animation: text-colors 3s infinite linear;
}

.bft h6 {
    font-size:14px;
    font-weight:600;
}

.bft h2, .bft h1 {
    font-size: 36px;
    font-weight: 600;
    color:var(--white);
}

.bft h2 span {
    font-weight:400;
}

.bft p {
    font-size:20px;
    font-weight:300;
    color:var(--white);
    line-height:1.1em;
}

.pod-ep h3 {
    font-size:32px;
    font-weight:600;
}

.pod-eps {
    border:solid 1px #545454;
    border-radius:5px;
    padding:10px 15px;
    overflow:hidden;
    min-height:300px;
}

.ep-no {
    font-size:14px;
    font-weight:500;
    color:#b4b4b4;
}

.ep-data h4, .ep-data h1 {
    color:var(--white);
    font-size:14px;
    font-weight:600;
}

.ep-data .theme {
    color: #0cff00;
    font-size: 12px;
    font-weight: 600;
}

.ep-data .theme::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #0cff00;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.ep-data .time {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 500;
}

.ep-grey {
    color:#a6a6a6;
    font-size:16px;
    font-weight:500;
    line-height:1em;
}

.pod-eps h5 {
    font-size:16px;
    font-weight:500;
    line-height:1em;
    color:var(--white);
}

.pod-eps h5 span {
    color:#00ff00;
}

.pod-eps .ep-sub input {
    border:solid 1px #b4b4b4;
    font-size:12px;
    background-color:transparent;
    color:white;
}

.pod-eps .ep-sub input::placeholder {
    color:#b4b4b4;
}

.pod-lock {
    max-width:40px;
}

.pod-eps .ep-sub button,.pod-eps .ep-sub button:hover {
    border: solid 1px #b4b4b4!important;
    font-size: 12px;
    background-color: transparent!important;
    color: white!important;
}

.pod-eps.active {
    border: solid 2px #ffffff;
    padding: 0px;
}

.pod-eps.active .ep-data {
    padding: 10px 15px;
}

.bft-img {
    max-width:350px;
}

.bft-1 {
    max-width:450px;
    margin:0 auto;
}

.bft-1 > div {
    flex:1;
}

.eps-play {
    position:absolute;
    bottom:10px;
    padding:0px 10px 0px 20px;
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 19px solid white;
}

/* Podcast Details */

.play-icon-big {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 52px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mh-55 {
    max-height:55px;
}

.bft h5 {
    font-size:24px;
    font-weight:600;
    color:#0cff00;
}

.pod-grey p {
    color:#b4b4b4;
}

.pod-content p {
    color:white;
    font-size:16px;
    font-weight:400;
    line-height:1.1em;
    margin-bottom:15px;
}

.pod-content h2 {
    color: #0cff00;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1em;
    margin:30px 0px;
}

.pod-content-link {
    color:#0cff00;
    text-decoration:underline;
}

@media (max-width:991.98px) {
    .bft img {
        margin: 0px auto;
    }
}

@media (max-width:575.98px) {
    .pod-hero-img {
        padding:40px 0px 60px;
        background-color:rgba(0, 10, 37, 0.6);
    }
    .pod-hero-img > img {
        height: auto;
        position: relative;
        top: 0px;
        z-index: 1;
    }

    .pb-xs-0 {
        padding-bottom:0px;
        position:relative;
        bottom:-80px;
    }

    .btn {
        font-size: var(--font-sm);
        padding:5px 15px;
    }

    .pod-content h2 {
        font-size:26px;
    }

    .bft-img {
        max-width:300px;
    }

    .btn-green-box-lg {
        font-size: 18px;
    }
}