/*
Theme Name: Bintiocho 2023
Theme URI: https://profoundprojects.com/
Author: Profound Projects
Author URI: https://profoundprojects.com/
Description: 
Requires at least: 6.0
Tested up to: 6.3.2
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bintiocho2023
Tags: blog, news, portfolio, one-column, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready
*/
:root{
    --wp--preset--font-family--system-font: "Nexa", sans-serif;
}
html {
    scroll-behavior: smooth;
}
*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}  
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}
ol, ul{
    margin-bottom: 20px;
}
p:not(:last-child) {
    margin-bottom: 10px;
}
.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}
:where(.wp-site-blocks) > *{
    margin: 0;
}
body.admin-bar .vh-height{
    height: calc(100vh - 154px);
}
body:not(.admin-bar) .vh-height{
    min-height: calc(100vh - 120px);
}
.full-section{
    min-height: 100vh;
    /* top: calc(120px + var(--wp-admin--admin-bar--height, 0px)); */
}
.home-hero h1{
    margin-left: -27px;
    margin-bottom: -7px;
}
/* .upcoming-events, #about{
	z-index:998;
	position:relative;
} */
.upcoming-events h2{
    margin-left: -27px;
    transition: all .5s ease;
}
.home-hero .vh-height{
    border-bottom: 17px solid #fff;
}
.events-blk{
    display: flex;
    gap: 40px;
}
.events-blk .event-listing{
    flex-basis: 400px;
    font-size: 0;
}
.events-blk img{
    border-radius: 55px;
  width: 400px;
  height: 347px;
  object-fit: cover;
}
.events-blk .event-listing h3{
    color: #000000;
  font-size: 30px;
  letter-spacing: -2.05px;
  line-height: 26px;
  font-family: var(--wp--preset--font-family--nexa-heavy);
  margin: 2.5vh 0;
  text-transform: uppercase;
}
.events-blk .event-listing .event-details{
    max-width: 324px;
    text-align: left;
    margin: 0 auto;
}
.button{
    background-color: #39A0E9;
  border-radius: 15px;
  width: 96px;
  height: 29px;
  font-family: var(--wp--preset--font-family--nexa-heavy);
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  text-transform: uppercase;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .5s ease;
}

.event-meta{
    font-size: 18px; 
    line-height: 24px;
    margin-bottom: 2.5vh;
    text-transform: uppercase;
}
.site-header{
    width: 100%;
    transition: all .3s ease;
    z-index: 99;
}
.site-header.fixed {
    position: fixed;
    top: calc(0px + var(--wp-admin--admin-bar--height, 0px));
    padding: 15px 0!important;
}
.past-events.in-view h2{
    position: fixed;
    top: calc(120px + var(--wp-admin--admin-bar--height, 0px));
    z-index: -1;
}
.past-events.in-view.non-sticky{
    position: relative;
}
.past-events.in-view .events-blk{
    /* min-height: 100vh; */
    padding: 100px 0;
    align-items: center;
}
.past-events h2{
    margin-left: -1vw;
}
.about-blk .h2-anim{
    position: relative;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    white-space: nowrap;
    text-align: left;
    animation: marquee 25s linear infinite;
    gap: 45vw;
    animation-delay: 0s;
    /* width: 200%; */
    
}
    
