@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../chisenhale/assets/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../chisenhale/assets/fonts/slick.eot");
  src: url("../chisenhale/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../chisenhale/assets/fonts/slick.woff") format("woff"), url("../chisenhale/assets/fonts/slick.ttf") format("truetype"), url("../chisenhale/assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* COLOURS */
@media (max-width: 767px) {
  .container {
    width: 100%; } }

@media (max-width: 767px) {
  .container > .row > div[class^="col-"] {
    padding-left: 30px;
    padding-right: 30px; } }

.ft-28 {
  font-size: 28px !important;
  line-height: 38px; }
  @media (min-width: 768px) {
    .ft-28 {
      font-size: 28px !important;
      line-height: 38px; } }

.ft-24 {
  font-size: 18px !important;
  line-height: 28px; }
  @media (min-width: 768px) {
    .ft-24 {
      font-size: 24px !important;
      line-height: 38px; } }

.ft-20 {
  font-size: 20px !important;
  line-height: 38px; }
  @media (min-width: 768px) {
    .ft-20 {
      font-size: 20px !important;
      line-height: 38px; } }

.ft-18 {
  font-size: 18px !important;
  line-height: 28px; }

.hidden-md {
  display: block; }
  @media (min-width: 768px) {
    .hidden-md {
      display: none; } }

.w-100 {
  width: 100%; }

.w-90 {
  width: 90%; }

@media (min-width: 768px) {
  .w-80 {
    width: 80%;
    margin-left: 20%; } }

.max-width {
  max-width: 1170px;
  margin: 0 auto; }

.margin-auto {
  margin: 0 auto;
  display: block !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.text-center {
  text-align: center !important; }

.underline-link a {
  text-decoration: underline; }

.sep {
  border-top: 1px solid #c0c0c0;
  margin: 2rem 0;
  width: 100%; }

body {
  color: #000000;
  font-size: 16px; }

.d-flex {
  display: flex !important; }

.sign-up-wrapper {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .sign-up-wrapper {
      padding-bottom: 0; } }
  .sign-up-wrapper .row {
    display: flex;
    align-items: center; }
    .sign-up-wrapper .row .col-md-7 {
      border-bottom: 1px solid #c0c0c0;
      margin-bottom: 20px;
      padding: 15px; }
      @media (min-width: 768px) {
        .sign-up-wrapper .row .col-md-7 {
          border-right: 1px solid #c0c0c0;
          border-bottom: none;
          padding: 3rem 40px 3rem 15px;
          margin-bottom: 0; } }
    .sign-up-wrapper .row .col-md-5 {
      padding: 15px; }
      @media (min-width: 768px) {
        .sign-up-wrapper .row .col-md-5 {
          padding: 3rem 15px 3rem 40px; } }

.new-cards .card-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 15px; }
  .new-cards .card-intro h2 {
    margin: 0; }
  .new-cards .card-intro a {
    text-decoration: none; }

.new-cards .image-card {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .new-cards .image-card {
      margin-bottom: 0; } }
  .new-cards .image-card img {
    width: 100%; }
  .new-cards .image-card .content {
    background-color: transparent;
    color: #000000;
    padding: 0;
    height: auto; }
    .new-cards .image-card .content h2 {
      margin-top: 15px; }
    .new-cards .image-card .content a:not(.button-design) {
      color: #4160D3;
      text-decoration: none; }
  .new-cards .image-card.member-card h2 {
    margin-bottom: 16px; }
  .new-cards .image-card.member-card img {
    border-radius: 4px;
    margin-bottom: 0; }
  .new-cards .image-card.classes-card .content, .new-cards .image-card.whats-on-card .content {
    background-color: #F8F8F8;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-end;
    width: 100%; }
    .new-cards .image-card.classes-card .content .content-header, .new-cards .image-card.whats-on-card .content .content-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #c0c0c0;
      margin-top: 0;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .new-cards .image-card.classes-card .content .content-header h2, .new-cards .image-card.whats-on-card .content .content-header h2 {
        margin-top: 0;
        margin-bottom: 15px; }
      .new-cards .image-card.classes-card .content .content-header .age-range, .new-cards .image-card.whats-on-card .content .content-header .age-range {
        display: flex; }
        .new-cards .image-card.classes-card .content .content-header .age-range svg, .new-cards .image-card.whats-on-card .content .content-header .age-range svg {
          margin-top: 4px;
          margin-right: 10px; }
    .new-cards .image-card.classes-card .content .class-time, .new-cards .image-card.classes-card .content .date, .new-cards .image-card.whats-on-card .content .class-time, .new-cards .image-card.whats-on-card .content .date {
      font-size: 15px;
      width: 100%; }
      .new-cards .image-card.classes-card .content .class-time svg, .new-cards .image-card.classes-card .content .date svg, .new-cards .image-card.whats-on-card .content .class-time svg, .new-cards .image-card.whats-on-card .content .date svg {
        margin-right: 10px; }
    .new-cards .image-card.classes-card .content .date, .new-cards .image-card.whats-on-card .content .date {
      margin-bottom: 7px; }
    .new-cards .image-card.classes-card .content .class-time, .new-cards .image-card.whats-on-card .content .class-time {
      margin-bottom: 15px; }
    .new-cards .image-card.classes-card .content .short-text, .new-cards .image-card.whats-on-card .content .short-text {
      margin-bottom: 15px;
      display: inline-block; }

.new-cards .cards .image-card:not(:last-of-type) {
  margin-bottom: 45px; }
  @media (min-width: 767px) {
    .new-cards .cards .image-card:not(:last-of-type) {
      margin-bottom: 20px; } }

#header {
  box-shadow: none; }
  #header .nav-main {
    font-size: 20px;
    border-top: none;
    border-bottom: none; }
    #header .nav-main a {
      font-weight: bold;
      color: #000;
      border: none; }
      #header .nav-main a:focus {
        background-color: transparent;
        color: #000000; }
      #header .nav-main a:hover {
        background-color: transparent !important;
        color: #885BC2; }
    #header .nav-main li {
      display: inline-block;
      float: none; }
      #header .nav-main li > a {
        padding-bottom: 25px;
        text-align: left; }
        @media (min-width: 767px) {
          #header .nav-main li > a {
            margin-right: 50px; } }
      #header .nav-main li .sub-menu {
        max-height: 0;
        overflow: hidden;
        display: block;
        padding: 0;
        left: auto;
        box-shadow: none;
        -webkit-transition: max-height 0.4s ease-in-out;
        -moz-transition: max-height 0.4s ease-in-out;
        -ms-transition: max-height 0.4s ease-in-out;
        -o-transition: max-height 0.4s ease-in-out;
        transition: max-height 0.4s ease-in-out;
        float: left;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        background-color: white;
        border-radius: 0 0 5px 5px; }
        @media (max-width: 767px) {
          #header .nav-main li .sub-menu {
            width: 100%;
            left: 0;
            position: relative; } }
        #header .nav-main li .sub-menu li {
          padding-bottom: 20px;
          text-align: left; }
          @media (min-width: 767px) {
            #header .nav-main li .sub-menu li {
              text-align: left;
              padding: 0 20px 10px 15px; }
              #header .nav-main li .sub-menu li:first-of-type {
                margin-top: 15px; }
              #header .nav-main li .sub-menu li:last-of-type {
                margin-bottom: 15px; }
              #header .nav-main li .sub-menu li a {
                width: 225px;
                display: block;
                text-align: left;
                padding-bottom: 0; } }
          @media (max-width: 767px) {
            #header .nav-main li .sub-menu li a {
              padding-left: 30px;
              padding-bottom: 15px; } }
        #header .nav-main li .sub-menu.show {
          position: relative;
          width: 100%;
          left: 0;
          max-height: 300px; }
          #header .nav-main li .sub-menu.show li a {
            margin: 0;
            width: 100%;
            text-align: center;
            padding-left: 30px;
            padding-bottom: 15px; }
      #header .nav-main li:hover, #header .nav-main li:focus {
        border-top: none;
        border-bottom: none; }
        @media (min-width: 767px) {
          #header .nav-main li:hover .sub-menu, #header .nav-main li:focus .sub-menu {
            max-height: 300px;
            left: auto; } }
      #header .nav-main li.menu-item-has-children {
        position: relative; }
        #header .nav-main li.menu-item-has-children .icon-angle-down {
          content: '';
          background-image: url("../images/down-arrow.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          width: 16px;
          height: 16px;
          position: absolute;
          right: 25px;
          display: inline-block;
          top: 20px; }
          @media (max-width: 767px) {
            #header .nav-main li.menu-item-has-children .icon-angle-down {
              right: 25px; } }
          #header .nav-main li.menu-item-has-children .icon-angle-down.flip {
            transform: rotate(180deg); }
    @media (max-width: 767px) {
      #header .nav-main {
        background-color: #FFFFFF;
        margin-top: 40px; }
        #header .nav-main li {
          display: block; } }

