/* 

Mousiqua - Music Band and Musician Bootstrap 4 Template
Copyright 2018  www.mutationmedia.net 
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Search form
4.To the top
5.About section
6.Discography section
7.Band section
8.Tours section
9.Gallery section
10.News section
11.Contact section
12.Footer section
13.Mediaqueries 




/*Preloader*/
 .loader {
     background: #13181d;
     bottom: 0;
     height: 100%;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     width: 100%;
     z-index: 10000;
}
 .loader-inner {
     left: 0;
     position: absolute;
     top: 50%;
     width: 100%;
     text-align: center;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
}
 .loading-spinner {
     width: 6.25rem;
     height: 6.25rem;
     animation: spinner-rotate 2s ease-in-out infinite;
     -webkit-animation: spinner-rotate 2s ease-in-out infinite;
     -moz-animation: spinner-rotate 2s ease-in-out infinite;
     -ms-animation: spinner-rotate 2s ease-in-out infinite;
     -o-animation: spinner-rotate 2s ease-in-out infinite;
}
 .spinner {
     animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     stroke-linecap: round;
}
 @keyframes spinner-rotate {
     100% {
         transform: rotate(360deg);
         -webkit-transform: rotate(360deg);
         -moz-transform: trotate(360deg);
         -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
    }
}
 @keyframes spinner-color {
     0%, 100% {
         stroke: #d0343a;
    }
     20% {
         stroke: #ff5252;
    }
     40% {
         stroke: #d0343a;
    }
     60% {
         stroke: #ff5252;
    }
     80% {
         stroke: #d0343a;
    }
     100% {
         stroke: #ff5252;
    }
}
 @keyframes spinner-dash {
     0% {
         stroke-dasharray: 1, 200;
         stroke-dashoffset: 0;
    }
     50% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -35px;
    }
     100% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -125px;
    }
}
/*End preloader*/
/*Site wrapper*/
 .wrapper {
     position: relative;
}
/*End site wrapper*/
/*Search form*/
 .block-search-form{
     position: fixed;
     background: rgba(19, 24, 29, .8);
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1045;
     overflow: hidden;
     display: none;
}
 span.close-search{
     width: 100%;
     height:100%;
     position: absolute;
     left: 0;
     top: 0;
}
 .block-search-form .block-content{
     position: relative;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
}
/*End search form*/
/*To the top*/
 .block-top:not(.active) {
     opacity: 0;
     transform: translate3d(0, 20px, 0);
     -webkit-transform: translate3d(0, 20px, 0);
     -moz-transform: translate3d(0, 20px, 0);
     pointer-events: none;
}
 .block-top.active:hover {
     transform: translate3d(0, -5px, 0);
     -webkit-transform: translate3d(0, -5px, 0);
     -moz-transform: translate3d(0, -5px, 0);
     color: #ffffff;
}
 .block-top {
     position: fixed;
     width: 3.2rem;
     height: 3.2rem;
     background: #ff5252;
     text-align: center;
     right: 2.875rem;
     bottom: 3.6875rem;
     padding-top: .6rem;
     z-index: 100;
     color: #ffffff;
}
 .block-top i{
     font-size: 1.2rem;
}
/*End to the top*/
/* Hero Section*/
 section.hero {
     background: #222222;
     padding: 0;
     overflow:hidden;
}
 .background-img img {
     display: none;
}
 .background-img {
     width: 100%;
     height: 100%;
}
 .background-img {
     background-attachment: scroll;
     background-clip: border-box;
     background-color: #151514;
     background-image: none;
     background-origin: padding-box;
     background-position: 50% 50% !important;
     background-repeat: repeat;
     background-size: cover !important;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
}
 .overlay:before, .block-hover:before {
     position: absolute;
     background: rgba(19, 24, 29, .8);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 3;
     content: "";
}
 .header {
     padding: .4em 0;
}
 .slider .slides li {
     background-size: cover;
     
}
 .header.default {
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1040;
}
 .header .left-part {
     float: left;
     margin-left: 3.125rem;
}
 .header .right-part {
     float: right;
     margin-right: 3.125rem;
     position: relative;
}
 .header.switched-header {
     background-color: #ffffff;
     left: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1040;
}
 .header .logo {
     display: inline-block;
}
 .header .logo h2 {
     color: #ffffff;
     font-size: 1.3rem;
     font-weight: 600;
}

 .header.switched-header .logo h2{
     color: #222222;
 }
 .mobile-but {
     display: inline-block;
     height: 1.5rem;
     position: absolute;
     right: -1.275rem;
     top: -2.175rem;
     z-index: 1000;
     display: none;
}
 .mobile-but .lines {
     transform: translate(0px, 10px) rotate(0deg);
     -webkit-transform: translate(0px, 10px) rotate(0deg);
     -ms-transform: translate(0px, 10px) rotate(0deg);
     -moz-transform: translate(0px, 10px) rotate(0deg);
}
 .mobile-but .lines, .mobile-but .lines:after, .mobile-but .lines:before {
     height: 0.125rem;
     width: 1.5625rem;
}
 .mobile-but .lines:after, .mobile-but .lines:before {
     content: " ";
     display: block;
}
 .mobile-but .lines:after {
     transform: translate(0px, 4px) rotate(0deg);
     -webkit-transform: translate(0px, 4px) rotate(0deg);
     -ms-transform: translate(0px, 4px) rotate(0deg);
     -moz-transform: translate(0px, 4px) rotate(0deg);
}
 .mobile-but .lines:before {
     transform: translate(0px, -4px) rotate(0deg);
     -webkit-transform: translate(0px, -4px) rotate(0deg);
     -ms-transform: translate(0px, -4px) rotate(0deg);
     -moz-transform: translate(0px, -4px) rotate(0deg);
}
 .mobile-but .lines:after, .mobile-but .lines:before {
     background: #ff5252;
}
 .toggle-mobile-but.active .mobile-but .lines:after {
     transform: translate(0px, -1px) rotate(45deg);
     -webkit-transform: translate(0px, -1px) rotate(45deg);
     -ms-transform: translate(0px, -1px) rotate(45deg);
     -moz-transform: translate(0px, -1px) rotate(45deg);
}
 .toggle-mobile-but.active .mobile-but .lines:before {
     transform: translate(0px, 1px) rotate(-45deg);
     -webkit-transform: translate(0px, 1px) rotate(-45deg);
     -ms-transform: translate(0px, 1px) rotate(-45deg);
     -moz-transform: translate(0px, 1px) rotate(-45deg);
}
 .main-nav li {
     display: inline-block;
     font-size: .6875rem;
     font-weight: 600;
     text-transform: uppercase;
     margin-left: 1.9625rem;
     font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.main-nav ul li i{
    color: #ff5252;
}

 .main-nav ul li.block-helper:last-child {
     margin-left: .625rem;

}
 .main-menu li a {
     color: #ffffff;
     position: relative;
     padding:1rem 0;
     margin-right: 0 !important;
}
 .main-nav li.block-helper span.icon, .main-nav li.block-helper a{
     cursor: pointer;
     color: #ff5252 !important;
     font-size: .9375rem;
     opacity: 1 !important;
}

.block-helper li {
     position: relative;
     font-size: 1rem;
}
 .block-helper li {
     margin-left: 0;
}
 .block-helper li a {
     color: #ff5252;
}
 .header.switched-header .main-nav li a {
     color: #949494;
     
}


 .header.switched-header .block-helper li a {
     color: #ff5252;
     opacity: 1;
}

 .hero-content {
     color: #ffffff;
     position: relative;
     text-align: center;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     z-index: 4;
}

.hero.single{
     height: 40vh;
}
 h1.large {
     font-size: 4.4rem;
     line-height: 1.5;
     letter-spacing: .425rem;
     font-weight: 100;
}
 .back-rect {
     border: 10px solid transparent;
     -moz-border-image: -moz-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -ms-border-image: -ms-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -webkit-border-image: -webkit-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     border-image: linear-gradient(to bottom, #d0343a 0%, #ff5252 100%);
     border-image-slice: 1;
     width: 17.25rem;
     height: 21.5625rem;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     position: absolute;
}
 .front-rect {
     border-right: 10px solid transparent;
     -moz-border-image: -moz-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -webkit-border-image: -webkit-linear-gradient(top, #ff3d49 0%, #ff5252 100%);
     border-image: linear-gradient(to bottom, #d0343a 0%, #ff5252 100%);
     border-image-slice: 1;
     width: 17.25rem;
     height: 21.5625rem;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%), -50%;
     position: absolute;
}
 .video-play-but {
     border: 2px solid #ffffff;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     display: inline-block;
     height:7.5em;
     width: 7.5em;
     position: relative;
     background: none;
     margin-top: 3.125em;
}
 .video-play-but:after {
     border-color: transparent transparent transparent #ffffff;
     border-style: solid;
     border-width: 17px 0 17px 24px;
     content: "";
     height: 0;
     margin-left: -0.625rem;
     position: absolute;
     top: 50%;
     left: 50%;
     width: 0;
     transform: translateY(-50%);
     -webkit-transform: translateY( -50%);
     -moz-transform: translateY( -50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY( -50%);
}
 .block-video .video-play-but:after{
     border-width: 10px 0 10px 15px;
     margin-left: -0.375rem;
     border-color: transparent transparent transparent #13181d;
}
 .video-play-but:hover {
     transform: scale(0.95);
     -webkit-transform: scale(0.95);
}
/* End hero Section*/
/* Discography section*/


.block-album-info li h5{
    position: relative;
}

.block-album-info li h5:before,.block-presale li h5:before {
     position: absolute;
     content: "";
     width: 100%;
     height: .245rem;
     background: #ff5252;
     bottom: 4px;
     left: 0;
     z-index: -1;
}

.block-album-info li span, .block-presale li span{
    border-bottom: 1px dashed rgba(255,255,255,.3) ;
}
 .block-teaser{
     text-transform: uppercase;
     border-top: 6px solid #ff5252;
     border-bottom: 6px solid #ff5252;
     padding: 1.25rem 0;
}
 .block-teaser p{
     font-weight: 700;
     font-size: 1.3rem;
     padding-bottom: .5rem;
}
 .block-teaser a{
     font-weight: 700;
     font-size: .9rem;
}
 .countdown .counter-bg {
    background: #ff5252;
    padding: 20px 35px;
    display: inline-block;
    border-radius: 0.25rem;
    margin: 0 10px 0 10px;
    line-height: 1.2;
    text-transform: none;
}

 .countdown .counter-bg span.counter {
     font-size: 4rem;
    font-weight: 600;
}

 .countdown .counter-bg span.label {
     font-size: .85rem;
    font-weight: 400;
    display: block;
}
/* End discography Section*/
/* Audio player*/
 .block-tracklist .audiojs {
     background-image: none;
     background-color: #1a1a1a;
     -webkit-box-shadow: none;
     box-shadow: none;
     width: 100%;
     height: 7.3rem;
     display: none;
}
/* .block-tracklist .audiojs .scrubber {
     background-color: rgba(255, 255, 255, 0.7);
     position: absolute;
     height: 4px;
     top: 33px;
     z-index: 9999;
     width: calc(100% - 130px);
     left: 55px;
     border-top: 0;
}
 .block-tracklist .audiojs .time {
     position: absolute;
     text-shadow: none;
     border: none;
     height: auto;
     line-height: normal;
     margin: 0;
     padding: 0;
     top: 20px;
     right: 62px;
}
 .block-tracklist .audiojs .progress{
     border-radius: 0;
}
 .block-tracklist .audiojs .play-pause{
     height: 55px;
     width: 35px;
}
 .block-tracklist .audiojs p{
     position: relative;
     top: 27px;
     left: 7px;
}*/
 .block-tracklist .audiojs .play-pause{
     border-right: 0;
}
 .block-tracklist .block-lyrics{
     display: none;
     margin:0 auto;
}
 .block-tracklist .playlist{
     border:1px solid rgba(255,255,255,.1);
}
 .block-tracklist .playlist li{
     padding-bottom: 1rem;
     padding-left: 2.5rem;
     padding-top: 1rem;
     padding-right: 1.5rem;
     cursor: pointer;
     position: relative;
}
 .block-tracklist .playlist li:not(:last-child){
     border-bottom:1px solid rgba(255,255,255,.1);
}
 .block-tracklist .playlist li:hover{
     background: #090d11;
}
 .block-tracklist .playlist li.playing{
     background: #090d11;
}
 .block-tracklist .playlist li:before{
     content: "\e8d4";
     font-family: "fontello";
     position: absolute;
     left: 1.0625rem;
     top: 1.3rem;
     font-size: 0.5625rem;
     color: rgba(255,255,255,.7);
}
 .block-tracklist .playlist li.playing:before{
     content: "\e8d8";
     color: #ff5252;
}
 .block-tracklist .playlist li.playing.pause:before{
     content: "\e8d4";
     color: #ff5252;
}
 span.selected, a.selected{
     color: #ffffff;
}
/* End audio player*/
/* Band members section*/
 .block-member{
     position: relative;
}
 .block-member .member-info{
     position: absolute;
     left: 0;
     bottom: 0;
     background: #ff5252;
     width: 100%;
     text-align: center;
     padding: 1.45rem 0;
}
/* End band members section*/
/* Tours section*/
 .block-tabs li {
     margin: 0 .78125rem;
     cursor: pointer;
     position: relative;
     padding: 0 .25rem;
     opacity: .7;
}
 .block-tabs li.active {
     opacity: 1;
}

 .block-tab li , .block-tab li .block-video{
     display: none;
}
 .block-tab li.active, .block-tab li.active .block-video{
     display: block;
}
 .block-video {
     background: #000;
     position: relative;
     overflow: hidden;
}
 .block-video .video-play-but {
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 2;
     margin-top: -2.25rem;
     margin-left: -2.25rem;
     margin-bottom: 0 !important;
     height: 4.5rem;
     width: 4.5rem;
     background: #ffffff;
}
 .block-video.show-video .video-play-but.play-video, .block-video.show-video img {
     opacity: 0 !important;
     pointer-events: none;
}
 img.background-img {
     object-fit: cover;
}
 .background-img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
}
.border-dashed {
    padding: 8px;
    background-image: repeating-linear-gradient(135deg, #ff5252, #ff5252 10px, #FFF 0px, #FFF 20px, #13181d 0px, #13181d 30px, #FFF 0px, #FFF 40px);
}
 .block-subscribe{
     position: relative;
    background: #13181d;
}
 .block-subscribe p{
     font-weight: 700;
     font-size: 1.3rem;
     line-height: 1.6;
}
/* End tours section*/
/*Gallery section*/
 .card-gallery.image-gallery {
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
     -webkit-column-gap: .75rem;
     -moz-column-gap: .75rem;
     column-gap: .75rem;
}
 .card-gallery.image-gallery > a > img {
     margin-bottom: .35em;
}
 .card-gallery > * {
     display: inline-block;
     width: 100%;
     overflow: hidden;
}
/*End gallery section*/
/*News section*/
 .news-list > li {
     margin-bottom: 7.5rem;
}
 .news-list li:last-child {
     margin-bottom:0;
}
/*End news section*/
/*Twitter section*/
 .tweets {
     position: relative;
}
 .tweets .tweet {
     margin-top: 1rem;
     font-size: 1rem;
}
 .tweets .slides p{
     margin-bottom: 0;
}
 .tweets .slides p a{
     text-decoration: underline;
     color: #ffffff;
     opacity: .7;
}
 .tweets .slides p a:hover{
     text-decoration: none;
     opacity: 1;
}
 .tweets .slides p.timePosted a{
     margin-top: 1rem;
     color: #d0343a;
     opacity: 1;
     display: inline-block;
     font-size: .9375rem;
}
 .tweets .slides p.interact{
     display: none;
}
 .tweets .slides .user [data-scribe="element:screen_name"] {
     display: block;
     font-size: .9375rem;
     line-height: 1.68421053rem;
     font-weight: normal;
}
 .tweets .slides .user [data-scribe="element:name"] {
     display: none;
}
 .tweets .slides .user img {
     display: inline-block;
     clear: both;
     margin-bottom: 0.92857143rem;
     border-radius: 50%;
}
/*End twitter section*/
/*Contact section*/
 .contact .block-social li{
     margin:0 2.48rem;
}
 .contact .block-social li a{
     border:none;
     font-size: 5em;
     opacity: .5;
     color: #3b4b5b;
}
 .contact .block-social li a:hover{
     opacity: 1;
}
/*End contact section*/
/*Footer*/
 .footer{
     background: #ffffff;
     color: #292929;

 }

 .footer small span {
     opacity: .5;
 }
 .footer .list-inline-item{
     position: relative;
}
 .footer .list-inline-item a{
     color: #292929;
     opacity: .5;
}
 .footer .list-inline-item:not(:first-child):after{
     content: "-";
     position: absolute;
     left:-.8125rem;
     top: .0625rem;
     opacity: .5;
}
 .footer .list-inline-item a:hover{
     opacity: 1;
}
/*End footer*/
/*Media queries*/
@media all and (max-width: 990px) {


    .header .left-part,
     .header .right-part {
          float: none;
          display: block;
     }
     .header .left-part {
          margin-left: 1.857rem;
     }
 
     .header {
          background-color: #ffffff !important;
          
     }
     .header .logo {
          margin-top: 0;
          color: #222222 !important;
     }
     
     
      .header .logo h2 {
          color: #222222 !important;
     }


    .mobile-but {
        display: block;
    }

     .main-nav ul {
    display: none;
    margin-left: 1.857rem;
    padding-bottom: .625rem;
}
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        position: relative;
    }

    .main-nav li.block-helper:before{
        content: none;
    }

     .main-nav ul li:last-child{
        border-top: none;
        padding-top: 0;
        margin-top: 0;


    }


      .main-nav li.block-helper{
        border-top: 1px solid rgba(41,41,41,.1);
        padding-top: 10px;
        margin-top: 10px;
        padding-left: 0;
    }



    .main-menu li a, .main-nav li span {
        display: inline-block;
        padding: .2rem 0;

    }
    
     .main-nav li a {
     color: #949494 !important;
}
    .main-nav li:last-child a {
        padding-bottom: 0;
    }
    


.main-nav ul li.block-helper:last-child{
    margin-left: 0;
}

.main-nav ul li.block-helper a, .main-nav ul li.block-helper span{
    padding: 0;
}

    

}

  
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
    input,
    textarea {
        -webkit-appearance: none;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}


}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)  {

  .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}


h1, .h1{
     font-size: 2.835rem;
}
h3, .h3{
     font-size: 1rem;
}
  
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    input,
    textarea {
        -webkit-appearance: none;
    }

      .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}

     section.about a.btn-primary{display: block;}
