/* Variables - work in progress */
:root {
  --atdw-facet-filter-color: lightgray;
  --atdw-listings-button-color: gray;
  --atdw-listings-button-color-hover: #636466;
  --atdw-listings-background-color: lightgray;
  --atdw-listings-trip-planner-color: #f9a61a;
  --atdw-listings-trip-planner-color-hover: #636466;
  --atdw-content-background-color: lightgray;
}

.atdw-field-hide {
  display: none;
}

.atdw-field-lock .fs-wrap {
  pointer-events: none;
  color: #a7a8a7;
}

.atdw-field-lock .fs-arrow {
  border-top-color: #a7a8a7;
}

.d1 .fs-option-label {
  padding-left: 20px;
}

.fs-option .fs-option-label {
  white-space: nowrap;
}

.atdw-facet-filters {
  display: flex;
}

.atdw-facet-filters .fs-wrap,
.atdw-facet-filters button {
  margin: 10px;
}

.atdw-facet-filters .fs-dropdown,
.atdw-facet-filters .fs-option {
  width: 280px;
}

.atdw-facet-products-compact,
.atdw-facet-deals,
.atdw-facet-events-compact {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 3%;
}

.atdw-facet-deals {
  justify-content: flex-start;
  flex-direction: row;
}

.atdw-facet-product,
.atdw-deal-single {
  flex-basis: 31.33%;
  height: 260px;
  border: solid 1px #dddddd;
  margin: 1.5% 0 !important;
  box-sizing: border-box;
}

.atdw-facet-deals .atdw-deal-single {
  display: flex;
  flex-direction: column;
}

.atdw-facet-deal .atdw-deal-single:nth-child(3n+0) {
  margin-right: 0;
}

.atdw-facet-events-compact>div {
  flex-basis: 100%;
  height: 160px;
}

.atdw-pager .facetwp-pager {
  text-align: center;
}

.atdw-pager .facetwp-pager .facetwp-page {
  padding: 10px 20px;
  font-weight: 600;
  border: solid 1px #849888;
  color: #849888;
}

.atdw-pager .facetwp-pager .facetwp-page:hover {
  background-color: #9d8d74;
  color: #fff;
  border-color: #9d8d74;
}

.atdw-pager .facetwp-pager .facetwp-page.active {
  background-color: #849888;
  border-color: #849888;
  color: #fff;
}

.atdw-popup-content {
  background-color: #fff;
  min-height: 400px;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}

.admin-bar .mfp-wrap .atdw-popup-content .mfp-close,
.admin-bar .mfp-wrap .atdw-popup-content .mfp-close:hover,
.admin-bar .mfp-wrap .atdw-popup-content .mfp-close:focus,
.mfp-wrap .atdw-popup-content .mfp-close {
  top: 2px !important;
}

.atdw-popup-content.deal-content .deal-body {
  padding: 20px;
}

.atdw-popup-content h3 {}

.atdw-popup-content h4 {
  margin-top: 30px;
  display: block;
}

.atdw-popup-content .atdw-deal-content-one {
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 340px;
}

