@media screen and (max-width: 1199px) {
	.site-menu--header li {
		order: 1;
	}
	.site-menu--header li:last-child {
		order: 0;
		padding-bottom: 40px !important;
	}
	.site-menu--header li:last-child a {
		margin-bottom: 0 !important;
	}
	/* .address__item--phone.address__item--header {
		padding-right: 10px;
	} */
}

.event__name {
	white-space: normal;
}
.event {
	height: auto;
}
@media (max-width: 560px) {
	.front-page__scroll-btn lottie-player {
		transform: translateY(-430%);
	}
}
@media (min-width: 397px) and (max-width: 420px) {
	.event__name {
		font-size: 1.4rem;
	}
	.event__details {
		font-size: 0.87rem;
	}
}
@media (max-width: 396px) {
	.event__name {
		font-size: 1.35rem;
	}
	.event__details {
		font-size: 0.77rem;
	}
	.site-header__logo-image {
		height: 27px;
	}
}
@media (max-width: 420px) {
	.address__item--phone::before {
		background-size: 80%;
		margin-top: 6px;
	}
}

.single__content h3,
.single__content h4,
.single__content h5 {
	font-family: 'TT Squares Condensed';
	font-style: italic;
}

.single__content h3 {
	font-size: 2rem;
}

.single__content h4 {
	font-size: 2rem;
	color: #82bd00;
}

.single__content h5 {
	font-size: 1.5rem;
	color: #82bd00;
}

@media screen and (max-width: 1199px) {
	.site-menu--header li:last-child {
		padding-bottom: 0px !important;
	}
	.site-menu--header {
		padding-top: 60px;
	}
}

.address__link--header {
	display: block;
}

.address__phone-icon {
	filter: saturate(0) brightness(150%) !important;
}

.address__phone-icon:hover {
	filter: none !important;
}

@media (min-width: 1200px) {
	.site-header__social-media {
		padding-left: 0;
	}

	.site-header__menu {
		padding-right: 0;
	}
}

@media (min-width: 1800px) {
	.site-header__menu {
		margin-right: -50px;
	}
}
.section--single-page ol {
	list-style-type: decimal;
	margin-bottom: 20px;
}
.section--single-page ul {
	list-style-type: disc;
}
.section--single-page ol li ol {
	list-style-type: lower-alpha;
}
.section--single-page li {
	font-size: 1.4rem;
	line-height: 1.5em;
}

.about__section--02 {
	margin: 60px auto;
}
.about__title--02 {
	font-size: 2rem;
}
.about__title--02,
.staff__title {
	text-align: center;
}
@media (min-width: 1200px) {
	.about__section--02 {
		margin: 120px auto;
	}
	.about__section--02:nth-last-of-type(even) {
		flex-direction: row-reverse;
	}
	.about__title--02:not(.staff__title) {
		text-align: left;
	}
}
.grecaptcha-badge {
	visibility: hidden !important;
}

.testimonials__google-text {
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.testimonials__google-link {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
}
