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

html {
	font-size: 18px;
	font-family: "Roboto", Sans-serif, serif;
}

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

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

img {
	display: block;
}

.elementor-kit-17 select {
	color: #676767;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.08);
	border-style: none;
	border-radius: 0;
	padding: 10px 10px 10px 10px;
}

textarea {
	resize: vertical;
	display: block;
}

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

.elementor-kit-17 .elementor-widget-theme-post-content 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;
}

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

.elementor-widget-text-editor a,
.elementor-kit-17 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: 1rem;
	align-items: flex-start;
}

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

.form-label {
	padding-bottom: .5rem;
}

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

.elementor-widget-text-editor,
.elementor-widget-theme-post-content {
	ol:not(:last-child),
	ul:not(:last-child) {
		padding-bottom: 1.05em;
	}
	
	li:not(:last-child) {
		padding-bottom: .25em;
	}
}

.elementor-kit-17 .button-black .elementor-button {
	font-family: "Roboto", Sans-serif, serif;
	letter-spacing: 0;
	font-size: 1.333rem;
	font-weight: 800;
	background: #000;
	border: initial;
	padding: .52em .5em;
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 1) .18em,
			rgba(0, 0, 0, 0) .18em,
			rgba(0, 0, 0, 0) .3em,
			rgba(0, 0, 0, 1) .3em,
			rgba(0, 0, 0, 1) calc(100% - .3em),
			rgba(0, 0, 0, 0) calc(100% - .3em),
			rgba(0, 0, 0, 0) calc(100% - .18em),
			rgba(0, 0, 0, 1) calc(100% - .18em),
			rgba(0, 0, 0, 1) 100%
	);
}

.elementor-kit-17 .button-border .elementor-button {
	border-color: #fff;
	background: transparent;
}
.yoast-breadcrumbs {
	margin-bottom:1rem;
}

.elementor-widget-breadcrumbs {font-size: 1em}

.suburb-heading {
	font-size: 24px;
    line-height: 1.1em;
	font-weight:bold
}


p + img,
p + p img {
  margin: 40px 0;
}
p + h2,
p + h3 {
	margin-top: 32px
}

h2 + ul {margin-top:32px}


.footer .elementor-widget-wp-widget-nav_menu {
	ul {
		padding: 0;
		list-style: none;
	}

	li:not(:last-child) {
		padding-bottom: .2rem;
	}

	a {
		color: #fff;
	}

	h5 {
		font-size: var(--e-global-typography-245e50d-font-size);
		margin: 0 0 1.5rem;
		color: #fff;
	}
}

.contact-form-footer a {
	color: white;
	text-decoration: underline
}	

.contact-form-footer .form-label {
	color: white
}

.contact-form-footer input[type="submit"] {
	font-family: "Roboto", Sans-serif, serif;
    letter-spacing: 0;
    font-weight: 800;
    background: #a9011e;
    border: initial;
    padding: 15px 20px;
    font-size: 24px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
    padding: 20px;
	width: 100%
}

.wpcf7 form.spam .wpcf7-response-output {
	background-color: #f56e28;
    padding: 20px;
	width: 100%
}

@media (max-width: 1366px) {

}

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