/**
 * UKDS SINE Framework CSS
 */
/*@import "https://myfairladymusical.co.uk/wp-content/plugins/ukds-framework/public/css/library/tiny-slider";

@import "https://myfairladymusical.co.uk/wp-content/plugins/ukds-framework/public/css/modules/review-slider";*/
.ukds-review-stars {
  height: 24px;
  display: flex;
  overflow: hidden; }
  .ukds-review-stars i {
    width: 24px;
    background: #000;
    height: 24px;
    display: block;
    flex: 0 0 24px;
    margin: 0 2px; }

.ukds-simple-signup {
  width: 100%; }
  .ukds-simple-signup > form {
    display: flex; }
    .ukds-simple-signup > form > input[type='email'] {
      flex: 1 0 auto;
      padding: 20px; }

.important-hours {
  width: 100%; }

ul.ukds-booking-options {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  ul.ukds-booking-options li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee; }
    ul.ukds-booking-options li:last-child {
      border: 0; }
    ul.ukds-booking-options li .btn {
      white-space: nowrap; }
    ul.ukds-booking-options li span {
      display: inline-block;
      padding-right: 20px; }
    @media screen and (max-width: 767px) {
      ul.ukds-booking-options li {
        flex-direction: column;
        padding: 20px; }
        ul.ukds-booking-options li span {
          text-align: center;
          padding-bottom: 10px;
          padding-right: 0; } }

.ukds-button-disabled {
  opacity: 0.6; }

.toast-item {
  position: fixed;
  max-width: 600px;
  background: #fff;
  padding: 20px;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
  z-index: 9;
  box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: all 200ms ease;
  opacity: 0.01; }
  .toast-item.toast-visible {
    transition: all 200ms ease;
    opacity: 1; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.basic-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  /*transform:translate(0,200%);*/
  background: rgba(0, 0, 0, 0.7);
  max-width: 375px;
  display: flex;
  align-items: center; }
  .basic-consent .basic-consent-inner {
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    flex: 1 1 auto; }
    .basic-consent .basic-consent-inner a {
      color: #fff;
      text-decoration: underline; }
  .basic-consent .basic-consent-close {
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    margin-right: 20px; }
    .basic-consent .basic-consent-close > span {
      width: 2px;
      height: 34px;
      background: #fff;
      position: absolute;
      transform: rotate(45deg); }
      .basic-consent .basic-consent-close > span:nth-child(2) {
        transform: rotate(-45deg); }

.ukds-logo-component {
  display: flex;
  align-items: flex-start; }
  .ukds-logo-component img {
    display: block;
    max-width: 100%; }

.ukds-form-error input[required] {
  background: #fadbdb; }

.ukds-anim-slide-down {
  -webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.ukds-slide-up-hide {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: slide-up-hide 0.3s ease-in forwards;
  animation: slide-up-hide 0.3s ease-in forwards; }

@-webkit-keyframes slide-up-hide {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; } }

@keyframes slide-up-hide {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    height: auto;
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    height: 0px;
    opacity: 0; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-6-16 17:34:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }