@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600&display=swap');

html{
    overflow-x: hidden;
}

/******************************* Cookies ****************************/
#moove_gdpr_cookie_info_bar{
    max-width: 320px;
    bottom: 5px !important;
    left: 50% !important;
    transform: translateX(-50%);
    background-color: #101010 !important;
    border-top: none !important ;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{
    padding: 15px 20px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content{
    flex-direction: column;
    padding: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{
    padding-left: 0 !important;
    padding-top: 10px;
}
#moove_gdpr_cookie_info_bar .mgbutton{
    min-width: 225px !important;
}
#moove_gdpr_cookie_info_bar a{
    color: #0c4da2 !important;
}
#moove_gdpr_cookie_info_bar a:hover{
    text-decoration: none !important;
}
/******************************* top header ****************************/
.top--header{
    background: #101010;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 20px 0 8px;
}
.top--header ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.top--header ul li{
    margin-left: 12px;
    margin-bottom: 12px;
}
.top--header img{
    width: 30px;
    display: block;
}
.top--header a{
    font-family: 'Khand', sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.top--header .all-countries{
    background-color: #C70D2F;
    padding: 0px 8px;
}
.top--header .all-countries:hover{
    background-color: #ff0442;
}
/******************************* header ****************************/
.genesis-skip-link{
    display: none
}
.menu--hamburger{
    display: none;
    font-size: 34px;
    margin-left: auto;
    color: #fff;
}
.menu--hamburger i{
    padding: 0 15px;
}
.site-header{
    background-color: #101010;
    height: 72px;
    margin-bottom: 15px;
}
.site-header a{
    color: #fff;
    text-decoration: none;
    font-family: 'Khand', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.site-header a h1{
    text-transform: initial;
}
.site-header ul{
    padding-left: 0;
}
.site-header li{
    list-style: none;
    margin-right: 25px;
}
.site-header span{
    font-size: 50px;
    text-transform: initial;
    font-weight: 600;
}
.site-header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    padding: 0 15px;
}
.site-header .menu-toggle{
    display: none
}
.nav-primary .menu{
    display: flex;
}
.nav-primary .menu i{
    font-size: 14px;
    margin-right: 4px;
}
.nav-primary .menu--close{
    display: none;
    color: #fff;
    font-size: 34px;
}
.contact-info{
    display: flex;
    align-items: center;
    height: 100%;
}
.contact-info a{
    padding: 0 25px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255,255,255,0.4);
	border-left: 1px solid rgba(255,255,255,0.4);
}
.contact-info img{
    width: 35px;
    max-width: initial;
    
}
/* superfly */
.sfm-rollback{
    display: none;
}
.sfm-pos-right .sfm-rollback{
    right: 92px;
    top: 5px;
    position: absolute;
    height: 50px;
}
.sfm-pos-right .sfm-rollback .sfm-navicon-button{
    background-color: transparent;
}
.sfm-pos-right #sfm-sidebar .sfm-widget-bottom{
    position: relative;
}
.sfm-pos-right .sfm-widget-bottom .socials{
    padding-left: 10px;
}


/******************************* Base ****************************/

