/**
 * Theme Name: DELS Child
 * Template: dels
 */

 body {
  overflow: hidden;
 }

/* Main Area */

.content-inner {
  background-color: #fff;
}
.content--full-width .content-inner:not(.no-bottom-padding) {
  padding-bottom: 2em;
}
.no-page-divider {
  margin-top: 25px;
}
.content--full-width .no-page-divider {
  margin-top: 0;
}
.main-content-area {
  padding: 2em;
  background-color: #fff;
}
.main-content-area--full-width {
  padding-left: 0;
  padding-right: 0;
}
.main-content-area.-top-padding-0 {
  padding-top: 0;
}

@media (min-width: 992px) {

  .row--md-stretch-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch;
  }

}

@media (min-width: 1200px) {

  .no-page-divider {
    margin-top: 0;
    padding-top: 25px;
  }
  .content-inner.large-padding-top {
    padding-top: 3em;
    padding-top: -webkit-calc(2em + 25px);
    padding-top: calc(2em + 25px);
  }

}

/* Container Breakout */

.csscalc.cssvwunit .container-breakout {
    width: 100vw;
    position: relative;
    left: -webkit-calc(0em - ((100vw - 100%) / 2));
    left: calc(0em - ((100vw - 100%) / 2));
  }
/* Course Boxes */

.course-box-heading {
  text-align: center;
  margin-bottom: 2rem;
}

/* Sidebar */

.dels-sidebar {
  margin-bottom: 2em;
  margin-top: 2em;
}

@media (min-width: 992px) {

  .dels-sidebar {
    margin-top: 0;
  }

}

/* Image Box */

.dels-sidebar .dels-image-box {
  margin-bottom: 2em;
}

/* Testimonial Box */

.dels-testimonial {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding-top: 32px;
}
.dels-sidebar .dels-testimonial {
  margin-bottom: 2em;
}
.dels-testimonial:before,
.dels-testimonial:after,
.dels-testimonial_inner:before,
.dels-testimonial_inner:after {
  content: '';
  position: absolute;
  width: 3em;
  height: 0;
  border-top: 1px solid #c2c2c2;
  display: block;
  top: 40px;
  top: -webkit-calc(32px + 0.5em);
  top: calc(32px + 0.5em);
  right: 0.5em;
}
.dels-testimonial:after,
.dels-testimonial_inner:after {
  height: 3em;
  width: 0;
  border-top: none;
  border-left: 1px solid #c2c2c2;
}
.dels-testimonial:after {
  right: 0.5em;
}
.dels-testimonial_inner:after,
.dels-testimonial_inner:before {
  right: auto;
  left: 0.5em;
  top: auto;
  bottom: 0.5em;
}
.dels-testimonial_inner {
  padding: 3em;
  border: 1px solid #c2c2c2;
  position: relative;
}
.dels-testimonial_image {
  width: 5em;
  position: relative;
  margin: 0 auto;
}
.objectfit .dels-testimonial_image {
  height: 5em;
  overflow: hidden;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.objectfit .dels-testimonial_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.dels-testimonial_cite {
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 0.8em;
}
.dels-testimonial_quote {
  margin-top: 1em;
  margin-bottom: 0;
}
.dels-testimonial_quote-mark:before {
  content:'';
  width: 64px;
  height: 64px;
  position: absolute;
  display: block;
  background-color: #fff;
  top: 0;
  left: 32px;
}
.dels-testimonial_quote-mark:after {
  content: '';
  width: 64px;
  height: 64px;
  position: absolute;
  display: block;
  background-image: url('/wp-content/themes/dels-child/img/quote-mark.png');
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 32px;
}

/* Form styles */

input[type="checkbox"],
input[type="radio"],
.wc-bookings-booking-form fieldset input[type="checkbox"],
.wc-bookings-booking-form fieldset input[type="radio"] {
  margin-right: 0.5em;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-color: #fff;
  border: 1px solid #bc72af;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  vertical-align: bottom;
}
input[type="radio"],
.wc-bookings-booking-form fieldset input[type="radio"] {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}


/* Override Woocommerce Button styles */

input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
    padding: 1em;
    font-weight: 700;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #fff;
    background-color: #bc72af;
    border: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
    background-color: #bc72af;
    cursor: not-allowed;
    opacity:.5;
    padding: 1em;
}
input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.12), 0 0 0 rgba(0,0,0,0.24);
          box-shadow: 0 0 0 rgba(0,0,0,0.12), 0 0 0 rgba(0,0,0,0.24);
}
input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background-color: #9b538f;
}
.woocommerce a.course-boxes__button,
.woocommerce button.course-boxes__button,
.woocommerce input.course-boxes__button {
  left: 25%;
  position: absolute;
}
.csstransforms .woocommerce a.course-boxes__button,
.csstransforms .woocommerce button.course-boxes__button,
.csstransforms .woocommerce input.course-boxes__button {
  left: 50%;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 1em;
}



