/*
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-inner > .elementor-widget-wrap {
	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;
}
.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;
}
.link-cover-2.elementor-widget .elementor-button-link::before,
.link-cover-2.elementor-widget a::before {
    bottom: -999em;
    content: "";
    left: -999em;
    position: absolute;
    right: -999em;
    top: -999em;
}
.link-cover-2.elementor-widget .elementor-button-link,
.link-cover-2.elementor-widget a {
    position: relative;
}
.elementor-editor-active .link-cover-2.elementor-widget .elementor-button-link::before,
.elementor-editor-active .link-cover-2.elementor-widget .a::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-top-section,
.archive-equalheight .elementor-post .elementor-top-section > .elementor-container,
.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;
}
.valign-top .elementor-icon-list-item,
.valign-top .elementor-icon-list-item a {
    align-items: flex-start;
}
.elementor-widget-wrap > .elementor-element.elementor-inner-section.section-width-auto {
    width: auto;
}

/***
    Global Styles
***/
.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
***/
.elementor-default .link-decoration-none a {
	text-decoration: none;
}
.sidebar-filter .searchandfilter > ul > li {
    margin: 35px 0 0;
    padding: 0;
}
.sidebar-filter .searchandfilter > ul > li:first-child {
    margin-top: 0;
}
.sidebar-filter h4 {
	font-family: var(--e-global-typography-text-font-family);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
    line-height: 1.4em;
}
.elementor-default .elementor-pagination a {
	color: var(--e-global-color-e580030);
	text-decoration: none;
}
.elementor-default .elementor-pagination a,
.elementor-default .elementor-pagination span {
	border-bottom: 3px solid rgba(0,0,0,0);
    padding: 0 5px 10px;
}
.elementor-default .elementor-pagination .current,
.elementor-default .elementor-pagination a:hover {
	border-bottom-color: var(--e-global-color-accent);
}
.ja-job-search select {
    background-color: #fff;
}
.ja-job-search select,
.ja-job-search input[type="text"] {
    height: 50px;
}
.ja-job-search .ja-form {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.ja-job-search .ja-form .ja-field-container,
.ja-job-search .ja-form .ja-submit {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 10px;
}
.ja-job-search .ja-form .ja-field-container label {
    height: 28px;
}
.ja-job-search .ja-form .ja-submit input.ja-button {
    display: block;
    font-size: 1.7em;
    height: 50px;
    line-height: 1.323529em;
    padding: 5px 30px;
    width: 100%;
}
.ja-job-list-container {
    margin-top: 50px;
}
.ja-job-list .job {
    border-top: 1px solid #E8E7E7;
    margin-top: 30px;
    padding-top: 30px;
}
.ja-job-list .job:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.job .title {
    font-size: 32px;
    margin: 0;
}
.job .title a {
    text-decoration: none;
}
#ja-jobs-widget .classifications {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ja-jobs-widget .classifications li::before {
    content: "- ";
}
#ja-jobs-widget .meta {
    display: flex;
    flex-wrap: wrap;
}
#ja-jobs-widget .meta > * {
    flex: 0 0 100%;
}
#ja-jobs-widget .date-posted {
    font-size: 15px;
    font-style: italic;
    margin-top: 10px;
    order: -1;
}
#ja-jobs-widget a {
	color: #00a6b6 !important;
}
.job .summary,
.ja-job-details .description {
    margin: 20px 0;
}
.ja-job-details .apply {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.ja-job-details input.ja-button {
    font-size: 1.7em;
    height: 50px;
    line-height: 1.323529em;
    padding: 5px 30px;
}
.ja-job-details .back-link {
    flex: 0 0 100%;
    margin-top: 20px;
    order: 2;
}
body.single-project .elementor-location-single .elementor-widget-text-editor ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
body.single-project .elementor-location-single .elementor-widget-text-editor ul li::before {
    background-color: var(--e-global-color-446e8b1);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px;
}
body.single-project .elementor-location-single .elementor-widget-text-editor.bullet-white ul li::before {
    background-color: var(--e-global-color-cba47de);
}
body.single-project .elementor-location-single .elementor-widget-text-editor ul li {
    margin: 12px 0;
    padding-left: 30px;
    position: relative;;
}
.text-align-left .elementor-button {
    text-align: left;
}
.team-special-interest ul {
    list-style: none;
    margin: -5px 0 0;
    padding: 0;
}
.team-special-interest ul li::before {
    color: var(--e-global-color-446e8b1);
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-size: 19px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 5px;
}
.team-special-interest ul li {
    font-weight: 600;
    margin: 5px 0;
    padding: 5px 0 5px 34px;
    position: relative;
}
.team-list .elementor-posts {
    margin-top: -27px;
}
.team-list .elementor-posts .row-start {
    grid-column-start: 1;
    grid-column-end: 5;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 27px 0 -10px;
}
.elementor-widget-wrap > .elementor-element.blog-list-item-info {
	max-width: calc(100% - 20px);
}
.team-filter .searchandfilter ul {
    display: flex;
}
.team-filter .searchandfilter ul li {
    margin-left: 18px;
}
.team-filter .searchandfilter ul li:first-child {
    margin-left: 0;
}
.team-filter select {
    background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    height: 49px;
}
.juicer-feed.night li.feed-item {
    background-color: #002e6a !important;
}
.juicer-feed.night .j-poster-meta {
	background-color: #1f1f1f !important;
}
.team-list-photo .elementor-widget-container::before,
.team-list-photo .elementor-widget-container::after {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s linear;
}
.team-list-photo .elementor-widget-container::before {
    background: rgba(58, 161, 166, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.team-list-photo .elementor-widget-container::after {
    color: #fff;
    content: "Read Bio";
    font-size: 22px;
    font-weight: 500;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.team-list-item:hover .team-list-photo .elementor-widget-container::before,
.team-list-item:hover .team-list-photo .elementor-widget-container::after {
    opacity: 1;
    visibility: visible;
}
.team-list-photo .elementor-widget-container {
    position: relative;
}
.elementor-kit-7 button,
.elementor-kit-7 input[type="button"],
.elementor-kit-7 input[type="submit"] {
    font-size: 1.7em;
    line-height: 1em;
    padding: 13px 30px;
}
.gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1em;
}

@media (max-width: 1024px) {
	.sidebar-filter {
		display: none;
	}
    .filter-toggle .elementor-heading-title::after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        position: absolute;
        right: 0;
        top: 5px;
    }
    .filter-toggle.opened .elementor-heading-title::after {
        content: "\f106";
    }
	.filter-toggle .elementor-heading-title {
        cursor: pointer;
		position: relative;
	}
    .team-list .elementor-posts .row-start {
        grid-column-end: 3;
    }
    .main-mobile-menu .elementor-nav-menu--dropdown .elementor-item,
    .main-mobile-menu .elementor-nav-menu--dropdown .elementor-sub-item {
        justify-content: flex-end;
    }
    .main-mobile-menu .elementor-nav-menu a,
    .main-mobile-menu .elementor-nav-menu a:focus,
    .main-mobile-menu .elementor-nav-menu a:hover {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .ja-job-search .ja-form .ja-field-container,
    .ja-job-search .ja-form .ja-submit {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team-list .elementor-posts .row-start {
        grid-column-end: auto;
    }
    .main-mobile-menu .elementor-nav-menu a,
    .main-mobile-menu .elementor-nav-menu a:focus,
    .main-mobile-menu .elementor-nav-menu a:hover {
        padding-left: 30px;
        padding-right: 30px;
    }
}
