/*
 * Theme: Rádio Feliz
 * Author: Opec Rádio
 * Copyright 2011-2021
 */

 body {
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
 }

 .logo svg, .logo img {
    height: 180px !important;
 }

/* -- full bar top -- */
.fullbartop {
    background-color: #FEF9C0;
    color: #D20043;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fullbartop a {
    text-decoration: none;
    color: #D20043;
}

.fullbartop a i {
    font-size: 18px;
    margin-right: 5px;
}

.fullbartop .links-left a {
    margin-right: 15px;
}

.fullbartop .links-right a {
    margin-left: 15px;
}

/* -- menu -- */
.menu {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
    display: none;
}

.menu ul {
    list-style: none;
}

.menu ul li a {
    text-decoration: none;
    color: #FEF9C0;
    border-bottom: 0px solid rgba(0,0,0,0);
}

.menu ul li a:hover {
    text-decoration: none;
    color: #FEF9C0;
    font-weight: bold;
    border-bottom: 0px solid #FEF9C0;
}

/* -- menubar -- */
.menubar {
    background-color: #ffffff;
    padding-top: 15px;

}

.menubar a {
    color: #FEF9C0;
    text-decoration: none;
}

.menubar .links-right {
    padding-top: 50px;
}

.menubar .links-right a {
    font-size: 38px;
    margin-left: 20px;;
}

.menubar .links-right #menu {
    padding-left: 20px;
    border-left: 1px solid #FEF9C0;
}

/* -- pubtop -- */
.pubtop {
    background-color: #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* -- features -- */
.features {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.features .box_title {
    text-align: right;
    border-bottom: 2px solid #444;
    text-transform: uppercase;
}

.features .box_title span {
    background-color: #444;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}

/* -- top10 -- */
.top10 {
    padding: 15px;
    background-color: #123D73;
    border-radius: 10px;
    margin-top: 20px;
}

.top10 .item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.top10 .music_position {
    font-size: 32px;
    color: rgba(255,255,255,0.6);
    font-weight: bold;
}

.top10 .music_name {
    color: #fff;
    display: block;
}
.top10 .music_author {
    color: rgba(255,255,255,0.6);
    display: block;
}

/* -- more news -- */
.generic_block_home {

    padding-top: 50px;
    padding-bottom: 50px;
}

.generic_block_home .block_title {
    text-transform: uppercase;
}

.generic_block_home .more_then {
    margin-top: 50px;
}

.generic_block_home .more_then a {
    font-size: 32px;
    border-radius: 30px;
    background-color: #444;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    text-transform: uppercase;
}

/* -- footer -- */
.footer {
    background-color: #D20043;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FEF9C0;
}

.footer a {
    color: #FEF9C0;
    text-decoration: none;
}

.footer .links-right {
    padding-top: 40px;
}


/* -- articles -- */
.article {
    padding-top: 15px;
    padding-bottom: 15px;
}

.article .cover-image {
    margin-bottom: 10px;
    display: block;
}

.article .cover-image img {
    border-radius: 5px;
}

.article .title {
    display: block;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
}

.article .publish_date {
    color: #888;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
}

/* -- internal -- */
.internal {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.internal.single_page {
    text-align: justify;
}

.internal.single_page h2.title {
    text-transform: uppercase;
    color: #444;
    margin-bottom: 15px;;
}

    /* ----- distributed ----- */
    .distributed {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 11px;
        color: #444;
    }

    .distributed a {
        color: #444;
        text-decoration: underline;
    }

    /* ----- members ----- */

    .member {
        margin-bottom: 20px;
    }

    .member h6 {
        color: #444;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .member .socials a {
        color: #444;
        margin-right: 10px;;
    }

/* -- post -- */
.member .disabled {
    opacity: 0.5;
}

.post {
    margin-bottom: 20px;
}

.post .title {
    border-bottom: 1px solid rgba(0,0,0,0.5);
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #444;
}

.post .title a {
    text-decoration: none;
    color: #444;
}

.post .meta {
    margin-bottom: 15px;
}
.post .meta time {
    color: #444;
    float: right;
    font-size: 12px;
}

.post .meta .category a {
    text-decoration: none;
    color: #fff;
    background-color: #444;
    padding: 3px 15px;
    border-radius: 3px;
}

.post .image {
    margin-bottom: 20px;
}

    /* ----- sidebar ----- */
    .sidebar .box {
        margin-bottom: 20px;
        margin-top: 8px;
    }

    .sidebar .box h4 {
        border-bottom: 1px solid rgba(0,0,0,0.5);
        color: #444;
        padding: 5px;
        text-transform: uppercase;
        text-align: right;
    }

.on-air {
    font-size: 34px;
    padding: 10px;
    background-color: #fc0;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.on-air i {
    font-size: 28px;
}

.on-air-title h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 30px;
}

.on-air-title p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}

.on-air-logo {
    margin: 20px 0;
}

.on-air-player {
    margin: 20px 0;
}

.on-air-next {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.2);
    text-align: right;
}

.on-air-next h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.on-air-next h5 {
    font-weight: bold;
}
