.ova-blog-modern {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 30px;
}
.ova-blog-modern.columns2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .ova-blog-modern.columns2 {
    grid-template-columns: auto;
  }
}
.ova-blog-modern.columns3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .ova-blog-modern.columns3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-blog-modern.columns3 {
    grid-template-columns: auto;
  }
}
.ova-blog-modern.columns4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .ova-blog-modern.columns4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-blog-modern.columns4 {
    grid-template-columns: auto;
  }
}
.ova-blog-modern.blog-template2 .item {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .ova-blog-modern.blog-template2 .item {
    grid-template-columns: auto;
  }
}
.ova-blog-modern.blog-template2 .item:first-child {
  display: block;
  grid-row-start: 1;
  grid-row-end: 4;
  grid-template-columns: 1fr;
}
.ova-blog-modern.blog-template2 .item:first-child .media {
  border-radius: 8px;
  overflow: hidden;
}
.ova-blog-modern.blog-template2 .item:first-child .media:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, rgba(0, 0, 0, 0.99) 100%);
}
.ova-blog-modern.blog-template2 .item:first-child .media img {
  height: 550px;
  border: none;
}
@media (max-width: 767px) {
  .ova-blog-modern.blog-template2 .item:first-child .media img {
    height: 450px;
  }
}
.ova-blog-modern.blog-template2 .item:first-child .category {
  display: block;
}
.ova-blog-modern.blog-template2 .item:first-child .content {
  position: absolute;
  bottom: 30px;
  left: 10px;
}
.ova-blog-modern.blog-template2 .item:first-child .content .post-meta {
  margin: 0 0 10px 0;
}
.ova-blog-modern.blog-template2 .item:first-child .content .post-meta .item-meta .left {
  color: var(--primary);
}
.ova-blog-modern.blog-template2 .item:first-child .content .post-meta .item-meta .right {
  color: rgba(255, 255, 255, 0.6);
}
.ova-blog-modern.blog-template2 .item:first-child .content .post-meta .item-meta .right a {
  color: rgba(255, 255, 255, 0.6);
}
.ova-blog-modern.blog-template2 .item:first-child .content .post-meta .separator {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.ova-blog-modern.blog-template2 .item:first-child .content .post-title {
  font-size: 22px;
}
.ova-blog-modern.blog-template2 .item:first-child .content .post-title a {
  color: #fff;
}
.ova-blog-modern.blog-template2 .item:first-child .content .read-more {
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}
.ova-blog-modern.blog-template2 .item:first-child .content .read-more .icon-read-more {
  position: relative;
  line-height: 1;
}
.ova-blog-modern.blog-template2 .item:first-child .content .read-more .icon-read-more:before {
  transition: all 0.3s ease;
  position: absolute;
  top: 5px;
  right: -8px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E8F2F9;
}
.ova-blog-modern.blog-template2 .item:first-child .content .read-more .icon-read-more i {
  transition: all 0.3s ease;
  display: inline-flex;
  font-size: 40px;
  color: var(--primary);
}
.ova-blog-modern.blog-template2 .item .media {
  border-radius: 5px;
}
.ova-blog-modern.blog-template2 .item .media img {
  height: 100%;
  border-radius: 10px;
  border: 2px solid #fff;
}
.ova-blog-modern.blog-template2 .item .category a {
  right: unset;
  left: 15px;
  top: 15px;
  padding-top: 12px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 16px;
}
.ova-blog-modern.blog-template2 .item .date {
  position: static;
  font-size: 14px;
  font-weight: 500;
  color: var(--heading);
  background-color: transparent;
  padding: 0;
}
.ova-blog-modern.blog-template2 .item .content {
  margin: auto 0;
  padding: 20px 30px 0 30px;
  background-color: transparent;
  box-shadow: none;
}
.ova-blog-modern.blog-template2 .item .content .post-meta {
  margin: 0 0 10px 0;
}
.ova-blog-modern.blog-template2 .item .content .post-meta .item-meta .right a {
  color: var(--heading);
}
.ova-blog-modern.blog-template2 .item .content .post-meta .separator {
  margin: 0;
  color: inherit;
}
.ova-blog-modern.blog-template2 .item .content .post-title {
  font-size: 20px;
}
.ova-blog-modern.blog-template2 .item .content .read-more {
  display: none;
}
.ova-blog-modern .item {
  position: relative;
}
.ova-blog-modern .item:hover .content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog-modern .item:hover .content .post-title a {
  text-decoration: underline;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog-modern .item .media {
  position: relative;
}
.ova-blog-modern .item .media img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.ova-blog-modern .item .category a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.ova-blog-modern .item .date {
  z-index: 3;
  position: absolute;
  bottom: -20px;
  right: 30px;
  background-color: var(--primary);
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 8px 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog-modern .item .date .day {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
.ova-blog-modern .item .content {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog-modern .item .content .post-meta {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.ova-blog-modern .item .content .post-meta .item-meta {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
.ova-blog-modern .item .content .post-meta .item-meta .right {
  font-weight: 500;
}
.ova-blog-modern .item .content .post-meta .item-meta .right a {
  color: var(--text);
}
.ova-blog-modern .item .content .post-meta .item-meta .right a:hover {
  color: var(--primary);
}
.ova-blog-modern .item .content .post-meta .separator {
  margin: 0 6px;
  color: rgba(0, 23, 38, 0.1);
}
.ova-blog-modern .item .content .post-title {
  margin: 4px 0 0 0;
  font-size: 22px;
  padding-bottom: 25px;
}
.ova-blog-modern .item .content .post-title a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--heading);
}
.ova-blog-modern .item .content .divider {
  margin: 0 -30px;
  height: 1px;
  width: calc(100% + 60px);
  background-color: rgba(0, 23, 38, 0.1);
}