
/*
*  @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: none;
}

.customer-facing #headerbar .container,
.customer-facing #content-contain.container {
	max-width:1160px;
}

.customer-facing #headerbar #logo img {
	left:50%;
	top:55px;
	margin-left: -125px;
	width: 250px;
	height: auto;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	background: #53c5c2;
	border-radius: 0px!important;
	text-transform: uppercase;
	padding: 12px 20px!important;
}

.view-bookable-units .views-row-1 {
	border-bottom: 1px solid #ddd;
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-a-package .form-type-checkboxes .form-item label .views-field-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
}

:focus {
	outline: none;
}

.node-type-widget-page .form-submit:hover,
.customer-facing .form-submit:hover {
	opacity: 0.8;
}

#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
	background: #53c5c2;
	border: 1px solid #53c5c2;
}

#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:#000000;
}

@media (min-width:800px) {
  .field-name-field-choose-a-service .form-type-checkboxes .form-item 	{width:24%;margin:0 0.5%;}
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:32.3333333%;margin:0 0.5%;}	
}