
:root{
  --border-color: #e9e9e9;
}

@media (min-width: 0px) and (max-width: 767px){
      .db-main {
        padding-top: 80px;
    }
}

.thumb img{
  height: 200px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.post-pagination {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  float: left;
  /* text-align: right; */
  padding: 25px 0;
  width: 100%;
}


.post-pagination .other-post {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-pagination .other-post .media-body {
  padding-left: 30px;
}
.post-pagination .other-post h5 {
  float: left;
  line-height: 18px;
  margin: 0 0 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: rgb(247, 35, 36);
}
.post-pagination .other-post p {
  text-transform: uppercase;
  font-size: 10px;
  color: #959595;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.post-pagination .other-post:last-child {
  float: right;
  text-align: right;
}
.post-pagination .other-post:last-child .media-body {
  padding-left: 0;
  padding-right: 30px;
}

.post-pagination .prev-sec:last-child .media-body {
  padding-left: 30px;
  padding-right: 0;
}

.comments-inner-wrap {
  display: inline-block;
  margin-top: 40px;
}
.comments-inner-wrap .comments-title {
  color: var(--text-muted);
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  /* font-family: "Lustria", serif; */
}
.comments-inner-wrap .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-inner-wrap .commentlist .comment {
  list-style: none;
}
.comments-inner-wrap .commentlist .comment .comment-box {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding-top: 40px;
  padding-bottom: 24px;
}
.comments-inner-wrap .commentlist .comment .comment-author {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.comments-inner-wrap .commentlist .comment .comment-author img{
    width: 100%;
}

.comments-inner-wrap .commentlist .comment .comment-body {
  margin-left: 85px;
}
.comments-inner-wrap .commentlist .comment .comment-body h2 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
.comments-inner-wrap .commentlist .comment .comment-reply {
  position: absolute;
  display: inline-block;
  font-size: 0;
  top: 30px;
  right: 0;
}
.comments-inner-wrap .commentlist .comment .comment-reply a {
  background: #111;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 6px 15px 4px;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}
.comments-inner-wrap .commentlist .comment .comment-reply a:hover {
  background-color: rgb(247, 35, 36);
}
.comments-inner-wrap .commentlist .comment .children {
  margin-left: 85px;
}

.comment-area {
  margin-top: 55px;
}
.comment-area h5 {
  margin-bottom: 29px;
}
.comment-area .media {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comment-area .media img {
  height: 140px;
  width: 140px;
  border-radius: 5px;
}
.comment-area .media .media-body {
  position: relative;
}
.comment-area .media .media-body span {
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 18px;
}
.comment-area .media .media-body .btn {
  height: 35px;
  line-height: 33px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 3px;
}
.comment-area .media .media-body p {
  margin-bottom: 0;
}

.media-body a{
    color: #000;
    text-decoration: none;
}

.single-post-footer {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-post-footer .tag-inner span a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 12px;
  color: rgb(247, 35, 36);
}
.single-post-footer .social-area li a {
  color: var(--heading-color);
}
.single-post-footer .social-area li a:hover {
  color: rgb(247, 35, 36);
}


.blog-post-item-wrap {
  margin-bottom: 45px;
  font-size: 14px;
}
.blog-post-item-wrap a {
    color: #000;
    text-decoration: none;
}

.blog-post-item-wrap.style-2 {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px 0px #eee;
          box-shadow: 0px 3px 15px 0px #eee;
  padding: 12px 0 24px;
  margin: 0 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-post-item-wrap.style-2 .post-content h4 {
  margin: 16px 0 10px;
}
.blog-post-item-wrap .post-content {
  padding-top: 8px;
}
.blog-post-item-wrap .post-content h6 a{
  color: rgb(247, 35, 36);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}

.blog-post-item-wrap .post-content p{
  font-size: 12px;
}
/* .blog-post-item-wrap .post-content h6:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgb(247, 35, 36);
  width: 100%;
  left: 0;
  top: -10px;
} */
.blog-post-item-wrap .post-content h4 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: 600;
}

.blog-post-item-wrap .post-content h4 a{
  color: #000;
}

.blog-post-item-wrap .post-content h2 {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: calc(1.325rem + .9vw);

}
.blog-post-item-wrap .post-meta ul {
  margin: 0;
  padding: 0;
}
.blog-post-item-wrap .post-meta ul li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  letter-spacing: 1px;
  position: relative;
}
.blog-post-item-wrap .post-meta ul li:first-child {
  padding-left: 0;
}
.blog-post-item-wrap .post-meta ul li:last-child {
  padding-right: 0;
}
.blog-post-item-wrap .post-meta ul li:nth-child(2) a:before {
  position: absolute;
  content: ".";
  left: -3px;
  top: -5px;
  font-size: 15px;
  z-index: 1;
}
.blog-post-item-wrap .post-meta ul li:nth-child(2) a:after {
  position: absolute;
  content: ".";
  right: -3px;
  top: -5px;
  font-size: 15px;
  z-index: 1;
}
.blog-post-item-wrap .post-meta ul li a {
  padding-left: 0;
  color: var(--heading-color);
  text-transform: uppercase;
}
.blog-post-item-wrap .post-meta ul li a:hover {
  color: rgb(247, 35, 36);
}
.blog-post-item-wrap .banner-slider .owl-nav {
  display: block;
  position: initial;
}
.blog-post-item-wrap .banner-slider .owl-nav button {
  height: 125px;
  width: 30px;
  border-radius: 0;
  background: #f3f3f3;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--heading-color);
}
.blog-post-item-wrap .banner-slider .owl-nav button:hover {
  background: rgb(247, 35, 36);
  color: #fff;
}
.blog-post-item-wrap .banner-slider .owl-nav .owl-prev {
  left: 25px;
}
.blog-post-item-wrap .banner-slider .owl-nav .owl-next {
  right: 25px;
}

.social-area {
  padding: 0;
  margin: 0;
}
.social-area li {
  list-style: none;
  display: inline-block;
  padding: 0 6px;
}
.social-area li:first-child {
  margin-left: 0;
}
.social-area li:last-child {
  margin-right: 0;
}
.social-area li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 0;
  font-size: 16px;
  text-decoration: none;
  background: transparent;
  border-radius: 3px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-area li a:hover {
  color: rgb(247, 35, 36);
}

.form-control{
    font-size: 14px;
}

.form-label{
    font-size: 14px;
}

.widget .widget-title {
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.widget_link ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.widget_link ul li {
  list-style: none;
  margin-bottom: 8px;
}

.sidebar-area .widget {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  padding: 25px;
  text-align: left;
}
.sidebar-area .widget-title {
  color: #000;
}

 .img-head-post{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



.category-widget .cat-name-list ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.category-widget .cat-name-list ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.category-widget .cat-name-list ul li:last-child {
  border-bottom: 0;
}
.category-widget .cat-name-list ul li:last-child a {
  padding-bottom: 0;
}
.category-widget .cat-name-list ul li a {
  color: #222;
  font-size: 14px;
  display: inline-block;
  padding: 8px 0;
}
.category-widget .cat-name-list ul li a:hover {
  color: rgb(247, 35, 36);
}



.pagination {
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}
.pagination .page-item {
  margin-right: 10px;
}
.pagination .page-item .page-link {
  border: 0;
  height: 40px;
  width: 40px;
  /*padding: 0px 18.4px;*/
  background: var(--mainly-box);
  border-radius: 50%;
  font-size: 14px;
  color: rgb(247, 35, 36);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  /*line-height: 48px;
  */-webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.pagination .page-item .page-link:hover {
  background: rgb(247, 35, 36);
  color: #fff;
}

.pagination .page-item .page-link:active{
  background: rgb(247, 35, 36);
}

.font-x-small {
    font-size: 10px;
}

.entry-meta {
    line-height: 1;
    color: #666;
}

span.has-dot::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: block;
    left: -3px;
    border-radius: 50%;
}

span.has-dot {
    position: relative;
    padding-left: 10px;
}

.entry-meta.meta-1 span {
    margin-right: 10px;
}

.entry-meta span {
    position: relative;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.float-left {
    float: left !important;
}

.text-limit{
  overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.popular-box-img{
    width: 90px;
    height: 80px;
    border-radius: 10px;
    max-width: -webkit-fill-available;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}