.inner-container {
  padding-top: 235px;
}

/* BLOG SECTION */

.section-news-detail {
  position: relative;
}

.news-detail-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 12px;
  z-index: 1;
}

.news-detail-nav a {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 900;
  position: relative;
}

.news-detail-nav a .icon {
  color: #5c805a;
  font-size: 16px;
  display: block;
  padding-bottom: 20px;
}

.news-detail-nav a:hover {
  opacity: .7;
}

.news-detail-image {
  margin-bottom: 80px;
}

.news-detail-quote {
  position: relative;
  max-width: 260px;
  width: 100%;
}

.news-detail-quote > img {
  position: absolute;
  top: 0;
  left: -80px;
}

.news-detail-left-image {
  height: 563px;
  position: relative;
  margin: 45px 0 80px;
  width: 1204px;
  left: -345px;
  overflow: hidden;
}

.news-detail-left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail-share {
  margin-top: 60px;
}

.news-detail-share a {
  display: inline-block;
  margin-right: 20px;
  color: #e8c3a4;
  font-size: 18px;
}

.news-detail-share a:hover {
  opacity: .7;
}


/* RECENTE POST NEWS SECTION */

.section-news {
  padding: 80px 0 40px;
}

.gallery-list {
  position: relative;
  --bs-gutter-y: 2.50rem;
  --bs-gutter-x: 2.50rem;
}

.gallery-list .gallery-item {
  position: relative;
  height: 232px;
  display: block;
}

.gallery-list .gallery-item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  background-color: rgba(0,0,0,0.2);
}

.gallery-list .gallery-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
  font-size: 42px;
  z-index: 1;
}

.latest-post-card {
  box-shadow: 0 1px 18px 0 rgba(0,0,0,.12);
  position: relative;
  background-color: #ffffff;
  margin-top: 20px;
}

.latest-post-card-image {
  height: 260px;
  position: relative;
}

.latest-post-card-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.latest-post-card-content {
  padding: 50px 25px;
}

.latest-post-card-content:hover a {
  padding-left: 5px;
}

.addtoany_shortcode{
  display: inline-block;
}

.addtoany_list.a2a_kit_size_32 a {
    font-size: 18px;
}

.news-detail-share a.simplefavorite-button.active {
    color: #8d6746;
    opacity: 1;
}

/*START MEDIA CSS*/

@media screen and (min-width: 992px) {
  .section-news-detail .section-title h1{
    width: 80%;
  }
  .news-detail-nav a {
    max-width: 155px;
  }
}

@media screen and (max-width: 991px) {
  .section-news {
    padding: 40px 0;
  }

  .inner-container {
    padding-top: 40px;
  }

  .news-detail-nav {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
  }

  .news-detail-nav a {
    max-width: 48%;
  }

  .section-news-detail .section-title h1{
    width: 100%;
  }

  .news-detail-image {
    margin-bottom: 25px;
  }

  .news-detail-quote {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .news-detail-quote > img {
    position: relative;
    left: 0;
    margin-bottom: 10px;
  }

  .news-detail-left-image {
    width: 100%;
    height: auto;
    left: 0;
    margin: 10px 0 25px;
  }

  .news-detail-share {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-list {
    position: relative;
    --bs-gutter-y: 1.25rem;
    --bs-gutter-x: 1.25rem;
  }
  
  .latest-post-card {
    box-shadow: none;
    margin-top: 0;
  }
  
  .latest-post-card-content {
    padding: 25px 12px;
  }

  .section-news {
    overflow: hidden;
  }

  .section-news .container {
    padding-left: 0;
    padding-right: 0;
  }
}
