body {

    font-family: 'Source Sans Pro', sans-serif;
    color: #3C4252;
}



a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a.decorated {
    color: #333;
    text-decoration: underline;
}

a.decorated:hover {
    color: #ab0024;
    text-decoration: underline;
}

h1 {
    font-weight: bold;
    font-size: 2.5rem;
}

@media( max-width: 576px ){

    h1 {
        font-size: 2rem;
    }
}

/*



*/

.margin-top-10 { margin-top: 10px; } .margin-bottom-10 { margin-bottom: 10px; } .margin-left-10 { margin-left: 10px; } .margin-right-10 { margin-right: 10px; } .margin-top-20 { margin-top: 20px; } .margin-bottom-20 { margin-bottom: 20px; } .margin-left-20 { margin-left: 20px; } .margin-right-20 { margin-right: 20px; } .margin-top-30 { margin-top: 30px; } .margin-bottom-30 { margin-bottom: 30px; } .margin-left-30 { margin-left: 30px; } .margin-right-30 { margin-right: 30px; } .margin-top-40 { margin-top: 40px; } .margin-bottom-40 { margin-bottom: 40px; } .margin-left-40 { margin-left: 40px; } .margin-right-40 { margin-right: 40px; } .margin-top-50 { margin-top: 50px; } .margin-bottom-50 { margin-bottom: 50px; } .margin-left-50 { margin-left: 50px; } .margin-right-50 { margin-right: 50px; }
.padding-bottom-0 { padding-bottom: 0px; } .padding-top-10 { padding-top: 10px; } .padding-bottom-10 { padding-bottom: 10px; } .padding-left-10 { padding-left: 10px; } .padding-right-10 { padding-right: 10px; } .padding-top-20 { padding-top: 20px; } .padding-bottom-20 { padding-bottom: 20px; } .padding-left-20 { padding-left: 20px; } .padding-right-20 { padding-right: 20px; } .padding-top-30 { padding-top: 30px; } .padding-bottom-30 { padding-bottom: 30px; } .padding-left-30 { padding-left: 30px; } .padding-right-30 { padding-right: 30px; } .padding-top-40 { padding-top: 40px; } .padding-bottom-40 { padding-bottom: 40px; } .padding-left-40 { padding-left: 40px; } .padding-right-40 { padding-right: 40px; } .padding-top-50 { padding-top: 50px; } .padding-top-60 { padding-top: 60px; } .padding-bottom-50 { padding-bottom: 50px; } .padding-left-50 { padding-left: 50px; } .padding-right-50 { padding-right: 50px; }



.inner-page-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.inner-page-gallery a {
    overflow: hidden;
    margin: 10px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}



.inner-page-gallery a:hover {
    box-shadow: 0 0 5px #ab0024;
}


.image-container {
    overflow: hidden;
    line-height: 0;
    
}

.image-container img{
    width: 100%;
    height: auto;
}

.fixed-ar-media-container {
    padding-top: 56.25%;
    height: 0px;
    position: relative;
    overflow: hidden;
}


.fixed-ar-media-container.square{
    padding-top: 100% !important;
}

.fixed-ar-media-container.rounded{
    border-radius: 50% !important;
}
.fixed-ar-media-container iframe,
.fixed-ar-media-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed-ar-media-container.max-height img,
.fixed-ar-media-container.max-height iframe {
    max-height: 100%;
    width: 100%;
    height: 100%;

}

.fixed-ar-media-container.auto-height img,
.fixed-ar-media-container.auto-height iframe {
    max-height: 100%;
    width: 100%;
    height: unset;
    max-height: unset;

}
.main-wrapper {
    position: relative;
    opacity: 0;
}

#main {
    padding-top: 60px;
}

.boxed-width-1160 {
    width: 1160px;
    max-width: 1160px;
    margin: 0 auto;
}

@media( max-width: 1200px ){
    .boxed-width-1160 {
        width: 100%;
    }

}

.boxed-width-1130 {
    width: 1130px;
    max-width: 1130px;
    margin: 0 auto;
}

@media( max-width: 1200px ){
    .boxed-width-1130 {
        width: 100%;
    }

}



.boxed-width-1126 {
    width: 1126px;
    max-width: 1126px;
    margin: 0 auto;
}

@media( max-width: 1200px ){
    .boxed-width-1126 {
        width: 100%;
    }

}


.boxed-width-756 {
    width: 756px;
    max-width: 756px;
    margin: 0 auto;
}

@media( max-width: 960px ){
    .boxed-width-756 {
        width: 80%;
        max-width: 80%;
    }

}


.boxed-width-936 {
    width: 936px;
    max-width: 936px;
    margin: 0 auto;
}

@media( max-width: 960px ){
    .boxed-width-936 {
        width: 90%;
        max-width: 90%;
    }

}


