
/*
*  @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.

*
*/

@import url('https://fonts.googleapis.com/css?family=Cabin:400,700');


/* Make changes to the body element e.g. background color */
.customer-facing {
	color: #333;
	position: relative;
	background: #fff;
	font-family: 'Cabin', sans-serif;
}

/* Change the headerbar */
.customer-facing #headerbar {
	background: #fff;
	background-size: cover;
	height: 100px;
	border: none;
}

.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: 980px;
}

.customer-facing #copyright .container {
	box-sizing: border-box;
}

.customer-facing .credit {
  padding: 10px;
  background: #fff;
}

.customer-facing #headerbar #logo img {
	left: 50%;
	top: 60px;
	margin-left: -150px;
	width: 300px;
	height: auto;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	background: #000;
	border-radius: 0px !important;
	padding: 10px 20px;
	text-transform:  uppercase;
}

.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.9;
}

:focus {
	outline: none;
}

#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
	background: #777;
	border: 1px solid #777;
}

#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: #5e5e5e;
	font-weight: 700;
	font-family: 'Cabin', sans-serif;
}

#block-views-exp-bookings-page-3 .views-exposed-form label,
#block-views-exp-bookings-page-3 h2,
#block-webfroth-booking-block-0 h2 {
	font-size: 22px;
	line-height: 26px;
}

@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;}	
}