/*
Theme Name: Battlefield
Theme URI: http://fusioncommunication.co.uk/
Description: Bespoke, responsive theme created for Battlefield site.
Author: Fusion Creative
Author URI: http://fusioncommunication.co.uk/
Version: 1.0
*/

.wpcf7-form-control {
	width: 100%;
	border-radius: 10px;
	border: 0px;
	padding: 15px 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}

.wpcf7-submit {
	background: #494142;
	color: white;
	cursor: pointer;
}

.wpcf7-acceptance {
	padding-left: 0px !important;
}

.wpcf7-acceptance .wpcf7-list-item {
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.cta-service {
	padding: 5px 10px;
	background: #E84E0F;
	color: #ffffff !important;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1.3rem;
	font-family: 'Libre Franklin', sans-serif;
	text-transform: uppercase;
}

.cta-service:hover {
	color: #ffffff !important;
	background: #474143;
}

body header .bottom-section .container .row .column nav ul li a {
	font-size: 1.15rem!important;
}

body header .bottom-section .container .row .column nav ul li { 
	margin-right: 6px!important;
}

@media (max-width: 1200px) {
	body header .bottom-section .container .row .column nav ul li {
	  margin-right: 0px!important;
	}
	
	body header .bottom-section .container .row .column nav ul li a {
		font-size: 1rem!important;
	}
}