body{
    margin: 0;
    background-color: #E5E5E5;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.1;
}
h1{
    font-size: 50px;
}
h4{
    font-size: 22px;
}
h6{
    font-size: 18px;
}
p{
    font-family: 'Khand', sans-serif;
}
i{
    font-family: 'fontawesome';
    font-style: normal;
    transition: all 0.3s ease;
}
.wrapper{
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row-wrap{
    display: flex;
    flex-wrap: wrap;
}
.column-md-4{
    width: 25%;
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.column-md-12{
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.show-mobile-div{
	display: none!important;
}
.figure-row img{
 	width: 100%;
	margin: 0 auto;
}
@media (max-width: 1024px){
    .column-md-4{
        width: 33.33%;
    }
}
@media(max-width: 768px){
    h1{
        font-size: 30px;
    }
    h4{
        font-size: 20px;
    }
    .column-md-4{
        width: 50%;
    }
   .show-mobile-div{
	 display: block!important;
   }
}
/* hero */
.home--hero{
    margin-bottom: 15px;
}
.hero--banner{
    /* min-height: 320px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 15px 12px;
    position: relative;
}
.hero--banner .control-play .loading{
    display: none;
}
.hero--banner.loading .control-play .loading{
    display: block;
}
.hero--banner.loading .control-play .fa-pause{
    display: none;
}
.hero--banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
}
.hero--banner > *{
    position: relative;
}
.hero--banner h3{
    background-color: #fff;
    padding: 6px 12px 4px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.87);
    margin-bottom: 10px;
    text-align: center;
    min-width: 200px;
}
.hero--banner h1{
    text-shadow: 0px 0 2px rgba(0, 0, 0, 0.7);
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 32px;
}
.hero--banner h2{
    color: #C70D2F;
    margin-bottom: 5px;
}
.hero--banner h4{
    color: #fff;
    text-align: center;
}
.home--musics .wrapper{
    max-width: 1314px;
    padding-left: 9px;
    padding-right: 9px;
}
.home--musics *{
    box-sizing: border-box;
}
.audio-control .fa-pause{
    display: none;
}
.audio-control .fa-exclamation-triangle{
    display: none;
}
.audio-control.playing .fa-pause{
    display: block;
}
.audio-control.playing .fa-play{
    display: none;
}
.audio-control.playing.warning .fa-pause{
    display: none;
}
.audio-control.playing.warning .fa-exclamation-triangle{
    display: block;
}
.banner--box{
    margin-top: 40px;
}
.banner--box img{
    max-height: 100px;
    width: 194px;
    object-fit: cover;
    display: block;
}
.wrap-heading{
    min-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}
.socials{
    margin-bottom: 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    margin: 0 5px;
    font-size: 20px;
}
.socials a:hover{
    color: #1877F2;
}
.audio-control{
    display: flex;
}
.audio-control i{
    cursor: pointer;
    font-size: 22px;
    background-color: #C70D2F;
    padding: 14px 20px;
    color: #fff;
    display: block;
}
.audio-control .loading{
    padding: 0;
    width: 59px;
    height: 50px;
}
.audio-control .loading img{
    width: 100%;
    height: 100%;
}
.audio-control i:hover{
    background-color: #ff0442;
    color: #1877F2;
}
.control-favorite{
    position: relative;
    margin-left: 6px;
}
.control-favorite .favorite{
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    height: 100%;
}
.control-favorite .favorite:hover i{
    font-size: 22px;
}
.banner--default{
    min-height: 450px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner--default h1{
    color: #fff;
    text-transform: uppercase;
}
/* animation notes */
.noot-1,
.noot-2,
.noot-3,
.noot-4{
  position: absolute;
  animation: notes 2s infinite linear;
  font-size: 35px;
  opacity: 0;
  color: #fff;
}
.noot-1 {
  top: 60%;
  left: 2%;
  animation-delay: 0.5s;
}
.noot-2 {
  top: 30%;
  left: 30%;
  animation-delay: 1s;
}
.noot-3 {
  top: 90%;
  left: 60%;
  animation-delay: 1.5s;
}
.noot-4 {
  top: 40%;
  left: 90%;
  animation-delay: 2s;
}
.noot-5 {
    top: 20%;
    left: 70%;
    animation-delay: 1.2s;
  }
@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.5) translate(50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scale(1.5) translate(100%, -100%);
  }
  100% {
    transform: scale(1.5) translate(100%, -100%);
    opacity: 0;
  }
}
/* animate equalizer */
.play-animate{
    position: absolute;
    display: flex;
    align-items: flex-end;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.play-animate .bar {
    display: inline-block;
    position: relative;
    margin: 0 2px;
    width: 18px;
    overflow: hidden;
    background: linear-gradient(to bottom, #fc003fe0, #C70D2F);
    color: transparent;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.paused.play-animate .bar {
    animation-iteration-count: 0.5;
}
.n1 {
    animation-delay: 0.5s;
    height: 8px
}
.n2 {
    animation-delay: 0.2s;
    height: 20px
}
.n3 {
    animation-delay: 1.2s;
    height: 25px
}
.n4 {
    animation-delay: 0.9s;
    height: 8px
}
.n5 {
    animation-delay: 2.3s;
    height: 2px
}
.n6 {
    animation-delay: 1.3s;
    height: 15px
}
.n7 {
    animation-delay: 3.1s;
    height: 30px
}
.n8 {
    animation-delay: 1.9s;
    height: 45px
}
.n8 {
    animation-delay: 2.1s;
    height: 55px
}
@keyframes pulse {
    0% {
        height: 1px;
        margin-top: 0;
    }
    10% {
        height: 40px;
        margin-top: -40px;
    }
    50% {
        height: 20px;
        margin-top: -20px;
    }
    60% {
        height: 30px;
        margin-top: -30px;
    }
    80% {
        height: 60px;
        margin-top: -60px;
    }
    100% {
        height: 1px;
        margin-top: 0;
    }
}

/* grid musics */
.musics--card{
    min-height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    height: 100%;
    padding: 25px 30px;
    box-shadow: inset 0px 6px 60px 6px rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}
.musics--card:hover{
    box-shadow: 0px 0 12px 3px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}
.musics--card:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.3); */
    transition: all 0.2s ease;
}
.musics--card h4,
.musics--card h6{
    opacity: 0;
    transition: all 0.3s ease;
}
.musics--card:hover h4,
.musics--card:hover h6{
    opacity: 1;
}
.musics--card:hover:before{
    background-color: rgba(199, 13, 47,0.95);
}
.musics--card h4{
    border-bottom: 1.22px solid #fff;
    padding-bottom: 5px;
}
.musics--card h4,
.musics--card h6{
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    margin: 0;
    line-height: 22px;
}
.musics--card h6{
    margin-top: 10px;
    text-align: right;
}
.musics--card i{
    color: #fff;
}
.musics--card i:hover{
    color: #1877F2;
}
.musics--card a{
    text-decoration: none;
}
.musics--card p{
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    background-color: #C70D2F;
    font-weight: 500;
    letter-spacing: 1px;
}
.favorite{
    position: absolute;
    bottom: 8px;
    right: 12px;
}
.favorite.active i{
    color: #1877F2;
}
.favorite:hover i{
    font-size: 20px;
}
/* Ads */
.wrap--ads{
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.wrap--ads img{
    display: block !important;
    width: 100%;
}
.home--musics .wrap--ads{
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    max-width: unset;
}
.anchor-banner{
    position: absolute;
    top: 0;
}

/* DMCA */
.page-template-default  .content{
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
.page-template-default  p{
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px;
}
.page-template-default  .content .entry-content{
    padding: 60px 0;
}
.page-template-default ol{
    padding-left: 20px;
}
.page-template-default ol li{
    margin-bottom: 15px;
}
.page-template-default ol li::marker{
    font-weight: 600;
}
.page-template-default .entry-content a{
    color: #C70D2F;
    text-decoration: none;
    font-weight: 600;
    background-color: #cdcdd3;
    padding: 1px 10px 2px;
}
.page-template-default .entry-content a:hover{
    color: #000;
}

/* Coutries page*/
.coutries{
    padding: 50px 0;
}
.coutries img{
    width: 50px;
}
.coutries ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.coutries ul li{
    width: 20%;
    margin-bottom: 20px;
}
.coutries .country-card{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.country-card:hover h6{
    color: #C70D2F;
}
.country-card:hover img{
    box-shadow: 0 0 12px 4px rgba(0,0,0,0.2);
}
.coutries h3{
    font-size: 30px;
}
.coutries h6{
    margin-bottom: 0;
    margin-left: 15px;
    padding-right: 10px;
    color: #000;
}

/* page 404 */
.error404 main.content{
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 15px 100px;
}
.error404 main.content form input{
    height: 34px;
    padding: 0 25px;
}
/* Pagination */
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.pagination a {
	font-size: 20px;
    margin: 0 5px;
    width: 20px;
    height: 30px;
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a.page-link.active{
    color: #C70D2F;
    font-weight: 700;
}
.pagination a.page-prev, .pagination a.page-next {
    width: 30px;
    background-color: #C70D2F;
    border-radius: 100%;
    color: #fff;
}
/* media */
@media (max-width: 1150px){
    .site-header span{
        font-size: 36px;
    }
}
@media (max-width: 1024px){
	.site-header .wrap{
		padding-right: 0;
	}
	.contact-info span:last-child{
		border-right: none;
	}
}
@media (max-width: 992px){
    .nav-primary{
        position: fixed;
        box-sizing: border-box;
        top: 0;
        right: -330px;
        height: 100vh;
        width: 325px;
        background-color: #C70D2F;
        z-index: 99999;
        transition: all 0.5s ease;
        padding: 25px 15px 20px 35px;
    }
    .nav-primary.active{
        right: 0;
    }
    .nav-primary .menu--close{
        display: block;
    }
    .menu--hamburger{
        display: block;
    }
    .nav-primary .menu{
        flex-direction: column;
        padding-top: 35px;
    }
    .nav-primary .menu li{
        margin-bottom: 20px;
    }
    .contact-info .info-menu i{
        display: none;
    }
    .sfm-rollback{
        display: block;
    }
    .site-header{
        height: 62px;
    }
    .site-header span{
        font-size: 40px;
    }
	.sfm-pos-right .logged-in .sfm-rollback{
		right: 92px;
    	top: 37px;
	}
    .coutries ul li{
        width: 25%;
    }
}
@media (max-width: 782px){
	.sfm-pos-right .logged-in .sfm-rollback{
		top: 51px;
	}
}
@media (max-width: 768px){
    .site-header{
        height: 52px;
    }
    .site-header span{
        font-size: 20px;
        line-height: 20px;
        display: block;
    }
    .contact-info span{
        padding: 0 12px;
    }
    .contact-info i{
        font-size: 20px;
    }
    .hero--banner h4{
        max-width: 225px;
    }
    .musics--card{
        min-height: 115px;
        padding: 5px 10px;
    }
    .musics--card h4{
        font-size: 16px;
        line-height: 18px;
    }
    .musics--card h6{
        font-size: 15px;
        margin-top: 3px;
    }
    .audio-control i{
        font-size: 22px;
        padding: 16px 23px;
    }
    .audio-control .loading{
        width: 68px;
        height: 54px;
    }
	.sfm-pos-right .sfm-rollback{
		right: 52px;
		top: 0px;
	}
	.sfm-pos-right .logged-in .sfm-rollback{
		top: 46px;
    	right: 52px;
	}
    .musics--card:hover{
        transform: unset;
    }
    .menu--hamburger{
        font-size: 28px;
    }
    .contact-info img{
        width: 28px;
    }
    .top--header img{
        width: 28px;
    }
    .hero--banner h2{
        font-size: 18px;
        margin-bottom: 2px;
    }
    .top--header ul{
        justify-content: space-between;
    }
    .top--header ul li{
        margin: 0 6px;
    }
}
@media (max-width: 600px){
    .hero--banner{
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 12px 15px 11px;
        z-index: 99999;
        width: 100%;
        box-sizing: border-box;
        min-height: auto;
        flex-direction: row;
        background: #000 !important;
        box-shadow: 0px -2px 8px 0px rgba(255,255,255,0.1);
    }
    .home--hero{
        margin-bottom: 0;
    }
    .hero--banner h1{
        order: 5;
        font-size: 18px;
        margin-left: 10px;
        width: 190px;
        line-height: 18px;
        text-align: center;
    }
    .hero--banner .banner--box,
    .hero--banner h3,
    .hero--banner h4,
    .hero--banner .socials,
    .hero--banner .noot-1,
    .hero--banner .noot-2,
    .hero--banner .noot-3,
    .hero--banner .noot-4,
    .hero--banner .noot-5{
        display: none;
    }
    .site-footer{
        margin-bottom: 60px;
    }
    .audio-control i{
        font-size: 20px;
        padding: 10px 12px;
    }
    .audio-control .loading{
        width: 41.5px;
        height: 40px;
    }
    .control-favorite{
        margin-left: 10px;
    }
    .wrap-heading{
        order: 5;
        min-width: auto;
    }
    .coutries ul li{
        width: 33.33%;
    }
    .top--header ul li{
        margin-bottom: 12px;
    }
}
@media (max-width: 600px){
    .coutries ul li{
        width: 50%;
    }
}


ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}


 