@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&subset=cyrillic');
body {
	color: #272727;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: 300;
}
a, a:hover, a:active {color: #9263b9;}
h1, h2, h3, strong {
	font-weight: 700;
}
header .logo {
	z-index: 100;
}
header .logo img {
	max-width: 100%;
}
header .navigation {
	display: block;
}
header .language {
	text-align: right;
	margin-top: 20px;
}
header .menu {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
}
header .menu li {
	margin-right: 7px;
}
.header-images {background: url(../img/header.jpg) no-repeat center; font-weight: 300; text-align: center; padding: 30px 0 30px 0; text-transform: uppercase;}
.header-images .slogan {background: rgba(255, 255, 255, 0.7); margin-top: 10px; padding: 25px 15px 30px 15px; font-size: 24px; line-height: 27px;}
.header-images .button {margin-top: -10px;}
.header-images .button a {background: #fedd00; color: #000; font-size: 20px; font-weight: 700; padding: 10px 20px; text-decoration: none; border: solid 2px #fedd00; box-shadow: inset 0 0 0 0 #fff; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;}
.header-images .button a:hover {box-shadow: inset 0 100px 0 0 #fff;
	border: solid 2px #fedd00;
	background: #fff;
	color: #272727;}
header .menu a {
	color: #2c2c2c;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
header .menu .current-menu-item a, header .menu .current-menu-item a:hover {
	background: #fedd00;
}
header .menu a:hover {
	background: #fff4ad;
}

header .mob-toggle {
	text-align: right;
}
header .menu ul, header .lang_sel_list_horizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
header .menu ul li, header .lang_sel_list_horizontal ul li {
	display: inline-block;
}
header .lang_sel_list_horizontal ul li {
	margin: 0 10px;
}

#lang_sel_list img.iclflag {
	width: auto;
	height: auto;
}
#lang_sel_list a {padding: 2px 5px; color: #272727;}
#home-content, #page-content, #custom-content {
	font-size: 1.3em;
}
#home-content, #page-content {
	background: #ededed;
	background: url(../img/lnhambaravi-background2.png) no-repeat right fixed #ededed;
}
#home-content h1 {
	text-align: center;
}
#custom-content {
	border-top: solid 1px #c9c0d3;
	border-bottom: solid 1px #c9c0d3;
	background: url(../img/lnhambaravi-background.png) no-repeat right fixed;
}

/* The booking page uses the Custom template, but should visually match the
 * grey content background used by the other main pages. */
body.page-template-page-custom #custom-content {
	border-top: 0;
	border-bottom: 0;
	background: url(../img/lnhambaravi-background2.png) no-repeat right fixed #ededed;
}
#home-content p, #page-content p, #custom-content p {
	font-weight: 300;
}
#home-content h1, #page-content h1, #custom-content h1 {
	color: #694a83;
	text-transform: uppercase;
}
#home-content h2, #page-content h2, #custom-content h2 {
	color: #694a83;
	text-transform: uppercase;
}
.entry-content {
	margin: 0 20px;
}
#home-content img, #page-content img, #custom-content img {
	max-width: 100%;
	height: auto;
}


footer {
	margin: 40px auto;
}
footer img {
	max-width: 200px;
	margin-bottom: 15px;
}
footer a {
	color: #000;
	margin-right: 10px;
}
footer .title {
	font-weight: 700;
}

