/*# sourceMappingURL=style-versioned.css.map */

/**
 * EPL Custom Templates CSS
 *
 * @package     EPL-BEN-WHISTLER
 * @since       1.0.0
 * @subpackage  css
 * @copyright   Copyright (c) 2022, Merv Barrett
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
:root {
	--rec-color-white-opacity-75: rgba(255, 255, 255, .75);
	--rec-color-white-opacity-50: rgba(255, 255, 255, .5);
	--rec-color-white-opacity-25: rgba(255, 255, 255, .25);
	--rec-color-white-opacity-10: rgba(255, 255, 255, .1);
	--rec-color-grey-df: #dfdfdf;
	--rec-color-grey-e1: #e1e1e1;
	--rec-color-grey-e2: #e2e2e2;
	--rec-color-grey-e5: #e5e5e5;
	--rec-color-grey-e7: #e7e7e7;
	--rec-color-grey-e9: #e9e9e9;
	--rec-color-grey-ef: #efefef;
	--rec-color-grey-f0: #f0f0f0;
	--rec-color-grey-f5: #f5f5f5;
	--rec-color-grey-f6: #f6f6f6;
	--rec-color-grey-f7: #f7f7f7;
	--rec-color-grey-f8: #f8f8f8;
	--rec-color-grey-f9: #f9f9f9;
	--rec-color-grey-fa: #fafafa;
	--rec-color-grey-fb: #fbfbfb;
	--rec-color-grey-fc: #fcfcfc;
	--rec-color-grey-fd: #fdfdfd;
	--rec-color-grey-fe: #fefefe;
	--rec-color-grey-ff: #fff;
	--rec-color-grey-ab: #ababab;
	--rec-color-grey-b1: #b1b1b1;
	--rec-color-grey-91: #919294;
	--rec-color-grey-89: #898989;
	--rec-color-grey-7f: #7f7f7f;
	--rec-color-silver: #c0c0c0;
	--rec-color-black: #000;
	--rec-color-white: #fff;
	--rec-color-grey: #002461;
	--rec-color-grey: #eff1f6;
	--rec-color-page: #f7f7f7;
	--rec-color-primary: #000;
	--rec-color-primary-light: #000;
	--rec-color-primary-opacity: #000;
	--rec-color-secondary: #272727;
	--rec-color-secondary-light: #272727;
	--rec-color-secondary-opacity: #272727;
	--rec-color-tertiary: #eb3200;
	--rec-color-tertiary-light: #eb3200;
	--rec-color-tertiary-opacity: #eb3200;
	--rec-color-accent: #ede8e3;
	--rec-color-accent-light: #ede8e3;
	--rec-color-accent-opacity: #ede8e3;
	--rec-color-alternate: #ede8e3;
	--rec-color-alternate-light: #ede8e3;
	--rec-color-alternate-opacity: #ede8e3;
	--rec-color-tint: #ede8e3;
	--rec-color-grey-dark: #303030;
	--rec-color-primary-100: rgba(13, 13, 13, 1);
	--rec-color-primary-70: rgba(13, 13, 13, .7);
	--rec-color-primary-50: rgba(13, 13, 13, .5);
	--rec-color-primary-30: rgba(13, 13, 13, .3);
	--rec-color-primary-10: rgba(13, 13, 13, .3);
	--rec-color-secondary-100: rgba(37, 46, 100, 1);
	--rec-color-secondary-70: rgba(37, 46, 100, .7);
	--rec-color-secondary-50: rgba(37, 46, 100, .5);
	--rec-color-secondary-30: rgba(37, 46, 100, .3);
	--rec-color-secondary-10: rgba(37, 46, 100, .3);
	--rec-color-accent-100: rgba(102, 109, 147, 1);
	--rec-color-accent-70: rgba(102, 109, 147, .7);
	--rec-color-accent-50: rgba(102, 109, 147, .5);
	--rec-color-accent-30: rgba(102, 109, 147, .3);
	--rec-color-accent-10: rgba(102, 109, 147, .3);
	--rec-font-family-primary: "Inter", Sans-serif;
	--rec-font-family-secondary: "Inter", Sans-serif;
	--rec-font-family-tertiary: "Inter", Sans-serif;
}

.epl-element__flex, .epl-element__flex--align-center, .epl-element__flex--space-between, .epl-element__flex--flex-start, .epl-element__flex--flex-end, .epl-element__flex--direction-row-reverse .epl-element__flex--direction-column-reverse {
	display: flex;
}

.epl-element__flex--align-center {
	align-items: center;
}

.epl-element__flex--space-between {
	justify-content: space-between;
}

.epl-element__flex--space-between.epl-rec-icons {
	justify-content: space-between;
}

.epl-element__flex--flex-start {
	justify-content: flex-start;
}

.epl-element__flex--flex-end {
	justify-content: flex-end;
}

.epl-element__flex--direction-row-reverse {
	flex-direction: row-reverse;
}

.epl-element__flex--direction-column-reverse {
	column-direction: row-reverse;
}

.epl-element__flex--wrap {
	flex-wrap: wrap;
}

.epl-element__flex--gap {
	gap: .5em;
}

.epl-element__flex--gap-1 {
	gap: 1em;
}

.epl-element__flex--gap-2 {
	gap: 2em;
}

.epl-element__flex--gap-3 {
	gap: 3em;
}

.epl-element__flex--gap-4 {
	gap: 4em;
}

.epl-element__flex--gap-5 {
	gap: 5em;
}

@media screen and (min-width: 1030px) {
	.epl-hide-desktop {
		display: none;
	}
}

@media screen and (max-width: 1030px) {
	.epl-hide-tablet-landscape {
		display: none;
	}
}

@media screen and (max-width: 770px) {
	.epl-hide-tablet {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.epl-hide-mobile {
		display: none;
	}
}

@media screen and (min-width: 600px) {
	.epl-hide-above-mobile {
		display: none;
	}
}

.epl-hide-custom-width {
	display: none;
}

@media screen and (min-width: 650px) {
	.epl-hide-custom-width {
		display: block;
	}
}

.epl-show-custom-width {
	display: none;
}

@media screen and (max-width: 650px) {
	.epl-show-custom-width {
		display: block;
	}
}

.epl-hide-list {
	display: none !important;
}

.epl-listing-grid-view .epl-hide-list, .epl-listing-grid-view-forced .epl-hide-list {
	display: block !important;
}

.epl-listing-grid-view .epl-hide-grid, .epl-listing-grid-view-forced .epl-hide-grid {
	display: none !important;
}

/*****************************
Helpers
****************************/
.epl-section-outer-wrapper {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}

