/* 
Theme Name: Golazo Theme - BK Putte
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-bkputte
*/

/*
    Add your custom styles here
*/

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

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

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