form {
	text-align: left;
	font-weight: 700;
}
form input[type=text], form input[type=email], form input[type=tel], form input[type=url], form input[type=number], form input[type=search], form input[type=date], form select, form textarea {
	width: 100% !important;
	background: #fff;
	border: solid 2px #ccc;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 300;
	min-height: 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
form input[type=file] {
	font-weight: 300;
}
form .submit {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
}

/* Keep the Contact Form 7 loader on its own centred line. */
form .submit .wpcf7-spinner,
.wpcf7 form .submit .wpcf7-spinner {
	display: block;
	flex: 0 0 auto;
	margin: 0 auto 8px !important;
}
form input[type=submit] {
	font-size: 1.7em;
	color: #694A83;
	border: solid 2px #694A83;
	padding: 2px 30px;
	margin: 15px auto;
	text-decoration: none;
	letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #694A83;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
form input[type=submit]:hover {
	box-shadow: inset 0 100px 0 0 #fedd00;
	border: solid 2px #fedd00;
	color: #000;
}
form textarea {height: 170px;}
div.wpcf7-validation-errors {
	background: red;
	color: #fff;
	padding: 10px;
	border: none;
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: 300;
}
.wpcf7-not-valid-tip {
	margin-top: -10px;
	margin-bottom: 30px;
	font-weight: 300;
}
.contact-text {
	font-size: 1.3em;
}
.contact-data {
	background :#fff;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid 3px #694A83;
}
.contact-data a {
	font-weight: 700;
}
.pswp__caption {display: none;}
.doctor, .service {margin-top: 30px; margin-bottom: 30px;}
.doctor .photo, .service .photo {padding-right: 0;}
.doctor .text, .service .text {background: #fff;}
.service .text {padding: 10px 20px;}
.doctor a, .service a {font-weight: 700;}
h2.hrf-title {
	padding: 15px 20px 20px 60px !important;
	font-size: 21px !important;
}
.hrf-content {
	padding: 0 20px 20px 60px !important;
}
@media (max-width: 400px) {
	.doctor .photo, .doctor .text, .service .text {
		width: 100%;
	}
	.doctor .photo {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 480px) {
	header .logo img {
		max-width: 100px;
	}
	#home-content a {font-size: 1.2em !important;}
	h1 {font-size: 30px;}
	h2 {font-size: 22px;}
}
@media (max-width: 767px) {
	#page-content, #custom-content {margin-top: -10px; padding-bottom: 20px;}
	#home-content {padding-bottom: 20px;}
	.header-images {margin-top: -20px;}
	footer {
		text-align: center;
	}
	footer a {display: block;}
	footer .maksimum {
		margin-top: 20px;
	}
	#lang_sel_list ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#lang_sel_list a {
		color: #fff;
	}
	#lang_sel_list .lang_sel_sel {
		color: #FEDD00;
	}
	h1 {margin-bottom: 20px;}
	h2.hrf-title { font-size: 15px !important;}
}
@media (min-width: 768px) {
	#home-content, #page-content, #custom-content {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.header-images {margin-top: -40px; padding: 30px 0 50px 0;}
	#page-content, #custom-content {margin-top: -40px;}
	.header-images .slogan {margin-top: 0; font-size: 38px; line-height: 38px;}
	.header-images .button a {font-size: 32px;}
	footer .maksimum {
		text-align: right;
	}
	h1 {font-size: 50px; margin-bottom: 30px; margin-top: 40px;}
	.doctor, .service {margin-top: 50px; margin-bottom: 50px;}
	.doctor .text, .service .text {padding: 15px 30px;}
	.doctor h2 {font-size: 1.5em; margin-bottom: 40px; font-weight: 700 !important; margin-left: -70px;}
	.service h2 {font-size: 1.5em; margin-bottom: 20px; font-weight: 700 !important; color: #694a83;}
	.doctor h2 span {background: #b7edf9; padding: 10px 20px; color: #272727;}
	.contact-data {padding: 40px;}
	#lang_sel_list .lang_sel_sel {color: #272727; background: #FEDD00;}
	#lang_sel_list a {text-decoration: none;}
}
@media (min-width: 992px) {
	.header-images {margin-top: -70px;}
	#page-content, #custom-content {margin-top: -50px;}
	.header-images .slogan {margin-top: -10px; font-size: 42px; line-height: 42px;}
	header .language {margin-top: 30px;}
	header .menu {font-size: 18px; margin-left: 30px; margin-top: 30px;}
	h1 {font-size: 60px;}
	.contact-data {margin-top: -100px;}
	.doctor .text, .service .text {padding: 30px 60px; font-size: 1.1em;}
	.doctor h2 {font-size: 1.8em; margin-left: -100px;}
	.service h2 {font-size: 1.8em;}
}
@media (min-width: 1200px) {
	.header-images {margin-top: -60px; padding: 50px 0 70px 0;}
	#page-content, #custom-content {margin-top: -60px;}
	.header-images .slogan {margin-top: -10px; font-size: 50px; line-height: 50px;}
	header .language {margin-top: 40px;}
	header .menu {font-size: 21px;}
	header .menu li {margin-right: 20px;}
	.doctor h2 {font-size: 2.2em;}
}
/* ==============================================================
   LN Hambaravi 2026 additions
   ============================================================== */

/* Accessible utility text. */
.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;
}

.screen-reader-text:focus {
	clip: auto !important;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 18px;
	left: 12px;
	top: 12px;
	z-index: 100000;
	background: #fff;
	color: #272727;
}

/* Header and desktop navigation. */
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

.site-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5000;
	width: 100%;
	height: 165px;
	background: #fff;
	transition: box-shadow .2s ease;
}

/* A fixed header is removed from document flow. This spacer keeps the page
 * content in the same position as the original 165px desktop header. */
.site-header-spacer {
	display: block;
	height: 165px;
}

.site-header.is-scrolled {
	box-shadow: 0 5px 18px rgba(39, 39, 39, .12);
}

.site-header__inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 165px;
	min-height: 165px;
}

/*
 * The original design uses a 230px logo inside a 165px header.
 * Its lower part intentionally overlaps the following page section.
 */
#page-content,
#custom-content,
.header-images {
	margin-top: 0 !important;
}

body.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	body.admin-bar .site-header {
		top: 0;
	}
}

