/* 
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
***/
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;700;800&display=swap'); 
body.blog .elementor a, body.blog .elementor a:focus {
	outline: none !important;
}
: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;
}

.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%;
}

.cta-eq .elementor-cta__button-wrapper {
    bottom: 35px;
    left: 35px;
    position: absolute;
    right: 35px;
    width: auto;
}
.cta-eq .elementor-cta__description {
    padding-bottom: 58px;
}
.post-archive-eq .elementor-posts .elementor-post__card .elementor-post__thumbnail::before {
    content: "";
    display: block;
    padding-top: 70%;
}
.post-archive-eq .elementor-posts .elementor-post__card .elementor-post__thumbnail img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-algin-left-desktop.elementor-section > .elementor-container {
    margin-left: 0;
    margin-right: 0;
}
.blog-loop-thumb a {
    display: block;
}

@media (max-width: 1440px) {
    .elementor-default .elementor-element.footer-heading .elementor-heading-title {
        font-size: 30px;
    }
    .elementor-default .elementor-element.footer-logos .elementor-image-box-description {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .cta-eq .elementor-cta__button-wrapper {
        position: static;
    }
    .section-algin-left-desktop.elementor-section > .elementor-container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .footer-copyright {
        text-align: center;
    }
    .box-icon-eh-2 .elementor-icon-box-icon,
    .box-icon-eh-2 .elementor-icon-box-title {
        min-height: 1px !important;
    }
}