
/*
*  @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;
	color:#222;
}

/* Change the headerbar */
.customer-facing #headerbar {
	background:#ffffff;
	border-bottom:40px solid #feed6b;
	border-top:20px solid #f5f5f5;
}

.customer-facing #headerbar .container,
.customer-facing #content-contain.container {
	max-width:1200px;
}

.customer-facing #headerbar #logo img {
	top:55px;
	width:154px;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	background:#ff2f61;
	border-radius:0px!important;
	color:#fff;
	font-weight:normal!important;
}

.customer-facing .form-submit {
	background:#69C6D2;
	color:#fff;
}


#block-webfroth-booking-block-0 .form-item-event-type select {
	width:200px;
	background-color:#ffffff;
	border-color:#ffffff;
}

#block-webfroth-booking-block-0 .ui-datepicker-calendar th,
#block-webfroth-booking-block-0 .form-item-event-type label {
	color: #444;
}

.front #block-webfroth-booking-block-0 .ui-datepicker-calendar th,
.front #block-webfroth-booking-block-0 .form-item-event-type label {
	color:#41a8b8;
}

#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;
}

#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
    background: #ff2f61;
    border: 1px solid #ff2f61;
}

@media (min-width:800px) {
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:24%;margin:0 0.5%;}	
}



/* widget specific styles for the website */

.node-type-widget-page .container-inline-date:before {
	content:"BOOK";
	position:absolute;
	color:#fff;
	letter-spacing:5px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	top:120px;
	left:-85px;
	font-size:75px;
}

/*
#block-webfroth-booking-block-0 .ui-datepicker {
	width:230px!important;
	margin-top:25px;
}

.node-type-widget-page .container-inline-date {
	float:left;
	width:235px;
	margin-left:70px;
}

.node-type-widget-page .form-type-select {
	margin-top:100px!important;
}

.node-type-widget-page input#edit-finder-datepicker-popup-0 {
	display:block!important;
	position:absolute;
	top:30px;
	right:0px;
	background:none;
	border:none;
	color:#fff;
	font-size:30px;
	text-align:center;
	width:200px;
	pointer-events:none;
} 

.node-type-widget-page .form-type-select,
.node-type-widget-page .form-submit {
	float:right;
	width:200px!important;
	min-width:200px!important;
}

#block-webfroth-booking-block-0 .ui-state-default, 
#block-webfroth-booking-block-0 .ui-widget-content .ui-state-default, 
#block-webfroth-booking-block-0 .ui-widget-header .ui-state-default {
	background: #ffffff;
	border-color:#fff;
	text-align:center;
}

#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
	background:#ff2f61;
	border:1px solid #ff2f61;
}

#webfroth-booking-block-form {
	max-width: 540px;
}

@media (max-width:519px) {
	.container-inline-date:before {
		display:none
	}
	.node-type-widget-page .container-inline-date {
		float:left;
		width:235px;
		margin-left:0px;
	}
	#block-webfroth-booking-block-0 .ui-datepicker {
		width:auto!important;
		margin-top:0px;
	}
	.node-type-widget-page .container-inline-date,
	.node-type-widget-page .form-type-select,
	.node-type-widget-page .form-submit {
		float:none;
		margin:0 0 5px 0!important;
		width:90%;
	}
	.node-type-widget-page input#edit-finder-datepicker-popup-0 {
		display:none!important;
	}
	#block-webfroth-booking-block-0 .form-item-email-address,
	#block-webfroth-booking-block-0 .form-item-event-type,
	.node-type-widget-page .form-submit {
		width:90%!important;
		max-width:90%!important;
	}
	#block-webfroth-booking-block-0 .form-item-event-type select {
		width:100%!important;
		max-width:100%!important;
		box-sizing:border-box;
	}
} */