.site-logo {
	display: block;
	position: relative;
	z-index: 2;
}

.site-logo img {
	display: block;
	height: auto;
}

.site-logo--desktop {
	margin-left: 20px;
}

.site-logo--desktop img {
	width: 230px;
	max-width: 100%;
}

/* Match the language switcher to the 20px inner content inset used by
 * .entry-content, so the two outer header elements are visually symmetric. */
.desktop-navigation .language {
	padding-right: 20px;
}

.site-logo--mobile,
.mobile-menu-toggle,
.mobile-navigation {
	display: none;
}

.desktop-navigation {
	flex: 1;
	min-width: 0;
	padding-left: 35px;
}

.desktop-navigation .language,
.desktop-navigation .menu {
	text-align: right;
}

.language-switcher {
	display: flex;
	justify-content: flex-end;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.language-switcher__link {
	display: inline-block;
	padding: 4px 7px;
	color: #272727;
	font-weight: 400;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.language-switcher__link:hover,
.language-switcher__link:focus-visible {
	background: #fff4ad;
	color: #272727;
	text-decoration: none;
}

.language-switcher__item.is-active .language-switcher__link {
	background: #fedd00;
	color: #272727;
}

/* Contact Form 7 response sections. */
.wpcf7 form .wpcf7-response-output {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 30px !important;
	padding: 14px 18px !important;
	border: 0 !important;
	background: #694a83;
	color: #fff;
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
}

.wpcf7 form .wpcf7-response-output:empty {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #2f7d58;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background: #a86500;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
	background: #b23b45;
}

/* Compatibility with older Contact Form 7 class names. */
div.wpcf7-mail-sent-ok {
	margin: 0 0 30px !important;
	padding: 14px 18px !important;
	border: 0 !important;
	background: #2f7d58;
	color: #fff;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	margin: 0 0 30px !important;
	padding: 14px 18px !important;
	border: 0 !important;
	background: #a86500;
	color: #fff;
	text-align: left;
	font-weight: 700;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked {
	margin: 0 0 30px !important;
	padding: 14px 18px !important;
	border: 0 !important;
	background: #b23b45;
	color: #fff;
	text-align: left;
	font-weight: 700;
}

/* Fixed-address map shortcode. */
.ln-map {
	position: relative;
	width: 100%;
	min-height: 420px;
	margin: 0 0 35px;
	overflow: hidden;
	background: #e9e5ed;
}

.ln-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Plugin-free justified image gallery. */
.ln-justified-gallery {
	--ln-gallery-gap: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: var(--ln-gallery-gap);
	width: 100%;
	margin: 25px 0 0;
}

.ln-justified-gallery__item {
	position: relative;
	flex: 1 1 calc(var(--ln-ratio, 1.3333) * 220px);
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #e7e3ea;
}

.ln-justified-gallery.is-ready .ln-justified-gallery__item {
	flex: 0 0 auto;
}

.ln-justified-gallery__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #e7e3ea;
	cursor: zoom-in;
}

.ln-justified-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	border: 0 !important;
	object-fit: cover;
	transition: transform .45s ease, filter .35s ease;
}

.ln-justified-gallery__link::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(105, 74, 131, .58);
	opacity: 0;
	transition: opacity .28s ease;
}

