/* =====================================================
Template Name   : EFE YAZILIM - WEB: www.efeyazilim.com.tr
Description     : Radyo V-8 Bootstrap HTML5
Author          : Harun EFE
Version         : 8.5
=======================================================*/

.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
    background: none;
    border-radius: 0px;
}

.breadcrumb-item {
    text-transform: capitalize;
}

.breadcrumb-item a {
    color: var(--white);
    text-transform: capitalize;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--light-white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}

.nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-tabs li {
    width: 100%;
}

.nav-tabs li .nav-link {
    width: 100%;
    border: none;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text);
    border-bottom: 3px solid transparent;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.nav-tabs li .nav-link:hover {
    border-color: transparent;
}

.nav-tabs li .active {
    color: var(--white) !important;
    background: var(--primary-gdnt);
    border-color: var(--primary) !important;
}

.tab-pane {
    padding: 30px 0px 0px;
    display: none;
}

.tab-pane.active {
    display: block;
}

.show-card {
    margin-bottom: 30px;
}

.show-card:hover .show-overlay {
    background: var(--show-hover-oly);
}

.show-card:hover .show-bg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.show-content {
    position: relative;
    margin-bottom: 38px;
}

.show-bg {
    overflow: hidden;
    border-radius: 10px;
}

.show-bg img {
    width: 100%;
    border-radius: 10px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.show-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.show-active {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 45px;
    height: 45px;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--white);
}

.show-active img {
    width: 100%;
}

.show-time {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.show-time p {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 7px;
    font-family: var(--sfamily);
}

.show-time h4 {
    color: var(--white);
    font-weight: var(--mweight);
}

.show-host {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.show-host li:nth-child(2),
.show-host li:nth-child(3) {
    margin-left: -25px;
}

.show-host li a img {
    width: 60px;
    border-radius: 50%;
    border: 5px solid var(--white);
}

.show-meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-banner {
    background: url(../../img/single-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 155px 0px 90px;
}

.single-content {
    text-align: center;
}

.single-content h2 {
    font-size: 38px;
    margin-bottom: 10px;
    color: var(--white);
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .single-banner {
        padding: 80px 0px;
    }
    .single-content h2 {
        font-size: 38px;
    }
}

.show-part {
    padding: 100px 0px;
}

.show-btn {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .show-part {
        padding: 60px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .show-part {
        padding: 80px 0px;
    }
}

@media (max-width: 991px) {
    #show-menu {
        overflow-x: scroll;
    }
    .nav {
        width: 800px;
    }
    .nav-tabs li .nav-link {
        padding: 8px 0px;
    }
    #show-menu::-webkit-scrollbar {
        width: 12px;
        background-color: var(--white);
    }
    #show-menu::-webkit-scrollbar-thumb {
        border-radius: 30px;
        background: #aaaaaa;
        border: 5px solid var(--light-white);
    }
}

@media (min-width: 351px) and (max-width: 575px) {
    .show-part .container {
        max-width: 350px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .show-host li a img {
        width: 55px;
    }
}