:root {
	--bellaria-accessible-text: #1f1f1f;
	--bellaria-accessible-primary: #0f5e5e;
	--bellaria-accessible-primary-dark: #0a3c3c;
	--bellaria-accessible-secondary: #7c1d3f;
}

body {
	color: var(--bellaria-accessible-text);
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.section_title,
.bellaria_section_title .title,
.bellaria_section_title .subtitle,
.bellaria_sc_banner .banner_title,
.bellaria_sc_banner .subtitle,
.bellaria_slogan,
.bellaria_intro .subtitle,
.bellaria_cta .bellaria_cta_title,
.bellaria_cta .bellaria_cta_subtitle,
.bellaria_services_item .title,
.main_menu > .menu-item > a,
.main_menu .sub-menu > .menu-item > a,
#mobile_menu .menu-item > a,
#top_panel,
#top_panel a,
#top_panel address,
#page_title h1,
#page_title .bread-crumbs,
.widgettitle,
.bellaria_widget_title,
#footer_widgets,
#footer_widgets a {
	color: var(--bellaria-accessible-text) !important;
}

#site_copyrights a{
	color: var(--bellaria-accessible-primary-dark) !important;
	text-decoration: underline;
	font-weight: 600;
	position: relative;
	padding-left: 18px;
}
#site_copyrights a::before{
	content: "\2192";
	position: absolute;
	left: 0;
	color: var(--bellaria-accessible-secondary);
	font-weight: 700;
}
.accessibility_badge{
	text-align: center;
	margin-top: 12px;
}
.accessibility_badge img{
	display: inline-block;
	width: 88px;
	height: 32px;
}

#floating_espa_banners{
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: rgba(255,255,255,0.92);
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.25);
	width: 320px;
	max-width: 90vw;
}
#floating_espa_banners .espa_banner img{
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	border-radius: 6px;
}
@media (max-width: 767px){
	#floating_espa_banners{
		width: 85vw;
		max-width: 320px;
		left: 8px;
		bottom: 20px;
		gap: 10px;
		padding: 16px;
	}
}

a {
	color: var(--bellaria-accessible-secondary);
}

a:hover,
a:focus {
	color: var(--bellaria-accessible-primary);
}

a:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
.menu_search_button:focus-visible,
.search_back_button:focus-visible,
#scroll_to_top:focus-visible {
	outline: 3px solid var(--bellaria-accessible-secondary);
	outline-offset: 2px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	background: #fff;
	color: #000;
	padding: 0.75rem 1rem;
	z-index: 999;
}

.skip-link:focus {
	transform: translateY(0);
}

.color-panel,
#page_title h1,
#page_title .bread-crumbs,
.bellaria_section_title .title,
.bellaria_section_title .subtitle,
.bellaria_sc_banner .banner_content,
.bellaria_intro .subtitle,
.bellaria_intro .intro_content,
.bellaria_slogan,
.bellaria_cta .bellaria_cta_title,
.bellaria_cta .bellaria_cta_subtitle,
.bellaria_services_item .title,
.bellaria_services_item .subtitle,
.cws_sc_call_to_action .title,
.cws_sc_call_to_action .subtitle {
	background-color: rgba(255, 255, 255, 0.92);
	color: var(--bellaria-accessible-text);
	display: inline-block;
	padding: 0.45rem 0.85rem;
	border-radius: 8px;
	max-width: 100%;
}

#top_panel,
#site_header,
#sticky,
#mobile_header {
	background-color: rgba(255, 255, 255, 0.98);
}

.menu_search_button,
.search_back_button,
#scroll_to_top {
	background: transparent;
	border: 0;
	padding: 0;
	color: inherit;
}

.menu_search_button::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f002";
}

.search_back_button {
	width: 18px;
	height: 36px;
}

.searchform .screen-reader-text:before {
	display: none !important;
}

.searchform .search-submit {
	background: transparent;
	border: 0;
	min-width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	position: relative;
}

.searchform .search-submit::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f002";
	font-size: 16px;
}

.menu_search_wrap[hidden] {
	display: none !important;
}

.menu_search_wrap .search-submit {
	display: inline-flex !important;
}

.bellaria_button,
.bellaria_button.figure,
.bellaria_button.alt,
.bellaria_button.figure.alt {
	color: #fff !important;
}

.bellaria_button,
.bellaria_button.figure {
	background-color: var(--bellaria-accessible-primary) !important;
	border-color: var(--bellaria-accessible-primary) !important;
}

.bellaria_button:hover,
.bellaria_button:focus,
.bellaria_button.figure:hover,
.bellaria_button.figure:focus {
	background-color: var(--bellaria-accessible-primary-dark) !important;
	border-color: var(--bellaria-accessible-primary-dark) !important;
}

.bellaria_button.alt,
.bellaria_button.figure.alt {
	background-color: var(--bellaria-accessible-secondary) !important;
	border-color: var(--bellaria-accessible-secondary) !important;
}

.bellaria_button.alt:hover,
.bellaria_button.alt:focus,
.bellaria_button.figure.alt:hover,
.bellaria_button.figure.alt:focus {
	background-color: #601131 !important;
	border-color: #601131 !important;
}

#scroll_to_top {
	cursor: pointer;
}