.button-filled,
.button-hollow {
    border-radius: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 132px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-filled .title,
.button-hollow .title {
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}


.button-filled {
    background: #AB0024;
}

.button-filled.disabled {
    background: #ccc !important;
    cursor: default;
}

.button-filled .title {
    color: #fff;
}


.button-hollow {
    border: 2px solid #AB0024;
}

.button-hollow.disabled {
    border-color: #ccc !important;
    cursor: default;
}

.button-hollow .title {
    color: #AB0024;
}

.button-hollow.disabled .title {
    color: #ccc !important;
}

.click-disabled {
    cursor: default;
}





/* common end */ 
























/* header & nav */


.header-wrapper {
    background-color: rgba(255,255,255,0.9);
    left: 0;
    top: 0;
    right: 0;
    position: fixed;    
    height: 60px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 8px #00000024;
    z-index: 101;
}

.header {
    display: flex;
    justify-content: space-between;
}

.mobile-nav {
    display: none;
}

.nav-lang a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-top: 3px;
}

.mobile-nav {
    position: fixed;
    top: 60px;
    right: 200px;
    height: 4000px;
    width: 200px;
    background-color: rgba(255,255,255,0.8);
    z-index: 99;
    display: none;
    padding-left: 35px;
    padding-top: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px #ccc;
}

.mobile-nav .nav-item a {
    color: inherit;
}

.mobile-nav .nav-item {
    font-size: 0.9rem;
    font-weight: 700;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 0px;
    padding-top: 8px;
    padding-right: 10px;
    margin-right: 20px;
}

.mobile-nav .nav-item.child {
    padding-left: 20px;
    font-size: 0.8rem;
}

.mobile-nav .spacer {
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: -10px;
    border-bottom: 1px solid #ccc;
    width: 200px;
}

.header .logo{
    width: 144px;
    height: 60px;
    display: flex;
    align-items: center;
}

.header .icons {
    display: flex;
    align-items: center;
}

.header .nav{
    margin-left: auto;
    margin-right: 40px;
}

.header .icons .nav-search {
    margin-right: 26px;
    cursor: pointer;
}

.header .icons .nav-hamburger {
    cursor: pointer;
}


.header .icons .nav-lang{
    margin-right: 20px;

}


.search-box {
    position: fixed;
    height: 60px;
    width: 0;
    z-index: 999;
    right: 210px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #fff;
    overflow: hidden;
    display: none;
}

.search-box .wrapper {
    width: 280px;
    opacity: 1;
    margin-right: 10px;
    margin-top: 2px;
}

@media ( max-width: 576px ){
    
    .search-box .wrapper {
        width: 240px;
    }   

}

#search{

}


.header .nav .nav-item {
    font-size: 0.9rem;
    font-weight: 700;
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    cursor: pointer;
}

.header .nav .nav-item .bottom-border {
    position: absolute;
    height: 6px;
    bottom: 0;
    left: 0;
    right:0 ;
    z-index: -1;
}


@media( max-width: 1199px ){

    .mobile-nav .mobile{
        display: flex;
    }

    .mobile-nav .desktop{
        display: none;
    }

    .nav.desktop{
        display: none;
    }

}

@media( min-width: 1200px ){

    .mobile-nav .mobile{
        display: none;
    }

    .mobile-nav .desktop{
        display: flex;
    }

    .nav.desktop{
        display: flex;
    }

}

/* header & nav */






/* home top slider */