@media (min-width: 768px) {
  .nav-top {
    display: flex;
    justify-content: space-between; } }

#header .navbar-toggle.collapsed .icon-bar {
  background-color: #000; }

#footer {
  background-color: #432A64;
  color: #FFFFFF; }
  #footer .footer-main {
    border-top: none;
    padding-bottom: 1.5rem; }
    @media (max-width: 767px) {
      #footer .footer-main .col-md-3:first-of-type {
        margin-bottom: 20px; }
        #footer .footer-main .col-md-3:first-of-type p {
          margin-bottom: 20px; }
      #footer .footer-main .footer-social {
        margin-bottom: 15px; } }
    #footer .footer-main a {
      color: #fff;
      padding-top: 0; }
      @media (max-width: 767px) {
        #footer .footer-main a {
          padding-left: 0; } }
      #footer .footer-main a:hover {
        background-color: transparent; }
    #footer .footer-main .links.footer-social {
      display: flex; }
      #footer .footer-main .links.footer-social li {
        margin-right: 10px; }
    #footer .footer-main .links a .circle {
      background-color: #FFFFFF;
      color: #432A64; }
      @media (max-width: 767px) {
        #footer .footer-main .links a .circle {
          width: 36px;
          height: 36px;
          line-height: 38px;
          font-size: 19px; } }
    @media (min-width: 768px) {
      #footer .footer-main .col-md-6 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF; } }
    @media (min-width: 768px) {
      #footer .footer-main div:last-of-type {
        padding-left: 30px; } }
  #footer .row.secondary {
    margin-bottom: 1.5rem; }
    #footer .row.secondary .d-flex {
      justify-content: space-between; }
      @media (max-width: 767px) {
        #footer .row.secondary .d-flex {
          flex-wrap: wrap;
          justify-content: center; } }

