@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}


@media screen  and (max-width: 1600px){  
.banner .bg-img {
    height: 900px;
}

.banner .head {
    padding-top: 700px;
}

.banner .head h1 {
    font-size: 95px;
    letter-spacing: 3px;
}



}

@media screen  and (max-width: 1400px){  
    .banner .head h1 {
        font-size: 90px;
        letter-spacing: 2px;
    }
        .banner .bg-img {
        height: 890px;
    }
    
.sec-bio {
    padding: 100px 0;
}
.latest-events {
    padding: 80px 0 110px;
}

.sec-bio .head h2, .latest-events .head h2, .sec-listen .head h2 {
    margin: 0 0 10px;
    font-size: 65px;
    letter-spacing: 2px;
}

.latest-events .head {
    text-align: center;
    margin-bottom: 30px;
}

.latest-events .main .pic img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border: solid 7px #000;
}

.latest-events .main .disc h4 {
    margin: 0 0 5px;
    font-size: 20px;
}

.latest-events .main .disc h5 {
    font-size: 13px;
}

.latest-events .main .disc {
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.slick-dots {
    bottom: -50px;
}
.sec-listen {
    padding: 80px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.sec-listen .head {
    text-align: center;
    margin-bottom: 30px;
}
.sec-video {
    height: 790px;
}

.sec-video .play {
    text-align: center;
    margin-top: 280px;
}

.sec-video .play img {
    width: 180px;
}

.sec-footer {
    padding: 60px 0 10px;
}

.sec-footer .last {
    margin-top: 30px;
    padding-top: 20px;
}

.sec-cta {
    padding: 60px 0;
}

.sec-cta .left h2, .sec-cta .right h2 {
    margin: 0 0 20px;
    font-size: 36px;
}


}

@media screen  and (max-width: 1300px){  

}
 
@media screen  and (max-width: 1200px){  
.banner .head h1 {
    font-size: 80px;
}
.menu-header > ul > li > a {
    padding: 0 3px;
    font-size: 14px;
}
section.strip .strip-wrapper p {
    font-size: 18px;
}
.sec-bio .head h2, .latest-events .head h2, .sec-listen .head h2 {
    margin: 0 0 10px;
    font-size: 55px;
}
.sec-bio .head p {
    font-size: 15px;
    line-height: 25px;
}
.sec-listen {
    padding: 60px;
}
.sec-listen .row.right {
    height: 140px;
    padding: 20px;
}
.sec-video {
    height: 580px;
}
.sec-video .play img {
    width: 160px;
}
.sec-video .play {
    margin-top: 200px;
}
.latest-events .main .disc h4 {
    font-size: 18px;
}
.latest-events .main .date h6 {
    font-size: 16px;
}
.latest-events .main .pic img {
    height: 270px;
}
.sec-footer {
    padding: 40px 0 10px;
}
.latest-events {
    padding: 60px 0 80px;
}
.banner .bg-img {
    height: 700px;
}
}

@media screen  and (max-width: 1100px){  
.banner .bg-img {
    height: 630px;
}
.banner .head {
    padding-top: 480px;
}
.banner .head h1 {
    font-size: 70px;
}
section.strip .strip-wrapper p {
    font-size: 17px;
}
}

@media screen  and (max-width: 999px){     
.header .col-sm-7 {
    display: none;
}
.header .social ul {
    position: relative;
    top: -30px;
}
.header .col-sm-7 {
    display: none;
}
.header .col-sm-2 {
    width: 20%;
    justify-content: end;
}
.header .col-sm-3 {
    width: 80%;
}
.header .main .logo {
    left: 75px;
    position: relative;
}
.banner .bg-img {
    height: 470px;
}
.banner .head h1 {
    font-size: 45px;
}
.banner .head {
    padding-top: 390px;
}
section.strip .strip-wrapper p {
    font-size: 14px;
}
section.strip {
    padding: 15px 0;
}
.sec-bio {
    padding: 40px 0;
}
.sec-bio .head h2, .latest-events .head h2, .sec-listen .head h2 {
    margin: 0 0 10px;
    font-size: 50px;
}
.sec-bio .head p {
    font-size: 14px;
    line-height: 22px;
}
.sec-bio .head h2:before {
    top: 25px;
}
.sec-bio .head .read a {
    font-size: 15px;
    padding: 10px 25px;
}
.sec-bio .head h2, .latest-events .head h2, .sec-listen .head h2 {
    margin: 0 0 10px;
    font-size: 38px;
}    
.sec-listen {
    padding: 40px;
}
.sec-listen .pic {
    width: 100%;
}
.sec-listen .col-sm-7 {
    width: 50%;
}
.sec-listen .col-sm-5 {
    width: 50%;
}
.sec-listen .row.right .disc h3 {
    font-size: 20px;
}
.sec-listen .container {
    width: auto;
}
.sec-listen .row.right {
    height: 120px;
    padding: 10px;
}
.sec-video {
    height: 390px;
}
.sec-video .play img {
    width: 150px;
}
.sec-video .play {
    margin-top: 120px;
}
.latest-events .main .disc h4 {
    font-size: 14px;
}
.latest-events .main .date h6 {
    font-size: 14px;
}
.sec-footer .one {
    display: none;
}
.sec-footer .col-sm-3 {
    width: 33%;
}
.sec-footer .title-footer h3 {
    margin: 0 0 20px;
    font-size: 28px;
}
.sec-footer .menu ul li a {
    font-size: 17px;
}
.sec-footer .title-footer a {
    font-size: 17px;
}
.sec-footer .title-footer a i {
    margin-right: 15px;
    font-size: 20px;
}
.sec-footer .last {
    margin-top: 0px;
    padding-top: 10px;
}
.sec-footer .last .design p {
    font-size: 14px;
}
a#hamburg {
    background-color: #FFBB02;
    z-index: 99999 !important;
}
.nav1 .container {
    width: 100%;
}
.nav1 .search-nav, .nav1 .title {
    display: none;
}
html.open-menu nav.nav1 {
    background-color: #fff;
    z-index: 99999;
}
.push-logo {
    margin: 40px 10px 10px 10px;
    background-color: #000;
}
.page-id-31 .sec-bio {
    padding: 40px 0;
}
.page-id-33 .wrap .entry-content p {
    font-size: 16px;
    padding: 40px;
    line-height: 25px;
}
.page-id-34 .sec-gallery {
    padding: 40px 0;
}
.page-id-134 .sec-listen {
    padding: 40px 0;
    background-color: #ffbf00;
}
.inner-banner h2 {
    padding: 150px 0 0;
    font-size: 45px;
}
}

