/*included in 'travel-site-destinations.php' */
:root{

    --theme_color_grey: #9e9e9e;
    --theme_color_grey2:#6c7781;
    --theme_color_black1: #32373c;
    --theme_color_black2: #24292d;
    --theme_color_black3: #1e1f26;
    --theme_color_blue0: #6c7781;
    --theme_color_blue4: #607d8b;
    --theme_color_blue1: #4280ff;
    --theme_color_blue2: #1977f2;
    --theme_color_blue5: #2196f3;
    --theme_color_blue3: #0577b5;
    --theme_color_orange: #f90;
    --theme_color_red: #ea4434;
  
  
  }

  *{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /*user-select:none;*/
  }
  body{
    min-width: 300px;
  }

/*sytling the heart svg icon*/
.heart-svg-purple-red{
  width: 30px !important;
  height: 20px!important;
}
.heart-svg-purple-red-clicked .heart-svg-purple-red-ste0{
  fill:rgb(0,183,255);
}
.special-msg-no-tour-operator {
  display: block !important;
  width: 100% !important;
}

.special-msg-no-tour-operator .warning-message-select-your-country{
  display: block;
  width: 100%;
  text-align: center;
  color: #ff0030;
  background-color: #ffd9e03d;
  border: 1px solid #ff00486b;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px !important;
  word-wrap: break-word;
  margin: 5px auto;
  cursor:default;
}
.error-msg{
  display: block;
  text-align: center;
  color: #ff0030;
  background-color: #ffd9e03d;
  border: 1px solid #ff00486b;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px !important;
  word-wrap: break-word;
  cursor: default;
}
.post-view-icon {
  width: 20px;
  height: 20px;
}
.special-msg-no-tour-operator .no-tour-operators-not-found-text-msg{
  display: block;
  width: 100%;
  text-align: center;
  color: #ff0030;
  background-color: #ffd9e03d;
  border: 1px solid #ff00486b;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px !important;
  word-wrap: break-word;
  margin: 5px auto;
  cursor:default;
}
.loading-image-box{
  display:none;
}
.loading-image-box-show{
  display: block !important;
}
.searching-tour-operator-msg-text-gif {
  text-align: center;
}
.searching-t-op-loading-gif {
  display: block;
  margin: 3px auto;
}
/*for destinations left sidebar inspiration and tour guides*/
.side-pane-archive-destination-category {
  align-items: start;
}
.side-pane-post-thumbnail{
 display:block;
 margin-right: 5px;
}
.side-pane-post-thumbnail {
  display: block;
}
.side-pane-post-title {
  line-height: 16px !important;
  font-size: 13px !important;
}
/*for desination page left sidebar only for archive.php and single.php*/
.loading-image-box-show{
  display: block !important;
}
.saving-tour-operator-msg-text-gif {
  text-align: center;
  margin: 3px;
  padding: 20px 5px;
  border: 1px solid #00aee3;
  border-radius: 4px;
  background-color: #0000ff0a;
}
.loading-image-box-sidebar{
  display: none;
}
.saving-t-op-loading-gif {
  display: block;
  margin: 3px auto;
}
.saving-t-op-please-wait-message{
  color:  #00aee3;
}
.not-logged-in {
  padding: 5px;
}
/*add tour operator logged out user login link color*/

.tour-op-login-link{
  text-decoration: none;
  padding: 2px 5px;
}
.tour-op-login-link:hover{
  border-bottom: 1px solid #ff33e9;
}
.saved_status_icon {
  border: 1px solid #00d221;
  border-radius: 50%;
  padding: 1%;
  width: 16px;
  height: 16px;
  display: inline-flex;
  margin: 5px;
  align-self: self-end;
  background-color: #afa;
  justify-content: center;
  align-items: center;
}
.error_status_icon {
  border: 1px solid #ff0101;
  border-radius: 50%;
  padding: 1%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  margin: 5px;
/*   align-self: self-end; */
  background-color: #faa;
  align-items: center;
  justify-content: center;
}
.add-new-hotel-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
}
.accommodation-info.new-accommodation-info {
  display: flex;
  min-height: 278px;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2px;
  border-radius: 7px;
}
.accommodation-info.new-accommodation-info:hover {
  background-color: grey;
}
.info-list-item.info-list-item-add-new-hotel {
  /*! border: 2px dotted #202020 !important; */
  min-height: 120px;
  min-width: 248px;
  background-color: white !important;
  /*! color: black; */
}
.add-new-restaurant-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
}
.food-info.new-food-info {
  display: flex;
  min-height: 257px;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2px;
  overflow: clip;
  border-radius: 7px;
  background-color: white;
}
.food-info.new-food-info:hover,
.accommodation-info.new-accommodation-info:hover {
  background-color: #808285;
}
.info-list-item.info-list-item-add-new-restaurant {
  /*! border: 1px dotted #000 !important; */
  /*! max-height: 94%; */
  min-width: 248px;
}

