/*===== BLOG STYLE THREE =====*/
.blog-area.bg-gray {
  background-color: var(--light-2);
}

.blog-style-three {
  margin-top: 50px;
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.blog-style-three .blog-image img {
  width: 100%;
}
.blog-style-three .blog-content {
  border-top: 0;
  padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-style-three .blog-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .blog-style-three .blog-content {
    padding: 20px;
  }
}
.blog-style-three .blog-content .blog-title a {
  font-weight: 600;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 30px;
}
.blog-style-three .blog-content .blog-title a:hover {
  color: var(--primary);
}
.blog-style-three .blog-content .text {
  color: var(--dark-3);
  margin-top: 16px;
}
.blog-style-three .blog-content .meta-info {
  margin-top: 25px;
}
.blog-style-three .blog-content .meta-info li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
}
.blog-style-three .blog-content .meta-info li span {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-3);
}
.blog-style-three .blog-content .meta-info li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  background-color: var(--gray-3);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-top: -3px;
}
.blog-style-three .blog-content .meta-info li.author img {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 5px;
}
.blog-style-three .blog-content .meta-info li:last-child {
  margin: 0;
  padding: 0;
}
.blog-style-three .blog-content .meta-info li:last-child::before {
  display: none;
}

/*# sourceMappingURL=blog-03.css.map */
