/*
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;
}
.gradient_text .elementor-heading-title {
    background: #B57634;
    background: -webkit-linear-gradient(to right, #dbaf4e 0%, #e9cd82 100%);
    background: -moz-linear-gradient(to right, #dbaf4e 0%, #e9cd82 100%);
    background: linear-gradient(to right, #dbaf4e 0%, #e9cd82 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service_wrap .elementor-element-populated a {
    background-image: linear-gradient(to right, #dbaf4e , #e9cd82);
    border: none !important;
    padding: 7px 19px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px !important;
}
.service_wrap .elementor-element-populated a:hover {
    background-image: linear-gradient(to right, #e9cd82 , #dbaf4e );
}
#book_consultant2 {
    background-image: linear-gradient(to right, #dbaf4e , #e9cd82) !important;
    border: none !important;
    color: #fff !important;
}
#book_consultant2:hover {
    background-image: linear-gradient(to right, #e9cd82 , #dbaf4e) !important;
    border: none !important;
}