/* 
Theme Name: Golazo Theme - Gent-Wevelgem Cyclo
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-gentwevelgemcyclo
*/

/*
    Add your custom styles here
*/

.glz_social_media_bar_block a{
    color: #000000; 
}

.glz_social_media_bar_block a:hover{
    color: #737373;
}

/* Hero */

.intro {
    min-height: 750px;
}

.intro .intro-title h1{
    background: RGBA(255,165,0,0.8);
    display: inline-block;
    padding: 4px 14px;
}

.intro .intro-title h3{
    font-size:  2.3rem;
}

/* Footer */

.footer .glz_social_media_bar_block a{
    font-size: 35px;
    color: #737373;
}

.footer .glz_social_media_bar_block a:hover{
    color: #FFA500;
}

/* Tables WP Table Builder */

.wptb-table-container{
    margin: 0 auto !important;
}

#inschrijvingstabel table tr:nth-child(even) td{
    background: #f0f0f0;
}

#inschrijvingstabel table tr:nth-child(odd) td {
    background: #ffffff;
}

#inschrijvingstabel table tr:first-child td,
.tbl-hellingen table tr:first-child td {
    background: #FFA500;
} 

.tbl-hellingen table tr td .wptb-image-container{
    display: inline-block;
    float: left;
    width: 25px;
    margin-right: 10px;
}

.tbl-hellingen table tr td p{
    padding-top: 2px;
}

@media only screen and (max-width: 767px){
    .gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium{
        width:  100%;
    }

    .wptb-table-container table {
        width:  auto !important;
    }

    .wptb-table-container table td p{
        word-break: keep-all !important;
    }
}