/*
Theme Name: Belcar Endurance 2018
Author: Hands bvba
Author URI: http://www.hands.be
Description: Belcar Endurance theme for Circuit Zolder by Hands
Version: 1.0
*/
body{
	font-family: "proxima-nova";
	font-size: 16px;
}
h1, h2, h3, .h1, .h2, .h3{
	font-family: 'Ramabhadra', sans-serif;
}
.innerFade{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) -1%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) -1%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) -1%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.noPadding{
	padding: 0;
}
.noPaddingRight{
	padding-right: 0;
}
.marginTopBottom50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mainContent a{
	color: #D41317;
}


/* Header
----- */
.logoImage{
	max-width: 50px;
}
.logo-home{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

/* Navigatie
----- */
nav.navbar{
	padding: 15px 0;
	background: #FFF;
	border-bottom: 4px solid #D41317;
	/*margin-bottom: 30px;*/
}
nav h1{
	font-size: 22px;
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
	padding-top: 5px;
	font-family: "proxima-nova";
}
.logo-home:hover{
	text-decoration: none;
}
.logo-home:hover h1{
	color: #D41317;
	text-decoration: none;
}


 /* FULL SCREEN MODAL STYLES
	-------------------------------------------------- */
	.fullscreen .modal-dialog {
		margin: 0 0 0 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
		padding: 0;
		color: #333;
		min-width: 100%;
	}

	.fullscreen .modal-content {
		height: 100%;
		min-height: 100%;
		border-radius: 0;
		color: #FFF;
		background: rgba(0, 0, 0, 0.8);
		overflow:auto;
	}

	.fullscreen .modal-body ul {
		padding: 50px 0 0 0;
	}

	.fullscreen .modal-body li {
		padding: 10px 0 10px 0 ;
	}

	.fullscreen .modal-body a {
		color: #FFF;
		font-size: 200%;
		font-weight: bold;
		text-transform: uppercase;
	}
	.fullscreen .close{
		color: #FFF;
		font-size: 200%;
		margin: 20px 20px 0 auto;

	}

	@media (max-width: 480px){
		.fullscreen .modal-body ul {
			padding: 30px 0 0 0;
			overflow: auto;
		}

		.fullscreen .modal-body li {
			padding: 4px 0 4px 0 ;
		}

		.fullscreen .modal-body a {
			color: #333;
			font-size: 200%;
			text-transform: uppercase;
			font-weight: 700;
		}
	}

/* Homepagina styles
----- */
/*.cupBlok.historic{
	background: url(img/bg_historic.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
.mainContent{
	background: url(img/background.svg) no-repeat left top -50px;
	background-size: cover;
}
.page-template-page-teams2018 .mainContent{
	background: url(img/background-geenrood.svg) no-repeat left top -50px;
}
.cupBlok{
	position: relative;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.cupBlok .cupImage{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}
.cupBlok .cupInner{
	padding: 30px;
	background: rgba(255,255,255,0.6);
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 10;
}
.cupBlok:hover .cupImage{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: blur(5px);
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
 }
/*.cupBlok:hover .cupInner{
	background: rgba(255,255,255,0.3);
}*/
.cupInner .readMore, .nextEvent .ticketLink, .single-event .ticketLink, .mainContent .moreInfoBtn{
	margin-top: 20px;
	display: inline-block;
	background: #D41317;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out; 
}
.cupInner .readMore:hover, .cupInner .readMore:focus, .nextEvent .ticketLink:hover, .nextEvent .ticketLink:focus, .single-event .ticketLink:focus, .single-event .ticketLink:hover,
.moreInfoBtn:hover, .moreInfoBtn:focus{
	color: #D41317;
	background: #FFF;
	text-decoration: none;
}
.nextEvent{
	background: url(img/banner_events.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}
.nextEvent .ticketLink{
	margin: 30px 30px 10px 0;
}
.nextEvent .ticketLink.timing{
	margin-top: 10px;
}
.nextEvent .goToEventLink{
	margin-top: 140px;
	display: block;
}
.nextEvent .goToEventLink:hover, .nextEvent .goToEventLink:focus{
	text-decoration: none;
}
.nextEvent .goToEventLink:hover h2, .nextEvent .goToEventLink:hover time,
.nextEvent .goToEventLink:focus h2, .nextEvent .goToEventLink:focus time{
	color: #D41317;
}
.nextEvent time{
	display: block;
	color: #FFF;
	text-shadow: 0px 2px 2px rgba(20, 20, 20, 1);
	margin: 0 30px 10px 0;
}
.nextEvent h2{
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(20, 20, 20, 1);
	margin: 0 30px 20px 0;
}
.timingBlok{
	background: url(img/bg_timing.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}
.timingBlok .inner{
	background: rgba(218,33,40,0.7);
	width: 100%;
	height: 100%;
	padding: 50px;
	display:flex;
	align-items:center;
	flex-wrap: wrap;
}
.timingBlok .inner a{
	display: block;
	width: 60%;
	background: #FFF;
	margin: 20px auto;
	padding: 5px 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	color: #D41317;
	font-weight: bold;
}
.timingBlok .inner a span{
	display: inline-block;
	margin-right: 20px;
}
.timingBlok .inner a:hover, .timingBlok .inner a:focus{
	background: #D41317;
	color: #FFF;
	text-decoration: none;
}
.teams{
	background: url(img/bg_teams.png) no-repeat center center;
}
.ranking{
	background: url(img/bg_ranking.png) no-repeat center center;
}
.results{
	background: url(img/bg_results.png) no-repeat center center;
}
.videos{
	background: url(img/bg_videos.png) no-repeat right center;
}
.images{
	background: url(img/bg_images.png) no-repeat center center;
}
.events{
	background: url(img/bg_events.png) no-repeat center top;
}
.teams, .ranking, .results, .videos, .images, .events{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	overflow: hidden;
	padding: 0;
}
.teams .innerFade a, .ranking .innerFade a, .results .innerFade a,
.videos .innerFade a, .images .innerFade a, .events .innerFade a{
	display: block;
	padding: 275px 30px 20px 0;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(20, 20, 20, 1);
	font-size: 20px;
	font-weight: bold;
}
.videos .innerFade a, .images .innerFade a, .events .innerFade a{
	padding-top: 200px;
}
.teams .innerFade a:hover, .ranking .innerFade a:hover, .results .innerFade a:hover,
.videos .innerFade a:hover, .images .innerFade a:hover, .events .innerFade a:hover{
	text-decoration: none;
	transform: scale(1.1);
}
.teams:hover .innerFade, .videos:hover .innerFade{
	background: rgba(0,0,0,.6)
}
.ranking:hover .innerFade, .images:hover .innerFade{
	background: rgba(255,211,0,.6);
}
.results:hover .innerFade, .events:hover .innerFade{
	background: rgba(212,19,23,.6);
}

/* Team: overzichtspagina
----- */
.titelDiv{
	background: #000;
	padding: 20px 0;
	width: 100%;
}
.titelDiv h1{
	margin-left: 20px;
	color: #FFF;
	text-transform: uppercase;
}
.filterBtn{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
	color: #000;
	background: #FFD300;
	text-align: center;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out; 
	font-weight: bold;
	border: none;
}
.filterBtn:hover, .filterBtn:focus{
	color: #FFD300;
	background: #000;
}
.teamFilterRow{
	margin-top: 20px;
	margin-bottom: 20px;
}
.teamName{
	position: relative;
	display: block;
	padding-left: 0;
}
.teamName .imgContainer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.teamName h3{
	background: #D41317;
	padding: 10px;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 0;
}
.teamInfo .social a{
	font-size: 20px;
	color: #D41317;
}
.teamInfo .social{
	padding: 10px 0 20px 0;
}
.teamRow{
	padding-bottom: 120px;
	background: url(img/seperator.png) no-repeat center bottom 40px #FFF;
	border-top: 4px solid #D41317;
	width: 100%;
}

/* Team: detailpagina
**/
.socialLinks h3{
	font-weight: bold;
	text-transform: uppercase;
	font-family: "proxima-nova";
}
.socialLinks{
	font-size: 24px;
}
.teamDetailRow{
	border-top: 4px solid #D41317;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 50px;
}
.innerTeamDetails{
	background: #E7E6E6;
	padding: 20px;
	padding-right: 0;
}
.driversRow h4{
	margin-top: 20px;
	font-weight:bold;
}

/* Subscribe pagina
----- */
.whiteBg{
	background: #FFF;
}
.acf-form .acf-fields{
	display: flex;
	flex-wrap: wrap;
}
.mainContent .acf-button{
	background: #000;
	color: #FFD300;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 5px;
	border-radius: 5px;
}
.af-submit-button{
	margin-top: 10px;
	padding: 10px 20px;
	border: none;
}
.acf-radio-list label{
	font-size: 16px;
}
.akkoord>.af-label{
	display: inline-block;
}
.acf-field.akkoord .acf-label label{
	display: inline-block;
}
.acf-field .acf-input{
	width: 100%;
}

/* Verschillende cup pagina's
*/
.mainContent .subBtn{
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
	display: inline-block;
	background: #D41317;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out; 
}
.subBtn:hover, .subBtn:focus{
	color: #D41317;
	background: #FFF;
	text-decoration: none;
}
.organigram .organiInner{
	border: 2px solid #D41317;
	padding: 10px;
	height: 100%;
}
.organigram h4{
	font-weight: bold;
	margin: 10px 0;
	font-size: 16px;
}
.organigram p{
	color: #D41317;
	font-weight: bold;
}
.organiRow1{
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}
.organiRow2>div:before, .organiRow1>div:after{
	content: "|";
	text-align: center;
}
.organiRow2:after{
	clear: both;
}
.organiRow2{
	padding-bottom: 50px;
}

/* media
**/
.mediarow>div{
	margin-bottom: 30px;
}

/* Single event
**/
.eventDate{
	background: #000;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
.single-event .ticketLink{
	font-weight: bold;
	margin: 10px 0;
	display: block;
}


/* Coming soon pagina
------ */
.soonContent{
	padding: 20px 0;
}
#sbi_images{
	background: #FFF;
}

/* Press
 * ----- */
.mainContent .pressSubBtn{
	display: inline-block;
	padding: 20px 30px;
	background: #FFD300;
	color: #000;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	font-weight:bold;
	margin: 10px 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out; 
}
.mainContent .pressSubBtn:hover{
	background: #000;
	color: #FFD300;
	text-decoration: none;
}


/* Footer
----- */
footer{
	background: #e7e6e6;
	padding: 30px 0 10px 0;
}
footer .row>div{
	display:flex;
	align-items:center;
}
footer .row>div.copy{
	/*justify-content: space-between;*/
	justify-content: center;
}
footer .row>div.social{
	justify-content: flex-end;
	/*flex-direction:column*/
}
footer a{
	color: #333;
	font-weight: bold;
}
footer a:hover, footer a:focus{
	text-decoration: none;
}
footer h4{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	margin-right: 15px;
}
footer .social a{
	font-size: 22px;
	margin: 0 5px 5px;
}
footer .social a:hover{
	color: #D41317;
}
.break{
  flex-basis: 100%;
  width: 0px; 
  height: 0px; 
  overflow: hidden;
}

.logoRow{
	  display:flex;
  align-items:center;
  padding: 20px;
}
.logoRow div img{
	width: 50%;
	margin: 0 auto;
}