.ln-justified-gallery__zoom {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	opacity: 0;
	transform: translate(-50%, -50%) scale(.78);
	transition: opacity .28s ease, transform .28s ease;
}

.ln-justified-gallery__zoom svg {
	display: block;
	width: 40px;
	height: 40px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .28));
}

.ln-justified-gallery__link:hover::after,
.ln-justified-gallery__link:focus-visible::after,
.ln-justified-gallery__link:hover .ln-justified-gallery__zoom,
.ln-justified-gallery__link:focus-visible .ln-justified-gallery__zoom {
	opacity: 1;
}

.ln-justified-gallery__link:hover .ln-justified-gallery__zoom,
.ln-justified-gallery__link:focus-visible .ln-justified-gallery__zoom {
	transform: translate(-50%, -50%) scale(1);
}

.ln-justified-gallery__link:hover .ln-justified-gallery__image,
.ln-justified-gallery__link:focus-visible .ln-justified-gallery__image {
	transform: scale(1.035);
	filter: contrast(1.02);
}

.ln-justified-gallery__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	margin: 0;
	padding: 28px 12px 10px;
	background: linear-gradient(to bottom, transparent, rgba(25, 16, 31, .78));
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
	pointer-events: none;
}

.ln-gallery-notice {
	padding: 12px 16px;
	background: #fff4ad;
	font-weight: 400;
}

/* Built-in Fancybox-style lightbox. */
.ln-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 78px 58px;
	background: rgba(22, 13, 29, .96);
	opacity: 0;
	visibility: hidden;
	transition: opacity .24s ease, visibility .24s ease;
}

.ln-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.ln-lightbox__stage {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
}

.ln-lightbox__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overscroll-behavior: contain;
	touch-action: manipulation;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, .34) transparent;
}

.ln-lightbox__viewport::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.ln-lightbox__viewport::-webkit-scrollbar-track {
	background: transparent;
}

.ln-lightbox__viewport::-webkit-scrollbar-thumb {
	border: 2px solid transparent;
	border-radius: 999px;
	background: rgba(255, 255, 255, .34);
	background-clip: padding-box;
}

.ln-lightbox__canvas {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}

.ln-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	user-select: none;
	-webkit-user-drag: none;
	opacity: 0;
	transform: scale(.985);
	box-shadow: 0 22px 70px rgba(0, 0, 0, .38);
	cursor: default;
	transition: opacity .22s ease, transform .3s ease;
}

.ln-lightbox.is-image-ready .ln-lightbox__image {
	opacity: 1;
	transform: scale(1);
}

.ln-lightbox.is-zoomable .ln-lightbox__image {
	cursor: zoom-in;
}

.ln-lightbox.is-zoomed .ln-lightbox__viewport {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	cursor: grab;
}

.ln-lightbox.is-zoomed .ln-lightbox__viewport.is-dragging {
	cursor: grabbing;
}

.ln-lightbox.is-zoomed .ln-lightbox__canvas {
	width: max-content;
	height: max-content;
	min-width: 100%;
	min-height: 100%;
}

.ln-lightbox.is-zoomed .ln-lightbox__image {
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
	cursor: zoom-out;
}

.ln-lightbox.is-zoom-animating .ln-lightbox__viewport {
	overflow: hidden;
}

.ln-lightbox.is-zoom-animating .ln-lightbox__image {
	will-change: transform;
}

.ln-lightbox__loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 38px;
	height: 38px;
	margin: -19px 0 0 -19px;
	border: 3px solid rgba(255, 255, 255, .24);
	border-top-color: #fedd00;
	border-radius: 50%;
	animation: lnLightboxSpin .75s linear infinite;
}

.ln-lightbox.is-image-ready .ln-lightbox__loader {
	display: none;
}

.ln-lightbox__close,
.ln-lightbox__zoom,
.ln-lightbox__arrow {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .18);
	background: rgba(23, 13, 31, .48);
	color: #fff;
	cursor: pointer;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ln-lightbox__close svg,
.ln-lightbox__zoom svg,
.ln-lightbox__arrow svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

.ln-lightbox__close:hover,
.ln-lightbox__close:focus-visible,
.ln-lightbox__zoom:hover,
.ln-lightbox__zoom:focus-visible,
.ln-lightbox__arrow:hover,
.ln-lightbox__arrow:focus-visible {
	border-color: #fedd00;
	background: #fedd00;
	color: #5f4278;
	box-shadow: 0 10px 34px rgba(0, 0, 0, .3);
	outline: none;
}