.atdw-popup-content .atdw-deal-content-two {
  padding: 0px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.atdw-popup-content .atdw-deal-content-two>div,
.atdw-popup-content .atdw-deal-content-two>h4 {
  width: 100%;
}

.atdw-popup-content .atdw-deal-content-image {
  width: 40%;
}

.atdw-popup-content .atdw-deal-image-container {
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

.atdw-popup-content .atdw-deal-image-wrap {}

.atdw-deal-content-one .atdw-deal-listing {
  color: #000000;
  padding: 20px 0px 0 0px;
}

.atdw-popup-content .atdw-deal-intro {
  width: 60%;
  padding: 0px 0 20px 20px;
}

.atdw-popup-content .atdw-deal-description {}

.atdw-popup-content .atdw-deal-inclusions {}

.atdw-popup-content .atdw-deal-terms {}

.atdw-deal-content-two .deal-listing-link {
  padding: 10px;
  color: #fff !important;
  margin-top: 20px;
}

.atdw-popup-content .atdw-deal-link {
  padding: 10px 10px 10px 20px;
  margin-top: 20px;
}

.atdw-popup-content .atdw-deal-link i {
  padding-left: 6px;
}

.admin-bar .mfp-wrap .atdw-popup-content.deal-content .mfp-close,
.admin-bar .mfp-wrap .atdw-popup-content.deal-content .mfp-close:hover,
.admin-bar .mfp-wrap .atdw-popup-content.deal-content .mfp-close:focus,
.mfp-wrap .atdw-popup-content.deal-content .mfp-close {
  top: 2px !important;
  color: #000000;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .atdw-popup-content .atdw-deal-content-one {
    display: block;
    min-height: unset;
    padding: 0;
  }

  .atdw-popup-content .atdw-deal-content-image {
    width: 100%;
    height: 75%;
  }

  .atdw-popup-content .atdw-deal-intro {
    width: 100%;
    padding: 20px 20px 0 20px;
  }

  .atdw-deal-content-one .atdw-deal-listing {
    color: #000000;
    padding: 20px 0px 0 20px;
  }

  .admin-bar .mfp-wrap .atdw-popup-content.deal-content .mfp-close,
  .admin-bar .mfp-wrap .atdw-popup-content.deal-content .mfp-close:hover,
  .admin-bar .mfp-wrap .atdw-popup-content.deal-content .mfp-close:focus,
  .mfp-wrap .atdw-popup-content.deal-content .mfp-close {
    color: #fff;
  }

  .atdw-facet-product,
  .atdw-deal-single {
    margin: 4% 0 !important;
  }
}

.ui-tooltip {
  padding: 10px 0px 10px 10px;
  background-color: #fff;
  max-width: 182px;
  font-size: 14px;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
  z-index: 99999;
}

.ui-helper-hidden-accessible {
  display: none;
}

.atdw-facet-product {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.atdw-facet-product .atdw-product-content,
.atdw-deal-content {
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

.atdw-facet-product .atdw-product-content .atdw-product-link,
.atdw-deal-content .atdw-deal-link {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.atdw-facet-product .atdw-product-content::after,
.atdw-deal-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
  backface-visibility: hidden;
  transform: translate3d(0);
  will-change: transform;
}

.atdw-facet-product .atdw-product-content:hover::after,
.atdw-deal-content:hover::after {
  transform: scale(1.1);
}

.atdw-facet-product h3,
.atdw-deal-single h3 {
  color: #fff;
  width: 100%;
}

.atdw-facet-product h3 i,
.atdw-facet-event h3 i,
.atdw-deal-single h3 i {
  margin-left: 5px;
}

.atdw-deal-listing {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.atdw-facet-product .atdw-product-info {
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 14px;
}

.atdw-facet-product .atdw-products-label,
.atdw-event-location i,
.atdw-event-date i,
.atdw-deal-listing i {
  margin-right: 6px;
  font-size: 18px;
}

.atdw-products-btns,
.atdw-deal-btns {
  display: flex;
  flex-direction: revert;
  height: 65px;
  background-color: var(--atdw-listings-background-color);
}

.atdw-products-btns a,
.atdw-deal-btns a {
  flex-basis: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--atdw-listings-button-color);
  border-right: 3px solid #ffffff4a;
  font-size: 14px;
  flex-direction: column-reverse;
  cursor: pointer;
  padding-top: 4px;
}

.atdw-products-btns a:hover,
.atdw-deal-btns a:hover {
  background-color: var(--atdw-listings-button-color-hover);
  color: #fff;
}

.atdw-products-btns a i,
.atdw-deal-btns a i {
  font-size: 18px;
}

.atdw-products-btns a:last-of-type,
.atdw-deal-btns a:last-of-type {
  border-right: none;
}

.atdw-deal-btns {
  height: unset;
}

.atdw-deal-btns a {
  text-transform: uppercase;
  flex-basis: 50%;
  flex-direction: row;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

.atdw-deal-btns a i {
  margin-left: 5px;
}

.floating-trip-planner {
  position: absolute;
  right: 13px;
  bottom: 7px;
  z-index: 1;
  font-size: 14px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: var(--atdw-listings-trip-planner-color);
  transform: translateZ(0);
  /* will-change: transform; */
  backface-visibility: hidden;
  transition-duration: 0.1s;
  text-transform: uppercase;
  padding: 5px;
}

.atdw-item.atdw-facet-event {
  margin: 0;
}

.floating-trip-planner:hover {
  color: var(--atdw-listings-trip-planner-color-hover);
  transform: scale(1.1);
}

.floating-trip-planner i {
  font-size: 18px;
}

/* Event Templates */
.atdw-event-excerpt {
  margin: 10px 0;
  display: none;
}

.atdw-event-date {
  margin-bottom: 10px;
  font-size: 16px;
  /*font-weight: 600;*/
}

.atdw-facet-events .atdw-facet-event {
  margin: 60px 0;
}

.atdw-facet-events .atdw-products-btns {
  height: 60px;
  flex-direction: row;
  width: 100%;
}

.atdw-event-info {
  padding: 0px 20px 15px 20px;
  min-height: 150px;
}

.atdw-event-location {}

.atdw-event-content {
  /*padding: 0px 20px 15px 20px;*/
  background-color: var(--atdw-content-background-color);
  flex-basis: 67%;
}

.atdw-event-inner {
  display: flex;
}

.atdw-facet-events .atdw-products-btns a {
  flex-basis: 20%;
  border-right: 3px solid #ffffff4a;
  /* border-right: unset; */
  min-height: 50px;
}

.atdw-facet-events .atdw-products-btns a:last-of-type {
  border-right: unset;
}

.atdw-event-img {
  flex-basis: 33%;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 1160px) {

  .atdw-facet-deals .atdw-deal-single,
  .atdw-facet-deals .atdw-deal-single:nth-child(3n+0) {
    flex-basis: 48.5%;
    margin-right: 3%
  }

  .atdw-facet-deals .atdw-deal-single:nth-child(2n+0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {

  .atdw-facet-deals .atdw-deal-single,
  .atdw-facet-deals .atdw-deal-single:nth-child(2n+0),
  .atdw-facet-deals .atdw-deal-single:nth-child(3n+0) {
    flex-basis: 100%;
    margin-right: 0%;
  }

  .atdw-event-inner {
    flex-direction: column;
  }

  .atdw-event-img {
    min-height: 240px;
  }

  .atdw-event-info {
    min-height: unset;
    margin-bottom: 10px
  }

  .atdw-facet-product {
    margin: 10px 0 !important;
  }
}

@media only screen and (max-width: 420px) {
  .atdw-facet-events .atdw-products-btns a {
    font-size: 10px;
  }

  .atdw-deal-btns a {
    font-size: 12px;
  }
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.row {
  position: relative;
  width: 100%
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%
}

.col-1-sm {
  width: 4.33%
}

.col-2-sm {
  width: 12.66%
}

.col-3-sm {
  width: 21%
}

.col-4-sm {
  width: 29.33%
}

.col-5-sm {
  width: 37.66%
}

.col-6-sm {
  width: 46%
}

.col-7-sm {
  width: 54.33%
}

.col-8-sm {
  width: 62.66%
}

.col-9-sm {
  width: 71%
}

.col-10-sm {
  width: 79.33%
}

.col-11-sm {
  width: 87.66%
}

.col-12-sm {
  width: 96%
}

.row::after {
  content: "";
  display: table;
  clear: both
}

.hidden-sm {
  display: none
}

@media only screen and (min-width: 37.5em) {
  .container {
    width: 80%
  }
}

@media only screen and (min-width: 48em) {
  .col-1 {
    width: 4.33%
  }

  .col-2 {
    width: 12.66%
  }

  .col-3 {
    width: 21%
  }

  .col-4 {
    width: 29.33%
  }

  .col-5 {
    width: 37.66%
  }

  .col-6 {
    width: 46%
  }

  .col-7 {
    width: 54.33%
  }

  .col-8 {
    width: 62.66%
  }

  .col-9 {
    width: 71%
  }

  .col-10 {
    width: 79.33%
  }

  .col-11 {
    width: 87.66%
  }

  .col-12 {
    width: 96%
  }

  .hidden-sm {
    display: block
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 75%;
    max-width: 1280em
  }
}

.atdw-products .filter-link {
  text-align: center;
  margin: 35px 0 0
}

.atdw-products .product-filter {
  padding: 40px 4%
}

.archive .atdw-products .product-filter {
  background: #fff;
  padding: 40px 4% 80px
}

.filter-single-column .atdw-products .product-filter #filter,
.atdw-products .product-filter #filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.filter-single-column .atdw-products .product-filter #filter .filter-field,
.atdw-products .product-filter #filter .filter-field {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding: 10px 0;
  text-align: center
}

.filter-single-column .atdw-products .product-filter #filter .filter-field label,
.atdw-products .product-filter #filter .filter-field label {
  text-align: left
}

.filter-single-column .atdw-products .product-filter #filter .filter-field:last-child,
.atdw-products .product-filter #filter .filter-field:last-child {
  margin-top: 0px;
  text-align: center
}

.filter-single-column .atdw-products .product-filter #filter .filter-field:last-child .fa-chevron-right,
.atdw-products .product-filter #filter .filter-field:last-child .fa-chevron-right {
  color: #fff
}

.filter-single-column .atdw-products .product-filter #filter .filter-facilities,
.atdw-products .product-filter #filter .filter-facilities {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%
}

.filter-single-column .atdw-products .product-filter #filter .filter-facilities ul,
.atdw-products .product-filter #filter .filter-facilities ul {
  list-style: none
}

.filter-single-column .atdw-products .product-filter #filter .filter-facilities ul li,
.atdw-products .product-filter #filter .filter-facilities ul li {
  display: inline
}

