/*
 Theme Name:	GO Theme
 Theme URI: 	https://go-creative.com.au
 Author:	    GO Creative
 Author URI:	https://go-creative.com.au
 Template:	    hello-elementor
 Version:	    2.0.0
 Text Domain:	hello-elementor-child
*/

/**************************************************************
	REFERENCE
***************************************************************/

/*	Breakpoints
*************************************/
/*
	max-width   device type
	---------   -----------
	767 px	    phone
	1024 px	    tablet
	xxxx px	    desktop
*/
/*	Colours
*************************************/
/*
	Primary:	#xxxxxx     (colour name)
	Secondary:	#xxxxxx     (colour name)
	Borders:	#xxxxxx     (colour name)
*/

/**************************************************************
	FONTS
***************************************************************/

/* add styles here or remove if not required */

/**************************************************************
	HEADER
***************************************************************/

/* Remove invisible border in submenu 
*************************************/
.go-header .go-menu .sub-menu a {
    border:none !important;
}

/* Animate + fill for chevron arrows
*************************************/
.go-header .go-menu .elementor-item:hover{
	fill:#fff !important;
}
.go-header .go-menu .elementor-item.has-submenu .sub-arrow {
    padding: 10px 10px 10px 10px;
    transition: transform 0.3s ease-out;
    margin-right:-10px;
}
.go-header .go-menu .elementor-item.has-submenu.highlighted .sub-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease-out;
}

/* Mobile dropdown */
.go-header .go-menu .elementor-nav-menu--dropdown .elementor-item:hover, .go-header .elementor-nav-menu--dropdown .elementor-item:focus {
    background-color: var(--e-global-color-primary) !important;
	color: #fff !important;
	fill: #fff !important;
}

/* Hide header icons on as screen size decreases
*************************************/
/* Map */
@media screen and (max-width:480px) {
    .go-header .go-header-icons .elementor-inline-item:first-child {
        display:none;
    }
}
/* Phone */
@media screen and (max-width:420px) {
    .go-header .go-header-icons {
        display:none;
    }
}


/**************************************************************
	FOOTER
***************************************************************/

/* add styles here or remove if not required */

/**************************************************************
	PAGES
***************************************************************/

/* Elementor text editor padding
*************************************/
.elementor-widget-text-editor ul {
	padding-bottom:20px;
}
.elementor-widget-text-editor h2, h3, h4, h5, h6 {
	padding-top:20px;
}

/**************************************************************
	GRAVITY FORMS
***************************************************************/

.gform_heading .gform_required_legend {
    display: none !important;
}

.gfield_label.gform-field-label {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: var(--e-global-color-text) !important;  
}

.gform_button {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background-color: var(--e-global-color-primary) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 4px 4px 4px 4px !important;
    padding: 18px 32px 18px 32px !important;
}