/*
Theme Name: Remixgram Ch
Author: Remixgram
Author URI: Remixgram.com
Description: Remixgram
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Remixgram
Template: Remixgram
*/

body {
    background: #06071a !important;
}
.logini-container input {
    background-color: #46475b !important;
    color: #8e939b !important;
}
.logini-container .form-holder .main-holder {
    background: #1b233a !important;
}








body {
    text-transform: capitalize;
}

.active-playAlbum{
    background: linear-gradient(90deg, rgb(87, 64, 18) 60%, rgb(6, 8, 42) 100%) !important;
    border: solid 1px #fdaf1a;
}


@media screen and (max-width: 768px) {
    .artist_info .image img {
        height: auto;
        width: 120px;
    }
}
@media screen and (max-width: 500px) {
    .artist_info {
        justify-content: start;
    }
    .artist_info .image {
        margin-left: 15px;
    }
}

.menu_mobile {
    background: #06071a;
    color: #BDBDBD;
}
.plyr__progress__buffer {
    height: var(--plyr-range-track-height,3px);
}
.mobile-fix-menu svg{
    color:#BDBDBD;
}
.postItem .postItem_image img{
    /*height: 169px;*/
    height: auto;
    max-width: 100%;
}
h2{
    color: #FFF;
    font-weight: bold;
}
a{
    color: #BDBDBD;
}
.text-primary{
    color: #feaf0e !important;
}



.right-menu-sidebar{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    /*padding: 35px 0 0;*/
    background: #1B233A;
    width: 100%;

}
@media (min-width: 1200px) {
    .right-menu-sidebar{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        padding: 35px 0 0;
        background: #1B233A;
        width: 260px;
    }
    .app-content{
        margin-right: 260px;
    }
}

