/*
 Theme Name:   Triatlon Geel
 Theme URI:    https://www.madeit.be
 Description:  Triatlon Geel child theme of Made I.T.
 Author:       Made I.T.
 Author URI:   https://www.madeit.be
 Template:     madeit
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  triatlongeel
*/

#secondary > .card {
    width: 100%;
}

body {
    padding-top: 52px;
}

.heading-links > a, .heading-links > span {
    margin-left: 20px;
    margint-right: 20px;
}

.home #post-8 .entry-title, .post-78 > .container > .row > .col-sm > .entry-header > .entry-title {
    display: none;
}

.single-featured-image-header .site-branding-text {
    position: absolute;
    left: 0;
    bottom: 15%;
    top: inherit;
    width: 100%;
}

.single-featured-image-header .site-branding-text  h1 {
    font-size: 12vw;
    background-color: rgba(255, 255, 255, 0.6);
	color: #d13b36 !important;
    width: 100%;
    text-align:center;
    font-family: 'PT Sans', sans-serif;
	padding: 0;
}
@media (min-width: 768px) {
	.single-featured-image-header .site-branding-text  h1 {
        padding: 30px 0;
	}
}
.single-featured-image-header .site-branding-text .site-title {
	display: block;
}

.single-featured-image-header .site-branding-text .site-description {
	display: none;
}