.blog-container {
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .blog-container {
    padding: 0 !important;
  }

  .blog-big-post-card{
    border-radius: 0 !important;
  }

  .bbpc-excerpt {
    margin-top: .75rem !important;
  }
}

.blog-container img {
  border: 0;
}
.blog-container img:not([src]) {
  visibility: hidden;
}
.blog-container button,
.blog-container input[type="button"],
.blog-container input[type="reset"],
.blog-container input[type="submit"] {
  border: none;
  border-radius: 0;
  user-select: none;
  color: #444;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
.blog-container button:disabled,
.blog-container input[type="button"]:disabled,
.blog-container input[type="reset"]:disabled,
.blog-container input[type="submit"]:disabled,
.blog-container button[disabled],
.blog-container input[type="button"][disabled],
.blog-container input[type="reset"][disabled],
.blog-container input[type="submit"][disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.blog-container button::-moz-focus-inner,
.blog-container input[type="button"]::-moz-focus-inner,
.blog-container input[type="reset"]::-moz-focus-inner,
.blog-container input[type="submit"]::-moz-focus-inner,
.blog-container button::-moz-focus-inner,
.blog-container input[type="button"]::-moz-focus-inner,
.blog-container input[type="reset"]::-moz-focus-inner,
.blog-container input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.blog-timeline {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(100% - 375px - 1rem);
}
@media screen and (max-width: 991px) {
  .blog-timeline {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }
  .blog-timeline .blog-big-post-card {
    width: 100%;
    gap: 2rem;
  }
  .blog-timeline .blog-big-post-card .bbpc-image > a {
    height: 360px;
  }
  .blog-timeline .blog-big-post-card .bbpc-title > h2 {
    font-size: 1.75rem;
  }
  .blog-timeline .blog-big-post-card .bbpc-content {
    padding: 0.75rem;
    padding-top: 0;
  }
  .blog-timeline .blog-big-post-card .bbpc-content .bbpc-excerpt > p {
    font-size: 1.125rem;
  }
}
.blog-timeline .tl-view-filter {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .blog-timeline .tl-view-filter {
    display: none;
  }
}
@media (hover: hover) {
  .blog-timeline .tl-view-filter:hover .tlv-header > span::after {
    width: 80%;
  }
}
.blog-timeline .tl-view-filter .tlv-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 500;
}
.blog-timeline .tl-view-filter .tlv-header > span {
  font-size: 1.25rem;
  position: relative;
}
.blog-timeline .tl-view-filter .tlv-header > span::after {
  content: "";
  left: 0;
  bottom: -0.125rem;
  width: 40%;
  background-color: #50887b;
  height: 3px;
  position: absolute;
  transition: width 0.4s ease;
}
.blog-timeline .tl-view-filter > ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.blog-timeline .tl-view-filter > ul > li > button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  white-space: nowrap;
  background-color: #253b5d;
  border-radius: 0.25rem;
  color: #fff;
  transition: opacity 0.2s ease, transform 0.1s ease;
}
.blog-timeline .tl-view-filter > ul > li > button:not(.active) {
  opacity: 0.8;
}
.blog-timeline .tl-view-filter > ul > li > button > i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
@media (hover: hover) {
  .blog-timeline .tl-view-filter > ul > li > button:hover:not(.active) {
    opacity: 0.8;
  }
}
.blog-timeline .tl-view-filter > ul > li > button:active {
  transform: scale(0.95);
}
@media screen and (min-width: 992px) {
  .blog-timeline.layout-row {
    flex-direction: column;
    gap: 2rem;
  }
  .blog-timeline.layout-row .blog-big-post-card {
    width: 100%;
    gap: 2rem;
  }
  .blog-timeline.layout-row .blog-big-post-card .bbpc-image > a {
    height: 360px;
  }
  .blog-timeline.layout-row .blog-big-post-card .bbpc-title > h2 {
    font-size: 1.75rem;
  }
  .blog-timeline.layout-row .blog-big-post-card .bbpc-content {
    padding: 1.5rem;
    padding-top: 0;
  }
  .blog-timeline.layout-row
    .blog-big-post-card
    .bbpc-content
    .bbpc-excerpt
    > p {
    font-size: 1.125rem;
  }
  .blog-timeline.layout-grid {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .blog-timeline.layout-grid .tl-view-filter {
    margin-bottom: 1rem;
  }
  .blog-timeline.layout-grid .blog-big-post-card {
    width: calc(50% - (1rem / 2));
    gap: 1.5rem;
  }
  .blog-timeline.layout-grid .blog-big-post-card .bbpc-image > a {
    height: 225px;
  }
  .blog-timeline.layout-grid .blog-big-post-card .bbpc-title > h2 {
    font-size: 1.5rem;
  }
  .blog-timeline.layout-grid .blog-big-post-card .bbpc-content {
    padding: 1rem;
    padding-top: 0;
  }
  .blog-timeline.layout-grid
    .blog-big-post-card
    .bbpc-content
    .bbpc-excerpt
    > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    line-height: 1.25;
    font-size: 1rem;
  }
}
.blog-timeline .tag-header > h2 {
  margin: 0;
  font-size: 1.75rem;
}
.blog-timeline .tag-header > h2 > em {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #50887b;
}
.blog-timeline .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1rem;
}
.blog-timeline .pagination-wrapper .pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.blog-timeline .pagination-wrapper .pagination-container > ul {

}

