/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2024 | 04:57:59 */
:root {
	--logo-width: 185px;
	--menu-inside-padding: 280px;
}

.header__menu {
	width: calc(var(--container-max-width) - (2 * var(--logo-width)));
    place-content: center;
}

.wrapper {
    background-color: #fff;
}

.wrapper.wrapper--dark {
    background-color: #111;
}

.header:not(.header--overlay) {
	background: var(--menu-bg-color) !important;
}

.header.header--overlay .logo, .header:not(.header--overlay) .logo-dark {
	display: flex;
}

.header.header--overlay .logo-dark, .header:not(.header--overlay) .logo {
	display: none;
}

.header {
	background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header:not(.header--overlay) {
    border-bottom: 2px solid var(--color-p1);
}

.header .layout-row {
	margin: 0;
}

.header .container {
	max-width: unset;
	width: unset;
}

.header .layout-row__content {
	width: var(--container-max-width);
	align-items: center;
}

.header-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0px;
	height: var(--header-height);
}

.header-menu .evlt-menu-link {
	color: var(--Vanilla-Theme-Nav-Color, #FFF);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 106.667% */
	text-decoration: none;
	font-family: var(--medium-font-family);
	padding: 0px 25px;
	height: 100%;
    display: flex;
    align-items: center;
}

.header:not(.header--overlay) .evlt-menu-link {
	color: #fff;
}

.header-menu .evlt-menu-link:last-child {
	margin-right: 0px;
}

.header-menu .evlt-menu-link::after {
	content: '';
	height: 30px;
}

.header-btns {
	gap: 10px;
}

.header-btn {
	display: flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: var(--Border-Radius, 0px);
	background: var(--Vanilla-Theme-P1-900, #B99D54);
	color: var(--color-p2);
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-family: var(--headings-font-family);
	font-weight: 600;
	line-height: 12px; /* 92.308% */
	letter-spacing: 0.13px;
	text-transform: uppercase;
	text-decoration: none;
}

.header:not(.header--overlay) .header-btn {
	color: #fff;
}

.header-btn {
	background: transparent;
	display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

.header:not(.header--overlay) .header-btn.login-btn {
    background: transparent;
}

.header-btn.phone-btn {
	background: transparent;
	color: var(--color-p1);
}

.header:not(.header--overlay) .header-btn.phone-btn {
	color: var(--Vanilla-Theme-P1-900, #B99D54);
}

.header-btn.search-btn::after {
	content: url('https://dynalite.evolut.com.au/wp-content/uploads/2024/01/search.svg');
	float: left;
    margin: 0;
    text-indent: 0;
}

.header-btn.login-btn::after {
	content: url('https://dynalite.evolut.com.au/wp-content/uploads/2024/01/user.svg');
	float: left;
    margin: 0;
    text-indent: 0;
}

/* MEGA MENU CSS OVERRIDES */

.mega-menu {
    background-color: transparent;
}

.header--sticky + .mega-menu, .header--fixed + .mega-menu {
    top: var(--header-height);
    left: calc(-1 * ((100vw - var(--container-max-width)) / 2));
    width: 100vw;
}
.header:not(.header--overlay) + .mega-menu .mega-menu__container {
	width: 100vw;
    max-width: 100vw;
}
body.single .header--overlay + .mega-menu .mega-menu__container {
	width: 100vw;
    max-width: 100vw;
	position: absolute;
    top: 65px;
}
.mega-menu__content {
    max-width: 100vw;
    width: 100vw;
	    padding: 0px 0px 40px 0px;
}
.mega-menu .menu-hidden {
	display: none;
}
.mega-menu__item {
    background-color: var(--menu-bg-color);
	--menu-padding: calc(((100vw - var(--container-max-width))/2) + var(--menu-inside-padding));
	padding: 0px var(--menu-padding);
	width: calc(100vw - (2 * var(--menu-padding)));
	box-shadow: unset;
	min-height: 200px;
}
.mega-menu__item-header {
	display: none;
}
.mega-menu__item-content {
    padding: 10px 0px 40px 0px;
}
.mega-menu__item-image {
	width: 30px;
	height: 30px;
}
.mega-menu__item-link-2-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	row-gap: 20px;
}
.mega-menu__item-link-2-container:not(:last-child) {
    border-bottom: none;
}
.mega-menu__item-link-2{
    color: var(--p3);
	width: 100%;
	font-size: 14px;
}
.mega-menu__item-link-3-container {
	display: flex;
    gap: 0px;
    width: 220px;
}
.mega-menu__item-link-3 {
    color: var(--bg-color);
	font-size: 15px;
}
.mega-menu__item-link-3::before {
	display: none;
}

.mega-menu__item-column:nth-child(2) .mega-menu__item-link-2-container:first-child .mega-menu__item-link-3 {
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
}

.mega-menu__item-column:nth-child(2) .mega-menu__item-link-2-container:nth-child(2) .mega-menu__item-link-2 {
    margin-bottom: 10px;
}

.mega-menu__item-image-link {
    display: flex;
    position: relative;
    height: 400px;
}

.mega-menu__item-image-link img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

/* MEGA MENU ICONS */
.mega-menu__item-image-link {
    width: 30%;
	height: 30px;
	column-gap: 15px;
    color: var(--bg-color);
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.mega-menu__item-image-link .mega-menu__item-image {
    width: auto;
    height: 30px;
}
.mega-menu__item-link-2:not(:last-child) {
    margin-bottom: 0px;
}
#mega-menu-item-2768 .mega-menu__item-link-2-container:not(:last-child) {
    width: 80%;
}
#mega-menu-item-2768 .mega-menu__item-link-2-container:last-child .mega-menu__item-link-2 {
    margin-bottom: 20px;
}
#mega-menu-item-2768 .mega-menu__item-link-2-container:last-child {
    gap: 0;
    row-gap: 0;
    display: block;
}
#mega-menu-item-2768 .mega-menu__item-link-2-container {
    width: 40%;
}
#mega-menu-item-2768 .mega-menu__item-column {
    display: flex;
}
#mega-menu-item-2768 .mega-menu__item-image-link {
    width: 45%;
}
#mega-menu-item-2768 .mega-menu__item-link-2-container:last-child .mega-menu__item-image-link {
    width: 100%;
	margin-bottom: 20px;
}