.top-slider-wrapper {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
    background: #333;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


.top-slider-wrapper .top-slider-images .slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.top-slider-wrapper .home-slider-gradient{
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

.top-slider-prev{ 
    position: absolute;
    left: 10%;
    top: 40vh;
    z-index: 2;
    cursor: pointer;
}

.top-slider-next{
    position: absolute;
    right: 10%;
    top: 40vh;
    z-index: 2;
    cursor: pointer;
}


@media( max-width: 576px ){

    .top-slider-wrapper .home-slider-gradient img{
        width: auto;
        height: 30vh;
    }

}


.top-slider-wrapper .top-slider-images .slider-item.mobile {
    display: none;
}

.top-slider-wrapper .lSPager {
    background: #cecbcc;
    display: inline-block;
    height: 42px;
    position: absolute;
    bottom: 180px;
    left: 50%;
    border-radius: 32px;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li a {
    background: #6F6F6F;
    height: 10px;
    width: 10px;
}



@media(max-width: 768px){

    .top-slider-wrapper {
        height: 525px;
    }
    .top-slider-wrapper .top-slider-images .slider-item img {
        width: auto;
        height: auto;
        width: 100%;
        height: 100%;
    }

    .top-slider-wrapper .top-slider-images .slider-item.desktop {
        display: none;
    }

    .top-slider-wrapper .top-slider-images .slider-item.mobile {
        display: block;
    }
    
    .top-slider-wrapper {
        margin-top: 0px;
    }

    .top-slider-wrapper .image-slider .lSAction {
        display: none !important;
    }


    .top-slider-wrapper .lSPager {
        height: 36px;
        position: absolute;
        bottom: 180px;
        left: 0;
        border-radius: 24px;
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
    
    .top-slider-wrapper .lSSlideOuter .lSPager.lSpg > li a {
        background: #6F6F6F;
        height: 8px;
        width: 8px;
    }
    


}


/* home top slider */




/* sub header nav cards */

.sub-header-nav-wrapper {

}

.sub-header-nav {
   margin-top: -150px;
}

.sub-header-nav .col-3 {
    padding-right: 10px;
    padding-left: 10px;
}


.sub-header-nav .card {
    border-radius: 25px;
    width: 278px;
    height: 156px;
    margin-top: 16px;
    background-color: transparent;
    border: none;
    box-shadow: 0 0 10px #666;
    cursor: pointer;
}

.sub-header-nav .card-body {
    position: relative;
}

.sub-header-nav .card-body img{
    position: absolute;
    right: 20px;
    bottom: 0;
}

.sub-header-nav .card.bg-bcf .card-body img {
    bottom: 16px;
}

.sub-header-nav .card.bg-ca .card-body img {
    
}

.sub-header-nav .card.bg-acf {
    background-image: url(/assets/images/home/sub-nav-acf.png);
}

.sub-header-nav .card.bg-bcf {
    background-image: url(/assets/images/home/sub-nav-bcf.png);
}

.sub-header-nav .card.bg-mc {
    background-image: url(/assets/images/home/sub-nav-mc.png);
}

.sub-header-nav .card.bg-ca {
    background-image: url(/assets/images/home/sub-nav-ca.png);
}

.sub-header-nav .card.bg-bc {
    background-image: url(/assets/images/home/sub-nav-bc.png);
}

.sub-header-nav .card.bg-ds {
    background-image: url(/assets/images/home/sub-nav-ds.png);
}

.sub-header-nav .card.bg-cb {
    background-image: url(/assets/images/home/sub-nav-cb.png);
}

.sub-header-nav .card.bg-tc {
    background-image: url(/assets/images/home/sub-nav-tc.png);
}


.sub-header-nav .title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 900;
    line-height: 1.5rem;
}


.sub-header-nav .title a {
    color: #fff;
}


@media( max-width: 576px ){

    .sub-header-nav .title {
        font-size: 4vw;
        color: #fff;
        font-weight: 900;
        line-height: 0.9rem;
    }


    .sub-header-nav .card {

        width: 100%;
        height: 27vw;
        margin-top: 16px;
        background-color: transparent;
        border: none;
        box-shadow: 0 0 10px #666;
        cursor: pointer;
    }


    .sub-header-nav .card-body img{
        position: absolute;
        right: 20px;
        bottom: 0;
        height: 60px;
    }

    .sub-header-nav .col-6:nth-child(odd){
        padding-right: 5px;
    }

    .sub-header-nav .col-6:nth-child(even){
        padding-left: 5px;
    }

    .sub-header-nav  .card-body img.logo-1{
        height: 45px;
    }

    .sub-header-nav  .card-body img.logo-2{
        height: 50px;
        bottom: 10px;
    }

    .sub-header-nav  .card-body img.logo-3{
        bottom: 8px;
        height: 60px;
    }

    .sub-header-nav  .card-body img.logo-4{
        bottom: 8px;
        height: 60px;
    }

}



/* sub header nav cards */


/* blog */ 

.blog-slider-wrapper {
    position: relative;
}


.blog-carousel-item {
    width: 360px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
}

.blog-carousel-item .card {
    border-radius: 24px;
    border: none;
    box-shadow: 0 0 5px #ccc;
}

.blog-carousel-item .card h3 {
    font-weight: 700;
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    height: 60px;
}

.blog-carousel-item .image-container {
    border-radius: 20px;
}
.blog-carousel-item .card .description {
    height: 100px;
    color: #A4AAB8;
    font-size: 1rem;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1rem;
    max-height: 66px;
    height: 60px;
}

.blog-carousel-item .card .read-more {
    font-size: 1rem;
    overflow: hidden;
    font-weight: 600;
}

.blog-carousel-item .card .read-more a {
    color: #AB0024;
}


.blog-slider-prev, .blog-slider-next {
    cursor: pointer;
    position: absolute;
    top: calc( 50% - 48px);
    right: -96px;
}

.blog-slider-prev  {
    left: -96px;
}

.blog-slider-wrapper  .lSPager {
    margin-top: 20px !important;
}

.lSSlideOuter .lSPager.lSpg > li {
    padding: 0;
    height: 24px;
    width: 24px;
    display: inline-flex;
    /* padding-bottom: 20px; */
    vertical-align: center;
    align-items: center;
    justify-content: center;
    margin: 8px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background: #ADADAD;
    height: 10px;
    width: 10px;
}

.lSSlideOuter .lSPager.lSpg > li a:hover {
    background: #000000;
}


.lSSlideOuter .lSPager.lSpg > li.active {
    border: 1px solid #000000;
    border-radius: 50%;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
    background: #000000;
}


@media( max-width: 960px ){


    .blog-slider-wrapper{
        width: 70%;
    }


    .blog-carousel-item {

        width: 100%;
        padding-right: 10px;
    }

    .blog-slider-prev, .blog-slider-next {
        right: -56px;
    }
    
    .blog-slider-prev  {
        left: -62px;
    }

    .blog-carousel-item .card .description {
        font-size: 0.9rem;
        line-height: 0.9rem;
    }
    .blog-carousel-item .card h3 {
        font-weight: 700;
        margin-top: 20px;
        font-size: 1.1rem;
        line-height: 1.1rem;
        height: 60px;
    }

}


@media( max-width: 576px ){

    .blog-slider-wrapper{
        width: 80%;
    }

    .blog-carousel-item {

        width: 100%;
        padding-right: 10px;

    }

    .blog-slider-prev, .blog-slider-next {
        right: -56px;
        display: none;
    }
    
    .blog-slider-prev  {
        left: -62px;
        display: none;
    }

    .blog-carousel-item .card .description {
        font-size: 0.9rem;
        line-height: 0.9rem;
    }

}

/* blog */









/* home sm */

.homepage-sm-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.homepage-sm-icons .wrapper {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F0F0;
    border-radius: 16px;
    margin: 20px;
}

.homepage-sm-icons img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}
/* home sm */


/* festivals */

.email-subscription-container {

    

}

.card.festival-menu {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    height: 203px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

.card.festival-menu.media.acf {
    background: url(/assets/images/festivals/menu-media-acf.jpg);
}

.card.festival-menu.archive.acf {
    background: url(/assets/images/festivals/menu-archive-acf.jpg);
}

.card.festival-menu.about.acf {
    background: url(/assets/images/festivals/menu-about-acf.jpg);
}


.card.festival-menu.media.bcf {
    background: url(/assets/images/festivals/menu-media-bcf.jpg);
}

.card.festival-menu.archive.bcf {
    background: url(/assets/images/festivals/menu-archive-bcf.jpg);
}

.card.festival-menu.about.bcf {
    background: url(/assets/images/festivals/menu-about-bcf.jpg);
}


.card.festival-menu.media.mc {
    background: url(/assets/images/festivals/menu-media-mc.jpg);
}

.card.festival-menu.archive.mc {
    background: url(/assets/images/festivals/menu-archive-mc.jpg);
}

.card.festival-menu.about.mc {
    background: url(/assets/images/festivals/menu-about-mc.jpg);
}


.card.festival-menu .card-body {
    padding: 0;
}

.card.festival-menu .card-body h2 {
    font-weight: 600;
    color: #fff;
    font-size: 2rem;
    padding-left: 20px;
    padding-top: 20px;
}

.card.festival-menu .card-body h2 a {
    color: #fff;
}






.festivals-title {
    font-size: 2.5rem;
}

.share-box {
    padding-bottom: 5px;
}

.share-box a img {
    height: 20px;
    margin-left: 12px;
    padding-bottom: 5px;
}

.share-box a:first-of-type img {
    margin-left: 0;
}

.share-box .label {
    font-weight: 600;
}

.program-card {
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 5px #ddd;
    height: 184px;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-card .column-1 {
    width: 16.1%;
    padding-left: 3.7%;
}

.program-card .column-2 .image-container {
    border-radius: 16px;
    max-height: 144px;
}


.program-card .column-2 {
    width: 27.4%;
}

.program-card .column-3 {
    width: 35.6%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 144px;
    position: relative;
}

.program-card .event-type {
    font-size: 0.9rem;
    font-weight: 600;
}

.program-card .event-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 600;
}

.program-card .venue {
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 600;
}

.program-card .venue .fa-map-marker {
    font-size: 1.1rem;
}


.program-card .column-3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 2px;
    border-right: 2px solid #E5E5E5;
    right: 2px;
    top: 2px;
    bottom: 2px;
}


.program-card .column-4 {
    width: 20.94%;
}

.program-card .column-5 {
    display: none;
}

.program-card .day,
.program-card .month,
.program-card .year,
.program-card .time {
    display: block;
}

.program-card .day {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding-bottom: 6px;
}

.program-card .month {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #222;    
}


.program-card .year {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #222;
}


.program-card .time {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-top: 2px; 
}


@media ( max-width: 900px ){

    .card.festival-menu {
        height: 17vw;
    }

    .card.festival-menu .card-body {
        padding: 0;
        padding-left: 10%;
        padding-top: 5%;
    }

    .card.festival-menu .card-body h2 {
        font-size: 3vw;
        padding-left: 1vw;
        padding-top: 1vw;
    }

    .program-card {
        padding-bottom: 10px;
        padding-top: 10px;
        height: auto;
    }

    .program-card .column-3 {
        height: 90px;
    }

    .program-card .button-filled,
    .program-card .button-hollow {
        width: 90px;
        height: 30px;
    }

    .program-card .button-filled .title,
    .program-card .button-hollow .title {
        font-size: 0.7rem;
    }

    .program-card .event-title{
        font-size: 2vw;
        line-height: 2vw;
    }

    .program-card .day {
        font-size: 5vw;
        line-height: 4vw;
    }
    
    .program-card .month {
        font-size: 3vw;
        line-height: 3vw;
    }
    
    
    .program-card .year {
        font-size: 3vw;
        line-height: 3vw;
    }
    
    
    .program-card .time {
        font-size: 3vw;
        line-height: 3vw;
    }

    .program-card .venue {
        font-size: 1.6vw;
        line-height: 1.6vw;
    }

    .program-card .event-type {
        font-size: 0.7rem;
        font-weight: 600;
    }
    
}

@media ( max-width: 768px ){

    .boxed-width-1126 .col-12 {
        margin-top: 30px;
    }

}

@media ( max-width: 576px ){

    .program-card .button-filled, 
    .program-card .button-hollow {
        width: 30vw;
        height: 8vw;
    }

    .program-card .button-filled .title, 
    .program-card .button-hollow .title {
        font-size: 2.5vw;
    }

    .card.festival-menu {
        height: 53vw;
    }


    .program-card .column-2 .image-container {
        border-radius: 16px;
        max-height: 50vw;
    }
    .card.festival-menu .card-body {
        padding: 0;
        padding-left: 10%;
        padding-top: 5%;
    }

    .card.festival-menu .card-body h2 {
        font-size: 10vw;
    }

    .boxed-width-936 {
        width: 100%;
        max-width: 100%;
    }

    .program-card {
        flex-direction: column;
        padding: 10px;
    }

    .program-card .column-1 {
        display: none;
    }
    .program-card .column-2 {
        width: 100%;
    }
    .program-card .column-3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        height: auto;
    }

    .program-card .column-5  {
        display: flex;
        justify-content: flex-start;
        padding-top: 10px;
        width: 100%;
    }

    .program-card .day, .program-card .month, .program-card .year, .program-card .time {
        display: inline;
        font-size: 3.5vw;
        line-height: 3vw;
        margin-right: 0.5vw;
        padding-bottom: 0;
        margin-top: 0;
        color: #222;
        font-weight: 600;
    }
    
    .program-card .event-title {
        font-size: 4vw;
        line-height: 4vw;
    }

    .program-card .column-3::before {
        display: none;
    }

    .program-card .venue {
        font-size: 3vw;
        line-height: 3vw;
        padding-top: 5px;
    }

    .program-card .column-4 {
        width: 100%;
        flex-direction: row !important;
        justify-content: space-around !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .program-card .button-filled, .program-card .button-hollow {
        margin-top: 0;
    }

    .program-card .column-2 .image-container {
        width: 100%;
    }
}


/* festivals */



/* events */

.event .event-type{
    display: block;
    font-size: 1rem;
    line-height: 1rem;
}

.event .event-title {
    font-size: 2rem;
    line-height: 2rem;
    width: 70%;
}

.event .event-image {
    border-radius: 24px;
}

.event .event-details .card {
     
}

.event .event-details .card-body {

}

.event .card {
    border: none;
    border-radius: 24px;
    box-shadow: 0 0 5px #ccc;
    width: 100%;
    overflow: hidden;
}

.event .event-date .day-name {
    font-weight: 600;
    display: block;
}
.event .event-date .day,
.event .event-date .month,
.event .event-date .year,
.event .event-date .time {
    margin-right: 0.3vw;
    font-size: 1.3rem;
    font-weight: 600;
}

.event .venue-title {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
}


.event .venue-address {
    padding-top: 20px;
    color: #999;
}

.event .venue-address strong {
    color: #333;
}


.event  .venue-address-link {
    text-decoration: underline;
    padding-top: 10px;
    font-weight: bold;
}

.event .event-buttons {
    margin-top: auto;
}

.event .event-video iframe {
    width: 100%;
}

.event .event-video .card-body {
    padding: 0;
}

@media ( max-width: 1060px ){

    .event .event-details .card-body {
        padding: 1rem;
    }
    .event .venue-title {
        padding-bottom: 0.5vw;
        padding-top: 0.5vw;
    }

    .event .venue-address {
        padding-top: 0.5vw;
        font-size: 0.9rem;
        line-height: 0.9rem;
    }

    .event .venue-address-link {
        padding-top: 0.5vw;
        padding-bottom: 0.5vw;
    }
    
    .event .button-filled,
    .event .button-hollow {
        height: 4vw;
        font-size: 1rem;
    }

}


@media ( max-width: 768px ){

    .event .event-details{
        margin-top: 30px;
    }

    .event .event-buttons {
        flex-direction: row !important;
        justify-content: space-around !important;
    }   

    .event .event-buttons .margin-top-10 {
        margin-top: 0 !important;
    } 

    .event .venue-title {
        padding-bottom: 0.5vw;
        padding-top: 0.5vw;
    }

    .event .venue-address-link {
        padding-top: 1vw;
        padding-bottom: 5vw;
        font-size: 0.9rem;
    }
    
    .event .button-filled,
    .event .button-hollow {
        height: 6vw;
        width: 20vw;
    }

    .event .button-filled .title,
    .event .button-hollow .title {
        font-size: 0.9rem;
    }

    .event .venue-address {
        padding-top: 2vw;
        font-size: 0.9rem;
        line-height: 0.9rem;
     }

    .event .event-date {
        padding-bottom: 2vw;
     }

    .event .event-date .day, 
    .event .event-date .month, 
    .event .event-date .year, 
    .event .event-date .time,
    .event .event-date .day-name {
        margin-right: 1vw;
        font-size: 0.9rem;
        line-height: 0.8rem;
    }


    .event .event-title {
        font-size: 2rem;
        line-height: 2rem;
        width: 70%;
        font-size: 1.2rem;
        line-height: 1rem;
    }
}

@media ( max-width: 576px ){
    .event .button-filled,
    .event .button-hollow {
        height: 8vw;
        width: 28vw;
    }

    .event .button-filled .title,
    .event .button-hollow .title {
        font-size: 0.8rem;
    }
}


/* events */



/* jazz archive  */ 

.artist-range {
    display: none;
}

.filter-options select:focus {
    background: #BF9F87;
    color: #fff;    
    box-shadow: none;
    border: none;
}

.filter-options select {
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border-color: #BF9F87;
}

.filter-options select.active {
    background: #BF9F87;
    color: #fff;    
}

.filter-options select.semi-active {
    background: #D5C3B7;
    color: #fff;
    border-color: #BF9F87;
}

.filter-options .btn-primary {
    background-color: #BF9F87;
    border-color: #8c7361;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    padding-left: 25px;
    padding-right: 25px;
}

.filter-options .btn-primary:focus {
    box-shadow: none;
    border: none;
}


.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    background-color: #BF9F87;
    border-color: #8c7361;
}

.filter-options .col {
    padding-left: 5px;
    padding-right: 15px;
    height: 80px;
}

.program-card.archive .column-4 {
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 20px;
    line-height: 1.4rem;
    padding-right: 20px;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #BF9F87;
    border-color: #695648;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #695648;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border: none;
}

.pagination {
    justify-content: center;
}

.items {
    min-height: 300px;
}

.search .input-container {
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 5px #ccc;
    height: 56px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
    align-items: center;
}

#search-keyword {
    width: 80%;
    border: none;
    font-size: 0.9rem;
}