/*********************************************
Wrapper styling
*********************************************/
.rec-module-outer-wrapper {
	clear: both;
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}

.rec-block-outer-wrapper {
	margin-left: 0;
	margin-right: 0;
	min-height: 1px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 100%) {
	.rec-module-outer-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

.rec_print_r, .rec_var_dump {
	background: gray;
	color: #fff;
	width: 100% !important;
	z-index: 9999;
}

.epl-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3em;
}

body:has(.e-off-canvas[aria-hidden=false]) {
	overflow: hidden;
}

.elementor-location-header {
	z-index: 5;
}

header {
	color: var(--rec-color-white);
}

header.site-header {
	z-index: 3;
}

header a {
	color: var(--rec-color-white);
}

header a:hover {
	color: var(--rec-color-white);
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
	min-height: 111px;
}

.rec-off-canvas-menu .elementor-nav-menu--dropdown {
	overflow: hidden;
}

.rec-off-canvas-menu nav > ul > li > a {
	padding-block: .4em !important;
	font-size: 2.8em !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	background: transparent !important;
	outline: none !important;
}

.rec-off-canvas-menu nav > ul > li > a:hover {
	line-height: 1.1 !important;
}

@media screen and (max-width: 600px) {
	.rec-off-canvas-menu nav > ul > li > a {
		font-size: 1.8em !important;
	}
}

.rec-off-canvas-menu .e-font-icon-svg {
	fill: #fff;
}

.rec-off-canvas-menu .sub-menu li a {
	padding-inline: 1em !important;
}

.e-off-canvas .gfield--type-checkbox label {
	font-size: 1em;
}

.video-section > .e-con-inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.video-section-video {
	grid-column: 1/-1;
	grid-row: 1/-1;
}

.video-section-search {
	grid-column: 1/-1;
	grid-row: 1/-1;
}

#content.site-content {
	z-index: 2;
}

.site-main {
	background: var(--rec-color-white);
}

.site-content {
	padding-top: 0;
}

footer {
	color: var(--rec-color-white);
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

footer * {
	color: var(--rec-color-white);
}

footer a {
	color: var(--rec-color-white);
}

footer a:hover {
	color: var(--rec-color-white);
}

footer .site-primary-footer-wrap {
	padding-block: 7em;
}

footer .site-primary-footer-wrap .site-primary-footer-inner-wrap {
	grid-template-columns: 2fr repeat(2, 1fr) 1.5fr;
	gap: 1em;
}

footer .entry-title, footer .widget-title {
	color: var(--rec-color-white);
}

footer .widget-title {
	text-transform: uppercase;
}

footer h6 {
	text-transform: none;
}

footer .epl-pro-site-logo {
	width: 296px;
}

.ast-footer-copyright {
	color: var(--rec-color-white);
}

.footer-join-form_wrapper .footer-join-form .gform_fields {
	display: flex;
}

.footer-join-form_wrapper .footer-join-form .gform_fields > * {
	flex: 1;
}

.footer-join-form_wrapper .footer-join-form .gform_fields .gfield input {
	height: 40px;
	padding: .5em 0;
	width: 100%;
	background: transparent;
}

.footer-join-form_wrapper .footer-join-form .gform_fields .gfield--type-email {
	flex-basis: 70%;
}

.footer-join-form_wrapper .footer-join-form .gform_fields .gfield--type-email input {
	box-shadow: none;
	border: none;
	color: var(--rec-color-white);
}

.footer-join-form_wrapper .footer-join-form .gform_fields .gfield--type-submit {
	flex-basis: 30%;
}

.footer-join-form_wrapper .footer-join-form .gform_fields .gfield--type-submit input {
	text-align: center;
	color: var(--rec-color-white);
	font-weight: 600;
	border-style: none;
}

.footer-join-form_wrapper .footer-join-form .gform_footer {
	display: none;
}

.footer-join-form_wrapper .footer-join-form ::placeholder {
	color: var(--rec-color-white);
}

@media screen and (min-width: 768px) {
	.site-content {
		margin-bottom: 600px;
	}
	
	.elementor-location-footer {
		position: fixed;
		bottom: 0;
		margin-top: 200px;
		left: 0;
		right: 0;
	}
}

.elementor-editor-active #query-monitor-main {
	display: none !important;
}

.site-main {
	background: var(--rec-color-white);
}

.site-content {
	padding-top: 0;
}

.rec-gravity-form-on-black .gsection_title {
	color: var(--rec-color-white);
}

.rec-gravity-form-on-black .gfield_label {
	color: var(--rec-color-white);
}

.rec-gravity-form-on-black .gsection_description {
	color: var(--rec-color-white);
}

.rec-gravity-form-on-black .gfield {
	color: var(--rec-color-white);
}

.rec-gravity-form-on-black .gfield_description {
	color: var(--rec-color-white);
}

.rec-gravity-form-on-black .gform-field-label {
	color: var(--rec-color-white);
}

.rec-gravity-form-on-black .gform_confirmation_message {
	color: var(--rec-color-white);
}

.rec-custom-categories-list h5 {
	display: none;
}

ul.rec-custom-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rec-categories-list ul.rec-custom-categories-list .category-item {
	display: flex;
	justify-content: space-between;
	background: url("https://www.companyre.com.au/nitropack_static/hGHUOiMDOzcROHPDlHMXWAVTYavdkFMQ/assets/images/optimized/rev-9140569/www.companyre.com.au/wp-content/themes/astra-child-companyre/rec-project/assets/images/articles-dotted-line.png") repeat-x center center;
	line-height: 2.5;
	font-size: 1.1em;
	color: #aaa;
}

.rec-categories-list ul.rec-custom-categories-list .category-item.nitro-lazy {
	background-image: none !important;
}

.rec-categories-list ul.rec-custom-categories-list .category-item .post-name {
	color: var(--rec-color-primary);
	background: var(--rec-color-white);
	display: inline-block;
	padding-right: 10px;
}

.rec-categories-list ul.rec-custom-categories-list .category-item .post-count {
	background: var(--rec-color-white);
	display: inline-block;
	min-width: 25px;
	text-align: right;
}

.rec-categories-buttons ul.rec-custom-categories-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1em;
	justify-content: space-between;
}

.rec-categories-buttons ul.rec-custom-categories-list .category-item {
	flex: 1;
	display: flex;
	align-items: center;
	background: var(--rec-color-tint);
}

.rec-categories-buttons ul.rec-custom-categories-list .category-item .post-name {
	flex: 1;
	color: var(--rec-color-primary);
	display: block;
	padding: 2em 1em;
	text-align: center;
	line-height: 1.2;
}

.rec-categories-buttons ul.rec-custom-categories-list .category-item .post-count {
	display: none;
}

.e-loop-item .elementor-widget-image a img[src$=".svg"] {
	width: 100%;
}
