@charset "UTF-8";
/*--------------------------
  breadcrumbs
--------------------------*/
.breadcrumbs {
  padding: 20px 0 30px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs li + li {
  margin-left: 27px;
}
.breadcrumbs li {
  position: relative;
  line-height: 23px;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  letter-spacing: 1.4px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.15s;
}
@media (min-width: 992px) {
  .breadcrumbs li {
    font-size: 0.875rem;
  }
}
.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0;
  top: 50%;
  width: 2px;
  transform: translateY(-50%) rotate(23deg);
  background: #000;
}
.breadcrumbs li:last-child:before {
  display: none;
}
.breadcrumbs a {
  font-size: 0.75rem;
  line-height: 23px;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  letter-spacing: 1.4px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.15s;
}
@media (min-width: 992px) {
  .breadcrumbs a {
    font-size: 0.875rem;
  }
  .breadcrumbs a:hover {
    color: #7f0b0d;
  }
}
.cat-meta-section {
  padding: 0 0 40px;
}
.cat-meta-section .breadcrumbs {
  padding-bottom: 20px;
}
.cat-meta-section .section-title {
  margin: 0px 0 32px;
  justify-content: flex-start;
}
.cat-meta-section .section-title:after {
  display: none;
}
.cat-bg-section, .cat-blog-section {
  padding: 0 0 25px;
}
@media (min-width: 992px) {
  .cat-bg-section, .cat-blog-section {
    padding: 0 0 50px;
  }
}
.cat-bg-section .cat-section-title, .cat-blog-section .cat-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.375rem;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 72px;
}
.cat-bg-section .section-title, .cat-blog-section .section-title {
  margin: 0 0 32px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 16px 0 0;
}
.pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  min-width: 35px;
  height: 35px;
  border-radius: 4px;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  color: #1A1A1A;
  overflow: hidden;
  margin: 5px;
}
@media (min-width: 768px) {
  .pagination li {
    margin: 0 5px;
  }
  .pagination li:first-child, .pagination li:last-child {
    margin: 0;
  }
}
.pagination li .current {
  background: #7f0b0d;
  color: #fff;
}
@media (min-width: 992px) {
  .pagination li a:hover {
    background: #7f0b0d;
    color: #fff;
  }
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1A1A1A;
  transition: all 0.15s ease;
}
.pagination .prev {
  position: relative;
  margin-right: 16px;
  color: #7f0b0d;
  /***** MEDIA MAX WIDTH  *****/
}
@media (max-width: 767px) {
  .pagination .prev {
    font-size: 0;
    margin: 0;
  }
  .pagination .prev:before {
    font-size: 16px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .pagination .prev:hover {
    background: transparent;
    color: #1A1A1A;
  }
  .pagination .prev:hover:before, .pagination .prev:hover:after {
    color: #1A1A1A;
  }
}
.pagination .prev:before {
  content: '';
  margin-right: 15px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7f0b0d;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .next {
  position: relative;
  margin-left: 16px;
  color: #7f0b0d;
}
@media (min-width: 992px) {
  .pagination .next:hover {
    background: transparent;
    color: #1A1A1A;
  }
  .pagination .next:hover:before, .pagination .next:hover:after {
    color: #1A1A1A;
  }
}
.pagination .next:after {
  content: '';
  margin-left: 15px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7f0b0d;
}
.bg-post-grid, .post-type-1-grid, .blog-post-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .bg-post-grid, .post-type-1-grid, .blog-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .bg-post-grid, .post-type-1-grid, .blog-post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .bg-post-grid, .post-type-1-grid, .blog-post-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.post-type-1-grid-item, .blog-post-type-1-grid-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  width: 100%;
  height: auto;
  padding: 100% 13px 14px;
  transition: transform 0.2s ease-in;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
}
@media (min-width: 992px) {
  .post-type-1-grid-item:hover, .blog-post-type-1-grid-item:hover {
    transform: translateY(-3px);
  }
}
.post-type-1-grid-item .info, .blog-post-type-1-grid-item .info {
  display: block;
  position: absolute;
  width: 100%;
  padding: 11px 16px;
  background: #fff;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 2px rgba(14, 31, 53, 0.12), 0px 1px 4px rgba(14, 31, 53, 0.06);
  font-size: 1rem;
  line-height: 1.62;
  font-family: 'MRSEAVESXLSERNAROTBOLD', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000;
  text-align: left;
  z-index: 2;
  width: calc(100% - 30px);
  bottom: 15px;
}
.post-type-1-grid-item .img, .blog-post-type-1-grid-item .img {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.post-type-1-grid-item img, .blog-post-type-1-grid-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-meta {
  position: relative;
  margin: 10px 0 30px;
}
.post-meta .update-date {
  color: #898989;
  font-size: 14px;
}
.post-meta .author {
  margin: 5px 0 10px;
}
.post-meta .author a {
  text-decoration: none;
  color: #7f0b0d;
}
.post-meta .author a:hover {
  text-decoration: underline;
}
.post-meta .description {
  padding-right: 5px;
  line-height: 1.4;
}
.btn-wrapper {
  display: flex;
  justify-content: center;
}
.btn-see-more.load-more-page {
  background: #7f0b0d;
  color: #ffffff;
  margin: 20px auto 0;
  padding: 10px 25px;
}
.btn-see-more.load-more-page:before {
  display: none;
}
.preloader img {
  margin: 0 auto;
  max-width: 100px;
  margin-top: 10px;
  opacity: 0;
}
.preloader.active img {
  opacity: 1;
}
.no-posts + .btn-wrapper {
  display: none;
}
