
  /**styling main body containers */
  .main-body {
    display: flex;
    /*! flex-wrap: wrap; */
  }
.main-body.overlay-open {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
.cancel-upload{
  background-color: red;
  width: 35px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin-right: 5px;
}
.tax-text-wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.text-holder {
  font-size: 13px !important;
}
.text-holder.text-holder-trash {
  padding-left: 5px;
}
.tax-item.upload-item-wrap .text-holder {
  padding-left: 6px;
}
.tax-text a {
  text-decoration: none;
  color: #282828;
}
.notification-count {
  background-color: #ff006a;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  padding: 3px;
  width: fit-content;
  height: 19px;
  display: inline-flex;
  margin: auto 10px;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  font-style: italic;
  font-weight: bold;
}
/**styling the trending experiances and contents */
.video-thunmbnail {
  width: 100%;
  border-radius: 4px;
  height: 200px;
  object-fit: cover;
  background-color: grey;
  /*! border: 1px solid #e6e6e6; */
  /*! box-shadow: 0px 0px 5px 2px grey; */
}
.experience-search-bar {
  background-color: #ececec;
  margin: 5px;
  border-radius: 4px;
  height: 39px;
  overflow: clip;
}
.search-results-button {
  background-color: #252525;
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 9px 10px;
  display: inline-block;
}
.query-string {
  font-size: 14px;
  color: #282828;
  text-transform: capitalize;
  padding: 5px 10px;
  overflow: clip;
}
.experience-container {
  margin: 5px 2px !important;
  flex-basis: 800px;
  flex-grow: 4;
  min-width: 280px;
  flex-shrink: 1;
  padding: 0px 0px;
  margin-top: 5px;
}
.experience-flex .experience-card{
  margin:5px;
  width: 100%;
  overflow: clip;
  border-radius: 4px;
  padding: 5px;
}
.experience-card .tax-text {
  font-size: 11px;
  padding: 0px 10px;
  color: #1d1d1d;
  font-style: italic;
  height: fit-content;
  display: inline-block;
}
.experience-thumbnail {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  /*! border: 1px solid #e6e6e6; */
  box-shadow: 0px 0px 5px 0px #a5a5a5;
  overflow: clip;
}
.experience-thumbnail video {
  width: 200px;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
  background-color: black;
}
.experience-flex video {
  width: 200px;
  height: 180px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  object-fit: cover;
  height: 15vw;
  border-radius: 5px;
  min-height: 180px;
  display: block;
}
.experience-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px !important;
  padding: 0px 5px;
  font-weight: normal;
  color: #2f2f2f;
}
.experience-cpt-title-icon-holder{
  border-radius: 4px;
  padding: 5px 5px;
  display: none;
  position: absolute;
  top: 2px;
  background-color: #ffffff70;
  right: 2px;
}
.experience-flex {
  display: grid;
  grid-template-columns:auto auto auto;
  position: relative;
  width: 100%;
  justify-items: center;
}
.no-post-text,
.issue-msg {
  padding: 5px 15px;
  display: block;
  background-color: #ececec;
  border-radius: 4px;
  color: green;
  width: fit-content;
  margin: auto 5px;
}
.no-posts-in-history,
.logged-out-post-load-msg {
  margin-top: 10px;
}
.further-details-wrap {
  display: flex;
  font-style: italic;
  color: grey;
  font-size: 14px !important;
  justify-content: space-between;
  line-height: 14px !important;
  padding: 0px 5px;
}
.further-details-wrap {
  display: flex;
  font-style: italic;
  color: grey;
  font-size: 14px !important;
  justify-content: space-between;
  line-height: 14px !important;
  flex-wrap: wrap;
}
.experience-wrap {
  overflow: clip;
  min-width: 250px;
  width: 100%;
}

.location-wrap {
  display: flex;
  height: 0px;
  position: relative;
  display:block;
  text-align: center;
  bottom: 50px;
  width: 100%;
}

