body {
    background: var(--tp-site-background);
}

a {
    text-decoration: none;
    color: var(--tp-site-color);
}

.navbar-menu {
    background: var(--tp-menu-background);
    padding: 20px;
    color: var(--tp-menu-color);
}
.navbar-menu .navbar-brand{
    color: var(--tp-menu-color);
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-menu .navbar-brand img{
    height: 80px;
}
.navbar-menu .nav-link {
    color: var(--tp-menu-color);
}
.navbar-menu .nav-link:hover {
    opacity: 0.7;
}
.navbar-menu .dropdown-menu {
    background: var(--tp-menu-background);
    border-radius: 0;
    min-width: 200px;
    padding: 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
.navbar-menu .dropdown-menu li:hover {
    background-color: rgba(0,0,0,0.1);
}

.container-fluid{
    width:100%!important;
}

main {
    padding: 0;
    min-height: 100vh;
}

.footer {
    background: var(--tp-menu-background);

    color: var(--tp-menu-color);
}

.footer footer {
    padding: 20px;
}

.site-content {
    background: var(--tp-content-background);
    color: var(--tp-site-color);
}
.container-fluid.site-content {
    max-width: 1500px;
}

.container-fluid.container-menu, .container-fluid.container-footer {
    max-width: 1500px;
}

.site-content .content-sidebar-right{
    padding: var(--tp-main-padding);
}

.site-content .content-sidebar-left{
    padding: var(--tp-main-padding);
}

.site-content .content-sidebar-no{
    padding: var(--tp-main-padding);
}

.site-content .content-sidebar-no-news{
    padding: var(--tp-main-padding);
}

.sidebar {
    background: var(--tp-sidebar-background);
    padding: var(--tp-sidebar-padding);
}

.sidebar .card {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.sidebar .card .card-header {
    background: var(--tp-block-title-background);
    padding: var(--tp-block-title-padding);
    border-radius: 0;
    color: var(--tp-block-title-color);
    text-align: var(--tp-block-title-align);
    font-size: var(--tp-block-title-size);
    text-transform: var(--tp-block-title-transform);
    font-weight: bold;
    margin: 0;
    border-top: var(--tp-block-title-border-top);
    border-bottom: var(--tp-block-title-border-bottom);
    border-left: var(--tp-block-title-border-left);
    border-right: var(--tp-block-title-border-right);
    border-radius: var(--tp-block-title-border-radius);
}

.sidebar .card .card-body {
    background: var(--tp-block-content-background);
    padding: var(--tp-block-content-padding);
    color: var(--tp-block-content-color);
    margin: 0;
    border-radius: 0;
    border-top: var(--tp-block-content-border-top);
    border-bottom: var(--tp-block-content-border-bottom);
    border-left: var(--tp-block-content-border-left);
    border-right: var(--tp-block-content-border-right);
    border-radius: var(--tp-block-content-border-radius);
}

.sidebar .card .card-body .publish-date {
    font-size: 12px;;
}

.sidebar .card .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar .card .card-body ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
}
.sidebar .card .card-body ul li:hover {
    background-color: rgba(0,0,0,0.1);
}

.sidebar .card .card-body ul li h4 {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 10px 0 10px 0;
}
.sidebar .card .card-body ul li p {
    line-height: 12px;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.sidebar .card .card-body ul li .post-image {
    display: block;
    width: 95px;
    height: 95px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    border-radius: var(--tp-block-content-post-image-border-radius);
}

/*.sidebar .card .card-body .categories {

}*/
.sidebar .card .card-body .categories li {
    padding: 0;
}
.sidebar .card .card-body .categories li a {
    display: block;
    padding: 10px;
}

/*.sidebar .card .card-body .top10 {

}*/

.advertising-warning {
    text-align: right;
    width: 100%;
    font-size: 10px;
    margin-top: -15px;
    padding: 0;
    margin-bottom: 0;
}
.advertising-warning span {
    background-color: #fff;
    padding: 1px 5px;
    margin: 1px;
}

.top10 {
    list-style: none;
    margin: 0;
    padding: 0;
}
main .top10 li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.top10 .num {
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-right: 15px;
    color: var(--tp-menu-background);
}
.top10 h6 {
    padding: 0;
    margin: 0;
    font-weight: bold;

}
.top10 .btn-play {
    float: right;
    background: var(--tp-menu-background);
    color: var(--tp-menu-color);
}

.post-image {
    display: table;
    border-radius: var(--tp-image-radius);
    margin-bottom: 20px;
    width: 100%;
}

.post-highlighted .post-image .image {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    display: block;
}

.post-highlighted {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.post-highlighted h4 a {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: var(--tp-post-title-padding);
    font-weight: bold;
    color: var(--tp-post-title-color);
    border-top: var(--tp-post-title-border-top);
    border-bottom: var(--tp-post-title-border-bottom);
    border-left: var(--tp-post-title-border-left);
    border-right: var(--tp-post-title-border-right);
    display: block;
}

/*.posts {

}*/

.posts .post-feed .image {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    display: block;
    margin-bottom: 10px;
}

.categories .badge {
    border-radius: 0;
    background: var(--tp-post-category-background);
    color: var(--tp-post-category-color);
    padding: var(--tp-post-category-padding);
    border-top: var(--tp-post-category-border-top);
    border-bottom: var(--tp-post-category-border-bottom);
    border-left: var(--tp-post-category-border-left);
    border-right: var(--tp-post-category-border-right);
}

.posts .post-feed h6 a, .post h3, .site-title {
    text-transform: uppercase;
    margin: 10px 0 5px 0;
    padding: var(--tp-post-title-padding);
    font-weight: bold;
    color: var(--tp-post-title-color);
    border-top: var(--tp-post-title-border-top);
    border-bottom: var(--tp-post-title-border-bottom);
    border-left: var(--tp-post-title-border-left);
    border-right: var(--tp-post-title-border-right);
    display: block;
}

.posts .post-feed .categories {
    min-height: 20px;
    display: block;
}

.post .post-content p {
    text-align: justify;
}

.announcer-social {
    font-size: 22px;
    margin-right: 10px;
    opacity: 0.7;
}
.announcer-social:hover {
    opacity: 1;
}

/* --- pagination --- */

.active>.page-link, .page-link.active {
    background: var(--tp-menu-background);
    border-color: var(--tp-menu-background);
    color: var(--tp-menu-color);
}
.page-link {
    color: var(--tp-menu-background);
    background: var(--tp-menu-color);
}


/* --- buttons --- */

.btn-theme {
    background: var(--tp-menu-background);
    color: var(--tp-menu-color);
    opacity: 0.5;
}
.btn-theme:hover {
    background: var(--tp-menu-background);
    color: var(--tp-menu-color);
    opacity: 1;
}

.btn-theme-active, .btn-theme-active:hover {
    background: var(--tp-menu-background);
    color: var(--tp-menu-color);
}

.carousel-navigation {
    width: 100%;
    border-bottom: var(--tp-post-title-border-bottom);
    color: var(--tp-post-title-color);
    border-top: var(--tp-post-title-border-top);
    border-bottom: var(--tp-post-title-border-bottom);
    border-left: var(--tp-post-title-border-left);
    border-right: var(--tp-post-title-border-right);
}

.carousel-navigation .title {
    text-transform: uppercase;
    margin: 10px 0 5px 0;
    padding: var(--tp-post-title-padding);
    font-weight: bold;
    color: var(--tp-post-title-color);
    display: block;
}

.carousel-navigation button {
    background-color: transparent;
    border: 1px solid var(--tp-post-title-border-bottom);
    padding: 3px 10px;
    border-radius: 5px;
    color: var(--tp-post-title-border-bottom);
    font-size: 28px;
}

.posts .carousel-item .post-feed h6 a {
    color: #444;
    font-weight: bold;
    border: 0;

}

/* #bannerSlider {

}*/

#bannerSlider .carousel-caption {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.contact-logo {
    background: #efefef;
    padding: 10px;
    text-align: center;
    min-height: 465px;
    display: flex;
  justify-content: center;
  align-items: center;
}

.contact-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-methods li {
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.contact-methods li:hover {
    background-color: rgba(0,0,0,0.05);
}

.contact-methods li i {
    font-size: 26px;
    margin-right: 20px;
}

.player {
    background-color: #023059;
    padding: 5px 0 !important;
    color: #fff;
}

.player #player_button {
    height: 80px;
    width: 80px;
    background-color: #000;
    background-image: linear-gradient(to left bottom, #2c2d30, #212528, #171e1e, #0f1612, #080b00);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    border-radius: 50%;
    cursor: pointer;
    border-top: 2px solid rgba(255,255,255,0.3);
    border-right: 2px solid rgba(255,255,255,0.3);
    border-left: 2px solid rgba(0,0,0,0.6);
    border-bottom: 2px solid rgba(0,0,0,0.6);
    box-shadow: 0 0 10px #000;
}
.player #player_button.off {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}
.player #player_button.on {
    color: #aeff00;
    text-shadow: 0 0 5px #aeff00;
}

.player #artist_name {
    color: #aeff00;
    font-weight: bold;
}

.player .badge-player {
    background-color: #aeff00;
    color: #000;
}

@media only screen and (max-width: 600px) {
    .sidebar {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
    footer {
        font-size: 11px;
    }
    .posts .post-feed h6 a, .post h3, .site-title {
        font-size: 12px;
    }
    .posts .post-feed .image {
        width: 100%;
        height: 100px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover !important;
        display: block;
        margin-bottom: 10px;
    }
    .posts .post-feed .categories {
        display: none;
    }
    .post-highlighted .post-image .image {
        width: 100%;
        height: 200px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover !important;
        display: block;
    }

    .post-highlighted {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 15px;
    }

    .post-highlighted h4 a {
        text-transform: uppercase;
        margin: 0 0 5px 0;
        padding: var(--tp-post-title-padding);
        font-weight: bold;
        color: var(--tp-post-title-color);
        border-top: var(--tp-post-title-border-top);
        border-bottom: var(--tp-post-title-border-bottom);
        border-left: var(--tp-post-title-border-left);
        border-right: var(--tp-post-title-border-right);
        display: block;
        font-size: 18px;
    }
    .title {
        font-size: 16px;
        font-weight: bold !important;
    }
    .contact-methods li {
        font-size: 16px !important;
    }
    .contact-methods li i {
        font-size: 16px !important;
    }
}
