@charset "UTF-8";
#enquiry-form {
  color: #473147;
  margin: auto;
  max-width: 1000px;
  padding-bottom: 2rem;
}
#enquiry-form h1 {
  font-size: 2rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#enquiry-form .subtitle {
  color: #E2D6D3;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#enquiry-form label {
  display: block;
  padding-top: 10px;
}
#enquiry-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #473147;
  content: '';
  display: inline-block;
  height: 1em;
  position: relative;
  outline-width: 0;
  transition: background 0.2s;
  vertical-align: middle;
  width: 1em;
}
#enquiry-form input[type=checkbox]:before {
  content: '';
}
#enquiry-form input[type=checkbox]:checked {
  background-color: #52d2bc;
}
#enquiry-form input[type=checkbox]:checked:before {
  content: "\F00C";
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transform: rotate(-5deg) !important;
          transform: rotate(-5deg) !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 1px;
  top: 1px;
}
#enquiry-form input:disabled,
#enquiry-form input:-moz-read-only {
  opacity: 1;
}
#enquiry-form input:disabled,
#enquiry-form input:read-only {
  opacity: 1;
}
#enquiry-form textarea {
  height: 10rem;
}
#enquiry-form button {
  color: #fff;
  padding: 1rem 4rem;
}
#enquiry-form .flexible-date {
  margin-top: -4px;
  margin-left: 4px;
}
#enquiry-form #available-date {
  display: flex;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
#enquiry-form #available-date.visible {
  max-height: 1000px;
  margin: 0 -1rem 2rem -1rem;
}
#enquiry-form #available-date #available-date-wrapper {
  background-color: #52d2bc;
  color: #473147;
  font-size: 1.5em;
  padding: 0.5rem;
  text-align: center;
}
#enquiry-form #available-date #available-date-wrapper .row {
  margin-bottom: 0;
}
#enquiry-form #available-date #available-date-wrapper h3 {
  font-size: 1.5rem;
}
#enquiry-form #available-days {
  display: flex;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
#enquiry-form #available-days.visible {
  max-height: 1000px;
  margin: 0 -1rem 2rem -1rem;
}
#enquiry-form #available-days #available-days-wrapper {
  background-color: #473147;
  color: #E2D6D3;
  display: flex;
  flex-wrap: wrap;
}
#enquiry-form #available-days #available-days-title {
  color: #E2D6D3;
  width: 100%;
}
#enquiry-form #available-days ul {
  color: #E2D6D3;
  list-style-type: none;
}
#enquiry-form #available-days ul .title {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
#enquiry-form #available-days ul li:not(.title) {
  cursor: pointer;
  padding: 0.2em 0;
}
#enquiry-form #available-days ul li:not(.title):hover {
  color: #9C8780;
}
@media only screen and (max-width: 48rem) {
  #enquiry-form {
    padding: 0 20px;
  }
  #enquiry-form input {
    margin-top: 1rem;
  }
  #enquiry-form label {
    padding-bottom: 0.8rem;
    font-weight: 400;
  }
}
.appointment-form input,
.appointment-form select {
  margin: 1rem 0;
}
.appointment-form select {
  height: 50px;
  background: #E2D6D3;
  border: 2px solid #E2D6D3;
  box-sizing: border-box;
  color: #473147;
  font-style: italic;
  font-weight: bold;
  padding: 0 0.8rem !important;
  text-transform: uppercase;
  width: 100%;
}
.no-enquires {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.no-enquires p {
  font-size: 2rem;
}
.no-enquires a {
  margin: 0 auto;
}
.event-block {
  flex-basis: 46%;
  background: #ece4e2;
  margin: 2rem 0;
  width: 100%;
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-block .left,
.event-block .right {
  flex: 1;
}
.event-block .bottom {
  flex: 1;
  height: 50px;
  align-self: flex-end;
  flex-basis: 100%;
  background: #473147;
  margin: -0.8rem;
  padding: 0 1.5rem;
  color: #E2D6D3;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.event-block h2 {
  font-weight: 500;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: -1px;
  margin: 1.2rem 0;
  line-height: 1.8rem;
  font-size: 1.7rem;
}
.event-block h3 {
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: -1px;
  margin: 1rem 0 0.6rem;
}
.event-block .event-location {
  font-size: 0.8rem;
}
.event-block .event-description {
  font-weight: 400;
  height: 4.5rem;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.event-block .event-link {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-style: oblique;
  padding-bottom: 3rem;
  display: block;
}
.event-block .event-thumb {
  width: 220px;
  display: block;
  height: 220px;
  background-size: cover;
}
@media only screen and (max-width: 48rem) {
  .event-block {
    flex-basis: 81%;
  }
  .event-block .left {
    flex-basis: 100%;
  }
  .event-block .event-thumb {
    width: 100%;
  }
}
#hero {
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  height: 75vh;
  justify-content: center;
  position: relative;
}
#hero video {
  min-height: 100%;
  min-width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .content {
  position: relative;
}
.inner_hero {
  height: 75vh !important;
}
.inner_hero .content {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.inner_hero .content h1,
.inner_hero .content h2 {
  font-size: 3.5em;
  font-style: italic;
  color: #fff;
  font-weight: 600;
  text-align: left;
  text-shadow: 0 0 10px black;
}
#login-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  max-height: 0;
  opacity: 0;
  border-radius: 0;
  position: fixed;
  transition: all 0.2s;
  top: 0;
  width: 100vw;
  z-index: 10000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#login-modal-wrapper.visible {
  height: 100vh;
  max-height: 100vh;
  opacity: 1;
}
#login-modal-wrapper #login-modal {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #E2D6D3;
  border-radius: 0;
  border-top: 4px solid #473147;
  margin: 1rem auto;
  max-width: 90vw;
  padding: 3rem;
  position: relative;
  width: 400px;
  font-size: 1.2rem;
}
#login-modal-wrapper #login-modal div {
  display: block;
  margin-top: 1rem;
}
#login-modal-wrapper #login-modal div a {
  margin: 0 0.5rem;
  font-size: 1rem;
}
#login-modal-wrapper #login-modal .close {
  cursor: pointer;
  position: absolute;
  font-size: 1.8rem;
  right: 0.8rem;
  top: 0.5rem;
}
@media only screen and (max-width: 48rem) {
  #login-modal div {
    margin-top: 2rem;
  }
  #login-modal a {
    display: block;
    margin: 0.5rem 0 !important;
  }
}
.offer-block {
  flex-basis: 46%;
  background: #ece4e2;
  margin: 2rem 0;
  width: 100%;
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offer-block .left,
.offer-block .right {
  flex: 1;
}
.offer-block .bottom {
  flex: 1;
  height: 50px;
  align-self: flex-end;
  flex-basis: 100%;
  background: #473147;
  margin: -0.8rem;
  padding: 0 1.5rem;
  color: #E2D6D3;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.offer-block h2 {
  font-weight: 500;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: -1px;
  margin: 1.2rem 0;
  line-height: 1.8rem;
  font-size: 1.7rem;
}
.offer-block h3 {
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: -1px;
  margin: 1rem 0 0.6rem;
}
.offer-block .offer-location {
  font-size: 0.8rem;
}
.offer-block .offer-description {
  font-weight: 400;
}
.offer-block .discount {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  background: #52d2bc;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
}
.offer-block .offer-link {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-style: oblique;
  padding-bottom: 3rem;
  display: block;
}
.offer-block .offer-thumb {
  width: 220px;
  display: block;
  height: 220px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 48rem) {
  .offer-block {
    flex-basis: 81%;
  }
  .offer-block .left {
    flex-basis: 100%;
  }
  .offer-block .offer-thumb {
    width: 100%;
  }
  .offer-block .discount {
    margin-bottom: 1rem;
  }
}
#reviews h1 {
  font-size: 2rem;
}
#reviews h2 {
  font-size: 1.6rem;
}
.review {
  align-items: flex-start;
  display: flex;
  margin-bottom: 40px;
}

.review .comment {
  flex-grow: 1;
  margin-left: 1rem;
}
.review .comment .header {
  display: flex;
  align-content: center;
}
.review .comment .header div {
  flex-shrink: 1;
  flex-grow: 0;
  align-self: center;
  margin-right: 0.5rem;
}
.review .comment .header .stars li {
  font-size: 1.2rem;
}
.review .comment .name {
  color: #473147;
  flex-grow: 1;
  font-size: 1.2em;
}
.review .comment .date {
  color: #5a5c5b;
}
.review .comment .hidden-text {
  display: none;
}
.review .comment .read-more {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  transition: color 0.3s;
}
.review .comment .read-more:hover {
  color: #9C8780;
}
.review .comment .text {
  padding: 0;
  color: #473147;
}

.recommended .hidden-text {
  display: none;
}

.recommended .read-more {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  transition: color 0.3s;
}
.recommended .read-more:hover {
  color: #9C8780;
}
.recommended .text {
  padding: 0;
  color: #473147;
}

@media only screen and (max-width: 48rem) {
  .review .header {
    display: block !important;
  }
  .review .header div {
    padding: 5px 0;
  }
  .review .text {
    padding-top: 10px !important;
  }
  .review .comment {
    padding-right: 20px;
  }
}
.scroll-slider-toggle {
  cursor: pointer;
}
.scroll-slider-toggle.hidden {
  display: none;
}
.scroll-slider {
  align-items: center;
  color: #473147;
  display: flex;
}
.scroll-slider .scroll-slider-content {
  flex-grow: 1;
  height: 100%;
  margin: 0 5px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  white-space: nowrap;
}
@media only screen and (min-width: 75rem) {
  .scroll-slider .scroll-slider-content {
    overflow-x: hidden;
  }
}
.scroll-slider .scroll-slider-arrow {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  color: #473147;
  cursor: pointer;
  display: none;
  font-size: 2.5em;
  font-weight: bold;
  height: 4em;
  opacity: 0.5;
  padding: 0.3em;
  z-index: 1;
}
@media only screen and (min-width: 75rem) {
  .scroll-slider .scroll-slider-arrow {
    display: flex;
  }
}
.scroll-slider .scroll-slider-arrow:hover {
  opacity: 1;
}
.scroll-slider .scroll-slider-arrow.scroll-slider-arrow-left:before {
  content: '<';
}
.scroll-slider .scroll-slider-arrow.scroll-slider-arrow-right:before {
  content: '>';
}
.scroll-slider.extended .scroll-slider-arrow {
  display: none;
}
.scroll-slider.extended .scroll-slider-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1rem;
  white-space: none;
}
.scroll-slider.extended .scroll-slider-content > div {
  width: auto !important;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.social-links .svg {
  margin: 1rem 0;
}
.social-links .svg svg {
  height: 2rem;
  width: 2rem;
}
.as-list .venue-block.w0 .image {
  display: none !important;
}

.as-list .venue-block.w0 .main-search-image {
  display: none !important;
}
.as-list .venue-block.w2 .overview {
  display: inherit;
}
.as-list .venue-block.w3 .overview {
  display: inherit;
}
.supplier-block {
  height: 92%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 12px;
  position: relative;
  margin: 0 15px 10px;
}
.supplier-block a {
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
}
.supplier-block .favourite {
  font-size: 1em;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px;
}
.supplier-block .favourite::before {
  opacity: 0.5;
}
.supplier-block .pricepp span,
.supplier-block .capacity span {
  font-size: 14px;
}
.supplier-block .image {
  background-color: #d8c8c4;
  background-position: center;
  background-size: cover;
  display: block;
  height: 180px;
  width: 100%;
}
.supplier-block .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 10px;
}
.supplier-block .info .separator {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0.5rem 0;
  width: 50px;
}
.supplier-block .info .title {
  font-weight: bolder;
  margin: 0.5em 0 0.2em;
  padding-top: 4px;
}
.supplier-block .info .location {
  font-size: 0.7em;
  font-weight: 400;
  padding-bottom: 8px;
}
.supplier-block .info .location svg {
  width: 11px;
}
.supplier-block .info .overview {
  display: none;
  max-width: 250px;
  margin: 0.5rem 0;
}
.supplier-block .info .overview .venue-facilities {
  margin: 0.5rem 0 0;
}
.supplier-block .info .overview .venue-facilities li {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.supplier-block .info .last-row {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.supplier-block .info .last-row .details {
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.supplier-block .info .last-row .details > div {
  display: inline-block;
}
.supplier-block .info .last-row .details > div .value {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 5px;
}
.supplier-block .info .last-row .extra {
  display: flex;
  padding-top: 10px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.supplier-block .info .last-row .extra .stars {
  margin: 9px 0.2em 0.2em 0;
}
.supplier-block .info .last-row .extra .link {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  letter-spacing: 0;
  padding-top: 5px;
  display: inline-block;
  font-size: 1.2em;
  font-style: oblique;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.supplier-block .info .last-row .extra .link:hover {
  color: #9C8780;
}
.supplier-block.small {
  background-color: #E2D6D3;
  color: #473147;
}
.supplier-block.small .separator {
  border-color: #473147;
}
.supplier-block.big {
  background-size: cover;
  justify-content: flex-end;
  height: 100%;
  padding: 2rem;
}
.supplier-block.big .title {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #473147;
  margin-left: 14px;
  line-height: 4.5rem;
}
.supplier-block.big .title a {
  background-color: #E2D6D3;
  box-shadow: 14px 0 0 #E2D6D3, -14px 0 0 #E2D6D3;
  font-size: 1.5em;
  line-height: 1.7em;
  padding: 14px 0;
  text-transform: uppercase;
}
.supplier-block.big .stars {
  font-size: 2em;
  margin-top: 0;
}
/*.supplier-block.w0 .overview,*/
/*.supplier-block.w1 .overview {*/
/*  display: none !important;*/
/*}*/
.supplier-block.w0 .extra,
.supplier-block.w1 .extra {
  align-items: flex-start !important;
}
.supplier-block.w2 .overview .venue-facilities {
  display: none;
}
.supplier-block.w3 {
  background: #473147;
  color: #E2D6D3 !important;
}
.supplier-block.w3 .location svg path {
  fill: #E2D6D3;
}
.supplier-block.w3 .extra {
  align-items: flex-start !important;
}
.supplier-block.w3 .extra a {
  color: #52d2bc !important;
}
.timeline-form {
  margin: 1.5rem 0;
  padding: 0.5rem;
  display: flex;
  height: 45px;
}

.timeline-form.expanded input {
  display: inline-block;
}
.timeline-form.expanded .timeline-from-completed-message {
  display: inline-block;
}
.timeline-form input {
  flex: 1;
  height: auto;
  padding-left: 0.5rem;
  border: 0;
  border-color: #fff;
  margin-right: 0.5rem;
  display: none;
}
.timeline-form .timeline-from-completed-message {
  text-align: center;
  flex: 0.6;
  color: #52d2bc;
  display: none;
  opacity: 0;
  transition: all 0.4s;
  font-size: 1.4rem;
  align-self: center;
}
.timeline-form .timeline-from-completed-message.show {
  opacity: 1;
}
.timeline-form .btn {
  background: #473147;
  color: #E2D6D3;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 1rem;
}
.timeline-form .btn i {
  color: #52d2bc;
  padding-left: 0.5rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 48rem) {
  .timeline-form {
    flex-direction: column;
    height: auto;
  }
  .timeline-form input {
    width: 100%;
    padding: 0.5rem;
    margin: 0.2rem 0;
    box-sizing: border-box;
  }
  .timeline-form .timeline-from-completed-message {
    padding: 0.5rem;
  }
  .timeline-form .btn {
    padding: 0.5rem;
  }
}
.venue-block {
  height: 97%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin: 0 5px 10px;
}
.venue-block a {
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
}
.venue-block .favourite {
  font-size: 1em;
  position: absolute;
  right: 10px;
  top: 25px;
  padding: 5px;
}
.venue-block .favourite::before {
  opacity: 0.5;
}
.venue-block .pricepp span,
.venue-block .capacity span {
  font-size: 16px;
  font-weight: 400;
  margin-top:5px;
}
.venue-block .image {
  background-color: #d8c8c4;
  background-position: center;
  background-size: cover;
  display: block;
  height: 180px;
  width: 100%;
}
.venue-block .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 10px;
}
.venue-block .info .separator {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0.5rem 0;
  width: 50px;
}
.venue-block .info .title {
  font-weight: bolder;
  margin: 0.2em 0 0.2em;
  padding-top: 4px;
}
.venue-block .info .location {
  font-size: 0.8em;
  font-weight: 400;
  padding-bottom: 6px;
}
.venue-block .info .location svg {
  width: 11px;
  vertical-align: middle;
}

.venue-block .info .awards{
  color:#473147;
}

.venue-block.w3 .info .awards{
  color:#FDD04D;
}

.venue-block .info .overview {
  margin: 0.5rem 0;
}
.venue-block .info .overview .venue-facilities {
  margin: 0.5rem 0 0;
}
.venue-block .info .overview .venue-facilities li {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.venue-block .info .last-row {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.venue-block .info .last-row .details {
  margin: 1.0rem 0;
  display: flex;
  justify-content: normal;
}

.venue-block.w3 .mobile-other-info .events h5{
  color:#E2D6D3
}

.venue-block.w3 .mobile-other-info .events a{
  color:#E2D6D3
}

@media only screen and (min-width: 401px) {
  .venue-block .info .last-row .details .capacity {
    margin-right: 1.0rem;
  }
}

.venue-block .info .last-row .details > div {
  display: inline-block;
  text-align: center;
}
.venue-block .info .last-row .details > div .value {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 5px;
}
.venue-block .info .last-row .extra {
  display: flex;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.venue-block .info .last-row .extra .stars {
  margin: 9px 0.2em 0.2em 0;
}
.venue-block .info .last-row .extra .link {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  letter-spacing: 0;
  padding-top: 5px;
  display: inline-block;
  font-size: 1.2em;
  font-style: oblique;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 15px;

}
.venue-block .info .last-row .extra .link:hover {
  color: #9C8780;
}

.venue-block .info-panel {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 10px;
  background:#52d2bc;
}
.venue-block .info-panel .separator {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0.5rem 0;
  width: 50px;
}
.venue-block .info-panel .title {
  font-weight: bolder;
  margin: 0.5em 0 0.2em;
  padding-top: 4px;
}
.venue-block .info-panel .location {
  font-size: 0.7em;
  font-weight: 400;
  padding-bottom: 8px;
}
.venue-block .info-panel .location svg {
  width: 11px;
  vertical-align: middle;
}
.venue-block .info-panel .overview .venue-facilities {
  margin: 0.5rem 0 0;
}
.venue-block .info-panel .overview .venue-facilities li {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.venue-block .info-panel .last-row {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.venue-block .info-panel .last-row .details {
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.venue-block .info-panel .last-row .details > div {
  display: inline-block;
}
.venue-block .info-panel .last-row .details > div .value {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 5px;
}
.venue-block .info-panel .last-row .extra {
  display: flex;
  padding-top: 10px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.venue-block .info-panel .last-row .extra .stars {
  margin: 9px 0.2em 0.2em 0;
}
.venue-block .info-panel .last-row .extra .link {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  letter-spacing: 0;
  padding-top: 5px;
  display: inline-block;
  font-size: 1.2em;
  font-style: oblique;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.venue-block .info-panel .last-row .extra .link:hover {
  color: #9C8780;
}
.venue-block.small {
  background-color: #CCC;
  color: #473147;
}
.venue-block.small .separator {
  border-color: #473147;
}
.venue-block.big {
  background-size: cover;
  justify-content: flex-end;
  height: 100%;
  padding: 2rem;
}
.venue-block.big .title {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #473147;
  margin-left: 14px;
  line-height: 4.5rem;
}
.venue-block.big .title a {
  background-color: #E2D6D3;
  box-shadow: 14px 0 0 #E2D6D3, -14px 0 0 #E2D6D3;
  font-size: 1.5em;
  line-height: 1.7em;
  padding: 14px 0;
  text-transform: uppercase;
}
.venue-block.big .stars {
  font-size: 2em;
  margin-top: 0;
}
.venue-block.w0 .overview .venue-facilities,
.venue-block.w1 .overview .venue-facilities{
  display: none !important;
}
.venue-block.w0 .extra,
.venue-block.w1 .extra {
  align-items: flex-start !important;
}
.venue-block.w2 .overview .venue-facilities {
  display: none;
}
.venue-block.w3 {
  background: #473147;
  color: #E2D6D3 !important;
}

.venue-block.w3 h2{
  color: #E2D6D3 !important;
}

.venue-block.w3 h4{
  color: #E2D6D3 !important;
}

.venue-block.w3 .latest-enquiries{
  color: #52D2BC !important;
}
.venue-block.w3 .location svg path {
  fill: #E2D6D3;
}
.venue-block.w3 .extra {
  align-items: flex-start !important;
}
.venue-block.w3 .extra a {
  color: #52d2bc !important;
}
.venue-block .extra {
  flex-wrap: wrap;
}
.venue-block .extra .btns {
  width: 100%;
  flex-basis: 100%;
  margin: 0;
  justify-content: space-between;
}
.venue-block .extra .btns div {
  padding: 0;
}
.venue-block .extra .btns .select,
.venue-block .extra .btns .col-sm-12 {
  text-align: right;
}
.venue-block.selected {
  background: #52d2bc !important;
  color: #473147 !important;
}
.venue-block.selected .stars {
  color: #473147;
}
.venue-block.selected .extra a {
  color: #473147 !important;
  display: block;
}

.venue-block .title h2{
  font-size: 1.4em;
  margin-top:0;
  margin-bottom:0;
}

.venue-block.selected .title h2{
  color: #473147 !important;
}

.venue-block.selected .details .capacity h4{
  color: #473147 !important;
}

.venue-block.selected .mobile-other-info h4{
  color: #473147 !important;
}

.venue-block .other-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 10px 0 20px;
  margin-left: 1rem;
  background-color:#52D2BC;
  color:#473147;
  min-width: 350px;
  max-width: 350px;
  padding-top:25px;
}

.venue-block .mobile-other-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 10px 0 0;
  color:#473147;
}

.venue-block .mobile-other-info h4 {
  font-size:1em;
  font-weight: 400;
  margin-top:10px;
  margin-bottom:5px;
}

.venue-block .mobile-facilities ul li {
  list-style-type: none;
  font-size: 0.8em;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:15px;
  font-weight: 400;
}

.venue-block .mobile-facilities ul {
  padding-left:0;
  margin-bottom: 0;
  margin-top:0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-count: 5;
  max-height:100px;
}

.venue-block .facilities ul li {
  list-style-type: none;
  font-size: 0.8em;
  margin-top:10px;
  margin-bottom:10px;
  font-weight: 400;
}

.venue-block .facilities ul {
  padding-left:0;
  margin-bottom: 0;
  margin-top:0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-count: 2;
  max-height:150px;

}

.venue-block .events {
  margin-bottom:10px;
  margin-top:10px;
  font-weight: 400;
}

.venue-block .other-info h4 {
  font-size:1em;
  color:#473147 !important;
}

.venue-block .latest-enquiries{
  font-weight: 400;
  color:#473147;
  margin-bottom: 5px;
  margin-top: 5px;
}

.venue-block .details{
  margin-bottom:20px !important;
}

.venue-block .details h4{
  font-weight: 400;
  font-size:0.8em;
  color: #473147;
}

.venue-block .view-link-fair {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
  display: inline-block;
  font-size: 1.2em;
  font-style: oblique;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  margin-top:5px;
  margin-left:10px;
}

.venue-block .events h5{
  font-weight: 400;
  font-size:1em;
  margin:0;
  margin-left:10px;

}

.venue-block .last-row .details .capacity img{
  height:20px;
  width:20px;
  vertical-align: middle;
  color:#FFF
}

@media only screen and (max-width: 400px) {
  .venue-block .last-row .details .capacity img{
    height:20px;
    width:20px;
  }
  .venue-block .last-row .details .capacity h4{
    margin-top:0;
  }

  .venue-block .image{
    margin:0;
  }
  .venue-block .info .last-row .details{
    justify-content: normal;
  }
  .venue-block .info .last-row .details .capacity{
    padding-right:1rem;
  }
  .venue-block .info .last-row .extra .row{
    flex-direction: row-reverse;
    margin-right:5px;
  }
}

.venue-block .main-search-image{
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
}

.image-text-overlay {
  position: relative;
  text-align: center;
  color: #333;
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.venue-block.selected .other-info{
  display:none;
}


.as-list .venue-block .extra {
  flex-wrap: nowrap;
}
.as-list .venue-block .extra .btns {
  flex-basis: auto;
  margin: 0;
  justify-content: space-between;
}
.as-list .venue-block .extra .btns div {
  padding: 0;
}
.component-video {
  position: relative;
  transition: all 0.3s;
}
.component-video.fullscreen .button-wrapper {
  display: none;
}
.component-video video {
  height: 100%;
  width: 100%;
}
.component-video .button-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.component-video .play-video {
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  border: 0;
  font-size: 1.7em;
}
.component-newsletter {
  text-align: center;
  padding: 2rem 0;
}
.component-newsletter h2 {
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: -1px;
  margin: 0;
}
.component-newsletter h4 {
  font-weight: 400;
  font-size: 1.7rem;
  font-family: "open sans";
  margin: 0.6rem 0 2rem;
}
.component-newsletter form div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.component-newsletter form div input,
.component-newsletter form div select {
  max-width: 240px;
  margin: 0 0.5rem;
  height: 60px;
  background: #E2D6D3;
  border: 2px solid #E2D6D3;
  background-color: #E2D6D3;
  box-sizing: border-box;
  color: #473147;
  font-style: italic;
  font-weight: bold;
  padding: 1rem 0.8rem;
  text-transform: uppercase;
  width: 100%;
}
.component-newsletter form div input::-webkit-input-placeholder,
.component-newsletter form div select::-webkit-input-placeholder {
  color: #473147;
  font-weight: bold;
  opacity: 1;
  text-transform: uppercase;
}
.component-newsletter form div input:-ms-input-placeholder,
.component-newsletter form div select:-ms-input-placeholder {
  color: #473147;
  font-weight: bold;
  opacity: 1;
  text-transform: uppercase;
}
.component-newsletter form div input::-ms-input-placeholder,
.component-newsletter form div select::-ms-input-placeholder {
  color: #473147;
  font-weight: bold;
  opacity: 1;
  text-transform: uppercase;
}
.component-newsletter form div input::placeholder,
.component-newsletter form div select::placeholder {
  color: #473147;
  font-weight: bold;
  opacity: 1;
  text-transform: uppercase;
}
.component-newsletter form div input.has-error,
.component-newsletter form div select.has-error {
  border-color: #D35279;
}
.component-newsletter form div button {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  background: #E0A997;
  font-weight: 500;
  color: #fff;
  height: 60px;
  text-decoration: underline;
  font-style: oblique;
  border: 0;
  font-size: 1.2rem;
  padding: 0 0.8rem;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 48rem) {
  .component-newsletter form div {
    flex-direction: column;
  }
  .component-newsletter form div input,
  .component-newsletter form div select,
  .component-newsletter form div button {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 48rem) {
  .no-enquires a {
    display: block;
    margin: 0.5rem 0;
  }
}
#enquiry-table td {
  padding: 1rem;
}
#enquiry-table .actions {
  min-width: 16rem;
}
#enquiry-table .actions a {
  font-weight: 700;
}
#enquiry-table .bold {
  font-weight: 700;
}
@media only screen and (max-width: 48rem) {
  #enquiry-table thead {
    display: none;
  }
  #enquiry-table tbody tr {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    border: 1px solid #ccc;
    background: #ece4e2 !important;
  }
  #enquiry-table tbody tr td {
    padding: 0.5rem 0;
    font-weight: 600;
  }
  #enquiry-table tbody tr .name {
    order: 3;
    flex-basis: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1rem 0;
  }
  #enquiry-table tbody tr .date {
    order: 1;
  }
  #enquiry-table tbody tr .status {
    order: 2;
    text-transform: uppercase;
  }
  #enquiry-table tbody tr .status.Lost {
    width: 100%;
    text-align: center;
    color: #c72813;
  }

  #enquiry-table tbody tr .actions {
    order: 4;
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
  }
  #enquiry-table tbody tr .actions i {
    margin: 0;
  }
}
#welcome-banner {
  position: relative;
  padding: 1rem;
  text-align: center;
  transition: all 0.4s;
}
#welcome-banner.closed {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
#welcome-banner.closed .close {
  display: none;
}
#welcome-banner .close {
  color: #E2D6D3;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
