/*!
Theme Name: hara
Theme URI: https://irisgrafix.at
Author: Underscores.me
Author URI: https://irisgrafix.at
Description: theme for hara.at
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.2
License: irisgrafix.at
License URI: https://irisgrafix.at
Text Domain: hara
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/

/* manrope-regular - latin */

/* manrope-regular - latin */
@font-face {
	font-display: block;     /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/manrope-v15-latin-regular.eot');     /* IE9 Compat Modes */
	src: url('fonts/manrope-v15-latin-regular.eot?#iefix') format('embedded-opentype'),         /* IE6-IE8 */
	url('fonts/manrope-v15-latin-regular.woff2') format('woff2'),         /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/manrope-v15-latin-regular.woff') format('woff'),         /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
	url('fonts/manrope-v15-latin-regular.ttf') format('truetype'),         /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	url('fonts/manrope-v15-latin-regular.svg#Manrope') format('svg');     /* Legacy iOS */
}

/* great-vibes-regular - latin */
@font-face {
	font-display: block;     /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Great Vibes';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/great-vibes-v19-latin-regular.eot');     /* IE9 Compat Modes */
	src: url('fonts/great-vibes-v19-latin-regular.eot?#iefix') format('embedded-opentype'),         /* IE6-IE8 */
	url('fonts/great-vibes-v19-latin-regular.woff2') format('woff2'),         /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/great-vibes-v19-latin-regular.woff') format('woff'),         /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
	url('fonts/great-vibes-v19-latin-regular.ttf') format('truetype'),         /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
	url('fonts/great-vibes-v19-latin-regular.svg#GreatVibes') format('svg');     /* Legacy iOS */
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

:root {
	--primary-color: #532240 !important;
	--secondary-color: #EA9A69 !important;
	--nav-gradient: radial-gradient(circle at 50% 50%, #eb9967, #eca77e, #eeb695);
	--text-shadow-color: white;
	--container-width: 1200px;
}

body.elementor-editor-active h1, body.elementor-editor-active h2, body.elementor-editor-active h3, body.elementor-editor-active h4, body.elementor-editor-active h5, body.elementor-editor-active h6, body.elementor-editor-active p, body.elementor-editor-active a {
	color: #532240 !important;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-main {
	flex: 1;
}

.site-main img {
	border-top-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	background: white;
	padding: 5px;
}

body {
	font-family: 'Manrope', sans-serif;
	font-size: 1.1rem;
	color: #333;
	background: #fcdecc;
}

.site-main {
	width: 100%;
	max-width: var(--container-width);
	margin: 0 auto;
}

header#masthead {
	color: #fff;
	display: flex;
	justify-content: space-between;
	background-repeat: no-repeat, repeat-x;
	background-position: right center, top left;
	background-size: auto 100%, auto;
	position: relative;
	background-color: var(--secondary-color);
}

header#masthead .site-branding {
	position: relative;
	z-index: 9999;
}

.site-description-container {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
}

header#masthead .site-description {
	text-align: center;
	/*flex: 1;*/
	align-self: last baseline;
	color: var(--primary-color) !important;
	font-family: 'Great Vibes', cursive !important;
	font-size: 2.5rem;
	text-shadow: 2px 2px 1px var(--text-shadow-color);
	font-weight: bold;
	/*white-space: normal;*/
	white-space: pre-line;     /* Text bei jedem Leerzeichen umbrechen */
}

@media screen and (max-width:800px) {
	header#masthead .site-description{
		font-size: 2rem;
	}

}
@media screen and (max-width:768px) {
	header#masthead .site-description{
		font-size: 2rem;
		max-width: 50%;
		line-height: 1.2;
	}

}
@media screen and (max-width:520px) {
	header#masthead .site-description{
		font-size: 1.5rem;
	}

}
@media screen and (max-width:480px) {
	header#masthead .site-description{
		display: none;
	}

}

header .custom-logo {
	width: 140px;
	height: auto;
	margin-top: 13px;
	margin-bottom: 12px;
	margin-left: 20px;
}