#search-keyword::placeholder {
    color: #848484;
    text-decoration: underline;
    font-size: 0.9rem;
}

#search-keyword:focus {
    box-shadow: none;
}

.search .button {
    color: #BF9F87;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.search .search-icon {
    position: absolute;
    left: 24px;
}

@media ( max-width: 768px ){
    .filter-options .col-12, .filter-options .col-6 {
        justify-content: center !important;
        margin-top: 20px;
    }

    .filter-options .btn-primary {

        padding-left: 50px;
        padding-right: 50px;
    }

}


/* jazz archive  */ 


/* blog */

.blog .post-title {
    font-size: 2rem;
    line-height: 2rem;
    width: 70%;
}



@media ( max-width: 768px ){

    .blog .post-title {
        font-size: 2rem;
        line-height: 2rem;
        width: 70%;
        font-size: 1.2rem;
        line-height: 1rem;
    }
}

.blog-archive h3 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 1.5rem !important;
}

.blog-archive .year {
    font-weight: 600;
    font-size: 1.4rem;

}

.blog-archive .year:not(:first-child) {
    margin-top: 20px;
}

.blog-archive .month {
    font-weight: 600;
    font-size: 1.3rem;
    padding-left: 10px;
}

.blog-archive .title {
    font-size: 0.85rem;
    padding-left: 20px;
}