#welcome-banner .close:hover {
  color: #9C8780;
}
#welcome-banner span {
  max-width: 45vw;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 3rem 0;
}
#welcome-banner span h4 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}
#welcome-banner span h4 b {
  font-weight: 700;
  color: #52d2bc;
}
.couples-dashboard-sections .empty h4,
.couples-dashboard-sections .slide h4 {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
.couples-dashboard-sections .empty svg,
.couples-dashboard-sections .slide svg {
  height: 5rem;
}
.couples-dashboard-sections .empty .subtitle,
.couples-dashboard-sections .slide .subtitle {
  padding-bottom: 0.8rem;
}
.couples-dashboard-sections .empty a,
.couples-dashboard-sections .slide a,
.couples-dashboard-sections .empty button,
.couples-dashboard-sections .slide button {
  margin-top: 1rem;
}
.scroll-slider-toggle {
  display: block;
  padding: 1rem 4rem;
  text-align: right;
  position: absolute;
  width: 90%;
  top: -5rem;
  text-decoration: underline;
}
#wedding-info {
  overflow: hidden;
  scroll-behavior: smooth;
  white-space: nowrap;
}
#wedding-info .couple-image {
  border: 2px solid #473147;
  border-radius: 100%;
  height: 7rem;
  width: 7rem;
  background-size: cover !important;
  background-position: center !important;
}
#wedding-info .slide {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#wedding-info .slide input {
  background: #fff;
  padding: 0.6rem 1rem;
  border: 1px solid #E2D6D3;
}
#wedding-info .slide button {
  padding: 0.5rem 2.4rem 0.5rem 2rem;
}
#wedding-info #profile-image-input {
  height: 0;
  opacity: 0;
  width: 0;
}
#wedding-info .weddint-edit {
  display: block;
  color: #473147;
  margin-top: 1.5rem;
}
#couple-favourite-venues-widget {
  padding: 3rem 0;
  position: relative;
}
.bg-green-clear {
  background: #EEFAF8 !important;
}
#couple-favourite-suppliers-widget {
  padding: 3rem 0;
  position: relative;
}
#task-list {
  color: #473147;
  list-style-type: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
#task-list li {
  display: flex;
  padding: 0.5rem 1rem;
}
#task-list li:nth-child(odd) {
  background-color: #ece4e2;
}
#task-list li .task {
  flex-grow: 1;
}
#task-list li .due {
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 48rem) {
  .breadcrumb-section {
    padding: 0 1rem !important;
  }
  #welcome-message .content {
    margin: 0;
    padding: 0 1rem;
  }
  #wedding-info {
    padding: 0;
  }
  #wedding-info .slide {
    padding: 1rem;
    width: 100vw;
    height: auto;
    vertical-align: middle;
    display: inline-flex;
    box-sizing: border-box;
  }
  #wedding-info .slide svg {
    height: 7rem;
  }
  #wedding-info .slide h2,
  #wedding-info .slide h4 {
    width: 100%;
    text-align: center;
    white-space: initial;
  }
  #wedding-info .slide .subtitle {
    width: 100%;
    text-align: center;
    white-space: initial;
  }
  #wedding-info .slide input {
    width: 90%;
  }
  #wedding-info .slide .image-upload {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  #wedding-info .slide .image-upload input {
    order: 1;
  }
  #wedding-info .slide .image-upload .btn,
  #wedding-info .slide .image-upload a {
    width: 100%;
    text-align: center;
  }
  #wedding-info .slide .next-steps {
    width: 90%;
  }
  #wedding-info .slide .next-steps a {
    width: auto;
    display: block;
  }
  .couples-dashboard-sections .subtitle {
    text-align: center;
  }
  #couple-favourite-venues-widget .scroll-slider-content,
  #couple-favourite-suppliers-widget .scroll-slider-content {
    margin: 0;
  }
  .scroll-slider-toggle {
    padding: 1.4rem 0px;
    text-align: left;
  }
}
#profile-email-password-check-row {
  display: none;
}
#profile-email-password-check-row.visible {
  display: block;
}
#profile-image {
  display: flex;
}
#profile-image #profile-image-placeholder {
  align-items: center;
  background-color: #473147;
  cursor: pointer;
  display: flex;
  height: 120px;
  justify-content: center;
  max-width: 120px;
  min-width: 120px;
  position: relative;
  width: 120px;
}
#profile-image #profile-image-placeholder:after {
  color: #E2D6D3;
  content: '+';
  font-size: 4em;
}
#profile-image #profile-image-placeholder img {
  height: 100%;
  position: absolute;
  width: 100%;
}
#profile-image #profile-image-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1rem;
}
#profile-image #profile-image-text > * {
  display: inline-block;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  text-transform: uppercase;
}
#profile-image #profile-image-input {
  height: 0;
  opacity: 0;
  width: 0;
}
#profile-image #profile-image-selector {
  background-color: #473147;
  color: #E2D6D3;
}
#profile-image #profile-image-remove {
  background-color: #c72813;
  color: #fff;
}

#add-task-form label {
  margin: 0.5rem;
}
#timeline-progress {
  padding: 1rem;
}
#timeline-progress .progress-bar-wrapper {
  background: #fff;
  height: 1rem;
  width: 100%;
}
#timeline-progress .progress-bar-wrapper .progress-bar {
  background-color: #52d2bc;
  height: 100%;
  transition: all 0.4s;
}
.period {
  margin: 4rem 0;
}
#timeline-periods-col ul {
  padding: 0;
}
#timeline-periods-col ul li {
  list-style: none;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #D5CFD5;
}
#timeline-periods-col ul li a {
  font-family: 'Oswald', sans-serif;
  font-weight: lighter;
  color: #473147;
  text-decoration: none;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}

.timeline-table .due-date,
.timeline-table .due {
  font-weight: 700;
}
.timeline-table .due.is-due {
  color: #c72813;
}
.timeline-table .due.is-completed {
  color: #52d2bc;
}
.timeline-table .actions i {
  margin: 0 0.5rem;
}
.timeline-table .actions .js-remove-task:hover {
  color: #c72813;
}
.timeline-table .actions .js-complete-task:hover {
  color: #52d2bc;
}
.timeline-table .actions .js-cancel-edit:hover {
  color: #c72813;
}
.timeline-table .actions .js-approve-edit:hover {
  color: #52d2bc;
}
.timeline-table td {
  padding: 1rem 1.5rem !important;
}
.timeline-table td i {
  font-size: 1.4rem;
}
@media only screen and (max-width: 48rem) {
  #timeline-periods-col ul {
    background: transparent !important;
    margin: 0 0 2rem;
    border: 1px solid #333;
  }
  #timeline-periods-col ul span {
    background: transparent !important;
  }
  #timeline-progress .progress-bar-wrapper {
    margin-top: 0.5rem;
  }
  .period table tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    border: 1px solid #ccc;
    background: #ece4e2 !important;
  }
  .period table tbody tr td {
    padding: 0.5rem 0 !important;
    font-weight: 600;
  }
  .period table tbody tr .task {
    order: 3;
    flex-basis: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .period table tbody tr .due-date {
    order: 1;
  }
  .period table tbody tr .due {
    order: 2;
    text-transform: uppercase;
  }
  .period table tbody tr .actions {
    order: 4;
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
  }
  .period table tbody tr .actions i {
    margin: 0;
  }
}
#supplier-types-selector-show {
  float: right;
  margin-bottom: 1rem;
}
#supplier-types-selector {
  clear: both;
  background-color: #473147;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
#supplier-types-selector.sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
#supplier-types-selector.hidden {
  max-height: 0 !important;
}
#supplier-types-selector .header {
  display: flex;
  align-items: center;
}
#supplier-types-selector .header h2 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-right: 1rem;
  display: inline-block;
  color: #fff;
}
#supplier-types-selector .header input {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 30px;
  padding-left: 0.5rem;
  color: #473147;
  margin-right: 2rem;
}
#supplier-types-selector .header input::-webkit-input-placeholder {
  text-decoration: underline;
  color: #473147;
}
#supplier-types-selector .header input:-ms-input-placeholder {
  text-decoration: underline;
  color: #473147;
}
#supplier-types-selector .header input::-ms-input-placeholder {
  text-decoration: underline;
  color: #473147;
}
#supplier-types-selector .header input::placeholder {
  text-decoration: underline;
  color: #473147;
}
#supplier-types-selector .header #supplier-types-selector-close {
  color: #fff;
  flex: 2;
  text-align: right;
  font-size: 2rem;
  margin-top: -2rem;
}
#supplier-types-selector .close {
  color: #E2D6D3;
  cursor: pointer;
}
#supplier-types-selector .supplier-type {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  max-width: 400px;
  font-weight: 600;
  text-decoration: underline;
  transition: max-width 0.4s;
}
#supplier-types-selector .supplier-type.hidden {
  max-height: 0;
  max-width: 0;
  overflow: hidden;
}
#supplier-types-selector .supplier-type > div {
  background-color: #E2D6D3;
  border: 3px solid #E2D6D3;
  color: #473147;
  cursor: pointer;
  margin: 0.5rem;
  padding: 0.5rem;
  transition: all 0.3s ease-out;
}
#supplier-types-selector .supplier-type > div:after {
  content: "\F067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#supplier-types-selector .supplier-type > div.selected {
  border-color: #52d2bc;
}
#supplier-types-selector .supplier-type > div.selected:after {
  color: #52d2bc;
  content: "\F00C";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#wishlist-grid {
  display: flex;
}
@media only screen and (max-width: 64rem) {
  #wishlist-grid {
    flex-direction: column;
  }
}
@media only screen and (min-width: 48rem) {
  #wishlist-grid #venue-col {
    margin-right: 4rem;
  }
}
#wishlist-grid #supplier-col {
  flex-grow: 1;
}
#wishlist-suppliers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  grid-gap: 1rem;
}
#wishlist-venues {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fav-icon .svg {
  height: 6vh;
  width: 6vh;
}
.fav-icon .svg svg {
  height: auto;
}
.actions .edit {
  text-align: left;
}
.actions .remove {
  text-align: right;
}
.actions .svg {
  width: 2vh;
}
.wish {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 320px;
  margin-bottom: 2rem;
  padding: 15px;
  text-align: center;
  transition: all 0.4s;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .wish {
    width: 230px;
  }
}
.wish h3 {
  font-size: 1.6rem;
}
.wish.supplier {
  background-color: #E2D6D3;
  color: #473147;
}
.wish.venue {
  background-color: #473147;
  color: #E2D6D3;
}
.wish.empty {
  background-color: #fff;
  border: 3px dashed #E2D6D3;
  color: #473147;
}
.wish.hidden {
  opacity: 0;
}
.wish.flip {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.wish .image {
  background-position: center !important;
  background-size: cover !important;
  height: 17vh;
}
.wish .title a {
  color: #E2D6D3;
}
.wish .location {
  padding-bottom: 1rem;
}
.wish .search-link {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: inherit;
  text-decoration: underline;
}
.wish select {
  padding-left: 1rem;
}
.wish button {
  padding: 0.5rem 0;
}
.wish h3 {
  margin: 0;
}
.wish svg {
  height: 1em;
}
.wish .modify-wish {
  text-decoration: underline;
}
.wish .remove-wish {
  height: auto;
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
}
.wish .actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wish .choices {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  coloor: #473147;
  max-height: 44px;
}
.wish .choices .choices__inner {
  background: #E2D6D3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
}
.wish .choices .choices__list {
  background: #E2D6D3;
}
.wish.supplier .choices__inner,
.wish.supplier .choices__list {
  background: #ece4e2;
}
.wish.supplier .title a {
  color: #473147;
}
#survey {
  margin-top: 0.6rem;
  padding-top: 2rem;
}
#survey h2 {
  margin: 0.5rem 0;
}
#survey form {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-transform: inherit;
  margin: 3rem 0;
  font-weight: 500;
}
#survey form div {
  margin: 2rem 0;
}
#survey form div label {
  font-weight: 600;
  text-transform: uppercase;
}
#survey form div p {
  padding-left: 1rem;
}
#survey form div p label {
  font-weight: 500;
  text-transform: inherit !important;
}
#survey form div p input {
  margin-right: 0.3rem;
}
#survey form textarea {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
  text-transform: inherit;
  width: 30vw;
  height: 20vh;
  margin-left: 1rem;
  padding: 1rem;
  background: #ece4e2;
  border: 1px solid #d8c8c4 !important;
}
#alert-wrapper {
  border-radius: 5px;
  bottom: 1rem;
  height: 0;
  overflow: hidden;
  position: fixed;
  transition: all 0.2s;
  right: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}
#alert-wrapper.visible {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  height: auto;
  padding: 1rem 3rem;
}
#alert-wrapper.alert-danger {
  background-color: #c72813;
  color: #fff;
}
#alert-wrapper.alert-success {
  background-color: #52d2bc;
  color: #fff;
}
#alert-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#alert-wrapper .close {
  font-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
/*===============================
=            Choices            =
===============================*/
.choices {
  padding: 0;
  position: relative;
  margin-bottom: 24px;
  text-align: left;
}
.choices div {
  padding: 0;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  opacity: 0.5;
}
.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00BCD4;
}
.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 7.5px 7.5px 3.75px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--dropdown .choices__placeholder {
  display: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid #00a5bb;
  color: #FFFFFF;
  word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}
