.single-restaurant .page-header,
.single-activitati .page-header,
.single-topuri .page-header {
  text-align: center;
}
.single-restaurant .page-header .meta_single,
.single-activitati .page-header .meta_single,
.single-topuri .page-header .meta_single {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.single-restaurant .page-header-image,
.single-activitati .page-header-image,
.single-topuri .page-header-image {
  padding: 180px 0 180px 0;
}
@media (max-width: 505px) {
  .single-restaurant .page-header-image,
.single-activitati .page-header-image,
.single-topuri .page-header-image {
    padding: 50px 0 20px 0 !important;
  }
}
.single-restaurant__title,
.single-activitati__title,
.single-topuri__title {
  margin-bottom: 1rem;
}
.single-restaurant__subheading,
.single-activitati__subheading,
.single-topuri__subheading {
  color: #fff;
}
@media (max-width: 768px) {
  .single-restaurant__subheading,
.single-activitati__subheading,
.single-topuri__subheading {
    margin-bottom: 2rem;
  }
}
.single-restaurant__quickinfo,
.single-activitati__quickinfo,
.single-topuri__quickinfo {
  background: #333;
}
.single-restaurant__features-container,
.single-activitati__features-container,
.single-topuri__features-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .single-restaurant__features-container,
.single-activitati__features-container,
.single-topuri__features-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.5rem 0;
  }
}
.single-restaurant__feature,
.single-activitati__feature,
.single-topuri__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .single-restaurant__feature,
.single-activitati__feature,
.single-topuri__feature {
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.single-restaurant__feature-icon,
.single-activitati__feature-icon,
.single-topuri__feature-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  border: 1px solid rgba(200, 200, 200, 0.4);
}
.single-restaurant__feature-icon svg,
.single-activitati__feature-icon svg,
.single-topuri__feature-icon svg {
  width: 20px;
  fill: #37C89A;
}
.single-restaurant__feature-body,
.single-activitati__feature-body,
.single-topuri__feature-body {
  padding-left: 1rem;
}
.single-restaurant__feature-title,
.single-activitati__feature-title,
.single-topuri__feature-title {
  font-size: 0.8rem;
  font-weight: bold;
}
.single-restaurant__contacts,
.single-activitati__contacts,
.single-topuri__contacts {
  padding: 2rem;
  background: #f5f5f5;
}
.single-restaurant__contacts-section-title,
.single-activitati__contacts-section-title,
.single-topuri__contacts-section-title {
  margin-top: 0 !important;
}
.single-restaurant__contact-item,
.single-activitati__contact-item,
.single-topuri__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-restaurant__contact-item-title,
.single-activitati__contact-item-title,
.single-topuri__contact-item-title {
  font-size: 16px;
  margin: 0 0 0.7rem 0 !important;
}
.single-restaurant__order-link,
.single-activitati__order-link,
.single-topuri__order-link {
  color: #37C89A;
  text-decoration: underline;
}

.dmd-card-post__descriptor {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 3px;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  padding: 0.2rem 0.7rem;
}

.dmd-posts-cards h3.dmd-card-post__title--restaurant {
  margin-bottom: 0.2rem;
}

@media (max-width: 600px) {
  .dmd-card-post--restaurant .dmd-card-post__image {
    min-height: 220px;
    height: 220px;
  }
}

.dmd-card-post__subtitle {
  color: #fff;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}

.single-topuri .meta.meta_single .categs,
.single-topuri .meta.meta_single .post-time .divider {
  display: none;
}

/** BOOKING PAGRE **/
.booking-page__header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .booking-page__header {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .booking-page__header {
    padding: 3rem 0 0 0;
  }
}
.booking-page__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .booking-page__header-content {
    padding: 0 1rem;
  }
}
.booking-page__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
}
.booking-page__subtitle {
  margin-bottom: 2rem;
  font-size: 18px;
}
.booking-page__form {
  background: #fff;
  padding: 0.5rem;
}

