/* ============================================
   LAYOUT PRINCIPAL (do original)
   ============================================ */

.ms_main_wrapper {
    position: relative;
    min-height: 100vh;
}

/* SIDEBAR - 80px de largura, fixa à esquerda */
.ms_sidemenu_wrapper {
    position: fixed !important;
    width: 80px;
    background-color: #fff;
    height: 100%;
    z-index: 10000;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);
    transition: width 0.3s ease;
    overflow: hidden;
}

.ms_sidemenu_wrapper:hover,
.ms_sidemenu_wrapper.open_menu {
    width: 200px;
}

.ms_sidemenu_inner {
    width: 80px;
    transition: width 0.3s ease;
}

.ms_sidemenu_wrapper:hover .ms_sidemenu_inner,
.ms_sidemenu_wrapper.open_menu .ms_sidemenu_inner {
    width: 200px;
}

.ms_logo_inner {
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 164px;
    padding: 15px 0;
}

.ms_logo, .ms_logo_open {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.ms_logo_open {
    display: none;
}

.ms_sidemenu_wrapper:hover .ms_logo,
.ms_sidemenu_wrapper.open_menu .ms_logo {
    display: none;
}

.ms_sidemenu_wrapper:hover .ms_logo_open,
.ms_sidemenu_wrapper.open_menu .ms_logo_open {
    display: block;
}

/* HEADER - fixo, com margin-left 80px (sidebar) */
.ms_header {
    position: fixed;
    background-color: #fff;
    padding: 20px 50px;
    right: 0;
    left: 80px;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 0px 9px 1px rgba(4, 4, 4, 0.1);
}

/* CONTEÚDO - margin-left 160px, margin-right 80px */
.ms_content_wrapper {
    position: relative;
    margin-left: 160px;
    margin-right: 80px;
    padding-top: 60px;
}

/* BANNER */
.ms-banner {
    background-color: #e1f7ff;
    padding-left: 200px;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.ms_banner_img {
    text-align: center;
    max-width: 511px;
    width: 100%;
    float: left;
}

.ms_banner_img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ms_banner_text {
    width: calc(100% - 511px);
    float: left;
    padding-top: 135px;
    padding-left: 50px;
}

.ms_banner_text h1 {
    font-size: 45px;
    font-weight: bold;
    color: #202020;
    line-height: 1.1;
    margin-bottom: 5px;
}

.ms_banner_text h1.ms_color {
    color: #ff4865;
    font-size: 45px;
}

.ms_banner_text h3 {
    font-size: 24px;
    color: #ff4865;
    margin: 10px 0;
}

.ms_banner_text p {
    color: #777;
    margin: 15px 0 30px;
    line-height: 1.5;
}

.ms_banner_btn .ms_btn {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    background: #ff4865;
    color: #fff;
    border-radius: 20px;
    margin-right: 15px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
}

/* TOP STATIONS */
.ms_weekly_wrapper {
    padding-top: 50px;
    float: left;
    width: 100%;
}

.ms_weekly_inner {
    margin-left: 0;
    margin-right: 0;
}

.ms_weekly_box {
    float: left;
    width: 33.33%;
    padding: 20px 15px;
    position: relative;
}

.weekly_left {
    float: left;
    width: 80%;
}

.weekly_left span.w_top_no {
    font-size: 50px;
    font-weight: bold;
    color: #202020;
    display: inline-block;
    float: left;
    width: 50px;
    line-height: 50px;
}

.w_top_song {
    float: left;
    padding-left: 40px;
    width: calc(100% - 50px);
}

.w_top_song .w_tp_song_img {
    width: 50px;
    float: left;
    position: relative;
    overflow: hidden;
}

.w_top_song .w_tp_song_name {
    width: calc(100% - 50px);
    float: left;
    padding-left: 20px;
}

.w_top_song .w_tp_song_img img {
    border-radius: 5px;
    max-width: 100%;
}

.w_song_time {
    color: #ff4865;
    font-weight: 600;
}

.weekly_right {
    float: right;
    position: relative;
    width: 20%;
    text-align: right;
}

/* FEATURE STATIONS */
.ms_featured_slider {
    margin: 40px 0;
    float: left;
    width: 100%;
}

.ms_heading {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.ms_heading h1 {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #ff4865;
}

/* ADVERTISEMENT */
.ms_advr_wrapper {
    text-align: center;
    margin: 50px 0 10px;
    float: left;
    width: 100%;
}

/* NEW RELEASES */
.ms_releases_wrapper {
    margin: 50px 0 9px;
    display: inline-block;
    width: 100%;
}

/* LIVE RADIO / TRENDING */
.ms_radio_wrapper {
    margin: 30px 0 0;
    position: relative;
}

/* PLAYER - fixo no rodapé */
.ms_player_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);
    background-color: #1b2039;
    z-index: 10000;
}

/* FOOTER */
.ms_footer_wrapper {
    background: #fff;
    padding-top: 50px;
    margin-bottom: 75px;
    float: left;
    width: 100%;
}

.ms_footer_inner {
    padding: 0px 80px 2px 160px;
}

.footer_box {
    margin-top: 35px;
    padding-right: 55px;
}

h1.footer_title {
    font-size: 18px;
    color: #ff4865;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

/* NAVEGAÇÃO */
.ms_nav_wrapper {
    padding: 0;
    position: absolute !important;
    left: 0;
    top: 164px;
    right: 0;
    bottom: 70px;
}

.ms_nav_wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ms_nav_wrapper ul li {
    width: 100%;
    display: block;
}

.ms_nav_wrapper ul li a {
    color: #777;
    text-transform: capitalize;
    width: 100%;
    display: block;
    padding: 9px 0;
    position: relative;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.ms_nav_wrapper ul li a:hover,
.ms_nav_wrapper ul li a.active {
    background-color: #ff5471;
    color: #fff;
}

/* NAV CLOSE BUTTON */
.ms_nav_close {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    position: absolute;
    right: -24px;
    top: 50%;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: -1;
    box-shadow: 0px 0px 18px 2px rgba(4, 4, 4, 0.1);
}

/* TOP SEARCH */
.ms_top_search {
    max-width: 395px;
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

.ms_top_search .form-control {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 45px;
    color: #777;
    border-radius: 5px;
    border: 1px solid #ff4865;
    width: 100%;
}

.ms_top_trend {
    float: left;
    line-height: 40px;
    padding-left: 50px;
    color: #ff4865;
}

.ms_top_right {
    line-height: 40px;
    float: right;
}

.ms_top_btn {
    float: right;
}

.ms_btn {
    background-color: #ff4865;
    color: #fff;
    height: 30px;
    display: inline-block;
    padding: 0 20px;
    line-height: 32px;
    border-radius: 20px;
    margin-left: 15px;
    text-decoration: none;
    text-align: center;
}

.ms_top_lang {
    color: #ff4865;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    padding-right: 23px;
    margin-right: 15px;
}

/* RCENT BOX */
.ms_rcnt_box {
    text-align: center;
}

.ms_rcnt_box_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ms_rcnt_box_img img {
    width: 100%;
    border-radius: 10px;
}

.ms_rcnt_box_text {
    text-align: left;
    margin-top: 20px;
}

.ms_rcnt_box_text h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.ms_rcnt_box_text h3 a {
    color: #202020;
    text-decoration: none;
}

/* DIVIDER */
.ms_divider {
    float: left;
    width: 100%;
    border: 0;
    height: 2px;
    background: #dadada;
}

/* RADIO ICON SVG */
.ms_nav_wrapper span.nav_icon>.icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/svg/icon.svg');
    background-repeat: no-repeat;
}

/* BXS SLIDER */
.bx-wrapper {
    position: relative;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: center;
    line-height: 40px;
}

.bx-wrapper .bx-prev {
    left: 20px;
}

.bx-wrapper .bx-next {
    right: 20px;
}

.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
    font-size: 18px;
    color: #ff4865;
    line-height: 40px;
}

/* RESPONSIVO */
@media (max-width: 1200px) {
    .ms_content_wrapper {
        margin-left: 120px;
        margin-right: 50px;
    }
    .ms_banner_text {
        width: calc(100% - 470px);
    }
    .ms_banner_text h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .ms_sidemenu_wrapper {
        left: -250px;
        width: 250px;
    }
    .ms_sidemenu_wrapper.open_menu {
        left: 0;
    }
    .ms_sidemenu_inner {
        width: 250px;
    }
    .ms_header {
        left: 0;
    }
    .ms_content_wrapper {
        margin-left: 0;
        margin-right: 0;
        padding: 0 20px;
    }
    .ms-banner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ms_banner_text {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .ms_banner_img {
        max-width: 100%;
    }
    .ms_weekly_box {
        width: 100%;
    }
    .ms_footer_inner {
        padding: 0 20px;
    }
    .ms_player_wrapper {
        z-index: 10000;
    }
}