.blog-timeline .pagination-wrapper .pagination-container > ul > li {
  
}

.blog-timeline .pagination-wrapper .pagination-container > ul > li.active > span {
  color: #fff;
  border-color: #253b5d;
  border-radius: 0.25rem;
  background-color: #253b5d;
}

.blog-timeline .pagination-wrapper .pagination-container > ul > li > a, 
.blog-timeline .pagination-wrapper .pagination-container > ul > li > span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #777;
  width: 40px;
  height: 40px;
  padding: 0 0.5rem;
}

.blog-timeline .pagination-wrapper .pagination-container > ul > li > a > i{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (hover: hover) {
  .blog-timeline .pagination-wrapper .pagination-container > ul > li:not(.active) > a:hover {
    color: #50887b;
    border-color: #50887b;
  }
}

.blog-container .empty-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.blog-container .empty-content > span {
  text-align: center;
}

.blog-big-post-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (hover: hover) {
  .blog-big-post-card:hover .bbpc-image > a > img {
    transform: scale(1.25) translateX(0);
  }
}
.blog-big-post-card .bbpc-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-big-post-card .bbpc-image {
    height: 250px;
  }

  .blog-big-post-card .bbpc-image > a {
    width: 100% !important;
    height: 100% !important;
  }
}
.blog-big-post-card .bbpc-image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog-big-post-card .bbpc-image > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .blog-big-post-card .bbpc-image > a > img {
    transform: scale(1.25) translateX(2.5%);
  }
}
.blog-big-post-card .bbpc-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.blog-big-post-card .bbpc-divider::before {
  content: "";
  width: 20%;
  height: 1px;
  background-color: #253b5d;
  z-index: 1;
  position: relative;
}
.blog-big-post-card .bbpc-divider::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #253b5d;
  display: inline-block;
  border: 2px solid #253b5d;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -1px);
  z-index: 2;
}
.blog-big-post-card .bbpc-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog-big-post-card .bbpc-content .bbpc-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.blog-big-post-card .bbpc-content .bbpc-title > h2 {
  font-family: "Montserrat-Medium", serif;
  font-weight: 500;
  line-height: 1.25;
}
.blog-big-post-card .bbpc-content .bbpc-title > h2 > a {
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .blog-big-post-card .bbpc-content .bbpc-title > h2 > a:hover {
    color: #50887b;
  }
}
.blog-big-post-card .bbpc-content .bbpc-tags {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.blog-big-post-card .bbpc-content .bbpc-tags > ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.25rem;
}
.blog-big-post-card .bbpc-content .bbpc-tags > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: #253b5d;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
  color: #fff;
}
.blog-big-post-card .bbpc-content .bbpc-tags > ul > li > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1;
}
@media (hover: hover) {
  .blog-big-post-card .bbpc-content .bbpc-tags > ul > li > a:hover {
    background-color: #50887b;
  }
}
.blog-big-post-card .bbpc-content .bbpc-excerpt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1.5rem;
}
.blog-big-post-card .bbpc-content .bbpc-excerpt > p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.blog-big-post-card .bbpc-content .bbpc-excerpt .read-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  color: #253b5d;
  transition: color 0.2s ease;
  margin-top: 0.5rem;
  text-align: right;
  padding-right: 0.25rem;
  gap: 0.25rem;
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (hover: hover) {
  .blog-big-post-card .bbpc-content .bbpc-excerpt .read-more:hover {
    color: #50887b;
  }
}

body.module-news .header-container {
  padding-bottom: 0;
}

