/*
Theme Name:   Evolution Redemption
Description:  Twenty Fifteen Child Theme
Author:       Pod Digital
Author URI:   https://www.poddigital.co.uk/
Template:     great-white
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	background: #000;
}

h1 {
	font-size: 4.6rem;
	line-height: 5rem;
}

#masthead {
	text-align: center;
	border-bottom: solid 1px #333333;
}

#masthead .header-logo {
	width: 200px;
	height: auto;
	margin: 0 auto;
	float: none;
	display: inline-block;
	padding: 10px;

}

.evolution-form-section {
	padding: 80px 0;
	margin: 0;
	background:url('images/evo-form-bg.jpg') right top no-repeat;
	background-size: cover;
	position: relative;
}

.evolution-form-section h1, .evolution-form-section h2, .evolution-form-section p, .evolution-form-section li {
	color: #fff;
}

.wpcf7-form input {
	border: none;
}

input.wpcf7-submit {
	background: #ED742E;
	border: none;
	padding: 16px;

}

input.wpcf7-submit {
	background: #ED742E;
	border: none;
	padding: 16px;
	transition: 0.2s;

}

input.wpcf7-submit:hover {
	background: #c45616;
	border: none;
}

.field-narrow {
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	float: left;
} 

.field-narrow:nth-child(2n+2) {
	margin-right: 0px;
}

.wpcf7-form {
	margin-top: 30px;
}

.wpcf7-response-output {
	font-size: 1.6rem;
	color: #fff;
	padding: 8px;
}

.full_width_content {
	border-top: solid 1px #333333;
	float: left;
	clear: both;
	padding: 30px 0;
	width: 100%;
}

.full_width_content p, .full_width_content h1, .full_width_content h2, .full_width_content h3, .full_width_content li {
	color: #fff;
}

.column-battery-table {
	background: url('images/battery-and-tool.jpg');
	background-size: cover;
	background-position: center -100px;
	min-height: 400px;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.column-battery-table {
		min-height: 650px;
	}
}

.evolution-form-section .inner-container {
	display: flex;
	flex-wrap: wrap;
}

.battery-table {
	float: left;
	width: 100%;
	background: #262626;
	margin: 0 0 50px;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.battery-table li {
	color: #fff;
	list-style-type: none;
	margin: 0;
}

.battery-table li:nth-child(2n+2) {
	background: #474747;
}

.battery-table li:last-child {
	border-radius: 0 0 4px 4px;
}

li.bata-heading {
	background: #d25800;
	padding: 14px;
	position: relative;
	border-radius: 4px 4px 0 0;
}

.bata-heading-value {
	width: 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 70px;
	background:#ff6c02;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4rem;
	font-weight: 900;
	padding-top: 14px;

}

.bata-heading-value span {
	font-size: 3rem;
	line-height: 3rem;
	display: block;
}

.bata-heading-name {
	padding-left: 50px;
}

.bata-heading-price {
	float: right;
}

li.bata-item {
	padding: 10px 14px;
	font-size: 1.2em;
}

@media only screen and (min-width: 1200px) {

	li.bata-item {
		width: 50%;
		float: left;
		background: #262626;
	}

	li.bata-item:nth-child(2n+2) {
		background: #262626;
	}

	li.bata-item:nth-child(4n+2) {
		background: #474747;
	}

	li.bata-item:nth-child(4n+3) {
		background: #474747;
	}

	li.bata-item:last-child {
		width: 100%;
	}
}