
/*
*  @file This stylesheet is customisable by the client
*/

/*
*
*  For full instructions on editing and changing your sites theme, please visit https://boothbook.freshdesk.com/solution/articles/43000007943-how-to-change-the-look-of-your-boothbook
*  All customer facing stylesheet changes should be prefixed with the ".customer-facing" class.

*
*/

@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,700&display=swap');

/* --- Make Changes to the main colour areas --- */

	/* Front Headings Start */

	#block-webfroth-booking-block-0 h2,
	#block-views-exp-bookings-page-3 h2 {
		text-transform: capitalize;
		font-weight: 400;
		color: #6d5656;
		font-family: 'EB Garamond', serif;
		font-size: 24px;
		line-height: 26px;
	}

	/* Front Headings End */

	/* Action Colour Start */

	.node-type-widget-page .form-submit,
	.customer-facing .form-submit {
		border-radius: 5px !important;
		color: #fff;
		text-transform: uppercase;
		background: #d59090;
		font-size: 14px!important;
		font-weight: 400!important;
	}

	.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,
	.customer-facing.page-eform-submit #booking-form-entityform-edit-form .file-resup-wrapper a.button:hover {
		background: #d59090;
		border-radius: 5px 0 0 5px;
	}

	.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,
	.customer-facing #booking-form-entityform-edit-form .checked input[type=checkbox]  {
		border-color: #d59090;
		border-radius: 0 5px 5px 0;
	}

	/* Action Colour End */

	/* Secondary Colour Start */


	#block-webfroth-booking-block-0 .ui-state-default.ui-state-active {
		background: #c7ae76;
		border: 1px solid #c7ae76;
	}

	.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: #c7ae76;
	}

	.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: #c7ae76;
	}

	/* Secondary Colour End */

/* --- Make changes to the body element e.g. background color  --- */
	.customer-facing {
		color: #111;
		position: relative;
		background: #fff;
	}

	.customer-facing #headerbar {
		height: auto;
		border: none;
		margin-bottom: 20px;
		background: #fff;
		padding: 20px 0;
	}

/* --- Make changes to Text Colours --- */

	#block-views-exp-bookings-page-3 .views-exposed-form label,
	.customer-facing .ui-datepicker-calendar th {
		text-transform: capitalize;
		font-weight: 400;
		color: #111;
	}

	#block-webfroth-booking-block-0 .ui-datepicker-calendar th {
		color: #111;
	}

	.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 #booking-form-entityform-edit-form .group-venue .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: #111;
	}


/* Make changes to the Logo size */

	.customer-facing #headerbar #logo img {
		width: auto;  /* Replace 'auto' with the number of pixels eg. 200px...  */
		/* max-height: none!important; */  /* ...And remove comments from this line */
	}

/* Make changes to the content container width */

	.customer-facing #headerbar .container,
	.customer-facing #content-contain.container,
	.customer-facing #copyright .container {
		max-width: 990px;
	}

	.customer-facing #headerbar .container {
		max-width: 96%;
	}

	
	
/* Make changes to further areas */

.customer-facing #headerbar #logo img {
	left: auto;
	top: auto;
	position: relative;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	max-height: 100px;
	height: auto;
	max-width: 140px;
	margin: 0;
}

.customer-facing #logo {
	height: auto;
	-webkit-transform-style: unset;
	-moz-transform-style: unset;
	transform-style: unset;
}


.customer-facing #headerbar .container {
	height: auto;
	box-sizing: border-box;
	background: none;
}


.customer-facing #copyright .container {
	box-sizing: border-box;
	padding: 0;
}

.customer-facing .mastercontainer #content {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.customer-facing .credit {
  padding: 10px;
  background: #fff;
}

.entitytype-booking_form-form .form-actions .form-submit {
	border: none;
	color: #fff;
	font-size: 16px!important;
	border-radius: 3px!important;
}

.node-type-widget-page .form-submit:hover,
.customer-facing .form-submit:hover {
	opacity: 0.8;	
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-choose-a-package .form-type-checkboxes .form-item label .views-field-title {
	font-family: inherit;
	font-weight: 700;
}

.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 {
	border-radius: 100%;
}

.customer-facing #booking-form-entityform-edit-form .field-name-field-artwork a.button {
	border-radius: 5px;
}

.customer-facing.page-eform-submit #booking-form-entityform-edit-form .file-resup-wrapper a.button:hover {
	opacity: 0.8;
	border-radius: 5px;
}

@media (min-width:800px) {
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:32.2%;margin:0 0.5%;}	
}

@media (min-width:1000px) {
  .field-name-field-choose-a-package .form-type-checkboxes .form-item 	{width:24%;margin:0 0.5%;}	
}

@media (max-width:768px) {
  .field-name-field-choose-a-package .views-field-body,
  .field-name-field-choose-a-package .views-field-field-included-extras {min-height:10px!important;}
  .customer-facing.page-manage .special-offer {min-height:150px}
  .customer-facing.page-manage .special-offer h3 {font-size:14px;line-height:17px}
}


@media (max-width:480px) {
  .customer-facing #headerbar #logo img {max-width: 220px;}	
}

@media (max-width:420px) {
	.customer-facing.page-manage .special-offer {padding-bottom: 45px;}
	.customer-facing.page-manage .special-offer h3 {position: relative;padding: 5px 60px 5px 5px;top: 0px;}
	.customer-facing.page-manage .special-offer > img {position: relative;display: inline-block;}
	.customer-facing.page-manage .price-old {bottom: 25px;left: 5px;}
	.customer-facing.page-manage .more-info {bottom: 35px;}
}