.blog-archive .title a {
    color: #666;
}

.post .post-image {
    border-radius: 24px;
}

.post .publish_date {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 5px;
    color: #666;
}


.post .card {
    border: none;
    border-radius: 24px;
    box-shadow: 0 0 5px #ccc;
    width: 100%;
    overflow: hidden;
}



.blog .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ab0024;
    border-color: #6b041a;
}

.blog  .page-link {
    color:  #ab0024;
}

.blog-list  .card-container{
    margin-top: 20px;
}

.blog-list .card {
    border: none;
    box-shadow:  0 0 5px #ccc;
    border-radius: 24px;
}

.blog-list .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-list .card-body h3 {
    font-weight: 700;
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.3rem;
}

.blog-list .excerpt {
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #666;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #666;
    max-height: 40px;
    overflow: hidden;
}


.blog-list .image-container {
    border-radius: 20px;
}

.blog-list .read-more {
    border-radius: 20px;
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color:  #ab0024;
}

.blog-list .read-more a{

    color:  #ab0024;
}


/* blog */


/* footer */

.footer {
    background:  #F0F0F0;
}

.footer .boxed-width-756 {
    padding-top: 55px;
    padding-bottom: 65px;
}

.footer a, .footer .column-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 10px;

}

.footer a.type-1 {
    font-weight: 400;
    margin-top: 0;
}

