/*
Theme Name: Podcaster Radio Child Theme
Theme URI: Theme URI: https://www.vwthemes.com/themes/free-podcaster-wordpress-theme/
Author: Uyghur Radio
Author URI: https://uyghurradio.com
Requires PHP: 8.3
Tested up to: 6.5.2
Description: Podcaster Radio Child Theme
Version: 0.0.1
License: Proprietary
Template: podcaster-radio
Text Domain: podcaster-radio

*/

/* Header overlay on front page slider */
.home .home-page-header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}
.home.admin-bar .home-page-header {
    margin-top: 32px;
}

.single-sound .item-info {
    margin: 0;
    padding: 0;
    min-width: 478px;
}
@media(max-width: 767px) {
    .single-sound .item-info {
        padding-right: 30px;
    }
}
.single-sound .item-info li {
    list-style: none;
    display: flex;
    margin-bottom: 10px;
}
.single-sound .item-info li:last-child {
    margin-bottom: 0;
    margin-top: 30px;
}
.single-sound .item-info li span {
    position: relative;
    color: #000;
    display: inline-block;
    font-weight: 600;
    min-width: 200px;
    font-family: 'Poppins', sans-serif;
}
.single-sound .item-info li .album-links {
    min-width: auto;
    font-weight: normal;
}
.single-sound .item-info li .album-links a {
    display: inline;
    font-weight: normal !important;
    text-decoration: none !important;
}
.single-sound .item-info li a {
    text-decoration: none !important;
}
.single-sound .item-info li span:before {
    position: absolute;
    content: ":";
    top: 0;
    right: 20px;
    color: #000;
}
.single-sound ul.rating {
    padding: 0;
}
.single-sound ul.rating li {
    display: inline;
}
.single-sound ul.rating li i {
    color: #999999;
}
.single-sound ul.rating li.star-rate i {
    color: #ff8f00;
}

.post-categories, .post-categories li {
    display: inline-block;
    padding-left: 2px;
}

.tracks-list {
    margin-top: 30px;
}

#music-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}

/* Fix for posts without thumbnails - give catgory-box minimum height */
#podcast-series-section .catgory-box {
    min-height: 280px;
    height: 280px;
    position: relative;
    overflow: hidden;
}
#podcast-series-section .catgory-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#podcast-series-section .inner-catgory-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
}

.hidden-menu-item {
    display: none !important;
}

/* Align the logo/site title to the left */
.header-bg .col-lg-3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-bg .logo {
    text-align: left !important;
}

/* Fix search box to scale with header - rounded, no tails, full height */
.header-bg .col-lg-1 {
    padding: 0 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin-left: auto !important;
}
.search-box {
    position: static !important;
    height: 100%;
}
.search-box a {
    position: static !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #12AFF5;
    border-radius: 0 10px 10px 0;
    height: 100%;
    width: auto;
    margin-left: auto;
}
.search-box a:before,
.search-box a:after {
    display: none !important;
}

/* Mobile fix for search box */
@media (max-width: 991px) {
    .header-bg .col-lg-1 {
        flex: 0 0 auto !important;
        width: auto !important;
        margin-left: 0 !important;
        padding: 0 5px !important;
    }
    .search-box {
        display: flex;
        align-items: center;
    }
    .search-box a {
        border-radius: 5px;
        padding: 12px 12px !important;
        height: auto;
    }
}
