
/*
*  @file This stylesheet is customisable by the client
*/

/*
*
*  For full instructions on editing and changing your sites theme, please visit https://boothbook.co.uk/how-theme-your-boothbook 
*  All customer facing stylesheet changes should be prefixed with the ".customer-facing" class.
*
*/

/* Make changes to the body element e.g. background color */
.customer-facing {
	background:#fff;
	color:#222;
}

/* Change the headerbar */
.customer-facing #headerbar {
	background:#ffffff url(banner.png) no-repeat center top;
	background-size:cover;
	border-bottom:30px solid #b3258b;
	min-height:120px;
}

.customer-facing #headerbar .container,
.customer-facing #content-contain.container {
	max-width:1160px;
}

.customer-facing #headerbar #logo img {
	left:50%;
	top:65px;
	margin-left:-150px;
}

.customer-facing .form-submit {
	background: #b3258b;
	border-radius:5px!important;
}

#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
	background:#b3258b;
	border:1px solid #b3258b;
}

#block-views-exp-bookings-page-3 .views-exposed-form label,
.customer-facing .ui-datepicker-calendar th,
#block-views-exp-bookings-page-3 h2, #block-webfroth-booking-block-0 h2 {
	color:#656565;
}

#booking-form-entityform-edit-form .field-name-field-choose-a-package .form-type-checkboxes .form-item label {
	padding-bottom: 200px;
}

@media (min-width:960px) {
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:24%;margin:0 0.5%;}	
}