.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.choices__list--dropdown.is-active {
  display: block;
}
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 10px 2px;
}
.choices__input:focus {
  outline: 0;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  box-sizing: border-box;
}
.choices__input.is-hidden,
.choices[data-type*="select-one"] .choices__input.is-hidden,
.choices[data-type*="select-multiple"] .choices__input.is-hidden {
  display: none;
}
/*=====  End of Choices  ======*/
#confirm-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  left: 0;
  height: 100vh;
  opacity: 0;
  position: fixed;
  transition: all 0.2s;
  top: 0;
  width: 100vw;
  z-index: 100;
}
#confirm-wrapper.visible {
  opacity: 1;
}
#confirm-wrapper #confirm-modal {
  background-color: #fff;
  border-radius: 5px;
  margin: 1rem auto;
  max-width: 90vw;
  padding: 1rem;
  position: relative;
  width: 400px;
}
#confirm-wrapper #confirm-modal .close {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
#confirm-wrapper #confirm-modal .message {
  padding: 1rem 0;
}
#confirm-wrapper #confirm-modal .buttons {
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
  text-align: right;
}
#confirm-wrapper #confirm-modal .buttons button {
  border: 1px solid #473147;
  border-radius: 3px;
  margin: 2px;
  padding: 0.5em 1em;
}
#confirm-wrapper #confirm-modal .buttons button:hover {
  text-decoration: underline;
}
#confirm-wrapper #confirm-modal .buttons button.cancel {
  background: #fff;
  color: #473147;
}
#confirm-wrapper #confirm-modal .buttons button.confirm {
  background: #473147;
  color: #fff;
}
/**
	Flexbox grid
	https://github.com/kristoferjoseph/flexboxgrid
**/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  flex-direction: row-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  justify-content: center;
  text-align: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .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 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .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 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .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 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/**
Flexboxgrid helpers
https://github.com/lgg/flexboxgrid-helpers
**/
.flex-center {
  justify-content: center!important;
  align-items: center !important;
}
.flex-center__x {
  justify-content: center !important;
}
.flex-center__y {
  align-items: center !important;
}
.flex-column__lg,
.flex-column__md,
.flex-column__sm {
  display: none !important;
}
.flex-column {
  flex-direction: column;
}
@media (max-width: 48em) {
  .flex-column__xs {
    flex-direction: column;
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .flex-column__sm {
    flex-direction: column;
  }
}
@media (min-width: 64em) and (max-width: 75em) {
  .flex-column__md {
    flex-direction: column;
  }
}
@media (min-width: 75em) {
  .flex-column__lg {
    flex-direction: column;
  }
}
@media (max-width: 48em) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 48em) and (max-width: 64em) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 64em) and (max-width: 75em) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 75em) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xs-block {
  display: none !important;
}
@media (max-width: 48em) {
  .visible-xs-block {
    display: block !important;
  }
}
.visible-sm-block {
  display: none !important;
}
@media (min-width: 48em) and (max-width: 64em) {
  .visible-sm-block {
    display: block !important;
  }
}
.visible-md-block {
  display: none !important;
}
@media (min-width: 64em) and (max-width: 75em) {
  .visible-md-block {
    display: block !important;
  }
}
.visible-lg-block {
  display: none !important;
}
@media (min-width: 75em) {
  .visible-lg-block {
    display: block !important;
  }
}
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 48em) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
.visible-sm-inline-block {
  display: none !important;
}
@media (min-width: 48em) and (max-width: 64em) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
.visible-md-inline-block {
  display: none !important;
}
@media (min-width: 64em) and (max-width: 75em) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
.visible-lg-inline-block {
  display: none !important;
}
@media (min-width: 75em) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.visible-xs-inline {
  display: none !important;
}
@media (max-width: 48em) {
  .visible-xs-inline {
    display: inline !important;
  }
}
.visible-sm-inline {
  display: none !important;
}
@media (min-width: 48em) and (max-width: 64em) {
  .visible-sm-inline {
    display: inline !important;
  }
}
.visible-md-inline {
  display: none !important;
}
@media (min-width: 64em) and (max-width: 75em) {
  .visible-md-inline {
    display: inline !important;
  }
}
.visible-lg-inline {
  display: none !important;
}
@media (min-width: 75em) {
  .visible-lg-inline {
    display: inline !important;
  }
}
.visible-xs {
  display: none !important;
}
@media (max-width: 48em) {
  .visible-xs {
    display: flex !important;
  }
}
.visible-sm {
  display: none !important;
}
@media (min-width: 48em) and (max-width: 64em) {
  .visible-sm {
    display: flex !important;
  }
}
.visible-md {
  display: none !important;
}
@media (min-width: 64em) and (max-width: 75em) {
  .visible-md {
    display: flex !important;
  }
}
.visible-lg {
  display: none !important;
}
@media (min-width: 75em) {
  .visible-lg {
    display: flex !important;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: inherit;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
	*/
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
	*/
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
	* connect elements.
	*/
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  outline-width: 0;
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
	*/
.noUi-horizontal {
  height: 1px;
  margin-left: auto;
  width: calc(99% - 1rem);
}
.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -7px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 16px;
  height: 16px;
  left: -7px;
  top: -8px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -8px;
  left: auto;
}
/* Styling;
	* Giving the connect element a border radius causes issues with using transform: scale
	*/
.noUi-target {
  background: #E2D6D3;
}
.noUi-connect {
  background: #473147;
}
/* Handles and cursors;
	*/
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border-radius: 100%;
  background: #52d2bc;
  cursor: move;
}
/* Handle stripes;
	*/
/* Disabled state;
	*/
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
*
*/
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
	*
	*/
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
	*
	*/
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
	*
	*/
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
	*
	*/
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  color: #473147;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  max-width: none !important;
  object-fit: contain !important;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  /*width: 100% !important;*/
  /*height: auto !important;*/
  max-width: none !important;
  object-fit: contain !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/images/photoswipe-default-skin.png?e3f799c6dec9af194c86decdf7392405) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/images/photoswipe-default-skin.svg?b257fa9c5ac8c515ac4d77a667ce2943);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.28571429%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #9C8780;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #9C8780;
  box-shadow: inset 0 1px 3px #836d66;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #9C8780;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #473147;
  box-shadow: none;
  border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.ql-container {
  max-width: 1000px;
}
.ql-toolbar {
  max-width: 1000px;
}
.ql-hidden-textarea {
  border: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  resize: none;
  width: 0;
}
.ql-editor p {
  margin-bottom: 1rem !important;
}
#breadcrumbs ol {
  list-style-type: none;
  padding: 0;
}
#breadcrumbs ol li {
  display: inline-block;
}
#breadcrumbs ol li a {
  font-weight: 400;
  font-size: 0.9rem;
  text-decoration: underline;
  color: #52d2bc;
}
#breadcrumbs ol li:last-child a {
  color: #473147;
}
.btn {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  letter-spacing: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-style: oblique;
  font-weight: bold;
  line-height: normal;
  padding: 1rem;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.4s;
}
.btn.btn-cream {
  background-color: #E2D6D3;
  color: #473147;
}
.btn.btn-cream:hover {
  background-color: #f6f3f2;
}
.btn.btn-green {
  background-color: #52d2bc;
  color: #473147;
}
.btn.btn-green:hover {
  background-color: #7addcc;
}
.btn.btn-peach {
  background-color: #E0A997;
  color: #fff;
}
.btn.btn-peach:hover {
  background-color: #ecc9be;
}
.btn.btn-purple {
  background-color: #473147;
  color: #52d2bc;
}
.btn.btn-purple:hover {
  background-color: #654665;
}
.btn-border {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-family: 'open-sans', sans-serif;
  font-weight: 500;
  line-height: normal;
  padding: 1rem 1.5rem;
}
.btn-border.btn-cream {
  border-color: #E2D6D3;
  color: #E2D6D3;
}
.btn-border.btn-cream:hover {
  background-color: #E2D6D3;
  color: #fff;
}
.btn-border.btn-green {
  border-color: #52d2bc;
  color: #52d2bc;
}
.btn-border.btn-green:hover {
  background-color: #52d2bc;
  color: #fff;
}
.btn-border.btn-peach {
  border-color: #E0A997;
  color: #E0A997;
}
.btn-border.btn-peach:hover {
  background-color: #E0A997;
  color: #fff;
}
.btn-border.btn-purple {
  border-color: #473147;
  color: #473147;
}
.btn-border.btn-purple:hover {
  background-color: #473147;
  color: #fff;
}
.btn-skew {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 0.5rem 1rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  transition: all 0.4s;
}
.btn-skew.btn-green {
  background-color: #52d2bc;
  color: #fff;
}
.btn-skew.btn-green:hover {
  background-color: #7addcc;
}
.btn-skew.btn-peach {
  background-color: #E0A997;
  color: #fff;
}
.btn-skew.btn-peach:hover {
  background-color: #ecc9be;
}
.btn-skew.btn-purple {
  background-color: #473147;
  color: #52d2bc;
}
.btn-skew.btn-purple:hover {
  background-color: #654665;
}
.favourite {
  background-color: #fff;
  border-radius: 100%;
  margin: 0.3em;
  padding: 0.2em;
  color: #473147;
  cursor: pointer;
  transition: all 0.3s;
}
.favourite.favourited {
  background-color: #52d2bc;
  color: #fff;
}
form .row {
  margin-bottom: 1.5rem;
}
.input-cream {
  border: 2px solid #E2D6D3;
  background-color: #E2D6D3;
  box-sizing: border-box;
  color: #473147;
  font-style: italic;
  font-weight: bold;
  padding: 1rem 0.8rem;
  width: 100%;
}
.input-cream::-webkit-input-placeholder {
  color: #473147;
  font-weight: bold;
  opacity: 1;
  text-transform: uppercase;
}
.input-cream:-ms-input-placeholder {
  color: #473147;
  font-weight: bold;
  opacity: 1;
  text-transform: uppercase;
}
.input-cream::-ms-input-placeholder {
  color: #473147;
  font-weight: bold;
  opacity: 1;
  text-transform: uppercase;
}
.input-cream::placeholder {
  color: #473147;
  font-weight: bold;
  opacity: 1;
  text-transform: uppercase;
}
.input-cream.has-error {
  border-color: #D35279;
}
.form-error {
  background-color: #D35279;
  color: #fff;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0.5em;
}
.form-error a {
  color: #fff;
  text-decoration: underline;
}
.input-wrapper {
  position: relative;
}
.input-wrapper .input-error-icon {
  color: #D35279;
  position: absolute;
  right: 0.8rem;
  top: calc(2px + 1rem);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media only screen and (max-width: 48rem) {
  button[type=submit] {
    width: 100%;
  }
}
@media only screen and (max-width: 48rem) {
  .text-right {
    text-align: left !important;
  }
  .text-right span {
    padding: 0.5rem 0;
    display: block;
  }
  #auth-form .btn-green {
    margin: 1rem 0 !important;
  }
}
.content {
  box-sizing: border-box;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1.5rem;
  width: 100%;
  padding-bottom: 2em;
  padding-top: 2em;
}
@media only screen and (min-width: 64rem) {
  .content {
    width: 90%;
  }
}
@media only screen and (min-width: 75rem) {
  .content {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .content {
    width: 90%;
  }
}
@media only screen and (min-width: 75rem) {
  .content {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
.content-width {
  box-sizing: border-box;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .content-width {
    width: 90%;
  }
}
@media only screen and (min-width: 75rem) {
  .content-width {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
html,
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  min-height: 100vh;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 64rem) {
  html,
  body {
    overflow-x: hidden;
  }
}
a {
  text-decoration: none;
  transition: all 0.2s;
}
button {
  border-style: solid;
  cursor: pointer;
  transition: all 0.2s;
}
/** Titles **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1 {
  font-weight: 700;
  font-size: 3.5rem;
  margin: 2rem 0;
}
h2 {
  font-weight: 700;
  font-size: 2rem;
  margin: 1.5rem 0;
}
h3 {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 1rem 0;
}
h4 {
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
h5 {
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0.3rem 0;
  text-transform: none;
}
h6 {
  font-weight: 300;
  font-style: italic;
  font-size: 1.2rem;
  margin: 0.1rem 0;
  text-transform: none;
}
/** Font Sizes **/
.fs-0 {
  font-size: 4.5rem;
}
.fs-1 {
  font-size: 3.5rem;
}
.fs-2 {
  font-size: 2rem;
}
.fs-3 {
  font-size: 1.8rem;
}
.fs-4 {
  font-size: 1.6rem;
}
.fs-5 {
  font-size: 1.4rem;
}
.fs-6 {
  font-size: 1.2rem;
}
/** Background color classes */
.bg-danger {
  background-color: #c72813;
}
.bg-success {
  background-color: #52d2bc;
}
.bg-warning {
  background-color: #d3d252;
}
.bg-purple {
  background-color: #473147;
  color: #fff;
}
.bg-brown {
  background-color: #9C8780;
}
.bg-peach {
  background-color: #E0A997;
}
.bg-cream {
  background-color: #E2D6D3;
}
.bg-green {
  background-color: #52d2bc;
}
.bg-blue {
  background-color: #CCD2E8;
}
.bg-purple-clear {
  background-color: #563b56;
}
.bg-brown-clear {
  background-color: #a7958e;
}
.bg-peach-clear {
  background-color: #e6b9ab;
}
.bg-cream-clear {
  background-color: #ece4e2;
}
.bg-green-clear {
  background-color: #66d7c4;
}
.bg-blue-clear {
  background-color: #e8ebf5;
}
/** Flex helpers **/
.col-reverse {
  flex-direction: column-reverse;
}
.row-reverse {
  flex-direction: row-reverse;
}
/** Alerts **/
.alert {
  border: 1px solid #c72813;
  padding: 1rem;
  color: #c72813;
}
.alert ul {
  margin: 0;
}
.success {
  border: 1px solid #52d2bc;
  padding: 1rem;
  color: #52d2bc;
}
/** Miscelanea **/
.pointer {
  cursor: pointer;
}
/* Captcha */
.grecaptcha-badge {
  opacity: 0.1;
}
.grecaptcha-badge:hover {
  opacity: 1;
}
/* Arrowed links */
.link-purple {
  color: #473147;
}
.link-purple:hover {
  color: #9C8780;
}
.link-green {
  color: #52d2bc;
}
.link-green:hover {
  color: #473147;
}
.link-cream {
  color: #E2D6D3;
}
.link-cream:hover {
  color: #E2D6D3;
}
/* Intext link */
.link-intext:after,
.link-intext:before {
  content: ' ';
}
.link-arrow-hidden {
  width: 0;
}
.link-arrow-hidden:after,
.link-arrow-hidden:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 0;
}
.link-arrow-visible {
  width: 4em;
}
.link-arrow-visible:before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 0.5em;
}
.link-arrow-visible:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 0.5em;
}
.link-arrow.link-purple {
  color: #473147;
}
.link-arrow.link-purple .the-arrow {
  background-color: #473147;
}
.link-arrow.link-purple .the-arrow:after,
.link-arrow.link-purple .the-arrow:before {
  background-color: #473147;
}
.link-arrow.link-purple:hover {
  color: #9C8780;
}
.link-arrow.link-purple:hover .the-arrow {
  background-color: #9C8780;
}
.link-arrow.link-purple:hover .the-arrow:after,
.link-arrow.link-purple:hover .the-arrow:before {
  background-color: #9C8780;
}
.link-arrow.link-green {
  color: #52d2bc;
}
.link-arrow.link-green .the-arrow {
  background-color: #52d2bc;
}
.link-arrow.link-green .the-arrow:after,
.link-arrow.link-green .the-arrow:before {
  background-color: #52d2bc;
}
.link-arrow.link-green:hover {
  color: #fff;
}
.link-arrow.link-green:hover .the-arrow {
  background-color: #fff;
}
.link-arrow.link-green:hover .the-arrow:after,
.link-arrow.link-green:hover .the-arrow:before {
  background-color: #fff;
}
.link-arrow.link-peach {
  color: #E0A997;
}
.link-arrow.link-peach .the-arrow {
  background-color: #E0A997;
}
.link-arrow.link-peach .the-arrow:after,
.link-arrow.link-peach .the-arrow:before {
  background-color: #E0A997;
}
.link-arrow.link-peach:hover {
  color: #fff;
}
.link-arrow.link-peach:hover .the-arrow {
  background-color: #fff;
}
.link-arrow.link-peach:hover .the-arrow:after,
.link-arrow.link-peach:hover .the-arrow:before {
  background-color: #fff;
}
.link-arrow.link-cream {
  color: #E2D6D3;
}
.link-arrow.link-cream .the-arrow {
  background-color: #E2D6D3;
}
.link-arrow.link-cream .the-arrow:after,
.link-arrow.link-cream .the-arrow:before {
  background-color: #E2D6D3;
}
.link-arrow.link-cream:hover {
  color: #E2D6D3;
}
.link-arrow.link-cream:hover .the-arrow {
  background-color: #E2D6D3;
}
.link-arrow.link-cream:hover .the-arrow:after,
.link-arrow.link-cream:hover .the-arrow:before {
  background-color: #E2D6D3;
}
.link-arrow {
  font-style: italic;
  text-decoration: none;
  transition: all 0.2s;
}
.link-arrow .text {
  margin-left: 0;
  margin-right: 0.5em;
}
.link-arrow .the-arrow {
  display: inline-block;
  height: 1px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  width: 4em;
}
.link-arrow .the-arrow:after,
.link-arrow .the-arrow:before {
  content: '';
  display: inline-block;
  height: 1px;
  position: absolute;
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  transition: all 0.2s, width 0.5s;
  right: 0;
}
.link-arrow .the-arrow.left {
  width: 0;
}
.link-arrow .the-arrow.left:after,
.link-arrow .the-arrow.left:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 0;
}
.link-arrow .the-arrow.right {
  width: 4em;
}
.link-arrow .the-arrow.right:before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 0.5em;
}
.link-arrow .the-arrow.right:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 0.5em;
}
.link-arrow:hover .text {
  margin-left: 0.5em;
  margin-right: 0;
}
.link-arrow:hover .the-arrow.left {
  width: 4em;
}
.link-arrow:hover .the-arrow.left:before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 0.5em;
}
.link-arrow:hover .the-arrow.left:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 0.5em;
}
.link-arrow:hover .the-arrow.right {
  width: 0;
}
.link-arrow:hover .the-arrow.right:after,
.link-arrow:hover .the-arrow.right:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 0;
}
/** Lists columns **/
.ul-2 {
  -webkit-column-count: 2;
          column-count: 2;
}
.ul-3 {
  -webkit-column-count: 3;
          column-count: 3;
}
.ul-4 {
  -webkit-column-count: 4;
          column-count: 4;
}
.pagination {
  list-style-type: none;
  grid-column: 1 / -1;
  padding: 0;
  text-align: right;
  width: 100%;
}
.pagination .page-item {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
}
.pagination .page-item.active {
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  background-color: #52d2bc;
  color: #fff;
  text-decoration: underline;
}
.pagination .page-item a {
  color: #473147;
}
.pagination .page-item a:hover {
  color: #9C8780;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media only screen and (min-width: 48rem) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 64rem) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 75rem) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 75rem) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.no-gap {
  padding: 0;
}
@media only screen and (min-width: 64rem) {
  .md-nogap {
    padding: 0;
  }
}
@media only screen and (max-width: 64rem) {
  .sm-nogap {
    padding: 0;
  }
}
@media only screen and (max-width: 48rem) {
  .xs-nogap {
    padding: 0;
  }
}
@media only screen and (max-width: 48rem) {
  .xs-hide {
    display: none !important;
  }
}
.xs-show {
  display: none !important;
}
@media only screen and (max-width: 48rem) {
  .xs-show {
    display: inherit !important;
  }
}
@media only screen and (max-width: 78rem) {
  .md-hide {
    display: none !important;
  }
}

