/* Woodshow header layout */

.header__row3.woodshow-header-row3 {
	overflow: visible;
}

.woodshow-header-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.woodshow-header-main > .header__logo {
	float: none;
}

.woodshow-header-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	padding: 12px 0;
	min-height: 90px;
}

.woodshow-header-date {
	margin: 0 0 10px;
	padding: 0;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.25;
	color: #1a1a1a;
	text-align: right;
}

.woodshow-header-nav {
	width: 100%;
}

.woodshow-header-nav .header__menu-inner {
	display: block;
	height: auto;
	width: 100%;
}

.woodshow-main-nav > ul.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	float: none !important;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 0;
}

.woodshow-main-nav > ul.menu > li {
	position: relative;
	float: none;
}

.woodshow-main-nav > ul.menu > li > a {
	display: inline-block;
	padding: 6px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #555;
	transition: color 0.25s ease-in-out;
}

.woodshow-main-nav > ul.menu > li > a:hover,
.woodshow-main-nav > ul.menu > li.current-menu-item > a,
.woodshow-main-nav > ul.menu > li.current_page_item > a {
	color: #1a1a1a;
}

/* Pipe separators between top-level menu items (not language flags) */
.woodshow-main-nav > ul.menu > li:not(.lang-item) + li:not(.lang-item)::before {
	content: '|';
	display: inline-block;
	margin: 0 12px;
	color: #c8c8c8;
	font-weight: 300;
	pointer-events: none;
	vertical-align: middle;
}

/* Separator before language switcher group */
.woodshow-main-nav > ul.menu > li.lang-item-first::before {
	content: '|';
	display: inline-block;
	margin: 0 14px 0 4px;
	color: #c8c8c8;
	font-weight: 300;
	pointer-events: none;
	vertical-align: middle;
}

.woodshow-main-nav > ul.menu > li.lang-item {
	margin-left: 6px;
}

.woodshow-main-nav > ul.menu > li.lang-item > a {
	padding: 4px;
	line-height: 1;
}

.woodshow-main-nav > ul.menu > li.lang-item img {
	display: block;
	width: 22px;
	height: auto;
	border-radius: 2px;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.woodshow-main-nav > ul.menu > li.lang-item > a:hover img {
	opacity: 0.8;
	transform: translateY(-1px);
}

.woodshow-main-nav > ul.menu > li.lang-item.current-lang img {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}

/* Dropdown submenus */
.woodshow-main-nav > ul.menu > li.menu-item-has-children > ul.sub-menu {
	top: 100%;
	left: auto;
	right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.woodshow-header-date {
		font-size: 18px;
	}

	.woodshow-main-nav > ul.menu > li > a {
		font-size: 13px;
	}

	.woodshow-main-nav > ul.menu > li:not(.lang-item) + li:not(.lang-item)::before {
		margin: 0 8px;
	}
}

.header3 .header__row2 .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header3 .woodshow-header-buttons {
	display: none;
}

/* Footer contact list with bullets */
.footer ul.widget-contacts-table {
	list-style: disc;
	padding-left: 1.25em;
	margin-top: 0;
}

.footer ul.widget-contacts-table li {
	padding-left: 0;
	display: list-item;
}

.footer ul.widget-contacts-table li + li {
	margin-top: 6px;
}

.footer ul.widget-contacts-table li span.rt-icon {
	display: none;
}

.footer ul.widget-contacts-table .item-title,
.footer ul.widget-contacts-table .item-content {
	margin-bottom: 0;
}

.footer ul.widget-contacts-table .item-content:empty {
	display: none;
}

.footer ul.widget-contacts-table li:has(.item-content a) .item-title {
	display: none;
}

.footer ul.widget-contacts-table p a {
	color: #666666;
	text-decoration: none;
}

.footer .footer-widgets,
.footer .footer-widgets .widget_nav_menu .menu a,
.footer ul.widget-contacts-table .item-title,
.footer ul.widget-contacts-table .item-content,
.footer ul.widget-contacts-table .item-content a {
	color: #666666;
}

.footer .footer-widgets .widget_nav_menu .menu a:hover,
.footer ul.widget-contacts-table p a:hover,
.footer ul.widget-contacts-table .item-content a:hover {
	color: #e5c59f;
}

@media (max-width: 991px) {
	.woodshow-header-right {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		min-height: 0;
		padding: 0;
	}

	.woodshow-header-date.desktop {
		display: none;
	}

	.woodshow-header-main > .header__logo {
		text-align: left;
	}

	.header1 .woodshow-header-right .header__buttons,
	.header3 .woodshow-header-buttons {
		display: block;
		margin-left: auto;
	}
}