section.about a.btn-primary i{display: none;}
     .contact .block-social li{
     margin:0 1.5rem;
  }


  .height-70 {
    height: 100vh;
}


}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    input,
    textarea {
        -webkit-appearance: none;
    }


    .header{
     overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
    }

    .sing{max-width: 20%;margin-bottom: 3rem !important;}
        .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}

h1.large{font-size: 4rem;}


.block-subscribe p{font-size: 1.4rem;}

.height-70 {
    height: 100vh;
}





}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    input,
    textarea {
        -webkit-appearance: none;
    }


    .header{
     overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
    }
    
    .hero .main-slider .slides li{height: 500px !important;}

section.about .block-content.text-md-right, .block-album {margin-bottom: 1.875em;}
.playlist li .col-lg-6 span,.block-tab .col-lg-4 span{margin-bottom: 1rem;display: block;}

    .back-rect, .front-rect{display: none;}
    h1.large{font-size: 4rem;}


      .height-70 {
    height: 100vh;
}

.sing{margin-bottom: 3rem !important;max-width: 25%;}


    .card-gallery.image-gallery{

    column-count: 1;
    column-gap: 0rem;
    }



    .card-gallery.image-gallery > a > img{margin-bottom: 1rem;}


    .comment .comment-avatar, .comment .comment-body{
     float: none;
     width: auto;
    }


      .comment .comment-body{
     margin-top: 1rem;
    }


    


}
@media only screen and (max-width: 479px) {
    input,
    textarea {
        -webkit-appearance: none;
    }


    .header{
     overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px;
    }

    .back-rect, .front-rect{display: none;}
    h1.large{font-size: 3rem;}

    .playlist li .col-lg-6 span,.block-tab .col-lg-4 span{margin-bottom: 1rem;display: block;}
    .sing{margin-bottom: 3rem !important;max-width: 40%;}
    section.about .block-content.text-md-right, .block-album {margin-bottom: 1.875em;}


    .card-gallery.image-gallery{

    column-count: 1;
    column-gap: 0rem;
    }

    .block-subscribe:before{right: 1.75rem;}
    .block-subscribe p{font-size: 1.4rem;}



    .card-gallery.image-gallery > a > img{margin-bottom: 1rem;}

      .height-70 {
    height: 100vh;
}

.block-tracklist .block-content img{
     display: none;
}

.block-title:before{content:none;}
.news-list > li, .news-list li:last-child{margin-bottom: 5rem;}


    .comment .comment-avatar, .comment .comment-body{
     float: none;
     width: auto;
    }


      .comment .comment-body{
     margin-top: 1rem;
    }

    
}
/*End media queries*/