/* Woocommerce Deposits overrides */

.wc-deposits-wrapper .wc-deposits-payment-description {

}

/* Book with Confidence box */

.book-confidence {
  text-align: center;
  padding: 0.5em;
  padding-top: calc(50px + 0.5em);
  padding-top: -webkit-calc(50px + 0.5em);
  font-weight: bold;
  line-height: 1.6;
  color: #666;
  margin-bottom: 2em;
}
.book-confidence_inner {
  background-color: #f1f1f1;
  padding: 2em;
  padding-top: calc(1em + 50px);
  padding-top: -webkit-calc(1em + 50px);
  position: relative
}
.book-confidence_inner:before,
.book-confidence_inner:after {
  content: '';
  width: 100%;
  width: calc(100% + 1em);
  width: -webkit-calc(100% + 1em);
  height: 1px;
  background-color: #ffde59;
  display: block;
  position: absolute;
  top: -0.5em;
  left: 0;
  left: calc(-0.5em);
  left: -webkit-calc(-0.5em);
}
.book-confidence_inner:after {
  top: auto;
  bottom: -0.5em;
}
.book-confidence_badge {
  position: absolute;
  width: 132px;
  height: 100px;
  display: none;
}
.csscalc .book-confidence_badge {
  display: block;
    top: calc(-50px - 0.5em);
    left: calc(50% - 66px);
    top: -webkit-calc(-50px - 0.5em);
    left: -webkit-calc(50% - 66px);
}

.book-confidence_content p:last-child {
  margin-bottom: 0;
}

/* USP Icons */

