/*
Theme Name: G'day Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: G'day theme is a child theme of Hello Elementor, created by the Excitemedia team
Author: Excitemedia
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: gday-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/***
    EM Utility classes
***/
:is(h1,h2).inner-banner-text {
    font-size: 2.5rem;
}

.em-center-v {
    display: flex;
}

.gday-col-reverse .elementor-container {
    flex-wrap: wrap-reverse;
 }

 /* Colour the gravityforms required to use the accent colour */
.gform_wrapper .gfield_required {
    color: var(--e-global-color-cba47de);
}

/* Remove default gravityforms submit button border */
[type="button"], [type="submit"], button {
    border: none;
}

/***
    Search and Filter Styles
***/
.sf-input-text {
    background: var( --e-global-color-primary );
    border-radius: 20px !important;
    color: #fff;
    border: none !important;
}

.sf-input-radio {
    display: none;
}

.searchandfilter ul {
    padding: 0;
}

.sf-label-radio {
    cursor: pointer;
    font-weight: 600;
    position: relative;
}

.sf-label-radio:hover,
.sf-option-active .sf-label-radio {
    color: var(--e-global-color-cba47de);
}

.sf-option-active .sf-label-radio::before {
    content: "";
    background: #fff;
    width: 9px;
    height: 9px;
    position: absolute;
    left: -4px;
    border-radius: 50px;
    border: 3px solid;
    top: 4px;
}

/***
    Global Classes
***/
.p-last-mb-0 p:last-child {
	margin-bottom: 0;
}
body:not(.elementor-editor-active) .section-position-static > .elementor-container,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-row > .elementor-column,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-column,
body:not(.elementor-editor-active) .section-position-static > .elementor-container > .elementor-column > .elementor-widget-wrap {
	position: static;
}
.overflow-hidden {
	overflow: hidden;
}
.translate-y {
    	-webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.translate-ny {
    	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.translate-x {
    	-webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.translate-nx {
    	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.link-cover.elementor-widget {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.link-cover.elementor-widget > .elementor-widget-container,
.link-cover.elementor-widget > .elementor-widget-container > .elementor-button-wrapper {
	height: 100%;
}
.link-cover.elementor-widget .elementor-button-link {
	background: none;
	display: block;
	font-size: 0;
	height: 100%;
	line-height: 0;
	opacity: 0;
	text-indent: -999em;
	width: 100%;
}
.link-cover.elementor-widget .elementor-button-link:hover,
.link-cover.elementor-widget .elementor-button-link:focus {
	background: none;
}
.link-cover-2.elementor-widget .elementor-button-link::before {
	bottom: -999em;
	content: "";
	left: -999em;
	position: absolute;
	right: -999em;
	top: -999em;
}
.link-cover-2.elementor-widget .elementor-button-link {
	position: relative;
}
.elementor-editor-active .link-cover.elementor-widget {
	position: static;
}
.elementor-editor-active .link-cover.elementor-widget .elementor-button-link {
	font-size: 16px;
	line-height: 1.2em;
	opacity: 1;
	text-indent: 0;
}
.elementor-editor-active .link-cover-2.elementor-widget .elementor-button-link::before {
	display: none;
}
.fw-100,
.fw-100.elementor-widget-text-editor {
    font-weight: 100;
}
.fw-200,
.fw-200.elementor-widget-text-editor {
    font-weight: 200;
}
.fw-300,
.fw-300.elementor-widget-text-editor {
    font-weight: 300;
}
.fw-400,
.fw-400.elementor-widget-text-editor {
    font-weight: 400;
}
.fw-500,
.fw-500.elementor-widget-text-editor {
    font-weight: 500;
}
.fw-600,
.fw-600.elementor-widget-text-editor {
    font-weight: 600;
}
.fw-700,
.fw-700.elementor-widget-text-editor {
    font-weight: 700;
}
.fw-800,
.fw-800.elementor-widget-text-editor {
    font-weight: 800;
}
.fw-900,
.fw-900.elementor-widget-text-editor {
    font-weight: 900;
}
.fs-minus-1 {
    font-size: calc(var( --e-global-typography-text-font-size ) - 1px);
}
.fs-minus-2 {
    font-size: calc(var( --e-global-typography-text-font-size ) - 2px);
}
.fs-minus-3 {
    font-size: calc(var( --e-global-typography-text-font-size ) - 3px);
}
.fs-minus-4 {
    font-size: calc(var( --e-global-typography-text-font-size ) - 4px);
}
.fs-plus-1 {
    font-size: calc(var( --e-global-typography-text-font-size ) + 1px);
}
.fs-plus-2 {
    font-size: calc(var( --e-global-typography-text-font-size ) + 2px);
}
.fs-plus-3 {
    font-size: calc(var( --e-global-typography-text-font-size ) + 3px);
}
.fs-plus-4 {
    font-size: calc(var( --e-global-typography-text-font-size ) + 4px);
}
.dot-nav-none .swiper-pagination-bullets,
.dot-nav-tablet .swiper-pagination-bullets,
.dot-nav-mobile .swiper-pagination-bullets {
	display: none;
}
.sfm-rollback {
    display: none;
}
body.elementor-default .button-link .elementor-button {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    color: var(--e-global-color-primary);
    padding: 0;
}
body.elementor-default .button-link .elementor-button:hover {
    box-shadow: none;
}
.button-link .elementor-button-link {
    vertical-align: top;
}
.button-link .elementor-button-icon {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.button-link .elementor-button-icon svg {
    width: auto;
}
.archive-equalheight .elementor-post > .elementor,
.archive-equalheight .elementor-post > .elementor > .elementor-section-wrap,
.archive-equalheight .elementor-post > .elementor > .elementor-section-wrap > .elementor-section,
.archive-equalheight .elementor-post > .elementor > .elementor-section-wrap > .elementor-section > .elementor-container {
    height: 100%;
}
.el-eq-center .elementor-widget-container {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.valign-top .elementor-icon,
.valign-top .elementor-button-icon svg {
    vertical-align: top;
}
.elementor-widget-wrap > .elementor-element.elementor-inner-section.section-width-auto {
    width: auto;
}

/***
    Global Styles
***/
.elementor-location-header,
body > main.site-main,
body > .elementor,
.elementor-location-footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}
.elementor-container.elementor-column-gap-wide .elementor-row {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.elementor-container.elementor-column-gap-extended > .elementor-row {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
}
.elementor-widget-wrap > .elementor-element.elementor-inner-section {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

@media (min-width: 768px) {
    body .dot-nav-mobile .swiper-container {
        padding-bottom: 0;
    }
}

@media (min-width: 1025px) {
    body .dot-nav-tablet .swiper-container {
        padding-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .dot-nav-tablet .swiper-pagination-bullets {
        display: block;
    }
    .sfm-rollback {
        display: block;
        width: 0;
    }
}

@media (max-width: 767px) {
    .equalHeight > .elementor-container,
	.equalHeight > .elementor-widget-container,
	.equalHeight.equalHeight-inner > .elementor-container > *,
	.equalHeight.equalHeight-inner > .elementor-widget-container > *,
	.equalHeight.equalHeight-parent {
		min-height: 1px !important;
	}
    .dot-nav-mobile .swiper-pagination-bullets {
        display: block;
    }
}

/***
    Custom Styles
***/
.valign-top .elementor-icon {
    vertical-align: top;
}
body.elementor-default .button-ghost-white .elementor-button {
    background-color: rgba(0,0,0,0);
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
}
body.elementor-default .button-black .elementor-button {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}
body.elementor-default .button-grey .elementor-button {
    background-color: #88898C;
    border-color: #88898C;
}
body.elementor-default .button-black .elementor-button:hover,
body.elementor-default .button-grey .elementor-button:hover {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}
body.elementor-default .button-style-2 .elementor-button {
    border-radius: 0;
    font-family: var(--e-global-typography-04af08c-font-family);
    font-size: 32px;
    font-weight: normal;
    letter-spacing: -0.01em;
    padding-bottom: 10px;
    padding-top: 12px;
}
body.elementor-default .button-full-width .elementor-button {
    width: 100%;
}
body .elementor .image-full-left,
body .elementor .image-full-right {
    bottom: 0;
    position: absolute;
    top: 0;
    width: auto;
}
body .elementor .image-full-left {
    left: 0;
    right: calc(50% + 40px);
}
body .elementor .image-full-right {
    left: 50%;
    right: 0;
}
body .elementor .image-full-left .elementor-widget-container,
body .elementor .image-full-right .elementor-widget-container {
    height: 100%;
}
body .elementor .image-full-left img,
body .elementor .image-full-right img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.colour-white {
    color: var(--e-global-color-cba47de);
}
.portal-list .elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.portal-list .elementor-icon-list-items li a {
    background: #EDEDED;
    justify-content: center;
    height: 100%;
    min-height: 98px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    transition: all .3s linear;
}
.portal-list .elementor-icon-list-items li a:hover {
    background: var(--e-global-color-primary);
}
.list-icon-auto.elementor-widget .elementor-icon-list-icon i {
    width: auto;
}
.back-to-home.elementor-widget .elementor-icon-list-icon {
    padding-bottom: 4px;
}
.btns-style-2 .elementor-button {
    text-align: left;
}
.table-style-1 table {
    border-spacing: 7px;
}
.table-style-1 table thead th,
.table-style-1 table thead td {
    background-color: var(--e-global-color-secondary);
    color: #fff;
    font-family: var(--e-global-typography-04af08c-font-family);
    font-size: 24px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.table-style-1 table th,
.table-style-1 table td {
    border: none;
    border-top: 7px solid var(--e-global-color-76b537e);
}
.table-style-1 table tbody > tr > td,
.table-style-1 table tbody > tr > th,
.table-style-1 table tbody > tr:nth-child(2n+1) > td,
.table-style-1 table tbody > tr:nth-child(2n+1) > th {
	background-color: #fff;
}
.table-style-1 table tbody > tr > td {
    font-size: 16px;
}
.table-style-1 table tbody > tr > td,
.table-style-1 table tbody > tr > th {
    padding-bottom: 18px;
    padding-top: 18px;
}
.print-this-doc .elementor-share-btn_print {
    padding-left: 50px;
}
.print-this-doc .elementor-share-btn__icon {
    justify-content: flex-start;
    width: 58px;
}
.print-this-doc .elementor-share-btn__icon .fa-print::before {
    background: url(../../uploads/printer.svg) no-repeat center center;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 32px;
    width: 32px;
}
.btn-download .elementor-button-icon {
    position: relative;
    top: 3px;
}
.btn-cloud .elementor-button-icon {
    position: relative;
    top: 4px;
}
.print-this-doc .fa-print {
    position: relative;
    top: 4px;
}
.print-this-doc .elementor-share-btn__title {
    position: relative;
    top: 3px;
}
body #sfm-sidebar .sfm-menu li a,
body #sfm-sidebar .sfm-menu .sfm-chapter,
body #sfm-sidebar .sfm-back-parent {
    font-family: var( --e-global-typography-48d4e68-font-family ), Sans-serif;
    line-height: 1.3em;
}

@media (max-width: 1440px) {
    .portal-list .elementor-icon-list-items {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .portal-list .elementor-icon-list-items li a {
        min-height: 78px;
    }
    .btn-cloud .elementor-button-icon {
        top: 3px;
    }
}

@media (max-width: 1024px) {
    .portal-list .elementor-icon-list-items {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    body.elementor-default .button-style-2 .elementor-button {
        font-size: 24px;
    }
    .valign-middle-tablet .elementor-icon,
    .valign-middle-tablet .elementor-button-icon svg {
        vertical-align: middle;
    }
    .print-this-doc .elementor-share-btn_print {
        padding-left: 20px;
    }
    .print-this-doc .elementor-share-btn__icon {
        width: 52px;
    }
    .print-this-doc .elementor-share-btn__icon .fa-print::before {
        height: 26px;
        width: 26px;
    }
}

@media (max-width: 767px) {
    .translate-nx-mobile {
            -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    body .elementor .image-full-left,
    body .elementor .image-full-right {
        position: static
    }
    body .elementor .image-full-left .elementor-widget-container img,
    body .elementor .image-full-right .elementor-widget-container img {
        height: auto;
    }
    .elementor-widget-wrap > .elementor-element.el-full-right {
        max-width: none;
        width: 100%;
    }
    body .footer-divider {
        display: block;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
    }
    .portal-list .elementor-icon-list-items {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 10px;
    }
    .portal-list .elementor-icon-list-items li a {
        min-height: 60px;
    }
    .nobr-mobile br {
        display: none;
    }
}
.elementor-page-1478 .elementor-post__excerpt p:after {
	content: '...';
}
.elementor-page-1478 .elementor-post__read-more {
	color: #070404;
}
.elementor-page-1478 .elementor-post__read-more:hover {
	color: #faae3e;
}
@media (max-width: 767px) {
	/*
	 * Responsive Table
	*/

	/* Force table to not be like tables anymore */
	.notable, .notable thead, .notable tbody, .notable tfoot, .notable tr, .notable th, .notable td,
	.table-style-1, .table-style-1 thead, .table-style-1 tbody, .table-style-1 tfoot .table-style-1 tr, .table-style-1 th, .table-style-1 td,
	.table-style-2, .table-style-2 thead, .table-style-2 tbody, .table-style-2 tfoot, .table-style-2 tr, .table-style-2 th, .table-style-2 td,
	.shop_table, .shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table th, .shop_table td {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.notable thead tr, .notable th,
	.table-style-1 thead tr, .table-style-1 th,
	.table-style-2 thead tr, .table-style-2 th,
	.shop_table thead tr, .shop_table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-style-1.table-heading-show thead tr,
	.table-style-1.table-heading-show th {
		position: initial;
		width: 100%;
		display: block;
	}
	.table-style-1 tr {
		display: block;
	}
	.table-style-2 tr {
		border-top: 1px solid #e5e5e5;
	}
	.table-style-2 tbody tr:first-child {
		border-top: none;
	}
	.notable td,
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		/* Behave like a "row" */
		border: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
		text-align: left;
		white-space: normal;
		width: 100% !important;
	}
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		display: block;
		font-weight: bold;
		text-align:left;
		width: 100%;
		white-space: normal;
	}
	/* Label the data */
	.notable td:before,
	.table-style-1 td:before,
	.table-style-2 td:before,
	.shop_table td:before {
		content: attr(data-heading);
	}

	/* Custom Style */
	.shop_table tr {
		border-top: 1px solid #e5e5e5;
	}
	.shop_table tbody tr:first-child {
		border-top: none;
	}
	.table-style-1 td,
	.table-style-2 td,
	.shop_table td {
		padding: 0 10px 10px !important;
		width: auto !important;
	}
	.shop_table td {
		border-top: none !important;
	}
	.table-style-1 tr td:first-child,
	.table-style-2 tr td:first-child,
	.shop_table tr td:first-child, .shop_table tr th:first-child {
		padding-top: 10px !important;
	}
	.table-style-1 table td {
		border-top: 0;
	}
	.table-style-1 table tr:not(:first-of-type) {
		border-top: 7px solid var(--e-global-color-76b537e);
	}
}