/* ----------------------------------------------------
   TPL light theme overrides
---------------------------------------------------- */
body {
    background: #fbfaf7;
    color: #1c1c1c;
}
.header.default {
    background: rgba(251, 250, 247, 0.95);
}
.header.default .logo h2,
.main-menu a,
.main-menu a:visited {
    color: #1c1c1c;
}
.main-menu a:hover,
.main-menu a.active {
    color: #ff5252;
}
.hero-logo {
    max-width: 220px;
    width: 60%;
    height: auto;
    display: inline-block;
}


/* --- TPL Opening Page Refinements --- */

.tpl-logo img {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    max-width: 320px;
}

.tpl-welcome {
    font-family: 'Playfair Display', 'Cormorant Garamond', serif;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}

.btn,
button,
input[type="submit"] {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
    background-color: #222222 !important;
}



/* --- TPL About -> Mission Section --- */
#about.tpl-mission-section {
  padding: 0 !important;
}

#about.tpl-mission-section .tpl-mission-bg {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: url('../img/Mission_page_Background.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 22px;
  overflow: hidden;
  margin: 40px auto;
  max-width: 1200px;
}

/* Soft edge blend into white page */
#about.tpl-mission-section .tpl-mission-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
    rgba(255,255,255,0.00) 55%,
    rgba(251,250,247,0.55) 78%,
    rgba(251,250,247,0.92) 100%);
  pointer-events: none;
}