@media (min-width: 768px) {
    .fs-md-1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .fs-md-2 {
        font-size: calc(1.325rem + .9vw);
    }

    .fs-md-3 {
        font-size: calc(1.3rem + .6vw);
    }

    .fs-md-4 {
        font-size: calc(1.275rem + .3vw);
    }

    .fs-md-5 {
        font-size: 1.25rem;
    }

    .fs-md-6 {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .fs-lg-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .fs-lg-2 {
        font-size: calc(1.325rem + .9vw) !important;
    }

    .fs-lg-3 {
        font-size: calc(1.3rem + .6vw) !important;
    }

    .fs-lg-4 {
        font-size: calc(1.275rem + .3vw) !important;
    }

    .fs-lg-5 {
        font-size: 1.25rem !important;
    }

    .fs-lg-6 {
        font-size: 1rem !important;
    }
}
@media (min-width: 1200px) {
    .fs-xl-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .fs-xl-2 {
        font-size: calc(1.325rem + .9vw) !important;
    }

    .fs-xl-3 {
        font-size: calc(1.3rem + .6vw) !important;
    }

    .fs-xl-4 {
        font-size: calc(1.275rem + .3vw) !important;
    }

    .fs-xl-5 {
        font-size: 1.25rem !important;
    }

    .fs-xl-6 {
        font-size: 1rem !important;
    }
}

.top_nav li.menu-item a{
    display: block;
    padding: 16px;
}
.top_nav li.menu-item:hover{
    background: #414248;
    border-radius: 12px;
    cursor: pointer;
}
.top_nav li.menu-item:hover a{
    color: #FEAF0E !important;
}
.player-btns{
    position:absolute;
    right: 0;
    left: 0;
}
@media screen and (max-width: 960px) {
    .album_item .rightSide {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1200px) {
    #player {
        bottom: 72px;
        padding-bottom: 0;
    }
    .album_list .album_item {
        padding: 8px 10px !important;
        padding-left: 0 !important;
    }
    .search_wrap, .top_nav {
        display: none;
    }

    .player-btns{
        left: auto;
        right: 0;
    }
    #player .plyr__controls__item.plyr__control.play_button svg {
        width: 26px !important;

    }
    .custom_next, .custom_prev {
        margin: 0 2px;
    }
    #player .plyr__control.custom_prev svg, #player .plyr__control.custom_next svg {
        width: 22px !important;
    }
    body, html {
        font-size: 12px;
    }
    .album_list .album_item .album_item__title {
        font-size: 12px !important;
    }
    .album_list .album_item .album_item__artist a {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 500px) {
    .album_item .leftSide {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .elementor img {

        width: 50px;
    }
}

@media screen and (max-width: 1200px) {
    #player .plyr__volume {
        display: none;
    }
}
@media screen and (min-width: 1200px) {

    .mobile-logo{
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .nav_trigger, .search_trigger {
        display: block;
    }
}


.right-menu-sidebar .search_mobile .search_trigger{
    background: none;
    border: none;
    color: var(--primaryTextColor);
    font-size: 23px;
    line-height: 0;
    outline: none;
    padding: 0;
}


.right-menu-sidebar .nav_trigger{
    font-size: 32px;
}
.searchCanvas .search_submit {
    bottom: 0;
    top: 0;
    font-size: 24px;
    padding: 6px;
    background: #fff;
    color: #292a32;
}

.mobile-search .search__input{
    background: #ffffff24;
    border: 1px solid transparent;
    border-radius: .75rem;
    color: #fff;
    font-size: 14px;
    min-width: 220px;
    outline: none;
    padding: 10px 30px;
    -webkit-transition: all .2s;
    transition: all .2s
}
.mobile-search .search_submit{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 25px;
    justify-content: center;
    line-height: 0;
    outline: none;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    margin-right: 0;
    min-width: auto;
}
.offcanvas.offcanvas-top.menu_mobile.show {
    height: 100% !important;
}
/*hide admin bar*/
/*#wpadminbar { display:none !important;}*/
/*html {*/
/*margin-top: 0 !important;*/
/*}*/
/*hide admin bar end*/


.logini-login a.logini-modal-opener.default{
    width: auto;
    white-space: nowrap;
}
.logini-login a.default{
    width: auto;
    white-space: nowrap;
}


.genre_music .genre_music__header h3{
    color: var(--primaryTextColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.genre_music .genre_music__header {
    padding: 15px 0;
}

.genre_music .button_wrap .button-next ,.genre_music .button_wrap .button-prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #575757;
    border-radius: 100px;
    color: #575757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    justify-content: center;
    line-height: 0;
    margin-right: 6px;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 32px;
}

.genre_music .button_wrap .button-prev.swiper-button-disabled , .genre_music .button_wrap .button-next.swiper-button-disabled{
    opacity: .3;
}


.genre_music .button_wrap .button-next:hover , .genre_music .button_wrap .button-prev:hover{
    background: #feaf0e4a;
    border-color: #feaf0e4a;
    color: #fff;
}
.genre_music .button_wrap .button-next:hover svg.ficon , .genre_music .button_wrap .button-prev:hover svg.ficon{
    color: #fff;
}


.btn-primary-rg{
    align-items: center;
    background: #fdae0d;
    border: none;
    border-radius:  5px;
    color: #000;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 0;
    outline: none;
    padding: 20px;
}
.btn-primary-rg:hover{
    background: #ee8901;
    color: #000;
}
.btn-outline-primary-rg
{
    align-items: center;
    background: #fdae0d00;
    border-radius: 5px;
    color: #fdae0d;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 0;
    outline: none;
    padding: 20px;
    border: solid 2px #fdae0d;
}
.btn-outline-primary-rg:hover{
    background: #fdae0d;
    color: #000;
}
body{
    background: #06071a;
}
.header
{
    background: transparent;
}
.header.fixed
{
    background: #06071a !important;
}
.leftSide .search_wrap .search_submit {
    height: auto;
    width: auto;
}
.leftSide .search_wrap .search__input {
    background: #303141;
    padding: 10px 46px;
}
.leftSide .search_wrap .search__input::placeholder {
    color: #BDBDBD;
}
svg.ficon {
    height: 2.5rem;
    width: 2.5rem;
    color: #BDBDBD;
    stroke-width: 1.3;
}
.search_wrap svg.ficon{
    height: 2rem;
    width: 2rem;
}

.login-btn{
    background: #2E1F09 !important;
    border: solid 1px #FEB00E !important;
    color: #FFFFFF !important;
}
.login-btn svg {
    color: #DF9B0F;
}
.header.stick_header {
    background: transparent;
    box-shadow: none;
}
.album_list .album_item{
    background: #1B233A;
    padding: 12px 18px;
}
.album_list .album_item:hover{
    background: linear-gradient(90deg, rgb(87, 64, 18) 60%, rgb(6, 8, 42) 100%);
}

.album_list .album_item .album_item__title {
    color: #1B233A;
    font-size: 16px;
    display: block;
}
.album_list .album_item .album_item__artist {
    color: #BDBDBD;
    font-size: 14px;
    display: block;
}
.album_list .album_item .album_item__artist a {
    font-size: 14px;
    font-weight: normal;
}
.album_list .album_item .album_item__title::before{
    display: none;
}
.album_list .album_item .album_item__title {
    color: #F2F2F2;
    font-size: 14px;
}
.album_list .album_item .play button {
    line-height: inherit;
    color: #BDBDBD;
}
.fs-7{
    font-size: 0.85rem !important;
}
.link-primary{
    color: #BDBDBD;
}
.link-primary:hover  {
    color: #F1AE00 !important;
}
.link-primary:active , .link-primary:focus{
    color: #BDBDBD ;
}
.link-primary:hover  svg.ficon{
    color: #F1AE00 !important;
}
.rounded-10{
    border-radius: 10px !important;
}
.postItem {
    background: #1B233A;

}
.swiper-primary .swiper-img ,  .swiper-primary .wp-post-image , .swiper-primary .image_overlay{
    border-radius: 100px !important;
}
.swiper-primary .postItem_image{
    border-radius: 100px !important;
    margin-top: -60px;
    border: solid 1px #bdbdbd54;
}
.swiper-primary{
    margin-top: 45px;
}

.postItem .postItem_image .image_overlay {
    background: linear-gradient(0, rgba(234, 155, 0, 0.54) 0%, rgba(6, 8, 42, 0.17) 100%);

}
.swiper-primary .postItem::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    background: #27314D;
    top: 0;
    width: 85%;
    margin: auto;
    z-index: -1;
    border-radius: 10px;
    display: none;
}
.swiper-primary .postItem::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    background: #363F58;
    top: 0;
    width: 65%;
    margin: auto;
    z-index: -1;
    border-radius: 10px;
    display: none;
}
.swiper-wrapper {
    padding: 12px;
}
#player #close_player{
    display: none;
    background: #1b233a;
}
@media screen and (max-width: 1100px) {
    #player #close_player {
        background: #bdbdbd;
        border-radius: 100px;
        color: #06071b;
        border: none;
    }
}
#player {
    background: #06071B;
    -webkit-box-shadow: 0 0 36px 0 #363857;
    box-shadow: 0 0 36px 0 #363857;
}
#player .song_name {
    color: #F2F2F2;
}
.plyr__time + .plyr__time::before {
    display: none;
}
#player .plyr__control.custom_prev svg , #player .plyr__control.custom_next svg{
    width: 24px;
    height: auto;
    color: #F2F2F2;
}
#player .plyr__controls__item.plyr__control.play_button svg{
    width: 32px;
    height: auto;
    color: #F2F2F2;
}
#player .plyr__controls__item.plyr__control.play_button {
    padding: 12px;
}
.musicsara_carousel .swiper-pagination .swiper-pagination-bullet-active, .plyr__controls .play_button {
    background: #F1AE00;
}
#player  .plyr--full-ui .plyr__volume input[type="range"]{
    color:#F2F2F2;
}
#player  .plyr--full-ui .plyr__volume svg{
    width: 24px;
    height: auto;
}
.plyr--audio .plyr__volume .plyr__control:hover{
    border-radius: 100px;
    background: #f1ae0080;
}
.plyr__controls__item.plyr__control.play_button{
    background: #f1ae0080;
}
.plyr__controls__item.plyr__control.play_button.plyr__control--pressed{
    background: #f1ae00;
}