/** Stars **/
.stars {
  margin-top: 9px;
  color: #52d2bc;
}
.stars .empty {
  color: #fff;
}
.svg {
  display: inline-block;
}
.svg svg {
  width: 100%;
}
.svg path,
.svg polygon,
.svg rect {
  transition: fill 0.4s;
}
.svg:hover.hover-purple path,
.svg:hover.hover-purple polygon,
.svg:hover.hover-purple rect,
.svg:hover.hover-purple circle {
  fill: #473147;
}
.svg:hover.hover-brown path,
.svg:hover.hover-brown polygon,
.svg:hover.hover-brown rect,
.svg:hover.hover-brown circle {
  fill: #9C8780;
}
.svg:hover.hover-peach path,
.svg:hover.hover-peach polygon,
.svg:hover.hover-peach rect,
.svg:hover.hover-peach circle {
  fill: #E0A997;
}
.svg:hover.hover-cream path,
.svg:hover.hover-cream polygon,
.svg:hover.hover-cream rect,
.svg:hover.hover-cream circle {
  fill: #E2D6D3;
}
.svg:hover.hover-green path,
.svg:hover.hover-green polygon,
.svg:hover.hover-green rect,
.svg:hover.hover-green circle {
  fill: #52d2bc;
}
.svg:hover.hover-blue path,
.svg:hover.hover-blue polygon,
.svg:hover.hover-blue rect,
.svg:hover.hover-blue circle {
  fill: #CCD2E8;
}
.svg:hover.hover-blue-plain path,
.svg:hover.hover-blue-plain polygon,
.svg:hover.hover-blue-plain rect,
.svg:hover.hover-blue-plain circle {
  fill: #4285f4;
}
.svg:hover.hover-grey-dark path,
.svg:hover.hover-grey-dark polygon,
.svg:hover.hover-grey-dark rect,
.svg:hover.hover-grey-dark circle {
  fill: #5a5c5b;
}
.svg:hover.hover-grey-clear path,
.svg:hover.hover-grey-clear polygon,
.svg:hover.hover-grey-clear rect,
.svg:hover.hover-grey-clear circle {
  fill: #eee;
}
.svg.purple path,
.svg.purple polygon,
.svg.purple rect,
.svg.purple circle {
  fill: #473147;
}
.svg.brown path,
.svg.brown polygon,
.svg.brown rect,
.svg.brown circle {
  fill: #9C8780;
}
.svg.peach path,
.svg.peach polygon,
.svg.peach rect,
.svg.peach circle {
  fill: #E0A997;
}
.svg.cream path,
.svg.cream polygon,
.svg.cream rect,
.svg.cream circle {
  fill: #E2D6D3;
}
.svg.green path,
.svg.green polygon,
.svg.green rect,
.svg.green circle {
  fill: #52d2bc;
}
.svg.blue path,
.svg.blue polygon,
.svg.blue rect,
.svg.blue circle {
  fill: #CCD2E8;
}
.svg.blue-plain path,
.svg.blue-plain polygon,
.svg.blue-plain rect,
.svg.blue-plain circle {
  fill: #4285f4;
}
.svg.grey-dark path,
.svg.grey-dark polygon,
.svg.grey-dark rect,
.svg.grey-dark circle {
  fill: #5a5c5b;
}
.svg.grey-clear path,
.svg.grey-clear polygon,
.svg.grey-clear rect,
.svg.grey-clear circle {
  fill: #eee;
}
.tabs-nav {
  border-bottom: 1px solid #473147;
  font-weight: bold;
}
@media only screen and (min-width: 64rem) {
  .tabs-nav {
    padding-left: 4rem;
  }
}
.tabs-nav a {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5rem 1.5rem;
}
.tabs-nav a:hover {
  color: #9C8780;
}
.tabs-nav a.active {
  border: 1px solid #473147;
  border-bottom: 1px solid #fff;
}
.tabs-nav * {
  line-height: normal;
  margin-bottom: -1px;
}
@media only screen and (max-width: 48rem) {
  .tabs-nav a {
    display: block;
    width: auto;
    margin: 0.5rem 0;
  }
  .tabs-nav a.active {
    border: 1px solid #473147;
  }
}
.table-stripped {
  border-collapse: collapse;
  color: #473147;
  width: 100%;
}
.table-stripped thead {
  border-bottom: 2px solid #eee;
  font-weight: bold;
  text-align: left;
}
.table-stripped thead th {
  padding: 0.5rem 1.5rem;
  min-width: 100px;
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
}
.table-stripped thead th.bigger {
  font-size: 1.5em;
}
.table-stripped tbody tr {
  transition: all 0.4s;
}
.table-stripped tbody tr:nth-child(odd) {
  background-color: #ece4e2;
}
.table-stripped tbody tr.remove {
  opacity: 0;
  font-size: 0;
  margin: 0;
}
.table-stripped tbody tr.remove td {
  max-height: 0;
}
.table-stripped tbody tr td {
  padding: 0.2rem 1.5rem;
}
.table-stripped tbody tr td.actions {
  text-align: right;
}
.table-stripped tbody tr td.actions * {
  color: #473147;
  cursor: pointer;
  margin-left: 1rem;
  transition: all 0.4s;
}
.table-stripped tbody tr td.actions *:hover {
  color: #9C8780;
}
.table-stripped tbody tr td a {
  color: #473147;
  text-decoration: underline;
}
.table-stripped tbody tr td a:hover {
  color: #9C8780;
}
.widget {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
#couple-navigation {
  background: transparent !important;
  box-sizing: border-box;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 64rem) {
  #couple-navigation {
    width: 90%;
  }
}
@media only screen and (min-width: 75rem) {
  #couple-navigation {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 64rem) {
  #couple-navigation {
    width: 90%;
  }
}
@media only screen and (min-width: 75rem) {
  #couple-navigation {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
#couple-navigation a {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #473147;
  display: inline-block;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
}
#couple-navigation a:hover {
  text-decoration: underline;
}
#couple-navigation a.active {
  background-color: #473147;
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 48rem) {
  #couple-navigation span {
    background: #473147;
    color: #fff;
  }
  #couple-navigation span u {
    -webkit-transform: scale(1, 1.4);
            transform: scale(1, 1.4);
  }
  #couple-navigation a {
    display: block;
    background: #473147;
    color: #fff;
    padding: 1rem 1.5rem;
  }
  #couple-navigation a.active {
    background-color: #E2D6D3;
    color: #473147;
  }
}
footer {
  background-color: #473147;
  color: #E2D6D3;
  padding-bottom: 60px;
  padding-top: 3rem;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #E0A997;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .title {
  color: inherit;
  text-decoration: underline;
  font-size: 1.2em;
}
footer .title {
  font-family: 'Oswald', sans-serif;
  margin: 2rem 0;
  letter-spacing: 0;
}
footer h5 {
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
footer li {
  margin: 0.5em 0;
}
#footer-contact-col ul,
#footer-sitemap-widget ul {
  margin-top: 1rem;
}
@media only screen and (max-width: 48rem) {
  #footer-contact-col,
  #footer-sitemap-col {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 48rem) {
  #footer-social-widget .title {
    font-size: 4rem !important;
  }
  .social-links {
    margin-top: 1rem;
  }
}
header {
  background-color: #473147;
  box-sizing: border-box;
  color: #E0A997;
  font-size: 1.2em;
  height: 100px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: right;
  overflow: hidden;
}
header .row {
  height: 70px;
}
header #logo-wrapper {
  height: 100%;
  text-align: left;
}
header #logo-wrapper a {
  display: block;
  height: 100%;
}
header #logo-wrapper #logo {
  height: 100%;
}
header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#top-bar-right {
  display: flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
  white-space: nowrap;
  z-index: 99;
}
#top-bar-right li {
  display: inline-block;
  vertical-align: bottom;
}
#top-bar-right li a {
  color: #E2D6D3;
  margin: auto 15px;
}
#top-bar-right li a:hover {
  color: #E0A997;
}
#top-bar-right li a.signup {
  color: #fff;
}
#top-bar-right li a .couple-image {
  border-radius: 100%;
  margin-left: 0.2em;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  background-size: cover !important;
  background-position: center !important;
  display: inline-block;
}
#top-bar-right .login {
  display: inline-block;
  color: #E2D6D3;
}
#top-bar-right .login:hover {
  color: #E0A997;
}
#top-bar-right #menu-bars {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin-left: 15px;
  position: relative;
  width: 27px;
}
#top-bar-right #menu-bars:before {
  border-top: 4px solid #E2D6D3;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  width: 100%;
}
#top-bar-right #menu-bars:after {
  border-bottom: 4px solid #E2D6D3;
  border-top: 4px solid #E2D6D3;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 13px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  transition: border-color 0.2s, -webkit-transform 0.5s ease-out;
  transition: border-color 0.2s, transform 0.5s ease-out;
  transition: border-color 0.2s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  width: 100%;
}
#top-bar-right #menu-bars:hover:before {
  border-color: #E0A997;
}
#top-bar-right #menu-bars:hover:after {
  border-color: #E0A997;
}
#top-bar-right #menu-bars.open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#top-bar-right #menu-bars.open:after {
  border-top-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#navigation {
  background-color: #473147;
  flex-grow: 1;
  min-height: 100vh;
  min-width: 300px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding-top: 100px;
  position: fixed;
  top: 0;
  transition: visibility 0.5s, opacity 0.5s;
  width: 100vw;
  z-index: 98;
}
#navigation.open {
  visibility: visible;
  opacity: 1;
}
#navigation .column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#navigation .column .bottom-section {
  border-top-width: 1px;
  border-top-style: solid;
}
#navigation #navigation-left {
  background-color: #52d2bc;
  display: none;
  height: 100vh;
  margin-top: -100px;
  padding: 5rem;
  padding-left: 20rem;
}
@media only screen and (min-width: 75rem) {
  #navigation #navigation-left {
    display: flex;
    justify-content: space-between;
  }
}
#navigation #navigation-left .bottom-section {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  border-top-color: #473147;
  padding-top: 3rem;
}
#navigation #navigation-left .bottom-section h4 {
  font-size: 1.4rem;
  margin: 0;
}
#navigation #navigation-left .bottom-section .social-links {
  justify-content: flex-start;
  margin: 0 -1rem;
}
#navigation #navigation-left .bottom-section .social-links .svg {
  margin: 0.6rem 0.5rem;
}
#navigation #navigation-left #logo {
  max-width: 200px;
}
#navigation #navigation-right {
  margin-top: 8rem;
  padding-right: 5rem;
}
#navigation #navigation-right .navigation-section {
  color: #E2D6D3;
  margin-bottom: 1.5rem;
  padding-left: 30px;
  padding-right: 0;
}
@media only screen and (min-width: 75rem) {
  #navigation #navigation-right .navigation-section {
    /*margin-bottom: 5rem;*/
  }
}
#navigation #navigation-right .navigation-section > div {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #E2D6D3;
  font-size: 1.2em;
  margin-bottom: 10px;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
/*#navigation #navigation-right .navigation-section ul {*/
/*  margin-right: -2rem;*/
/*}*/
@media only screen and (max-width: 48rem) {
  #navigation #navigation-right .navigation-section ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
#navigation #navigation-right .navigation-section ul li {
  padding-right: 1rem;
}
#navigation #navigation-right .navigation-section ul li a {
  color: #E2D6D3;
  text-decoration: none;
  padding: 0.3rem 0;
  display: block;
}
#navigation #navigation-right .navigation-section ul li a:hover {
  color: #E0A997;
}
#navigation #navigation-right .bottom-section {
  border: 0;
}
#navigation #navigation-right .bottom-section h3 {
  color: #E2D6D3;
  font-size: 1.2rem;
  text-align: left;
  font-weight: 500;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#navigation #navigation-right .bottom-section .registration {
  padding: 0 30px;
  margin-bottom: 2rem;
}
#navigation #navigation-right .bottom-section .registration .wrapper {
  padding-bottom: 2rem;
  color: #E2D6D3;
  border-top: 2px solid #E2D6D3;
  border-bottom: 2px solid #E2D6D3;
}
#navigation #navigation-right .bottom-section .registration .wrapper p {
  font-size: 0.8rem;
}
#navigation #navigation-right .bottom-section .registration .wrapper a {
  font-size: 1rem;
}
#navigation #navigation-right .bottom-section .registration .wrapper .btn-green {
  margin-left: 1rem;
  color: #fff;
  padding: 0.8rem 1rem;
}
#navigation #navigation-right .bottom-section .nav-social {
  padding: 0 30px;
}
#navigation #navigation-right .social .title {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #E2D6D3;
  font-size: 1.5em;
  margin: 1rem 0 0 1rem;
}
@media only screen and (min-width: 75rem) {
  #navigation #navigation-right .social {
    display: none;
  }
}
#navigation #navigation-right .social .social-links {
  justify-content: flex-start;
}
#navigation .content {
  padding: 0;
}
.navigation-open {
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 95.5rem) {
  #navigation-right {
    padding-right: 0rem !important;
    margin-top: 2rem !important;
  }
  #navigation-left {
    padding-left: 10rem !important;
    padding-top: 2rem !important;
    overflow: auto;
  }
  #navigation-left img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 48rem) {
  .navigation-open header {
    background: #473147;
    position: relative;
    z-index: 100;
  }
  .navigation-open header img {
    display: none;
  }
  .navigation-open #top-bar-right li {
    display: inline-block !important;
  }
  #navigation {
    overflow: auto;
  }
  #navigation-right {
    min-height: 160vh;
    position: absolute;
    display: block !important;
    margin-top: 0 !important;
  }
  #navigation-right img {
    max-width: 120px;
    margin-left: 34px;
    margin-bottom: 30px;
  }
}
#navigation-widget h2,
#navigation-widget h3 {
  font-size: 1.5rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  max-width: 30rem;
}
#navigation-widget h2 {
  margin-bottom: 3rem;
}
#navigation-widget h3 a {
  font-size: 1.2rem;
  color: #473147;
}
#navigation-widget p {
  max-width: 8rem;
}
#navigation-widget .link {
  margin: 0 1rem;
}
.empty-widget {
  align-items: center;
  background-color: rgba(199, 40, 19, 0.2);
  border: 2px solid #c72813;
  border-radius: 5px;
  color: #c72813;
  display: flex;
  font-size: 1.5em;
  justify-content: center;
}
#couple-favourite-suppliers-widget > .empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
}
#couple-favourite-suppliers-widget .supplier-block {
  display: inline-flex;
  margin: 0 1.5rem 0 0;
  width: 210px;
  height: 24rem;
}
#couple-favourite-suppliers-widget .supplier-block .title a {
  white-space: initial;
}
#couple-favourite-venues-widget > .empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
}
#couple-favourite-venues-widget .venue-block {
  display: inline-flex;
  margin: 0 1.5rem 0 0;
  width: 210px;
  height: 25rem;
}
#couple-favourite-venues-widget .venue-block .title a {
  white-space: initial;
}
#footer-social-widget .title {
  color: #E2D6D3;
  font-size: 4.5rem;
  font-style: oblique;
  font-weight: 700;
  justify-content: center;
  line-height: 5.5rem;
  text-align: right;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
#footer-social-widget .left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 75rem) {
  #footer-social-widget .left-col {
    padding-left: 4rem;
  }
}
#footer-social-widget .subtitle {
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
}
#footer-social-widget .social-links svg {
  height: 3rem;
  width: 3rem;
}
@media only screen and (max-width: 48rem) {
  #footer-social-widget .social-links svg {
    height: 2rem;
    width: 2rem;
  }
}
#home-real-weddings-big {
  background-color: #52d2bc;
  color: #473147;
  display: flex;
  font-weight: bold;
  flex-wrap: wrap;
  justify-content: stretch;
}
#home-real-weddings-big .home-real-weddings-big-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 500px;
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  #home-real-weddings-big .home-real-weddings-big-cover {
    width: 50%;
  }
}
#home-real-weddings-big .home-real-weddings-big-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
}
#home-real-weddings-big .home-real-weddings-big-content .widget-heading {
  font-size: 1.2rem;
  margin-top: 1rem;
}
#home-real-weddings-big .home-real-weddings-big-content .home-real-weddings-big-title {
  flex: 1;
  font-style: oblique;
  margin-bottom: 2em;
  text-decoration: underline;
}
#home-real-weddings-big .home-real-weddings-big-content div {
  align-self: flex-end;
}
#home-real-weddings-small {
  background-color: #E2D6D3;
  color: #473147;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  justify-content: stretch;
}
#home-real-weddings-small .home-real-weddings-small-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  height: 200px;
  width: 100%;
}
#home-real-weddings-small .home-real-weddings-small-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}
#home-real-weddings-small .home-real-weddings-small-content .home-real-weddings-small-title {
  font-style: oblique;
  margin-bottom: 2em;
  text-decoration: underline;
}
#home-real-weddings-small .home-real-weddings-small-content .btn-border {
  float: right;
}
#home-wedding-events-widget {
  background-color: #E0A997;
  background-image: linear-gradient(-196deg, transparent 80%, #473147 80%);
  color: #473147;
  flex-direction: column;
  height: 100%;
  padding: 3rem 1rem 1rem 4rem;
  position: relative;
}
#home-wedding-events-widget .home-wedding-events-header {
  display: flex;
}
#home-wedding-events-widget .home-wedding-events-header .title {
  flex-grow: 1;
}
#home-wedding-events-widget .home-wedding-events-header h5 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.2rem;
  margin-top: 2rem;
  text-transform: uppercase;
}
#home-wedding-events-widget .home-wedding-events-header .arrows {
  margin-right: 1rem;
  text-align: right;
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow {
  align-items: center;
  border: 1px solid #473147;
  cursor: pointer;
  display: inline-flex;
  height: 45px;
  justify-content: center;
  line-height: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.3s;
  opacity: 0.5;
  width: 45px;
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow:hover {
  background-color: #473147;
  color: #E0A997;
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow:hover div {
  background-color: #E0A997;
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow:hover div:after,
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow:hover div:before {
  background-color: #E0A997;
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow.arrow-left div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow.arrow-right {
  margin-left: 25px;
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow.arrow-right div {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow div {
  background-color: #473147;
  display: inline-block;
  height: 1px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  width: 35px;
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow div:after,
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow div:before {
  background-color: #473147;
  content: '';
  display: inline-block;
  height: 1px;
  position: absolute;
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  transition: all 0.2s;
  right: 0;
  width: 0.5rem;
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow div:before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
#home-wedding-events-widget .home-wedding-events-header .arrows .arrow div:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#home-wedding-events-widget .home-wedding-events-header div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#home-wedding-events-widget .pagination {
  display: flex;
}
#home-wedding-events-widget .pagination li {
  background-color: #9C8780;
  cursor: pointer;
  height: 10px;
  margin-right: 10px;
  transition: all 0.3s;
  width: 10px;
}
#home-wedding-events-widget .pagination li.active {
  background-color: #473147;
}
#home-wedding-events-widget .home-wedding-events-content {
  margin-top: 1rem;
  flex-grow: 1;
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: 20rem;
  max-height: 51rem;
  scroll-behavior: smooth;
}
#home-wedding-events-widget .home-wedding-events-content .title {
  font-size: 3rem !important;
  font-style: oblique;
  text-decoration: underline;
}
#home-wedding-events-widget .home-wedding-events-content h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#home-wedding-events-widget .home-wedding-events-content .text {
  margin-bottom: 5em;
  overflow: hidden;
  height: 47vh;
  line-height: 1.4rem;
}
#home-wedding-events-widget .home-wedding-events-buttons {
  flex-direction: row-reverse;
}
#home-wedding-events-widget .home-wedding-events-buttons .btn-border {
  float: right;
}
#home-whats-trending-widget {
  background-color: #473147;
  color: #52d2bc;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;
}
#home-whats-trending-widget a {
  color: #52d2bc;
  font-size: 1.1em;
  display: inline-block;
}
#home-whats-trending-widget hr {
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  background-color: #9C8780;
  border: 2px solid #9C8780;
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 10%;
  margin: 0 auto;
}
@media only screen and (max-width: 48rem) {
  #home-whats-trending-widget hr {
    margin-top: 1rem;
  }
}
#home-whats-trending-widget .widget-title {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  color: #52d2bc;
  margin-bottom: 1em;
  text-decoration: underline;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
#home-whats-trending-widget h5 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 1rem 0 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
#how-works-widget {
  position: relative;
  flex-direction: column;
  text-align: center;
}
#how-works-widget .bg-purple {
  background: #412d41;
}
#how-works-widget h2 {
  color: #ece4e2;
  font-size: 2.5rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#how-works-widget button {
  font-size: 1.5rem;
}
#how-works-widget .content {
  padding: 4rem 0;
}
#how-works-steps {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
#how-works-steps::before {
  content: "";
  visibility: hidden;
  display: block;
  position: absolute;
  margin: -60px auto 0;
  border: 30px solid;
  left: 50%;
  margin-left: -30px;
  border-color: transparent transparent #E2D6D3 transparent;
}
#how-works-steps.visible {
  max-height: 5000px;
}
#how-works-steps.visible::before {
  visibility: visible;
}
#how-works-steps .step {
  background-color: #E2D6D3;
  text-align: left;
}
#how-works-steps .step .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#how-works-steps .step .content .step-content {
  margin: 0 4rem;
}
#how-works-steps .step .content .number {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 2rem;
  color: #473147;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#how-works-steps .step .content .step-title {
  font-family: "Open Sans";
  color: #473147;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 0 2rem;
}
#how-works-steps .step .content .text {
  max-width: 520px;
  line-height: 1.2rem;
}
#how-works-steps .step:nth-child(even) {
  background-color: #ece4e2;
}
#how-works-steps .step:nth-child(even) .content {
  flex-direction: row-reverse;
}
#navigation-widget .links {
  display: flex;
}
#navigation-widget .links img {
  width: 100%;
}
@-webkit-keyframes quoteIn {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes quoteIn {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes quoteOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes quoteOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
#quotes-widget {
  text-align: center;
}
#quotes-widget .title {
  margin: 0.2em 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#quotes-widget .wrapper {
  height: 6.4rem;
  position: relative;
  max-width: 500px;
  margin: auto;
}
#quotes-widget .quote {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  left: 95%;
  opacity: 0;
  position: absolute;
  transition: all 1s;
  width: 100%;
  margin-top: 0.5rem;
}
#quotes-widget .quote.visible {
  -webkit-animation: quoteIn 1s;
          animation: quoteIn 1s;
  left: 0;
  opacity: 1;
}
#quotes-widget .quote.hide {
  -webkit-animation: quoteOut 1s;
          animation: quoteOut 1s;
}
@media only screen and (max-width: 48rem) {
  #quotes-widget {
    padding: 2rem 0;
  }
}
#the-team-widget {
  color: #E2D6D3;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#the-team-widget h1 {
  color: #E2D6D3;
  font-weight: 500;
  text-align: center;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}
#the-team-widget .person {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 1.5rem;
  text-align: center;
  width: 250px;
}
#the-team-widget .person .image {
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  width: 250px;
  height: 250px;
}
#the-team-widget .person .image img {
  display: block;
}
#the-team-widget .person .image hr {
  border: 1px solid #473147;
  width: 33%;
}
#the-team-widget .person .image .hover-effect {
  align-items: center;
  background-color: rgba(82, 210, 188, 0.8);
  bottom: 0;
  box-sizing: border-box;
  color: #473147;
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  height: 0;
  justify-content: center;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