.button-design {
  background-color: #885BC2;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: .8em;
  margin-bottom: .8em;
  color: #FFFFFF !important;
  -moz-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  font-weight: 700; }
  .button-design.dark-purple {
    background-color: #645499; }
  .button-design.green {
    background-color: #3C697C; }
  .button-design.pink {
    background-color: #DE0262; }
  .button-design.white {
    background-color: #FFFFFF;
    color: #000000 !important; }
  .button-design.yellow {
    background-color: #FCFF4B; }
  .button-design.grey {
    background-color: #D1D1D1;
    color: #000000 !important;
    border: none; }
  .button-design:hover {
    background-color: #000000;
    color: #FFFFFF !important; }

.image-card.classes-card a:hover {
  color: #FFFFFF !important; }

.bg-tint {
  background-color: rgba(136, 91, 194, 0.8); }
  .bg-tint.dark-purple {
    background-color: rgba(100, 84, 153, 0.8); }
  .bg-tint.green {
    background-color: rgba(60, 105, 124, 0.8); }
  .bg-tint.pink {
    background-color: rgba(222, 2, 98, 0.8); }
  .bg-tint.yellow {
    background-color: rgba(252, 255, 75, 0.8); }

.text-tint {
  color: #000000; }
  .text-tint.dark-purple {
    color: #645499 !important; }
  .text-tint.purple {
    color: #885BC2 !important; }
  .text-tint.green {
    color: #3C697C !important; }
  .text-tint.pink {
    color: #DE0262 !important; }
  .text-tint.yellow {
    color: #FCFF4B !important; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  width: 100%; }

.carousel-inner > .item {
  max-height: 640px;
  min-height: 640px; }
  @media (max-width: 767px) {
    .carousel-inner > .item {
      height: auto;
      max-height: 400px;
      min-height: 280px;
      background-image: none !important; } }

.new-nav {
  margin-bottom: 20px; }
  .new-nav .links {
    display: flex;
    border-bottom: 1px solid #c0c0c0; }
    .new-nav .links li {
      padding-bottom: 5px;
      margin-right: 15px; }
      .new-nav .links li.current_page_item {
        font-weight: bold;
        border-bottom: 3px solid #3C697C; }
      .new-nav .links li a {
        color: #000000;
        font-size: 20px; }
      @media (min-width: 768px) {
        .new-nav .links li {
          margin-right: 66px; } }

.classes-events-hire {
  padding: 0 15px 3rem;
  margin-top: 2rem; }
  .classes-events-hire .section-title h2 {
    margin: 2rem 0; }
  .classes-events-hire .row.new-cards {
    display: flex;
    justify-content: center; }
    .classes-events-hire .row.new-cards .image-card img {
      width: 100%; }
    .classes-events-hire .row.new-cards .image-card .content {
      background-color: #F8F8F8;
      padding: 15px; }
      .classes-events-hire .row.new-cards .image-card .content h2 {
        border-bottom: 1px solid #c0c0c0;
        margin-top: 0;
        margin-bottom: 15px; }

.donate-signup-apply {
  border-bottom: 5px solid #FCFF4B;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .donate-signup-apply {
      margin-top: 30px; } }
  .donate-signup-apply .wrapper {
    background-color: #FCFF4B;
    border-radius: 28px 28px 0 0;
    padding: 30px 55px 15px; }
    @media (min-width: 768px) {
      .donate-signup-apply .wrapper {
        padding: 30px 55px; } }
    .donate-signup-apply .wrapper .col-md-4 {
      display: flex;
      align-items: center; }
      .donate-signup-apply .wrapper .col-md-4 .button-design {
        display: flex; }
        .donate-signup-apply .wrapper .col-md-4 .button-design svg {
          margin-right: 10px; }

.heading-text-block h2 {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0; }

.heading-text-block img {
  border-radius: 5px;
  height: auto; }
  .heading-text-block img.wrap-it {
    float: right;
    width: 125px;
    margin-top: 30px;
    margin-left: 20px; }
    @media (min-width: 768px) {
      .heading-text-block img.wrap-it {
        width: 200px; } }

@media (min-width: 768px) {
  .heading-text-block p {
    overflow: hidden; } }

.heading-text-block .col-md-7 ul {
  padding-left: 18px; }

.heading-text-block .read-more {
  cursor: pointer; }
  .heading-text-block .read-more.flip .icon-angle-down {
    transform: rotate(180deg);
    margin-bottom: -2px; }
  .heading-text-block .read-more .hide {
    display: none; }

.heading-text-block .show-text {
  display: none; }

div#home-carousel {
  width: 100%; }
  div#home-carousel .carousel-image {
    display: none; }
  div#home-carousel .mobile-image {
    display: block; }
  @media (min-width: 768px) {
    div#home-carousel .carousel-image {
      display: block; }
    div#home-carousel .mobile-image {
      display: none; } }
  div#home-carousel .carousel-overlay {
    position: relative; }
    @media (min-width: 768px) {
      div#home-carousel .carousel-overlay {
        position: absolute; } }

.carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(136, 91, 194, 0.8); }
  .carousel-overlay .row {
    display: flex;
    align-items: center; }
    .carousel-overlay .row .col-xs-4 {
      text-align: right; }
  .carousel-overlay h2, .carousel-overlay p {
    color: #fff;
    font-size: 22px; }
    @media (min-width: 768px) {
      .carousel-overlay h2, .carousel-overlay p {
        font-size: 28px; } }
  .carousel-overlay h2 {
    font-weight: 700;
    margin-bottom: 0; }
  .carousel-overlay p {
    font-weight: 500;
    margin-bottom: 20px; }
  .carousel-overlay .carousel-controls span {
    color: #fff; }

.container-fluid.embed-block {
  padding-top: 2rem; }
  .container-fluid.embed-block#block-availability, .container-fluid.embed-block#block-book {
    border-top: none; }

.faqs-block .faq-wrapper {
  width: 100%;
  border-top: 1px solid #c0c0c0;
  padding-top: 15px; }
  .faqs-block .faq-wrapper .faq-question {
    cursor: pointer; }
    .faqs-block .faq-wrapper .faq-question.flip .icon-angle-down svg {
      transform: rotate(180deg);
      margin-bottom: 1px; }
  .faqs-block .faq-wrapper .faq-answer {
    display: none; }

.image-text-block {
  background-color: #F8F8F8;
  padding: 3rem 15px 3rem; }
  .image-text-block .row {
    display: flex; }
    .image-text-block .row .col-md-6 img {
      width: 100%;
      margin-bottom: 0; }
    .image-text-block .row .col-md-6 h2 {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .image-text-block .row .col-md-6 h2 {
          margin-top: 0; } }
    .image-text-block .row .col-md-6:last-of-type {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .image-text-block .row .col-md-6:last-of-type {
          margin-top: 0; } }

.latest-news-members {
  padding: 1.5rem 15px 1.5rem; }
  @media (min-width: 768px) {
    .latest-news-members {
      padding: 1.5rem 15px 1rem; } }
  .latest-news-members .card-intro {
    margin-top: 0; }
  .latest-news-members .image-card .post-date {
    padding: 10px 0 8px; }
    @media (max-width: 767px) {
      .latest-news-members .image-card .post-date {
        display: none; } }

#photo-gallery {
  background-color: #F8F8F8;
  padding-top: 2rem;
  padding-bottom: 3rem; }
  #photo-gallery h2 {
    margin-bottom: 2rem; }

.gallery-slider {
  position: relative; }
  .gallery-slider .container:before, .gallery-slider .row:before {
    display: none; }
  @media (max-width: 768px) {
    .gallery-slider .col-md-8 {
      padding: 0 40px !important; } }
  .gallery-slider._images {
    margin: 0;
    position: relative;
    overflow: initial; }
    .gallery-slider._images .item {
      padding: 0;
      display: flex; }
      .gallery-slider._images .item .img-fill {
        text-align: center;
        padding: 10px;
        height: 60vw;
        background-color: #FFFFFF;
        background-position: center;
        max-height: 680px; }
        @media (min-width: 768px) {
          .gallery-slider._images .item .img-fill {
            height: 55vw; } }
        @media (min-width: 988px) {
          .gallery-slider._images .item .img-fill {
            height: 48vw; } }
        @media (min-width: 1200) {
          .gallery-slider._images .item .img-fill {
            height: 53vw; } }
        .gallery-slider._images .item .img-fill img {
          display: inline-block;
          position: relative;
          max-width: 100%;
          width: initial;
          max-height: 100%;
          top: 50%;
          height: fit-content;
          transform: translateY(-50%); }
  @media (max-width: 767px) {
    .gallery-slider .slick-next {
      right: -55px; } }
  .gallery-slider .slick-next:before {
    content: "";
    background-image: url("../images/arrow-left-gallery.svg");
    width: 50px;
    height: 50px;
    background-size: contain;
    display: block;
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .gallery-slider .slick-next:before {
        width: 25px;
        height: 25px; } }
  .gallery-slider .slick-next:hover:before {
    background-image: url("../images/arrow-right-gallery.svg");
    transform: rotate(0deg); }
  @media (max-width: 767px) {
    .gallery-slider .slick-prev {
      left: -32px; } }
  .gallery-slider .slick-prev:before {
    content: "";
    background-image: url("../images/arrow-left-gallery.svg");
    width: 50px;
    height: 50px;
    background-size: contain;
    display: block; }
    @media (max-width: 767px) {
      .gallery-slider .slick-prev:before {
        width: 25px;
        height: 25px; } }
  .gallery-slider .slick-prev:hover:before {
    background-image: url("../images/arrow-right-gallery.svg");
    transform: rotate(180deg); }
  .gallery-slider .slick-slide.slick-current.slick-active div {
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }

.container.slider-wrapper > .row.gallery-slider {
  display: flex;
  justify-content: center; }

.caption-wrapper .row.justify-content-center {
  display: flex;
  justify-content: center; }

.container.caption-wrapper .col-md-8 {
  border-right: none; }

@media (min-width: 1200) {
  .container.caption-wrapper .row {
    justify-content: flex-start !important; }
    .container.caption-wrapper .row .col-md-8 {
      padding: 0; }
      .container.caption-wrapper .row .col-md-8 .caption {
        text-align: left; } }

.caption {
  text-align: center;
  font-size: 16px;
  margin-top: 1rem; }

.slick-slide {
  position: relative; }

.slick-next {
  right: -70px; }

.slick-prev {
  left: -70px;
  z-index: 100; }

.slick-next, .slick-prev {
  height: 48px;
  width: 48px; }
  .slick-next:before, .slick-prev:before {
    font-size: 3rem;
    color: #885BC2; }

.testimonial-block {
  padding: 3rem 15px 2rem; }
  .testimonial-block .testimonial {
    display: flex; }
    .testimonial-block .testimonial .quote > p:first-of-type {
      color: #885BC2;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .testimonial-block .testimonial .quote > p:first-of-type {
          font-size: 28px;
          line-height: 38px; } }
    .testimonial-block .testimonial span.quote_icon.first {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
    .testimonial-block .testimonial .citation {
      color: #000000; }
    .testimonial-block .testimonial .quote_icon {
      margin-right: 30px; }
    .testimonial-block .testimonial svg {
      width: 50px;
      transform: rotate(180deg); }

.testimonial-block + .latest-news-members {
  border-top: 1px solid #c0c0c0; }

.studio-rates {
  text-align: right; }
  .studio-rates .wrapper {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    text-align: left;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .studio-rates .wrapper {
        width: 80%;
        margin-left: 20%; } }
  .studio-rates .links {
    width: 100%;
    text-align: left; }
    @media (min-width: 768px) {
      .studio-rates .links {
        width: 80%;
        margin-left: 20%; } }
  .studio-rates .rate-item {
    margin-bottom: 15px; }
    .studio-rates .rate-item p {
      margin-bottom: 5px; }

.studio-gallery {
  background-color: #F8F8F8;
  padding: 3rem 15px;
  margin-bottom: 2rem; }
  .studio-gallery .grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    gap: 10px;
    position: relative; }
    .studio-gallery .grid > div {
      background-size: cover;
      background-repeat: none;
      background-position: center;
      border-radius: 2px; }
    .studio-gallery .grid .box-1 {
      grid-column: 1 / 3;
      grid-row: 1 / 3; }
    .studio-gallery .grid .box-3 {
      grid-column-start: 3;
      grid-column-end: 3; }
    .studio-gallery .grid img {
      margin-bottom: 0; }
    .studio-gallery .grid .view-all {
      position: absolute;
      bottom: 5px;
      right: 15px;
      width: 183px; }
      @media (min-width: 768px) {
        .studio-gallery .grid .view-all {
          left: initial;
          right: 10px; } }

.page-template-studios #header {
  position: relative; }
  .page-template-studios #header:after {
    border-bottom: 3px solid #DE0262;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1; }

.page-template-studios h1 {
  margin-bottom: 32px; }

@media (min-width: 768px) {
  .page-template-studios .modal-dialog {
    max-width: 1000px;
    width: 90%;
    margin: 30px auto; } }

.page-template-studios .content-blocks > div + div:not(.has-bg):not(.heading-text-block) {
  border-top: none; }

#header {
  position: relative; }
  @media (max-width: 768px) {
    #header {
      padding: 25px 0; } }
  #header:after {
    border-bottom: 3px solid #FFFFFF;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1; }
  #header.pink:after {
    border-bottom: 3px solid #DE0262; }
  #header.purple:after {
    border-bottom: 3px solid #885BC2; }
  #header.dark-purple:after {
    border-bottom: 3px solid #645499; }
  #header.yellow:after {
    border-bottom: 3px solid #FCFF4B; }
  #header.green:after {
    border-bottom: 3px solid #3C697C; }
  #header .nav-words {
    display: flex;
    align-items: center;
    margin-top: 0; }
    @media (max-width: 767px) {
      #header .nav-words {
        width: 100%;
        justify-content: center; } }
    #header .nav-words.hidden-md {
      margin-top: 30px; }
      @media (min-width: 768px) {
        #header .nav-words.hidden-md {
          display: none; } }
    #header .nav-words a {
      margin: 13px; }
    #header .nav-words .button-design {
      color: #000000 !important;
      border: 1px solid #000000;
      background-color: #FCFF4B;
      padding: 9px 30px; }
      #header .nav-words .button-design:hover {
        background-color: #885BC2;
        color: #FFFFFF !important; }

