
/*
*  @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 */

@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');


.customer-facing {
	background:#fff;
	color:#222;
	font-family: 'Nunito', sans-serif;
}

/* Change the headerbar */
.customer-facing #headerbar {
	background:#ffffff;
	height: 80px;
	border-bottom: 15px solid #302f2f;
}

.customer-facing #headerbar .container,
.customer-facing #content-contain.container {
	max-width:960px;
}

.customer-facing #headerbar #logo img {
	left: 0;
	top:55px;
	margin-left: 0;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	background: #8b0200;
	border: 2px solid #8b0200;
	border-radius: 0px!important;
}

.node-type-widget-page .form-submit:hover,
.customer-facing .form-submit:hover {
	background: #fff;
	color: #303030;
	border-color: #303030;
}

.entitytype-booking_form-form .form-actions .form-submit {
	background: #8b0200;
}

.entitytype-booking_form-form .form-actions .form-submit:hover {
	background: #fff;
}

#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
	background:#8b0200;
	border:1px solid #8b0200;
}

#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;
	text-transform: capitalize;
}

.lead-widget #edit-submit {
		background:#8b0200;
}

@media (min-width:800px) {
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:24%;margin:0 0.5%;}	
}