#the-team-widget .person .image:hover .hover-effect {
  height: 100%;
  max-height: 100%;
  opacity: 1;
  padding: 1em;
}
#the-team-widget .person .name {
  color: #52d2bc;
  font-size: 1.6rem;
  letter-spacing: -1px;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-weight: bold;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
}
#the-team-widget .person .phone {
  padding-top: 5px;
}
#the-team-widget .person .title {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #E2D6D3;
  font-weight: 300;
  margin-bottom: 1em;
  text-transform: uppercase;
}
#top-suppliers-widget {
  flex-direction: column;
}
#top-suppliers-widget h2 {
  color: #E2D6D3;
}
#top-venues-widget {
  flex-direction: column;
}
#about-us-hero {
  padding: 0;
  background-size: cover !important;
  background-position: center !important;
  height: 70vh;
}
@media only screen and (max-width: 48rem) {
  #about-us-hero {
    height: 35vh;
  }
}
.about-us-text-section {
  padding: 4rem 0;
}
.about-us-text-section h2 {
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
.about-us-text-section #about-us-text {
  margin-top: 2rem;
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}
.about-us-text-section #about-us-text p {
  font-weight: 500;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  line-height: 1.4rem;
  padding-right: 4rem;
}
.about-us-text-section #about-us-text a {
  color: #000;
  text-decoration: underline;
}
.about-us-text-section #about-us-text a:hover {
  color: #473147;
}
@media only screen and (max-width: 48rem) {
  .about-us-text-section {
    padding: 0 20px;
  }
  .about-us-text-section #about-us-text {
    -webkit-columns: 1;
            columns: 1;
    margin-bottom: 4rem;
  }
  .about-us-text-section #about-us-text p {
    padding-right: 0;
  }
}
#about-us-banner {
  align-items: center;
  background-color: #52d2bc;
  display: flex;
  justify-content: center;
}
#about-us-banner h1 {
  max-width: 100%;
  letter-spacing: -3px;
  font-size: 4rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-align: center;
  -webkit-transform: skewY(-8deg) scale(1, 1.2);
          transform: skewY(-8deg) scale(1, 1.2);
  line-height: 4rem;
}
#about-us-banner h1 span {
  font-weight: 600;
  font-size: 7.5rem;
  letter-spacing: -8px;
  margin-left: -1rem;
}
@media only screen and (max-width: 48rem) {
  #about-us-banner {
    padding: 3rem 0;
  }
  #about-us-banner h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  #about-us-banner h1 span {
    font-size: 6rem;
  }
}
#auth-background {
  position: relative;
  min-height: calc(100vh - 100px);
}
#auth-background h1 {
  margin-top: 5rem;
  font-size: 2.2rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: -1px;
}
@media only screen and (max-width: 64rem) {
  #auth-background {
    min-height: auto;
  }
}
#auth-background .alert.alert-danger {
  background: #D35279;
  color: #fff;
  padding: 1rem;
  text-align: right;
  display: flex;
  margin-bottom: 1rem;
}
#auth-background .alert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#auth-form .row {
  margin-bottom: 0.6rem;
}
#auth-form div[class^='col-'] {
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
}
#auth-form div[class^='col-'] * {
  flex-grow: 1;
}
#auth-form .btn-green {
  margin-left: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1.2rem;
}
@media only screen and (max-width: 48rem) {
  #auth-form .inline {
    margin-bottom: 0.6rem;
  }
}
#auth-title {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  #auth-title {
    flex-direction: row;
    margin-bottom: 0;
  }
}
#bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vw;
}
@media only screen and (min-width: 64rem) {
  #bg-image {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 45vw;
  }
}
.forgot-password input {
  margin: 0.5rem 0;
}
.status-message {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 2rem;
  display: block;
  background: #52d2bc;
  padding: 1rem;
  color: #fff;
}
#hero .client-name {
  bottom: 30px;
  font-size: 1.8em;
  font-style: italic;
  font-weight: bold;
  left: 30px;
  position: absolute;
  text-align: left;
  text-shadow: 0 0 10px black;
}
#hero .client-name h1 {
  color: white;
}
#hero .client-enquiry {
  bottom: 30px;
  color: #473147;
  position: absolute;
  right: 30px;
}
.comments .comments-info {
  color: #666;
  margin-bottom: 15px;
}
.comments .stars {
  font-size: 1.5em;
  margin: 15px 0;
}
#client-details .left-column {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}
@media only screen and (min-width: 64rem) {
  #client-details .left-column {
    padding-right: 5rem;
  }
}
#client-details .left-column p,
#client-details .left-column span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.2rem !important;
}
#client-details .client-real-wedding {
  background: #ece4e2;
  color: #473147;
  margin-bottom: 1rem;
  padding: 1rem;
}
#client-details .client-real-wedding img {
  width: 100%;
}
#client-details .client-real-wedding .description {
  margin-bottom: 1rem;
}
#client-details .client-blog-link {
  background: #ece4e2;
  margin-bottom: 1rem;
  padding: 1rem;
}
#client-details .client-blog-link img {
  width: 100%;
}
#client-details .client-blog-link .row > div {
  display: flex;
  align-items: center;
}
#client-details .client-blog-link a {
  color: #473147;
}
#client-details .client-blog-link a:hover {
  color: #9C8780;
}
#client-details-info {
  background-color: #473147;
  color: #E2D6D3;
  font-size: 1.5em;
  padding: 2rem;
  width: 100%;
}
#client-details-info .title {
  color: #E2D6D3;
  margin: 0;
  margin-bottom: 1em;
}
#client-details-info .value {
  line-height: 2em;
  font-size: 1.5em;
  font-weight: bold;
}
#client-details-video {
  padding: 0 1rem;
}
@media only screen and (min-width: 64rem) {
  #client-details-video {
    padding: 0;
  }
}
#client-details-images {
  padding: 0 1rem;
}
@media only screen and (min-width: 64rem) {
  #client-details-images {
    padding: 0;
  }
}
#client-details-images div {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  overflow: visible;
}
#client-details-images img {
  border: 1px solid transparent;
  display: inline-block;
  cursor: zoom-in;
  margin: 0.5rem 0;
  width: 100%;
}
#client-details-images img:hover {
  box-shadow: 0 0 7px 0 #000;
  border-color: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#client-details-events .event {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
#client-details-events .event a {
  display: block;
}
#client-details-map {
  height: 300px;
  width: 100%;
}
#contact-us-hero {
  padding: 0;
  background-size: cover !important;
  background-position: center !important;
  height: 70vh;
}
#contact-us-form {
  background-color: #473147;
  padding: 1rem 4rem;
  margin-bottom: 4rem;
}
#contact-us-form h3 {
  font-size: 2rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  color: #E2D6D3;
  margin: 2.5rem 0;
  font-weight: 600;
}
#contact-us-form .row {
  margin-bottom: 1rem;
}
#contact-us-form .card {
  align-items: flex-start;
  display: flex;
  color: #E2D6D3;
}
#contact-us-form .card img {
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  width: 100px;
}
#contact-us-form .card .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contact-us-form .card .info p {
  line-height: 1.4rem;
}
#contact-us-form .card .info b {
  font-weight: 700;
  margin-bottom: 3rem;
}
#contact-us-form .card .info .title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
#contact-us-form input,
#contact-us-form textarea {
  letter-spacing: -1px;
}
#contact-us-form textarea {
  height: 12rem;
}
#contact-us-form button {
  color: #fff;
  padding: 1rem 5rem;
  letter-spacing: -1px;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  float: right;
}
#contact-us .left-column h2 {
  font-size: 2rem;
  -webkit-transform: scale(1, 1.3);
          transform: scale(1, 1.3);
  margin: 2rem 0 4rem;
}
#contact-us .left-column h3 {
  font-size: 1.1rem;
  margin-top: 5rem;
}
#contact-us .left-column #contact-us-text {
  font-weight: 400;
  line-height: 1.4rem;
  font-size: 1rem;
}
#contact-us .left-column #contact-us-text p {
  margin: 0;
}
#contact-us .left-column #contact-us-text a {
  margin-bottom: 1rem;
  display: block;
  color: #473147;
}
#contact-us .left-column #contact-us-text .btn {
  display: table;
  margin-top: 2rem;
}
@media only screen and (min-width: 64rem) {
  #contact-us .left-column {
    padding-right: 5rem;
  }
}
#contact-us-map {
  height: 350px;
  width: 90%;
}
@media only screen and (max-width: 48rem) {
  #contact-us-hero {
    height: 35vh;
  }
  #contact-us-form {
    padding: 0.5rem 1rem;
    margin-top: 2rem;
  }
  #contact-us-form .card {
    display: block;
  }
  #contact-us-map {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#event-details {
  padding-bottom: 2rem;
}
#event-details .content {
  padding-top: 0;
}
#event-details .left-column {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}
@media only screen and (min-width: 64rem) {
  #event-details .left-column {
    padding-right: 5rem;
  }
}
#event-details .left-column p,
#event-details .left-column span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.2rem !important;
}
#event-details .event-datetime {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
#event-details .event-datetime p {
  margin: 5px 0;
  font-weight: 300;
}
#event-details .event-datetime p strong {
  font-weight: 700;
}
#event-details .event-text {
  font-weight: 400;
  margin-bottom: 2rem;
  max-width: 45rem;
  line-height: 1.8rem;
}
#event-details .event-cta h3 {
  font-size: 1.5rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#event-enquire {
  padding: 2rem 0;
}
#event-map {
  height: 300px;
  width: 100%;
}
@media only screen and (max-width: 48rem) {
  .right-column h2 {
    padding-left: 20px;
    margin-top: 4rem;
  }
}
.pac-container {
  background-color: #E2D6D3;
}
.pac-container:after {
  display: none;
}
#location-search-wrapper {
  position: relative;
}
#location-search-wrapper.geo-active #current-location-selector {
  bottom: 7px;
  content: url('/svg/blue-dot.svg');
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 20px;
  width: 40px;
}
@media only screen and (min-width: 64rem) {
  #location-search-wrapper.geo-active #current-location-selector {
    bottom: 0.6rem;
    right: 0.8rem;
    width: 20px;
  }
}
#hero {
  /* Homepage */
}
#hero #hero-form {
  background-color: rgba(71, 49, 71, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}
#hero #hero-form.hidden {
  visibility: hidden;
  opacity: 0;
}
#hero #hero-form div {
  align-items: center;
}
#hero #hero-form form {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.3em;
  justify-content: space-between;
  text-transform: uppercase;
  width: 100%;
}
#hero #hero-form form .title {
  color: #E2D6D3;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -1px;
  font-size: 20px;
  text-align: left;
}
#hero #hero-form form .choices {
  background-color: #E2D6D3;
  color: #473147;
  font-weight: bold;
}
#hero #hero-form form .choices .choices__item {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: bold;
  font-style: oblique;
  padding: 15px 10px;
}
@media only screen and (min-width: 64rem) {
  #hero #hero-form form .choices .choices__item {
    padding: 20px 15px;
  }
}
#hero #hero-form form .choices .choices__list--dropdown {
  background-color: #E2D6D3;
}
#hero #hero-form form .choices .choices__input {
  border-bottom: 1px solid #9C8780;
  padding: 10px 15px;
  color: #654665;
}
#hero #hero-form form .choices .choices__input::-webkit-input-placeholder {
  color: #835b83;
  opacity: 1;
}
#hero #hero-form form .choices .choices__input:-ms-input-placeholder {
  color: #835b83;
  opacity: 1;
}
#hero #hero-form form .choices .choices__input::-ms-input-placeholder {
  color: #835b83;
  opacity: 1;
}
#hero #hero-form form .choices .choices__input::placeholder {
  color: #835b83;
  opacity: 1;
}
#hero #hero-form form .choices .choices__button {
  background-size: 1rem;
  right: 8px;
}
@media only screen and (max-width: 48rem) {
  #hero #hero-form form .choices .choices__button {
    right: 15px;
  }
}
#hero #hero-form form input {
  border: 0;
  border-radius: 0 !important;
  box-sizing: border-box;
  padding: 15px 10px;
  letter-spacing: -1px;
  font-size: 16px;
}
@media only screen and (min-width: 64rem) {
  #hero #hero-form form input {
    padding: 20px 15px;
  }
}
#hero #hero-form form input::-webkit-input-placeholder {
  opacity: 1;
}
#hero #hero-form form input:-ms-input-placeholder {
  opacity: 1;
}
#hero #hero-form form input::-ms-input-placeholder {
  opacity: 1;
}
#hero #hero-form form input::placeholder {
  opacity: 1;
}
#hero #hero-form form .distance-wrapper {
  position: relative;
}
#hero #hero-form form .distance-wrapper::after {
  content: 'km';
  font-size: 0.9rem;
  display: block;
  position: absolute;
  z-index: 999;
  right: 7%;
  top: 38%;
  opacity: 0.6;
}
#hero #hero-form form button:hover {
  background-color: #fff;
  color: #E0A997;
}
#hero #hero-form form .row {
  justify-content: space-between;
}
@media only screen and (min-width: 64rem) {
  #hero #hero-form form .row > div {
    padding: 0;
  }
}
@media only screen and (max-width: 87.5rem) {
  #hero #hero-form form .row > div {
    margin-bottom: 10px;
  }
}
#hero #hero-form form .row .col-md-3 {
  max-width: 26%;
  flex-basis: 26%;
}
#hero #hero-form .row {
  margin: auto;
  max-width: 980px;
  display: flex;
}
#hero #hero-form .bottom {
  align-items: flex-start;
  height: 55%;
}
@media only screen and (min-width: 64rem) {
  #hero #hero-form .bottom {
    height: 45%;
  }
}
#hero #hero-form .top {
  height: 45%;
  justify-content: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 64rem) {
  #hero #hero-form .top {
    height: 55%;
  }
}
#hero #hero-form .hero-text {
  flex: 1;
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #E2D6D3;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 3rem;
  justify-content: center;
  margin: 2rem;
  letter-spacing: -2px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg) scale(1, 1.2);
          transform: skewY(-5deg) scale(1, 1.2);
}
#hero #hero-form .hero-text span {
  padding-bottom: 0;
  line-height: 6rem !important;
  padding-top: 0;
  border-bottom: 5px solid #E2D6D3;
}
@media only screen and (min-width: 64rem) {
  #hero #hero-form .hero-text {
    font-size: 4.5rem;
    line-height: 5.5rem;
    width: 60%;
  }
}
#hero #hero-form .play-video {
  font-weight: 500;
  -webkit-transform: skewY(-5deg) scale(1, 1.2);
          transform: skewY(-5deg) scale(1, 1.2);
  padding: 0.3rem 1.5rem 1rem;
  letter-spacing: -2px;
  font-size: 2rem;
  text-decoration: none;
}
#hero #hero-form .play-video::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #fff;
  display: block;
  margin-bottom: 2px;
  margin-top: -7px;
}
@media only screen and (min-width: 75rem) {
  #hero #hero-form .play-video {
    font-size: 3.5rem;
  }
}
#video-modal {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
#video-modal.enabled {
  display: flex;
}
#video-modal #hero-video {
  width: 100%;
  height: 100%;
}
#video-modal span {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  color: #fff;
}
@media only screen and (max-width: 48rem) {
  #video-modal {
    padding: 5rem 0.5rem;
  }
  #video-modal #hero-video {
    height: 200px;
  }
  #video-modal span {
    top: 1rem;
    right: 1rem;
  }
}
.home-boxes {
  padding-bottom: 8rem;
}
.home-boxes .venue-block .location,
.home-boxes .supplier-block .location,
.home-boxes .venue-block .extra .link,
.home-boxes .supplier-block .extra .link,
.home-boxes .venue-block .separator,
.home-boxes .supplier-block .separator {
  display: none !important;
}
.home-boxes .venue-block.small,
.home-boxes .supplier-block.small {
  margin: 0 2px 10px;
}
.home-boxes .venue-block.small .details,
.home-boxes .supplier-block.small .details {
  display: flex;
}
.home-boxes .venue-block.small .details div,
.home-boxes .supplier-block.small .details div {
  display: flex;
}
.home-boxes .venue-block.small .details div span,
.home-boxes .supplier-block.small .details div span {
  font-size: 12px;
  font-weight: 600;
}
.home-boxes .venue-block.small .details div .value,
.home-boxes .supplier-block.small .details div .value {
  padding-left: 6px;
  font-size: 12px;
  margin-top: 0;
  font-weight: 600;
}
.home-boxes .client-block {
  height: 92%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 12px;
  position: relative;
  margin: 0 15px 10px;
  margin: 0;
}
.home-boxes .client-block a {
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
}
.home-boxes .client-block .favourite {
  font-size: 1em;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px;
}
.home-boxes .client-block .favourite::before {
  opacity: 0.5;
}
.home-boxes .client-block .pricepp span,
.home-boxes .client-block .capacity span {
  font-size: 14px;
}
.home-boxes .client-block .image {
  background-color: #d8c8c4;
  background-position: center;
  background-size: cover;
  display: block;
  height: 180px;
  width: 100%;
}
.home-boxes .client-block .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 10px;
}
.home-boxes .client-block .info .separator {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0.5rem 0;
  width: 50px;
}
.home-boxes .client-block .info .title {
  font-weight: bolder;
  margin: 0.5em 0 0.2em;
  padding-top: 4px;
}
.home-boxes .client-block .info .location {
  font-size: 0.7em;
  font-weight: 400;
  padding-bottom: 8px;
}
.home-boxes .client-block .info .location svg {
  width: 11px;
}
.home-boxes .client-block .info .overview {
  display: none;
  max-width: 250px;
  margin: 0.5rem 0;
}
.home-boxes .client-block .info .overview .venue-facilities {
  margin: 0.5rem 0 0;
}
.home-boxes .client-block .info .overview .venue-facilities li {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.home-boxes .client-block .info .last-row {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.home-boxes .client-block .info .last-row .details {
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.home-boxes .client-block .info .last-row .details > div {
  display: inline-block;
}
.home-boxes .client-block .info .last-row .details > div .value {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 5px;
}
.home-boxes .client-block .info .last-row .extra {
  display: flex;
  padding-top: 15px;
  padding-bottom: 6px;
  justify-content: space-between;
}
.home-boxes .client-block .info .last-row .extra .stars {
  margin: 9px 0.2em 0.2em 0;
}
.home-boxes .client-block .info .last-row .extra .link {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  letter-spacing: 0;
  padding-top: 5px;
  display: inline-block;
  font-size: 1.2em;
  font-style: oblique;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.home-boxes .client-block .info .last-row .extra .link:hover {
  color: #9C8780;
}
.home-boxes .client-block.small {
  background-color: #E2D6D3;
  color: #473147;
}
.home-boxes .client-block.small .separator {
  border-color: #473147;
}
.home-boxes .client-block.big {
  background-size: cover;
  justify-content: flex-end;
  height: 100%;
  padding: 2rem;
}
.home-boxes .client-block.big .title {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #473147;
  margin-left: 14px;
  line-height: 4.5rem;
}
.home-boxes .client-block.big .title a {
  background-color: #E2D6D3;
  box-shadow: 14px 0 0 #E2D6D3, -14px 0 0 #E2D6D3;
  font-size: 1.5em;
  line-height: 1.7em;
  padding: 14px 0;
  text-transform: uppercase;
}
.home-boxes .client-block.big .stars {
  font-size: 2em;
  margin-top: 0;
}
.home-boxes .client-block.w0 .overview,
.home-boxes .client-block.w1 .overview {
  display: none !important;
}
.home-boxes .client-block.w0 .extra,
.home-boxes .client-block.w1 .extra {
  align-items: flex-start !important;
}
.home-boxes .client-block.w2 .overview .venue-facilities {
  display: none;
}
.home-boxes .client-block.w3 {
  background: #473147;
  color: #E2D6D3 !important;
}
.home-boxes .client-block.w3 .location svg path {
  fill: #E2D6D3;
}
.home-boxes .client-block.w3 .extra {
  align-items: flex-start !important;
}
.home-boxes .client-block.w3 .extra a {
  color: #52d2bc !important;
}
.home-boxes #top-suppliers-widget .details {
  display: none;
}
.view-more {
  right: 0;
  margin: 40px 0 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 75rem) {
  #home-widget-grid .first-row {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 48rem) {
  #hero {
    height: 120vh;
  }
  #hero #hero-form .top,
  #hero #hero-form .bottom {
    margin: 1rem 0 3rem;
    height: auto;
  }
  #hero #hero-form .hero-text {
    font-size: 2.5rem !important;
    min-width: 100%;
    padding-top: 0;
  }
  #hero #hero-form .hero-text span {
    line-height: 3rem !important;
    display: block;
    border: 0 !important;
    text-decoration: underline;
  }
  #hero #hero-form #play-video {
    margin-top: 1rem;
  }
  #hero #hero-form input {
    margin: 0.5rem 0;
  }
  #hero #hero-form #current-location-selector {
    bottom: 20px;
    height: 25px;
    right: 24px;
    width: 25px;
  }
  .home-boxes {
    padding-bottom: 3rem;
  }
  .home-boxes .venue-block.big,
  .home-boxes .supplier-block.big {
    margin: 0 -20px 2rem;
    height: auto;
    padding: 12rem 2rem 2rem;
  }
  .home-boxes .client-block {
    margin: 0 1.5rem 1rem;
  }
  .home-boxes .view-more {
    margin: 0;
    justify-content: center;
  }
  .home-boxes .view-more a {
    padding: 1rem 2.5rem;
  }
  .home-boxes #top-suppliers-widget .col-md-7 {
    order: 1;
  }
  .home-boxes #top-suppliers-widget .col-md-5 {
    order: 0;
  }
  #home-real-weddings-big,
  #home-whats-trending-widget,
  #home-real-weddings-small,
  #home-wedding-events-widget {
    margin: -1rem;
    padding-bottom: 2rem;
  }
  #home-real-weddings-big .home-real-weddings-big-cover {
    height: 35vh;
    min-height: auto;
  }
  #home-real-weddings-big .home-real-weddings-big-title {
    margin-bottom: 1rem;
  }
  #home-real-weddings-big .home-real-weddings-big-content div {
    align-self: center;
    width: 100%;
  }
  #home-real-weddings-big .home-real-weddings-big-content div a {
    display: block;
    text-align: center;
  }
  #home-whats-trending-widget {
    padding-bottom: 6rem;
  }
  #home-real-weddings-small .home-real-weddings-small-content div {
    align-self: center;
    width: 100%;
  }
  #home-real-weddings-small .home-real-weddings-small-content div a {
    display: block;
    text-align: center;
    float: none !important;
  }
  #home-wedding-events-widget {
    background-image: none;
    padding: 2rem;
  }
  #home-wedding-events-widget .home-wedding-events-content .text {
    display: none;
  }
  #home-wedding-events-widget .home-wedding-events-buttons {
    align-self: center;
    width: 100%;
  }
  #home-wedding-events-widget .home-wedding-events-buttons a {
    color: #473147 !important;
    float: none !important;
    width: auto;
    display: block;
    padding: 0;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  #home-wedding-events-widget .home-wedding-events-buttons a .the-arrow {
    background-color: #473147;
  }
  #home-wedding-events-widget .home-wedding-events-buttons a .the-arrow::before,
  #home-wedding-events-widget .home-wedding-events-buttons a .the-arrow::after {
    background-color: #473147;
  }
}
@media only screen and (max-width: 320px) {
  #hero {
    height: 135vh;
  }
}
.min-distance {
  font-size: 0.8rem !important;
  font-weight: 500;
  color: #fff;
  position: absolute;
  letter-spacing: 0;
  display: none;
}
.min-distance.show {
  display: inherit;
}
#how-to-page .title {
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: -1px;
}
#how-to-page a.btn {
  font-size: 2rem;
  padding: 1.8rem 2rem;
  font-weight: 600;
  font-style: oblique;
}
#how-to-page a.btn span {
  display: block;
  -webkit-transform: scale(1, 1.2) skewX(-20deg) !important;
          transform: scale(1, 1.2) skewX(-20deg) !important;
}
#how-to-page #how-to-info {
  color: #473147;
  padding: 3rem 0;
}
#how-to-page #how-to-info h1 {
  width: 70%;
}
#how-to-page #how-to-info .subtitle {
  font-weight: 400;
}
#how-to-page #how-to-info .row {
  margin-bottom: 1rem;
}
#how-to-page #how-to-info .blurb {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  padding: 1rem 0;
}
#how-to-page #how-to-info .blurb strong {
  font-weight: 600;
}
#how-to-page #how-to-info .info {
  box-sizing: border-box;
  height: 100%;
  padding: 3rem;
}
#how-to-page #how-to-info .info > div {
  margin: 1rem 0;
}
#how-to-page #how-to-info .info svg {
  margin-right: 1rem;
  vertical-align: top;
  width: 3rem;
}
#how-to-page #how-to-info .buttons {
  margin-top: 4rem;
}
#how-to-page #how-to-info .buttons a {
  font-size: 1.5rem;
}
#how-to-page #how-to-info .buttons .btn-purple {
  color: #E2D6D3;
}
#how-to-page #how-to-testimonials h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
#how-to-page #how-to-testimonials .videos,
#how-to-page #how-to-testimonials .writen {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
#how-to-page #how-to-testimonials .writen {
  margin-top: 5rem;
}
#how-to-page #how-to-testimonials .writen .wrapper {
  display: flex;
}
#how-to-page #how-to-testimonials .writen .wrapper img {
  width: 115px;
  height: 115px;
}
#how-to-page #how-to-testimonials .writen .wrapper .testmonial-content {
  padding-left: 2rem;
  font-weight: 400;
  line-height: 1.5rem;
}
#how-to-page #how-to-testimonials .writen .wrapper .testmonial-content p {
  margin-bottom: 0;
}
#how-to-page #how-to-testimonials .writen .wrapper .testmonial-content strong {
  font-weight: 600;
  font-style: oblique;
}
#how-to-page #how-to-testimonials .testimonials-button {
  width: 100%;
  padding: 4rem 0 3rem;
  text-align: center;
}
#how-to-page #how-to-features h2 {
  color: #E2D6D3;
  font-size: 2.8rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  text-align: center;
  font-weight: 500;
  padding: 2rem 0;
}
#how-to-page #how-to-features .features-wrapper .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-to-page #how-to-features .features-wrapper .feature svg {
  width: 140px;
  height: 140px;
}
#how-to-page #how-to-features .features-wrapper .feature span {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #52d2bc;
  font-size: 1.2rem;
  padding: 2rem 0 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#how-to-page #how-to-features .features-wrapper .feature p {
  color: #E2D6D3;
  text-align: center;
  line-height: 1.2rem;
  font-weight: 400;
  padding: 0 0.5rem;
}
#how-to-page #how-works-steps .step .content img {
  max-width: 38rem;
}
#how-to-page #how-to-listings {
  text-align: center;
  padding: 2rem 0;
}
#how-to-page #how-to-listings h2 {
  font-size: 2.8rem;
  margin: 0;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: -1px;
}
#how-to-page #how-to-listings h3 {
  font-family: "Open Sans";
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1.5rem 0;
  letter-spacing: -1px;
}
#how-to-page #how-to-listings .buttons {
  margin-top: 2rem;
  text-align: left;
}
#how-to-page #how-to-listings .buttons a {
  font-size: 2rem;
  padding: 1.8rem 2rem;
  font-weight: 600;
  font-style: oblique;
}
#how-to-page #how-to-listings .buttons a span {
  display: block;
  -webkit-transform: scale(1, 1.2) skewX(-20deg) !important;
          transform: scale(1, 1.2) skewX(-20deg) !important;
}
#how-to-page #how-to-listings .buttons .btn-purple {
  color: #E2D6D3;
}
@media only screen and (max-width: 48rem) {
  #how-to-page #breadcrumbs ol li a {
    color: #473147;
  }
  #how-to-page #breadcrumbs ol li:last-child a {
    color: #fff;
  }
  #how-to-page #how-to-info h1 {
    font-size: 3rem;
    width: 100%;
  }
  #how-to-page #how-to-info .subtitle {
    display: block;
    padding-bottom: 2rem;
  }
  #how-to-page #how-to-info .info {
    padding: 0.5rem 3rem;
  }
  #how-to-page #how-to-info .blurb {
    flex-direction: column;
  }
  #how-to-page #how-to-info .blurb .svg {
    padding-bottom: 1.4rem;
  }
  #how-to-page #how-to-testimonials .videos div {
    padding: 0;
  }
  #how-to-page #how-to-testimonials .videos div iframe {
    width: 100%;
    height: 210px;
  }
  #how-to-page #how-to-testimonials .writen .wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
  }
  #how-to-page #how-to-testimonials .writen img {
    margin-bottom: 1rem;
  }
  #how-to-page #how-to-testimonials .writen .testmonial-content {
    padding: 0 !important;
  }
  #how-to-page #how-to-features .features-wrapper .feature {
    margin: 1rem 0;
  }
  #how-to-page #how-works-steps .step .content {
    flex-direction: column;
    align-items: center;
  }
  #how-to-page #how-works-steps .step .content img {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 20px;
  }
  #how-to-page .buttons,
  #how-to-page .text-right {
    text-align: center !important;
  }
  #how-to-page .buttons a,
  #how-to-page .text-right a {
    margin: 0.5rem 0;
    display: block;
    padding: 1rem 0 !important;
    width: 100%;
    font-size: 1.5rem !important;
  }
}
#thank-you-image {
  width: 100%;
}
#thank-you-title {
  display: flex;
  justify-content: space-between;
}
#thank-you-title * {
  margin-top: 0;
}
#thank-you-title h1 {
  margin: 0;
}
#thank-you-title h2 {
  margin-top: 0.5rem;
}
#thank-you-title a {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: oblique;
  text-decoration: underline;
}
#thank-you-planner {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#thank-you-planner img {
  border-radius: 100%;
  height: 100px;
  margin-right: 1rem;
  width: 100px;
}
#thank-you-planner span {
  display: block;
  padding: 0.25rem 0;
  color: #473147;
  font-weight: 400;
}
#thank-you-next {
  margin-bottom: 2rem 0 3rem;
}
#thank-you-next a {
  margin-right: 1rem;
}
#thank-you-signup {
  background-color: #473147;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 34% auto;
  color: #fff;
  padding: 1rem;
  margin-top: 4rem;
}
#thank-you-signup h3 {
  color: #fff;
  font-size: 1.3rem;
  max-width: 340px;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#thank-you-signup span {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