#about.tpl-mission-section .tpl-mission-overlay {
  position: relative;
  background: rgba(255, 255, 255, 0.65);
  margin: 0 auto;
  width: min(900px, 88%);
  border-radius: 16px;
  padding: 44px 46px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  backdrop-filter: blur(2px);
}

#about.tpl-mission-section .tpl-mission-overlay h2 {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 0;
  color: #b8860b;
}

#about.tpl-mission-section .tpl-mission-overlay p {
  font-size: 1.12rem;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #2b2b2b;
}

@media (max-width: 768px) {
  #about.tpl-mission-section .tpl-mission-bg {
    padding: 46px 0;
    margin: 26px 16px;
    border-radius: 18px;
  }
  #about.tpl-mission-section .tpl-mission-overlay {
    width: 92%;
    padding: 26px 22px;
    border-radius: 14px;
  }
  #about.tpl-mission-section .tpl-mission-overlay h2 {
    font-size: 1.5rem;
  }
  #about.tpl-mission-section .tpl-mission-overlay p {
    font-size: 1.02rem;
  }
}



/* --- Fix: About mission should NOT be darkened by template overlay --- */
#about.tpl-mission-section.overlay:before,
#about.tpl-mission-section:before {
  background: transparent !important;
}

/* Soften edges WITHOUT washing out whole image */
#about.tpl-mission-section .tpl-mission-bg::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  /* feather only at edges */
  box-shadow: inset 0 0 70px rgba(251,250,247,0.70);
}

