.header-image .site-title a {
	min-height: 150px;
}

.featured-content .entry-title{
	font-weight:1.8rem;
}

span.ginput_total.ginput_total_9 {
background-color: white;
color: black;
padding-left: 20px;
padding-right: 20px;
}

.bookings{
	background-color:#e21e2f;
}

.home-slider.wrap {
	padding-bottom: 10px;
}
.soliloquy-pager { margin: 0 auto !important; text-align: left !important; width: 100% !important; }

.site-header .wrap {
	/*min-height: 143px;
	padding: 25px 0 20px;
	padding: 2.5rem 0 2rem;
	position: relative;
	background-color: red; */
	background-image: url('http://cqda.dev/wp-content/uploads/2014/07/headerbg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:auto;

}
.full-width {
    width: 1100px!important;
    background: rgba(255, 255, 255, 0.9);
    padding:10px	
}

@media only screen and (max-width: 1028px) {
	.site-header .wrap {
		/*background-image:none;*/
		background-size:auto;
		
	}

	
}

@media only screen and (max-width: 780px) {
	.site-header .wrap {
		background-image:none;
		text-align:center;
	}

	.header-image .site-title a {
		background-size: 20%;
		min-height:auto;
	}

	h3.phoneno {
		text-align: center;
	}

	.full-width {width: 700px!important;}
}

@media only screen and (max-width: 700px) {
	.header-image .site-title a {
		background-size: 20%;
		min-height:80px;
	}
	.full-width {width: 400px!important;}
}