/*!
Theme Name: lfc-theme Child
Template: lfc-theme
Author: Constantine Borodin
Description: Child theme for local customizations.
Version: 1.0.0
Text Domain: lfc-theme-child
*/

.promo .promo__title {
	font-family: "Literata", Georgia, serif;
	font-weight: 700;
}

.promo .promo__subtitle {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
}

.home-slogan {
	padding: 50px 30px 20px;
}

.menu-social-mobile {
	display: none;
}

@media (max-width: 767px) {
	.promo {
		height: 55svh;
		min-height: 400px;
		padding-top: 92px;
		align-items: center;
	}

	.sd-hero-slider,
	.sd-hero-slider .slick-list,
	.sd-hero-slider .slick-track,
	.sd-hero-slider .slick-slide,
	.sd-hero-slider .slick-slide > div,
	.sd-hero-slider div,
	.sd-hero-slider img {
		height: 100%;
	}

	.promo img {
		object-position: center top;
	}

	.promo__subtitle {
		font-size: 1.1em;
	}

	.promo__content {
		max-width: calc(100% - 32px);
	}

	.promo__bottom {
		padding-top: 22px !important;
	}

	.promo__bottom .promo__social {
		display: none;
	}

	.home-slogan,
	.home-about,
	.home-partners,
	.home-services,
	.home-formats,
	.home-foodbox,
	.home-events {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.home-slogan {
		margin-bottom: 8px;
	}

	.menu-social-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 18px;
		margin-top: 24px;
	}

	.menu-social-mobile a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background: #00163d;
		border-radius: 50%;
	}

	.menu-social-mobile img {
		width: 22px;
		height: 22px;
		filter: invert(1);
	}
}

@media (max-width: 420px) {
	.promo {
		height: 55svh;
		min-height: 400px;
	}
}

.promo__down .scroll-to img {
	height: 25px;
}

.footer__social {
	gap: 18px;
}

.footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #00163d;
	border-radius: 50%;
}

.footer__social img {
	width: 22px;
	height: 22px;
	filter: invert(1);
}

.events-header {
	position: relative;
	min-height: 460px;
	height: auto;
	padding: 0;
	overflow: hidden;
	background: #f6f6f6;
}

.events-header__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.events-header__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 22, 61, 0.42), rgba(0, 22, 61, 0.08) 48%, rgba(0, 22, 61, 0.2));
	pointer-events: none;
}

.events-header__bg img,
.events-header__bg video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.events-header__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	z-index: 2;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 16px;
	background: transparent;
	backdrop-filter: none;
	border-radius: 0;
	box-shadow: none;
}

.events-header__body {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 36px;
	max-width: 960px;
	margin: 0 auto;
	padding: 32px 40px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.events-header__logo {
	flex: 0 0 220px;
	min-width: 220px;
	width: 220px;
	text-align: left;
}

.events-header__title {
	text-align: left;
	color: #00163d;
}

.events-header__title p {
	margin: 0;
}

.catering-events__header {
	position: relative;
	min-height: 460px;
	height: auto;
	padding: 0;
	overflow: hidden;
	background: #f6f6f6;
}

.catering-events__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	bottom: auto;
}

.catering-events__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 22, 61, 0.42), rgba(0, 22, 61, 0.08) 48%, rgba(0, 22, 61, 0.2));
	pointer-events: none;
}

.catering-events__bg img,
.catering-events__bg video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.catering-events__titlebox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 0 16px;
	background: transparent;
	backdrop-filter: none;
	border-radius: 0;
	box-shadow: none;
}

.catering-events__titlebox .container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}

.catering-events__header-center {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 36px;
	max-width: 960px;
	margin: 0 auto;
	padding: 32px 40px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.catering-events__logo {
	flex: 0 0 220px;
	min-width: 220px;
	width: 220px;
}

.catering-events__logo-img {
	display: block;
	width: 100%;
	height: auto;
}

.catering-events__desc {
	color: #00163d;
	text-align: left;
}

.catering-events__title {
	margin: 0 0 20px;
	color: #00163d;
}

.gastronomic-stations__header {
	position: relative;
	min-height: 460px;
	height: auto;
	padding: 0;
	overflow: hidden;
	background: #f6f6f6;
}

.gastronomic-stations__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	bottom: auto;
}

.gastronomic-stations__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 22, 61, 0.42), rgba(0, 22, 61, 0.08) 48%, rgba(0, 22, 61, 0.2));
	pointer-events: none;
}