@media screen and (max-width:600px) {
	header .custom-logo {
		width: 120px;
		margin-top: 6px;
		margin-bottom: 6px;
		margin-left: 10px;
	}

}

header .site-title {
	display: none;
}

.custom-header {
	border-top: 1px solid var(--primary-color);
}

.custom-header img {
	width: 100%;
	min-height: 120px;
	object-fit: cover;
	object-position: left center;
}

#site-navigation {
	position: sticky;
	top: 0;
	background: var(--secondary-color);
	background: var(--nav-gradient);
	border-top: 1px solid var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	z-index: 99999;
}

.menu-navi-container {
	width: 100%;
}

.menu-toggle {
	display: none;
}

#main-menu {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	text-transform: uppercase;
}

#main-menu a:hover, #main-menu .current-menu-item > a {
	background: #c97646 !important;
	color: #fff !important;
}

#main-menu ul {
	list-style: none;
	text-transform: initial;
}

#main-menu li {
	position: relative;
}

#main-menu > li > a {
	color: var(--primary-color) !important;
	text-decoration: none;
	font-size: 1rem;
	display: inline-block;
	padding: 10px 25px;
	font-weight: bold;
}

#main-menu ul a {
	color: var(--primary-color) !important;
	text-decoration: none;
	display: block;
	padding: 10px 8px;
}

#main-menu .sub-menu {
	width: fit-content;
	min-width: 100%;
}

#main-menu ul a {
	width: 100%;     /*Important - Subsubliste*/
	position: relative;     /*z-index: 10000;*/
}

#main-menu > li {
	white-space: nowrap;
}

#main-menu > li > ul > li > ul > li {
	white-space: normal;
}

#main-menu > li > ul {
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	background: var(--secondary-color);
	background: var(--nav-gradient);
	text-align: left;
	border: 1px solid var(--primary-color);
	border-top: 1px dotted var(--primary-color);
	transition: opacity 0.3s ease, height 0.3s ease;
}

#main-menu > li:hover > ul {
	opacity: 1;
	height: auto;
	overflow: visible;
}

#main-menu > li > ul > li > ul > li {
	border-left: 1px solid var(--primary-color);
	border-right: 1px solid var(--primary-color);
}

#main-menu > li > ul > li > ul > li:first-child {
	border-left: 1px dotted var(--primary-color);
}

#main-menu > li > ul > li > ul > li:last-child {
	border-bottom: 1px solid var(--primary-color);
}

#main-menu > li > ul > li > ul {
	opacity: 0;
	height: 0;
	margin-left: 20px;
	position: absolute;
	left: 90%;
	top: 0;
	background: var(--secondary-color);
	background: var(--nav-gradient);
	transition: opacity 0.3s ease, height 0.3s ease;
}

#main-menu > li > ul > li:hover > ul {
	opacity: 1;
	height: auto;
	overflow: visible;
	z-index: 1002;
}

.site-footer {
	background: var(--nav-gradient);
	border-top: 1px solid var(--primary-color);
	color: var(--primary-color);
	text-align: center;
	padding: 1% 0;
}

#footer-menu {
	display: flex;
	justify-content: center;
	list-style: none;
}

#footer-menu li {
	margin: 0 10px;
}

#footer-menu a {
	color: var(--primary-color);
	text-decoration: none;
}

#footer-menu a:hover {
	text-decoration: underline;
}

/*page styles*/
.site-main.kategorie h1 {
	text-align: center;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-top-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	background: white;
	padding: 5px;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border-top-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	background: white;
	padding: 5px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-top-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	background: white;
	padding: 5px;
}

figure{
	max-width: 100%;
}
figure.aligncenter {
    margin: 0 auto;
}
.wp-caption-text{
	text-align: center;
	font-style: italic;
}
	

.elementor img {
	border-top-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	background: white;
	padding: 5px;
}

main {
	line-height: 1.5rem !important;
	padding: 3%;
}

main h1 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1.4rem !important;
	margin: 20px 0 30px 0 !important;
	font-weight: normal !important;
}

