/*
Theme Name: Dendrite Child
Theme URI: http://dendrite.neuronthemes.com
Description: This is a child theme of Dendrite
Author: NeuronThemes
Author URI: http://neuronthemes.com
Template: dendrite
Version: 1.1.2
*/

@import url("../dendrite/style.css");


/* Your Custom CSS below */


.td_pdf_download {
	text-align:center;
}
.td_pdf_download h3, .td_pdf_download p, .indicates-required {
	color:#fff;
}

.error404 .error-holder {
    background-color: #194859!important;
}

.box-spacing {
	margin-bottom:30px;
}

.team-box {
	height:360px;
	-webkit-box-shadow: 0px 2px 5px #f0f0f0;
	box-shadow: 0px 2px 5px #f0f0f0;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding: 15px;
	transition: all 0.5s ease;
}

.team-box:hover {
	-webkit-box-shadow: 0px 2px 5px #000f47 ;
	box-shadow: 0px 5px 20px #000f47 ;
	border: 1px solid #000f47 ;
}

.team-box:after {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(0,15,71,0.6) 87%);
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.team-box .number {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
	max-width:45px;
	z-index: 10;
}

.team-box .number p:before {
	content: 'Race No';
	display:block;
	color:#fff;
	font-size:10px;
	text-shadow: 1px 2px 2px #000;
}

.team-box .flag {
	position: absolute;
	bottom: 9px;
	right: 15px;
	max-width:45px;
	z-index: 10;
	text-align:center;
}

.team-box .flag p {
	margin-top:0;
	color: #fff;
}

.team-box .header {
	padding: 0 65px;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.team-box .header p {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
}
.team-box .header h2 {
	font-size: 22px;
	color: #86bc25 ;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
	margin-top:0;
	line-height: 24px;
	letter-spacing: unset;
}

.team-box .content {
	position:absolute;
	bottom:15px;
	left:15px;
	width:100%;
	z-index: 10;
	color:#fff;
	padding-right: 30px;
	font-size: 1.2em;
}

.teams-template-default .page-header .meta-title h1 {
	margin: 0;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.teams-template-default .single-content-holder {
	padding: 70px 0;
}