
/*
*  @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;
	background-size: cover;
	color:#444;
}

/* Change the headerbar */
.customer-facing #headerbar {
	background: #fff;
	border-bottom: none;
	height: 200px;
}

.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: 1100px;
}

.customer-facing #copyright .container {
	
	box-sizing: border-box;
}

.customer-facing .credit {
  padding: 10px;
  background: #fff;
}

.customer-facing #headerbar #logo img {
	left:50%;
	top: 100px;
	margin-left: -100px;
	width: 200px;
	height: auto;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	border-radius: 0px!important;
	background: #272727;
	color: #fff;
}

.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: #272727;
	border: 1px solid #272727;
}

#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: #272727;
	text-transform: capitalize;
	font-weight: 400;
}

.special-offer:before {
	display: none;
}

/* Dark Website Widget */

#block-webfroth-booking-block-0 .ui-datepicker-calendar th, 
#block-webfroth-booking-block-0 tr,
#block-webfroth-booking-block-0 table,
#block-webfroth-booking-block-0 td {
	background: none;
}

.node-type-widget-page .view-packages th a.active,
.node-type-widget-page th a.active,
.node-type-widget-page th,
.node-type-widget-page th a {
	color: #fcfaeb !important;
}

.node-type-widget-page {
	color: #fcfaeb;
}

.node-type-widget-page .ui-datepicker .ui-datepicker-prev span,
.node-type-widget-page .ui-datepicker .ui-datepicker-next span {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

@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;}	
}*/