#page-container {
	padding-top: 0 !important;
}

.entry-content > .et_pb_section:last-child {
	overflow: hidden;
}

.et_pb_pagebuilder_layout #main-content {
	background: transparent;
}

.et_pb_toggle_title {
	cursor: pointer;
}

.et_pb_gallery_grid .et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
	overflow: hidden;
}

.et_pb_gallery_grid .et_pb_gallery_item {
	display: block !important;
	float: left;
	width: 25%;
	padding: 8px;
	box-sizing: border-box;
}

@media only screen and (max-width: 980px) {
	.et_pb_gallery_grid .et_pb_gallery_item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.et_pb_gallery_grid .et_pb_gallery_item {
		width: 100%;
	}
}

.et_pb_gallery_grid .et_pb_gallery_image img {
	width: 100%;
	height: auto;
	display: block;
}

.et_pb_image.image_card {
	overflow: hidden;
	height: 200px;
}

.et_pb_image.image_card a,
.et_pb_image.image_card .et_pb_image_wrap {
	display: block;
	width: 100%;
	height: 100%;
}

.et_pb_image.image_card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.column_sf {
	overflow: hidden;
}

.site-lightbox {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.site-lightbox.is-open {
	display: flex;
}

.site-lightbox img {
	max-width: 100%;
	max-height: 90vh;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.site-lightbox-close {
	position: absolute;
	top: 16px;
	right: 24px;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
	background: none;
	border: 0;
}

.et-pb-contact-message p {
	margin-bottom: 12px;
}

.et_pb_contact_success {
	padding: 18px 22px;
	background: #e8f6ec;
	border-left: 4px solid #188e2f;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.site-404 {
	max-width: 720px;
	margin: 80px auto;
	padding: 0 24px;
	text-align: center;
}

.site-404 h1 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 42px;
	margin-bottom: 16px;
	color: #000;
}

.site-404 a {
	color: #188e2f;
}
