/* 
Theme Name: Golazo Theme - Brussels Airport Marathon
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-brusselsairportmarathon
*/

/*
    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;
}

.tracks .track-info{
    background: #ffffff;
}

.tracks .track-info .track-heading{
    padding: 10px 20px;
}

.tracks .track-info .track-heading .menu-icon{
    color: #C30F19;
    line-height: 45px;
}

.tracks .track-info .track-heading .menu-logo{
    height: 40px;
}

.tracks .track-info .track-heading .menu-logo img{
    max-height:  40px;
}

.tracks .track-info .track-body .nav li,
.tracks .track-info .track-heading{
    border-bottom-color:  #2D3C56;
}

.tracks .track-info .track-body .nav li:hover,
.tracks .track-info .track-body .nav li.active,
.tracks .track-info .track-body .nav li.active a{
    background-color: #C30F19;
}

.tracks .track-info .track-body .nav li:hover a h3 small{
    color:  #ffffff;
}

.tracks .track-info .track-body .nav li a h3,
.tracks .track-info .track-body .nav li a h3 small{
    color: #2D3C56;
}

.tracks .track-info .track-body .nav li.active a h3,
.tracks .track-info .track-body .nav li.active a h3 small{
    color:  #ffffff;
}


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