.footer a.type-2 {
    color: #AB0024;
}

.footer .legal {
    font-size: 0.9rem;
    padding-top: 6px;
    position: relative;
}

.footer .legal:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #888;
    height: 2px;
    width: 200px;
    left: 0;
    top: 0;
}

.footer .contact {
    font-size: 0.85rem;
}

.footer .contact .icon {
    margin-left: -20px;
    margin-right: 5px;
    /* width: 20px; */
    width: 15px;
}


.footer .contact a {
    margin: 0;
    font-size: 0.85rem;
    display: inline;
    font-weight: 400;
}

@media ( max-width: 960px ){
    .footer .boxed-width-756 {
        width: 90%;
        max-width: 90%;
    }


}



/* footer */



/* jazz in turkey */


.jit h1 {
    font-size: 1.8rem;
}



.jit-list h2 {
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #ab0024;
}


.jit-list h2:after {
    content : '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #ab0024;
    width: 120px;
    height: 1px;
    left: calc( 50% - 60px);
}


.jit-list .card {
    border:none;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    width: 100%;
}

.jit-list .card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
}

.jit-list .card h3:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #ddd;
    width: 80%;
    left: 0;
    bottom: 0;
}

.jit-list .card .address {
    font-size: 0.8rem;
}

.jit-list .card a {
    color: #ab0024;
}


