h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  margin-bottom: 16px;
}

.single-news-wrap {
  margin-top: 45px;
  font-family: "Montserrat";
  position: relative;
}
.single-news-wrap__thumb img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  position: relative;
}

.single-news-wrap__thumb.contain-thumb-single {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.single-news-wrap__thumb.contain-thumb-single img {
  object-fit: contain;
  object-position: center !important;
}

.single-news-wrap__content h1 {
  font-size: 42px;
}
.single-author {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 10px;
  font-size: 12px;
  background-color: #fb4b14;
  font-weight: 500;
  color: #fff;
}

.wp-block-embed figcaption {
  margin-top: 0;
  margin-bottom: 1em;
}
.single-news-wrap .wp-block-image img {
  width: 100%;
  height: auto;
}

.single-news-wrap .wp-block-embed figcaption,
.single-news-wrap .wp-block-image figcaption {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #4c4c4c;
}

.wp-block-embed.is-type-video,
.wp-block-image {
  margin-top: 36px;
  margin-bottom: 26px;
}

.single-news-wrap .wp-block-embed__wrapper iframe {
  width: 100%;
}
.single-news-wrap a {
  color: #212121;
}
.single-news-wrap__content {
  position: relative;
  top: -105px;
  background-color: #fff;
  margin: 0 120px;
  padding: 35px 80px 0px 80px;
  font-size: 18px;
  margin-bottom: -40px;
}
.single-news-wrap__content h1,
.single-news-wrap__content h2 {
  font-size: 36px;
  line-height: 1.22;
  font-family: "DM Serif Display", serif;
  margin-bottom: 10px;
}
.single-news-wrap__desc {
  margin-top: 45px;
}

.single-news-wrap__desc h3 {
  padding-top: 25px;
}
.single-news-wrap__desc p {
  /* margin-bottom: 28px; */
  margin-bottom: 20px;
  line-height: 1.5;
}

.single-news-wrap__desc ul,
.single-news-wrap__desc ol,
.single-news-wrap__desc li {
  line-height: 1.5;
}

.single-news-info {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 500;
  display: flex;
  padding: 10px 0px 16px 0px;
  font-size: 14px;
  font-style: normal;
  flex-wrap: wrap;
}
.single-news-info li {
  padding-left: 0px;
  padding-right: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.22;
  color: rgba(0, 0, 0, 0.7);
}

.single-news-info li a {
  text-decoration: none;
  transition: 0.4s ease;
  position: relative;
}
.single-news-info li a:hover {
  transition: 0.4s ease;
  color: #fb4b14;
}

.single-news-info__category a {
  margin-right: 16px;
}
.single-news-info__category a:last-of-type {
  margin-right: 0px;
}
.single-news-info__category a::after {
  content: "";
  background-color: #212529;
  width: 1px;
  height: 12px;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.single-news-info__category a:last-of-type::after {
  content: none;
}

.single-news-wrap__tags,
.share-news {
  font-size: 14px;
  line-height: 1.22;
  font-weight: 600;
}

.tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px 20px 0px;
}
.tags-list li {
  margin: 10px 10px 10px 0px;
}
.tags-list li a {
  text-decoration: none;
  color: #666666;
  padding: 2px 6px 2px 0px;
  transition: 0.4s ease;
}
.tags-list li a:hover {
  transition: 0.4s ease;
  color: #fb4b14;
}

.share-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px 20px 0px;
}
.share-news__list li {
  margin-right: 10px;
}
.share-news__list li img {
  width: 32px;
  height: 32px;
}

/*post navigation*/
.single-post-navigation {
  position: relative;
  top: -20px;
  margin-bottom: 120px;
}
.single-post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.single-post-navigation .nav-links a {
  text-decoration: none;
}
.single-post-navigation .next-navigation {
  padding-right: 75px;
  position: relative;
}
.single-post-navigation .next-navigation::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-image: url("../images/icons/post-navigation.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 15px;
}
.single-post-navigation .prev-navigation {
  padding-left: 75px;
  position: relative;
}
.single-post-navigation .prev-navigation::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-image: url("../images/icons/post-navigation.svg");
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 15px;
}
.single-post-navigation .prev-navigation,
.single-post-navigation .next-navigation {
  position: relative;
  max-width: 320px;
}
.single-post-navigation .prev-navigation .nav-subtitle,
.single-post-navigation .next-navigation .nav-subtitle {
  color: #ababab;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
}
.single-post-navigation .prev-navigation .nav-title,
.single-post-navigation .next-navigation .nav-title {
  font-size: 18px;
  line-height: 1.22;
  color: #000;
  font-weight: 600;
}
.single-post-navigation .next-navigation {
  text-align: right;
}