@media screen  and (max-width: 499px){     
.header .main .logo {
    left: 33px;
}
.header .social ul {
    top: 0;
    left: 30px;
}
.banner .bg-img {
    height: 260px;
}
.banner .head h1 {
    font-size: 25px;
}
.slick-next.slick-arrow {
    left: 30px;
}
.slick-arrow {
    right: 30px;
}
.banner .bg-img:before{
    height: 170px;
}
.banner .head {
    padding-top: 210px;
}
.sec-bio .row {
    display: block;
}
.sec-bio .head h2, .latest-events .head h2, .sec-listen .head h2 {
    margin: 0 0 5px;
    font-size: 35px;
}
.sec-bio .head p {
    line-height: 20px;
}
.sec-bio .head .read a {
    font-size: 14px;
    padding: 8px 20px;
}
.sec-bio .pic {
    padding-top: 40px;
}
.sec-listen .row.one {
    display: block;
}
.sec-listen .head h2 {
    font-size: 30px;
}
.sec-listen {
    padding: 40px 0;
}

.sec-listen .col-sm-7 {
    width: 100%;
}
.sec-listen .col-sm-5 {
    width: 100%;
    padding-top: 30px;
}
.sec-video .play img {
    width: 120px;
}
.sec-video {
    height: 200px !important;
}
.sec-video .play {
    margin-top: 40px;
}
.latest-events {
    padding: 40px 0 70px;
}
.sec-footer .col-sm-3 {
    width: 100%;
}
.sec-footer .title-footer h3 {
    margin: 0 0 10px;
    font-size: 24px;
}
.sec-footer .title-footer {
    padding: 20px;
}
.sec-footer {
    padding: 40px 0;
}

.sec-listen .row.right {
    height: auto;
}

.sec-listen .row.right,.sec-listen .row.bottom {
    margin: 0;
}

.slick-dots .slick-active button {
    width: 100px;
}
.page-id-31 .sec-bio {
    padding: 40px 0;
    background-color: #ffbf00;
}
.page-id-33 .wrap .entry-content p {
    font-size: 16px;
    padding: 40px;
}
.page-id-34 .sec-gallery {
    padding: 40px 0;
}
.page-id-134 .sec-listen {
    padding: 40px 0;
}
.page-id-134 .sec-listen .col-sm-5 {
    width: 100%;
    padding: 30px 30px;
}
.inner-banner h2 {
    padding: 150px 0 0 !important;
    font-size: 38px;
}

.pum-container.pum-responsive.pum-responsive-small {
    margin-left: 0% !important;
    width: 95% !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    left: 0 !important;
    background: #000000 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
}