.ln-lightbox__zoom {
	top: 16px;
	right: 78px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.ln-lightbox__zoom svg {
	width: 23px;
	height: 23px;
}

.ln-lightbox__zoom-vertical {
	transform-origin: 10.5px 10.5px;
	transition: opacity .18s ease, transform .18s ease;
}

.ln-lightbox.is-zoomed .ln-lightbox__zoom-vertical {
	opacity: 0;
	transform: scaleY(0);
}

.ln-lightbox.is-zoomed .ln-lightbox__zoom {
	border-color: #fedd00;
	background: #fedd00;
	color: #5f4278;
}

.ln-lightbox__zoom[hidden] {
	display: none;
}

.ln-lightbox__close {
	top: 16px;
	right: 20px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.ln-lightbox__close svg {
	width: 22px;
	height: 22px;
}

.ln-lightbox__close:hover,
.ln-lightbox__close:focus-visible {
	transform: rotate(90deg);
}

.ln-lightbox__arrow {
	top: 50%;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.ln-lightbox__arrow svg {
	width: 28px;
	height: 28px;
	stroke-width: 1.7;
}

.ln-lightbox__arrow:hover,
.ln-lightbox__arrow:focus-visible {
	transform: translateY(-50%) scale(1.06);
}

.ln-lightbox__arrow--prev { left: 18px; }
.ln-lightbox__arrow--next { right: 18px; }

.ln-lightbox__arrow[hidden] {
	display: none;
}

.ln-lightbox__meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -42px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 28px;
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.ln-lightbox__counter {
	flex: 0 0 auto;
	color: #fedd00;
	font-weight: 700;
}

.ln-lightbox__caption:empty {
	display: none;
}

@keyframes lnLightboxSpin {
	to { transform: rotate(360deg); }
}

html.mobile-menu-open,
body.mobile-menu-open,
body.lightbox-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.site-header {
		height: 80px;
	}

	.site-header-spacer {
		height: 80px;
	}

	.site-header__inner {
		align-items: center;
		height: 80px;
		min-height: 80px;
	}

	.site-logo--desktop,
	.desktop-navigation {
		display: none;
	}

	.site-logo--mobile {
		display: block;
	}

	.site-logo--mobile img {
		width: 150px;
		max-width: 100%;
		height: auto;
	}

	.mobile-menu-toggle {
		position: relative;
		z-index: 10001;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		gap: 6px;
		width: 52px;
		height: 52px;
		padding: 10px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.mobile-menu-toggle__line {
		display: block;
		height: 3px;
		background: #694a83;
		transition: width .2s ease;
	}

	.mobile-menu-toggle__line:nth-of-type(2) { width: 30px; }
	.mobile-menu-toggle__line:nth-of-type(3) { width: 23px; }
	.mobile-menu-toggle__line:nth-of-type(4) { width: 34px; }

	.mobile-menu-toggle:hover .mobile-menu-toggle__line,
	.mobile-menu-toggle:focus-visible .mobile-menu-toggle__line {
		width: 34px;
	}

	.mobile-navigation {
		position: fixed;
		inset: 0;
		z-index: 9999;
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		background: #694a83;
		color: #fff;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-18px);
		transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
	}

	.mobile-navigation.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.mobile-navigation__inner {
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-height: 100%;
		padding: 18px 24px 34px;
	}

	.mobile-navigation__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.mobile-navigation__logo {
		width: 150px;
		height: auto;
	}

	.mobile-navigation__close {
		position: relative;
		width: 52px;
		height: 52px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.mobile-navigation__close span:not(.screen-reader-text) {
		position: absolute;
		left: 10px;
		top: 25px;
		width: 32px;
		height: 3px;
		background: #fff;
	}

	.mobile-navigation__close span:nth-of-type(2) { transform: rotate(45deg); }
	.mobile-navigation__close span:nth-of-type(3) { transform: rotate(-45deg); }

	.mobile-navigation__menu {
		display: flex;
		align-items: center;
		flex: 1;
		padding: 45px 0 35px;
	}

	.mobile-navigation__menu ul {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile-navigation__menu li {
		margin: 0;
		opacity: 0;
		transform: translateY(15px);
	}

	.mobile-navigation.is-open .mobile-navigation__menu li {
		animation: lnMenuItemIn .42s ease forwards;
	}

	.mobile-navigation.is-open .mobile-navigation__menu li:nth-child(1) { animation-delay: .08s; }
	.mobile-navigation.is-open .mobile-navigation__menu li:nth-child(2) { animation-delay: .13s; }
	.mobile-navigation.is-open .mobile-navigation__menu li:nth-child(3) { animation-delay: .18s; }
	.mobile-navigation.is-open .mobile-navigation__menu li:nth-child(4) { animation-delay: .23s; }
	.mobile-navigation.is-open .mobile-navigation__menu li:nth-child(5) { animation-delay: .28s; }
	.mobile-navigation.is-open .mobile-navigation__menu li:nth-child(6) { animation-delay: .33s; }

	.mobile-navigation__menu a {
		display: inline-block;
		position: relative;
		padding: 9px 0;
		color: #fff;
		font-size: clamp(30px, 10vw, 50px);
		font-weight: 700;
		line-height: 1.08;
		text-decoration: none;
		text-transform: uppercase;
	}

	.mobile-navigation__menu a::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 3px;
		width: 0;
		height: 5px;
		background: #fedd00;
		transition: width .25s ease;
	}

	.mobile-navigation__menu a:hover::after,
	.mobile-navigation__menu a:focus-visible::after,
	.mobile-navigation__menu .current-menu-item > a::after {
		width: 100%;
	}

	.mobile-navigation__menu .current-menu-item > a {
		color: #fedd00;
	}

	.mobile-navigation__languages {
		padding-top: 22px;
		border-top: 1px solid rgba(255, 255, 255, .25);
	}

	.language-switcher--mobile {
		justify-content: flex-start;
		gap: 10px;
	}

	.language-switcher--mobile .language-switcher__link {
		padding: 7px 12px;
		border: 1px solid rgba(255, 255, 255, .45);
		color: #fff;
	}

	.language-switcher--mobile .language-switcher__item.is-active .language-switcher__link {
		border-color: #fedd00;
		background: #fedd00;
		color: #272727;
	}

	.mobile-navigation__decor {
		position: absolute;
		max-width: 100vw;
		border-radius: 50%;
		background: rgba(255, 255, 255, .055);
		pointer-events: none;
	}

	.mobile-navigation__decor--one {
		width: 330px;
		height: 330px;
		right: -150px;
		top: -90px;
	}

	.mobile-navigation__decor--two {
		width: 260px;
		height: 260px;
		left: -150px;
		bottom: 70px;
		background: rgba(254, 221, 0, .08);
	}

	/* Hide TapTap's controls while the plugin is still active during migration. */
	.taptap-menu-button,
	.taptap-menu-button-alt,
	.taptap-menu-button-three,
	.taptap-menu-button-wrapper,
	.taptap-main-wrapper,
	.taptap-main-inner,
	.taptap-background,
	.taptap-background-color,
	.taptap-by-bonfire,
	body [class^="taptap-"],
	body [class*=" taptap-"] {
		display: none !important;
		pointer-events: none !important;
	}

	.ln-map {
		min-height: 320px;
	}

	.ln-justified-gallery {
		--ln-gallery-gap: 6px;
	}

	.ln-justified-gallery__zoom {
		display: none;
	}

	.ln-lightbox {
		padding: 60px 12px 54px;
	}

	.ln-lightbox__close,
	.ln-lightbox__zoom {
		top: 10px;
		width: 44px;
		height: 44px;
	}

	.ln-lightbox__close {
		right: 10px;
	}

	.ln-lightbox__zoom {
		right: 62px;
	}

	.ln-lightbox__close svg {
		width: 20px;
		height: 20px;
	}

	.ln-lightbox__zoom svg {
		width: 22px;
		height: 22px;
	}

	.ln-lightbox__arrow {
		width: 46px;
		height: 46px;
		background: rgba(23, 13, 31, .58);
	}

	.ln-lightbox__arrow svg {
		width: 24px;
		height: 24px;
	}

	.ln-lightbox__arrow--prev { left: 7px; }
	.ln-lightbox__arrow--next { right: 7px; }

	.ln-lightbox__meta {
		bottom: -42px;
		padding: 0 8px;
		font-size: 13px;
	}
}

@keyframes lnMenuItemIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
