.single_experience_module .header_section {
  padding-top: 140px;
  padding-bottom: 30px; }
  @media (min-width: 1200px) {
    .single_experience_module .header_section {
      padding-top: 200px; } }
  .single_experience_module .header_section .title_area h1 {
    margin-bottom: 30px; }

.single_experience_module .slider_container {
  position: relative;
  height: fit-content; }

.single_experience_module .gallery .item {
  margin-bottom: 30px; }
  .single_experience_module .gallery .item .inner {
    padding-top: 80%;
    overflow: hidden;
    border-radius: 15px;
    position: relative; }

.single_experience_module .gallery .slick-dots {
  bottom: 0;
  text-align: left; }
  .single_experience_module .gallery .slick-dots li {
    height: 5px;
    width: 5px; }
    .single_experience_module .gallery .slick-dots li button {
      background: #e9e9e8;
      border-radius: 50%;
      height: 5px;
      width: 5px; }
      .single_experience_module .gallery .slick-dots li button::before {
        content: ''; }
    .single_experience_module .gallery .slick-dots li.slick-active button {
      background: #25282A; }

.single_experience_module .controls {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 1; }
  .single_experience_module .controls .slick-prev, .single_experience_module .controls .slick-next {
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    background-color: #25282A;
    height: 30px;
    width: 35px;
    margin-bottom: 15px; }
  .single_experience_module .controls .slick-next {
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .single_experience_module .controls .slick-next:before {
      background-image: url(); }
  .single_experience_module .controls .slick-prev {
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .single_experience_module .controls .slick-prev:before {
      background-image: url(); }

.single_experience_module .content_section {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .single_experience_module .content_section {
      margin-bottom: 100px; } }
  .single_experience_module .content_section .text_area {
    padding: 0 30px; }
    .single_experience_module .content_section .text_area .categories {
      padding: 0;
      margin-bottom: 30px; }
      .single_experience_module .content_section .text_area .categories li {
        display: inline-block;
        background-color: #e9e9e8;
        color: #25282A;
        padding: 5px 15px;
        border-radius: 15px;
        margin-right: 10px; }
    .single_experience_module .content_section .text_area .description {
      margin-bottom: 30px; }
    .single_experience_module .content_section .text_area .opening_hours {
      padding-left: 80px;
      margin-bottom: 30px;
      background-image: url("../../../img/time-outline.svg");
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 40px; }
    .single_experience_module .content_section .text_area .address {
      padding-left: 80px;
      background-image: url("../../../img/location-outline.svg");
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 40px; }
    .single_experience_module .content_section .text_area .website {
      padding-left: 80px;
      background-image: url("../../../img/globe-outline.svg");
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 40px;
      padding-bottom: 30px; }

.single_experience_module .related_section .related_posts {
  padding: 15px 0; }
  .single_experience_module .related_section .related_posts .related_post .inner {
    padding-top: 100%; }
