@import '../global/variables';
@import '../pages/rating';
/*---- B L O G   N E W S ---*/
.page-template-blog #main,
.post-type-archive #main {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.single-blog {
  article {
    position: relative;
    margin: 0 auto 35px auto;
    width: 1030px;
    max-width: 100%;
  }
  .posted-on {
    margin: 10px 5px 0 0;
    padding: 0 5px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }
  .blog-post-title {
    font-size: 40px;
    line-height: 1;
    color: #122333;
  }
  .search_results {

  }
}
.blog-post-data {
  text-align: left;
  .posted-on {
    margin-bottom: 30px;
  }
}
html body.single-blog .blog-post-data .posted-on {
  margin: 0 0 30px;
}
.blog-post-content {
  display: inline-block;
  margin: 0 0 50px 0;
  padding: 0 10px 15px;
  width: 74%;
  vertical-align: top;
  float: right;
}
.blog-post-content li {
  list-style: disc;
}
.social {
  margin: 5px 0 0 5px;
  float: left;
}
.social p {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: $dark-blue;
  letter-spacing: 0.5px;
}
.social a {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 17px;
  color: #1d354b;
  transition: all 0.2s ease-in-out;
}
.social a:hover {
  transform: rotate(360deg);
}
.blog-post-img {
  position: relative;
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
p.img-credit {
  position: absolute;
  display: inline-block;
  //background: #5a5a5a;
  background: #29292996;
  color: white;
  font-size: 11px;
  padding: 2px 10px;
  bottom: 0;
  left: 0;
  letter-spacing: 1px;
}
.blog-post-tags a {
  display: inline-block;
  padding: 1px 8px;
  margin: 0 0 2px;
  background: #acacac;
  border-radius: 3px;
  color: white;
  font-size: 14px;
}
.blog-post-nav {
  margin: 35px 0 0 0;
}
.blog-post-nav {
  display: none;
}
span.byline {
  font-size: 11px;
  display: block;
  margin: 3px 0 0 0;
  letter-spacing: 1px;
  color: $dark-blue;
}
nav.navigation.post-navigation {
  margin: 0;
}
.nav-previous {
  text-align: left;
}
.nav-links a {
  display: inline-block;
  padding: 4px;
  width: 135px;
  background: #122333;
  color: white;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.nav-links a:hover {
  transform: scale(0.98)
}
.side-bar {
  display: inline-block;
  padding: 0 10px;
  width: 25%;
  height: 100%;
  vertical-align: top;
}
.side-bar .back-to-blog {
  display: none;
  margin: 0 0 15px 0;
  padding: 5px;
  width: 100%;
  background: #122333;
  color: #fff;
  text-align: center;
  font-size: 19px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.side-bar .back-to-blog:hover {
  transform: scale(0.98);
}
.side-bar h3 {
  margin: 35px 0 10px 0;
  font-size: 19px;
  color: #122333;
}
.side-bar .widget_categories select {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 5px;
  letter-spacing: 0.5px;
}
.side-bar .tagcloud a {
  display: inline-block;
  margin: 4px 2px;
  padding: 1px 7px;
  background: #122333;
  color: #fff;
  border-radius: 2px;
  font-size: 14px !important;
}
.side-bar .widget_nav_menu ul {
  margin: 0;
  padding: 0
}
.side-bar .widget_nav_menu a {
  display: block;
  margin: 6px 0;
  padding: 6px 0;
  color: $dark-blue;
  font-size: 17px;
  border-bottom: solid 1px #ddd;
}
.side-bar .widget_nav_menu a:hover {
  color: #59b2e1;
}
.single-blog .side-bar .archive-container .post-data .post-title,
.single-blog .side-bar .archive-container .post-data .post-title {
  margin: 10px 0 0 0;
  font-size: 18px;
  height: auto;
}
.single-blog .side-bar .archive-container .main-price {
  font-size: 20px;
}
.single-blog .side-bar article {
  margin: 0 0 15px 0;
}
.side-bar .archive-container .post-img {
  height: 140px !important;
}
.side-bar .archive-container .data-price {
  vertical-align: text-bottom !important;
}
.side-bar p.newsletter-form-send input {
  font-size: 14px;
}
.side-bar span.wpcf7-list-item-label {
  color: $dark-blue;
}
.side-bar .archive-container .post-archive-categories span {
  display: none !important;
}
.side-bar .post-archive-categories span:nth-child(1) {
  display: inline-block !important;
}
.side-bar .post-archive-categories span:nth-child(2) {
  display: inline-block !important;
  border: none;
}
.single-blog .malinky-ajax-pagination-loading {
  display: none !important;
}
.single-blog .new-blog-posts .blod-news-items {
  margin: 35px 0;
  padding: 0;
}
.single-blog .new-blog-posts {
  text-align: center;
}
.single-blog .new-blog-posts article {
  display: inline-block;
  margin: 0 0.5%;
  width: 31.5%;
  vertical-align: top;
  text-align: right;
}
.single-blog .new-blog-posts .blog-post-img {
  height: 250px;
}
.single-blog .new-blog-posts .posted-on {
  margin: 0 0 0 0;
}
.single-blog .new-blog-posts .blog-post-data .blog-post-title {
  margin: 10px 0 0 0;
  height: 50px;
  overflow: hidden;
  font-size: 25px;
}
.single-blog .new-blog-posts .blog-post-item-tags {
  display: none;
}
.single-blog .side-bar article {
  width: 100%;
  margin: 0 0 20px 0;
  a {
    width: 100%;
  }
}
.post-data .main-price, .post-container .main-price {
  margin: 17px 0 0 0;
  font-size: 25px;
  font-weight: 600;
  color: #122333;
}
.single-blog .side-bar .blog-new-flights.archive-container {
  margin: 0;
  padding: 0;
}
.single-blog .blog-post-content .blog-the-content {
  height: auto;
  font-size: 20px;
  line-height: 1.2;
  * {
    max-width: 100%;
  }
}
.single-blog .blog-post-content .blog-post-data {
  h2, h3, h4, h5, h6 {
    margin: 30px 0 10px;
  }
}
.single-blog .blog-the-content ul,
.single-blog .blog-the-content ol {
  padding-right: 20px;
}
.single-blog .blog-the-content p,
.single-blog .blog-the-content li {
  margin: 0 0 20px 0;
}
.single-blog .blog-the-content a {
  text-decoration: underline;
}
.single-blog .side-bar .posted-on {
  margin: 0;
}
.single-blog .side-bar p.posted-on {
  font-size: 11px;
}
.single-blog .side-bar h2 {
  max-height: 36px !important;
}
.wp-caption {
  position: relative;
}
.wp-caption-text {
  margin: 0 !important;
  position: absolute;
  display: inline-block;
  background: #29292996;
  color: white;
  font-size: 11px;
  padding: 2px 10px;
  bottom: 0;
}
.single-blog h1 {
  margin: 20px 0 5px 0;
}
/*-------------- B L O G - A R C H I V E  ---------------*/
.page-id-1372 main#main {
  max-width: 1250px;
  margin: 0 auto 35px auto;
  padding: 0 10px
}
.page-id-1372 main#main ul {
  padding: 0;
}
.blog-the-content {
  margin: 0 0 10px 0;
  //overflow: hidden;
}
.blog-container {
  h1, h2, h3, h4, h5, h6 {
    span, b, strong {
      color: inherit;
    }
  }
}
.blog-the-content {
  h1, h2, h3, h4, h5, h6 {
    span, b, strong {
      color: inherit;
    }
    &:before {
      content: "";
      display: inline-block;
      height: 24px;
      width: 5px;
      background: #000;
      vertical-align: middle;
      margin: 0 10px 0 0;
    }
  }
  h2, h3, h4, h5, h6 {
    @media (max-width: $tablets-big) {
      font-size: 26px;
    }
  }
}
.tax-articles_cat .archive-container .post-data, .search-results .archive-container .post-data {
  height: 132px;
}
.tax-articles_cat .archive-container .post-data .meta-data .post-title, .search-results .archive-container .post-data .meta-data .post-title {
  margin: 5px 0 0 0;
}
.tax-articles_cat .home-hot-flights-container .archive-container .post-data,
.search-results .home-hot-flights-container .archive-container .post-data {
  height: 110px;
}
/*---- B L O G   N E W S ---*/
.blog-container .blog-news article,
.blog-container .blod-cat-items article {
  display: inline-block;
  width: 49%;
  margin: 0 0.5% 25px 0.5%;
  padding: 0 0 15px 0;
  vertical-align: top;
  border-bottom: solid 1px #ddd;
}
.blog-container .blog-post-data .blog-post-meta > a {
  height: 72px;
  display: block;
}
.blog-container .blog-post-data h2 {
  max-height: 45px;
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 1;
  overflow: hidden;
  @media screen and (max-width: $tablets-big) {
    max-height: 35px;
    font-size: 20px;
  }
}
.blog-container .blog-news .blog-post-intro,
.blog-container .blod-cat-items .blog-post-intro {
  display: inline-block;
  width: 34%;
  max-height: 129px;
}
.blog-container .blog-news .blog-post-intro .blog-post-img,
.blog-container .blod-cat-items .blog-post-img {
  max-height: 110px;
  background-size: cover !important;
}
.blog-container .blog-news .blog-post-data,
.blog-container .blod-cat-items .blog-post-data {
  display: inline-block;
  padding: 0 0 0 10px;
  width: 64%;
  vertical-align: top;
}
.blog-container p.posted-on {
  margin: 0 0 10px 0;
  font-size: 12px;
}
.blog-container .blog-the-content p,
.side-bar .blog-the-content p,
.blod-news-items .blog-the-content p,
.post-container .blog-the-content p {
  height: 42px;
  font-size: 16px;
  line-height: 1.2;
  color: $dark-blue;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-container .blog-post-item-tags a {
  display: none;
  margin: 0 0 0 3px;
  padding: 2px 6px;
  font-size: 12px;
  background: #122333;
  color: white;
  border-radius: 2px;
}
.blog-container .blog-post-item-tags a:first-child {
  display: none;
}
.blog-container .blog-news article:first-child {
  float: right;
  margin-right: 0;
  padding: 0 0 0 0.5%;
  border-bottom: 0;
}
.blog-container .blog-news article:last-child {
  border-bottom: 0;
}
.blog-container .blog-news article:first-child .blog-post-intro {
  display: block;
  width: 100%;
  max-height: none;
}
.blog-container .blog-news article:first-child .blog-post-intro .blog-post-img {
  max-height: 300px;
}
.blog-container .blog-news article:first-child .blog-post-data {
  margin: 15px 0;
  padding: 0;
  width: 100%;
}
.blog-container .blog-news article:first-child .blog-post-data h2 {
  max-height: 60px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
/*---- S T R I P  H E A D E R ---*/
.blog-container .blog-strip-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 35px auto 35px auto;
  padding: 7px 15px;
  background: #122333;
}
.blog-container .blog-news .blog-strip-header {
  margin-top: 0;
}
.blog-container .blog-strip-header h1, .blog-container .blog-strip-header h2 {
  display: inline-block;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  color: white;
  letter-spacing: 1.5px;
  line-height: 1;
}
.blog-container .blog-strip-header a {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #fff;
}
.blog-container.blog-articles .blog-strip-header {
  width: 96%;
  margin: 0 2% 15px 2%;
}
/*---- I M P O R T A N T S ---*/
.blog-container .blog-important article {
  display: inline-block;
  width: 32%;
  margin: 0 0.5%;
  vertical-align: top;
}
.blog-container .blog-important article:first-child {
  margin-right: 0;
}
.blog-container .blog-important article .blog-post-img {
  background-size: cover !important;
  height: 250px;
}
.blog-container .blog-important article .blog-post-data {
  padding: 10px 0 0 0;
  height: auto !important;
}
.blog-container .blog-important article .blog-post-meta {
  height: auto !important;
}
.blog-container .blog-important article .blog-post-data h2 {
  margin: 7px 0;
  font-size: 25px;
  line-height: 25px;
  overflow: hidden;
}
.blog-container .page-id-1372 .blod-cat-items article {
  width: 100% !important;
}
/*---- C A R E G O R I E S ---*/
.blog-container .blog-extra {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog-container .blog-category .blog-strip-header {
  width: 100%;
}
.blog-container .blog-category {
  width: 50%;
  padding: 0 15px;
}
.blog-container .blog-category .blod-cat-items article {
  width: 100% !important;
}
.blog-container .type-blog:hover {
  transform: scale(0.98);
}
.blog-container .type-blog {
  transition: all 0.2s ease-in-out;
}
/*-------- C O M P O U N D S ---------*/
.destination.swiper-slide {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 7px
}
a.destination-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 20px;
  max-height: 90vh;
  height: 500px;
  color: #fff
}
a.destination-wrap .posted-on {
  width: 100%;
  color: #fff
}
a.destination-wrap .bottom {
  width: 100%;
  text-align: center;
  font-size: 23px;
  z-index: 9
}
a.destination-wrap .bottom .title {
  font-size: 21px;
  letter-spacing: .5px
}
a.destination-wrap .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000, transparent, transparent);
  opacity: .6;
  z-index: 0
}
a.destination-wrap .post-archive-categories {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 300
}
a.destination-wrap .post-archive-categories span:not(:last-child) {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: solid 1px #fff
}
.the_destinations .swiper-wrapper {
  padding: 0 0 60px
}
.the_destinations .swiper-button-next, .the_destinations .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  top: auto !important;
  bottom: 0 !important;
  filter: invert(1) brightness(0);
  border: 1px solid #000;
  border-radius: 100px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 12px
}
.the_destinations .swiper-button-next:after, .the_destinations .swiper-button-prev:after {
  display: none !important
}
.blog-cat-items.compound {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 30px
}
.blog-cat-items.compound .blog-post-img {
  margin: 0 0 15px;
  height: 215px;
  border-radius: 3px
}
.blog-cat-items.compound .blog-post-title {
  font-size: 25px
}
.blog-cat-items.compound .blog-post-item-tags {
  display: none
}
.blog-cat-items.compound .blog-the-content p {
  font-size: 15px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-cat-items.compound article {
  width: 31%;
  margin: 0 1% 20px
}
.single-blog article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  .side-bar {
    padding: 0;
    width: 300px;
    @media screen and (max-width: $desktop) {
      display: none;
    }
  }
  .blog-post-content {
    width: calc(100% - 300px);
    padding: 0 40px 0 0;
    @media screen and (max-width: $desktop) {
      width: 100%;
      padding: 0;
    }
    .search_results {
      * {
        font-family: $font-almoni;
        text-decoration: none;
      }
    }
  }
  .destinations_types {
    padding: 0;
    .grid_container {
      justify-content: space-between;
      gap: 10px;
      row-gap: 15px;
      padding: 0;
    }
    .destination_item {
      padding: 9px 9px 15px;
      text-decoration: none;
      max-width: calc(33.3% - 10px);
      @media screen and (max-width: $tablets-big) {
        max-width: calc(50% - 10px);
        padding: 0;
      }
      @media screen and (max-width: $tablets) {
        max-width: 100%;
      }
      .img_box {
        height: 200px;
        @media screen and (max-width: $tablets-big) {
          height: auto;
        }
      }
      .text_box {
        padding: 0 5px;
        .name {
          font-size: 23px;
        }
        .price {
          font-size: 25px;
        }
        span {
          font-size: 16px;
          @media screen and (max-width: $tablets) {
            font-size: 15px;
          }
        }
        .date {
          font-size: 15px;
        }
      }
    }
  }
  .search_results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ad_place {
    display: none;
  }
  .item:not(.destination_item) {
    box-shadow: 0 4px 30px 0 rgba(200, 204, 236, 0.42);
    border-radius: 5px;
    margin-bottom: 17px;
    width: 100%;
    &:first-child:not(.baggage_enаble):before {
      right: 18px;
      left: initial;
      top: 15px;
      font-size: 14px;
    }
    .buttons_and_price {
      width: 100%;
      padding: 70px 12px 20px 12px;
      border-right: none;
      @media screen and (max-width: $tablets-big) {
        padding: 20px 12px;
      }

      .price_box {
        @media screen and (max-width: $tablets-big) {
          margin-bottom: 12px;
          gap: 6px;
        }

        .price {
          font-size: 24px;
        }

        .price-container {
          .nights {
            top: 28px;
            right: 12px;
          }
        }
      }
      .buttons_box {
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        .button {
          min-width: 1px;
          width: 100%;
          height: auto;
          padding: 10px;
          font-size: 16px;
          min-height: 54px;
          align-items: center;
          display: inline-flex;
          justify-content: center;
        }
        .button-animation{
          width: 100%;
        }
      }
    }
    .baggage_box {
      top: 20px;
      left: 12px;
    }

    .flights {
      flex-direction: column;
    }
    .flights_info {
      padding: 0;
      gap: 0;
      width: 100%;
      .details {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 18px;
        border-bottom: 1px solid $divider2;
        position: relative;
      }
      .icon_and_date {
        gap: 12px;
        margin-bottom: 18px;
        width: 100%;
        justify-content: center;
        .icon {
          width: 35px;
          min-height: 15px;
          position: absolute;
          left: 20px;
          right: initial;
          top: 20px;
        }
        .date {
          flex-direction: row-reverse;
          align-items: center;
          justify-content: center;
          gap: 0;
          font-size: 18px;
          width: calc(100% - 80px);
          position: relative;
        }
        .text {
          font-weight: 400;
          font-size: 16px;
          line-height: 18px;
          flex: 1;
          min-width: 0;
          position: relative;
          padding: 0 7px;
          &:before {
            content: '|';
            display: inline-block;
            margin: 0;
            position: absolute;
            left: 0;
            right: initial;
            top: 50%;
            transform: translateY(-50%);
          }
        }
        time {
          padding: 0 5px;
        }
      }
      .fly_info {
        width: 100%;
        gap: 15px;
        align-items: normal;
        @media screen and (max-width: $phones-big) {
          gap: 12px;
        }
        .stops {
          width: 133px;
        }
        .time {
          margin-bottom: 4px;
          font-size: 20px;
          @media screen and (max-width: $phones-big) {
            font-size: 18px;
          }
          .day-offset {
            position: static;
            font-size: 12px;
          }
        }
        .code {
          font-size: 16px;
          line-height: 18px;
        }
        .from, .to {
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: flex-start;
        }
      }
    }
  }
}
.blog-post-content {
  line-height: 1.5;
}
.search-hot-title, .new-blog-posts-title {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.search-hot-title:after, .new-blog-posts-title:after {
  display: block;
  margin: 10px auto;
  content: "";
  width: 100px;
  height: 3px;
  background: #132333;
}
@media screen and (max-width: 991px) {
  .single-blog .side-bar .archive-container .main-price {
    display: none;
  }
  .single-blog .side-bar .archive-container .type-post .meta-data {
    width: 100%;
  }
  .single-blog .side-bar .archive-container .post-archive-categories {
    display: none;
  }
  .single-blog .side-bar .archive-container .post-data {
    height: 75px;
  }
  .single-blog .new-blog-posts article {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .single-blog .side-bar .newsletter-form {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
  .blog-container .blog-strip-header h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  /*----- B L O G - A R C H I V E  -----*/
  body.archive main#main {
    padding: 0;
  }
  body.archive main#main h1 {
    padding: 0 15px;
  }
  .blog-container.blog-articles .blog-strip-header {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .page-id-1372 main#main {
    max-width: 1250px;
    margin: 0;
    padding: 0;
  }
  .page-id-1372 #breadcrumbs {
    background: #122333;
  }
  .page-id-1372 #breadcrumbs * {
    color: #fff;
  }
  .tax-news_cat #breadcrumbs {
    background: #122333;
  }
  .tax-news_cat #breadcrumbs * {
    color: #fff;
  }
  .home-required {
    width: 96%;
    margin: 0 2%;
    padding: 0;
  }
  .blog-container .blog-news article, .blog-container .blod-cat-items article {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .blog-post-img {
    height: 200px;
  }
  .blog-container .blog-news article:first-child {
    width: 100%;
    padding: 0;
  }
  .blog-container .blog-news article:first-child .blog-post-data {
    margin: 5px 0;
  }
  .blog-container .blog-news article:first-child .blog-post-data h2 {
    font-size: 25px;
    line-height: 1;
    max-height: 80px;
  }
  .blog-container .blog-news article:first-child .blog-the-content {
    height: 55px;
  }
  .blog-container .blog-news article:first-child .blog-the-content p {
    font-size: 16px;
    line-height: 1.2;
    min-height: 60px;
  }
  .blog-container .blog-strip-header {
    width: 100%;
    margin: 15px auto;
  }
  .blog-container .blog-strip-header h1 {
    width: 65%;
    font-size: 18px;
  }
  .blog-container .blog-strip-header a {
    font-size: 12px;
  }
  .blog-container .blod-cat-items .blog-post-intro,
  .blog-container .blog-important .blog-post-intro {
    display: inline-block;
    width: 34%;
  }
  .blog-container .blog-important .blog-post-data {
    display: inline-block;
    padding: 0 10px 0 0;
    width: 64%;
    vertical-align: top;
  }
  .blog-container .blog-important article {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    vertical-align: top;
    border-bottom: solid 1px #ddd;
  }
  .blog-container .blog-important article .blog-post-img {
    height: 110px;
  }
  .blog-container .blog-important article:first-child.blog-post-data {
    padding: 0
  }
  .blog-container .blog-important article .blog-post-data {
    padding: 0 0 0 10px;
  }
  .blog-container .blog-important article .blog-post-data h2 {
    height: 35px;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    overflow: hidden;
  }
  .blog-container .blog-category {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .blog-container .blog-category:first-child, .blog-container .blog-category:last-child {
    padding: 0;
  }
  ul.blod-required-items, ul.blod-news-items, ul.blod-cat-items, ul.blod-cat-items {
    padding: 0 10px !important;
  }
  .blog-container .blog-news .blog-post-intro .blog-post.home .home-news-title-img,
  .blog-container .blod-cat-items .blog-post-img {
    max-height: 108px;
  }
  .single-blog h1.blog-post-title {
    font-size: 25px;
  }
  .single-blog .blog-the-content p {
    height: auto !important;
  }
  .blog-post-item-tags {
    display: none;
  }
  .blog-the-content {
    overflow: hidden;
  }
  .show-more-dates, .home-required-more {
    margin: 10px;
    font-size: 16px;
  }
  /*-------------- B L O G - S I N G L E  P O S T  ---------------*/
  .single-blog article {
    margin: 0;
  }
  .blog-post-content {
    width: 100%;
    padding: 0;
    border: none;
  }
  .post-data .posted-on, p.posted-on {
    font-size: 11px;
  }
  .blog-post-data h2 {
    margin: 15px 0 10px 0;
    font-size: 25px;
    line-height: 26px;
  }
  .single-blog .blog-the-content {
    height: auto;
  }
  .single-blog .blog-the-content {
    height: auto;
    font-size: 14px;
    line-height: 1.7;
  }
  .nav-links a {
    font-size: 15px;
    width: 115px;
  }
  .side-bar {
    margin: 35px 0 0 0;
    width: 100%;
  }
}
html[dir="rtl"] {
  .blog-container .blod-cat-items .blog-post-data,
  .blog-container .blog-news .blog-post-data {
    padding: 0 10px 0 0;
  }
  .blog-post-data {
    text-align: right;
  }
  .single-blog {
    .side-bar .archive-container .post-data {
      text-align: right;
    }
    .posted-on {
      margin: 10px 0 0 5px;
      padding: 0 0 0 5px;
    }
    article {
      .blog-post-content {
        padding: 0 0 0 40px;
        @media screen and (max-width: $desktop) {
          padding: 0;
        }
      }
      .item:not(.destination_item) .flights_info .icon_and_date .icon {
        right: 20px;
        left: initial;
      }
    }
  }
  .blog-the-content {
    h1, h2, h3, h4, h5, h6 {
      &:before {
        margin: 0 0 0 10px;
      }
    }
  }
}