#main-header > div > div > div > div.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard > div > div > div {
	justify-content: center;
}

.site-top-header-wrap .site-header-row-container-inner {
	background: #c58772 !important;
}

.header-html {
	color: #fff !important;
}

.header-menu-container, .header-navigation {
	width: 100%;
	justify-content: center;
}

.site-header-item, .site-header-section {
	display: -webkit-box !important;
}

#main-header > div > div > div > div.site-main-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.base-sticky-header > div > div > div > div.site-header-main-section-left.site-header-section.site-header-section-left > div.site-header-item.site-header-focus-item.site-header-item-main-navigation.header-navigation-layout-stretch-false.header-navigation-layout-fill-stretch-false {
	width: 100%;
}

.site-middle-footer-wrap .site-footer-row-container-inner {
	background: #c58772 !important;
}

.site-middle-footer-wrap .site-footer-row-container-inner {
	color: white !important;
}

#block-12 > h2 {
	color: white !important;
}

.site-middle-footer-inner-wrap .widget-area .widget-title {
	color: white !important;
}

.site-footer .site-middle-footer-wrap a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	color: white !important;
}

.site-bottom-footer-inner-wrap {
	padding-bottom: 20px !important;
}

.elementor-kit-6 input[type="submit"] {
	background-color: #c58772 !important;
	color: white !important;
}

#bt-scroll-up-reader.scroll-up-side-right, #bt-scroll-up.scroll-up-side-right {
	right: 22px !important;
}

#bt-scroll-up-reader, #bt-scroll-up {
	bottom: 68px !important;
}

.announcement-bar {
	overflow: hidden;
	white-space: nowrap;
	font-family: "Poppins", sans-serif;
}

.announcement-bar__marquee {
	display: inline-flex;
	align-items: center;
	gap: 3rem;
	padding: .75rem 0;
	animation: scroll 50s linear infinite;
}

.announcement-bar__text {
	font-size: .9rem;
	color: white;
	display: inline-block;
}

.announcement-bar__text a {
	color: white;
	text-decoration: none;
	font-weight: 500;
}

.announcement-bar__text a:hover {
	text-decoration: underline;
}

.announcement-bar__marquee:hover {
	animation-play-state: paused;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	
	100% {
		transform: translateX(-100%);
	}
}

.site-main-header-inner-wrap {
	min-height: 98px !important;
}