
/*
*  @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=Rokkitt:400,700');

/* Make changes to the body element e.g. background color */
.customer-facing {
	background: #fff;
	color:#000;
}

/* Change the headerbar */
.customer-facing #headerbar {
	background: #1AA7C3;
	border-bottom: 1px solid #1AA7C3;
	height: 150px;
}

.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 #headerbar #logo img {
	left:50%;
	top: 80px;
	margin-left: -125px;
	width: 300px;
	height: auto;
}

.node-type-widget-page .form-submit,
.customer-facing .form-submit {
	border-radius: 4px!important;
	background: #1AA7C3;
	color: #fff;
	text-transform:  uppercase;
}

.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: #80C41C;
	border: 1px #808080;
}

#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-family: 'Rokkitt', serif;
}


@media (min-width:800px) {
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:24%;margin:0 0.5%;}	
}