@keyframes marquee {
    0% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.about-blk .h2-anim.h2-anim-sec h2:first-child{
    margin-left: 35vw!important;
}
.h2-anim h2 mark{
  -webkit-text-fill-color: #000;
    -webkit-text-stroke: 1px #fff;
    font-family: var(--wp--preset--font-family--nexa-heavy) !important;
}
.events-blk.type-upcoming{
    flex-direction: column;
    max-width: 998px;
    margin-left: auto!important;
    margin-right: auto!important;
    gap: 33px;
    z-index: 3;
    position: relative;
    transition: transform 0.5s;

}
.upcoming-events.sticky-section .events-blk.type-upcoming{
    scrollbar-width:none;
    transform: translateY(200px);
    margin-right: 0!important;
}
.upcoming-events.in-view .events-blk.type-upcoming{
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 200px;
    transform: translateY(0px);
}
.events-blk.type-upcoming .event-listing{
    flex-basis: 100%;
    display: flex;
    border-bottom: 1px solid #979797;
    padding-bottom: 64px;
    transition: all .5s ease;
}
.events-blk.type-upcoming .event-listing h3 {
    color: #fff;
    font-weight: 200;
    font-family: "Nexa";
    font-size: clamp(28.836px, 1.802rem + ((1vw - 3.2px) * 2.205), 50px);
    letter-spacing: -1.61px;
    line-height: 43px;
    margin-bottom: 5px;
}
.events-blk.type-upcoming .event-listing h3 strong{
    display: block;
    font-size: 54px;
  letter-spacing: -1.74px;
  line-height: 47px;
    font-family: var(--wp--preset--font-family--nexa-heavy);
    margin-bottom: 6px;
}
.events-blk.type-upcoming .event-listing time{
    color: #39A0E9;
  font-size: 20px;
  font-family: var(--wp--preset--font-family--nexa-heavy);
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
}
.events-blk.type-upcoming .event-listing img{
    border-radius: 0 73px;
    width: 396px;
    height: 426px;
}
.events-blk.type-upcoming .event-listing:first-child img{
    border-radius: 105px;
}
.events-blk.type-upcoming .event-listing .bt-wrap{
    display: flex;
    gap: 13px;
}
[class*=event-] .button{
    background-color: transparent;
    border: 1px solid #39A0E9;
    border-radius: 20px;
    width: 135px;
    height: 40px;  
    text-transform: none;
    color: #39A0E9;
    font-size: 16px;
}
.image-column .bt-wrap,.single-artists .bt-wrap{
    display: flex;
    justify-content: center;
}
.single-artists .bt-wrap .button{
    width: 100%;
    max-width: 150px;
}
.button:hover {
    background-color: #39A0E9;
    color: #fff;
}
.button.bt-ticket{
    border: 1px solid #7938E9;
    color: #7938E9;
}
.button.bt-ticket:hover{
    background-color: #7938E9;
    color: #fff;
}
.events-blk.type-upcoming .event-listing .event-details{
margin-left: 44px;
max-width: 398px;
}
.events-blk.type-upcoming .cta{
    font-size: 16px;
    text-transform: none;
    line-height: 24px;
    margin-bottom: 15px;
}
a:where(:not(.wp-element-button)){
    text-decoration: none;
}
.slick-slider .slider-item,.slick-slider-row .slider-item{
    padding: 0 8px;
}
.slick-slider img,.slick-slider-row img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    height: 479px;
    object-fit: cover;
}
.slider-item,.slick-slider-row .slider-item{
    max-width: 734px;
}
.events-gallery{
    position: relative;
    overflow: hidden;
}
.slick-arrows{
    position: relative;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    color: #fff;
    max-width: 1280px;
    margin: 0 auto 24px auto;
}
.slick-arrows div{
    background-color: #303030;
    border-radius: 50%;
    cursor: pointer;
    height: 48px;
    padding: 12px;
    width: 48px;
}
.slick-arrows svg{
    height: 24px;
    width: 24px;
}
#mc_embed_signup .mc-field-group label{
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
#mc_embed_signup form{
    margin: 0;
}
#mc_embed_signup_scroll,.mc-field-group {
    display: flex;
    width: 100%;
    gap: 25px;
    position: relative;
}
#mc_embed_signup_scroll{
    flex-wrap: wrap;
}
.mc-field-group .email{
    border: 2px solid #FFFFFF;
  border-radius: 29px;
  flex-basis: 590px;
  height: 57px;
  background: transparent;
  padding: 15px 40px;
  color: #767676;
  font-size: 20px;
  line-height: 24px;
}
.mc-field-group .button{
    background-color: #FFFFFF;
    border-radius: 29px;
    flex-basis: 320px;
    height: 57px;
    color: #000000;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    font-family: var(--wp--preset--font-family--nexa-heavy);
}
div.mce_inline_error,#mce-responses {
    position: absolute;
    bottom: -40px;
    color: red;
    left: 40px;
}
#mce-responses{
    color: #529214;
    font-weight: bold;
    font-size: 18px;
}
.mc-field-group .email.mce_inline_error {
    border-color: red;
}
.image-column-container {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    flex-wrap: wrap;
    font-size: 0;
    gap: 40px;
    justify-content: center;
}
.single-event-meta{
    flex-wrap: nowrap!important;
    justify-content: space-between;
    align-items: flex-start!important;
    text-transform: none;
}
.event-meta-item :where(h2,h3) {
    font-size: 16px;
    font-family: var(--wp--preset--font-family--nexa-heavy);
    margin: 0 0 10px;
}
.event-meta-item-wrap {
    margin-bottom: 15px;
    font-size: 16px;
}
.single-event-meta a{
    color: #39A0E9;
}
.image-column-container p{
    display: none;
}
.image-column {
    flex-basis: 400px;
    position: relative;
}
.image-column .img-item{
    position: relative;
}
.image-column h3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 3;
    margin: 0;
}
.image-column .img-item::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}
.image-column img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    object-position: top;
}
.footer-sub{
    margin-left: -14px;
}
.page-template-wp-custom-template-full-width main{
    margin-bottom: -1px;
}
.popup-blk {
    position: fixed;
    top: calc(30px + var(--wp-admin--admin-bar--height, 0px));
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.popup-blk .wp-block-group{
    position: relative;
    border-radius: 20px;
}
.popup-blk::before{
    content: '';
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.popup-blk .close-icon{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.single-tribe_events iframe{
    width: 100%;
    min-height: 400px;
}
.single-event-meta .button{
    margin-top: 25px;
}
.sfsi_plus_wicons a{
    border: 1px solid #fff!important;
    border-radius: 50%;
}
.sfsiplus_norm_row{
    display: flex;
    gap: 25px;
}
.acf-repeater-images {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.image-item {
    flex-basis: 290px;
    text-align: center;
}
.image-item img {
    max-height: 200px;
    object-fit: contain;
}
.wp-block-yoast-faq-block{
    padding-left: 35px;
}
.schema-faq-section{
    padding-left: 19px;
    margin-bottom: 21px;
    padding-bottom: 19px;
    position: relative;
    transition: all .5s ease;
}
.schema-faq-question{
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    transition: all .5s ease;
}
.schema-faq-question::before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 32px;
    background-color: #39A0E9;
    margin-left: -19px;
}
.schema-faq-answer{
    padding: 11px 0 35px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    display: none;
    transition: all .5s ease;
}
.schema-faq-question::after{
    content: '';
    display: inline-block;
    position: absolute;
    left: -35px;
    background-image: url('./assets/img/faq-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 9px;
    transition: all .5s ease;
}
.schema-faq-section::after{
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 1275px;
    height: 1px;
    left: -35px;
    background-color: #979797;
    position: absolute;
    bottom: 0;
}
.schema-faq-section.active .schema-faq-question::after {
    transform: rotate(180deg);
}
.schema-faq-section.active .schema-faq-answer{
    display: block!important;
}
a.sharer{
    width: 40px;
    height: 40px;
    opacity: 1;
    background: #000000;
    border: 1px solid #fff!important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.image-column .cta {
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 16px;
}
.slick-slider-row {
    display: flex;
}
a.sharer img{
    width: 55%;
}
.upcoming-events.in-view h2{
    position: absolute;
    z-index: 1;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
    background-color: #000;
    color: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1699px){
    .past-events h2{
        font-size: 15.5vh!important;
    }
}
@media screen and (max-width:1024px){
    .footer-sub .wp-block-columns{
        flex-direction: column;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.header-left{
        flex-basis: 20%!important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.header-right{
        flex-basis: 80%!important;
    }
    .header-last,.header-btns{
        display: none!important;
    }
    .wp-block-navigation__responsive-container.is-menu-open .header-btns{
        display: flex!important;
        justify-content: flex-end;
    }
    .image-column{
        flex-basis: calc(50% - 35px);
    }
    .upcoming-events.in-view .events-blk.type-upcoming,.events-blk.type-upcoming{
        max-height: none;
        transform: none;
        padding-top: 50px;
        overflow: hidden;
       }
       .upcoming-events.in-view h2{
        position: relative;
       }
       .full-section{
        min-height: auto;
       }
}
@media screen and (max-width:768px){
    .image-column{
        flex-basis: 100%;
    }
    .events-blk{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .wp-block-column.header-right nav{
        justify-content: flex-end;
    }
    .upcoming-events h2,.home-hero h1{
        margin-left: -11px;
    }
    .events-blk.type-upcoming{
        margin-top: 50px;
    }
    .events-blk.type-upcoming .event-listing{
        flex-wrap: wrap;
        padding-bottom: 35px;
        justify-content: center;
        gap: 20px;
    }
    .about-blk-cta{
        padding: 40px 20px!important;
    }
    .mc-field-group .email,.mc-field-group .button{
        padding: 8px 10px;
        font-size: 14px;
        line-height: 1;
        height: auto;
    }
    .footer-sub{
        margin-left: -3px;
    }
    .footer-sub form{
        margin-top: 15px!important;
    }
    .events-blk.type-upcoming .event-listing .event-details{
        margin: 0 auto;
    }
    .single-event-meta{
        flex-wrap: wrap!important;
        flex-direction: column;
        gap: 25px;
    }
    .event-meta-item-wrap{
        margin-bottom: 0;
    }
    .event-meta-item {
        flex-basis: 100%;
    }
    .events-gallery{
        padding: 10px;
    }
    .slick-slider img, .slick-slider-row img{
        height: 300px;
        object-fit: contain;
    }
    /* .wp-block-navigation__responsive-container.is-menu-open .wp-block-buttons{
        justify-content: center;
    } */
   .header-left img{
    width: 100%!important;
    height: auto!important;
   }
   .events-blk.type-upcoming{
    transform: none;
   }
  
   .mc-field-group .email{
    margin-left: 5px;
   }
   #mc_embed_signup_scroll, .mc-field-group{
    gap: 15px;
   }
   .hero-blk .wp-block-cover{
    min-height: 50vh!important;
    height: 50vh!important;
   }
   .slick-slider-row{
    flex-wrap: wrap;
    gap: 20px;
   }
   .slick-slider-row img{
    height: auto;
   }
}