.jit-list .card a:hover {
    text-decoration: underline;
}

.jit-table {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.jit-table table {
    border-collapse: collapse;
    width: 100%;
}

.jit-table th, .jit-table td {
    padding: 8px;
    font-size: 0.9rem;
}

.jit-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #333;
    border-bottom: 1px solid #ccc;
    font-size: 1.1rem;
    text-align: left;
}

.jit .sub-menu {

    margin-bottom: 20px;

}

.jit .sub-menu a.item.jit {
    display: block;
    padding: 4px 10px;
    border: 2px solid;
    border-color: #AB0024;
    border-radius: 6px;
    color: #ab0024;
    font-weight: 600;
    font-size: 0.9rem;
    margin-right: 10px;
    margin-left: 10px;
}


.jit .sub-menu a.item.selected,
.jit .sub-menu a.item:hover {
    color: #fff;
    background:  #AB0024;

}



.jit-table tr:nth-child(even){
    background-color: #f2f2f2;
}

.jit-table tr:hover {
    background-color: #ddd;
}

.jit-table td a {
    color: #007bff;
}



@media ( max-width: 768px ){
    .jit h1 {
        font-size: 5vw;
        margin-right: 10px;
    }

    .jit-list h2 {
        font-size: 4.5vw
    }

    .jit-list .card h3 {
        font-size: 0.9rem;
        font-weight: 600;
    }

    .jit-table td {
        font-size: 0.75rem;
        padding: 4px;
        overflow: hidden;
    }

    .jit-table th {
        font-size: 0.9rem;
        padding: 6px;
        overflow: hidden;
    }


}


@media ( max-width: 576px ){
    .jit h1 {
        font-size: 5vw;
    }

    .jit-list h2 {
        font-size: 4.5vw
    }

    .jit-list .card h3 {
        font-size: 0.9rem;
        font-weight: 600;
    }

    .jit-table th, .jit-table td {
        font-size: 0.75rem;
        padding: 4px;
        overflow: hidden;
    }


}


/* jazz in turkey */



/* default page */

.default-page-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    margin-right: 10px;
}



/* default page */


/* contact */

.contact .map-container iframe{
    width: 100%;
    height: 200px;
}

.contact label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
}

.contact .form-control {
    border: none;
    border-radius: 6px;
    background-color: #F7F7F7;
    font-size: 0.9rem;
}

.contact .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(120 123 120 / 25%);
}

.contact .btn-primary {
    background-color: #666;
    border: 1px solid #222;
    font-size: 0.9rem;
    padding-top: 6px;
}

.contact .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(120 123 120 / 25%);
}

.contact .btn-primary:not(:disabled):not(.disabled):active,
.contact .btn-primary:not(:disabled):not(.disabled):active:focus,
.contact .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #666;
    border-color: #222;
    box-shadow: none;
}

.contact .btn-primary:active,
.contact .form-control:active {
    box-shadow: none;
}

.contact .success-message {
    font-size: 0.9rem;
    margin-top: 15px;
    display: none;
}

