
/*
*  @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=GFS+Didot');

/* Make changes to the body element e.g. background color */
.customer-facing {
	background: #fff;
	color:#444;
}

/* Change the headerbar */
.customer-facing #headerbar {
	background: #000;
	border-bottom: none;
	height: 115px;
}

.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:1160px;
}

.customer-facing #copyright .container {
	
	box-sizing: border-box;
}

.customer-facing .credit {
    padding: 10px;
}

.customer-facing .credit a {
	color: #555;
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-a-package .form-type-checkboxes .form-item label .views-field-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.customer-facing #headerbar #logo img {
	left:50%;
	top: 56px;
	margin-left: -74px;
	width: 148px;
	height: auto;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	border-radius: 0px!important;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-weight: 400!important;
}

.node-type-widget-page .form-submit:hover,
.customer-facing .form-submit:hover {
	background: rgba(0,0,0,0.6);
}

:focus {
	outline: none;
}

#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
	background: #d76061;
	border: 1px solid #d76061;
}

#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;
	font-weight: 400;
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-a-package .form-type-checkbox .add-to-cart-button,
.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-extras .form-type-checkbox .add-to-cart-button,
.customer-facing #booking-form-entityform-edit-form .field-name-field-artwork a.button,
.customer-facing #ui-timepicker-div th,
.customer-facing #ui-timepicker-div .ui-state-active,
.customer-facing #booking-form-entityform-edit-form [type="radio"]:checked + label:after,
.customer-facing #booking-form-entityform-edit-form [type="radio"]:not(:checked) + label:after {
	background: rgba(0,0,0,0.8);
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-artwork a.button {
	border-radius: 0px;
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-a-package .form-type-checkbox .add-to-cart-button,
.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-extras .form-type-checkbox .add-to-cart-button {
	border-radius: 0px;
	font-size: 14px;
	min-width: 100px;
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-a-package .form-type-checkbox.checked .add-to-cart-button,
.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-extras .form-type-checkbox.checked .add-to-cart-button {
	background: #d76061;
	
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-a-package input[type=checkbox],
.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-extras input[type=checkbox],
.customer-facing #ui-timepicker-div .ui-state-active  {
	border-color: rgba(0,0,0,0.8);
	border-radius: 0;
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-a-package .checked input[type=checkbox],
.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-extras .checked input[type=checkbox] {
	border-color: #d76061;
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-extras .form-type-checkboxes .form-item label .price,
.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-extras .form-type-checkboxes .form-item label .field-prefix,
.customer-facing #booking-form-entityform-edit-form .group-event .fieldset-legend, #booking-form-entityform-edit-form .group-venue .fieldset-legend,
.customer-facing #booking-form-entityform-edit-form .group-your-details .fieldset-legend,
.customer-facing #booking-form-entityform-edit-form .group-additional-details .fieldset-legend,
.customer-facing #booking-form-entityform-edit-form .group-account-details .fieldset-legend,
.customer-facing h1,
.customer-facing h2,
.customer-facing h3,
.customer-facing h4,
.customer-facing h5,
.customer-facing h6,
.customer-facing #booking-form-entityform-edit-form [type="radio"]:checked + label {
	color: #000;
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-extras .form-type-checkbox .included-text {
	color: #d76061;
	font-weight: 400;
}

.customer-facing .form-actions #edit-submit {
    background: rgba(0,0,0,0.8);
    font-size: 18px!important;
    box-sizing: border-box;
    margin: 0;
}

.customer-facing .form-actions #edit-submit:hover {
	background: rgba(0,0,0,0.6);
}

@media (min-width: 800px) {
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:32.3%;margin:0 0.5%;}	
}