

.full-wrap.blogs {
  background: #f9f9f9;
  width: 100%;
  padding: 15px 0px;
  border-radius: 10px;
}
.col-12.d-flex.justify-center.align-center.flex-column {
  padding: 10px 35px;
  gap: 5px;
  display: grid;
  font-family: "TT Lakes Medium";
  font-weight: 700;
  color: var(--gray-main-text);
  letter-spacing: 0;
  line-height: normal;
  font-size: 45px;
}

.wp-block-heading {
  font-size: 14px;
  color: #008033;
}
.row.blog__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
img.attachment-loop.size-loop.wp-post-image {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 60%;
  object-fit: cover;
  display: block;
}

.news-items {
  min-height: 190px;
  width: 100%;
}
.news-items:hover {
  box-shadow: 3px 3px 5px #0000001a;
}
.main-news {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  width: 50%;
  box-shadow: none;
  max-height: 500px;
  cursor: pointer;
}

.blog__category > ul {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 25px 0px;
  column-gap: 10px;
}

.category-filter.active {
  font-weight: bold;
  text-decoration: underline;
}


li > .active, .accordion:hover {
  color: #ffffff;
  text-decoration: auto !important;
}

li > a.category-filter.active {
  border-radius: 10px;
  background-color: var(--main-color);
}
a.category-filter {
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #0000001a;
  background-color: var(--light-container-color);
  gap: 10px;
  display: inline-flex;
  margin-bottom: 10px;
}

a.category-filter:after {
  content: none;
  color: #f9f9f9;
}

div#post-container {
  min-height: 600px;

}

div#post-container > p {
  text-align: center;
  padding-top: 20%;
  margin-top: -1px;
  font-family: "TT Lakes Medium";
  font-weight: 700;
  color: var(--gray-main-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.row.flex-md-column-reverse {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 25px;
}
.single__header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.col-12.text-center {
  text-align: center;
  padding-bottom: 25px;
}
.single__header-img {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.single__header-desc {
  font-family: "TT Lakes Medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.single__header .card__blog-category {
  position: relative;
  top: initial;
  left: initial;
  margin-bottom: 10px;
}

.card__blog-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--main-color);
  font-family: "TT Lakes Demi";
  font-size: 12px;
  line-height: 140%;
  padding: 6.5px 12px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "TT Lakes Medium";
}

.single__header-desc h1 {
  font-size: 36px;
  font-family: "TT Lakes Medium";
  font-weight: 700;
  color: var(--gray-main-text);
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 10px;

}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-l {
  width: 50%;
}
.blog-r {
  width: 50%;
}
.single__header-description {
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--gray-light-secondary-text);
  line-height: normal;
}
.single__header-posted {
  display: flex;
  gap: 20px;
  padding: 10px 0px;
}
.col-3 {
  width: 25%;
}
.col-9 {
  width: 75%;
}

.single__wrap-nav {
  padding: 16px;
  background: #f9f9f9;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.single__wrap-nav h3 {
  font-family: "TT Lakes Medium";
  font-weight: 700;
  color: var(--gray-main-text);
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 16px;
}

.single__wrap-nav > ul > li > .active, .accordion:hover {
  color: #008033;
  background: #ffffff00;
  font-weight: 600;
  font-size: 18px;
  border-left: 2px solid #008033;
}

figure.wp-block-image.size-large > img {
  border-radius: 10px;
  margin: 15px 0px;
}
.single__wrap-article {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 30px;
}

.single__user {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.single__social {
  background-color: var(--main-color);
  padding: 24px 30px;
  border-radius: 10px;
}

.single__wrap-article {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 30px;
  font-family: "Open Sans", Helvetica;
  line-height: normal;
}


.breadscrumbs {
  padding: 13px 0;
}

.breadscrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.breadscrumbs ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 14px;
  line-height: 1.6;
  color: var(--main-color);;
}
span.breadscrumbs-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 14px;
  line-height: 1.6;
  font-family: "TT Lakes Medium";
}
.breadscrumbs ul li a:after {
  content: ">";
  margin: 0 5px;
}

a.anchor {
  color: #008033;
}

.single__wrap-article h2 {
  font-size: 30px;
  font-family: "TT Lakes Medium";
  font-weight: 700;
  color: var(--gray-main-text);
  line-height: 1.4;
  margin-bottom: 24px;
  margin-top: 5px;
}

.single__wrap-article h3 {
  font-size: 24px;
  font-family: "TT Lakes Medium";
  font-weight: 700;
  color: var(--gray-main-text);
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 10px;
}

.single__wrap-article ul li {
  position: relative;
  padding-left: 32px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.single__wrap-nav ul li a {
  border-left: 2px solid #eee;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  color: #3a3a3a;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  margin: 15px 0px;
}
.single__wrap-article ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--main-color);;
  border-radius: 5px;
  background-color: var(--main-color);;
}
@media only screen and (max-width: 992px) {
  .main-news {
    width: 100%;
  }
  p.title-category {
    width: 100%;
  }

  .row.flex-md-column-reverse {
    display: grid;
    margin-left: 5px;
    margin-right: 5px;
  }
  .breadscrumbs {
    display: none;
  }
  .col-3.d-md-none {
    display: none;
  }
  .col-9.col-md-12 {
    width: 100%;
  }

  .single__wrap-article {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    font-family: "Open Sans", Helvetica;
    line-height: normal;
  }

  .news-items {
    min-height: 130px;
    width: 100%;
    gap: 20px;
  }
  .blog-l {
    width: 100%;
  }
  .blog-r {
    width: 100%;
  }
}