/* 
Theme Name: Golazo Theme - Crosscup
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-crosscup
*/

/*
    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: 31%;
    background-color: #e3e3e3;
    color: black;
    margin: 10px;
    position: relative;
}

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

.glz-eventscalendar-tiles .glz-event:hover{
    background-color: #3E90A6;
}

.glz-eventscalendar-tiles .glz-event .event-content{
    padding: 35px;
}

.glz-eventscalendar-tiles .glz-event .event-content img{
    max-width: 60px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.glz-eventscalendar-tiles .glz-event  .event-date{
    font-weight:  bold;
}

.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: 14px;
}

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

.glz-eventscalendar-list table td.td-website{
    text-align: center;
}

.glz-eventscalendar-list table td a.btn-website{
    background-color: #3E90A6;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
}

.glz-eventscalendar-list td.td-name{
    position: relative;
}

.glz-eventscalendar-list td.td-name h6{
    float: left;
    margin: 0;
}

.glz-eventscalendar-list td.td-name img{
    max-height: 35px;
    position: absolute;
    bottom: 8px;
    right: 7px;
}

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