#thank-you-signup span a {
  margin-right: 1rem;
}
#thank-you-signup span .login {
  color: #52d2bc;
  text-decoration: underline;
  margin-left: 1rem;
}
@media only screen and (max-width: 48rem) {
  #thank-you-signup {
    background-image: none !important;
  }
  #thank-you-signup span {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  #thank-you-next a {
    display: block;
    margin: 1rem 0 1rem;
  }
  #thank-you-signup .btn-skew {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 100%;
    margin: 1rem 0 1.5rem;
  }
}
.detail-page {
  height: 70vh !important;
}
.suplier-facilities {
  margin: 4rem 0;
}
.suplier-facilities ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.5rem;
}
.suplier-facilities ul li {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  background: #f0e6e5;
  color: #473147;
  text-transform: uppercase;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  margin: 0.7rem 0.5rem;
}
.weddingplanner {
  margin: 4rem 0;
}
.weddingplanner .weddingplanner-info .weddingplanner-photo {
  border-radius: 100%;
  width: 90%;
}
.weddingplanner .weddingplanner-info .weddingplanner-name {
  color: #473147;
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px 0;
}
.weddingplanner .weddingplanner-info .weddingplanner-title {
  padding: 1rem 0;
}
.weddingplanner .booking-btn {
  display: table;
  width: auto;
  margin-top: 1rem;
}
.left-column {
  font-size: 1.2rem;
  font-weight: 400;
}
.favourite-section {
  width: 100%;
  text-align: right;
}
.favourite-section i {
  font-size: 1.5rem;
  padding: 10px 8px 8px;
}
.location {
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.location svg {
  width: 1.2rem;
  height: 1.3rem;
}
.details-page-hero::after {
  content: '';
  width: 100%;
  height: 40vh;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(360deg, #000000 0%, rgba(0, 212, 255, 0) 100%);
}
.details-page-hero .content {
  z-index: 3;
}
.details-page-hero .content .row {
  width: 100%;
}
.details-page-hero .content h1 {
  font-size: 4rem;
  margin: 0;
}
.details-page-hero .content .rating {
  align-items: center;
}
.details-page-hero .content .rating ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}
.details-page-hero .content .rating ul li {
  font-size: 2rem;
}
.details-page-hero .content .right-section {
  padding: 0;
  align-items: center;
}
.details-page-hero .content .right-section .available-date {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-style: oblique;
  padding-right: 1rem;
}
.details-page-hero .content .right-section .enquiry-button {
  text-align: right;
  padding: 0;
}
.details-page-hero .content .right-section .enquiry-button a {
  font-size: 1.5rem;
}
.details-page-hero .content .right-section .enquiry-button span {
  -webkit-transform: scale(1, 1.2) skewX(-12deg) !important;
          transform: scale(1, 1.2) skewX(-12deg) !important;
  display: block;
}
@media only screen and (max-width: 87.5rem) {
  .details-page-hero .content .right-section .enquiry-button {
    min-width: 12vw;
  }
}
.brochure-links ul {
  list-style: none;
}
.event {
  background: #f0e6e5;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  padding: 1rem !important;
}
.event a {
  padding: 0.5rem 0 0;
}
.event img {
  max-width: 100px;
  max-height: 100px;
  background: #E2D6D3;
  margin-right: 2rem;
}
#client-reviews {
  margin-top: 2rem;
}
#client-details h2 {
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  line-height: -1px;
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 600;
}
#client-details-info a {
  margin-top: 2rem;
}
#client-details-info .value {
  font-family: 'Oswald', sans-serif !important;
  -webkit-transform: scale(1, 1.4);
          transform: scale(1, 1.4);
}
#recommended-suppliers h2 {
  color: #E2D6D3;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-weight: 600;
  padding-left: 12px;
}
#recommended-suppliers #recommended-suppliers-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  grid-gap: 1rem;
  padding-top: 6vh;
  padding-left: 3vh;
  padding: 1rem 0;
}
#recommended-suppliers #recommended-suppliers-results .venue-block {
  align-self: flex-start;
}
@media only screen and (min-width: 980px) {
  #recommended-suppliers #recommended-suppliers-results.as-list {
    grid-template-columns: 100%;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block {
    flex-direction: row;
    height: auto;
    width: auto;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .image {
    max-width: 180px;
    min-width: 180px;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .capacity {
    margin-right: 1rem;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info {
    margin-left: 1rem;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .separator {
    display: none;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .overview {
    display: block;
    max-width: 66%;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .last-row {
    flex-direction: row;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .last-row .details {
    margin-bottom: 0;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .last-row .extra {
    flex-grow: 1;
    align-items: flex-end;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .last-row .extra .stars {
    margin: 15px;
  }
}
#recommended-suppliers .view-more {
  justify-content: center;
  margin-bottom: 1rem;
}
#client-details-video h2 {
  margin-bottom: 0;
}
#client-details-awards img {
  width: 100%;
}
@media only screen and (max-width: 48rem) {
  .favourite-section {
    padding-left: 20px;
    text-align: left !important;
  }
}
#supplier-plans-hero {
  height: 60vh;
  background-size: cover !important;
  background-position: center !important;
}
#text_quote {
  padding-bottom: 4rem;
}
#text_quote h1 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 2rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
#text_quote p {
  line-height: 1.5rem;
  font-weight: 400;
  padding-right: 3rem;
}
#text_quote .quote {
  padding: 4rem;
  position: relative;
}
#text_quote .quote h4 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: -1px;
  font-size: 2rem;
}
#text_quote .quote h4::before {
  content: '';
  width: 3rem;
  height: 2rem;
  background: url(/svg/quotes.svg) no-repeat;
  display: block;
  margin-bottom: 0.4rem;
}
#text_quote .quote h4::after {
  content: '';
  width: 3rem;
  height: 2rem;
  background: url(/svg/quotes.svg) no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: -2.5rem;
  left: 12rem;
}
#text_quote .quote span {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  display: block;
  padding-top: 2rem;
  font-size: 1.5rem !important;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 2rem;
}
#text_quote .quote span::before {
  content: '-';
  padding-right: 5px;
}
#supplier-plans {
  padding-top: 3rem;
}
#supplier-plans h2,
#supplier-plans h4 {
  text-align: center;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#supplier-plans .title h2 {
  font-size: 3rem;
  font-style: oblique;
}
#supplier-plans .title h4 {
  font-size: 1.4rem;
}
#supplier-plans .tiers {
  display: flex;
  margin: 6rem 0;
}
#supplier-plans .tiers h6 {
  font-style: normal;
  font-weight: 400;
  background: #473147;
  color: #E2D6D3;
  padding: 1.2rem 2rem;
  box-sizing: border-box;
  height: 4rem;
  text-transform: uppercase;
  margin: 0;
}
#supplier-plans .tiers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#supplier-plans .tiers ul li {
  width: auto;
  font-style: normal;
  font-weight: 400;
  color: #E2D6D3;
  padding: 1.2rem 2rem;
  box-sizing: border-box;
  height: 4rem;
  margin: 0;
  border: 1px solid;
  border-color: transparent #7b6675 #7b6675 transparent;
}
#supplier-plans .tiers .features {
  flex: 1;
  margin-top: 17rem;
}
#supplier-plans .tiers .features ul {
  background: #664F63;
}
#supplier-plans .tiers .tier {
  flex: 1;
  color: #fff;
}
#supplier-plans .tiers .tier h4 {
  display: flex;
  flex-direction: column;
  color: #E2D6D3;
}
#supplier-plans .tiers .tier h4 .medium {
  font-size: 1.2rem;
  font-weight: 500;
}
#supplier-plans .tiers .tier h4 .medium2 {
  margin: 0.5em auto;
  font-size: 1rem;
  font-weight: 500;
}
#supplier-plans .tiers .tier h4 .big {
  font-size: 3rem;
  margin: 0;
}
#supplier-plans .tiers .tier h4 .small {
  -webkit-transform: scale(1);
          transform: scale(1);
  font-size: 0.7rem;
  font-weight: 300;
  padding-top: 2px;
  font-family: "Open Sans";
}
#supplier-plans .tiers .tier ul {
  background: #664F63;
}
#supplier-plans .tiers .tier ul li {
  text-align: center;
  text-transform: uppercase;
}
#supplier-plans .tiers .tier ul li .svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.2rem;
}
#supplier-plans .tiers .tier .tier-header {
  background: #664F63;
  position: relative;
  height: 17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#supplier-plans .tiers .tier .tier-header h2,
#supplier-plans .tiers .tier .tier-header h3 {
  margin: 0;
  color: #fff;
}
#supplier-plans .tiers .tier .tier-header h2 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 0.5rem 1rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  transition: all 0.4s;
  color: #fff;
  background: #52d2bc;
  font-weight: 500;
  position: absolute;
  top: -2.5rem;
}
#supplier-plans .tiers .tier .tier-header h2.btn-green {
  background-color: #52d2bc;
  color: #fff;
}
#supplier-plans .tiers .tier .tier-header h2.btn-green:hover {
  background-color: #7addcc;
}
#supplier-plans .tiers .tier .tier-header h2.btn-peach {
  background-color: #E0A997;
  color: #fff;
}
#supplier-plans .tiers .tier .tier-header h2.btn-peach:hover {
  background-color: #ecc9be;
}
#supplier-plans .tiers .tier .tier-header h2.btn-purple {
  background-color: #473147;
  color: #52d2bc;
}
#supplier-plans .tiers .tier .tier-header h2.btn-purple:hover {
  background-color: #654665;
}
#supplier-plans .tiers .tier .tier-footer {
  background: #473147;
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#supplier-plans .tiers .tier .tier-footer h4 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans";
}
#supplier-plans .tiers .tier .tier-footer a {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 0.5rem 1rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  transition: all 0.4s;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
  -webkit-transform: skewY(-5deg) scale(1, 1.2);
          transform: skewY(-5deg) scale(1, 1.2);
}
#supplier-plans .tiers .tier .tier-footer a.btn-green {
  background-color: #52d2bc;
  color: #fff;
}
#supplier-plans .tiers .tier .tier-footer a.btn-green:hover {
  background-color: #7addcc;
}
#supplier-plans .tiers .tier .tier-footer a.btn-peach {
  background-color: #E0A997;
  color: #fff;
}
#supplier-plans .tiers .tier .tier-footer a.btn-peach:hover {
  background-color: #ecc9be;
}
#supplier-plans .tiers .tier .tier-footer a.btn-purple {
  background-color: #473147;
  color: #52d2bc;
}
#supplier-plans .tiers .tier .tier-footer a.btn-purple:hover {
  background-color: #654665;
}
#supplier-plans .tiers .tier:nth-child(3n) h4 {
  color: #473147;
}
#supplier-plans .tiers .tier:nth-child(3n) ul {
  background: #7E697A;
}
#supplier-plans .tiers .tier:nth-child(3n) ul li {
  border-color: transparent #8f7b89 #8f7b89 transparent;
}
#supplier-plans .tiers .tier:nth-child(3n) h6 {
  background: #664F63;
}
#supplier-plans .tiers .tier:nth-child(3n) .tier-header {
  background: #52d2bc;
}
#supplier-plans .tiers .tier:nth-child(3n) .tier-header h2 {
  background: #473147;
}
#supplier-plans .tiers .tier:nth-child(3n) .tier-footer {
  height: 12rem;
  background: #52d2bc;
}
#supplier-plans .tiers .tier:nth-child(3n) .tier-footer a {
  color: #473147;
}
#how-to-features {
  padding-bottom: 3rem;
}
#how-to-features h2 {
  font-style: italic;
  color: #E2D6D3;
  font-size: 2.8rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  text-align: center;
  font-weight: 500;
  padding: 2rem 0;
}
#how-to-features .features-wrapper .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-to-features .features-wrapper .feature svg {
  width: 140px;
  height: 140px;
}
#how-to-features .features-wrapper .feature span {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  color: #52d2bc;
  font-size: 1.2rem;
  padding: 2rem 0 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#how-to-features .features-wrapper .feature p {
  color: #E2D6D3;
  text-align: center;
  line-height: 1.2rem;
  font-weight: 400;
  padding: 0 0.5rem;
}
#trial {
  background: #CBD3EA;
  padding: 2rem 0;
  text-align: center;
}
#trial h2 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-size: 3rem;
}
#trial a {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg) scale(1, 1.2);
          transform: skewY(-5deg) scale(1, 1.2);
  letter-spacing: -1px;
  color: #473147;
  font-size: 2rem;
  margin-top: 15px;
}
#testimonials {
  padding: 3rem 0;
}
#testimonials h2 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 1rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#testimonials .testimonial {
  padding: 0 0.4rem;
}
#testimonials .testimonial iframe {
  width: 100%;
  height: 270px;
}
#media_pack {
  text-align: center;
}
#media_pack .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#media_pack .content h2 {
  max-width: 650px;
}
#media_pack .content a {
  margin-left: 2rem;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transform: skewY(-5deg) scale(1, 1.2);
          transform: skewY(-5deg) scale(1, 1.2);
  letter-spacing: -1px;
}
@media only screen and (max-width: 48rem) {
  #breadcrumbs ol {
    margin: 0;
    padding: 1rem 0;
  }
  .content {
    padding-top: 0;
  }
  .content h4 {
    margin-top: 2rem;
    font-size: 1.2rem !important;
  }
  .content h2 {
    font-size: 1.8rem !important;
  }
  #text_quote {
    padding-bottom: 0 !important;
  }
  #text_quote .quote {
    margin: 2rem -1rem -2rem;
    padding: 2rem;
  }
  #text_quote .quote h4 {
    font-size: 2rem !important;
  }
  #how-to-features h2 {
    font-size: 3rem !important;
    margin: 0;
    padding-top: 3rem;
  }
  #how-to-features .feature {
    margin: 1rem 0;
  }
  #trial h2 {
    font-size: 3rem !important;
    padding-bottom: 1rem;
  }
  #testimonials {
    padding: 3rem 0 0;
  }
  #testimonials h2 {
    padding: 0 0 2rem;
  }
  #testimonials .videos .testimonial {
    padding: 0 15px 15px;
  }
  #testimonials .videos .testimonial iframe {
    height: 190px;
  }
  #supplier-plans .title h4,
  #supplier-plans .title h2 {
    text-align: left !important;
  }
  .plans-show-more {
    color: #473147;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #412d41;
    text-align: center;
    color: #52d2bc;
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.6rem 0;
    cursor: pointer;
  }
  .plans-show-more::after {
    content: "\F107";
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-left: 0.6rem;
  }
  .info-wrapper {
    height: 0px;
    overflow: hidden;
  }
  .active .info-wrapper {
    height: auto;
    overflow: auto;
  }
  .active .plans-show-more::after {
    content: "\F106";
  }
  .tiers {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .tiers .tier {
    flex-basis: 100% !important;
    margin: 0 0 6rem;
  }
  .tiers .tier li {
    text-align: left !important;
    font-weight: 500;
  }
  .tiers .tier li span {
    font-size: 0.8rem;
    font-weight: 300;
    display: inline-block !important;
  }
}
#supplier-types-list {
  width: 100%;
  display: block;
}
#supplier-types-list .title {
  text-align: left;
}
#supplier-types-list .title h2,
#supplier-types-list .title h4 {
  margin: 0.5rem 0 0;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#supplier-types-list .title h2 {
  font-size: 2.5rem;
  font-style: oblique;
}
#supplier-types-list .content {
  padding-top: 1.5rem;
}
#supplier-types-list ul {
  list-style: none;
  margin-top: 1rem;
  width: 100%;
  padding: 0;
}
#supplier-types-list ul li .type {
  padding: 6rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  background-size: cover !important;
}
#supplier-types-list ul li .type a {
  font-size: 1.5rem;
  color: #fff;
  -webkit-transform: skewY(-5deg) scale(1, 1.2);
          transform: skewY(-5deg) scale(1, 1.2);
}
@media only screen and (max-width: 48rem) {
  #supplier-types-list .title {
    margin-bottom: 0;
  }
  #supplier-types-list .title h4 {
    font-size: 1.3rem !important;
    margin-bottom: 1rem !important;
  }
  #supplier-types-list .title h2 {
    font-size: 1.8rem !important;
  }
  #supplier-types-list ul {
    margin: 0;
  }
  #supplier-types-list ul li {
    padding: 0;
  }
}
#search-supplier-form {
  color: #473147;
}
#search-supplier-form h1 {
  font-size: 45px;
  letter-spacing: -2px;
  font-weight: 500;
}
@media only screen and (max-width: 1366px) {
  #search-supplier-form h1 {
    font-size: 35px;
  }
}
#search-supplier-form p {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#search-supplier-form p a {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 15px;
  color: #52d2bc;
  text-decoration: underline;
  display: inline-block;
  margin-left: 20px;
  font-weight: 400;
}
#search-supplier-form label {
  vertical-align: middle;
}
#search-supplier-form input[type=text],
#search-supplier-form select,
#search-supplier-form input[type=tel] {
  background-color: #E2D6D3;
  font-size: 13px;
  border: 0;
  box-sizing: border-box;
  color: #473147;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
  height: 35px;
  border-radius: 0 !important;
}
#search-supplier-form input[type=text]::-webkit-input-placeholder,
#search-supplier-form select::-webkit-input-placeholder,
#search-supplier-form input[type=tel]::-webkit-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#search-supplier-form input[type=text]:-ms-input-placeholder,
#search-supplier-form select:-ms-input-placeholder,
#search-supplier-form input[type=tel]:-ms-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#search-supplier-form input[type=text]::-ms-input-placeholder,
#search-supplier-form select::-ms-input-placeholder,
#search-supplier-form input[type=tel]::-ms-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#search-supplier-form input[type=text]::placeholder,
#search-supplier-form select::placeholder,
#search-supplier-form input[type=tel]::placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#search-supplier-form input[type=tel] {
  width: 3rem;
  display: inline-block;
  margin: 0 5px;
}
#search-supplier-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #473147;
  content: '';
  display: inline-block;
  height: 1em;
  position: relative;
  outline-width: 0;
  transition: background 0.2s;
  vertical-align: middle;
  width: 1em;
}
#search-supplier-form input[type=checkbox]:before {
  content: '';
}
#search-supplier-form input[type=checkbox]:checked {
  background-color: #52d2bc;
}
#search-supplier-form input[type=checkbox]:checked:before {
  content: "\F00C";
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transform: rotate(-5deg) !important;
          transform: rotate(-5deg) !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 1px;
  top: 1px;
}
#search-supplier-form button {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 15px;
  background: #52d2bc;
  color: #fff;
  text-decoration: underline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 15px 12px;
  font-style: italic;
  border: 0;
}
#search-supplier-form .title {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 1rem;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#search-supplier-form .row {
  margin-bottom: 10px;
}
#search-supplier-form .noDate {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 14px;
  padding-top: 5px;
}
#search-supplier-form #views .view-type {
  display: flex;
  justify-content: space-between;
}
#search-supplier-form #views .view-type span {
  flex: 1;
  max-width: 40px;
}
#search-supplier-form #views .view {
  cursor: pointer;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
