/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2024 | 23:24:44 */
/* KEY VARIABLES */
img {
	border-radius: var(--border-radius);
}

/* TYPOGRAPHY */
p strong {
	font-family: var(--bold-font-family);
	font-weight: 700;
}
h1.evlt-paragraph__main-title {
	margin-bottom: 10px;
}

/* COLOUR SYSTEM */
.p1-600-theme { background: var(--p1-600); }
.p1-600-theme .evlt-paragraph__extra-info { color: var(--p3); }
.p1-600-theme h1.evlt-paragraph__main-title { color: #fff; }

.p1-100-theme { background: var(--p1-100); }
.p1-100-theme .evlt-paragraph__extra-info { color: var(--p1); }
.p1-100-theme h1.evlt-paragraph__main-title { color: var(--p1-600); }

.white-theme .evlt-paragraph__sub-title { color: var(--p1-300); }

/* SITEWIDE CSS OPTIONS */
.two-col .evlt-paragraph__text {
	column-count: 2;
}

.two-col .evlt-paragraph__text ul {
	margin-block-start: 0px;
}

.checklist ul {
	list-style: none;
	margin-left: -20px;
}

.checklist li {
	font-family: var(--medium-font-family);
}

.checklist li::before {
	content: url('http://dynalite.evolut.com.au/wp-content/uploads/2023/09/Bullet-2.svg');
	position: relative;
    left: 0;
	top: 2px;
    margin-right: 10px;
}

/* BTN DEFAULTS */
.btn, .gform_button {
	color: var(--grey-white, #FFF);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 150% */
	border-radius: 0px;
	background-color: var(--p1);
}

.btn.btn-outline {
	background-color: transparent;
	border: 2px solid var(--p1);
}

.btn.btn-alt {
	background-color: var(--p1-600);
}
.btn.btn-alt2 {
	background-color: var(--p3);
	color: var(--p1-600);
}
.btn.btn-outline.btn-alt2 {
	background-color: transparent;
	border: 2px solid var(--p3);
	color: #fff;
}

.btn.btn-tight {
	width: fit-content;
	padding: 0 50px;
}

.btn.btn-small {
	display: flex;
	padding: 12px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	height: 40px;
}

.btn.btn-micro {
	padding: 10px 20px;
	gap: 10px;
	font-size: 14px;
	line-height: 14px; /* 100% */
	height: 34px;
}

/* PAGE HEADER */

.heading--page-title h1.evlt-paragraph__main-title {
	color: #fff;
}

/* NO CLICK EMPTY LINKS */
.post-cards A[href=""], .post-cards A[href="#"], .post-cards A:not([href]) {
  pointer-events: none;
}

/* RESPONSIVE */
@media (max-width: 1366px) {
	:root {
		--padding-width: 40px;
		--container-max-width: calc(100vw - (2 * var(--padding-width)));
	}
}
@media (max-width: 1280px) {
	.heading--h1, h1 {
		font-size: 40px;
		line-height: 42px;
	}
	.heading--h2, h2 {
		font-size: 36px;
		line-height: 36px;
	}
	.heading--h3, h3 {
		font-size: 30px;
		line-height: 36px;
	}
}
@media (max-width: 767px) {
	:root {
		--padding-width: 25px;
	}
	.layout-row--break-out {
		left: 0;
	}
	.heading--h1, h1 {
		font-size: 36px;
		line-height: 38px;
	}
	.heading--h2, h2 {
		font-size: 32px;
		line-height: 32px;
	}
	.heading--h3, h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.heading--h5, h5 {
		font-size: 20px;
		line-height: 24px;
	}
	.evlt-paragraph__extra-info {
		font-size: 14px;
	}
	.text--intro {
		font-size: 20px;
		line-height: 26px;
	}
}