.tagged-destination-link {
  text-decoration: none;
  display: inline-block;
  background-color: #0101018f;
  backdrop-filter: blur(5px);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.tagged-destination-link:hover {
  background-color: white;
}
.location-name-holder:hover {
  color: #0078cc;
}
.views.svg-icon-holder svg {
  height: 16px !important;
  width: 16px !important;
  display: inline-block;
}
.svg-icon-holder {
  padding: 0px 3px;
}
.location-name-holder {
  font-size: 13px;
  padding: 8px 10px;
  color: #d0d0d0;
  font-style: italic !important;
  height: 100%;
  display: block;
  width: 100%;
}
.tax-icon-holder svg.trash {
  width: 18px !important;
  height: 18px !important;
}
/*styling the experience media upload html*/
.title-holder {
 font-size: 15px;
  padding: 5px 2px;
  width: 100%;
  overflow: hidden;
  height: 40px;
  font-weight: bold;
  color: #5e5e5e;
}
#video-input {
  padding: 5px 0px;
  width: 0px;
  height: 0px;
  display: none;
}
.upload-experience-wrap {
  padding: 10px 5px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

.loading-container {
  width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.loading-busy-message {
  width: 100%;
  text-align: center;
  color: #00b568;
  padding: 10px;
  background-color: #e3f4e3;
  margin: 5px auto;
  font-size: 15px !important;
}
.form-busy-wrap{
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  width: inherit;
  flex-wrap: wrap;
}
.experience-input-label.browse-experience-input-label .required-aterisk-marking {
  position: absolute;
  top: 0px;
  right: 0px;
}
.experience-input-label.browse-experience-input-label svg {
  display: block;
  width: 20px;
  height: 20px;
}
canvas{
  width: 100%;
  height: 215px;
  position: absolute;
  left: 0px;
  z-index: -1;
}
/* styling */
.photo-wrap svg {
  width: 32px !important;
  height: 32px !important;
  border: none !important;
}
.photo-wrap {
  border-radius: 50%;
  border: 1px solid #dbd7d7;
  width: 32px !important;
  height: 32px !important;
  overflow: hidden;
}
.cropped-temp-photo {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.author-profile-pic-wrap {
  display: flex;
  width: 100%;
  padding-top: 5px;
}
.details-wrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.author-name {
  font-size: 13px !important;
  display: flex;
  justify-content: space-between;
  align-content: center;
  line-height: 13px !important;
  width: 100%;
  padding-left: 5px;
}
.post-view-wrap {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff8a;
  backdrop-filter: blur(5px);
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 2px 0px;
  justify-content: center;
  align-items: center;
}
.post-view-wrap .tax-icon-holder {
  margin-left: 5px;
}
.blog-single-post-author-url {
  color: #2fa9ff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding: 5px;
  font-style: normal !important;
}
.blog-single-post-author-url:hover {
  border-bottom: 1px solid #ff31f2;
}
.author-name .tax-text {
  line-height: 13px !important;
  font-size: 13px !important;
  color: grey !important;
  margin-left: 5px;
}
.author-name .tax-item {
  height: 13px !important;
  margin: auto 0px !important;
}

@media all and (min-width:1200px) {
  .experience-flex {
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
  }
  .video-thunmbnail {
    width: 100%;
    border-radius: 4px;
    height: 15vw !important;
    object-fit: cover;
    background-color: grey;
  }
}
@media all and (min-width:1001px) {
  .main-body{
    flex-direction:row;
  }
  .activate-destination-filter-submenu {
/*       grid-template-columns: repeat(4,1fr); */
    }
  .experience-flex {
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
  }
  .video-thunmbnail {
    width: 100%;
    border-radius: 4px;
    min-height: 180px !important;
    object-fit: cover;
    background-color: grey;
    display: block;
    border-radius: 5px;
  }
}

@media all and (max-width:1000px) {
  .main-body{
    flex-direction:column;
  }
    .experience-container {
    margin: 8px 2px;
    flex-basis: 800px;
    flex-grow: 4;
    min-width: 280px;
    flex-shrink: 1;
    padding: 0px 0px;
    margin-top: 2px !important;
  }
  .activate-destination-filter-submenu {
      /*! grid-template-columns: repeat(3,1fr); */
    }
  .experience-flex {
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
  }
  .video-thunmbnail {
    width: 100%;
    border-radius: 4px;
    height: 180px;
    object-fit: cover;
    background-color: grey;
  }
  @media all and (max-width:800px) {
    .experience-flex {
      grid-template-columns: repeat(2,1fr);
      justify-items: center;
    }
    .video-thunmbnail {
      width: 100%;
      border-radius: 4px;
      height: 180px;
      object-fit: cover;
      background-color: grey;
    }
    .tax-item {
      width: 90%;
    }
    @media all and (max-width:600px) {
      .acc-description-info {
        padding: 20px 0px;
      }
      .experience-flex {
        grid-template-columns: auto;
        justify-items: center;
      }
      .video-thunmbnail{
        height: 55vw;
        min-height:180px;
      }
      .tax-item {
        width: 90%;
      }
      .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        width: 100%;
        object-fit: cover;
        height: 60vw;
        border-radius: 4px;
        min-height: 180px;
      }
      @media all and (max-width:400px) {
        .video-taxonomies {
          grid-template-columns: auto;
        }
        .tax-item {
          display: flex;
          background-color: unset;
          margin: 0px auto;
          background-color: unset;
          width:90%;
        }
      }
    }
  }
}
/*toggle button  styling code*/