/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2025 | 05:09:35 */
/* KEY VARIABLES */
img {
	border-radius: var(--border-radius);
}

/* TYPOGRAPHY & LAYOUT */
.homepage-heading {
	display: flex;
	position: absolute;
	z-index: 30;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	left: var(--current-padding-width);
	font-weight: 300;
	top: calc(32vh - 120px);
}

p strong {
	font-family: var(--bold-font-family);
	font-weight: 700;
}
h1.evlt-paragraph__main-title {
	margin-bottom: 10px;
}
.highlight {
	color: var(--p1);
	font-style: italic;
}
h1.evlt-paragraph__main-title + .evlt-paragraph__intro-text {
	margin-top: 20px;
}
.section:first-child {
    margin-top: var(--section-top-gap-size);
}
.solution-header + .cpt-template section {
	margin-top: 0px;
}
.footer .footer-banner {
	margin-top: 0px;
}
.section + .section {
    margin-top: var(--section-top-gap-size);
}
.layout-row__content > .section + .section {
	margin-top: 0;
}
body.page-id-3029 .section + .section {
    margin-top: 0;
}

/* 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://finlease.com.au/wp-content/uploads/2023/09/Bullet-2.svg');
	position: relative;
    left: 0;
	top: 2px;
    margin-right: 10px;
}

/* FORM DEFAULTS */
.gform_required_legend {
	position: absolute;
    bottom: 20px;
    margin-left: 180px;
}
.el-select.el-select--active .el-select__options {
    z-index: 2;
}
.name_first, .name_last {
	display: flex;
	flex-direction: column;
}
.name_first input, .name_last input {
	order: 2;
}

/* BTN DEFAULTS */
.btn, .gform_button, .facetwp-load-more {
	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);
	border-radius: 50px;
	border: 0px;
	height: 50px;
	padding: 13px 30px;
}

.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;
}

@media (max-width: 767px) {
	.btn.btn-tight {
		padding: 0 20px;
	}
}

/* PAGE HEADER */

.heading--page-title h1.evlt-paragraph__main-title {
	color: #fff;
	z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
	.heading--display {
		font-size: 56px;
		line-height: 56px;
	}
	.text--intro {
		font-size: 20px;
		line-height: 30px;
	}
}
@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;
	}
	.heading--h4, h4 {
		font-size: 20px;
		line-height: 28px;
	}
	.heading--h5, h5 {
		font-size: 20px;
		line-height: 28px;
	}
	.heading--h6, h6 {
		font-size: 16px;
		line-height: 24px;
	}
	.gallery-slider .small-heading {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width: 1023px) {
	:root {
		--padding-width: 25px;
	}
}
@media (max-width: 767px) {
	.layout-row--break-out {
		left: 0;
	}
	.heading--display {
		font-size: 30px;
		line-height: 38px;
	}
	.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: 18px;
		line-height: 26px;
	}
	h1.evlt-paragraph__main-title + .evlt-paragraph__intro-text {
		margin-top: 0px;
	}
	.cpt-template .wp-block-spacer {
		height: 15px !important;
	}
	.layout-row__content:not(.layout-row__content--preview), .layout-row__content--preview > .block-editor-inner-blocks > .block-editor-block-list__layout, .layout-row:nth-child(2n) .layout-row__content:not(.layout-row__content--preview), .layout-row:nth-child(2n) .layout-row__content--preview > .block-editor-inner-blocks > .block-editor-block-list__layout {
		grid-template-columns: 1fr;
		row-gap: 10px;
	}
	p:empty {
		display: none;
	}
	.equipment-finance-row .section__content {
		width: 100%;
	}
}