/* 
Theme Name: Golazo Theme - Urban Trail Mechelen
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-urbantrailmechelen
*/

/*
    Add your custom styles here
*/

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

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

.glz-eventscalendar-list{
    overflow: auto;
}

.glz-eventscalendar-list table thead th{
    background-color: #3E8442;
    color: #ffffff;
    text-align: left;
}

.glz-eventscalendar-list table thead th.th-register,
.glz-eventscalendar-list table thead th.th-website,
.glz-eventscalendar-list table tbody td.td-register,
.glz-eventscalendar-list table tbody td.td-website{
    text-align:  center;
}

.glz-eventscalendar-list table tbody td a.btn{
    background-color: #3E8442;
    color: #ffffff;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px;
}

.glz-eventscalendar-list table tbody td a.btn i{
    margin-right: 5px;
}

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