/* Generated by less 3.11.1 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.preview .img {
  width: 23%;
  overflow: hidden;
  height: 170px;
}
.preview .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.preview .img img:hover {
  transform: scale(1.03);
}
.preview .caption {
  width: 75%;
}
.preview .caption .date {
  font-size: 0.9rem;
  margin: 1rem 0;
  display: block;
}
.preview .caption p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.preview .caption a {
  display: block;
  font-size: 0.9rem;
  margin: 1rem 0 0 0;
  color: #61be35;
}
#right-sidebar article p {
  color: #5f5f5f;
}
.rank-math-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
}
.rank-math-breadcrumb a {
  color: #61be35;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bolder;
}
.rank-math-breadcrumb .separator {
  margin: 0 1rem;
  font-size: 0.9rem;
  color: #5f5f5f;
}
.rank-math-breadcrumb .last {
  font-size: 0.9rem;
  color: #5f5f5f;
}
.header-title {
  font-size: 2rem;
  font-weight: bolder;
  text-align: left;
  padding: 0;
  margin-bottom: 2rem;
  color: #5f5f5f;
}
.menu__body .menu__list .menu-item .sub-menu {
  background: #eeede7;
}
.menu__body .menu__list .menu-item .sub-menu li {
  background: #eeede7;
  padding: 0;
}
.menu__body .menu__list .menu-item .sub-menu li a {
  color: #222;
  background: #eeede7;
  display: inline-block;
  padding: 10px;
}
.menu__body .menu__list .menu-item .sub-menu li a:hover {
  color: #61be35;
}
#right-sidebar article {
  width: 100%;
}
#right-sidebar article .thumbnail {
  overflow: hidden;
  width: 100%;
  height: 200px;
}
#right-sidebar article .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bvi-body {
  display: flex;
  flex-wrap: wrap;
}
.bvi-body #header {
  position: static;
  width: 100%;
  margin-left: 0;
}
.bvi-body .sidebar {
  top: 20%;
}
.bvi-body .wrapper__content {
  margin-top: 0;
}
#header .visImp a {
  background: transparent !important;
}
.date {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.entry-content ul,
.entry-content ol {
  list-style: square;
}
.entry-content ul li,
.entry-content ol li {
  list-style: square;
}
.entry-content table tr p,
.entry-content table td p {
  font-size: 0.8rem;
}
.entry-content form {
  width: 60%;
  margin: 0 auto;
  border: 1px solid #efefef;
  padding: 2rem;
}
.entry-content form p span {
  display: block;
}
.entry-content form p span input {
  padding: 0.5rem 0 0.5rem 0.5rem;
  width: 100%;
}
.entry-content form p span textarea {
  width: 100%;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.entry-content form p span.required {
  display: inline-block;
  color: #61be35;
}
.entry-content form .submit {
  background: #61be35;
  color: #fff;
  width: 100%;
  padding: 0.5rem 1rem;
  border: transparent;
  font-weight: bolder;
  margin: 1rem 0 0 0;
  cursor: pointer;
}
.entry-content form .submit:hover {
  background: #8ed46d;
}
.entry-content form label {
  font-size: 0.9rem;
  color: #5f5f5f;
  margin: 1rem 0;
}
@media (max-width: 1000px) {
  .overflow-x {
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  #header {
    display: flex;
    align-items: center;
    position: sticky;
  }
  #header .visImp {
    position: relative;
    z-index: 5;
  }
  #header .visImp a {
    font-size: 0;
    color: transparent;
  }
  #header .visImp a svg {
    font-size: 1rem;
    color: #222;
  }
  #header .visImp .lang a {
    font-size: 1rem;
    color: #222;
  }
  .sidebar {
    margin-top: 0 ;
  }
}
