/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* hides contact in the menu in lg screens */

@media (min-width: 1024px) {
    .menu-item-3680 {
        display: none !important;
    }
}

#gform_submit_button_1 {
    background-color: #004369; 
    width: 25% !important;
    display: block;
    margin: 0 auto; /* Centers horizontally */
}


#gform_submit_button_1:hover {
    background-color: hsla(var(--awb-color5-h), var(--awb-color5-s), calc(var(--awb-color5-l) - 8%), var(--awb-color5-a));
}

#gform_1 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* Hide About and Reviews menu items on non-homepages
body:not(.home) a[href*="#about"],
body:not(.home) a[href*="#reviews"] {
    display: none;
}

 */





