.ova-sev-archive {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .ova-sev-archive {
    margin-bottom: 60px;
  }
}
.ova-sev-archive.elementor {
  margin-bottom: 0;
}
.ova-sev-archive.two_columns .wrapper {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .ova-sev-archive.two_columns .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-archive.three_columns .wrapper {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 911px) {
  .ova-sev-archive.three_columns .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .ova-sev-archive.three_columns .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-archive.four_columns .wrapper {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .ova-sev-archive.four_columns .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 911px) {
  .ova-sev-archive.four_columns .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .ova-sev-archive.four_columns .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-archive .ova-sev-category-2 .wrapper {
  grid-row-gap: 20px;
}
.ova-sev-archive .wrapper {
  display: grid;
  gap: 30px;
  grid-row-gap: 50px;
}
.ova-sev-archive .content_inner.overlay {
  opacity: 0.5;
}
.ova-sev-archive .wrap_search_filter {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.ova-sev-archive .wrap_search_filter .results_found {
  font-size: 16px;
}
.ova-sev-archive .wrap_search_filter #search_sort {
  min-width: 180px;
}
.ova-sev-archive .item {
  position: relative;
}
.ova-sev-archive .item:hover .content {
  transition: all 0.3s linear;
  bottom: -10px;
}
.ova-sev-archive .item:hover .content.content-hover {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.ova-sev-archive .image {
  position: relative;
  overflow: hidden;
}
.ova-sev-archive .image img {
  display: block;
  width: 100%;
  height: 248px;
  object-position: center;
  object-fit: cover;
}
.ova-sev-archive .content {
  transition: all 0.3s linear;
  position: absolute;
  bottom: -20px;
  left: 20px;
  right: 20px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ova-sev-archive .content.content-hover {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ova-sev-archive .content-wrap {
  padding: 20px;
}
.ova-sev-archive .icon {
  position: absolute;
  top: -60px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: var(--primary);
}
.ova-sev-archive .icon i {
  font-size: 32px;
  color: #fff;
  line-height: 1;
}
.ova-sev-archive .title {
  margin: 0;
  font-size: 22px;
  margin: 0 0 24px 0;
  font-size: 24px;
  line-height: 1.3;
  font-size: 15px !important;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: grid;
  box-shadow: 0px 3px 5px #888888;
  grid-template-rows: 80px 2px;
  padding: 4px 4px 4px 4px;
  padding-top: 8px;
  padding-top: 8px;
  border-top: 5px solid #278824;
  font-size: 15px;
  color: #3AB942;
  margin-bottom: 2px;
  margin-top: 0px;
  font-weight: 600;
  font-family: "brandon", sans-serif;
  text-transform: none;
  letter-spacing: 0.4px;
  padding-top: 2px;
  text-align: left;
  line-height: 1.1;
}
.ova-sev-archive .title:hover {
  color: var(--primary);
}
.ova-sev-archive .desc {
  margin: 10px 0 0 0;
}
.ova-sev-archive .link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 20px;
  color: var(--text);
  background: #f3f4f7;
  transition: all 0.3s linear;
}
.ova-sev-archive .link:hover {
  color: #fff;
  background: var(--primary);
}
.ova-sev-archive .link:hover i {
  color: #fff;
}
.ova-sev-archive .link .text {
  font-size: 13px;
  font-weight: bold;
}
.ova-sev-archive .link i {
  display: inline-flex;
  font-size: 18px;
}