.filter-single-column .atdw-products .product-filter #filter .filter-facilities ul li input[type="checkbox"],
.filter-single-column .atdw-products .product-filter #filter .filter-facilities ul li input[type="radio"],
.atdw-products .product-filter #filter .filter-facilities ul li input[type="checkbox"],
.atdw-products .product-filter #filter .filter-facilities ul li input[type="radio"] {
  -webkit-appearance: checkbox
}

.filter-single-column .atdw-products .product-filter #filter .filter-facilities ul li label,
.atdw-products .product-filter #filter .filter-facilities ul li label {
  display: inline
}

.atdw-products .product-filter label {
  display: none
}

.atdw-item {
  max-width: 500px;
  margin: 0 auto 40px;
  background-color: #fff
}

.atdw-item .product-single-image {
  -webkit-box-flex: 1 auto;
  -moz-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  line-height: 0
}

.atdw-item .product-single-image img {
  width: 100%
}

.atdw-item .product-single-description {
  -webkit-box-flex: 1 auto;
  -moz-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding: 20px 20px
}

.atdw-item .product-single-description h2 {
  text-transform: capitalize;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px
}

.atdw-item .product-single-description h2 a {
  text-decoration: none
}

.atdw-item .product-single-description p {
  font-size: 14px;
  margin-bottom: 0
}