@media only screen and (max-width: 1399.5px) {
  .single-news-wrap__content {
    margin: 0px 80px;
    padding: 35px 50px 0px 50px;
  }

  .single-news-wrap__desc {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .single-post-navigation {
    position: relative;
    top: -20px;
    margin-bottom: 70px;
  }

  .single-news-wrap__content {
    font-size: 16px;
  }

  .single-post-navigation .prev-navigation .nav-title,
  .single-post-navigation .next-navigation .nav-title {
    font-size: 16px;
  }

  .single-news-wrap__desc p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .single-news-wrap__content {
    margin: 0px 20px;
    padding: 30px 25px 0px 25px;
  }

  .single-news-wrap__thumb img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }

  .single-news-wrap__content {
    top: -60px;
  }

  .single-post-navigation {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-news-wrap__content h1,
  .single-news-wrap__content h2 {
    font-size: 32px;
  }

  .single-news-wrap__desc {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-news-wrap__desc {
    margin-top: 40px;
  }

  .single-news-wrap__content,
  .single-post-navigation {
    top: 0px;
  }

  .single-news-wrap__content {
    margin: 0px;
    padding: 20px 0px 0px 0px;
  }

  .nav-subtitle {
    position: relative;
    top: 3px;
  }

  .single-post-navigation .next-navigation::before,
  .single-post-navigation .prev-navigation::before {
    width: 35px;
    height: 35px;
    top: -7px;
  }

  .single-post-navigation .next-navigation {
    padding-right: 55px;
    padding-left: 15px;
  }

  .single-post-navigation .prev-navigation {
    padding-left: 55px;
    padding-right: 15px;
  }

  .single-post-navigation .prev-navigation .nav-title,
  .single-post-navigation .next-navigation .nav-title {
    display: none;
  }

  .single-post-navigation {
    margin-top: 30px;
  }
}

.single-news-wrap__content h3 {
  font-size: 28px;
}

.single-news-wrap__content h4 {
  font-size: 20px;
}

.single-news-wrap__content h5 {
  font-size: 18px;
}

.single-news-wrap__content h6 {
  font-size: 16px;
}

.single-news-wrap__content .news__subtitle {
  color: #212529;
  font-size: 24px;
  line-height: 1.22;
}

@media only screen and (max-width: 1399px) {
  .single-news-wrap__content h1 {
    font-size: 38px;
  }
  .single-news-wrap__content h1,
  .single-news-wrap__content h2 {
    font-size: 34px;
    line-height: 1.22;
  }

  .single-news-wrap__content h3 {
    font-size: 26px;
    line-height: 1.22;
  }
}

@media only screen and (max-width: 1280px) {
  .single-news-wrap__content h1 {
    font-size: 34px;
  }
  .single-news-wrap__content h1,
  .single-news-wrap__content h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .single-news-wrap__content .news__subtitle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-news-wrap__content h1 {
    font-size: 30px;
  }
  .single-news-wrap__content h1,
  .single-news-wrap__content h2 {
    font-size: 28px;
    line-height: 1.22;
  }

  .single-news-wrap__content h3 {
    font-size: 24px;
    line-height: 1.22;
  }
}
/* single publication PAGE */

.related-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 105px 60px 105px;
  padding: 25px 80px 0px 80px;
}

.related-news-title {
  padding: 0px 80px;
  margin: 0px 120px;
}

.single-article {
  width: calc(33.33% - 30px);
}

.single-article {
  transition: 0.4s ease-in;
  background: #fff;
  box-shadow: 3px 6px 6px 1px rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid #fb4b14;
  margin-bottom: 30px;
  margin: 0px 15px;
}

.single-article .news-article__img img {
  width: 100%;
  object-fit: cover;
  height: 235px;
}

.news-article__content {
  padding: 12px 15px 20px 15px;
  position: relative;
  min-height: auto;
}

.news-article .news__date {
  position: absolute;
  right: 20px;
  top: -12px;
  background-color: #fb4b14;
  color: #fff;
  padding: 3px 15px;
  font-size: 12px;
  font-weight: 500;
}

.news__date p {
  font-size: 12px;
}

.news__info {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 500;
  display: flex;
  padding: 10px 0px;
  font-size: 14px;
  font-style: normal;
  flex-wrap: wrap;
}
.news__info li {
  padding-left: 0px;
  padding-right: 10px;
  position: relative;
}

.news__info li a {
  text-decoration: none;
  color: #212121;
  transition: 0.4s ease;
  margin-right: 18px;
  position: relative;
  display: inline-block;
}

.news__info li a:hover {
  transition: 0.4s ease;
  color: #fb4b14;
}

.news-article__content h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: 12px;
  font-family: "DM Serif Display", serif;
}

