/*
Theme Name: TTV Borne
Description: Child theme van WPJ
Author: Matthijs van Noort
Template: jumpstart
*/

html,body {
	-webkit-font-smoothing: antialiased;
}

/* Make the content go full width on any device */ 
#main .wrap.clearfix {
	max-width: 1500px;
}

.wpcf7 label {
display:block;
}

.header-top-nav a, .header-text-logo .tb-text-logo a {
    text-decoration: none;
    color: white;
}

.tb-primary-menu ul.sub-menu .menu-btn, .tb-primary-menu .mega-section-header {
font-size: 14px;
font-weight: bold;
}

@media (max-width: 767px) {
.list-wrap article.has-thumbnail {
    padding-left: 30px;
}
	.site-breadcrumbs {
    display: block;
}
}

@media (min-width: 1150px) {
.widgets-above-header > .wrap,
.widgets-below-footer > .wrap,
.header-top > .wrap,
.header-content > .wrap,
.header-nav > .wrap,
.tb-mobile-header > .wrap,
.tb-sticky-header > .wrap,
.site-breadcrumbs > .wrap,
.site-inner > .wrap,
.element-section > .element,
.element.popout .jumbotron-wrap,
.footer-content > .wrap,
.site-copyright > .wrap,
.tb-fw-narrow .element-section > .element-blog,
.tb-fw-narrow .element-section > .element-post_list,
.tb-fw-narrow .element-section > .element-current {
	margin-right: auto;
	margin-left: auto;
	max-width: 1500px;
}
}

#custom-bottom a {
    color: #c8d4ea;
    font-weight: 600;
}

#custom-bottom a:hover {
    color: #fff;
}

.site-main h1, .site-main h2 {
    color: #4671b0;
}