@charset "UTF-8";
/*--------------------------
  breadcrumbs
--------------------------*/
.breadcrumbs {
  padding: 10px 0px;
}
.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: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  color: #000;
  text-transform: none;
  transition: all 0.15s;
  font-size: 14px;
}
@media (min-width: 992px) {
  .breadcrumbs li {
    font-size: 14px;
  }
}
.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0;
  top: 50%;
  width: 2px;
  transform: translateY(-50%) rotate(23deg);
  background: #dea14b;
}
.breadcrumbs li:last-child:before {
  display: none;
}
.breadcrumbs a {
  font-size: 14px;
  line-height: 23px;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  color: #dea14b;
  text-transform: none;
  transition: all 0.15s;
}
@media (min-width: 992px) {
  .breadcrumbs a {
    font-size: 14px;
  }
  .breadcrumbs a:hover {
    color: #b97a36;
  }
}
body {
  background: #fff;
}
.cat-meta-section {
  padding: 0 0 25px;
}
.cat-meta-section .breadcrumbs {
  padding-bottom: 20px;
}
.cat-meta-section .section-title {
  margin: 0px 0 10px;
  justify-content: flex-start;
}
.cat-bg-section, .cat-blog-section {
  padding: 20px 0 0px;
  background: #ffffff;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cat-bg-section, .cat-blog-section {
    padding: 30px 0 0px;
  }
}
.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: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.375rem;
  line-height: 1.2;
  color: #b97a36;
  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 40px;
}
.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: 'Font-Bold', sans-serif;
  font-weight: 500;
  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: #dea14b;
  color: #fff;
}
@media (min-width: 992px) {
  .pagination li a:hover {
    background: #dea14b;
    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: #dea14b;
  /***** 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: #dea14b;
  -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: #dea14b;
}
@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: #dea14b;
}
.bg-post-grid, .post-type-1-grid, .blog-post-grid {
  display: flex;
  flex-wrap: wrap;
}
.post-type-1-grid-item-wrap {
  display: flex;
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .post-type-1-grid-item-wrap {
    flex-direction: column;
  }
}
.post-type-1-grid-item-wrap a.img {
  height: 175px;
  position: relative;
  width: 27%;
}
@media (max-width: 768px) {
  .post-type-1-grid-item-wrap a.img {
    width: 100%;
    overflow: hidden;
    height: 57vw;
  }
}
.post-type-1-grid-item-wrap a.img img {
  max-width: 100%;
  position: absolute;
  object-fit: cover;
}
.post-type-1-grid-item-wrap .post-meta {
  width: 73%;
  padding: 0 0 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .post-type-1-grid-item-wrap .post-meta {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}
.post-type-1-grid-item-wrap .post-meta .post-tags {
  margin-bottom: 7px;
}
.post-type-1-grid-item-wrap .post-meta .post-tags a {
  color: #fff;
  background: #dea14b;
  font-size: 14px;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 3px 13px 4px;
}
.post-type-1-grid-item-wrap .post-meta > a.info {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.post-type-1-grid-item-wrap .post-meta > a.info:hover {
  text-decoration: underline;
}
.post-type-1-grid-item-wrap .post-meta .description {
  font-size: 16px;
}
.post-type-1-grid-item-wrap .post-meta .update-date {
  font-size: 14px;
  color: #a1a1a1;
  margin-top: 10px;
}
.bg-post-grid3 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.bg-post-grid3 .post-type-1-grid-item-wrap {
  padding: 0 15px;
  width: 33.33%;
  flex-direction: column;
}
@media (max-width: 768px) {
  .bg-post-grid3 .post-type-1-grid-item-wrap {
    width: 100%;
    padding: 0 15px;
  }
  .bg-post-grid3 .post-type-1-grid-item-wrap:not(:last-child) {
    margin-bottom: 15px;
  }
}
.bg-post-grid3 .post-type-1-grid-item-wrap > a.img {
  width: 100%;
  overflow: hidden;
}
.bg-post-grid3 .post-type-1-grid-item-wrap .post-meta {
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
.btn-wrapper {
  display: flex;
  justify-content: center;
}
.btn-see-more.load-more-page {
  background: #dea14b;
  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;
  position: relative;
}
.featured-posts {
  margin-bottom: 50px;
}
.featured-posts__items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .featured-posts__items {
    flex-direction: column;
  }
}
.featured-posts__big {
  float: left;
  width: 60%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-right: 15px;
  transition: 0.3s;
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  .featured-posts__big {
    width: 100%;
    padding-right: 0;
  }
}
.featured-posts__big:hover {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.featured-posts__big .featured-posts__item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.featured-posts__big .featured-posts__item a.img {
  width: 45%;
  position: relative;
  min-height: 240px;
}
@media (max-width: 992px) {
  .featured-posts__big .featured-posts__item a.img {
    width: 100%;
  }
}
.featured-posts__big .featured-posts__item a.img div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.featured-posts__big .featured-posts__item .featured-posts__item-meta {
  width: 55%;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .featured-posts__big .featured-posts__item .featured-posts__item-meta {
    width: 100%;
    padding: 0 15px 15px;
  }
}
.featured-posts__big a.title {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 15px;
  display: flex;
}
.featured-posts__big .author a {
  color: #dea14b;
}
.featured-posts__others {
  width: 40%;
  padding-left: 20px;
  height: auto;
}
@media (max-width: 992px) {
  .featured-posts__others {
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }
}
.featured-posts__others .featured-posts__item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  min-height: calc(25% - 7.5px);
}
.featured-posts__others .featured-posts__item:hover {
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.featured-posts__others .featured-posts__item a.img {
  width: 25%;
  display: flex;
  max-height: 100%;
  position: relative;
}
.featured-posts__others .featured-posts__item a.img div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.featured-posts__others .featured-posts__item .featured-posts__item-meta {
  width: 75%;
  padding: 10px;
  display: flex;
  align-items: center;
}
.featured-posts__others .featured-posts__item .featured-posts__item-meta a.title {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
.featured-posts__others .featured-posts__item .featured-posts__item-meta .author a {
  color: #dea14b;
}
.featured-posts__others .featured-posts__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cat-child-section .bg-post-grid {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.cat-child-section .post-type-1-grid-item-wrap {
  width: calc(33.3% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cat-child-section .post-type-1-grid-item-wrap {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .cat-child-section .post-type-1-grid-item-wrap:not(:last-child) {
    margin-bottom: 20px;
  }
}
.cat-child-section .post-type-1-grid-item-wrap a.img {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.cat-child-section .post-type-1-grid-item-wrap a.img > div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.cat-child-section .post-type-1-grid-item-wrap a.info {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #000;
  display: flex;
  margin-top: 15px;
}
.cat-child-section .post-type-1-grid-item-wrap .post-type-1-grid-item {
  width: 100%;
}
