

html:not(.elementor-html) .elementor-container {
	margin: 0;
	max-width: none !important;
}

html:not(.elementor-html) .elementor-row {
	width: calc(100% + 30px) !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
}

html:not(.elementor-html) .elementor-column-wrap {
	padding: 0 15px !important;
}

html:not(.elementor-html) .elementor-widget {
	margin-bottom: 15px;
}

html:not(.elementor-html) .elementor-widget.elementor-widget-text-editor {
	margin-bottom: 0;
}

.elementor-image-gallery .gallery-item img {
	border: none !important;
}

.elementor-image figure figcaption {
	margin-top: .5rem;
	font-size: small;
	font-style: italic;
}

.elementor-image-gallery .gallery-caption {
	margin-top: .5rem !important;
	font-size: small;
	font-style: italic;
}

.elementor-image-gallery > .gallery {
	position: relative;
	/* left: -15px !important; */
	width: calc(100% + 10px) !important;
	margin: -5px !important;
}

.elementor-image-gallery > .gallery > .gallery-item {
	margin: 0 !important;
	padding: 5px !important;
}

.elementor-image-gallery > .gallery > .gallery-item a,
.elementor-image-carousel a {
	display: block;
	position: relative;
    width: 100%;
}

.elementor-image-gallery > .gallery > .gallery-item a:after,
.elementor-image-carousel a:after {
	content: "";
    display: block;
	padding-bottom: calc(100% * 2 / 3);
}



.elementor-image-gallery > .gallery > .gallery-item a > img,
.elementor-image-carousel a > figure,
.elementor-image-carousel a > figure > img {
	display: block;
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
	top: 0;
	object-fit: cover;
}


.elementor-widget-image.image__box .elementor-image,
.elementor-widget-image.image__box .elementor-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.elementor-column.d-flex .elementor-widget-wrap {
	display: flex;
}

.elementor-widget-wrap {
	padding: 0 !important;
}