/* Homepage Style */

body, 
.qodef-header--divided #qodef-page-header, 
#qodef-page-footer-top-area, 
#qodef-page-footer-bottom-area {
    background-image: none !important;
    background-color: var(--e-global-color-primary);
}

.qodef-header-sticky {
    background-color: var(--e-global-color-primary) !important;
}

.tt_tabs .ui-tabs-panel {
    color: #fff;
}

.hero .qodef-textual-projects-showcase span.qodef-e-text {
    font-family: 'rift';
    font-size: 8.5rem;
}

.view-events {
    z-index: 5;
}

#instagram_feed h3 {
    color: #fff;
}

#qodef-page-footer-top-area-inner .widget_ashtanga_core_button .qodef-button {
    border: 1px solid #fff;
}

@media (max-width: 767px) {
	.hero .qodef-textual-projects-showcase span.qodef-e-text {
		font-size: 4rem;
		line-height: 0.6em;
	}

	.qodef-textual-projects-showcase .qodef-e-image, 
	.qodef-textual-projects-showcase .qodef-e-image img {
		max-height: 55px;
		position: relative;
		top: 1px;
	}
	
	section.treatment .qodef-button.qodef-layout--textual {
		justify-content: center;
	}
}