.atdw-item .product-single-description .read-more {
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  text-underline-position: under
}

.atdw-item .product-single-description.product-print {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.atdw-item .product-single-links {
  -webkit-box-flex: 1 auto;
  -moz-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto
}

.atdw-item .product-single-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap
}

.atdw-item .product-single-links ul li {
  border-top: 2px solid #e3e4e3;
  border-right: 2px solid #e3e4e3;
  border-bottom: none;
  border-right: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -webkit-box-flex: 48%;
  -moz-box-flex: 48%;
  -webkit-flex: 48%;
  -ms-flex: 48%;
  flex: 48%
}

.atdw-item .product-single-links ul li:last-child {
  border-bottom: 2px solid #e3e4e3
}

.atdw-item .product-single-links ul li:nth-child(4) {
  border-bottom: none
}

.atdw-item .product-single-footer {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  background-color: #e3e4e3;
  padding: 5px 0 0
}

.atdw-item .product-single-footer .product-type,
.atdw-item .product-single-footer .product-location {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding: 5px 5px 10px;
  text-align: center
}

.atdw-item .product-single-footer .product-location {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%
}

.atdw-item .product-single-footer .product-map-button {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  text-align: center;
  padding: 5px 0
}

.atdw-item .product-single-footer .product-map-button a {
  text-decoration: none;
  text-transform: uppercase
}