/* SPECIFIC MEGA MENU OVERRIDES */
#mega-menu-item-2769 .mega-menu__item-link-2-container:nth-child(2) .mega-menu__item-image-link {
	font-size: 0;
	line-height: 0;
	width: fit-content;
}
#mega-menu-item-407 .mega-menu__item-link-2-container:first-child .mega-menu__item-link-3 {
	font-size: 24px;
	padding-left: 0px;
}

/* SEARCH */
.search-form {
	/* background: transparent; */
}
.search-form  .evlt-modal__popup-close-btn {
    top: 10px;
    right: 10px;
}
.search-form .evlt-modal__popup {
    background-color: #fff;
    width: var(--container-max-width);
    padding: 40px;
    /* position: absolute; */
    top: 0px;
}
.cmswt-InstantSearch .cmswt-IndexSwitcher-item:hover .cmswt-IndexSwitcher-link, .cmswt-InstantSearch .cmswt-IndexSwitcher-item.active .cmswt-IndexSwitcher-link {
    color: var(--p1);
}
.cmswt-InstantSearch .cmswt-IndexSwitcher-item:hover:after, .cmswt-InstantSearch .cmswt-IndexSwitcher-item.active:after {
    background: var(--p1);
}
.cmswt-InstantSearch .ais-Pagination-item--selected .ais-Pagination-link {
    background-color: var(--p1);
}

/* RESPONSIVE CSS */

@media (min-width: 1025px) {
	.primary-menu .evlt-menu-link::after {
		content: "";
		display: block;
		height: 45px;
		width: 100%;
		position: absolute;
		top:80px;
	}
}

@media (max-width: 1024px) {
	:root {
		--menu-inside-padding: 200px;
	}
	.header-menu .evlt-menu-link {
		font-size: 13px;
		line-height: 13px;
		padding: 0px 15px;
	}
	.mega-menu__item-link-2-container {
		gap: 20px;
	}
	.mega-menu__item-image-link {
		column-gap: 5px;
		font-size: 13px;
		line-height: 13px;
	}
}

@media (max-width: 767px) {
	:root {
		--menu-inside-padding: 0px;
	}
	.header-menu {
		display: none;
	}
	.header .layout-row__content {
		display: flex;
		justify-content: space-between;
	}
	.header-btn {
		display: none;
	}
	.header__trigger-btn {
		width: 24px;
		height: 24px;
	}
	.header__trigger-btn img {
		filter: invert(1);
	}
	.header--open::before {
		background-color: var(--p1-600);
	}
	.header--sticky + .mega-menu, .header--fixed + .mega-menu {
		top: 70px;
		left: -50px;
		width: calc(100vw + 50px);
	}
	.mega-menu__close-btn {
		display: none;
	}
	.mega-menu__item {
		min-height: 60px;
	}
	.mega-menu__item-header {
		display: flex;
		color: #fff;
	}
	.mega-menu__item-title {
		width: 100%;
		margin-bottom: 10px;
	}
	.mega-menu__item-title::after {
		filter: invert(1);
	}
	.mega-menu__item-image-link {
		width: 100%;
		font-size: 16px;
    	line-height: 16px;
		height: 26px;
	}
	.mega-menu__item-image {
		display: flex;
		width: 20px;
		height: 20px;
	}
	.mega-menu__item-image-link .mega-menu__item-image {
		width: auto;
		height: 20px;
		margin-top: 0px;
	}
}