/**handles:hello-elementor-child-style**/
/*
 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;
    fill: #fff;
}

/* Mobile dropdown */
.go-header .go-menu .elementor-nav-menu--dropdown .elementor-item:hover, .go-header .elementor-nav-menu--dropdown .elementor-item:focus {
    background-color: #F99C06 !important;
	color: #fff !important;
	fill: #fff !important;
}

/* Hide header icons on as screen size decreases
*************************************/


/* Phone Full */
@media screen and (max-width:450px) {
    .go-header-phone-icon-full {
        display:none;
    }
}


/* Phone icon */
@media screen and (max-width:767px) {
    .go-header-phone-icon {
        display:none;
    }
}

@media screen and (max-width:450px) {
    .go-header-phone-icon {
        display:unset;
    }
}

@media screen and (max-width:350px) {
    .go-header-phone-icon {
        display:none;
    }
}

/* Quote button */
@media screen and (max-width:280px) {
    .go-header-quote-button{
        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;
}