form#form-search-nav {
  display: flex; }

.top-level-header {
  display: block;
  position: relative; }
  .top-level-header > .row {
    background-size: cover;
    background-position: center;
    height: 400px; }

.table-block {
  padding: 2rem 15px; }
  .table-block .col-md-12 .cols-2 {
    display: flex; }
    .table-block .col-md-12 .cols-2 > div {
      flex: 0 0 28.33%;
      max-width: 28.33%;
      padding-left: 10px; }
      .table-block .col-md-12 .cols-2 > div:first-of-type {
        flex: 0 0 15%;
        max-width: 15%; }
      .table-block .col-md-12 .cols-2 > div:nth-child(odd) {
        background-color: #F8F8F8; }
      .table-block .col-md-12 .cols-2 > div:nth-child(even) {
        background-color: #EBEBEB; }
    .table-block .col-md-12 .cols-2.titles > div {
      padding-top: 15px;
      padding-bottom: 20px; }
  .table-block .col-md-12 .cols-3 {
    display: flex; }
    .table-block .col-md-12 .cols-3 > div {
      flex: 0 0 28.33%;
      max-width: 28.33%;
      padding: 5px 10px; }
      .table-block .col-md-12 .cols-3 > div:first-of-type {
        flex: 0 0 15%;
        max-width: 15%; }
      .table-block .col-md-12 .cols-3 > div:nth-child(odd) {
        background-color: #F8F8F8; }
      .table-block .col-md-12 .cols-3 > div:nth-child(even) {
        background-color: #EBEBEB; }
  .table-block .col-md-12 > div:last-of-type > div {
    padding-bottom: 15px; }
  .table-block .container > .row {
    margin: 0; }
  @media (max-width: 667px) {
    .table-block .desktop {
      display: none !important; } }
  .table-block .mobile {
    display: none; }
    .table-block .mobile .column {
      width: 100%;
      padding: 1rem; }
      .table-block .mobile .column:nth-child(odd) {
        background-color: #F8F8F8; }
      .table-block .mobile .column:nth-child(even) {
        background-color: #EBEBEB; }
    @media (max-width: 667px) {
      .table-block .mobile {
        display: block; } }

.content-blocks {
  width: 100%; }
  .content-blocks > div:not(:first-of-type) {
    margin-top: 2rem; }
  .content-blocks > div.has-bg + div {
    border-top: none !important; }

.page-template-classes .new-cards, .page-template-whatson .new-cards {
  display: flex;
  flex-wrap: wrap; }
  .page-template-classes .new-cards .col-md-6, .page-template-whatson .new-cards .col-md-6 {
    margin-bottom: 20px;
    display: flex; }
    @media (max-width: 768px) {
      .page-template-classes .new-cards .col-md-6:last-of-type, .page-template-whatson .new-cards .col-md-6:last-of-type {
        margin-bottom: 0; } }
    .page-template-classes .new-cards .col-md-6 .image-card, .page-template-whatson .new-cards .col-md-6 .image-card {
      background-color: #F8F8F8;
      display: flex;
      flex-wrap: wrap;
      margin-right: 0;
      width: 100%; }
      .page-template-classes .new-cards .col-md-6 .image-card a:not(.button-design), .page-template-whatson .new-cards .col-md-6 .image-card a:not(.button-design) {
        width: 100%; }

@media (max-width: 768px) {
  .page-template-classes .col-xs-12.col-md-4.classes-filters, .page-template-whatson .col-xs-12.col-md-4.classes-filters {
    order: -1;
    margin-bottom: 20px; } }

.page-template-classes .col-xs-12.col-md-4.classes-filters .input-group, .page-template-whatson .col-xs-12.col-md-4.classes-filters .input-group {
  display: flex; }
  .page-template-classes .col-xs-12.col-md-4.classes-filters .input-group .input-group-addon, .page-template-whatson .col-xs-12.col-md-4.classes-filters .input-group .input-group-addon {
    display: flex;
    justify-content: center; }

.page-template-classes .col-xs-12.col-md-4.classes-filters label, .page-template-whatson .col-xs-12.col-md-4.classes-filters label {
  font-weight: 500; }

@media (min-width: 768px) {
  .page-template-classes .col-xs-12.col-md-4.classes-filters .slide-trigger, .page-template-whatson .col-xs-12.col-md-4.classes-filters .slide-trigger {
    display: none; } }

.page-template-classes .col-xs-12.col-md-4.classes-filters .slide-trigger.active, .page-template-whatson .col-xs-12.col-md-4.classes-filters .slide-trigger.active {
  border-bottom: 1px solid #c0c0c0; }

.page-template-classes .col-xs-12.col-md-4.classes-filters .slide-trigger svg, .page-template-whatson .col-xs-12.col-md-4.classes-filters .slide-trigger svg {
  margin-left: 10px;
  transform: rotate(180deg); }

.page-template-classes .col-xs-12.col-md-4.classes-filters .slide-trigger .trigger-slide.flip svg, .page-template-whatson .col-xs-12.col-md-4.classes-filters .slide-trigger .trigger-slide.flip svg {
  transform: rotate(0deg); }

.page-template-classes .col-xs-12.col-md-4.classes-filters #filterGroup, .page-template-whatson .col-xs-12.col-md-4.classes-filters #filterGroup {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .page-template-classes .col-xs-12.col-md-4.classes-filters #filterGroup, .page-template-whatson .col-xs-12.col-md-4.classes-filters #filterGroup {
      display: none;
      padding-top: 30px; } }

.page-template-classes .content-blocks, .page-template-whatson .content-blocks {
  border-top: 1px solid #c0c0c0; }
  @media (min-width: 769px) {
    .page-template-classes .content-blocks, .page-template-whatson .content-blocks {
      margin-top: 3rem; } }

.classes-filters .wrapper {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  padding: 40px 40px 0; }
  @media (max-width: 767px) {
    .classes-filters .wrapper {
      padding: 30px 30px 0; } }

.single-classes .body-wrap, .single-whatson .body-wrap {
  padding: 3rem 0; }

.single-classes .col-xs-12.col-md-8.main-content, .single-whatson .col-xs-12.col-md-8.main-content {
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .single-classes .col-xs-12.col-md-8.main-content, .single-whatson .col-xs-12.col-md-8.main-content {
      padding-right: 120px; } }

@media (max-width: 767px) {
  .single-classes .col-md-4, .single-whatson .col-md-4 {
    margin-bottom: 30px; } }

.single-classes .col-md-4 .wrapper, .single-whatson .col-md-4 .wrapper {
  padding: 20px;
  border: 1px solid #c0c0c0;
  border-radius: 5px; }
  .single-classes .col-md-4 .wrapper h4, .single-whatson .col-md-4 .wrapper h4 {
    margin-bottom: 17px; }
  .single-classes .col-md-4 .wrapper .detail-wrapper, .single-whatson .col-md-4 .wrapper .detail-wrapper {
    display: flex; }
    .single-classes .col-md-4 .wrapper .detail-wrapper.studio-location, .single-whatson .col-md-4 .wrapper .detail-wrapper.studio-location {
      align-items: center;
      margin-bottom: 10px; }
      .single-classes .col-md-4 .wrapper .detail-wrapper.studio-location p, .single-whatson .col-md-4 .wrapper .detail-wrapper.studio-location p {
        font-size: 15px;
        margin-bottom: 0; }
    .single-classes .col-md-4 .wrapper .detail-wrapper.studio-cost .cost-wrapper p:not(:last-of-type), .single-whatson .col-md-4 .wrapper .detail-wrapper.studio-cost .cost-wrapper p:not(:last-of-type) {
      margin-bottom: 0; }
    .single-classes .col-md-4 .wrapper .detail-wrapper svg, .single-classes .col-md-4 .wrapper .detail-wrapper img, .single-whatson .col-md-4 .wrapper .detail-wrapper svg, .single-whatson .col-md-4 .wrapper .detail-wrapper img {
      margin-right: 17px;
      width: 18px;
      height: fit-content;
      margin-top: 4px;
      max-height: 12px; }

.page-template-whatson .new-cards {
  display: flex;
  flex-wrap: wrap; }
  .page-template-whatson .new-cards .col-lg-4 {
    margin-bottom: 20px; }

.snd-nav .heading {
  color: #000; }

.pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  margin: 0; }
  .pagination-wrapper .pagination .page-numbers {
    border-left: none;
    border-right: none;
    padding: 5px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    margin: 0 3px;
    text-decoration: none; }
  .pagination-wrapper .pagination .page-numbers:not(.next):not(.prev):not(.dots) {
    background-color: #FFFFFF;
    border-radius: 50%; }
    .pagination-wrapper .pagination .page-numbers:not(.next):not(.prev):not(.dots).current {
      background-color: #885BC2;
      color: #FFFFFF; }

@media (max-width: 768px) {
  .body-wrap {
    margin-top: 0px; } }

@media (max-width: 768px) {
  .container.fullwidth {
    width: 100%; } }

.page-template-default .content-blocks {
  margin-top: 30px; }

.select2-container {
  min-width: 200px;
  width: 200px; }

.select2-container .select2-selection--single {
  height: 39px !important; }

.select2-selection__rendered {
  line-height: 35px !important; }

.select2-selection__arrow {
  height: 38px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 1px solid black;
  width: 35px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 40px; }

.member-modal .links li .i {
  color: #696969;
  font-size: 18px;
  line-height: 20px;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #885BC2;
  padding: 5px;
  border-radius: 50%;
  color: white; }

@media (max-width: 768px) {
  .member-modal .links {
    margin: 20px 0; } }

.single-post .col-sm-8.main-content {
  margin-top: 2rem; }

@media (min-width: 768px) {
  .single-post .col-sm-4.sidebar {
    margin-top: 2rem; } }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100%; }

@media (min-width: 1200px) {
  .blog-content .image-card:nth-child(1n+1), .blog-content .image-card:nth-child(1n+1), .with-sidebar .image-card:nth-child(2n+1) {
    margin-right: 20px; } }

@media (min-width: 768px) {
  .blog-content .image-card:nth-child(2n+1), .with-sidebar .image-card:nth-child(2n+1) {
    clear: none; }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 48%; } }

.single-product .product_meta {
  display: none; }
