/* 
Theme Name: Golazo Theme - Plage Cross
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-plagecross
*/

/*
    Add your custom styles here
*/

.intro{
    min-height: 750px;
    height: calc(100vh - 90px);
    background: none;
}

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

#hero .glz_social_media_bar_block i{
    font-size: 38px;
}

.glz-eventscalendar-tiles{ 
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.glz-eventscalendar-tiles .glz-event{ 
    width: 50%;
    background-color: #e3e3e3;
    padding: 10px;
    color: black;
    border: 2px solid white;
}

.glz-eventscalendar-tiles .glz-event a{
    color: black;
    text-decoration: none;
}

.glz-eventscalendar-tiles .glz-event:hover{
    background-color: #0061AE;
}

.glz-eventscalendar-tiles .glz-event  .event-date i,
.glz-eventscalendar-tiles .glz-event  .event-city i {
    margin-right: 5px;
}

.glz-eventscalendar-tiles .glz-event  .event-date,.glz-eventscalendar-tiles .glz-event .event-city {
    font-size: 12px;
}

.glz-eventscalendar-tiles .glz-event  h5{
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px){
    .intro{
        min-height: 450px;
    }
    
    .intro .intro-title img {
        display: block;
    }
}
