@font-face {
  font-family: "CeraBasic-Regular";
  src: url("../../font/cera-basic-regular.otf");
  font-display: fallback;
}
.idx-grid-view-pagination .active a {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.pagination-hover:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

.blogs-section .blogs-data .card-title {
  margin-bottom: 0.75rem;
}
.blogs-section .blogs-data .card-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #a31834 !important;
}
@media (max-width: 575px) {
  .blogs-section .blogs-data .card-title h2 {
    font-size: 18px;
  }
}
.blogs-section .blogs-data .card-title .rating-star li {
  color: #fb0 !important;
}
.blogs-section .blogs-data .tags li {
  font-size: 12px;
  padding: 5px 0;
  text-transform: capitalize !important;
}
@media (max-width: 991px) {
  .blogs-section .blogs-data {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .blogs-section .blogs-data {
    padding: 0;
  }
}
.blogs-section .right-sidebar .blog-categ h3, .blogs-section .right-sidebar .recent-posts h3 {
  font-size: 20px;
  font-weight: 600;
  color: #a31834 !important;
  text-transform: capitalize !important;
}
.blogs-section .right-sidebar .blog-categ h3:after, .blogs-section .right-sidebar .recent-posts h3:after {
  content: "";
  border-top: 1px solid;
  height: 6px;
  top: 0;
  display: inline-block;
  width: 100%;
  left: 0;
}
.blogs-section .right-sidebar .blog-categ li a, .blogs-section .right-sidebar .recent-posts li a {
  font-size: 15px;
}
@media (max-width: 575px) {
  .blogs-section .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.cmt-sec {
  background-color: #f5f5f5 !important;
}
.cmt-sec .cmt-blk .form-control {
  border: none;
  font-size: 15px;
}
.cmt-sec .cmt-blk h2 {
  font-size: 22px;
  font-weight: 700;
  color: #a31834 !important;
  text-transform: capitalize !important;
}
@media (max-width: 575px) {
  .cmt-sec .cmt-blk h2 {
    font-size: 20px;
  }
}
.cmt-sec .cmt-blk h2:before {
  content: "";
  border-top: 1px solid #a31834 !important;
  height: 6px;
  top: 0;
  width: 30%;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cmt-sec .cmt-blk h2:before {
    width: 20%;
  }
}
@media (max-width: 375px) {
  .cmt-sec .cmt-blk h2:before {
    width: 15%;
  }
}
.cmt-sec .cmt-blk h2:after {
  content: "";
  border-top: 1px solid #a31834 !important;
  height: 6px;
  top: 0;
  width: 30%;
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .cmt-sec .cmt-blk h2:after {
    width: 20%;
  }
}
@media (max-width: 375px) {
  .cmt-sec .cmt-blk h2:after {
    width: 15%;
  }
}
.cmt-sec .cmt-blk .btn-cmnt-box {
  font-size: 15px;
  border-radius: 0 !important;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #a31834 !important;
  color: #ffffff !important;
  border: 2px solid #a31834 !important;
  text-transform: uppercase;
}
.cmt-sec .cmt-blk .btn-cmnt-box:hover {
  background-color: #ffffff !important;
  color: #a31834 !important;
  border: 2px solid #a31834 !important;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}
@media (max-width: 767px) {
  .cmt-sec .cmt-blk .commnt-form .form-row:first-child {
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=blog-details.css.map */