/* 
Theme Name: Golazo Theme - We Are Cycling
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-wearecycling
*/

/*
    Add your custom styles here
*/

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

#footer p{
	margin-bottom: 0;
}

.news-carousel h3 a{
	text-decoration: none;
}

/* Instagram feed button */

#sb_instagram .sbi_follow_btn a{
	font-family: "Oswald", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	border-radius: 0;
	padding: 15px 30px;
}

#sb_instagram .sbi_follow_btn a:hover{
	box-shadow: none !important;
	background-color: #24A155 !important;
}

#sb_instagram a:hover{
	opacity: 0.6 !important;
}

/* Intro buttons and logo */

.intro{
	background: none;
	position: static;
	display: block;
}

.intro .intro-body{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.intro-buttons{
	  position: absolute;
    bottom: -50px;
    width: 100%;
	margin-top: 0;
	    z-index: 2;
}

.intro-buttons a.btn{
	    min-width: 250px;
    height: auto;
	background-color: rgba(231, 48, 44, 0.8);
	    margin: 0 5px;
	padding: 15px 30px;
    text-align: left;
}

.intro-buttons a.btn:hover{
	background-color: rgba(231, 48, 44, 1);
}

.intro-buttons a.btn h4{
	color: white;
	margin-top: 0;
}

.intro-buttons a.btn p{
	margin-bottom: 0;
}

.intro .intro-title img{
	position: absolute;
    left: -50px;
    top: 50px;
}

/* Partners */

.block-partner-logo-bar .flexslider .slides img{
		max-height: 50px;
	}

.glz_partner_group_block a{
	    border: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin: 10px;
}


.block-partner-logo-bar .flexslider .slides img{
 -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
}


.block-partner-logo-bar .flexslider .slides .item a:hover img{
  filter: none !important;
}

/* Forms */

.gform_required_legend{
	display:none;
}

.elementor-popup-modal .dialog-close-button, .elementor-cta--skin-cover .elementor-cta{
	text-decoration: none;
}


@media only screen and (max-width: 992px){
		.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium{
		width: 100%;
	}
	
		.intro-buttons{
		left: 0;
    padding: 0 15px;
	}
	
	.intro-buttons a.btn{
	    min-width: 0;
	    margin: 10px;
}
	
	.intro-buttons a.btn h4{
	    margin-bottom: 0;
}
	
}

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

.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium{
		width: 100%;
	}
	
	.glz_partner_group_block a{
		margin: 10px 0;
	}
	
	.intro-buttons{
		left: 0;
    padding: 0 15px;
	}
	
	.intro-buttons a.btn{
	    min-width: 0;
	    margin: 10px;
}
	
	.intro-buttons a.btn h4{
	    margin-bottom: 0;
}
	
}