.hidden-section { display: none; }
@media (min-width: 768px) {
    #hero_top .flex_column,
    #hero_top .post-entry,
    #hero_top .entry-content-wrapper {
        height: 100%;
    
    }
    #hero_top .flex_column {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
    .hero-button {
        position: absolute;
        bottom: 0;
    }
    #hero_top .template-page {
        padding: 100px 0;
		}
		
		.page-id-633 h1 {
				margin-top: 80px !important;
		}
}
.hero-button .avia-button {
    background-color: var(--yellow) !important;
    color: #fff !important;
    font-weight: normal !important;
    border: none !important;
    line-height: 1.5 !important;
    padding: 13px 30px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-id-633 h1 {
    font-family: 'Hoefler', sans-serif;
}
.feature-logo-list ul {
    list-style-type: none !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0;
}
.feature-logo-list ul li {
    margin: 0;
    padding: 0;
}
.feature-logo-list ul li img {
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 220px;
}
@media (min-width: 990px) {
	.feature-logo-list ul li img {
		max-height: 70px;
	    max-width: 260px;
	}
}
.avia-testimonial-name {
    text-align: center;
}
.event-column {
    transition:.5s !important;
    background-color: #000;
}
.event-column:hover {
    transform: translateY(-5px) !important;
}
.event-link {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 12px 15px 16px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.center-three-columns .flex_column {
    width: 100% !important;
    margin: 0 !important;
}
.center-three-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
@media (min-width: 1251px) {
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
.bx-wrapper {
    max-width: 100% !important;
    color: #fff !important;
}
.bx-viewport {
    height: auto !important;
}
.bx-wrapper span {
    color: #fff;
    width: auto !important;
}
span.scrolling-div {
    padding-inline: 15px;
}
.scrolling-item {
    font-size: 17px;
}