#search-supplier-form #views .view .svg {
  pointer-events: none;
}
#search-supplier-form #views .view svg {
  width: 30px;
  text-align: center;
  margin-bottom: 10px;
  pointer-events: none;
  padding: 10px;
  display: inline-block;
}
#search-supplier-form #views .view.active svg {
  background: #52d2bc;
  display: inline-block;
}
#search-supplier-form #views .view.active svg path,
#search-supplier-form #views .view.active svg polygon,
#search-supplier-form #views .view.active svg rect {
  fill: #fff;
}
#search-totals .content {
  width: 100%;
  padding: 0 1.2rem;
  text-align: right;
}
#search-totals .content p {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 15px;
}
#search-totals .content p span {
  color: #52d2bc;
}
#location-brief {
  padding: 2.5rem;
}
#location-brief .content {
  width: 100%;
  background: #F7F7F7;
  padding: 0;
}
#location-brief .content .location-content {
  padding: 2rem 4rem;
}
#location-brief .content .location-content svg {
  width: 25px;
}
#location-brief .content .location-content h5 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -1px;
}
#location-brief .content .location-image {
  background: #eaeaea;
}
#supplier-search-results {
  padding-top: 4vh;
  padding-left: 3vh;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  grid-gap: 1rem;
}
#supplier-search-results .supplier-block {
  align-self: flex-start;
}
@media only screen and (min-width: 980px) {
  #supplier-search-results.as-list {
    grid-template-columns: 100%;
  }
  #supplier-search-results.as-list .supplier-block {
    flex-direction: row;
    height: auto;
    width: auto;
  }
  #supplier-search-results.as-list .supplier-block .image {
    max-width: 180px;
    min-width: 180px;
  }
  #supplier-search-results.as-list .supplier-block .info {
    margin-left: 1rem;
  }
  #supplier-search-results.as-list .supplier-block .info .separator {
    display: none;
  }
  #supplier-search-results.as-list .supplier-block .info .overview {
    display: block;
    max-width: 66%;
  }
  #supplier-search-results.as-list .supplier-block .info .last-row {
    flex-direction: row;
  }
  #supplier-search-results.as-list .supplier-block .info .last-row .details {
    margin-bottom: 0;
  }
  #supplier-search-results.as-list .supplier-block .info .last-row .extra {
    flex-grow: 1;
    align-items: flex-end;
  }
  #supplier-search-results.as-list .supplier-block .info .last-row .extra .stars {
    margin: 15px;
  }
}
.slider-handler {
  margin-bottom: 2rem;
  width: calc(98% - 3rem);
}
.detail-page {
  height: 70vh !important;
}
.venue-facilities {
  margin: 4rem 0;
}
.venue-facilities ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.5rem;
}
.venue-facilities ul li {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  background: #f0e6e5;
  color: #473147;
  text-transform: uppercase;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  margin: 0.7rem 0.5rem;
}
.weddingplanner {
  margin: 4rem 0;
}
.weddingplanner .weddingplanner-info .weddingplanner-photo {
  border-radius: 100%;
  border: 1px solid #ece4e2;
  background: #ece4e2;
  margin: 0.5rem 0;
  width: 120px;
  height: 120px;
  display: block;
  background-position: center !important;
  background-size: cover !important;
}
.weddingplanner .weddingplanner-info .weddingplanner-name {
  color: #473147;
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px 0;
}
.weddingplanner .weddingplanner-info .weddingplanner-title {
  padding: 1rem 0;
}
.weddingplanner .booking-btn {
  display: table;
  width: auto;
  margin-top: 1rem;
}
.left-column {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.left-column p,
.left-column span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.2rem !important;
}
.favourite-section {
  width: 100%;
  text-align: right;
}
.favourite-section i {
  font-size: 1.5rem;
  padding: 10px 8px 8px;
}
.location {
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.location svg {
  width: 1.2rem;
  height: 1.3rem;
}
.details-page-hero::after {
  content: '';
  width: 100%;
  height: 40vh;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(360deg, #000000 0%, rgba(0, 212, 255, 0) 100%);
}
.details-page-hero .content {
  z-index: 3;
}
.details-page-hero .content .row {
  width: 100%;
}
.details-page-hero .content h1 {
  font-size: 4rem;
  margin: 0;
}
.details-page-hero .content .rating {
  align-items: center;
}
.details-page-hero .content .rating ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}
.details-page-hero .content .rating ul li {
  font-size: 2rem;
}
.details-page-hero .content .right-section {
  padding: 0;
  align-items: center;
}
.details-page-hero .content .right-section .available-date {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-style: oblique;
  padding-right: 1rem;
}
.details-page-hero .content .right-section .enquiry-button {
  text-align: right;
  padding: 0;
}
.details-page-hero .content .right-section .enquiry-button a {
  font-size: 1.5rem;
  text-align: center;
}
.details-page-hero .content .right-section .enquiry-button a span {
  -webkit-transform: scale(1, 1.2) skewX(-12deg) !important;
          transform: scale(1, 1.2) skewX(-12deg) !important;
  display: block;
}
@media only screen and (max-width: 87.5rem) {
  .details-page-hero .content .right-section .enquiry-button a {
    min-width: 12vw;
  }
}
.event {
  background: #f0e6e5;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  padding: 1rem !important;
}
.event a {
  padding: 0.5rem 0 0;
}
.event img {
  max-width: 100px;
  max-height: 100px;
  background: #E2D6D3;
  margin-right: 2rem;
}
#client-details-offers .offer-block {
  margin: 0;
  flex-basis: 100%;
}
#client-details-offers .offer-block h2 {
  font-size: 1.7rem !important;
  margin: 1rem 0;
}
#client-reviews {
  margin-top: 2rem;
}
#client-details h2 {
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  line-height: -1px;
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 600;
}
#client-details-info a {
  margin-top: 2rem;
}
#client-details-info .value {
  font-family: 'Oswald', sans-serif !important;
  -webkit-transform: scale(1, 1.4);
          transform: scale(1, 1.4);
}
#recommended-suppliers h2 {
  color: #E2D6D3;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-weight: 600;
  padding-left: 12px;
}
#recommended-suppliers #recommended-suppliers-results {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  grid-gap: 1rem;
  padding-top: 6vh;
  padding-left: 3vh;
  padding: 1rem 0;
}
#recommended-suppliers #recommended-suppliers-results .venue-block {
  align-self: flex-start;
}
@media only screen and (min-width: 980px) {
  #recommended-suppliers #recommended-suppliers-results.as-list {
    grid-template-columns: 100%;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block {
    flex-direction: row;
    height: auto;
    width: auto;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .image {
    max-width: 180px;
    min-width: 180px;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .capacity {
    margin-right: 1rem;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info {
    margin-left: 1rem;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .separator {
    display: none;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .overview {
    display: block;
    max-width: 66%;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .last-row {
    flex-direction: row;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .last-row .details {
    margin-bottom: 0;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .last-row .extra {
    flex-grow: 1;
    align-items: flex-end;
  }
  #recommended-suppliers #recommended-suppliers-results.as-list .venue-block .info .last-row .extra .stars {
    margin: 15px;
  }
}
#recommended-suppliers .view-more {
  justify-content: center;
  margin-bottom: 1rem;
}
#client-details-video h2 {
  margin-bottom: 1.5rem;
}
#client-details-video h2,
#client-details-images h2,
#client-details-offers h2,
#client-details-awards h2,
#client-details-events h2,
.location-section h2 {
  font-size: 1.2rem !important;
}
.hotel-star {
  background: #473147;
  color: #E2D6D3;
  text-align: center;
  padding: 0.5rem 1rem;
  height: auto;
  float: right;
  display: block;
  margin: 1rem 0.5rem -3rem;
}
@media only screen and (max-width: 48rem) {
  .content {
    padding-top: 1rem !important;
  }
  #mobile-details h1 {
    margin: 0 0 1rem;
    font-style: oblique;
  }
  #mobile-details .star-favourite {
    display: flex;
    align-items: center;
  }
  #mobile-details .star-favourite .hotel-star {
    height: 30px;
    float: none;
    display: flex;
    flex-shrink: 1;
    align-items: center;
    margin: 0;
  }
  #mobile-details .star-favourite .favourite-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #mobile-details .rating {
    margin-top: 1rem;
  }
  #mobile-details .rating li {
    font-size: 2rem;
  }
  #mobile-details .available-date {
    padding-top: 1rem;
    font-style: oblique;
  }
  #mobile-details #client-details-info {
    margin-top: 2rem;
  }
  #mobile-details #client-details-info a {
    font-size: 1.2rem !important;
  }
  #mobile-details .enquiry-button {
    margin: 2rem 0 1rem;
  }
  .weddingplanner .weddingplanner-title {
    padding: 0 !important;
  }
  .weddingplanner button {
    margin: 1rem 0;
  }
  #client-details-video h2 {
    margin-bottom: 2rem !important;
  }
  #client-details-video iframe {
    height: 200px;
  }
  #client-details-images div {
    -webkit-column-count: 3;
            column-count: 3;
  }
  #client-details-video h2,
  #client-details-images h2,
  #client-details-awards h2,
  #client-details-events h2,
  .location-section h2 {
    font-size: 1.5rem !important;
  }
  .location-section h2,
  #client-details-events h2 {
    padding-left: 1rem;
  }
}
.brochure-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.brochure-links ul li {
  margin: 1rem 0;
  display: block;
}
#venue-plans-hero {
  height: 60vh;
  background-size: cover !important;
  background-position: center !important;
}
#venues-plans {
  padding-top: 3rem;
}
#venues-plans h2,
#venues-plans h1 {
  text-align: center;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#venues-plans .title h2 {
  font-size: 3rem;
  font-style: oblique;
}
#venues-plans .title h1 {
  color: #473147;
  font-size: 1.4rem;
}
#venues-plans .tiers {
  display: flex;
  margin: 0;
}
#venues-plans .tiers h6 {
  font-style: normal;
  font-weight: 400;
  background: #473147;
  color: #E2D6D3;
  padding: 1.2rem 2rem;
  box-sizing: border-box;
  height: 4rem;
  text-transform: uppercase;
  margin: 0;
}
#venues-plans .tiers ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#venues-plans .tiers ul li {
  width: auto;
  font-style: normal;
  font-weight: 400;
  color: #E2D6D3;
  padding: 1.2rem 2rem;
  box-sizing: border-box;
  height: 4rem;
  margin: 0;
  border: 1px solid;
  border-color: transparent #7b6675 #7b6675 transparent;
}
#venues-plans .tiers .features {
  flex: 1;
  margin-top: 12rem;
}
#venues-plans .tiers .features ul {
  background: #664F63;
}
#venues-plans .tiers .tier {
  flex: 1;
  color: #fff;
}

#venues-plans .tier-website-header {
  flex: 1;
  color: #fff;
  background: #CCD2E8;
  margin-bottom:0;
  width:100%;
}

#venues-plans .tier-website-header .testing {
  display:inline-block;
  width:67%;
  text-align: center;
  background:#473147;
  margin-right:-9px;

}
#venues-plans .tier-website-header .testing2 {
  display:inline-block;
  margin:0;
  width:33%;
  text-align: center;
  background:#CCD2E8;
  color:#473147;
}

#venues-plans .tier-website-header h4 {
  font-style: normal;
  font-weight: 400;
  color: #E2D6D3;
  padding: 1.2rem 0rem;
  box-sizing: border-box;
  height: 4rem;
  text-transform: uppercase;
  font-size:2.2em;
  margin: 0;
}

.yearly-option{
  display:none;
}

#venues-plans .tiers .tier h4 {
  display: flex;
  flex-direction: column;
  color: #E2D6D3;
}
#venues-plans .tiers .tier h4 .medium {
  font-size: 1.2rem;
  font-weight: 500;
}
#venues-plans .tiers .tier h4 .big {
  font-size: 3rem;
  margin: 0;
}
#venues-plans .tiers .tier h4 .small {
  font-size: 0.7rem;
  font-weight: 300;
  padding-top: 2px;
  font-family: "Open Sans";
}
#venues-plans .tiers .tier ul {
  background: #664F63;
}
#venues-plans .tiers .tier ul li {
  text-align: center;
  text-transform: uppercase;
}
#venues-plans .tiers .tier ul li .svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.2rem;
}
#venues-plans .tiers .tier .tier-header {
  background: #473147;
  position: relative;
  height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

/*#venues-plans .tiers .tier .tier-header:nth-child(2n){*/
/*  border-left:1px solid;*/
/*  border-color: #7b6675;*/
/*}*/
#venues-plans .tiers .tier .tier-header h2,
#venues-plans .tiers .tier .tier-header h3 {
  margin: 0;
  color: #fff;
}
#venues-plans .tiers .tier .tier-header h2 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 0.5rem 1rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  transition: all 0.4s;
  color: #fff;
  background: #52d2bc;
  font-weight: 500;
  position: absolute;
  top: -2.5rem;
}
#venues-plans .tiers .tier .tier-header h2.btn-green {
  background-color: #52d2bc;
  color: #fff;
}
#venues-plans .tiers .tier .tier-header h2.btn-green:hover {
  background-color: #7addcc;
}
#venues-plans .tiers .tier .tier-header h2.btn-peach {
  background-color: #E0A997;
  color: #fff;
}
#venues-plans .tiers .tier .tier-header h2.btn-peach:hover {
  background-color: #ecc9be;
}
#venues-plans .tiers .tier .tier-header h2.btn-purple {
  background-color: #473147;
  color: #52d2bc;
}
#venues-plans .tiers .tier .tier-header h2.btn-purple:hover {
  background-color: #654665;
}
#venues-plans .tiers .tier .tier-header h4 {
  text-align: center;
}
#venues-plans .tiers .tier .tier-footer {
  background: #473147;
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#venues-plans .tiers .tier .tier-footer h4 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans";
}
#venues-plans .tiers .tier .tier-footer a {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 0.5rem 1rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  transition: all 0.4s;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
  -webkit-transform: skewY(-5deg) scale(1, 1.2);
          transform: skewY(-5deg) scale(1, 1.2);
}
#venues-plans .tiers .tier .tier-footer a.btn-green {
  background-color: #52d2bc;
  color: #fff;
}
#venues-plans .tiers .tier .tier-footer a.btn-green:hover {
  background-color: #7addcc;
}
#venues-plans .tiers .tier .tier-footer a.btn-peach {
  background-color: #E0A997;
  color: #fff;
}
#venues-plans .tiers .tier .tier-footer a.btn-peach:hover {
  background-color: #ecc9be;
}
#venues-plans .tiers .tier .tier-footer a.btn-purple {
  background-color: #473147;
  color: #52d2bc;
}
#venues-plans .tiers .tier .tier-footer a.btn-purple:hover {
  background-color: #654665;
}
#venues-plans .tiers .tier:nth-child(3n) h4 {
  color: #473147;
}
#venues-plans .tiers .tier:nth-child(3n) ul {
  background: #dce0ef;

}
#venues-plans .tiers .tier:nth-child(3n) ul li {
  border-color: transparent #EDF0F8 #EDF0F8 transparent;
  color: #473147;
}
#venues-plans .tiers .tier:nth-child(3n) h6 {
  background: #CCD2E8;
}
#venues-plans .tiers .tier:nth-child(3n) .tier-header {
  background: #CCD2E8;
}
#venues-plans .tiers .tier:nth-child(3n) .tier-header h2 {
  background: #473147;
}
#venues-plans .tiers .tier:nth-child(3n) .tier-footer {
  /*height: 12rem;*/
  background: #CCD2E8;
}
#venues-plans .tiers .tier:nth-child(3n) .tier-footer a {
  color: #473147;
}
.plans-contact h2 {
  font-size: 2rem;
  -webkit-transform: scale(1, 1.3);
          transform: scale(1, 1.3);
  margin: 2rem 0 4rem;
}
.plans-contact h3 {
  font-size: 1.1rem;
  margin-top: 5rem;
}
.plans-contact #contact-us-text {
  font-weight: 600;
  line-height: 1.4rem;
}
.plans-contact #contact-us-text p {
  margin: 0;
}
.plans-contact #contact-us-text a {
  margin-bottom: 1rem;
  display: block;
  color: #473147;
}
@media only screen and (min-width: 64rem) {
  .plans-contact {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 48rem) {
  .content {
    padding-top: 0;
  }
  .content h4 {
    margin-top: 2rem;
    font-size: 1.2rem !important;
  }
  .content h2 {
    font-size: 1.8rem !important;
  }
  .title h4,
  .title h2 {
    text-align: left !important;
  }
  .plans-show-more {
    color: #473147;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #412d41;
    text-align: center;
    color: #52d2bc;
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.6rem 0;
    cursor: pointer;
  }
  .plans-show-more::after {
    content: "\F107";
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-left: 0.6rem;
  }
  .info-wrapper {
    height: 0px;
    overflow: hidden;
  }
  .active .info-wrapper {
    height: auto;
    overflow: auto;
  }
  .active .plans-show-more::after {
    content: "\F106";
  }
  h6 {
    text-align: center;
  }
  .tiers {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .tiers .tier {
    flex-basis: 100% !important;
    margin: 0 0 6rem;
  }
  .tiers .tier li {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.2rem 0 !important;
  }
  .tiers .tier li span {
    font-size: 0.8rem;
    font-weight: 300;
    margin: 0 0 0.6rem;
  }
}
#banner_ad {
  width: 100%;
  text-align: right;
  padding: 1rem 2rem;
}
#banner_ad img {
  border: 1px solid #eee;
  width: 728px;
  height: 90px;
}
#popup_ad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  justify-content: center;
  align-items: center;
}
#popup_ad.active {
  display: flex;
}
#popup_ad .banner {
  display: block;
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
}
#popup_ad .banner a {
  display: block;
}
#popup_ad .banner .b_image {
  text-align: center;
  margin-bottom: 0.5rem;
}
#popup_ad .banner .dismiss {
  text-align: left;
  color: #473147;
}
#popup_ad .banner .dismiss:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 48rem) {
  #popup_ad {
    display: none !important;
  }
}
#adwordsBoxRow.hidden {
  display: none;
}
#adwordsBoxRow #adwordsBox {
  margin: 2rem 0;
  padding: 1rem;
}
#adwordsBoxRow #adwordsBox .steps {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
  font-style: oblique !important;
  display: block;
}
#adwordsBoxRow #adwordsBox h2 {
  font-size: 2.5rem;
}
#adwordsBoxRow #adwordsBox input {
  width: 100%;
  height: 45px;
  background: #fff;
}
#adwordsBoxRow #adwordsBox button {
  width: 100%;
  height: 45px;
  background: #473147;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
}
#adwordsBoxRow #adwordsBox .bg-green {
  padding: 1.5rem 1rem;
}
#adwordsBoxRow #adwordsBox .bg-green p {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 48rem) {
  #adwordsBoxRow #adwordsBox input,
  #adwordsBoxRow #adwordsBox button {
    margin: 0.5rem 0 !important;
  }
}
#selection-popup {
  display: none;
  position: fixed;
  right: 3rem;
  z-index: 2;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 1rem 0.5rem;
  box-shadow: 0px -6px 19px -5px rgba(0, 0, 0, 0.45);
}
#selection-popup.active {
  display: block;
}
#selection-popup h4 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1rem;
}
#selection-popup a {
  display: block;
}
.adwords-results {
  display: none;
  padding: 0 1rem;
}
.adwords-results h2 {
  color: #52d2bc;
  margin: 0;
}
.adwords-results h3 {
  margin: 0.5rem 0;
}
.adwords-results.active {
  display: block;
}
#multi-enquiry {
  display: none;
  position: relative;
  z-index: 3;
}
#multi-enquiry.active {
  display: block;
}
#multi-enquiry .adwords-results {
  padding: 0;
}
#multi-enquiry .adwords-results h2 {
  color: #fff;
}
.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}
#search-venue-form {
  color: #473147;
}
#search-venue-form h1 {
  font-size: 2rem;
  letter-spacing: -2px;
  font-weight: 500;
}
@media only screen and (max-width: 1366px) {
  #search-venue-form h1 {
    font-size: 35px;
  }
}
#search-venue-form h1 span {
  font-size: 1.5rem;
}
#search-venue-form p {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#search-venue-form p a {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 15px;
  color: #52d2bc;
  text-decoration: underline;
  display: inline-block;
  margin-left: 20px;
  font-weight: 400;
}
#search-venue-form label {
  vertical-align: middle;
}
#search-venue-form input[type=text],
#search-venue-form input[type=tel] {
  background-color: #E2D6D3;
  font-size: 13px;
  border: 0;
  box-sizing: border-box;
  color: #473147;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}
