
.mini-breadcrumb-bar {
  /*! box-shadow: 0px 0px 5px grey; */
  margin: 5px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  overflow: clip;
  background-color: #e6e6e6;
  display:none;
}
.my-hotel-restaurants {
  height: 40px;
  background-color: grey;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
}
.all {
  height: 40px;
  display: flex;
  background-color: #ff0060;
  width: 50px;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}




.hotels-wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 6px;
  gap: 5px;
}
body.overlay-open {
  overflow-y: hidden;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.info-list-item {
  /*! width: 100%; */
  /*! border: 1px solid grey; */
/*   margin: 5px; */
  box-shadow: 0px 0px 5px grey;
  overflow: clip;
  display: block;
  border-radius: 4px;
  /*! height: 100%; */
}
.image-wrap-box,
.hotel-image-box {
  width: 100%;
  height: 250px;
  overflow: clip;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
  /*! border-radius: 4px; */
}
.slide-photos-wrapper {
  /*! display: flex; */
  height: 200px;
  /*! position: absolute; */
  /*! width: 100%; */
  /*! display: none; */
  height: 100%;
}
.restaurant-hotel-editor-image,
.restaurant-hotel-image {
  display: block;
  object-fit: cover;
/*   width: 440px; */
   width: 100%;
  height: 250px;
}
.buttons-holder-box {
  position: absolute;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
/*   z-index: 1; */
}

.view-images-button {
  /*! position: absolute; */
/*   bottom: 15vw; */
  /*! border: 1px solid; */
  width: 25px;
  z-index: 1;
}
.preview-next-image {
  right: 0px;
}
.preview-previous-image {
  left: 0px;
}
.view-images-button svg {
  fill: white;
}
.view-images-button:hover svg {
  fill: rgb(0, 0, 0);
}
.image-scroll-position-indicator {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 11px !important;
}
.hotel-link {
  padding: 10px 5px;
  display: inline-block;
  text-decoration: none;
  color: #606060;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  height: 34px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.hotel-title {
  display: block;
  height: 29px;
  overflow: clip;
  font-size: 16px;
  
}
.upload-hotel-image {
  width: 0px;
  height: 0px;
}
.add-more-images {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 32px;
  height: 32px;
  background-color: #f7f7f7;
  right: 0px;
  border-top-left-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #6c6c6c;
}
.add-more-images:hover {
  color: orange;
}
.info-block {
  display: flex;
  /*! background-color: grey; */
  color: #fff;
  font-size: 13px !important;
  align-items: center;
  min-width: 130px;
}
.wrapper .svg-location.svg-holder-wrap {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.destination-url {
  text-decoration: none;
  color: #002570;
}
.wrapper {
  /*! padding: 0px 3px; */
  display: block;
  /*! background-color: #5184a8; */
  padding: 5px;
  margin-bottom: 5px;
  /*! border-radius: 4px; */
  /*! border: 1px solid #e6e6e6; */
  border-bottom: 1px solid whitesmoke;
}
.admin-unpublish-post {
  font-size: 13px !important;
  font-style: italic;
  color: #ff005c;
  display: inline-block;
  cursor: pointer;
  padding: 7px 10px;
  font-weight: bold;
  height: 30px;
}
.admin-unpublish-post {
  padding: 0px 10px !important;;
}
.inline-list-item-info {
  display: inline-flex;
  margin: 5px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  /*! background-color: #5184a8; */
  justify-content: center;
  align-items: center;
}
.amenities-header {
  display: none;
  color: #4f4f4f;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid silver;
}
.hotel-info {
  background-color: #949494;
  border-radius: 4px;
  margin: 4px;
  padding: 5px;
  /*! backdrop-filter: blur(5px); */
  position: relative;
  color: #fff;
  font-weight: bold;
}
.image-scroll-position-indicator {
  color: white;
  text-shadow: 0px 0px 5px black;
}




/*rating indicator styling on archive page*/
.destination-rating-box.hotel-rating-box {
  /*! display: flex; */
  /*! justify-content: center; */
  text-align: center;
  position: relative;
}
.business-partnership-icon-holder {
  background-color: #bbb;
  border-radius: 4px;
  width: 32px;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-self: end;
  position: absolute;
  left: 5px;
}
.star-rating-indicator{
  display: inline-block;
  position: relative;
  width: 100px;
  height: 27px;
}
.star-rate {
  width: 100px;
  height: 25px;
  position: absolute;
  top: 0;
  left: -1px;
  overflow: clip;
  display: flex;
  justify-content: flex-start;
}
.star-rating-indicator-box {
  position: absolute;
  left: -1px;
  top: 0px;
}
.star-rating-action {
  display: none !important;
}
.star-rating-grey{
  width: 101px;
  display: block !important;
  height: 25px;
  /*! position: absolute; */
  top: 0;
  left: 0px;
}
.star-rating-gold{
  width: 66px;
  height: 25px;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0px;
  overflow: clip;
  justify-content: flex-start;
}
.star-rating-gold span{
  color: gold;
}
.star-rating-grey span{
  color: #d7d7d7;
}
.star-rating-action span {
  color: rgb(224, 224, 224);
  cursor: pointer;
}
.star-rating-indicator span {
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
  width: 20px;
  height: 25px;
  color: #c6c6c6;
}
.user-rating-statistics {
  display: inline-block !important;
  font-size: 13px !important;
  line-height: 25px !important;
  position: absolute;
  right: 101px;
  width: fit-content !important;
  height: 25px !important;
  top: 1px;
}

/**/

.archive-destination-rating-box .star-rating-grey span {
  display: inline !important;
  font-size: 18px;
  line-height: 25px;
  display: inline;
  width: 20px;
  height: 25px;
  color: #d5d5d5;
}
.archive-destination-rating-box .star-rating-gold {
  width: 140px;
  width: 101px;
  display: block !important;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  color:gold !important;
}
.archive-destination-rating-box .star-rating-grey {
  width: 75px;
  display: block !important;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.archive-destination-rating-box .star-rating-indicator .star-rating-gold {
  font-size: 18px;
  line-height: 25px;
  overflow: clip;
  width: 20px;
  height: 25px;
}
.archive-rating-holder {
  width: 75px;
}
.archive-destination-rating-box .star-rating-indicator .star-rating-gold span{
  color:gold !important;;
  display: inline !important;
  font-size: 18px;
  line-height: 25px;
}
.archive-destination-rating-box .star-rating-indicator .user-rating-statistics {
  font-size: 12px !important;
  line-height: 25px;
  display: inline;
  width: 20px;
  height: 25px;
  color: #282828;
  font-style: italic;
}
.archive-destination-rating-box .star-rating-indicator {
  display: inline-flex !important;
  position: relative;
  width: 140px;
  height: 27px;
  justify-content: space-around;
}

.numerical-rating-score-indicator {
  font-size: 13px;
  font-style: italic;
  color: #515151;
  line-height: 14px;
}
.numerical-rating-score-indicator-wrap {
  display: flex;
  align-items: center;
}












/**styling the main-sidebar*/

.main-body {
  display: flex;
  flex-wrap: wrap;
}
.side-bar {
  flex-basis: 280px;
  flex-grow: 1;
  padding: 5px;
}
.main-content {
  flex-basis: 70%;
  flex-grow: 4;
}
.widget-block {
  box-shadow: 0px 0px 5px 0px grey;
  border-radius: 4px;
  padding: 4px;
}
.badge-block {
  margin-top: 10px;
}
.hotel-title-button-box.widget-title-box-class {
  background-color: grey;
  display: flex;
  justify-content: space-between;
}
.hotel-widget-title {
  font-weight: normal;
  padding: 7px 3px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  background-color: #808080;
}
.info-list-item-link-badge-svg {
  background-color: #5184a8;
  padding: 4px;
  margin: 2px;
  display: inline-block;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.hotel-amenity-category.info-list-item-link-badge {
  display: flex;
}
.info-list-item-link-badge-text {
  color: #404040;
  padding: 5px 10px;
  font-size: 13px;
}

.hotel-footer-button-wrap {
  position: fixed;
  bottom: 50px;
  right: 32px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px black;
  overflow: clip;
  padding: 5px;
  border: 2px solid white;
  background-color: #00000096;
  backdrop-filter: blur(2px);
}
.hotel-footer-submenu-button {
  width: 48px;
  height: 48px;
  display: block;
}


/**rating */

.star-rating-indicator span {
  font-size: 25px;
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 25px;
}
.star-rating-gold span {
  color: gold;
}
.user-rating-statistics {
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 20px !important;
  position: absolute;
  right: -28px;
  width: fit-content !important;
  height: 25px !important;
  top: 2px;
  color: #606060 !important;
  font-weight: bold;
}


/*search styling*/


.search-results-bar-wrap {
  padding-top: 5px;
}
.post_result_text {
  background-color: #151515;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 0px;
  color: white;
}
.search-results-header {
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 5px 6px 1px;
}
.post_search_results_heading {
  margin: 0px;
  padding: 0px;
}

/**image added successfully/failed text*/


.response-wrap {
  position: absolute;
  bottom: 100px;
  width: 100%;
  padding: 7px;
  text-align: center;
  /*! display: none; */
  font-size: 12px !important;
}
.response-wrap-active{
  display: block;
}
.add-image-response-txt {
  width: fit-content;
  display: inline-block;
  /*! background-color: #3aaa23; */
  /*! padding: 5px 20px; */
}
.add-image-response-txt p{
/*   font-size: 12px !important; */
/*   background-color: #3aaa23; */
  background-color: #80808073;
  backdrop-filter: blur(1px);
  padding: 5px 20px;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  font-size: 12px !important;
  text-transform: capitalize;
}

/*style image display for caption and image uploader*/
.caption-editor-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
span.caption-delete ,
span.caption-editor {
    display: inline-flex;
    padding: 2px;
    border-radius: 4px;
    position: relative; 
    margin: 5px;
    bottom: 0px;
    width: 30px;
    height: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #80808073;
    backdrop-filter: blur(1px);
}
span.caption-delete:hover,
span.caption-editor:hover {
    background-color: #a9a9a9;
}
.add-accommodation-image {
  position: absolute;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #80808073;
  backdrop-filter: blur(1px);
  width: 30px;
  height: 25px;
  font-weight: bold;
  color: white;
}
.add-accommodation-image:hover {
  background-color: #a9a9a9;
}
.image-loader-display {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: grey;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.image-loader-display-show {
  display: flex;
}
.back-caption-editor-button {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  color: #cdcdcd;
  width: 38px;
  height: 24px;
  font-size: 23px;
  line-height: 0px;
  padding: 10px;
  /*! background-color: #80808073; */
  /*! backdrop-filter: blur(1px); */
  border-radius: 4px;
  text-shadow: 0px 0px 5px black;
  cursor: pointer;
}
.back-caption-editor-button:hover {
  /*! background-color: #a9a9a9; */
  color: black;
  text-shadow: 0px 0px 5px white;
}
.submit-added-image {
  width: fit-content;
  height: fit-content;
  position: relative;
}
.submit-added-image-activate {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.submit-added-image-activate .submit-added-image {
  width: 100%;
  height: 100%;
}
.added-image-caption {
  position: relative;
  width: 100%;
  padding: 10px;
}
.added-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-wrap-box {
  position: relative;
  display: none;
  /*! width: 100%; */
}
.active{
  transition: display 500ms ease-in;
  display: block;
}
.caption-holder {
  position: absolute;
  bottom: 15px;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 13px;
  font-size: 12px !important;
  z-index: 1;
   font-weight: normal;
}
.caption-display {
  background-color: #80808073; backdrop-filter: blur(1px);
  padding: 10px;
  border-radius: 4px;
  max-width: 250px;
  display: inline-block;
  max-height: 60px;
  overflow: hidden;
  position: relative;
}
.caption-display:hover {
  background-color: #a9a9a9;
}
.details-holder-image-editor {
  position: absolute;
  width: 100%;
  padding: 4px;
  /*! margin: 2%; */
  border-radius: 4px;
  border: none;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
.save-caption-and-image-input{
  flex-grow: 1;
  padding: 10px;
  border-radius: 4px;
  border: none;
  background-color: #ffffff69;
  outline: none;
}
.save-caption-and-image{
  /*! display: flex; */
  /*! border-radius: 4px; */
  /*! border: none; */
  /*! padding: 4px 20px; */
  /*! background-color: #2fa9ff; */
  /*! color: white; */
  /*! font-size: 14px; */
  /*! align-items: center; */
  /*! justify-content: center; */
  /*! margin: auto 2px; */
  /*! height: 37px; */
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #2fa9ff85;
  border: none;
  border-radius: 4px;
  transition: all 200ms ease-in-out 50ms;
  cursor: pointer;
  margin: 0px 2px;
}
.save-caption-and-image:hover {
  background-color: aliceblue;
  color: #2f6dff;
}
/*loading busy image*/
.delete-image-loader,
.loading-image-box-new-entry,
.loading-image-box {
  width: 100%;
  display: none;
}
.response-wrap-show{
  display: flex;
  height: 100%;
  bottom: 0;
  align-items: center;
}
.loading-image-box-new-entry-show,
.loading-image-box-show{
  display: block;
}
.delete-image-loader-show{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #808080cf;
  border-radius: 4px;
  position: absolute;
  height: 100%;
  top: 0px;
  z-index: 1;
}
.searching-tour-operator-msg-text-gif {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rebeccapurple;
  padding: 5px;
}
.searching-t-op-loading-gif {
  margin: 5px 10px;
  display: inline-block;
  width: 20px;
  height: 15px;
}
.delete-image-loader-show .msg-text-gif {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  flex-wrap: wrap;
}
.delete-image-loader-show .hotel-restaurant-busy-gif {
display: inline-block;
}
.delete-image-loader-show .message-txt {
width: 100%;
}
.please-wait-message {
  display: inline-block;
  width: fit-content;
  color: #fff;
  font-size: 14px !important;
}
/**for editor busy image*/
.loading-image-box-new-entry-show .msg-text-gif {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color:purple;
}
.loading-image-box-new-entry-show .message-text {
  width: 100% !important;
  display: block !important;
}
.loading-image-box-new-entry-show .message-txt {
  width: 100%;
}
/*edit hotel/restaurant button*/
.edit-entry-wrap {
  display: inline-flex;
  position: absolute;
  right: 5px;
  padding: 0px 0px 0px 5px;
  bottom: 8px;
  align-items: center;
  height: 24px;
}

.title {
  position: relative;
  display: flex;
  align-items: center;
}
.edit-entry {
  display: block;
  cursor: pointer;
  right: 2px;
  background-color: rgb(255, 255, 255);
  padding: 3px 15px;
  font-size: 13px !important;
  color: #555;
  border-radius: 4px;
  font-style: italic;
  line-height: 13px;
  padding: 8px 18px;
  font-weight: normal !important;
}
.edit-entry:hover{
  text-shadow: 0px 0px 5px rgb(217, 217, 217);
  background-color: rgb(93, 93, 93);
  color: white;
}



/*direct Editor adjustments*/
.js-ajax-responce-target{
  text-align: left !important;
}
.success_sign {
  background-color: #61c767;
  border: 1px solid #00ff1d;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  color: white;
}
.failure_sign {
  background-color: #fdd;
  border: 1px solid #ff036187;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
}
.js-ajax-responce-target .new-entry-heading {
  width: 100%;
}
.js-ajax-responce-target .input-wrap {
  text-align: left;
  font-size: 14px !important;
  color: gray;
}
.js-ajax-responce-target .edit-entry-tab {
  width: 100%;
  margin-top: 5px;
}

/**editor delete and add image button */
.attachment-media-wrap {
  overflow: hidden;
  position: relative;
  width: fit-content;
}
.hotel-restaurant-editor-delete-attachment-wrap {
  position: relative;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 11;
}
.add-thumbnail-replacement-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.hotel-restaurant-editor-delete-attachment {
  position: absolute;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: #99999970;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #373737;
  border-radius: 50%;
  top: 10px;
  cursor: pointer;
  backdrop-filter: blur(5px);
}
.add-thumbnail-replacement:hover, .hotel-restaurant-author-delete-attachment:hover {
  color: #ffb300;
}

/**main body container*/

@media all and (max-width:1193px) {
  .hotels-wrap {
    grid-template-columns: repeat(2,1fr);
  }
  @media all and (max-width:1000px) {
    .hotels-wrap {
      display: grid;
      grid-template-columns: repeat(3,1fr);
    }
    .restaurant-hotel-editor-image, .restaurant-hotel-image {
      min-width: 32.6vw;
    }
    @media all and (max-width:897px) {
      .hotels-wrap {
        display: grid;
        grid-template-columns: repeat(2,1fr);
      }
      .restaurant-hotel-editor-image, .restaurant-hotel-image {
          min-width: 46vw;
        }
      @media all and (max-width:620px) {
          .hotels-wrap {
            display: grid;
            grid-template-columns: repeat(1,1fr);
          }
        .restaurant-hotel-editor-image, .restaurant-hotel-image {
          display: block;
          object-fit: cover;
          width: 96vw;
          height: 250px;
        }
        .welcome-message {
          padding: 10px;
          font-size: 16px;
        }
      }
    }
  }
}