/*
 Theme Name:   Wake The Giant 2026
 Theme URI:    https://themeperch.com/themes/wp/eventiva/
 Description:  Eventiva child theme
 Author:       ThemePerch
 Author URI:   http://themeforest.net/user/themeperch
 Template:     eventiva
 Version:      1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  eventiva-child
*/


/* Add your custom css below */

@font-face {
	font-family: 'Brasley';
	src: url("fonts/Brasley.otf") format("otf");	
    font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Amboy';
	src: url("fonts/Amboy.otf") format("otf");	
    font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Buckeyes';
	src: url("fonts/Buckeyes.otf") format("otf");	
    font-weight: normal;
	font-style: normal;
}
:root {
	--eventiva-body-font-family: 'Brasley', sans-serif !important;
	--eventiva-font-family-style-2: 'Brasley', sans-serif !important;
	--eventiva-font-family-style-4: 'Amboy', sans-serif !important;
	--eventiva-headings-font-family: 'Amboy', sans-serif !important;
	--eventiva-btn-font-weight: 300;
}
:root .section-title .sub-title {
	white-space: nowrap;
}
p, li {
    font-size: 1.15rem;
}
p {
    line-height: 1.55;
}
li {
    margin-bottom: 0.5em;
}
.home-hero p {
    font-size: inherit;
}
.home-hero .hero-icon img {
    max-width: 32px !important;
}
.header-3 .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
}
.custom-navbar-nav .nav-link {
    /* font-size: 6rem; */
}
.contact-row .row.align-items-lg-end {
    align-items: flex-start !important;
}
.wp-block-image img, .gallery .gallery-item img {
    border-radius: 15px !important;
}
.wp-block-pullquote {
    padding: 2em 0;
}
.banner-1 {
    padding: 7vw 2vw !important;
}
.why-it-matters .highlights-item-3,
.highlights .highlights-item-3 {
    background-color: #0B111E;
    height: 100%;
}
.movement-number {
  border: 4px solid var(--wp--preset--color--luminous-vivid-amber);
  border-radius: 100px;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-navbar-nav .nav-link,
.straight-line-wrapper.fw-semibold {
	font-weight: normal !important;
}
.about-3-text h4 {
	font-size:1.5rem;
}
.highlights .highlights-item-3 p {
    display: block;
    font-size: 1.1rem;
}
.highlights-item-3 h3, 
.highlights-item-3 .h3 {
	display: unset;
}
.highlight-2 {
	.align-items-lg-end {
		align-items: flex-start !important;
	}
	.swiper-features-button-progress {
		display: none;
	}
}
.highlights-item-3:hover .highlights-icon, 
.highlights-item-3:hover p, 
.highlights-item-3:hover h3, 
.highlights-item-3:hover .h3 {
    color: inherit;
}
.highlights .container > .row:nth-child(2) > .col:last-of-type {
    width: 100% !important;
}
.lineup-image-wrapper .lineup-image.lineup-image-style-2::after {
    background: linear-gradient(174deg, rgba(178, 13, 93, 0) 46.95%, rgb(72 59 105 / 81%) 103.38%);
}
.fw-extra-bold:not(.scroll-light-text) {
	font-weight: normal !important;
}
.scroll-items {
  font-family: var(--eventiva-font-family-style-3) !important;
}
.festival-desktop > .elementor-widget-container > .row:last-of-type {
    display: none;
}
.wtg-performers img {
    transition: all 400ms;
    &:hover {
        transform: scale(1.025);
    }
}
.why-it-matters .highlights-item-3 p {
    display: block;
}
.why-it-matters .highlights-item-3 a:after {
    content: '\2197';
    display: inline;
    font-size: 1.5em;
    line-height: 1;
    vertical-align: bottom;
    margin-left: 0.25em;
}
.pricing-swiper-pagination {
    margin-bottom: 15px;
}
.elementor-slideshow__title {
    display: none;
}
.page-template-default:not(.elementor-page) main#content {
    padding-left: calc(4vw + 22px);
    padding-right: calc(4vw + 22px);
} 
h2.banner-heading {
    text-align: center;
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home .about-section a.btn {
        border-color: transparent !important;
        box-shadow: none !important;
    }
}
@media (min-width: 782px) {
    .home .about-section a.btn {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .brand-logo img,
    .poster-gallery img {
        height: auto !important;
    }
    .countdown-label {
	    margin-left: -10px;
	}
	p.has-large-font-size {
	    font-size: 1.5rem !important;
	}
	h2.has-x-large-font-size {
	    font-size: 2.5rem !important;
	}
	h3.has-large-font-size {
	    font-size: 1.8rem !important;
	}
}

@media (min-width: 992px) {
	.highlight-2 .row-cols-lg-3 > div.col {
		width: 50% !important;
	}

}

@media screen and (min-width: 1200px) {
    .pricing-swiper-pagination {
        display: none !important;
    }
}