
/*
*  @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 {
	color: #333;
	position: relative;
	background: #fff;
}

/* Change the headerbar */
.customer-facing #headerbar {
	background: #fff;
	background-size: cover;
	border-bottom: none;
	height: 77px;
}

.customer-facing #headerbar .container {
	height: 100px;
	box-sizing: border-box;
	background: none;
}

.customer-facing .mastercontainer #content {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.customer-facing #headerbar .container,
.customer-facing #content-contain.container,
.customer-facing #copyright .container {
	max-width: 1120px;
}

.customer-facing #copyright .container {
	box-sizing: border-box;
}

.customer-facing .credit {
  padding: 10px;
  background: #fff;
}

.customer-facing #headerbar #logo img {
	left: 50%;
	top: 40px;
	margin-left: -145px;
	width: 290px;
	height: auto;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	background: #000;
	border-radius: 0px !important;
	padding: 10px 20px;
	font-size: 14px!important;
	font-weight: 400!important;
}

.entitytype-booking_form-form .form-actions .form-submit {
	border: none;
	color: #fff;
	font-size: 16px!important;
}

.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: #57BBBF;
	border: 1px solid #57BBBF;
}

#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: #000;
}

@media (min-width:800px) {
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:24%;margin:0 0.5%;}	
}

@media (max-width:480px) {
  .customer-facing #headerbar #logo img {width:220px;margin-left: -110px;}	
}