.news-article__content h4 a {
  color: #212121;
  text-decoration: none;
  transition: 0.4s ease;
}

.news-article__content h4 a:hover {
  transition: 0.4s ease;
  color: #fb4b14;
}

.lightbox .lb-image {
  border-radius: 0px;
  border: 0px solid #fb4b14;
}

.lb-data .lb-close {
  width: 25px;
  height: 25px;
  background-size: contain;
}

.news__info__category a {
  margin-right: 14px;
  position: relative;
}
.news__info__category a:last-of-type {
  margin-right: 0px;
}
.news__info__category a::after {
  content: "";
  background-color: #212529;
  width: 1px;
  height: 12px;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.news__info__category a:last-of-type::after {
  content: none;
}

@media only screen and (max-width: 1399.5px) {
  .related-news {
    margin: 0 65px 60px 65px;
    padding: 25px 50px 0px 50px;
  }

  .related-news-title {
    padding: 0px 50px;
    margin: 0px 80px;
  }
}

@media only screen and (max-width: 991px) {
  .related-news {
    margin: 0 5px 50px 5px;
    padding: 25px 25px 0px 25px;
  }

  .related-news-title {
    padding: 0px 25px;
    margin: 0px 20px;
  }

  .single-article {
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single-article {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .related-news {
    margin: 0 0px 40px 0px;
    padding: 25px 0px 0px 0px;
  }

  .related-news-title {
    padding: 0px;
    margin: 10px 0 0 0;
  }

  .share-news__list {
    margin-bottom: 60px;
  }

  .single-article {
    margin: 15px 0px;
  }

  .single-news-wrap__thumb.contain-thumb-single img {
    height: auto;
  }
}

/*Lightbox Style*/

.lb-data .lb-caption {
  color: #ccc;
  padding: 5px 0px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
}

.lb-data {
  padding: 0;
}

.lb-data .lb-number {
  padding: 5px 0px;
}

.wp-block-gallery {
  padding: 30px 0px 60px 0px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: auto;
  overflow: auto;
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  top: auto;
  right: 0;
  margin: 0;
  padding: 3px 8px;
  font-size: 11px;
  text-align: center;
  display: none;
}

.without-thumb {
  top: 0;
  margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
  .wp-block-gallery.has-nested-images
    figure.wp-block-image:not(#individual-image) {
    margin: 0 var(--gallery-block--gutter-size, 16px)
      var(--gallery-block--gutter-size, 16px) 0 !important;
    width: calc(50% - var(--gallery-block--gutter-size, 16px) / 2) !important;
  }

  .wp-block-gallery.has-nested-images
    figure.wp-block-image:not(#individual-image):last-of-type:not(
      #individual-image
    ),
  .wp-block-gallery.has-nested-images
    figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

@media only screen and(max-width: 767px) {
  .wp-block-gallery {
    padding: 20px 0px 50px 0px;
  }
}
/*# sourceMappingURL=single-news.css.map */
