/**
 * Kontakt page (page-id-66) — štýl zladený s O nás (.sf-about)
 */

body.page-id-66 {
	overflow-x: hidden;
}

body.page-id-66 .body_wrap,
body.page-id-66 .page_wrap,
body.page-id-66 .page_content_wrap,
body.page-id-66 .content_wrap,
body.page-id-66 .content,
body.page-id-66 .post_content {
	background-color: #eef3ef !important;
}

body.page-id-66 .page_wrap .page_content_wrap {
	padding: 0 !important;
}

body.page-id-66 .post_item_single .post_title {
	display: none !important;
}

body.page-id-66 .post_content.entry-content > br:last-of-type,
.sf-contact--body + .vc_row-full-width + br {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

/* =====================================================================
 * Sekcie (.sf-contact)
 * ===================================================================== */

.sf-contact.vc_row {
	margin-left: calc(50% - 50vw) !important;
	width: 100vw !important;
	max-width: 100vw !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	left: 0 !important;
	margin-bottom: 0 !important;
	box-sizing: border-box;
	background: #eef3ef !important;
}

.sf-contact > .wpb_column,
.sf-contact > .wpb_column > .vc_column-inner,
.sf-contact > .wpb_column > .vc_column-inner > .wpb_wrapper {
	width: 100% !important;
	max-width: 100% !important;
}

.sf-contact--intro.vc_row {
	padding: 3rem 0 1.25rem !important;
}

.sf-contact--body.vc_row {
	padding: 0 0 2.5rem !important;
}

.sf-contact--body > .wpb_column > .vc_column-inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.sf-contact .sf-contact__inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 1.5rem;
	box-sizing: border-box;
	text-align: center;
}

.sf-contact .sf-contact__title {
	margin: 0 0 0.75rem;
	font-family: "Exo", sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
	color: #1e3d31;
	letter-spacing: 0.02em;
	text-transform: none;
}

.sf-contact .sf-contact__lead {
	margin: 0 auto;
	max-width: 560px;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(1.02rem, 2vw, 1.15rem);
	font-weight: 400;
	line-height: 1.6;
	color: #4a5f56;
}

.sf-contact .sf-contact__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 1.5rem;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1.5rem;
	box-sizing: border-box;
}

.sf-contact .sf-contact__card,
.sf-contact .sf-contact__map-wrap {
	flex: 1 1 320px;
	max-width: 520px;
	min-width: 0;
}

.sf-contact .sf-contact__card {
	padding: 1.75rem 1.5rem;
	background: #ffffff;
	border: 1px solid #d8e5dc;
	border-radius: 14px;
	box-shadow: 0 4px 16px rgba(30, 61, 49, 0.07);
	text-align: left;
}

.sf-contact .sf-contact__name,
.sf-contact .sf-contact__card h1,
.sf-contact .sf-contact__card h2,
.sf-contact .sf-contact__card h3 {
	margin: 0 0 1rem;
	font-family: "Exo", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1e3d31;
	letter-spacing: normal;
	text-transform: none !important;
}

.sf-contact .sf-contact__line {
	margin: 0 0 1.15rem;
	font-family: "Exo", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	color: #2a3d35;
}

.sf-contact .sf-contact__list {
	margin: 0 0 1.15rem;
	padding: 0;
	list-style: none;
}

.sf-contact .sf-contact__list li {
	margin: 0 0 0.65rem;
	font-family: "Exo", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #2a3d35;
}

.sf-contact .sf-contact__list li:last-child {
	margin-bottom: 0;
}

.sf-contact .sf-contact__label {
	display: inline-block;
	min-width: 3.2rem;
	font-weight: 700;
	color: #1e3d31;
}

.sf-contact .sf-contact__card a {
	color: #207613;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sf-contact .sf-contact__card a:hover,
.sf-contact .sf-contact__card a:focus {
	color: #c88a00;
}

.sf-contact .sf-contact__note {
	margin: 0;
	padding-top: 1rem;
	border-top: 1px solid #e3ece6;
	font-family: "Exo", sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #5a7268;
}

.sf-contact .sf-contact__map-wrap {
	display: flex;
	align-items: stretch;
}

.sf-contact .sf-contact__map-wrap iframe {
	display: block;
	width: 100%;
	min-height: 360px;
	height: 100%;
	border: 1px solid #d8e5dc !important;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(30, 61, 49, 0.12);
}

@media (min-width: 1024px) {

	.sf-contact .sf-contact__grid {
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: center;
		gap: 1.75rem;
		max-width: 1200px;
	}

	.sf-contact .sf-contact__card {
		flex: 0 0 340px;
		max-width: 360px;
	}

	.sf-contact .sf-contact__map-wrap {
		flex: 1 1 auto;
		max-width: none;
		min-width: 0;
	}

	.sf-contact .sf-contact__map-wrap iframe {
		min-height: 480px;
	}
}

@media (max-width: 767px) {

	body.page-id-66 .page_wrap .page_content_wrap {
		padding: 0 !important;
	}

	.sf-contact--intro.vc_row {
		padding: 2.25rem 0 1rem !important;
	}

	.sf-contact--body.vc_row {
		padding-bottom: 2rem !important;
	}

	.sf-contact .sf-contact__grid {
		gap: 1.25rem;
		padding: 0 1rem;
	}

	.sf-contact .sf-contact__card,
	.sf-contact .sf-contact__map-wrap {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.sf-contact .sf-contact__map-wrap iframe {
		min-height: 280px;
	}
}