/* Slightly stronger text contrast */
#about.tpl-mission-section .tpl-mission-overlay{
  background: rgba(255,255,255,0.65);
}
#about.tpl-mission-section .tpl-mission-overlay p{
  color:#1f1f1f;
}



/* --- TPL hero: elevate welcome + enlarge logo, remove boxes --- */
.tpl-hero .back-rect,
.tpl-hero .front-rect{
  display:none !important;
}

.tpl-welcome{
  font-family: 'Playfair Display','Cormorant Garamond',serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0 0 18px 0;
  color: #111 !important;
  text-transform: none;
}

.tpl-subtitle{
  font-family: 'Playfair Display','Cormorant Garamond',serif;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  margin-top: 14px;
  color: #2b2b2b;
}

.tpl-hero-logo{
  max-width: 520px; /* ~2x */
  height:auto;
  border:none !important;
  box-shadow:none !important;
  background:transparent !important;
}

/* Header nav links: black */
.header a, .header .list-inline-item a{
  color:#111 !important;
}
.header a:hover, .header .list-inline-item a:hover{
  color:#b8860b !important;
}


/* --- TPL Slider + Hero spacing fine-tuning --- */

/* Make room for the fixed header/nav so the welcome doesn't collide */
.tpl-hero {
  padding-top: 72px;
}
@media (max-width: 768px) {
  .tpl-hero { padding-top: 92px; }
}

/* If flexslider JS fails to initialize (common when opening file://),
   avoid showing both slides stacked. Flexslider will override this when active. */
.main-slider .slides > li { display: none; }
.main-slider .slides > li:first-child { display: block; }

/* Ensure nav "buttons" read as black */
.header .main-nav ul li a,
.header .main-nav ul li a:visited {
  color: #000 !important;
}
.header .main-nav ul li a:hover {
  color: #b8860b !important;
}


/* --- Local (file://) friendly hero slider + white background --- */

