/**
 * Theme Name: Loft360 Child Theme
 * Template: loft360
 * Author: Resident360
 */

:root {
	--lightblue: #7398b1;
	--green: #0da785;
}

.logo img {
	max-width: 240px;
}

.scrolling-cta-button .cta-button {
	background: var(--green);
}

.scrolling-header > div:first-child img {
	max-width: 240px;
}

.mobile-menu-right a.btn {
	background-color: var(--lightblue);
}

.mobile-menu-right a.btn:hover {
	background-color: #89a8b9;
}

.floorplans-large-text {
	max-width: 100%!important;
}

.section-floorplans .swiper-navigation {
	display: none;
}

#section-3 p {
	font-size: 48px;
}

@media (max-width: 768px) {
	#section-3 p {
		font-size: 30px;
	}
}

.review-categories ul li button:not(.active) {
	opacity: 0.55;
}

.review-categories ul li button.active,
.review-categories ul li button:hover {
	color: #fff!important;
	opacity: 1;
}

.section-tabs .tab-buttons button.active,
.section-tabs .tab-buttons button:hover {
	color: #fff;
}

.section-tabs .tab-buttons button {
	color: rgb(var(--color-secondary) / var(--tw-bg-opacity));
}