.contact .icon {
    margin-right: 10px;
}

.contact .text {
    font-size: 0.9rem;
    padding-top: 5px;
}

@media( max-width:768px ){
    .contact .form-left {
       margin-top: 40px; 
    }

}

/* contact */


/*  festival archive */ 

.archive #festival-select {
    text-align: center;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: 600;
    width: 80%;
}

.archive #festival-select:focus {
    box-shadow: none;
}

@media( max-width: 576px ){

    .archive #festival-select {

        width: 100%;
        font-size: 1.2rem;
        padding-left: 0;
        padding-right: 0;
    }
}

.archive .sub-menu .row .col{
    padding: 5px;
}

.archive .sub-menu a.item {
    display: block;
    padding: 4px 10px;
    border: 2px solid;
    border-color: #AB0024;
    border-radius: 6px;
    color: #ab0024;
    font-weight: 600;
    font-size: 0.9rem;
    margin-right: 10px;
    margin-left: 10px;
}

.archive .sub-menu a.item.bcf {
    border-color: #3E64AA;
    color: #3E64AA;
}

.archive .sub-menu a.item.mc {
    border-color: #FFD580;
    color: #FFD580;
}






.archive .sub-menu a.item.selected,
.archive .sub-menu a.item:hover {
    color: #fff;
    background:  #AB0024;

}

.archive .sub-menu a.item.bcf.selected,
.archive .sub-menu a.item.bcf:hover {
    color: #fff;
    background:  #3E64AA;

}

.archive .sub-menu a.item.mc.selected,
.archive .sub-menu a.item.mc:hover {
    color: #fff;
    background:  #FFD580;

}

.archive .sub-menu a.item.disabled {
    border-color: #ccc;
    color: #ccc;
    cursor: default;
}

.archive .sub-menu a.item.disabled:hover {
    border-color: #ccc;
    color: #ccc;
    cursor: default;
    background: #fff;
}


.archive .sub-title {
    font-size: 1.5rem;
}

.sponsors .title {
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid;
}

.photos .inner-page-gallery a{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
}

.photos .inner-page-gallery a img {
    width: 250px;
    border-radius: 10px;
}

.photos .inner-page-gallery span{
    font-size: 0.9rem;
    width: 250px;
    margin-top: 10px;
    text-align: center;
    line-height: 0.9rem;
}

@media( max-width: 768px ){

    .photos .inner-page-gallery a img {
        width: 200px;
    }

    .photos .inner-page-gallery span{
        font-size: 0.8rem;
        width: 200px;
        line-height: 0.8rem;
    }
}

@media( max-width: 576px ){

    .photos .inner-page-gallery a img {
        width: 100px;
    }

    .photos .inner-page-gallery span{
        font-size: 0.8rem;
        width: 100px;
        line-height: 0.8rem;
    }
}


.videos .col-12 {
    margin-top: 20px;

}
.videos .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}

.videos .card .title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
}

.videos .card .embed iframe {
    width: 100%;
    border-radius: 10px;
}

@media ( max-width: 768px ){
    .videos .card .title {
        font-size: 0.9rem;
        line-height: 0.9rem;
    }
    
}
/*  festival archive */ 

/* media */

.media .card {
    border: none;
    box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
    margin-top: 20px;
}

.media .card-body{

}

.media .card-body a img {
    width: 100%;
    height: auto;
}

.media .card .title {
    font-size: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.media .card .date {
    font-size: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
    display: block;
    margin-top: 0px;

}

.media.news .card,
.media.press-releases .card{
    /* background: #fafafa; */
}

.media.news .card .title,
.media.press-releases .card .title,
.media.design .card .title  {
    font-size: 0.8rem;
}

.media.news .card .date,
.media.press-releases .card .date {
    font-size: 0.7rem;
}

.media.news .card .card-body,
.media.press-releases .card .card-body,
.media.design .card .card-body  {
    padding: 10px;
}

.media.news .card .card-body .fixed-ar-media-container.square,
.media.press-releases .card .card-body .fixed-ar-media-container.square,
.media.design .card .card-body .fixed-ar-media-container.square  {
    border-radius: 10px;
}



/* lang button */ 

.lang-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.lang-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 110px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.lang-button .text {
    font-size: 0.9rem;
    font-weight: 600;
}

.lang-button .text a {
    display: inline;
    font-size: 0.8rem;
    margin: 0;
}

.lang-button .image {
    width: 30px;
}

/* lang button */ 


/* media */


/* styles for dynamic content */ 

.board .title {
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
    line-height: 1.3rem;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.board .names {
    flex-wrap: wrap;
}
.board .name {

    box-shadow: 0 0 5px #f0f0f0;
    border-radius: 8px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    font-size: 0.9rem;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
}




/* styles for dynamic content */ 












/* spinner */


.loader-wrapper{
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 9999;
}

.loader,
.loader:before,
.loader:after {
  background: #333;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #333;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


/* spinner */ 