.elementor-heading-title {
	line-height: 1.8rem !important;
}

.elementor-widget-heading h1 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1.4rem !important;
	font-weight: normal !important;
	margin: 0 !important;
}

main h2 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1.2rem !important;
	margin: 20px 0 !important;
	font-weight: normal !important;
}

.elementor-widget-heading h2 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1.2rem !important;
	font-weight: normal !important;
	margin: 0 !important;
}

main h3 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1.1rem !important;
	margin: 20px 0 !important;
	font-weight: bold !important;
}

.elementor-widget-heading h3 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1.1rem !important;
	font-weight: bold !important;
	margin: 0 !important;
}

main h4 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1.1rem !important;
	margin: 20px 0 !important;
	font-weight: normal !important;
}

.elementor-widget-heading h4 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1.1rem !important;
	font-weight: normal !important;
	margin: 0 !important;
}

main h5 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1rem !important;
	margin: 20px 0 !important;
	font-weight: bold !important;
}

.elementor-widget-heading h5 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 1rem !important;
	font-weight: bold !important;
	margin: 0 !important;
}

main h6 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 0.9rem !important;
	margin: 20px 0 !important;
	font-weight: bold !important;
}

.elementor-widget-heading h6 {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	font-size: 0.9rem !important;
	font-weight: bold !important;
	margin: 0 !important;
}

main p, .elementor-widget-text-editor p {
	font-family: 'Manrope', sans-serif !important;
	margin-bottom: 20px !important;
}

/* .elementor-widget-text-editor p{
	font-family: 'Manrope', sans-serif !important;
	margin: 0 !important;
} */
main a {
	font-family: 'Manrope', sans-serif !important;
	color: var(--primary-color) !important;
	text-decoration: underline !important;
}

main ul {
	margin-left: 30px;
}

.dialog-type-lightbox {
	z-index: 99999 !important;
}

/* kategorie-seite */
.entry-header .entry-titeln {
}

.archive article {
	margin-bottom: 20px;
	padding: 2% 0 7% 0;
	border-bottom: 1px dotted var(--primary-color);
}

.category-seminare article,
.category-kurse article {
	padding-bottom: 35px !important;
	padding-top: 0 !important;
}

.archive article:last-of-type {
	border-bottom: none;
}

article .entry-header {
	display: flex;
	align-items: center;
}

article.category-therapeutinnen .entry-header img, article.category-kursleiterinnen .entry-header img {
	width: 160px;
	margin-right: 20px;
}

article .entry-header h2 {
	letter-spacing: 1px;
}

article .entry-title a {
	text-decoration: none;
}

article .entry-header .entry-subtitle {
	font-weight: bold !important;
	font-size: 1rem !important;
}

article .entry-summary {
	margin-top: 2%;
}


.post-thumbnail {
	margin-right: 16px;
}

img.attachment-post-thumbnail {
	width: 160px;
	border-radius: 50% !important;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	background: white;
	padding: 4px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
}

.archive img.attachment-post-thumbnail {
	width: 100px;
}

.single-post .entry-content {
	margin-top: 3%;
}

.single-post .beitrags-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: var(--container-width);
	margin: 0 auto;
	padding-top: 2%;
	flex-grow: 1;
	width: 100%;
}

.single-post .beitrags-container main {
	flex: 1;
}

.single-post .beitrags-container aside {
	flex: 0 0 280px;
	padding: 2%;
	padding-top: 6%;
	margin-right: 2%;
}

.single-post .beitrags-container aside ul {
	list-style: none;
}

