.title_band {
  padding-top: 184px;
}
.top-brick {
  width: 100%;
  height: 184px;
  background-color: #000;
}
article {
  width: 92%;
}
article h2,
article h1 {
  font-size: 40px;
  line-height: 48px;
  color: #5e6838 !important;
  font-weight: bold;
  padding-top: 25px;
  transition: all 0.2s ease;
  text-decoration: none;
}
article h2:hover {
  color: #e42129 !important;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.row-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.blog-content {
  padding-bottom: 30px;
}
.blog-content p {
  font-size: 20px;
  line-height: 28px;
  color: #4a4a4a;
  font-weight: bold;
}
.blog-content a {
  color: #5e6838;
  text-decoration: underline;
}
.row-meta .category a {
  font-size: 17px;
  font-weight: bold;
  color: #5e6838;
  text-decoration: underline;
}
.row-meta .category a:hover,
.tags a:hover {
  text-decoration: none;
}
.date {
  font-size: 17px;
  color: #3a3a3a;
  font-weight: bold;
}
.blog-prev img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 30px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}
footer {
  margin-top: 30px;
}
.blogpage-row {
  display: flex;
  justify-content: space-between;
}
.widget_title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  display: block;
  margin-bottom: 30px;
}
.widget_title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #2f341b;
  width: 30px;
  height: 2px;
}
.widget {
  background-color: #5e6838;
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
  min-width: 250px;
  margin-top: 30px;
}
.widget:nth-child(2) {
  background-image: url("../img/sidebar-bg.jpg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.widget a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.widget li {
  margin-bottom: 15px;
}
.widget a:hover {
  text-decoration: underline;
}
.paginate {
  font-weight: bold;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
}
.paginate a,
.paginate span {
  font-size: 17px;
  color: #5e6838;
  font-weight: bold;
}
.paginate p {
  font-size: 17px;
  font-weight: bold;
  color: #5e6838;
  padding-bottom: 0;
  margin-bottom: 0;
}
.paginate .prev {
  position: absolute;
  padding: 15px;
  left: 0;
  font-weight: 400;
}
.paginate .next {
  position: absolute;
  font-weight: 400;
  padding: 15px;
  right: 0;
}
.paginate .next2,
.paginate .prev2 {
  color: #5e683891;
  pointer-events: none;
}
.page-numbers {
  padding: 15px;
}
.page-numbers.current {
  background-color: #d8d8d8;
  color: #000;
}
.page-numbers:hover {
  background-color: #c6171e;
  color: #fff;
  z-index: 2;
}
.single h2,
.single h3,
.single h4,
.single h1,
.single h5,
.single h6 {
  font-size: 40px;
  color: #000 !important;
  line-height: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.single .title_band .s1 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  color: #231f20 !important;
}
.single article p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #898888;
}
.single article ul {
  padding-bottom: 20px;
}
.single article ol {
  list-style: inherit;
  padding: 0 0 20px 13px;
}
.single article ol li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #898888;
  position: relative;
  list-style: decimal;
}

.single article ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #898888;
  position: relative;
  padding: 0 0 5px 10px;
}
.single article ul li:before {
  content: "⬤";
  display: inline-block;
  color: #898888;
  font-size: 4px;
  position: absolute;
  left: 0;
  top: 1px;
}
.tags {
  display: flex;
  align-items: flex-end;
}
.tags a {
  display: flex;
  color: #5e6838;
  font-size: 16px;
  text-decoration: underline;
}
.tags span {
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .title_band {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .single h2,
  .single h3,
  .single h4,
  .single h1,
  .single h5,
  .single h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .single .title_band .s1 {
    font-size: 18px;
  }
  .single article p {
    font-size: 14px;
  }
  article h2,
  article h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .blogpage-row {
    flex-direction: column;
  }
  article {
    width: 100%;
  }
  .widget {
    min-width: 140px;
    width: 280px;
    margin: auto;
    margin-top: 30px;
  }
  .paginate a,
  .paginate span,
  .paginate p,
  .paginate .next,
  .paginate .prev {
    font-size: 14px;
    padding: 10px;
  }

  .blog-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .category a,
  .date {
    font-size: 13px;
  }
  .widget {
    min-width: 140px;
    padding: 20px;
  }
  .widget_title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .blog-prev img {
    border-radius: 20px;
  }
  .widget:nth-child(2) {
    background-image: none;
  }
  .widget_title {
    font-size: 18px;
  }
  .widget a {
    font-size: 13px;
  }
}

@media screen and (max-width: 450px) {
  .row-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .row-meta .category {
    margin-bottom: 10px;
  }
}
