
/*
*  @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:#fafafa;
	border-bottom:none;
	height:73px;
}

.customer-facing #headerbar .container,
.customer-facing #content-contain.container {
	max-width:1860px;
}

.customer-facing #headerbar #logo img {
	top:38px;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	background:#ffffff;
	color:#6f6f6f;
	text-transform:uppercase;
	font-size:12px!important;
	padding:15px;
	border:2px solid #6f6f6f;
	border-radius:5px!important;
}

#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
	background:#6f6f6f;
	border:1px solid #6f6f6f;
}

#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;
}

#block-views-exp-bookings-page-3 h2, #block-webfroth-booking-block-0 h2 {
	color:#6f6f6f;
	font-size:30px;
	margin-bottom:30px;
}