.add-new-item-response {
  padding: 10px 0px;
}
.wrap-new-entry-box{
  display: grid;
  padding-top: 2px;
  /*! justify-content: center; */
  grid-template-columns: auto;
  border-top: 1px solid #808080;
}
.error-fetching-form-data,
.error-security {
  border: 1px solid #ff0054;
  padding: 10px;
  border-radius: 4px;
  color: white;
  background-color: #ff00247a;
}
.new-entry-form-div input,
.new-entry-form input {
  border-radius: 4px;
  padding: 8px 5px;
  outline: none;
  background-color: #c5dedf;
  color: black;
  border: none;
  width: 90%;
}

.input-label-new-item {
  display: block;
}
#cuisine_specialty {
  border-radius: 4px;
  padding: 8px 5px;
  outline: none;
  background-color: #c5dedf;
  color: black;
  border: none;
  width: 100%;
  resize: vertical;
  min-height: 40px;
}
#budget {
  border-radius: 4px;
  padding: 10px 5px;
  outline: none;
  background-color: #c5dedf;
  color: black;
  border: none;
  width: 90%;
}
#limit {
  border-radius: 4px;
  padding: 10px 5px;
  outline: none;
  background-color: #c5dedf;
  color: black;
  border: none;
  width: 90%;
}
.budget-option {
  background-color: #fff;
}
.limit-option{
    background-color: #fff;
}
.save-wrap {
  margin-top: 5px;
  padding: 5px 0px;
  border-top: 1px solid #d9d9d9;
}
.publish-new-entry {
  padding: 10px 15px;
  background-color: #26b042;
  color: white;
  border-radius: 4px;
  border: none;
}
.new-entry-heading {
  font-weight: normal;
  padding: 7px 5px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  /*! width: 100%; */
  background-color: #808080;
  border-radius: 2px;
  overflow: hidden;
}

.new-entry-message {
  color: grey;
}
.red-highlight{
  color: red;
}
.new-entry-tab,
.edit-entry-tab {
  margin-top: 10px;
}
.new-entry-header {
  border: 1px solid gray;
  color: blueviolet;
  padding: 5px;
  text-align: center;
}