.gastronomic-stations__bg img,
.gastronomic-stations__bg video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.gastronomic-stations__titlebox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 0 16px;
	background: transparent;
	backdrop-filter: none;
	border-radius: 0;
	box-shadow: none;
}

.gastronomic-stations__titlebox .container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}

.gastronomic-stations__header-center {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 36px;
	max-width: 960px;
	margin: 0 auto;
	padding: 32px 40px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.gastronomic-stations__logo {
	flex: 0 0 220px;
	min-width: 220px;
	width: 220px;
	text-align: left;
}

.gastronomic-stations__logo span {
	display: block;
	margin-bottom: 8px;
	color: #00163d;
	font-family: "GothamPro", Arial, sans-serif;
	font-weight: 700;
}

.gastronomic-stations__logo-img2 {
	display: block;
	width: 100%;
	height: auto;
}

.gastronomic-stations__title {
	color: #00163d;
	text-align: left;
}

.events-header + .events-filter,
.events-header + * .events-filter__buttons,
.page-template-page-foodbox .events-filter__buttons {
	margin-top: 24px;
}

@media (max-width: 767px) {
	.events-header {
		display: flex;
		flex-direction: column;
		min-height: 0;
		height: auto;
		overflow: visible;
		background: #f6f6f6;
	}

	.events-header__bg {
		position: relative;
		inset: auto;
		order: 1;
		width: 100%;
		height: 280px;
	}

	.events-header__bg::after {
		background: linear-gradient(180deg, rgba(0, 22, 61, 0.08), rgba(0, 22, 61, 0.24));
	}

	.events-header__content {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		order: 2;
		margin-top: -44px;
		padding: 0 16px 32px;
	}

	.events-header__body {
		flex-direction: column;
		gap: 16px;
		max-width: none;
		margin: 0;
		padding: 24px 20px;
		background: #fff;
		text-align: center;
		border-radius: 12px;
	}

	.events-header__logo {
		flex: 0 0 auto;
		min-width: 0;
		width: min(220px, 100%);
	}

	.events-header__logo span {
		margin-bottom: 6px;
	}

	.events-header__title {
		text-align: center;
		font-size: 16px;
	}

	.catering-events__header {
		display: flex;
		flex-direction: column;
		min-height: 0;
		height: auto;
		overflow: visible;
		background: #f6f6f6;
	}

	.catering-events__bg {
		position: relative;
		inset: auto;
		order: 1;
		width: 100%;
		height: 280px;
	}

	.catering-events__bg::after {
		background: linear-gradient(180deg, rgba(0, 22, 61, 0.08), rgba(0, 22, 61, 0.24));
	}

	.catering-events__titlebox {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		order: 2;
		margin-top: -44px;
		padding: 0 16px 32px;
	}

	.catering-events__header-center {
		flex-direction: column;
		gap: 16px;
		max-width: none;
		margin: 0;
		padding: 24px 20px;
		background: #fff;
		text-align: center;
		border-radius: 12px;
	}

	.catering-events__logo {
		flex: 0 0 auto;
		min-width: 0;
		width: min(220px, 100%);
	}

	.catering-events__desc {
		text-align: center;
	}

	.catering-events__title {
		font-size: 22px;
		line-height: 1.25;
	}

	.gastronomic-stations__header {
		display: flex;
		flex-direction: column;
		min-height: 0;
		height: auto;
		overflow: visible;
		background: #f6f6f6;
	}

	.gastronomic-stations__bg {
		position: relative;
		inset: auto;
		order: 1;
		width: 100%;
		height: 280px;
	}

	.gastronomic-stations__bg::after {
		background: linear-gradient(180deg, rgba(0, 22, 61, 0.08), rgba(0, 22, 61, 0.24));
	}

	.gastronomic-stations__titlebox {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		order: 2;
		margin-top: -44px;
		padding: 0 16px 32px;
	}

	.gastronomic-stations__header-center {
		flex-direction: column;
		gap: 16px;
		max-width: none;
		margin: 0;
		padding: 24px 20px;
		background: #fff;
		text-align: center;
		border-radius: 12px;
	}

	.gastronomic-stations__logo {
		flex: 0 0 auto;
		min-width: 0;
		width: min(220px, 100%);
		text-align: center;
	}

	.gastronomic-stations__title {
		text-align: center;
		font-size: 22px;
		line-height: 1.25;
	}
}
