:root {
	--container: clamp(42.611rem, 100% - 5rem, 72.7rem);
}

html {
	font-size: 16px;
	font-family: "Montserrat", Sans-serif, serif;
	overflow-x: clip;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vH;
}

.site-main,
body > div[data-elementor-type='wp-page'] {
	flex: 1;
}

img {
	display: block;
}

textarea {
	resize: vertical;
	display: block;
}

.e-con-boxed {
	padding-right: 1rem;
	padding-left: 1rem;
}

.elementor-image-box-title a,
.wp-block-heading a,
.elementor-widget-text-editor a,
.elementor-icon-list-text a,
.elementor-heading-title a,
.elementor-heading-title span {
	text-decoration: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	text-transform: inherit;
}

.wp-block-quote:not(:last-child),
.elementor-widget-theme-post-content ul:not(:last-child),
.elementor-widget-theme-post-content ol:not(:last-child),
.elementor-widget-text-editor ol:not(:last-child),
.elementor-widget-text-editor ul:not(:last-child) {
	margin-bottom: 1.5em;
}

.elementor-kit-6 p:last-child {
	margin-bottom: 0;
}

.elementor-widget-text-editor a,
.elementor-kit-6 p > a {
	font-size: inherit;
}

.page-header .entry-title {
	max-width: initial;
	padding: 0;
}

.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
	max-width: var(--container);
}


.elementor-location-single:not(:has(div[data-elementor-type="wp-page"])) .e-con > .elementor-widget-theme-post-content {
	max-width: var(--container);
	margin: 0 auto;
	width: 100%;
}

.elementor-location-single:not(:has(div[data-elementor-type="wp-page"])) .e-con:has(> .elementor-widget-theme-post-content) {
	padding-left: 1rem;
	padding-right: 1rem;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em 0 0 0 !important;
}

.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: .88rem;
	align-items: flex-start;
}

.wpcf7-form label {
	width: 100%;
}

.wpcf7-spinner {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.elementor-kit-6 select {
	background-color: var(--e-global-color-e2adb41);
    border-style: solid;
    border-width: 1px;
    border-color: #4D4D4D;
    border-radius: 0.5rem;
    padding: .83rem 2rem;
}

.form-row {
	display: flex;
	width: 100%;
	gap: .88rem;
}

.wpcf7-submit {
	width: 100%;
}

.elementor-kit-6 .elementor-image-box-title a {
	font-family: inherit;
	font-size: inherit;
	text-transform: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.elementor-widget-theme-post-content iframe:not(:last-child),
.wp-block-gallery:not(:last-child),
.wp-block-buttons:not(:last-child) {
	padding-bottom: 1.5rem;
}

.wp-block-gallery .wp-block-image img {
	border-radius: .5rem;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100%;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) .e-con-boxed {
	padding-inline: 1.5rem;
}

.wp-block-group .elementor[data-elementor-type="container"]:has(.cta-banner) {
	padding-block: 5rem 4rem;
}

:root :where(.is-layout-flow) > .wp-block-post {
	margin: 0;
}

.wp-block-post h2 {
	font-size: 1rem;
}

.wp-block-quote {
	background: var( --e-global-color-ce9f477 );
	margin: 0;
    padding: 1em;
	font-style: italic;
	border-left: solid 6px var( --e-global-color-secondary );
}

.footer ul.menu {
	list-style: none;
	padding-left: 0;
    margin: 0;
}

.footer ul.menu a {
	color: #fff;
}

.footer .elementor-widget-wp-widget-nav_menu h5 {
	margin: 0;
	padding-bottom: 1rem;
}

.footer h5 {
	color: var( --e-global-color-accent );
}

.elementor-button-icon > svg {
	transition: .3s;
}

/*MAX media query*/
@media (max-width: 1366px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.form-row {
		flex-direction: column;
	}
}