
/*
*  @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;
	border-bottom: 10px solid #f7f7f7;
	height: 110px;
	
}

.customer-facing #headerbar .container,
.customer-facing #content-contain.container {
	max-width:1160px;
}

.customer-facing #headerbar #logo img {
	left:50%;
	top: 55px;
	margin-left: -71px;
	width: 126px;
	height:  auto;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	background: #1a7ccf;
	border-radius: 0px!important;
	font-weight: 400!important;
	text-transform: uppercase;
}

.node-type-widget-page .form-submit:hover,
.customer-facing .form-submit:hover {
	opacity: 0.8;
}

:focus {
	outline: none;
}

#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
	background: #1a7ccf;
	border: 1px solid #1a7ccf;
}

#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: #333;
}

@media (min-width:800px) {
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:24%;margin:0 0.5%;}	
}