.blog-holder {
  padding: 2rem 0;
  background-color: #f2f2f2;
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 375px;
  position: sticky;
  top: calc(50px + 1rem);
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .blog-sidebar {
    max-height: calc(100dvh - 50px - 1.5rem);
    overflow-y: auto;
    scrollbar-width: none;
  }
  .blog-sidebar::-webkit-scrollbar {
    width: 0;
  }
}
@media screen and (max-width: 991px) {
  .blog-sidebar {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (hover: hover) {
  .blog-sidebar > div:hover .bs-header > span::after {
    width: 80%;
  }
}
.blog-sidebar .bs-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 500;
}
.blog-sidebar .bs-header > span {
  font-size: 1.25rem;
  position: relative;
}
.blog-sidebar .bs-header > span::after {
  content: "";
  left: 0;
  bottom: -0.125rem;
  width: 40%;
  background-color: #50887b;
  height: 3px;
  position: absolute;
  transition: width 0.4s ease;
}
.blog-sidebar .bs-sidebar-blogs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.blog-sidebar .bs-sidebar-blogs .bssbb-content {
  width: 100%;
}
.blog-sidebar .bs-sidebar-blogs .bssbb-content > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
}
.blog-sidebar .bs-sidebar-blogs .bssbb-content > ul > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  width: 100%;
}
.blog-sidebar .bs-sidebar-blogs .bssbb-content > ul > li .sidebar-blog-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 0.5rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (hover: hover) {
  .blog-sidebar
    .bs-sidebar-blogs
    .bssbb-content
    > ul
    > li
    .sidebar-blog-box
    .sbbb-image:hover
    + .sbbb-content
    .sbbb-header
    > a {
    color: #50887b;
  }
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-image
  > a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 80px;
  height: 60px;
  border-radius: 0.25rem;
  overflow: hidden;
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-image
  > a
  > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.2s ease;
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 0.5rem - 80px);
  gap: 0.25rem;
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-content
  .sbbb-header {
  line-height: 1.25;
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-content
  .sbbb-header
  > a {
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease;
  color: #253b5d;
}
@media (hover: hover) {
  .blog-sidebar
    .bs-sidebar-blogs
    .bssbb-content
    > ul
    > li
    .sidebar-blog-box
    .sbbb-content
    .sbbb-header
    > a:hover {
    color: #50887b;
  }
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-content
  .sbbb-tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-content
  .sbbb-tags
  > ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.25rem;
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-content
  .sbbb-tags
  > ul
  > li
  > a {
  background-color: #eee;
  border-radius: 2rem;
  padding: 0 0.75rem;
  height: 20px;
  display: inline-block;
  white-space: nowrap;
  border: 1px dashed transparent;
  transition: border-color 0.2s ease;
}
.blog-sidebar
  .bs-sidebar-blogs
  .bssbb-content
  > ul
  > li
  .sidebar-blog-box
  .sbbb-content
  .sbbb-tags
  > ul
  > li
  > a
  > span {
  font-size: 0.8rem;
  font-weight: 700;
}
@media (hover: hover) {
  .blog-sidebar
    .bs-sidebar-blogs
    .bssbb-content
    > ul
    > li
    .sidebar-blog-box
    .sbbb-content
    .sbbb-tags
    > ul
    > li
    > a:hover {
    border-color: #253b5d;
  }
}
.blog-sidebar .bs-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.blog-sidebar .bs-tags .bst-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.blog-sidebar .bs-tags .bst-content > ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.5rem;
}
.blog-sidebar .bs-tags .bst-content > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  border: 1px solid #777;
  background-color: #fff;
  border-radius: 0.25rem;
  transition: border-color 0.2s ease, color 0.2s ease;
  color: #777;
}
.blog-sidebar .bs-tags .bst-content > ul > li > a.current-tag {
  color: #50887b;
  border-color: #50887b;
  position: relative;
}
.blog-sidebar .bs-tags .bst-content > ul > li > a.current-tag::after {
  content: "\eb55";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "tabler-icons";
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  color: #fff;
  width: 15px;
  height: 15px;
  font-size: 0.7rem;
  line-height: 0.7rem;
  border-radius: 50%;
  background-color: #f00;
}
.blog-sidebar .bs-tags .bst-content > ul > li > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1;
}
@media (hover: hover) {
  .blog-sidebar .bs-tags .bst-content > ul > li > a:hover {
    color: #50887b;
    border-color: #50887b;
  }
}
.blog-sidebar .bs-newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.blog-sidebar .bs-newsletter .bsn-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 0.5rem;
  gap: 0.5rem;
  overflow: hidden;
  background-image: url("../../images/newsletter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-sidebar .bs-newsletter .bsn-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(37, 59, 93, 0.5);
}
.blog-sidebar .bs-newsletter .bsn-content > div {
  z-index: 1;
}
.blog-sidebar .bs-newsletter .bsn-content .bsnc-header > span {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}
.blog-sidebar .bs-newsletter .bsn-content .bsnc-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.blog-sidebar .bs-newsletter .bsn-content .bsnc-body .tnp-subscription {
  margin: 0;
}
.blog-sidebar .bs-newsletter .bsn-content .bsnc-body .tnp-subscription > form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 0.5rem;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field {
  margin: 0;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field.tnp-field-email {
  width: 100%;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field.tnp-field-email
  > label {
  display: none;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field.tnp-field-email
  > input {
  width: 100%;
  border-radius: 0.25rem;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field.tnp-field-email
  > input:focus {
  outline: none;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field.tnp-privacy-field
  > label {
  margin: 0;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field.tnp-privacy-field
  > label
  > input {
  margin: 0;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field.tnp-privacy-field
  > label
  > a {
  font-size: 0.8rem;
  color: #fff;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field.tnp-field-button {
  margin-top: 0.5rem;
}
.blog-sidebar
  .bs-newsletter
  .bsn-content
  .bsnc-body
  .tnp-subscription
  > form
  .tnp-field.tnp-field-button
  > input {
  border-radius: 0.25rem;
  background-color: #253b5d;
  transition: background-color 0.2s ease;
  padding: 0 0.5rem;
  height: 35px;
  font-weight: 700;
  font-size: 0.9rem;
}
@media (hover: hover) {
  .blog-sidebar
    .bs-newsletter
    .bsn-content
    .bsnc-body
    .tnp-subscription
    > form
    .tnp-field.tnp-field-button
    > input:hover {
    background-color: #50887b;
  }
}

.blog-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .blog-wrapper {
    flex-direction: column;
  }
}

.blog-single-container{
  padding-top: 6px;
  padding-bottom: 4rem;
}

.blog-single-section .return-to-blog {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.blog-single-section .return-to-blog > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-weight: 700;
  color: #253b5d;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .blog-single-section .return-to-blog > a:hover {
    color: #50887b;
  }
}
.blog-single-section .blog-hero-wrapper {
  border-radius: 0.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  position: relative;
}
.blog-single-section .blog-hero-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(255, 255, 255, 0) 50%
  );
}
.blog-single-section .blog-hero-wrapper > img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}
.blog-single-section .blog-hero-wrapper > h1 {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 1;
  font-family: "Montserrat-Medium", serif;
  margin: 0;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .blog-single-section .blog-hero-wrapper > h1 {
    max-width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .blog-single-section .blog-hero-wrapper > h1 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .bt-top .blog-header{
    padding: 0 0.75rem !important;
  }

  .blog-single-section .blog-hero-wrapper > h1 {
    font-size: 1.5rem;
  }

  .sidebar-blog-box{
    border-radius: 0 !important;
  }

  .blog-sidebar .bs-header {
    padding: 0 0.75rem !important;
  }
}


.blog-single-section .blog-hero-wrapper .reading-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.7rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  height: 26px;
  font-weight: 600;
  user-select: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
}
.blog-single-section .blog-hero-wrapper .reading-time > i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}

.blog-single-section .blog-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.blog-single-section .blog-content-wrapper .blog-content {
  width: 100%;
  font-weight: 400 !important;
}

.blog-single-section .blog-content-wrapper .blog-content p{
  margin: initial !important;
}

.blog-single-section .blog-content-wrapper .blog-content ul{
  list-style: initial !important;
  padding: initial !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  padding-left: 2rem !important;
}

.blog-single-section .blog-navigation-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}
@media screen and (max-width: 991px) {
  .blog-single-section .blog-navigation-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .blog-single-section .blog-navigation-wrapper .blog-navigation {
    width: 100%;
  }
  .blog-single-section
    .blog-navigation-wrapper
    .blog-navigation:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 991px) {
  .blog-single-section .blog-navigation-wrapper .blog-navigation.bn-prev > a {
    flex-direction: row-reverse;
  }
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation.bn-prev
  > a
  .nav-post-image::after {
  content: "\ea19";
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation.bn-next
  > a
  .nav-post-image::after {
  content: "\ea1f";
}
.blog-single-section .blog-navigation-wrapper .blog-navigation > a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}
@media (hover: hover) {
  .blog-single-section
    .blog-navigation-wrapper
    .blog-navigation
    > a:hover
    .npt-desc
    span::after {
    width: 60% !important;
  }
  .blog-single-section
    .blog-navigation-wrapper
    .blog-navigation
    > a:hover
    .nav-post-image::after {
    opacity: 1;
    visibility: visible;
  }
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation
  > a
  .nav-post-image {
  width: 100px;
  height: 100px;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation
  > a
  .nav-post-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(37, 59, 93, 0.125);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation
  > a
  .nav-post-image::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "tabler-icons";
  color: #fff;
  font-size: 2rem;
  position: absolute;
  inset: 0;
  background-color: rgba(37, 59, 93, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation
  > a
  .nav-post-image
  > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation
  > a
  .nav-post-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: calc(100% - 100px - 0.5rem);
  gap: 0.75rem;
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation
  > a
  .nav-post-text
  .npt-desc
  > span {
  font-weight: 700;
  position: relative;
  color: #253b5d;
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation
  > a
  .nav-post-text
  .npt-desc
  > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 40%;
  height: 3px;
  background-color: #50887b;
  transition: width 0.2s ease;
}
.blog-single-section
  .blog-navigation-wrapper
  .blog-navigation
  > a
  .nav-post-text
  .npt-title
  > span {
  font-size: 0.9rem;
  max-width: 225px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 1.25;
  font-weight: 600;
}
.blog-single-section .blog-subinfo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  gap: 1rem;
}
.blog-single-section .blog-subinfo .bsi-tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.blog-single-section .blog-subinfo .bsi-tags > i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 600;
  color: #999;
}
.blog-single-section .blog-subinfo .bsi-tags > ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-left: 1rem;
}
.blog-single-section .blog-subinfo .bsi-tags > ul > li > a {
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: border 0.2s ease;
  color: #253b5d;
}
@media (hover: hover) {
  .blog-single-section .blog-subinfo .bsi-tags > ul > li > a:hover {
    border-color: #50887b;
  }
}

.blog-single-section .blog-subinfo .bs-social-share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 0.5rem;
  margin-top: 1rem;
}