/* White hero background like the rest of the page */
.tpl-hero-slider {
  background: #fbfaf7;
}

/* Hide any template background images/overlays in the hero */
.tpl-hero-slider .background-img { display: none !important; }

/* CSS-only slider so it works even when JS doesn't initialize (file://) */
.tpl-hero-slider .main-slider.flexslider {
  position: relative;
  overflow: hidden;
}

.tpl-hero-slider .main-slider.flexslider .slides {
  position: relative;
  height: 78vh;
  min-height: 560px;
  margin: 0;
  padding: 0;
}

.tpl-hero-slider .main-slider.flexslider .slides > li {
  list-style: none;
  position: absolute !important;
  inset: 0;
  display: block !important;
  opacity: 0;
  transition: opacity 800ms ease;
}

/* Fade rotation */
@keyframes tplFade {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  45%  { opacity: 1; }
  53%  { opacity: 0; }
  100% { opacity: 0; }
}

.tpl-hero-slider .main-slider.flexslider .slides > li:nth-child(1) {
  animation: tplFade 12s infinite;
  animation-delay: 0s;
}
.tpl-hero-slider .main-slider.flexslider .slides > li:nth-child(2) {
  animation: tplFade 12s infinite;
  animation-delay: 6s;
}

/* Respect reduced motion: show only the first slide */
@media (prefers-reduced-motion: reduce) {
  .tpl-hero-slider .main-slider.flexslider .slides > li { animation: none !important; opacity: 0; }
  .tpl-hero-slider .main-slider.flexslider .slides > li:nth-child(1) { opacity: 1; }
}

/* Center the hero content vertically and keep it clear of the header */
.tpl-hero-slider .hero-content {
  height: 100%;
  display: flex;
  align-items: center;
}
.tpl-hero-slider .tpl-hero {
  padding-top: 110px;
}
@media (max-width: 768px) {
  .tpl-hero-slider .main-slider.flexslider .slides {
    height: 72vh;
    min-height: 520px;
  }
  .tpl-hero-slider .tpl-hero { padding-top: 130px; }
}


/* --- TPL Hero (no-JS, file:// safe) --- */

/* Ensure the whole page uses the soft white background */
body { background: #fbfaf7 !important; }

/* Hero base */
.tpl-hero-alt {
  background: #fbfaf7;
  position: relative;
  padding: 0;
}

.tpl-hero-alt .tpl-hero-panels {
  position: relative;
  height: 78vh;
  min-height: 580px;
  display: grid;
  place-items: center;
}

/* Each panel overlays the same space */
.tpl-hero-alt .tpl-hero-panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 900ms ease;
  padding: 0 18px;
}

/* Welcome panel shows first */
@keyframes tplHeroFade1 {
  0% { opacity: 1; }
  45% { opacity: 1; }
  55% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes tplHeroFade2 {
  0% { opacity: 0; }
  45% { opacity: 0; }
  55% { opacity: 1; }
  95% { opacity: 1; }
  100% { opacity: 0; }
}

.tpl-hero-alt .tpl-panel-welcome { 
  animation: tplHeroFade1 14s infinite; 
}
.tpl-hero-alt .tpl-panel-video { 
  animation: tplHeroFade2 14s infinite; 
}

/* Reduced motion: keep welcome only */
@media (prefers-reduced-motion: reduce) {
  .tpl-hero-alt .tpl-hero-panel { animation: none !important; }
  .tpl-hero-alt .tpl-panel-welcome { opacity: 1; }
  .tpl-hero-alt .tpl-panel-video { opacity: 0; }
}

/* Keep content clear of fixed header/nav */
.tpl-hero-alt .tpl-hero-inner { 
  padding-top: 110px;
}

/* Welcome typography */
.tpl-welcome {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 22px 0;
  color: #111;
}

.tpl-subtitle {
  margin-top: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #333;
}

/* Logo sizing */
.tpl-hero-logo {
  display: block;
  margin: 0 auto;
  width: min(520px, 78vw);
  height: auto;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Video thumb */
.tpl-video-thumb {
  position: relative;
  width: min(980px, 92vw);
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,0.12);
  margin-top: 90px;
}

.tpl-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78) contrast(0.95);
  transform: scale(1.01);
}

/* Play button */
.tpl-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.tpl-play-icon {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  border: 2px solid rgba(255,255,255,0.75);
  backdrop-filter: blur(2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  position: relative;
}

.tpl-play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 22px solid rgba(255,255,255,0.92);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.tpl-play:hover .tpl-play-icon {
  background: rgba(0,0,0,0.66);
}

/* Video title under thumb */
.tpl-video-title {
  margin: 20px 0 6px 0;
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #111;
}
.tpl-video-sub {
  color: #333;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.92rem;
}

/* Mobile */
@media (max-width: 768px) {
  .tpl-hero-alt .tpl-hero-panels {
    height: 72vh;
    min-height: 560px;
  }
  .tpl-welcome { font-size: 2.1rem; }
  .tpl-video-title { font-size: 1.8rem; }
  .tpl-hero-alt .tpl-hero-inner { padding-top: 130px; }
  .tpl-video-thumb { margin-top: 110px; border-radius: 18px; }
  .tpl-play-icon { width: 76px; height: 76px; }
}


/* --- TPL Fixes: header visibility + true white hero --- */
html, body {
  background: #fbfaf7 !important;
}

header, .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000 !important;
}