.atdw-item .product-single-footer .product-map-button .link-icon {
  margin-right: 20px
}

.atdw-item .product-single-footer .product-map {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  display: none
}

.atdw-item .product-single-footer .product-map .map {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  line-height: 0
}

.atdw-item .product-single-footer .product-map .map iframe {
  border: 0;
  line-height: 0
}

.atdw-item .product-single-footer .product-map .location-details {
  -webkit-box-flex: 1 auto;
  -moz-box-flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding: 20px 20px 0
}

.atdw-item .flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column
}

.type-tribe_events .product-single-description h2 {
  margin-bottom: 0
}

.tribe-events-loop {
  padding: 0
}

.filter-field select[multiple],
.filter-field select[size] {
  height: 40px
}

iframe.map {
  width: 100%;
  border: 0
}

.product-single-links ul {
  height: 100%;
  margin: 0;
  background-color: #fff
}

.single .product-single-links ul {
  border: 2px solid #e3e4e3
}

.product-single-links ul li {
  list-style: none;
  border-bottom: 2px solid #e3e4e3;
  border-left: 2px solid #e3e4e3;
  margin-left: 0
}

.product-single-links ul li:last-child {
  border-bottom: none
}

.product-single-links ul li:before {
  content: none
}

.product-single-links ul li.hide {
  display: none
}

.single .product-single-links ul li {
  border-left: none
}

.product-single-links ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 14px;
  text-decoration: none;
  color: #444
}

.product-single-links ul li a .link-icon {
  margin-right: 5px
}

.product-single-links ul li.selected {
  background-color: #e3e4e3
}

.product-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.product-gallery .atdw-gallery-item {
  margin: 0 1% 1% 0;
  -webkit-box-flex: 0 49%;
  -moz-box-flex: 0 49%;
  -webkit-flex: 0 49%;
  -ms-flex: 0 49%;
  flex: 0 49%;
  text-align: center
}

.product-gallery .atdw-gallery-item a {
  display: block
}

.product-gallery .atdw-gallery-item a img {
  width: 100%
}

.product-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 55px
}

.product-social a {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  font-size: 30px;
  padding: 0 15px 0 0
}

.fl-builder-edit #product-pixel>.fl-row-content-wrap {
  display: initial
}

#product-pixel>.fl-row-content-wrap {
  display: none
}