.loaded-photo {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 50vw;
}
.tour_op-edit-entry-form  .input-wrap {
  padding: 5px;
}
.tour_op-edit-entry-form {
  border: 1px solid grey;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.new-entry-form-div,
.new-entry-form {
  border: 1px solid grey;
  padding: 5px;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.old_business_url {
  border-radius: 4px;
  padding: 10px 5px;
  outline: none;
  background-color: #c5dedf;
  color: black;
  border: none;
  width: calc(100% - 10px );
  margin-bottom: 10px;
}
.existing-entry {
  background-color: #fff;
}

.external-entry {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #21ffa1;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #059100;
  box-shadow: 0px 0px 10px 3px #fdfdfd;
}

.response-msg-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-top: 1px solid #d7d7d7;
  margin-top: 10px;
}
p.delete-attachment-msg.comment-successfully-deletion {
    background-color: #ff0053;
    color: white;
}
.response-msg-container span {
  /*! color: green; */
  font-size: 14px;
}
.accommodation-title {
  height: 30px;
  overflow: clip;
}
.info-block {
  display: flex;
  width: 100%;
  align-items: center;
  color: white;
  font-weight: lighter;
  font-style: italic;
}
.specialty-wrap {
  width: 100%;
}

.specialty-info {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff6b;
  border-top: 1px solid #ffffff6b;
  height: 50px;
  color: white;
  /*! font-weight: lighter; */
}
.svg-holder-wrap {
  height: 24px;
}
.archive-destination-instruction-message {
  padding: 0px 5px;
}
.amenities-heading{
  font-size: 15px;
  display: block;
}
.partnership-heading {
  font-size: 15px;
  display: block;
}
.image-display-wrap {
  display: none;
}
.special-details-wrap {
  display: flex;
  align-items: center;
  /*! padding: 10px 0px; */
  justify-content: flex-start;
}
.amenities-inner-wrap {
  display: grid;
  grid-template-columns: auto auto;
}
.special-details-wrap label {
  color: #4f4d4d;
}
.special-details-wrap input {
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.food-block .info-list-item-add-new-restaurant:hover .food-info .add-new-item-text, .info-list-item.info-list-item-add-new-hotel:hover .add-new-item-text {
  color: white;
}

.food-block .info-list-item, .accomodation-block .info-list-item {
  position: relative;
}
.amenities-header {
  font-weight: bold;
  border-bottom: 1px solid #ffffff85;
  margin-bottom: 5px;
  color: #48c17d;
  width: 100%;
}
.amenities-wrap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  height: 95px;
  border-bottom: 1px solid #ffffff85;
  margin: 0px 10px;
}
.inline-list-item-info{
  display: inline-block;
  font-style: italic;
  font-weight: lighter;
  padding: 0px 10px;
  height: 20px;
  margin-bottom: 10px;
}

.business-hour-info-svg.business-info-svg {
  display: inline-flex;
  padding-top: 5px;
  padding-right: 10px;
}
.business-hour-info {
  display: flex;
}
.contact-telephone {
  display: flex;
  /*! padding-top: 5px; */
  /*! padding-right: 10px; */
}
.telephone-svg.business-info-svg {
  display: inline-flex;
  padding-top: 5px;
  padding-right: 10px;
}
.contact-email {
  display: flex;
}
.email-svg.business-info-svg {
  display: inline-flex;
  padding-top: 5px;
  padding-right: 10px;
}
.restaurant-inner-wrap {
  padding: 0px 10px;
}
/*styling hotel/restaurant  editor */

.edit-entry-form .attachment-images {
  display: flex;
  height: 180px;
  position: absolute;
  overflow-y: clip;
  overflow-x: auto;
  background-color: grey;
  width: 100%;
}

.place-editor-main-wrapper-box {
  width: inherit;
  overflow: clip;
  position: relative;
}
.photo-Editor-hotel-restaurant-wrap {
  /*! display: block; */
  width: initial;
}
.place-label-sub-label {
  font-weight: bold;
  color: grey;
}
.edit-entry-form .attachment-images .restaurant-hotel-image {
  object-fit: cover;
  min-height: 180px !important;
  width: 100%;
  display: block;
}
.edit-entry-form .attachment-images-wrap {
  width: inherit;
  overflow: hidden;
  position: relative;
  height: 180px;
  margin: 5px;
  background-color: gray;
}
/**styling accommodation and restaurant rating*/
.accommodation-rating-box,
.restaurant-rating-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.business-partnership-icon-holder {
  position: absolute;
  left: -5px;
  width: fit-content;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -5px;
}
.business-partnership-icon-holder svg{
  border-radius: 50%;
  border: 1px solid #f9f9f987;
  padding: 2px;
  width: 22px;
  height: 22px;
}
.numerical-rating-score-indicator-wrap {
  margin-left: 10px;
  height: fit-content;
  display: flex;
  align-items: center;
}
.numerical-rating-score-indicator {
  font-size: 13px;
  padding-top: 3px;
  color: white;
  font-style: italic;
}
.ajax-response-target ul{
  border-top: 1px solid #d8d8d8;
}
@media all and (min-width:0px) {
  .widget-content,
  .archive-widget-content,
  .archive-destination-supported-countries{
    min-width:280px !important;
    /*! display: grid; */
    grid-template-columns: repeat(2,1fr);
  } 
  .amenities-inner-wrap {
  display: grid;
  grid-template-columns: auto;
}
}
/**styling the forum media display-widget*/

.show-media-wrap {
  display:none !important;
  width: 100%;
  position: absolute;
  /*! height: 100vh; */
  background-color: #8080808c;
  top: 50px;
  padding: 10px 1%;
  backdrop-filter: blur(5px);
  display: flex;
  flex-wrap: wrap;
}
.main-media-display-side {
  flex-basis: 50%;
  flex-grow: 3;
  margin: 0% 1%;
  /*! border: 1px solid #c6c6c6; */
  padding: 10px;
  border-radius: 4px;
  min-width: 280px;
}
.right-media-side.media-playlist {
  flex-basis: 15%;
  flex-grow: 1;
  margin: 0% 1%;
  min-width: 280px;
}
.media-display-box {
  height: 450px;
  background-color: black;
  border-radius: 4px;
  /*! min-width: 280px; */
}
.media-comments-box {
  margin: 10px 0px;
  border-top: 1px solid #c6c6c6;
}
.media-comment-wrap {
  margin: 10px 0px;
}
.playlist-item-wrap {
  padding: 10px 0px;
}
.media-thumbnail-display {
  background-color: black;
  height: 200px;
  border-radius: 4px;
}
.media-title-info {
  margin-bottom: 10px;
}
/*styling hotel and restaurant-images*/

.restaurant-image-box,
.hotel-image-box {
  width: 100%;
  overflow: clip;
  padding: 0px;
  border-top: 2px solid white;
  background-color: white;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  height: 204px;
}
.restaurant-image,
.hotel-image {
  object-fit: cover;
  display: block;
  width: 312px;
  min-height: 302px;
  height: 200px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 280px;
  object-fit: cover;
}
.slide-photos-wrapper {
  display: flex;
  position: absolute;
  /*! left: 0px; */
}
.view-images-button {
  position: absolute;
  /*! color: white; */
  /*! z-index: 1; */
  font-size: 20px;
  font-weight: bold;
  bottom: 80px;
  width: 48px;
  height: 48px;
  border: 2px solid #fff0;
  /*! text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  /*! background-color: #7b7b7b82; */
  /*! border-bottom-right-radius: 50%; */
}
.preview-previous-image.view-images-button {
  left: -15px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.preview-next-image.view-images-button {
  right: -15px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.left-arrow-black ,
.right-arrow-black {
  width: 24px;
  height: 24px;
}
.left-arrow-black:hover ,
.right-arrow-black:hover {
  fill: white;
}
.image-scroll-position-indicator {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  height: fit-content;
  color: white;
  text-shadow: 0px 0px 5px black;
}
.add-more-images {
  position: absolute;
  bottom: 0px;
  width: 32px;
  height: 32px;
  border-top-left-radius: 100%;
  background-color: white;
  right: 0px;
  color: #575757;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-more-images:hover {
  background-color: #fff;
  color: #ffb300;
}
.upload-restaurant-image,
.upload-hotel-image {
  width: 0px;
  height: 0px;
  opacity: 0;
  display: block;
}

/*styling the image delete buttons*/
.hotel-restaurant-author-delete-attachment-wrap {
  width: 0px;
  position: relative;
}
.hotel-restaurant-author-delete-attachment {
  position: absolute;
  left: -40px;
  width: 32px;
  height: 32px;
  background-color: #99999970;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cecece;
  /*! font-weight: bold; */
  border-radius: 50%;
  top: 10px;
}
.hotel-restaurant-author-delete-attachment:hover {
  color: #ffb300;
}

/*universal loading image*/
.loading-image-box-new-entry .searching-tour-operator-msg-text-gif {
  border: 1px solid silver;
  margin: 2px auto;
  background-color: #2fa9ff;
  color: white;
}
.loading-image-box-new-entry{
  width: 100%;
  display: none;
}
.loading-image-box-new-entry-show{
  display: block;
}


/*media quiries-mainly for place-cpt*/
@media all and (min-width:320px) {
  .widget-content,
  .archive-widget-content,
  .archive-destination-supported-countries{
      /*! display: grid; */
      grid-template-columns: repeat(2,1fr);
  }
} 

@media all and (min-width:420px) {
  .widget-content,
  .archive-widget-content,
  .archive-destination-supported-countries{
    /*! display: grid; */
    grid-template-columns: repeat(3,1fr);
  } 
}
@media all and (min-width:576px) {
  .widget-content,
  .archive-widget-content,
  .archive-destination-supported-countries{
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .amenities-inner-wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
  .wrap-new-entry-box {
  grid-template-columns: repeat(2,1fr);
}
}
@media all and (min-width:800px) {
  .widget-content,
  .archive-widget-content,
  .archive-destination-supported-countries{
    display: grid;
    grid-template-columns: repeat(6,1fr);
  }
}
@media all and (min-width:1080px) {
  .widget-content,
  .archive-widget-content,
  .archive-destination-supported-countries{
    display: grid;
    grid-template-columns: repeat(8,1fr);
  }
}
@media all and (min-width:1125px) {
  .widget-content,
  .archive-widget-content,
  .archive-destination-supported-countries{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}

/*Airline note*/
.airline-notification-note {
  padding: 0px 10px !important;
  color: gray;
}