/* Ensure hero cannot cover the header visually */
.tpl-hero-alt {
  background: #fbfaf7 !important;
}
.tpl-hero-alt::before,
.tpl-hero-alt::after {
  display: none !important;
  content: none !important;
}

/* Make each panel a true white canvas (no inherited dark overlays) */
.tpl-hero-alt .tpl-hero-panel {
  background: #fbfaf7 !important;
}

/* Center content reliably */
.tpl-hero-alt .tpl-hero-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* Give clear space under fixed header */
.tpl-hero-alt .tpl-hero-panels {
  padding-top: 90px;
  box-sizing: border-box;
}

/* Fix accidental left-shift from template row/col rules */
.tpl-hero-alt .tpl-hero-panel,
.tpl-hero-alt .tpl-hero-inner,
.tpl-hero-alt .tpl-video-thumb {
  text-align: center !important;
}

/* Make sure the hero does not intercept header clicks */
.tpl-hero-alt {
  z-index: 1;
}


/* --- TPL Header restore + Hero alignment tweaks --- */

/* Keep header visible above hero */
header.header.default {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999 !important;
  background: rgba(251,250,247,0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Space page content for fixed header */
body { padding-top: 72px; }
@media (max-width: 768px) { body { padding-top: 86px; } }

/* Hero panels: account for header but keep content centered higher */
.tpl-hero-alt .tpl-hero-panels {
  height: calc(78vh - 40px);
  min-height: 560px;
}

/* Raise logo slide slightly */
.tpl-hero-alt .tpl-panel-welcome .tpl-hero-inner {
  padding-top: 70px;
  transform: translateY(-18px);
}

/* Lower video slide slightly (thumbnail down) */
.tpl-hero-alt .tpl-panel-video .tpl-video-thumb {
  margin-top: 140px;
}

/* Ensure nav links show as black */
header.header.default .main-nav .main-menu li a {
  color: #000 !important;
}
header.header.default .main-nav .main-menu li a:hover {
  color: #b8860b !important;
}


/* --- TPL v4: header visibility + hero vertical tune --- */

/* Guarantee header stays on top of hero */
header.header.default { z-index: 100000 !important; }
.tpl-hero-alt { position: relative; z-index: 1; }
.tpl-hero-alt .tpl-hero-panels { position: relative; z-index: 1; }
.tpl-hero-alt .tpl-hero-panel { z-index: 1; }

/* Improve vertical alignment per-slide */
.tpl-hero-alt .tpl-hero-panels {
  height: calc(78vh - 20px);
  min-height: 560px;
}

/* Reset inner padding and tune with transforms instead */
xpx !important; }

/* Logo slide: bring it up */
.tpl-hero-alt .tpl-panel-welcome .tpl-hero-inner {
  transform: translateY(-62px);
}

/* Video slide: bring it down */
.tpl-hero-alt .tpl-panel-video {
  transform: translateY(-10px);
}

/* Also nudge the video card down a touch */
I5px !important; }

/* Make sure nothing inherits a dark hero overlay */
.tpl-hero-alt::before,
.tpl-hero-alt::after,
.tpl-hero-alt .tpl-hero-panel::before,
.tpl-hero-alt .tpl-hero-panel::after { display: none !important; }


/* --- TPL v6: precise hero vertical tuning (logo not cropped, video not covering title) --- */

/* Give the hero more breathing room so nothing gets cropped */
.tpl-hero-alt .tpl-hero-panels{
  height: 82vh !important;
  min-height: 680px !important;
  padding-bottom: 70px;
}

/* Default inner spacing a bit tighter */
.tpl-hero-alt .tpl-hero-inner{
  padding-top: 58px !important;
}

/* Welcome/Logo slide: raise whole block and prevent logo cropping */
.tpl-hero-alt .tpl-panel-welcome .tpl-hero-inner{
  transform: translateY(-70px) !important;
}
.tpl-hero-alt .tpl-hero-logo{
  max-height: 46vh;
  width: min(520px, 72vw);
  object-fit: contain;
}

/* Video slide: keep title where it is, move ONLY the thumbnail up */
.tpl-hero-alt .tpl-panel-video{
  transform: none !important;
}
.tpl-hero-alt .tpl-panel-video .tpl-video-thumb{
  margin-top: 85px !important;
  margin-bottom: 24px;
}

/* Video slide typography stays anchored below */
.tpl-hero-alt .tpl-panel-video .tpl-hero-inner{
  padding-top: 0 !important;
  transform: none !important;
}


/* --- TPL v7: final video slide lift --- */

/* Lift entire video slide content slightly */
.tpl-hero-alt .tpl-panel-video {
  transform: translateY(-28px) !important;
}

/* Lift title + watch text together */
.tpl-hero-alt .tpl-panel-video .tpl-video-title,
.tpl-hero-alt .tpl-panel-video .tpl-video-sub {
  margin-top: 0;
}

/* Ensure bottom clearance so text never clips */
.tpl-hero-alt .tpl-hero-panels {
  padding-bottom: 110px !important;
}


/* --- TPL About Intro (between Hero and Mission) --- */
.tpl-about-intro {
  background: #fffdf9;
  padding: 120px 20px 120px;
}
.tpl-about-intro-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.tpl-about-intro h2 {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  margin-bottom: 28px;
}
.tpl-about-intro p {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}


