@media only screen and (max-width: 991px) {
  .et-container-large {
    width: 100% !important;
  }
}

.et-title {
  display: none;
}

.single-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .single-container {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}

.sidebar-menu {
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
  border-bottom: 0;
  background-color: #fff;
  margin: 0;
  list-style: none;
}
.sidebar-menu .taxonomy-item {
  border-bottom: 1px solid #ddd;
}
.sidebar-menu .taxonomy-item h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.sidebar-menu .taxonomy-item h3.open::after {
  content: "-";
  transform: rotate(180deg);
}
.sidebar-menu .taxonomy-item .term-list,
.sidebar-menu .taxonomy-item .post-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 0;
  list-style: none;
}
.sidebar-menu .taxonomy-item.open .term-list,
.sidebar-menu .taxonomy-item .term-item.open .post-list {
  max-height: -moz-max-content;
  max-height: max-content;
}
.sidebar-menu .taxonomy-item .term-item {
  position: relative;
}
.sidebar-menu .taxonomy-item .term-item::after {
  content: "+";
  font-size: 14px;
  color: var(--main);
  transition: transform 0.3s ease;
  position: absolute;
  top: 20px;
  right: 20px;
}
.sidebar-menu .taxonomy-item .term-item span {
  padding: 20px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-menu .taxonomy-item .term-item span:hover {
  text-decoration: underline;
  color: var(--main);
}
.sidebar-menu .taxonomy-item .term-item.current {
  border-left: 2px solid var(--main);
  background-color: rgba(32, 131, 49, 0.1);
}
.sidebar-menu .taxonomy-item .term-item.current span {
  font-weight: bold;
  color: #333;
}
.sidebar-menu .taxonomy-item .term-item.current span:hover {
  text-decoration: none;
  color: #333;
}
.sidebar-menu .taxonomy-item .term-item .post-item a {
  color: #555;
  font-size: 12px;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: flex;
}
.sidebar-menu .taxonomy-item .term-item .post-item:last-child a {
  border-bottom: 0;
}
.sidebar-menu .taxonomy-item .term-item .post-item .current-link {
  color: var(--main);
}

article .main-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  article .main-wrap {
    grid-template-columns: 1fr;
    background-color: #fff;
  }
}
article .main-wrap .col-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  article .main-wrap .col-txt {
    padding-left: 0;
  }
}
article .main-wrap .heading-2 {
  margin-bottom: 1rem;
}

.postid-805 h1 {
  margin-bottom: 0 !important;
}
.postid-805 article .main-wrap .heading-2 {
  display: none;
}
.postid-805 article .main-wrap p {
  max-width: 80%;
}
.postid-805 article .main-wrap p strong {
  font-size: 2.2rem;
  line-height: 3.1rem;
  font-weight: 200;
}/*# sourceMappingURL=style.css.map */