.webform-submission-build-bear-booking-add-form #edit-drinks-container {
	display: none;
}

.fc-event-school-holiday-booking {
    background-color: #38B6FF !important;
    color: white !important;
}

.page-node-199 .content-top__section {
	padding: 0px 0;
}

.form-item-terms-of-service label[for="edit-terms-of-service"] a:focus {
    outline: 2px dotted #007BFF;
}

.form-item-terms-of-service label[for="edit-terms-of-service"] .form-required {
    color: #d9534f; /* Bootstrap danger red */
    font-size: 14px;
}

.form-item-terms-of-service [aria-expanded="true"] .webform-terms-of-service-details {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.form-item-terms-of-service #edit-terms-of-service:hover {
    outline: 2px solid #007BFF;
    cursor: pointer;
}






/* Scope styles to the terms of service container */
.form-item-terms-of-service {
    display: flex;
    align-items: center; /* Aligns the checkbox and text vertically */
    gap: 10px; /* Adds spacing between checkbox and text */
}

/* Style the checkbox within the terms of service container */
.form-item-terms-of-service #edit-terms-of-service {
    width: 20px;
    height: 20px;
}

/* Style the label */
.form-item-terms-of-service label[for="edit-terms-of-service"] {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    margin: 0;
}

/* Style the link within the label */
.form-item-terms-of-service label[for="edit-terms-of-service"] a {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
}

.form-item-terms-of-service label[for="edit-terms-of-service"] a:hover {
    text-decoration: underline;
}

/* Style the expanded details box */
.form-item-terms-of-service .webform-terms-of-service-details {
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-top: 10px;
}

/* Title styling for the expanded box */
.form-item-terms-of-service .webform-terms-of-service-details--title {
    font-weight: bold;
    margin-bottom: 10px;
}

/* Ensure hidden details are not visible unless toggled */
.form-item-terms-of-service .js-hide {
    display: none;
}

.form-item-terms-of-service [aria-expanded="true"] .js-hide {
    display: block !important;
}













#amelia-container {
	
}

.webform-submission-adults-night-form #selected-slot-book_a_date {
	display: none;
}

.webform-submission-pre-school-messy-play-form .js-form-item-book-a-date-slot {
	display: none;
}

.webform-submission-adults-night-form .form-item-book-a-date-slot {
	display: none;
}

.googlemapblock iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}

.googlemapblock {
    position: relative;
    padding-bottom: 350px;
    padding-bottom: auto;
    height: 0;
    overflow: hidden;
    max-height: 350px;
}

.checkout-pane-order-summary td:first-child {
	display: none;
}

.view-events .node__title {
    min-height: 0px !important;
}

.view-events .mb-2 {
    margin-bottom: 0rem !important;
}

.view-events .teaser-tile-header {
    padding: 0px 0px !important;
    margin: 0 !important;
    width: 100% !important;
}

.view-events .teaser-tile-content-wrapper {
	display: none;
}

.page-view-type-products .hero-top, .page-view-page-id-mt-isotope-page-3 .hero-top {
    background-image: url(/sites/default/files/custom-blocks/pottery-painting_1.jpeg) !important;
}

.webform-submission-booking-dev-form input#selected-slot-title {
	display: none;
}

#edit-non-painter-info-container select {
  background-color: white;
  border: thin solid grey;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#edit-non-painter-info-container select.form-select {
  background-image:    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');
  background-position: calc(100% - .5rem), 100% 0;
  background-size:  1.5em 1.5em;
  background-repeat: no-repeat;
}

#edit-non-painter-info-container select.form-select:focus {
  border-color: blue;
  outline: 0;
}

#edit-painters-info-container select {
  background-color: white;
  border: thin solid grey;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#edit-painters-info-container select.form-select {
  background-image:    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');
  background-position: calc(100% - .5rem), 100% 0;
  background-size:  1.5em 1.5em;
  background-repeat: no-repeat;
}

#edit-painters-info-container select.form-select:focus {
  border-color: blue;
  outline: 0;
}



@media (min-width: 768px) {
#block-showcaseplus-mainnavigation .content li a {
	margin: 0 5px;
}
}

@media (min-width: 768px) {
#block-showcaseplus-mainnavigation .content li {
	padding: 0 0px;
}
}

.content-bottom-highlighted__section {
    padding: 60px 0 80px 0 !important;
}

.to-top.to-top--static, .page-container-border-enabled .to-top.to-top--static {
    top: -60px !important;
}