@media only screen and (min-width: 48em) {

  .atdw-products .product-filter #filter .filter-field,
  #tribe-events-content .product-filter #filter .filter-field,
  .trip-planner .product-filter #filter .filter-field {
    -webkit-box-flex: 24%;
    -moz-box-flex: 24%;
    -webkit-flex: 24%;
    -ms-flex: 24%;
    flex: 24%;
    padding: 0 10px
  }

  .atdw-products .product-filter #filter .filter-field:last-child,
  #tribe-events-content .product-filter #filter .filter-field:last-child,
  .trip-planner .product-filter #filter .filter-field:last-child {
    -webkit-box-flex: 1 auto;
    -moz-box-flex: 1 auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-top: 20px
  }

  .atdw-item {
    max-width: 750px
  }

  .atdw-item .flex-wrap {
    flex-flow: row wrap
  }

  .atdw-item .product-single-links {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%
  }

  .atdw-item .product-single-links ul li {
    -webkit-box-flex: 1 auto;
    -moz-box-flex: 1 auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto
  }

  .atdw-item .product-single-links ul li:first-child {
    border-left: none
  }

  .atdw-item .product-single-links ul li a {
    text-align: center
  }

  .atdw-item .product-single-image {
    -webkit-box-flex: 38%;
    -moz-box-flex: 38%;
    -webkit-flex: 38%;
    -ms-flex: 38%;
    flex: 38%
  }

  .atdw-item .product-single-description {
    -webkit-box-flex: 60%;
    -moz-box-flex: 60%;
    -webkit-flex: 60%;
    -ms-flex: 60%;
    flex: 60%
  }

  .atdw-item .product-single-footer .product-type {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%
  }

  .atdw-item .product-single-footer .product-location {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .atdw-item .product-single-footer .product-map-button {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .atdw-item .product-single-footer .product-map {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%
  }

  .atdw-item .product-single-footer .product-map .map {
    -webkit-box-flex: 9;
    -moz-box-flex: 9;
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9
  }

  .atdw-item .product-single-footer .product-map .location-details {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
  }

  .product-gallery {
    flex-flow: row wrap
  }

  .product-gallery .atdw-gallery-item {
    -webkit-box-flex: 0 32%;
    -moz-box-flex: 0 32%;
    -webkit-flex: 0 32%;
    -ms-flex: 0 32%;
    flex: 0 32%;
    text-align: center
  }

  .product-single-links ul li:last-child {
    border-right: none
  }

  .product-single-links ul li .fa-chevron-right {
    float: right;
    margin-top: 5px
  }
}

@media only screen and (min-width: 64em) {

  .atdw-products .product-filter #filter .filter-field:last-child,
  #tribe-events-content .product-filter #filter .filter-field:last-child,
  .trip-planner .product-filter #filter .filter-field:last-child {
    margin-top: 0
  }

  .atdw-item {
    max-width: none
  }

  .atdw-item .product-single-image {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5
  }

  .atdw-item .product-single-description {
    -webkit-box-flex: 6;
    -moz-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6
  }

  .atdw-item .product-single-links {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
  }

  .atdw-item .product-single-links ul {
    flex-flow: column
  }

  .atdw-item .product-single-links ul li:first-child {
    border-top: none;
    border-left: 2px solid #e3e4e3
  }

  .atdw-item .product-single-links ul li a {
    text-align: left;
    padding: 18px 20px
  }

  .atdw-item .product-single-footer .product-type,
  .atdw-item .product-single-footer .product-location {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 5px 5px 10px;
    text-align: center
  }

  .atdw-item .product-single-footer .product-location {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: left
  }

  .atdw-item .product-single-footer .product-map-button {
    -webkit-box-flex: 1 auto;
    -moz-box-flex: 1 auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto
  }

  .product-gallery>a {
    margin: 1% 2%;
    -webkit-box-flex: 0 20%;
    -moz-box-flex: 0 20%;
    -webkit-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%
  }

  .product-single-links ul {
    flex-flow: column
  }

  .product-single-links ul li {
    border-top: none;
    border-bottom: 2px solid #e3e4e3;
    border-left: 2px solid #e3e4e3;
    border-right: none
  }

  .product-single-links ul li a {
    padding: 12px 20px
  }

  .product-single-links ul li:last-child {
    border-bottom: none
  }
}