.blog-single-section .blog-subinfo .bs-social-share .bsss-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.blog-single-section .blog-subinfo .bs-social-share > ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: .5rem;
}

.blog-single-section .blog-subinfo .bs-social-share > ul > li > button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  transition: opacity .2s ease;
}

@media (hover: hover) {
  .blog-single-section .blog-subinfo .bs-social-share > ul > li > button:hover {
    opacity: .8;
  }
}

.blog-single-section .blog-subinfo .bs-social-share > ul > li > button > i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
}

.bs-social-share > ul > li:nth-child(1) > button{
  background-color: #4267B2;
}
.bs-social-share > ul > li:nth-child(2) > button{
  background-color: #000;
}
.bs-social-share > ul > li:nth-child(3) > button{
  background-color: #50887b;
}

.blog-single-section .blog-subinfo .bs-social-share .bsss-header > span {
  font-weight: 700;
  font-size: 1.25rem;
}

.blog-single-section
  .blog-subinfo
  .social-rocket-inline-buttons
  .social-rocket-buttons-heading {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.blog-single-section
  .blog-subinfo
  .social-rocket-inline-buttons
  .social-rocket-buttons {
  display: flex !important;
  gap: 0.25rem;
}
@media screen and (max-width: 991px) {
  .blog-single-section
    .blog-subinfo
    .social-rocket-inline-buttons
    .social-rocket-buttons {
    flex-wrap: wrap;
  }
}
.blog-single-section
  .blog-subinfo
  .social-rocket-inline-buttons
  .social-rocket-buttons
  > div {
  border-radius: 0.25rem;
}
.blog-single-section
  .blog-subinfo
  .social-rocket-inline-buttons
  .social-rocket-buttons
  > div
  > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.blog-single-section .blog-divider {
  position: relative;
  height: 75px;
}
.blog-single-section .blog-divider > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 1rem;
  font-style: normal !important;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  z-index: 1;
  padding: 1rem;
}
.blog-single-section .blog-divider > span > em {
  font-style: normal;
}
.blog-single-section .blog-divider > hr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  margin: 0;
}
