/* 
Theme Name: Golazo Theme - Antwerp 10 Miles
Theme URI: https://golazo.com
Description: Hello, thank you for using our theme. For any help or support, please feel free to contact us at tech@golazo.com
Author: Golazo
Author URI: https://golazo.com
Template: golazo-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: golazo-theme-antwerp10miles
*/

/*
    Add your custom styles here
*/

.intro .intro-title img {
    max-height: 240px;
}

.elementor-nav-menu li.visible-xs{
    display: none !important;
}

.elementor-nav-menu li.menu-item-special a.has-submenu{
    color: #00427A !important;
}

#popup-groepsinschrijving h3{
    text-align: center;
}

#popup-groepsinschrijving p, #popup-groepsinschrijving ul li{
    font-size: 16px;
}

#popup-groepsinschrijving h3{
    text-align: center;
}

#popup-groepsinschrijving .gform_wrapper.gravity-theme .gform_page_footer{
    text-align: center;
}

#popup-groepsinschrijving  [type=button], [type=submit], button{
    border-color: #00427A;
}

#popup-groepsinschrijving  [type=button]:hover, #popup-groepsinschrijving [type=submit]:hover{
    border-color: #7FC349;
}

/* Hero Scrolldown arrow */

.intro .intro-scrolldown-arrow{
	position: relative;
    margin-top: 80px;
font-size: 25px;
}

.intro .intro-scrolldown-arrow .fa-circle{
 	color: #ffcc00;
}

.intro .intro-scrolldown-arrow .fa-angle-double-down{
 	color: #ffffff;
}

.intro .intro-scrolldown-arrow .fa-stack:hover .fa-circle{
	color: #ffffff;
}

.intro .intro-scrolldown-arrow .fa-stack:hover .fa-angle-double-down{
 	color: #ffcc00;
}


@media only screen and (max-width: 767px) {
    .elementor-nav-menu li.visible-xs{
        display: block !important;
    }
}