#atdw-search fieldset.classification-set {
  display: none
}

#atdw-search fieldset ul {
  list-style: none
}

#atdw-search fieldset ul li {
  display: inline-block;
  width: 49%
}

#atdw-search fieldset.atdw-categories {
  display: initial;
  opacity: 1
}

#atdw-search #atdw-footer {
  text-align: right;
  margin-top: 20px
}

/* Facet Specific Styles */

.facetwp-facet-atdw_facilities {
  display: flex;
  flex-wrap: wrap;
}

.facetwp-facet-atdw_facilities .facetwp-checkbox:before {
  content: "";
  border: 1px solid var(--atdw-facet-filter-color);
  width: 13px;
  height: 13px;
  display: flex;
  position: absolute;
  left: 0;
  top: 6px;
}

.facetwp-facet-atdw_facilities .facetwp-checkbox.checked {
  background-image: unset;
}

.facetwp-facet-atdw_facilities .facetwp-checkbox.checked:after {
  content: "";
  background-color: var(--atdw-facet-filter-color);
  width: 13px;
  height: 13px;
  display: flex;
  position: absolute;
  left: 0;
  top: 6px;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
}

.facetwp-facet-atdw_facilities .facetwp-checkbox {
  flex-basis: 33.33%;
  background: none;
  position: relative;
}

.facetwp-bb-module .facetwp-facet {
  margin-bottom: 0;
}

.facetwp-bb-module .fs-dropdown,
.facetwp-bb-module .fs-label-wrap {
  border: solid 1px var(--atdw-facet-filter-color);
}


/* Template Styles */
@media (max-width: 1160px) {
  .atdw-facet-product {
    flex-basis: 48%
  }
}

@media (max-width: 992px) {
  .facetwp-facet-atdw_facilities .facetwp-checkbox {
    flex-basis: calc(50% - 10px);
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .atdw-facet-product {
    flex-basis: 100%
  }

  .atdw-facet-product.atdw-item {
    max-width: 100%;
  }

  .facetwp-facet-atdw_facilities .facetwp-checkbox {
    flex-basis: 50%;
    margin-left: 0px;
    padding-right: 20px;
  }
}

@media (max-width: 580px) {
  .facetwp-facet-atdw_facilities .facetwp-checkbox {
    flex-basis: 100%;
    padding-right: 0px;
  }
}

.atdw-event-dates,
.atdw-event-town {
  padding-top: 10px;
}

.atdw-event-dates i,
.atdw-event-town i {
  width: 20px;
  text-align: center;
  color: #05c3de;
  font-size: 1.2em;
  margin-right: 6px;
}

/* Events */
/* Facet styles */
.wm-events-sort {
  display: none;
}

.facetwp-facet-atdw_facilities {
  display: flex;
  flex-wrap: wrap;
}

.facetwp-facet-atdw_facilities .facetwp-checkbox {
  flex-basis: 25%;
}

.wm-atdw-search .facetwp-date {
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px var(--atdw-facet-filter-color);
  padding-left: 38px;
}

.fdate-wrap .fdate-grid .selected {
  background-color: var(--atdw-listings-background-color);
  color: #fff;
}

.fdate-wrap .fdate-grid>div:hover {
  background-color: var(--atdw-listings-trip-planner-color);
}


.facetwp-bb-module .facetwp-facet {
  margin-bottom: 0;
}

.wm-atdw-search .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: var(--atdw-facet-filter-color);
}



.atdw-field-lock .fs-label {
  opacity: 0.4;
}

/* Datepicker Icon*/
.facetwp-type-date_range {
  position: relative;
}

.facetwp-type-date_range:after {
  content: "f073";
  top: 0;
  left: 10px;
  position: absolute;
  font-family: 'FONT AWESOME 5 PRO';
  font-weight: 100;
  font-size: 20px;
  color: var(--atdw-facet-filter-color);
}