.usp-icons {
  padding: 2em;
}
.usp-icons_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #89537f;
}
.usp-icons_list:before,
.usp-icons_list:after {
    content: " ";
    display: table;
}
.usp-icons_list:after {
    clear: both;
}
.flexbox .usp-icons_list {
  -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.usp-icons_list-item {
  width: 100%;
  padding: 0 1em;
  font-weight: bold;
}
.usp-icons_list-item + .usp-icons_list-item {
  margin-top: 1em;
}
.usp-icons_icon {
  margin: 0 auto 1em auto;
}

@media (min-width: 768px) {

  .usp-icons_list-item {
      width: 49%;
      float: left;
    }
  .usp-icons_list-item:nth-child(2) {
    margin-top: 0;
  }

}

@media (min-width: 992px) {

  .usp-icons_list-item {
      width: 24%;
    }
  .usp-icons_list-item + .usp-icons_list-item {
    margin-top: 0;
  }

}

/* USP Standard */

.usp-standard {
  text-align: center;
  color: #fff;
  background-color: #bc72af;
  padding: 1em;
}
.usp-standard_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.usp-standard_list:before,
.usp-standard_list:after {
    content: " ";
    display: table;
}
.usp-standard_list:after {
    clear: both;
}
.flexbox .usp-standard_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.usp-standard_list-item {
  width: 100%;
  padding: 0 1em;
  font-weight: bold;
  display: block;
}
.usp-standard_list-item + .usp-standard_list-item {
  margin-top: 1em;
}
.usp-standard_keywords {
  font-size: 2em;
  display: block;
}

@media (min-width: 768px) {

    .usp-standard_list-item {
      width: 50%;
      float: left;
    }
  .usp-standard_list-item:nth-child(2) {
    margin-top: 0;
  }

}

@media (min-width: 992px) {

  .usp-standard_list-item {
      width: 25%;
    }
  .usp-standard_list-item + .usp-standard_list-item {
    margin-top: 0;
  }

}


/* Woocommerce Tabs */

.woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs .panel {
  background-color: #f9f9f9;
  padding: 2em 1em;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs ul.tabs {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs ul.tabs li {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin: 0;
    padding: 0 1em;
}
.woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs ul.tabs li + li {
  margin-left: -1px;
}
.woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs ul.tabs li.active {
  background-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}
.woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
}

@media (min-width: 768px) {

  .woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs .panel {
    padding: 2em;
  }

}

@media (min-width: 992px) {

  .woocommerce div.product .dels-woocommerce-tabs.woocommerce-tabs .panel {
    padding: 2em 10%;
  }

}


/* Booking Form */

.wc-bookings-booking-form.dels-booking-form {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.wc-bookings-booking-form.dels-booking-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #fff;
  opacity: 0.2;
  display: none;
}
.wc-bookings-booking-form.dels-booking-form.overlay:before {
  display: block;
}
.wc-bookings-booking-form.dels-booking-form .wc-bookings-booking-cost {
  background: transparent;
  border-top: 1px solid #bc72af;
  border-bottom: 1px solid #bc72af;
  position: relative;
  margin: 0;
  padding: 1em;
}
.woocommerce div.product form.cart .button.wc-bookings-booking-form-button.single_add_to_cart_button {
  float: right;
  margin-top: 2em;
}
.dels-booking-summary-error {
  color: #bc72af;
}

/* Other Form Styles */

.dels-form-accordion-item {
  margin-bottom: 2em;
}
.dels-form-accordion-item_title {
    padding: 1em 4em 1em 2em;
    margin: 0 0.5em 0.5em 0.5em;
    background-color: #f1f1f1;
    position: relative;
}
.dels-form-accordion-item_title h3 {
  margin: 0;
}
.dels-form-accordion-item.-open .dels-form-accordion-item_title {
  background-color: #91c877;
}
.dels-form-accordion-item.-open .dels-form-accordion-item_title h3,
.dels-form-accordion-item.-open .dels-form-section-subtitle {
  color: #fff;
}
.dels-form-accordion-item_toggle {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 1.6em;
  right: 1em;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 3em;
  background-color: #fff;
  padding: 0;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.dels-form-accordion-item_toggle:hover,
.dels-form-accordion-item_toggle:focus {
  background-color: #bc72af;
}
.csstransforms .dels-form-accordion-item_toggle {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fa.dels-form-accordion-item_toggle-icon {
  color: #bc72af;
  font-size: 1.2rem;
}
.dels-form-accordion-item_toggle-icon.fa-chevron-up {
  display: none;
}
.dels-form-accordion-item_toggle-icon.fa-chevron-down {
  display: inline-block;
}
.dels-form-accordion-item.-open .dels-form-accordion-item_toggle-icon.fa-chevron-up {
  display: inline-block;
}
.dels-form-accordion-item.-open .dels-form-accordion-item_toggle-icon.fa-chevron-down {
  display: none;
}
.dels-form-accordion-item_toggle:hover .fa.dels-form-accordion-item_toggle-icon,
.dels-form-accordion-item_toggle:focus .fa.dels-form-accordion-item_toggle-icon {
  color: #fff;
}
.dels-form-accordion-item:not(.-open) .dels-form-accordion-item_inner {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.dels-form-section {
  background-color: #f1f1f1;
  padding: 1em;
  position: relative;
  margin: 0 0.5em 2em 0.5em;
}
.dels-form-section--highlight {
  border: 1px solid #bc72af;
}
.dels-form-section:before {
  content: '';
  border-top: 1px solid #bc72af;
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: -1em;
  left: 0;
}
.csscalc .dels-form-section:before {
  width: -webkit-calc(100% + 1em);
  width: calc(100% + 1em);
  left: -0.5em;
}
.dels-form-accordion-item_title + .dels-form-section:before,
.dels-form-section--highlight:before,
.dels-form-section:first-of-type:before {
  display: none;
}
.dels-form-section:last-of-type {
  margin-bottom: 0;
}
.dels-form-section-title,
.dels-form-section-heading,
.dels-form-section-subtitle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.dels-form-section-subtitle {
  font-style: italic;
  font-size: 0.8em;
  margin: 0;
  color: #777;
}
.dels-form-section_instructions {
  font-size: 1.2em;
  margin-bottom: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.dels-form-field_label {
  font-weight: bold;
}
.dels-form-field_label--flex {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
.wc-bookings-booking-form label.dels-form-field_label--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dels-form-field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.dels-form-field + .dels-form-field {
  margin-top: 2em;
}
.dels-form-field--heading + .dels-form-field {
  margin-top: 0;
}
.dels-form-field_instructions {
  font-style: italic;
}
.dels-form-field--checkbox {
  padding: 1em;
  border: 1px solid #c2c2c2;
}
.dels-form_checkbox {
  margin-right: 0.5em;
}
.dels-form_checkmark {
  margin-right: 0.5em;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24);
  border: 1px solid #bc72af;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.dels-form_checkmark:after {
  content: '';
  background-color: #bc72af;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  top: 0.4em;
  top: -webkit-calc(0.4em - 1px);
  top: calc(0.4em - 1px);
  left: 0.4em;
  left: -webkit-calc(0.4em - 1px);
  left: calc(0.4em - 1px);
  display: none;
}
.dels-form_checkbox:checked + .dels-form_checkmark:after {
  display: block;
}
.wc-bookings-booking-form fieldset.dels-form_fieldset {
  padding: 1em;
  border: 1px solid #c2c2c2;
  margin: 0;
}
.dels-form_legend {
  font-weight: bold;
}
.dels-form .wc-bookings-booking-form fieldset label {
  vertical-align: top;
  line-height: inherit;
  width: 100%;
}
.dels-form .wc-bookings-booking-form fieldset input:not([type="checkbox"]):not([type="radio"]) {
  width: auto;
}
.dels-form_radio {
  margin-right: 0.5em;
}
.dels-form_radiomark {
  margin-right: 0.5em;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.12), inset 0 1px 2px rgba(0,0,0,0.24);
  border: 1px solid #bc72af;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.wc-bookings-booking-form fieldset label span.dels-form_radiomark {
  display: inline-block;
  font-size: 1em;
  color: #666;
  padding: 0;
}
.dels-form_radiomark:after {
  content: '';
  background-color: #bc72af;
  width: 0.8em;
  height: 0.8em;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 0.4em;
  top: -webkit-calc(0.4em - 1px);
  top: calc(0.4em - 1px);
  left: 0.4em;
  left: -webkit-calc(0.4em - 1px);
  left: calc(0.4em - 1px);
  display: none;
}
.dels-form_radio:checked + .dels-form_radiomark:after {
  display: block;
}
.dels-form_message {
  padding: 1em 1em 1em 3em;
  background-color: #e5e5e5;
  position: relative;
}
.dels-form_message-icon {
  background-color: #91c877;
  color: #fff;
  font-size: 1em;
  display: block;
  font-weight: bold;
  padding: 0;
  position: absolute;
  top: 1.3em;
  left: 1em;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 1em;
  height: 1em;
  text-align: center;
}
.dels-form_message-icon:after {
  content: 'i';
  font-size: 0.7em;
  line-height: 1rem;
  display: block;
}
.dels-form fieldset.wc-bookings-date-picker {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.dels-form fieldset.wc-bookings-date-picker:before {
  content: 'Dates:';
  line-height: 1.6;
}
.dels-form .wc-bookings-booking-form .form-field input[type=number] {
  width: 100%;
}

@media (min-width: 992px) {

  .dels-form-section {
    padding: 2em;
  }
  .dels-form-section--flex {
    padding: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dels-form-field--half {
    width: 50%;
    width: -webkit-calc(50% - 0.5em);
    width: calc(50% - 0.5em);
  }
  .dels-form-field--heading + .dels-form-field--half + .dels-form-field--half {
    margin-top: 0;
  }
  .dels-booking-form-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-calc(40% - 1em) 2em -webkit-calc(60% - 1em);
    -ms-grid-columns: calc(40% - 1em) 2em calc(60% - 1em);
    grid-template-columns: -webkit-calc(40% - 1em) -webkit-calc(60% - 1em);
    grid-template-columns: calc(40% - 1em) calc(60% - 1em);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
            grid-template-areas:
      "duration datepicker"
      "persons datepicker"
      "resources datepicker";
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    row-gap: 2em;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .dels-booking-form-grid .wc_bookings_field_duration {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: duration;
  }
  .dels-booking-form-grid .wc_bookings_field_persons {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: persons;
  }
  .dels-booking-form-grid .wc_bookings_field_resources {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: resources;
  }
  .dels-booking-form-grid .wc-bookings-date-picker {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    grid-area: datepicker;
  }


}

/* Booking Summary */

.dels-bookings-booking-cost {
  margin-bottom: 1em;
  position: relative;
}
.dels-booking-summary-table {
  display: none;
}
.dels-booking-summary-table.active {
  display: table;
}
.dels-booking-summary-table_start-row {
  border-top: 1px solid #bbb;
}
.dels-booking-summary-table_end-row {
  border-bottom: 1px solid #bbb;
}
.dels-booking-summary-table .fa-user-circle-o {
  margin-right: 0.5em;
  color: #bbb;
}

/* Tables */

.dels-form-section table {
  background-color: #f5f5f5;
}

/* Woocommerce table overrides */

.woocommerce div.product form.cart table {
    border-width: 1px 0;
}
.woocommerce div.product form.cart table td {
  padding-left: 1em;
}
.woocommerce .quantity .qty {
  width: auto;
  text-align: left;
}

/* Woocommerce shopping cart */

.return-to-shop {
  margin-top: 2em;
}
#add_payment_method table.cart td,
#add_payment_method table.cart th, 
.woocommerce-cart table.cart td, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart td, 
.woocommerce-checkout table.cart th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  vertical-align: top;
}
.shop_table .product-name > a:first-child {
  font-size: 1.2em;
  font-weight: bold;
}
.shop_table .product-price,
.shop_table .product-subtotal {
  font-weight: bold;
}
.shop_table td.product-price,
.shop_table td.product-subtotal {
  font-size: 1.2em;
}
.woocommerce td.product-name dl.variation .variation-BookingDate,
.woocommerce td.product-name dl.variation .variation-Persons,
.woocommerce td.product-name dl.variation .variation-Duration {
  font-size: 1.2em;
}
.woocommerce td.product-name dl.variation dt.variation-BookingDate,
.woocommerce td.product-name dl.variation dt.variation-Persons,
.woocommerce td.product-name dl.variation dt.variation-Duration {
  font-weight: bold;
}
.dels-cart-table_variation.-heading {
  float: none;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-weight: bold;
}
.dels-cart-table_variation.-heading-1 {
  font-size: 1.2em;
}
.dels-cart-table_variation.-strong {
  font-weight: bold;
}
.dels-cart-table_variation.-italic,
.dels-cart-table_variation.-italic + dd {
  font-style: italic;
}
.dels-cart-table_variation.-margin,
.dels-cart-table_variation.-margin + dd {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.dels-cart-table_variation.-heading + dd {
  display: block;
  height: 0;
  font-size: 0;
}

.woocommerce td.product-name > a:first-of-type {
  font-weight: bold;
}
.woocommerce a.remove {
    display: block;
    font-size: 1em;
    height: 1.6em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    color: #fff!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    background-color: #bc72af;
    margin: 0 auto;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background-color: #9b538f;
}

.woocommerce table.shop_table_responsive tr td:not(.actions),
.woocommerce-page table.shop_table_responsive tr td:not(.actions) {
    text-align: left!important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  word-wrap: normal !important;
}


/* Woocommerce Form overrides */

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49%;
    width: -webkit-calc(50% - 0.5em);
    width: calc(50% - 0.5em);
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 1em 0;
}
.woocommerce form .form-row h1,
.woocommerce form .form-row h2,
.woocommerce form .form-row h3,
.woocommerce form .form-row h4,
.woocommerce form .form-row h5,
.woocommerce form .form-row h6 {
  margin: 0;
}
.woocommerce form .form-row label {
  line-height: 1.6;
  margin-bottom: 0.5em;
  margin-right: 0 !important; /* Important to override js-added inline styles */
} 
.woocommerce form .form-row .input-checkbox {
  margin: 0;
}
.woocommerce form .form-row .checkbox {
  padding: 1em;
  border: 1px solid #c2c2c2;
  width: 100%;
  display: block !important;
}
.woocommerce form .form-row .checkbox input {
  margin-right: 0.5em;
}
.woocommerce form .form-row .checkbox + .checkbox {
  margin-top: 1em;
}
.woocommerce-input-wrapper {
  display: block;
}
.woocommerce-input-wrapper label:after {
  content: '';
  display: block;
  width: 100%;
  height: 0.5em;
}
.thwcfe-radio-wrapper,
.woocommerce form .form-row.thwcfe-radio-wrapper  {
    padding: 1em;
    border: 1px solid #c2c2c2;
    position: relative;
    margin-top: 2.2em;
}
.thwcfe-radio-wrapper > label:first-of-type {
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  top: -1.8em;
  z-index: 3;
  width: auto;
  display: inline-block !important;
}
.thwcfe-radio-wrapper > label:first-of-type:before {
  content: '';
  position: absolute;
  top: -0.2px;
  left: -0.2px;
  right: -0.2px;
  bottom: -0.2px;
  background-color: #f1f1f1;
  display: block;
  z-index: -1;

}

/* Woocommerce payment overrides */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f1f1f1;
  -webkit-border-radius: 0;
          border-radius: 0;
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  display: inline;
  width: 25px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.8em;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    line-height: 1.6;
    background-color: #e5e5e5;
    color: #444;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 1em !important;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding:0;
  margin:0
}
.woocommerce-checkout #payment div.form-row.form-row.place-order {
  padding: 1em;
}

/* Image Row */

.dels-image-row {
  margin-bottom: 1em;
}

.dels-image-row_image + .dels-image-row_image {
  margin-top: 1em;
}

@media (min-width: 768px) {

  .dels-image-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .dels-image-row_image {
    width: 33%;
    width: -webkit-calc(33% - 0.5em);
    width: calc(33% - 0.5em);
    -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            -webkit-flex-grow: 0;
            flex-grow: 0;
  }
  .csstransforms .dels-image-row_image {
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
  }
  .csstransforms .dels-image-row_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 150%;
  }
  .objectfit .dels-image-row_image img {
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .dels-image-row_image + .dels-image-row_image {
    margin-top: 0;
  }

}



/* Updated Image if there is 1 or 2 */

@media (min-width: 768px) {
  .dels-image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dels-image-row_image {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }

  .csstransforms .dels-image-row_image {
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
  }

  .csstransforms .dels-image-row_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150%;
  }

  .objectfit .dels-image-row_image img {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .dels-image-row_image + .dels-image-row_image {
    margin-top: 0;
  }
}


/* Box List */

.dels-box-list {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #f1f1f1;
  border-left: 1px solid #91c877;
}
.dels-box-list_heading {
  color: #91c877;
}
.dels-box-list ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
} 
.dels-box-list_item {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.dels-box-list_item:before {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  display: block;
  background-image: url('/wp-content/themes/dels-child/img/star.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 1em;
  top: 0.3em;
  left: 0;
}

@media (min-width: 992px) {

  .flexbox .dels-box-list--columns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flexbox .dels-box-list--columns .dels-box-list_item {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-right: 1em;
  }

}


/* Woocommerce product overrides */
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button {
  margin-top: 1em;
  float: none;
}
.woocommerce div.product .product_title {
  margin-bottom: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #777;
    font-size: 1.44em;
    font-weight: bold;
}
.woocommerce-product-details__short-description {
  margin-bottom: 1em;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
  margin-bottom: 0.5em;
} 
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 20%;
  border: 1px solid #ccc;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+3) {
  margin-left: 0.5em;
}

.woocommerce .up-sells ul.products li.product .button,
.woocommerce .cross-sells ul.products li.product .button {
  display: none;
}
.up-sells .woocommerce-LoopProduct-link,
.up-sells .woocommerce-loop-product__link,
.cross-sells .woocommerce-LoopProduct-link,
.cross-sells .woocommerce-loop-product__link  {
  display:block;
  overflow:hidden;
  position:relative;
  border-bottom: 1px solid #bc72af;
}
.woocommerce .up-sells ul.products li.product a img,
.woocommerce .cross-sells ul.products li.product a img {
  margin:0;
}
.woocommerce .up-sells ul.products li.product .woocommerce-loop-category__title,
.woocommerce .up-sells ul.products li.product .woocommerce-loop-product__title,
.woocommerce .up-sells ul.products li.product h3,
.woocommerce .cross-sells ul.products li.product .woocommerce-loop-category__title,
.woocommerce .cross-sells ul.products li.product .woocommerce-loop-product__title,
.woocommerce .cross-sells ul.products li.product h3 {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 1em;
  background-color: #f1f1f1;
  color: #bc72af;
  font-weight: bold;
  text-align: center;
}
.svgclippaths .woocommerce .up-sells ul.products li.product .woocommerce-loop-category__title:before,
.svgclippaths .woocommerce .up-sells ul.products li.product .woocommerce-loop-product__title:before,
.svgclippaths .woocommerce .up-sells ul.products li.product h3:before,
.svgclippaths .woocommerce .cross-sells ul.products li.product .woocommerce-loop-category__title:before,
.svgclippaths .woocommerce .cross-sells ul.products li.product .woocommerce-loop-product__title:before,
.svgclippaths .woocommerce .cross-sells ul.products li.product h3:before {
  content:'';
  display: block;
  width: 110%;
  left: -5%;
  height: 30%;
  position: absolute;
  bottom: 100%;
  bottom: -webkit-calc(100% - 1px);
  bottom: calc(100% - 1px);
  left: 0;
  background-color: #f1f1f1;
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0 100%);
}
.woocommerce .up-sells ul.products li.product .price,
.woocommerce .cross-sells ul.products li.product .price {
  display: none;
}

@media (max-width: 767px) {

  .woocommerce .woocommerce-breadcrumb {
    text-align: center;
  }

}

/* Woocommerce loop overrides */

.woocommerce div.products {
    margin: 0 0 1em;
    padding: 0;
    clear: both;
}

/* Checkout fields */

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 100%;
}

/* IE Warning */

.dels-old-ie-warning {
  border: 1px solid red;
  border-left-width: 3px;
  padding: 1em;
  margin: 1em 0;
  color: #000;
  background-color: #f1f1f1;
}
.dels-old-ie-warning_title {
  color: red;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto;
  min-height: 400px;
  overflow: hidden;
}




/* Hide booking cose price as it displays in summary*/
.wc-bookings-booking-cost.dels-hidden-booking-cost{
    display: none !important;
}


/* Hide lunch and fees*/
.summary-lunch, .summary-fees{
    display: none !important;
}



/* Sidebar Test Update */
.sidebar-heading{
    text-align: center;
}

.objectfit .dels-testimonial_image{
     height: 15em;
}

.dels-testimonial_image {
   width:15em;
}

.dels-testimonial{
    background: #bc72af;
}
.dels-testimonial_quote-mark:before{
    background: none;
    color: rgb(245,245,245);
}

.dels-testimonial_inner{
    border: none;
    color: rgb(255,255,255);
}




/* Video Banner Home */

.dels-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.dels-banner--video {
    background-image: none !important;
}

.dels-banner__video {
    position: absolute;
    inset: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    pointer-events: auto;
    z-index: 1;
}

.dels-banner__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.dels-banner-logo,
.dels-banner-box {
    position: relative;
    z-index: 2;
}



@media (max-width: 768px) {
    .dels-banner.dels-banner--video {
        height: 100% !important;
        min-height: 280px !important;
    }

    .dels-banner__video {
        pointer-events: auto;
    }
    

    .dels-banner__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
    }
}






.course-video-link-block {
    margin: 30px auto;
}

.course-video-link-block--contained {
    max-width: 1100px;
}

.course-video-link-block--full {
    width: 100%;
    max-width: none;
}

.course-video-link-block__embed {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

/* Normal YouTube/Vimeo */
.course-video-link-block__embed--standard {
    aspect-ratio: 16 / 9;
}

/* YouTube Shorts */
.course-video-link-block__embed--short {
    width: 100%;
    height: 500px;
    aspect-ratio: auto;
}

@media (max-width: 768px) {
    .course-video-link-block__embed--short {
        height: 360px;
    }
}

.course-video-link-block__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.course-video-link-block__embed--short {
    width: 100%;
    height: 500px;
}

@media (max-width: 768px) {
    .course-video-link-block__embed--short {
        height: 650px;
    }
}

.course-video-link-block__embed--short {
    width: 100%;
    height: 500px;
}

@media (max-width: 768px) {
    .course-video-link-block__embed--short {
        height: 75vh;
    }
}