.app-content {
    margin-bottom: 200px;
}

#player .plyr__control.custom_next.disabled svg  , #player .plyr__control.custom_prev.disabled svg{
    color: #F2F2F25E;
}
.disable-btn{
    pointer-events: none;
}
.single_info .single_info__cover img{
    border-radius: 36px;
}

@media screen and (max-width:450px) {
    .album_list .album_item .album_item__title {
        color: #F2F2F2;
        font-size: 11px !important;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 170px;
        direction: ltr;
    }
}
@media screen and (max-width:400px) {
    .album_list .album_item .album_item__title {
        color: #F2F2F2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 130px;
        direction: ltr;
    }
}



.artist_info h1 {
    font-weight: 700;
}
.artist_info .image img {
    border-radius: 26px;
}
.pagination span {
    background: #ec870c;
    color: #fff;
    border-radius: 14px;

}
.pagination a {
    background: #1b233a;
    border-radius: 14px;
}
.pagination a:hover {
    color: #06071a;
}
.pagination {
    margin-top: 32px;
}


@media screen and (max-width: 350px) {
    .album_item .leftSide{
        width: auto;
    }
}

.post_content {
    background: #1b233a;
}
@media only screen and (max-width: 480px) {
    .rcp-table td::before {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 900px) {
    #rcp-payment-history td {
        display: inline-block !important;
        margin-bottom: 8px;
    }
}
.rcp-table-wrapper {
    width: auto;
    max-width: none !important;
}
@media screen and (max-width: 900px) {
    .rcp-table td {
        display: block;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 900px) {
    .rcp-table td {
        display: block;
        margin-bottom: 2px !important;
    }
}
.rcp_registration_total_details tr {
    padding-block: 4px !important;
}
@media only screen and (max-width: 480px) {
    .rcp-table tr td {
        text-align: right !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    table.rcp-table {
        width: 100% !important;
    }
    .rcp_registration_total_details tr {
        width: 100% !important;
        max-width: 100%;
    }
    #rcp_submit{
        width: 100%;
        margin-top: 12px;
    }
    .rcp_sub_details_renew{
        width: 100%;

    }
    .rcp_sub_details_renew button{
        width: 100%;
        padding: 10px 24px;
        border-radius: 12px !important;
    }
    .rcp_sub_details_change_membership{
        width: 100%;
    }
    .rcp_sub_details_change_membership button{
        width: 100%;
        padding: 10px 24px;
        border-radius: 12px !important;
    }
    #rcp-account-overview td.actions-button {
        flex-direction: column;
    }

}