#search-venue-form input[type=text]::-webkit-input-placeholder,
#search-venue-form input[type=tel]::-webkit-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#search-venue-form input[type=text]:-ms-input-placeholder,
#search-venue-form input[type=tel]:-ms-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#search-venue-form input[type=text]::-ms-input-placeholder,
#search-venue-form input[type=tel]::-ms-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#search-venue-form input[type=text]::placeholder,
#search-venue-form input[type=tel]::placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#search-venue-form .min-distance {
  font-size: 0.8rem !important;
  font-weight: 500;
  color: red;
  letter-spacing: 0;
  display: none;
}
#search-venue-form .min-distance.show {
  display: inherit;
}
#search-venue-form input[type=tel] {
  width: 3rem;
  display: inline-block;
  margin: 0 5px;
}
#search-venue-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #473147;
  content: '';
  display: inline-block;
  height: 1em;
  position: relative;
  outline-width: 0;
  transition: background 0.2s;
  vertical-align: middle;
  width: 1em;
}
#search-venue-form input[type=checkbox]:before {
  content: '';
}
#search-venue-form input[type=checkbox]:checked {
  background-color: #52d2bc;
}
#search-venue-form input[type=checkbox]:checked:before {
  content: "\F00C";
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transform: rotate(-5deg) !important;
          transform: rotate(-5deg) !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 1px;
  top: 1px;
}
#search-venue-form button {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 15px;
  background: #52d2bc;
  color: #fff;
  text-decoration: underline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 15px 12px;
  font-style: italic;
  border: 0;
}
#search-venue-form .title {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 1rem;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#search-venue-form .row {
  margin-bottom: 10px;
}
#search-venue-form .noDate {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 14px;
  padding-top: 5px;
}
#search-venue-form #views .view-type {
  display: flex;
  justify-content: space-between;
}
#search-venue-form #views .view-type span {
  flex: 1;
  max-width: 40px;
}
#search-venue-form #views .view {
  cursor: pointer;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
#search-venue-form #views .view .svg {
  pointer-events: none;
}
#search-venue-form #views .view svg {
  width: 30px;
  text-align: center;
  margin-bottom: 10px;
  pointer-events: none;
  padding: 10px;
  display: inline-block;
}
#search-venue-form #views .view.active svg {
  background: #52d2bc;
  display: inline-block;
}
#search-venue-form #views .view.active svg path,
#search-venue-form #views .view.active svg polygon,
#search-venue-form #views .view.active svg rect {
  fill: #fff;
}
@media only screen and (max-width: 48rem) {
  .xs-dropdown {
    height: 45px;
    background: #F7EFED;
    overflow: hidden;
    position: relative;
    margin: 0 0 1rem;
  }
  .xs-dropdown .label {
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    display: flex !important;
    align-items: center;
    height: 45px;
    padding: 0 1rem;
    background: #E2D6D3;
  }
  .xs-dropdown .label::after {
    content: "\F105";
    font-weight: 600;
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 1.5rem;
  }
  .xs-dropdown .row {
    padding: 0 0.5rem 0.5rem;
  }
  .xs-dropdown.active {
    overflow: visible;
    height: auto;
  }
  .xs-dropdown.active .label::after {
    content: "\F107";
  }
  .xs-inner-dropdown {
    height: 45px;
    background: #F7EFED;
    overflow: hidden;
    position: relative;
    margin: 0 0 1rem;
    height: 30px;
    margin: 0.5rem;
  }
  .xs-inner-dropdown .label {
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    display: flex !important;
    align-items: center;
    height: 45px;
    padding: 0 1rem;
    background: #E2D6D3;
  }
  .xs-inner-dropdown .label::after {
    content: "\F105";
    font-weight: 600;
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 1.5rem;
  }
  .xs-inner-dropdown .row {
    padding: 0 0.5rem 0.5rem;
  }
  .xs-inner-dropdown.active {
    overflow: visible;
    height: auto;
  }
  .xs-inner-dropdown.active .label::after {
    content: "\F107";
  }
  .xs-inner-dropdown .inner-label {
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    display: flex !important;
    align-items: center;
    height: 45px;
    padding: 0 1rem;
    background: #E2D6D3;
    height: 30px;
  }
  .xs-inner-dropdown .inner-label::after {
    content: "\F105";
    font-weight: 600;
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 1.5rem;
  }
  .xs-inner-dropdown .inner-label::after {
    content: "\F105";
    right: 1rem;
  }
  .xs-inner-dropdown .row {
    margin-top: 0.5rem;
  }
  .xs-inner-dropdown .row label {
    padding-top: 0.5rem;
    display: block;
  }
  .xs-inner-dropdown.active .inner-label::after {
    content: "\F107";
  }
  #search-totals,
  .results-area {
    padding: 0;
  }
  .venue-block,
  .supplier-block {
    margin: 0;
  }
  .venue-block .overview,
  .supplier-block .overview {
    display: flex;
    flex-direction: column;
  }
}
#location-brief {
  padding: 1rem 3rem;
}
#location-brief .content {
  width: 100%;
  background: #F7F7F7;
  padding: 0;
}
#location-brief .content .location-content {
  padding: 2rem 4rem;
}
#location-brief .content .location-content svg {
  width: 25px;
}
#location-brief .content .location-content h2 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -1px;
}
#location-brief .content .location-image {
  background: #eaeaea;
  background-size: cover !important;
  background-position: center !important;
}
@media only screen and (max-width: 48rem) {
  #location-brief {
    padding: 1rem;
  }
  #location-brief-desktop .row {
    display: none !important;
  }
  .location-image {
    background-image: none !important;
  }
}
#search-totals .content {
  width: 100%;
  padding: 0 1.2rem;
  text-align: right;
}
#search-totals .content p {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 15px;
}
#search-totals .content p span {
  color: #52d2bc;
}
@media only screen and (max-width: 48rem) {
  #search-totals .content {
    text-align: left;
  }
}
#venue-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  grid-gap: 1rem;
  padding-top: 2vh;
  padding-left: 2vh;
}
#venue-search-results .venue-block {
  align-self: flex-start;
}
@media only screen and (min-width: 980px) {
  #venue-search-results.as-list {
    grid-template-columns: 100%;
  }
  #venue-search-results.as-list .venue-block {
    flex-direction: row;
    height: auto;
    width: auto;
  }
  #venue-search-results.as-list .venue-block .image {
    max-width: 180px;
    min-width: 180px;
  }
  #venue-search-results.as-list .venue-block .capacity {
    margin-right: 2rem;
    text-align: center;
  }
  #venue-search-results.as-list .venue-block .info {
    margin-left: 0.5rem;
  }
  #venue-search-results.as-list .venue-block .info .separator {
    display: none;
  }
  #venue-search-results.as-list .venue-block .info .overview {
    display: block;
    max-width: 90%;
  }
  #venue-search-results.as-list .venue-block .info .last-row {
    flex-direction: row;
  }
  #venue-search-results.as-list .venue-block .info .last-row .details {
    margin-bottom: 0;
  }
  #venue-search-results.as-list .venue-block .info .last-row .extra {
    flex-grow: 1;
    align-items: flex-end;
  }
  #venue-search-results.as-list .venue-block .info .last-row .extra .stars {
    margin: 15px;
  }
}
.empty-results {
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.empty-results h2 {
  margin: -2rem 0 0.5rem;
}
.empty-results h2 b {
  color: #52d2bc;
}
.empty-results h4 {
  font-size: 1.2rem;
  font-weight: 400;
}
#flexible_venues {
  background: #A1867F;
  padding: 2rem 0;
}
#flexible_venues h2 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#flexible_venues h3 {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0.2rem 0 3rem;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}
#flexible_venues .venues-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#flexible_venues .venues-wrap .venue-block {
  max-width: 210px;
  min-width: 210px;
  margin: 0.8rem 1.4rem;
}
.slider-handler {
  margin-bottom: 2rem;
  width: calc(98% - 3rem);
}
#offers-search-form {
  color: #473147;
}
#offers-search-form h1 {
  font-size: 45px;
  letter-spacing: -2px;
  font-weight: 500;
}
#offers-search-form p {
  font-weight: 400;
}
#offers-search-form label {
  vertical-align: middle;
}
#offers-search-form input[type=text],
#offers-search-form input[type=tel],
#offers-search-form select {
  background-color: #E2D6D3;
  font-size: 13px;
  border: 0;
  box-sizing: border-box;
  color: #473147;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}
#offers-search-form input[type=text]::-webkit-input-placeholder,
#offers-search-form input[type=tel]::-webkit-input-placeholder,
#offers-search-form select::-webkit-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#offers-search-form input[type=text]:-ms-input-placeholder,
#offers-search-form input[type=tel]:-ms-input-placeholder,
#offers-search-form select:-ms-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#offers-search-form input[type=text]::-ms-input-placeholder,
#offers-search-form input[type=tel]::-ms-input-placeholder,
#offers-search-form select::-ms-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#offers-search-form input[type=text]::placeholder,
#offers-search-form input[type=tel]::placeholder,
#offers-search-form select::placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#offers-search-form input[type=tel] {
  width: 3rem;
  display: inline-block;
  margin: 0 5px;
}
#offers-search-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #473147;
  content: '';
  display: inline-block;
  height: 1em;
  position: relative;
  outline-width: 0;
  transition: background 0.2s;
  vertical-align: middle;
  width: 1em;
}
#offers-search-form input[type=checkbox]:before {
  content: '';
}
#offers-search-form input[type=checkbox]:checked {
  background-color: #52d2bc;
}
#offers-search-form input[type=checkbox]:checked:before {
  content: "\F00C";
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transform: rotate(-5deg) !important;
          transform: rotate(-5deg) !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 1px;
  top: 1px;
}
#offers-search-form button {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 15px;
  background: #52d2bc;
  color: #fff;
  text-decoration: underline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 15px 12px;
  font-style: italic;
  border: 0;
}
#offers-search-form .title {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 1rem;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#offers-search-form .row {
  margin-bottom: 10px;
}
#offers-search-form .noDate {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 14px;
  padding-top: 5px;
}
#offers-search-form #views .view-type {
  display: flex;
  justify-content: space-between;
}
#offers-search-form #views .view-type span {
  flex: 1;
  max-width: 40px;
}
#offers-search-form #views .view {
  cursor: pointer;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
#offers-search-form #views .view .svg {
  pointer-events: none;
}
#offers-search-form #views .view svg {
  width: 30px;
  text-align: center;
  margin-bottom: 10px;
  pointer-events: none;
  padding: 10px;
  display: inline-block;
}
#offers-search-form #views .view.active svg {
  background: #52d2bc;
  display: inline-block;
}
#offers-search-form #views .view.active svg path,
#offers-search-form #views .view.active svg polygon,
#offers-search-form #views .view.active svg rect {
  fill: #fff;
}
#offer-search-results {
  padding-left: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#events-search-form {
  color: #473147;
}
#events-search-form h1 {
  font-size: 45px;
  letter-spacing: -2px;
  font-weight: 500;
}
#events-search-form p {
  font-weight: 400;
}
#events-search-form label {
  vertical-align: middle;
}
#events-search-form input[type=text],
#events-search-form input[type=tel] {
  background-color: #E2D6D3;
  font-size: 13px;
  border: 0;
  box-sizing: border-box;
  color: #473147;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}
#events-search-form input[type=text]::-webkit-input-placeholder,
#events-search-form input[type=tel]::-webkit-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#events-search-form input[type=text]:-ms-input-placeholder,
#events-search-form input[type=tel]:-ms-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#events-search-form input[type=text]::-ms-input-placeholder,
#events-search-form input[type=tel]::-ms-input-placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#events-search-form input[type=text]::placeholder,
#events-search-form input[type=tel]::placeholder {
  color: #473147;
  opacity: 1;
  text-transform: uppercase;
}
#events-search-form input[type=tel] {
  width: 3rem;
  display: inline-block;
  margin: 0 5px;
}
#events-search-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #473147;
  content: '';
  display: inline-block;
  height: 1em;
  position: relative;
  outline-width: 0;
  transition: background 0.2s;
  vertical-align: middle;
  width: 1em;
}
#events-search-form input[type=checkbox]:before {
  content: '';
}
#events-search-form input[type=checkbox]:checked {
  background-color: #52d2bc;
}
#events-search-form input[type=checkbox]:checked:before {
  content: "\F00C";
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transform: rotate(-5deg) !important;
          transform: rotate(-5deg) !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 1px;
  top: 1px;
}
#events-search-form button {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 15px;
  background: #52d2bc;
  color: #fff;
  text-decoration: underline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 15px 12px;
  font-style: italic;
  border: 0;
}
#events-search-form .title {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 1rem;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#events-search-form .row {
  margin-bottom: 10px;
}
#events-search-form .noDate {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 14px;
  padding-top: 5px;
}
#events-search-form #views .view-type {
  display: flex;
  justify-content: space-between;
}
#events-search-form #views .view-type span {
  flex: 1;
  max-width: 40px;
}
#events-search-form #views .view {
  cursor: pointer;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
#events-search-form #views .view .svg {
  pointer-events: none;
}
#events-search-form #views .view svg {
  width: 30px;
  text-align: center;
  margin-bottom: 10px;
  pointer-events: none;
  padding: 10px;
  display: inline-block;
}
#events-search-form #views .view.active svg {
  background: #52d2bc;
  display: inline-block;
}
#events-search-form #views .view.active svg path,
#events-search-form #views .view.active svg polygon,
#events-search-form #views .view.active svg rect {
  fill: #fff;
}
#events-search-results {
  padding-left: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero-offer-details {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.hero-offer-details .offer-type {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 2rem;
  font-weight: 500;
}
.discount {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  background: #52d2bc;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  color: #fff;
  font-size: 2rem;
  display: inline-block;
  padding: 0.5rem 2rem;
}
.offer-card .offer-venue {
  padding: 1.5rem;
  color: #E2D6D3;
  font-size: 1.5rem;
}
.offer-card .offer-description {
  padding: 2rem 3rem;
  word-break: break-word;
}
.offer-mobile-details h2 {
  font-style: oblique;
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0.6rem 0;
}
.offer-mobile-details .offer-type {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 1rem;
  margin: 0;
  color: #473147;
}
.offer-info {
  margin: 2.5rem;
}
.offer-info a {
  margin-top: 1rem;
}
.offer-info.offer-dates p i {
  display: block;
  padding: 5px 0;
}
#offer-details {
  padding-bottom: 2rem;
}
#offer-details .content {
  padding-top: 0;
}
#offer-details .left-column {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}
@media only screen and (min-width: 64rem) {
  #offer-details .left-column {
    padding-right: 5rem;
  }
}
#offer-details .left-column p,
#offer-details .left-column span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.2rem !important;
}
#offer-details .offer-datetime {
  color: #473147;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
#offer-details .offer-datetime p {
  margin: 5px 0;
  font-weight: 300;
}
#offer-details .offer-datetime p strong {
  font-weight: 700;
}
#offer-details .offer-text {
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.2rem;
}
#offer-details .offer-cta h3 {
  font-size: 1.5rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
#offer-enquire {
  padding: 2rem 0;
}
#offer-map {
  height: 300px;
  width: 100%;
}
#client-details-images {
  margin-top: 2rem;
}
#client-details-images h2 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 48rem) {
  .inner_hero {
    height: 35vh !important;
  }
  .inner_hero::after {
    display: none;
  }
}
#terms h2 {
  margin: 3rem 0 0;
}
#terms ul {
  padding: 0;
  margin: 3rem 0;
  list-style: decimal;
}
#terms ul li {
  padding: 0.5rem 0;
  line-height: 1.4rem;
}
#terms ul h4 {
  font-size: 1.4rem;
}
#terms ul ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
#terms ul ul ul {
  list-style: circle;
}
#wall-of-fame h2 {
  font-size: 2.5rem;
  margin: 2rem 0 0;
}
#wall-of-fame .toggle-videos {
  text-align: right;
  width: 100%;
  display: block;
  color: #473147;
  cursor: pointer;
  margin-top: 3rem;
  padding-right: 2rem;
  box-sizing: border-box;
  font-weight: 400;
}
#wall-of-fame .list {
  margin: 0 -1.5rem 3rem;
  display: flex;
  flex-wrap: wrap;
}
#wall-of-fame .list .testimonial {
  flex-basis: 30%;
  margin: 1.5rem;
  padding: 2rem;
  background: #ece4e2;
  box-sizing: border-box;
  position: relative;
}
#wall-of-fame .list .testimonial img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 1rem 0;
}
#wall-of-fame .list .testimonial .testimonial-text {
  padding-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  position: relative;
}
#wall-of-fame .list .testimonial .testimonial-author {
  margin-bottom: 2rem;
}
#wall-of-fame .list .testimonial .testimonial-author p {
  margin: 0 0 0.2rem !important;
}
#wall-of-fame .list .testimonial .testimonial-author strong {
  font-style: oblique;
  font-size: 1rem;
}
#wall-of-fame .list .testimonial iframe {
  width: 100%;
  height: 200px;
  margin-bottom: 1.5rem;
}
#wall-of-fame .list .testimonial::before {
  content: '';
  width: 3rem;
  height: 2rem;
  background: url(/svg/quotes.svg) no-repeat;
  display: block;
  margin-bottom: 1rem;
  margin-left: -1rem;
  margin-top: -1rem;
}
#wall-of-fame .list .testimonial::after {
  content: '';
  width: 3rem;
  height: 2rem;
  background: url(/svg/quotes.svg) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
#wall-of-fame .list .testimonial:nth-child(2n) {
  background: #f2edec;
}
@media only screen and (max-width: 48rem) {
  #wall-of-fame .list .testimonial {
    flex-basis: 100%;
  }
}
#wall-of-fame .list.hide-videos .video {
  display: none;
}
@media only screen and (max-width: 48rem) {
  #wall-of-fame h4 {
    margin-top: 0;
  }
}
#fourofour {
  text-align: center;
  padding: 5rem 0;
}
#fourofour svg {
  width: 14rem;
}
#fourofour h2 {
  font-size: 3rem;
  -webkit-transform: scale(1, 1.4) skewY(-5deg);
          transform: scale(1, 1.4) skewY(-5deg);
  text-decoration: underline;
}
#fourofour h4 {
  -webkit-transform: scale(1, 1.4) skewY(-5deg);
          transform: scale(1, 1.4) skewY(-5deg);
}
#fourofour span {
  margin: 2rem 0;
  font-family: 'Oswald', sans-serif;
  color: #ECEAED;
  display: block;
  font-size: 5rem;
  -webkit-transform: scale(1, 1.4);
          transform: scale(1, 1.4);
  font-weight: 700;
}
#fourofour p {
  margin: 0.5rem 0;
}
#fourofour p b {
  font-size: 1.2rem;
  font-weight: 700;
}
#fourofour .btns {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#fourofour .btns a {
  color: #fff;
  text-decoration: none;
  margin: 0 3px;
}

.location-list {
  list-style: none;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.location-list li{
  text-align: left;
}
.location-list a{
  color:inherit;
}

@media only screen and (max-width: 600px) {
  .location-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .location-list li{
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.landing-page-links {
  border:1px solid #473147;
  position: relative;
  text-align: center;
  color: white;
}

.landing-page-links-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.landing-page-links img{
  opacity: 0.7;
  height:180px;
}

.landing-page-link{
/*background-color: #7ADDCC;*/
background-color: #473147;
  /*background-color: #E0A997;*/
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size:1.2em;
  letter-spacing: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 0.5rem 1rem;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  transition: all 0.4s;
}

.slick-arrow{
  background-color: #473147 !important;
}

.html_sitemap{
  min-height: 600px;
}

.html_sitemap ul {
  position: relative;
  list-style: none;
}

.html_sitemap li::before {
  content: '▶';
  color: #473147;
  position: absolute;
  left: 0;
}

.html_sitemap li a{
  color: #473147;
}

.html_sitemap li{
  margin-top:10px;
  margin-bottom: 10px;
}

.html_sitemap h1 a, h3 a{
  color: #473147;
}

.enquiry-sticky {
  width: 100%;
  background-color: #52d2bc;
  /*color:#473147;*/
  text-align: center;
  top: 0;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  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;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[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 */
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: 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: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}


/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-times:before {
  content: "\f00d"; }

.fa-star:before {
  content: "\f005"; }

.fa-heart:before {
  content: "\f004"; }

.fa-check:before {
  content: "\f00c"; }

.fa-plus:before {
  content: "\f067"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }


.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-regular-400.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-regular-400.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-regular-400.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-regular-400.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-solid-900.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-solid-900.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-solid-900.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-solid-900.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.3.1/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}

.hide {
  display:none;
}