.tp-blog-simple-image img {
  border-radius: 8px;
}

.tp-blog-simple-content-wrap {
  padding: 30px;
  background: #184239;
  border-radius: 8px;
  flex: 1;
}

.tp-blog-simple-content {
  flex: 1;
}

.tp-blog-simple-meta {
  display: flex;
}

.tp-blog-simple-meta-cat {
  display: inline-block;
  border: 1px solid #78D001;
  padding: 1px 10px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  background-color: transparent;
  margin-right: 5px;
}

.tp-blog-simple-meta-date-year {
  display: block;
}

.tp-blog-simple-meta-date-wrapper {
  background-color: #8af135;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
}
.tp-blog-simple-meta-date-wrapper .tp-blog-simple-meta-date-day {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.tp-blog-simple-meta-date-wrapper .tp-blog-simple-meta-date-month {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.tp-blog-simple-meta-date-year {
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.tp-blog-simple-title {
  font-size: 24px;
}
.tp-blog-simple-title a {
  color: #fff;
}
.tp-blog-simple-title a:hover {
  color: #7CD401;
}

.tp-blog-simple-author img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.themephi_button {
  display: inline-block;
}
.themephi_button .tp-btn-wrapp {
  display: flex;
  width: max-content;
}
.themephi_button .themephi_button svg {
  width: 16px;
}

@media only screen and (max-width: 575px) {
  .tp-blog-simple-wrapper.tp-el-item-wrapper.flex {
    flex-direction: column;
  }
}
.tp-blog-simple-style2 .tp-blog-simple-wrapper {
  position: relative;
  z-index: 1;
}
.tp-blog-simple-style2 .tp-blog-simple-image {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  min-height: 300px;
}
.tp-blog-simple-style2 .tp-blog-simple-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(73, 128, 28), rgba(15, 41, 35, 0) 100%);
  content: "";
  border-radius: 5px;
  margin: 0;
}
.tp-blog-simple-style2 .tp-blog-simple-image img {
  width: 100%;
}
.tp-blog-simple-style2 .tp-blog-simple-meta-absolute {
  position: absolute;
  top: 0;
  padding: 30px;
  padding-bottom: 0;
  width: 100%;
}
.tp-blog-simple-style2 .tp-blog-simple-content-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background: transparent;
}

/*# sourceMappingURL=blog-simple.css.map */