/* --- TPL About Intro refinements --- */

/* More space after hero before About intro */
.tpl-about-intro {
  padding-top: 180px !important;
}

/* Larger About heading with decorative underline */
.tpl-about-intro h2 {
  font-size: 46px !important;
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
}

/* Decorative translucent underline */
.tpl-about-intro h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120px;
  height: 6px;
  background: rgba(58, 94, 137, 0.45); /* soft gold */
  border-radius: 4px;
}


/* --- TPL Hero tweaks (v5) --- */

/* Slightly larger logo and hero text */
.tpl-hero-logo {
  width: min(580px, 80vw) !important;
}

.tpl-welcome {
  font-size: 3.4rem !important;
}

.tpl-subtitle {
  font-size: 1.35rem !important;
}

/* Adjust hero animation timing to ~4s per slide */
@keyframes tplHeroFade1 {
  0% { opacity: 1; }
  40% { opacity: 1; }
  55% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes tplHeroFade2 {
  0% { opacity: 0; }
  40% { opacity: 0; }
  55% { opacity: 1; }
  95% { opacity: 1; }
  100% { opacity: 0; }
}

/* Total cycle ~8s */
.tpl-hero-alt .tpl-panel-welcome {
  animation-duration: 8s !important;
}
.tpl-hero-alt .tpl-panel-video {
  animation-duration: 8s !important;
}


/* --- TPL Hero tweaks (v6): timing + logo non-clickable --- */

/* Faster hero rhythm: ~3s per slide (6s total) */
@keyframes tplHeroFade1 {
  0% { opacity: 1; }
  33% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes tplHeroFade2 {
  0% { opacity: 0; }
  33% { opacity: 0; }
  50% { opacity: 1; }
  83% { opacity: 1; }
  100% { opacity: 0; }
}

.tpl-hero-alt .tpl-panel-welcome,
.tpl-hero-alt .tpl-panel-video {
  animation-duration: 6s !important;
}

/* Absolutely prevent logo from behaving like a link */
.tpl-hero-logo {
  pointer-events: none !important;
  cursor: default !important;
}


/* Absolutely neutralize any clickable elements on the logo slide */
.tpl-panel-welcome,
.tpl-panel-welcome * {
  pointer-events: none !important;
  cursor: default !important;
}

/* Restore pointer events ONLY for video play button */
.tpl-panel-video,
.tpl-panel-video * {
  pointer-events: auto;
}

/* 3.5s per slide = 7s total */
@keyframes tplHeroFade1 {
  0% { opacity: 1; }
  35% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes tplHeroFade2 {
  0% { opacity: 0; }
  35% { opacity: 0; }
  50% { opacity: 1; }
  85% { opacity: 1; }
  100% { opacity: 0; }
}

.tpl-hero-alt .tpl-panel-welcome,
.tpl-hero-alt .tpl-panel-video {
  animation-duration: 7s !important;
}


/* --- TPL Hero v8: stop hover passing through + keep 3.5s timing --- */

/* Panels block interactions beneath them */
.tpl-hero-alt .tpl-hero-panel { pointer-events: auto; }

/* Logo slide: never clickable (but DOES block underlying slide) */
.tpl-hero-alt .tpl-panel-welcome,
.tpl-hero-alt .tpl-panel-welcome * {
  cursor: default !important;
}
.tpl-hero-alt .tpl-panel-welcome a { pointer-events: none !important; }

/* Video slide: only the play button is clickable */
.tpl-hero-alt .tpl-panel-video { pointer-events: none; }
.tpl-hero-alt .tpl-panel-video .tpl-play { pointer-events: auto; cursor: pointer; }

/* Make hidden slide non-interactive by toggling visibility during the fade */
@keyframes tplHeroFade1 {
  0%   { opacity: 1; visibility: visible; }
  35%  { opacity: 1; visibility: visible; }
  50%  { opacity: 0; visibility: hidden; }
  100% { opacity: 0; visibility: hidden; }
}
@keyframes tplHeroFade2 {
  0%   { opacity: 0; visibility: hidden; }
  35%  { opacity: 0; visibility: hidden; }
  50%  { opacity: 1; visibility: visible; }
  85%  { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

.tpl-hero-alt .tpl-panel-welcome,
.tpl-hero-alt .tpl-panel-video {
  animation-duration: 7s !important;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}


/* --- TPL About + Mission spacing refinements (v9) --- */

/* Pull Mission section upward toward the About intro */
#about.tpl-mission-section {
  margin-top: -90px;
}

/* Bring underline closer to 'About' text */
.tpl-about-intro h2 {
  padding-bottom: 12px !important;
}

/* Brighter TPL logo blue underline */
.tpl-about-intro h2::after {
  background: rgba(32, 86, 155, 0.75) !important;
  height: 6px;
}


/* --- TPL About heading emphasis (v10) --- */

/* ABOUT in all caps */
.tpl-about-intro h2 {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* Thicker, brighter underline closer to text */
.tpl-about-intro h2 {
  padding-bottom: 6px !important;
}

.tpl-about-intro h2::after {
  width: 140px;
  height: 9px;
  background: rgb(24, 102, 196); /* vivid TPL blue */
  opacity: 1;
}