/** SEARCH SUGGESTIONS **/
.dmd-search-form__suggestions {
  position: absolute;
  top: calc(100% + 4px);
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 8px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dmd-search-form__suggestions > li {
  list-style: none;
  padding: 0.5rem 1rem;
}
.dmd-search-form__suggestions > li:not(:last-child) {
  border-bottom: 1px solid rgba(200, 200, 200, 0.7);
}
.dmd-search-form__suggestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dmd-search-form__suggestion-icon {
  max-width: 20px;
  margin-right: 10px;
}
.dmd-search-form__suggestion-icon img {
  width: 100%;
  height: auto;
  max-width: 20px;
}
.dmd-search-form.focused .dmd-search-form__suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .dmd-activity-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .dmd-activity-item .dmd-attraction-item__image {
    height: 350px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .dmd-activity-item .dmd-attraction-item__body {
    width: 50%;
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {
  .dmd-attraction-item--smaller .dmd-attraction-item__image {
    height: 150px;
    width: 30%;
  }
  .dmd-attraction-item--smaller .dmd-attraction-item__body {
    width: 70%;
    padding-left: 3rem;
  }
  .dmd-attraction-item--smaller .dmd-attraction-item__title {
    margin-top: 0;
  }
}

.tinder {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.loaded.tinder {
  opacity: 1;
}

.tinder--status {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.tinder--status i {
  font-size: 100px;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 100px;
  margin-left: -50px;
}

.tinder_love .fa-heart {
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tinder_nope .fa-remove {
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tinder--cards {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}

.tinder--card {
  display: inline-block;
  width: 90vw;
  max-width: 400px;
  height: 70vh;
  background: #FFFFFF;
  padding-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  will-change: transform;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: -webkit-grab;
  cursor: grab;
}

.moving.tinder--card {
  -webkit-transition: none;
  transition: none;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.tinder--card img {
  max-width: 100%;
  pointer-events: none;
}

.tinder--card h3 {
  margin-top: 32px;
  font-size: 32px;
  padding: 0 16px;
  pointer-events: none;
}

.tinder--card--image {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover !important;
  background: #f5f5f5;
}

.tinder--card p {
  margin-top: 24px;
  font-size: 20px;
  padding: 0 16px;
  pointer-events: none;
}

.tinder--buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
  padding-top: 20px;
}

.tinder--buttons button {
  border-radius: 50%;
  line-height: 60px;
  width: 60px;
  border: 0;
  background: #FFFFFF;
  display: inline-block;
  margin: 0 8px;
}

.tinder--buttons button:focus {
  outline: 0;
}

.tinder--buttons i {
  font-size: 32px;
  vertical-align: middle;
}

.fa-heart {
  color: #FFACE4;
}

.fa-times {
  color: #CDD6DD;
}

.dmd-taxi-item {
  background: #f5f5f5;
  border: 1px solid rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.dmd-taxi-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dmd-taxi-item__left {
  width: 85%;
}
.dmd-taxi-item__number {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.dmd-taxi-item__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
}
.dmd-taxi-item__review-star-img {
  width: 16px;
  margin-right: 5px;
  line-height: 1;
}
.dmd-taxi-item__right {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dmd-taxi-item__call-img {
  width: 34px;
  height: auto;
}

.dmd-tophundred__title {
  color: #fff;
}
.dmd-tophundred__subtitle {
  color: #fff;
}
.dmd-tophundred__title-highlight {
  color: #37C89A;
}
.dmd-tophundred__hashtag {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  padding: 0.4rem 1rem;
  font-weight: bold;
}
.dmd-tophundred .dmd-tag-list__item-container {
  min-width: 100px;
  margin-right: 15px;
}
.dmd-tophundred a.dmd-tag-list__item, .dmd-tophundred__tag {
  border-color: #fff !important;
  color: #fff !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px !important;
  padding: 8px 12px !important;
}
.dmd-tophundred a.dmd-tag-list__item:hover, .dmd-tophundred__tag:hover {
  background: #fff;
  color: #37C89A !important;
}
.dmd-tophundred__tag-image {
  position: relative;
  height: 20px;
  width: auto;
  fill: #fff;
}

.dmd-single-restyle__slider-item {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 800px) {
  .dmd-single-restyle__slider-item {
    height: 600px !important;
  }
}
.dmd-single-restyle__slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.dmd-single-restyle__slider {
  position: relative;
}
@media (max-width: 768px) {
  .dmd-single-restyle__slider {
    margin: 0 -20px;
  }
}
.dmd-single-restyle__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dmd-single-restyle__slider .slick-dots li {
  color: rgba(255, 255, 255, 0.7);
}
.dmd-single-restyle__slider .slick-dots li.slick-active {
  color: #fff;
}
.dmd-single-restyle__open-map-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 11px;
  z-index: 99;
  padding: 9px 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dmd-single-restyle__open-map-btn svg {
  height: 14px;
  width: auto;
  fill: #67a390;
  margin-right: 7px;
}
.dmd-single-restyle__open-map-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dmd-single-restyle__title {
  margin-top: 10px !important;
}
.dmd-single-restyle__slider-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .dmd-single-restyle__slider-image {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.dmd-activities-button-wrapper {
  text-align: center;
}

a.dmd-location__link--smallest {
  padding: 0 !important;
}
a.dmd-location__link--inline {
  display: inline-block !important;
  width: auto !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

/**
 * DMD_Market
 */
.dmd-market__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dmd-market__feature-icon {
  margin-right: 0.5rem;
}
.dmd-market__feature-icon img {
  width: 16px;
  height: 16px;
}
.dmd-market__features {
  margin-bottom: 1rem;
}