                        .header-wrapper #logo {
    width: 280px;
}

.col-md-8 {
    padding-left: 25px;
    padding-right: 25px;
}

.col-md-8 {
    width: 100%;
}

/* Contact form custom columns and widths */
.claim-column-left {
	float: left;
	width: 50%;
}

.claim-column-right {
	float: right;
	width: 50%;
}


.claim-column-centre {
	display: inline-block;
	width: 100%;
}

/*MEDIA QUERIES*/
/* for 980px or less */
@media screen and (max-width: 980px) {
	.claim-column-left {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
	
	.date {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
	
	.claim-column-right {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
	
	.claim-column-centre {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
	
}

/* Contact form input field widths set */
.wpcf7 input[type="text"] {
	width: 95%;
}

.wpcf7 input[type="url"] {
	width: 95%;
}

.wpcf7 input[type="email"] {
	width: 95%;
}

.wpcf7 input[type="tel"] {
	width: 95%;
}

.wpcf7 input[type="date"] {
	width: 46%;
}

.wpcf7 textarea.wpcf7-textarea {
	width: 98%;
}                    