/* additional css */

.bg-image {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin-bottom: 0;
}
.bg-image > .bg-image-item {
  opacity: 0;
  object-fit: cover;
  height: 100%;
}

.elem-stacked, .has-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.has-overlay:before {
  content: "";
  background: #4A4747;
  background: linear-gradient(0deg, rgba(74, 71, 71, 0.15) 0%, rgba(38, 38, 38, 0.94) 100%);
  transition: opacity 0.3s ease-in-out;
}

.page-banner {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  min-height: 18.75rem;
}
.page-banner.is-sm {
  min-height: 18.75rem;
}

.pt-0 {
  padding-top: 0;
}

@media only screen and (min-width: 40.063em) {
  .page-banner {
    min-height: 18.75rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .page-banner.is-sm {
    min-height: 46.1875rem;
  }
  .page-banner.is-lg {
    min-height: 54.5rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .page-banner {
    min-height: 33.188rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .page-banner.is-lg {
    min-height: 54.5rem;
  }
}

.post-header h1 {
  font-size: 1.875rem;
  font-weight: 300;
  text-transform: uppercase;
}

.post-header {
  margin-bottom: 5vh;
  border-bottom: 1px solid #6E634A;
}

.post-content p {
  margin-bottom: 35px;
  line-height: 22px;
}

.post-content img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 27px;
  width: 100%;
}

.post-content h3,
.post-content h2,
.post-content h4 {
  font-weight: 400;
  font-size: 20px;
}

.post-content strong {
  font-weight: 400;
}

.btn-back {
  background-color: transparent;
  margin-right: 1.875rem;
}

.prev a,
.next a {
  color: var(--color-white) !important;
  transition: all .3s ease-in-out;
}

.prev a:hover,
.next a:hover {
  opacity: .5;
}

.fpb-heading {
  margin-bottom: 1.875rem;
}

.button-group {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-bottom: 8vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.563rem;
  flex-wrap: wrap;
}

@media only screen and (min-width: 840px) {
  
  .button-group {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  
}

.pagination.boxed-content {
  padding-left: 0;
  padding-right: 0;
}

.posts-listing {
  padding-top: 10rem;
  padding-bottom: 10rem;
  min-height: 100vh;
}

.is-invisible {
  display: none;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ssc-square {
  height: 16rem !important;
}

.top-details {
  padding: 20px;
}

.ssc-wrap {
  border-radius: 27px;
  overflow: hidden;
  background-color: rgba(110, 99,74, .40);
}

.ssc-head-line.w-50 {
  width: 45%;
}
.ssc-head-line.w-30 {
  width: 30%;
}

.ssc-head-line.h-70 {
  height: 70px;
}

.ssc-head-line.w-70 {
  width: 75%;
}


.post-card {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}


/* ================= Aspect ratios for responsive and smooth UX ================ */
.aspect-ratio {
  position: relative;
  overflow: hidden;
}
.aspect-ratio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.aspect-ratio-36:after {
  padding-bottom: 36.036036036%;
}
.aspect-ratio-57:after {
  padding-bottom: 63%;
}
.aspect-ratio-66:after {
  padding-bottom: 66.6666666667%;
}

.aspect-ratio-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
.aspect-ratio-item.o-f-p {
  object-position: 0 0;
}
.aspect-ratio-item.o-f-t-c {
  object-position: 50% 0;
}


/* when activated */
.post-card.is-enter {
  opacity: 1;
  transform: translateY(0);
}

/*** post listing ****/

.page-title {
  margin-bottom: 6rem;
}

.page-title h1 {
  font-size: 1.875rem;
  font-weight: 300;
  text-transform: uppercase;
}

.post-card {
  background-color: #6E634A;
  border-radius: 27px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.post-card .excerpt {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  margin-bottom: 25px;
}

.post-card .post-title {
  font-size: 18px;
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 36px;
}

.card-top-details {
  padding: 20px;
}

.read-more-link {
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 3px;
  border-bottom: 2px solid #544C2F;
  text-decoration: none !important;
  transition: all .3s ease;
}

.read-more-link:hover {
  opacity: .6;
}

.img-thumb {
  z-index: 0;
}

#posts-wrapper,
#skeleton-parent {
  margin-bottom: 5rem;
  min-height: 40vh;
}

.pagination {
  text-align: center;
}

.pagination a.pagination-link {
  text-decoration: none !important;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 300;
}
.pagination-link {
  opacity: 30%;
}

.pagination-link.active {
  opacity: 100%;
}

.pagination-next,
.pagination-prev {
  display: none;
}

.pw-protect {
    min-height: 97vh;
}