.facetwp-type-date_range:before {
  top: 0;
  left: calc(50% + 20px);
  position: absolute;
  font-family: 'FONT AWESOME 5 PRO';
  font-weight: 100;
  font-size: 20px;
  color: var(--atdw-facet-filter-color);
}

@media only screen and (max-width: 768px) {
  .facetwp-type-date_range:before {
    left: 10px;
    top: 65px;
  }
}


/* Template Styles */
@media (max-width: 1160px) {
  .atdw-facet-product {
    flex-basis: 48%
  }

  .facetwp-facet-atdw_facilities .facetwp-checkbox {
    flex-basis: 50%;
  }
}

@media (max-width: 769px) {
  .atdw-facet-product {
    flex-basis: 98%
  }
}






/* Buttons */

.fl-button.facet-reset-button {
  width: 100%;
}

@media (max-width: 992px) {
  .facetwp-facet-atdw_cities {
    display: flex;
  }
}

.atdw-item {
  max-width: 100% !important;
}

.atdw-featured-products .atdw-item {
  width: 100%;
  margin-bottom: 40px;
}

.atdw-featured-products .atdw-event-location {
  font-weight: 600;
}

.atdw-featured-products p {
  margin-top: 10px;
}

.atdw-facet-events .atdw-products-btns a:focus,
.atdw-facet-events .atdw-products-btns a:active {
  text-decoration: none;
}

.floating-trip-planner i {
  margin-right: 0px;
}

.atdw-products .atdw-products-btns .update-trip-planner {
  flex-basis: 30%;
}

.atdw-facet-events .atdw-products-btns .update-trip-planner {
  flex-basis: 22%;
}

.facetwp-type-date_range:after,
.facetwp-type-date_range:before {
  content: "\f073";
}

.atdw-facet-events {
  display: flex;
  flex-direction: column;
}

.atdw-facet-events .atdw-facet-event {
  margin: 30px 0;
}

.trip-planner-map .gm-style-iw,
.trip-planner-map .gm-style-iw>div {
  padding: 0 !important;
  border-radius: 0;
  overflow: hidden !important;
}

.trip-planner-item .single-description .flex-wrap,
.trip-planner-item.map-item .single-description .flex-wrap {
  padding: 0 10px;
}

.gm-style .gm-style-iw-t::after {
  display: none
}

.trip-planner-item.map-item a.button {
  background-color: unset;
  border: none;
  color: #05c3de;
  padding: 0px;
}

.trip-planner-item.map-item .single-buttons {
  margin-bottom: 10px !important;
}

.atdw-product-link h3 i {
  font-size: 20px;
}

body .facetwp-type-date_range input {
  width: calc(50% - 10px);
  float: left
}

.facetwp-type-date_range .facetwp-date-max {
  margin-left: 20px;
  margin-bottom: 5px
}

.wm-atdw-search-dates .facetwp-facet-title {
  display: flex;
}

.wm-atdw-search-dates span {
  flex-basis: 50%;
}

.facetwp-facet-title span:nth-of-type(2) {
  margin-left: 20px;
  display: flex;
  align-items: flex-end;
}

.atdw-featured-tag {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #f9a61a;
  z-index: 2;
  font-size: 18px;
  background-color: #fff;
  padding: 8px;
  /*pointer-events: none;*/
}

@media only screen and (max-width: 768px) {
  .facetwp-facet-title span:nth-of-type(2) {
    display: none;
  }

  .facetwp-facet-title span:nth-of-type(1) {
    flex-basis: 100%
  }

  body .facetwp-type-date_range input {
    width: 100%
  }

  .facetwp-type-date_range .facetwp-date-max {
    margin-left: 0;
    margin-top: 30px
  }

  .hide-mobile {
    display: none;
  }

  #atdw-base-info .atdw-product-single-link a {
    text-align: start
  }
}