@media only screen and (max-width: 900px) {
    #rcp-account-overview td{
        display: flex;
        justify-content: space-between;
    }

    #rcp-account-overview td.actions-button::before{
        display: none;
    }
    #rcp-account-overview td.actions-button a{
        width: 100%;
        margin: 1px 8px;
        line-height: 2;
    }
    #rcp-account-overview td.actions-button a button{
        width: 100%;
    }
    #rcp-payment-history td {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    #rcp-payment-history .hide-mobile{
        display: none !important;
    }
}
#rcp-account-overview td.actions-button a{
    width: 100%;
    margin: 1px 8px;
    line-height: 2;
}
#rcp_submit{
    margin-top: 12px;
}
a:hover {
    color: #ffc107;
    text-decoration: none;
}
.logini-container .form-holder .title {
    margin-bottom: 37px;
    text-align: center;
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 38px;
    color: #fff;
}
button, input {
    border-radius: 12px !important;
}

.logini-container input {
    background: #45465b !important;
}
.logini-container .img-logo{
    width: 60px;
    height: auto;
}
.loading-holder {
    background: #1b233a99 !important;
}
#email-action{
    display: none !important;
}

.logini-container input {
    font-size: 18px !important;
    color: #e7e9eb !important;
}
.preloader-ajax{
    display: none;

}
.preloader-ajax-active .preloader-ajax-box{
    position: fixed;
    z-index: 9999999999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #06071a;
    opacity: .7 !important;
    pointer-events: unset !important;
    filter: blur(3px) !important;
}
.preloader-ajax-active .preloader-ajax{
    position: fixed;
    z-index: 99999999999999991;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    align-items: center;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    height: 0;


}
.preloader-ajax-active .preloader-ajax div{
    color: #dcdde4;
    margin-top: 10px;
}
.preloader-ajax{
    height: 0;

}

.panel_header::before {
    background: none !important;

}
.woocommerce-MyAccount-content_ {
    background: #1b233a !important;
    color: #fff !important;
}


.demo-badge{
    position: absolute;
    left: -36px;
    top: 11px;
    transform: rotate(-45deg);
    font-size: 10px;
    background: #ffcb67;
    color: #06071a;
    padding: 2px 12px;
    width: 110px;
    text-align: center;
    font-weight: 600;
}

.album_list .album_item.playAlbumRow{
    position: relative;
    overflow: hidden;
}
.demo-sub-text{
    font-size: 12px !important;
    display: inline-block;
}
@media screen and (max-width: 740px) {
  .demo-sub-text{
      font-size: 10px !important;
      max-width: 120px;
  }
    .album_list .album_item .album_item__artist a.demo-sub-text{
        font-size: 10px !important;
    }
    .album_item .leftSide a.demo-sub-text {
        margin-bottom: 0!important;
    }
    .album_list .album_item:hover {
        background: #1B233A ;
    }
    .playAlbumRow .link-primary:hover {
        color: #BDBDBD !important;
    }
}
@media screen and (max-width: 400px) {
  .demo-sub-text{
      max-width: 120px;
  }
}

.player-img-tumb-box{
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 10;
}.player-img-tumb-box.active{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #06071ade center center / contain no-repeat;
     width: 100%;
     height: 100%;

}
.player-img-tumb-box.active img.big-tumb{
    width: auto;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 16px !important;
}
.big-tumb{
    display: none;
}
.player-img-tumb-box.active img.big-tumb{
display: block;
}
.rcp_registration_total_details tr {
    border-bottom: 1px solid #8c909b70 !important;
}
.rcp-fee, .rcp_registration_total_details .membership-level-price, .rcp_registration_total_details .rcp-recurring-total, .rcp_registration_total_details .rcp-renewal-date, .rcp_registration_total_details .rcp-total {
    border-bottom: 1px solid #8c909b70 !important;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0;
}
@media screen and (min-width: 501px) {
    .counter-num{
        left: 19px !important;
    }
}


@media screen and (max-width: 768px) {
  .single_info .single_info__cover img {
    width: 120px;
      border-radius: 26px;
      max-width: 150px;
      height: auto;
  }

    .single_info {
        flex-wrap: unset;
    }
    .single_info__cover {
        margin-bottom: 0 !important;
    }
    .single_info__details {
        align-items: start;
        display: flex;
        flex-direction: column;
    }
    .single_info .single_info__cover {
        margin-left: 20px;
    }
    .single_info .single_info__details h1 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 960px) {
  .single_info__cover {
    margin-bottom: 15px;
  }
}