.sidebar-nav {
	background: #fcf1ea;
	padding: 10px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.sidebar-nav h3 {
	font-size: 1.1rem;
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 6%;
	border-bottom: 1px dotted var(--primary-color);
}

.sidebar-nav li {
	margin: 6px 0;
	font-size: 1rem;
}

.sidebar-nav a:hover {
	text-decoration: underline;
}

.sidebar-nav a {
	color: var(--primary-color);
	text-decoration: none;
}

.elementor-image-gallery img {
	padding: 6px;
	background: white;
}

.elementor-image-gallery .gallery-item img {
	margin: 0 !important;
}

.e-eicon-share-arrow {
	display: none !important;
}

.anfahrt-map {
	padding: 6px;
	background: white;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

@media screen and (max-width:780px) {
	body {
		font-size: 1rem;
	}

	.custom-header img {
		object-position: -40px center;
	}

	.single-post .beitrags-container aside {
		flex: 0 0 200px;
	}

	nav#site-navigation {
		background: var(--nav-gradient);
	}

	/* Hintergrund der Menüpunkte aus der Navigation erben */
	#main-menu > li > a, #main-menu ul a {
		background: inherit;         /* Hintergrund von nav#site-navigation übernehmen */
		color: var(--primary-color) !important;         /* Textfarbe */
		text-decoration: none;
		display: block;
		padding: 4px 8px;
	}

	/* Hintergrund für Submenüpunkte der 1. Ebene */
	#main-menu > li > ul {
		background: inherit;         /* Hintergrund von nav#site-navigation übernehmen */
		border: none;         /* Entferne die Border, falls nicht gewünscht */
	}

	/* Einrückung und Pfeil für Submenüpunkte der 1. Ebene */
	#main-menu > li > ul > li > a {
		padding-left: 40px;         /* Einrückung für Submenüpunkte */
		position: relative;         /* Für das Pfeilsymbol */
	}

	/* Pfeil nach rechts vor den Submenüpunkten */
	#main-menu > li > ul > li > a::before {
		content: '\25B7';         /* Pfeil nach rechts */
		font-size: 0.8rem;
		color: var(--primary-color);
		position: absolute;
		left: 24px;         /* Abstand vom linken Rand */
		top: 50%;
		transform: translateY(-50%);         /* Vertikal zentrieren */
	}

	/* Einrückung und Pfeil für Sub-Sub-Menüpunkte */
	#main-menu > li > ul > li > ul > li > a {
		padding-left: 40px;         /* Einrückung für Sub-Sub-Menüpunkte */
		position: relative;         /* Für das Pfeilsymbol */
	}

	/* Pfeil nach rechts vor den Sub-Sub-Menüpunkten */
	#main-menu > li > ul > li > ul > li > a::before {
		content: '\25B7';         /* Nicht ausgefüllter Pfeil nach rechts */
		font-size: 0.6rem;
		color: var(--primary-color);
		position: absolute;
		left: 22px;         /* Abstand vom linken Rand */
		top: 50%;
		transform: translateY(-50%);         /* Vertikal zentrieren */
	}

	/* Hintergrund für Sub-Sub-Menüpunkte */
	#main-menu > li > ul > li > ul {
		background: inherit;         /* Hintergrund von nav#site-navigation übernehmen */
	}

	/* Hover-Effekt für mobile Menüpunkte */
	#main-menu > li > a:hover, #main-menu ul a:hover {
		background: #c97646 !important;         /* Hover-Hintergrundfarbe */
		color: #fff !important;         /* Hover-Textfarbe */
	}

	/* Aktiver Menüpunkt */
	#main-menu .current-menu-item > a {
		background: #c97646 !important;         /* Hintergrundfarbe für den aktiven Menüpunkt */
		color: #fff !important;         /* Textfarbe für den aktiven Menüpunkt */
	}

	#main-menu {
		display: none;
		margin: 0 auto;
	}

	.menu-toggle {
		display: block;
		color: white;
		font-size: 1.8rem;
		text-align: center;
		cursor: pointer;
	}

	#main-menu a {
		display: block !important;
	}

	#main-menu .sub-menu {
		min-width: 100%;
	}

	#main-menu > li > ul {
		position: static;
		border: none;
		height: auto;
		opacity: 1;
		overflow: visible;
	}

	/* Mouseover-Effekt für Sub- und Sub-Sub-Menüs deaktivieren */
	#main-menu > li:hover > ul, #main-menu > li > ul > li:hover > ul {
		opacity: 1 !important;
		height: auto !important;
		overflow: visible !important;
	}

	/* Sicherstellen, dass das Sub-Sub-Menü nur durch den Pfeil geöffnet wird */
	#main-menu > li > ul > li > ul {
		opacity: 0;
		height: 0;
		overflow: hidden;
		transition: none;
	}

	#main-menu > li > ul > li.open > ul {
		opacity: 1;
		height: auto;
		overflow: visible;
	}

	/* Nur Sub-Sub-Menüs standardmäßig ausblenden */
	#main-menu .sub-menu .sub-menu {
		display: none;
	}

	/* Sichtbar machen, wenn die Klasse "open" hinzugefügt wird */
	#main-menu .sub-menu .sub-menu.open {
		display: block;
	}

	/* Pfeilsymbol für Sub-Sub-Menüs */
	#main-menu .sub-menu .submenu-toggle {
		display: inline-block;
		margin-left: 5px;         /* Abstand zwischen Menüpunkt und Pfeil */
		font-size: 1rem;
		color: var(--primary-color);
		cursor: pointer;
		position: absolute;
		right: 0px;         /* Pfeil rechtsbündig im Menüpunkt */
		top: 4px;         /* Fixiere den Pfeil oben am Menüpunkt */
		transform: none;         /* Entferne die vertikale Zentrierung */
		padding-right: 10px;
	}

	.has-subsubmenu a {
		padding-right: 0;
	}

	/* Sicherstellen, dass das Eltern-<li> eine feste Höhe hat */
	#main-menu .sub-menu > li {
		position: relative;         /* Für die absolute Positionierung des Pfeils */
		height: auto;         /* Standardhöhe */
	}

	/* Sub-Sub-Menüs standardmäßig ausblenden */
	#main-menu .sub-menu .sub-menu {
		display: none;
	}

	/* Sichtbar machen, wenn die Klasse "open" hinzugefügt wird */
	#main-menu .sub-menu .sub-menu.open {
		display: block;
	}

	/* Sicherstellen, dass das Sub-Sub-Menü korrekt eingerückt ist */
	#main-menu .sub-menu .sub-menu {
		margin-left: 20px;
		position: static;
	}

	/* Standardzustand ohne Border */
	div.menu-open {
		border-bottom: 1px dotted var(--primary-color);         /* Border-Farbe */
	}

	#main-menu > li > ul > li > ul > li, #main-menu > li > ul > li > ul > li:first-child, #main-menu > li > ul > li > ul > li:last-child {
		border: none;
	}

}

