/* 
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;
}

/* BLOG SIDEBAR */
.post-sidebar .elementor-widget-container h5 {
    background-color: #404F63;
    color: #ffffff;
    font-family: "Be Vietnam", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 20px 38px;
	margin: 0;
}
.post-sidebar .elementor-widget-container ul {
    background-color: #F3F3F4;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.post-sidebar .elementor-widget-container ul li:not(:last-child) {
    border-bottom: 1px solid rgba(57,57,70,.10);
}
.post-sidebar .elementor-widget-container ul li a {
    color: #404F63;
    display: block;
    font-family: "Be Vietnam", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 20px 38px;
	text-decoration: none;
}
.post-sidebar .elementor-widget-container ul li a:hover,
.post-sidebar .elementor-widget-container ul li.current-cat a {
	background-color: #cae401;
	color: #404F63;
}
.click-child {
	cursor: pointer;
}
.click-child h3 a {
	text-decoration: none;
}
ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border-left: none;
}
.elementor-section.section-align-left > .elementor-container {
	margin-left: 0;
}

@media (max-width: 1560px) and (min-width: 1441px) {
	.elementor-default .elementor-element.main-header {
		padding-left: 30px;
		padding-right: 30px;
	}
    .elementor-default .elementor-element.logo > .elementor-widget-container {
        margin-right: 40px;
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {
	.elementor-default .elementor-element.main-header {
		padding-left: 0;
		padding-right: 20px;
	}
    .elementor-default .elementor-element.logo > .elementor-widget-container {
        margin-right: 10px;
    }
    .elementor-default .elementor-element.logo img {
        max-width: 110px;
    }
    .elementor-default .elementor-element.main-menu .elementor-nav-menu--main .elementor-item {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .elementor-default .elementor-element.main-menu .elementor-nav-menu--dropdown {
        left: 8px !important;
    }
    .elementor-default .elementor-element.header-phone .elementor-icon-list-item > .elementor-icon-list-text,
    .elementor-default .elementor-element.header-phone .elementor-icon-list-item > a {
        font-size: 18px;
    }
    .elementor-default .elementor-element.header-phone .elementor-icon-list-item .elementor-icon-list-icon i {
        font-size: 16px;
    }
    .elementor-default .elementor-element.header-button .elementor-button {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
	.elementor-section.section-align-left > .elementor-container {
		margin-left: auto;
		margin-right: auto;
	}
}