@media screen and (min-width:781px) {

	/* Pfeilsymbole im Desktop-Stil ausblenden */
	.submenu-toggle {
		display: none;
	}

}

@media screen and (max-width:650px) {
	main {
		padding: 5%;
	}

	.kategorie article .entry-header {
		flex-direction: column;
		text-align: center;
	}

	.single-post .beitrags-container {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.single-post .beitrags-container aside {
		width: fit-content;
		max-width: 90%;
		margin: 0 auto;
		padding-top: 0;
	}

}

@media (max-width:479px) {
	.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item {
		max-width: 50% !important;
	}

	.gallery-item img {
		margin: 0 auto !important;
	}

	.elementor-image-gallery .gallery-item img {
		margin: 0 auto !important;
	}

	.gallery {
		margin: 0 !important;
	}

	.gallery-item {
		padding-right: 0 !important;
	}

}

@media screen and (max-width:450px) {
	.beitrag .entry-header {
		flex-direction: column;
		text-align: center;
	}

	.post-thumbnail {
		margin-right: 0;
	}

	article.category-therapeutinnen .entry-header img, article.category-kursleiterinnen .entry-header img {
		margin-right: 0;
	}

}

/* Elementor-Galerie Anpassungen */
.gallery.gallery-columns-5 {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 30px 4% !important;
}

figure.gallery-item {
	padding: 0 !important;
}

.gallery {
	margin: 0 !important;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	max-width: fit-content !important;
}

