:root {
  --bodyFont: "DM Sans", sans-serif;
  --titleFont: "Poppins", sans-serif;
  --transition: all 0.3s ease;
  --body_bg: #ffffff;
  --globalColor: #f4f3f1;
  --borderColor: #dfe0e4;
  --bodyColor: #404a60;
  --titleColor: #222e48;
  --primaryColor: #022e2d;
  --secondaryColor: #b07e50;
  --whiteColor: #ffffff;
  --blackColor: #171717;
  --linkColor: #022e2d;
  --hoverColor: var(--secondaryColor);
  --boxBorderRadius: 12px;
  --imageBorderRadius: 4px;
  --btnBorderRadius: 8px;
  --btnBgColor: #022e2d;
  --btnHoverBgColor: #b07e50;
  --btnColor: #ffffff;
  --btnHoverColor: #ffffff;
  --btnBgColor2: transparent;
  --btnHoverBgColor2: #022e2d;
  --btnColor2: #222e48;
  --btnHoverColor2: #ffffff;
}

/** Blog Style CSS --------------
-----------------------------------*/
.themephi-blog-grid .image-part.yes:hover img {
  filter: grayscale(100%);
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 {
  background: var(--whiteColor);
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .image-part {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .image-part img {
  -o-object-fit: cover;
     object-fit: cover;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .image-part .meta-cat-abs {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--whiteColor);
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content {
  padding: 32px;
  padding-left: 0;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-content-inner {
  padding-left: 22px;
  border-left: 1px solid var(--primaryColor);
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta li {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--primaryColor);
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .blog-meta li:last-child::after {
  display: none;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .title {
  margin-bottom: 16px;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .btn-part a {
  display: inline-block;
  transition: all 0.4s linear 0s;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 .blog-content .btn-part:hover a {
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .image-part {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .image-part .meta-cat-abs {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--whiteColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.04);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-content-inner {
  padding-left: 20px;
  border-left: 1px solid var(--primaryColor);
}
@media screen and (max-width: 991px) {
  .themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-content-inner {
    padding-left: 16px;
  }
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-meta {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-meta li {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-meta li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--primaryColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .blog-meta li:last-child::after {
  display: none;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .title {
  margin-bottom: 16px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .btn-part a {
  display: inline-block;
  transition: all 0.4s linear 0s;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid2 .blog-content .btn-part:hover a {
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .image-part {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .image-part img {
  transition: 0.3s;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .image-part img:hover {
  transform: scale(1.1);
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .image-part.yes img:hover {
  filter: grayscale(1);
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content {
  position: relative;
  z-index: 1;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta {
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--primaryColor);
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .blog-meta li:last-child::after {
  display: none;
}
.themephi-blog-grid.blog--style3 .blog-item.themephi-blog-grid3 .blog-content .meta_category {
  display: inline-flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(16, 60, 59, 0.2);
  background: rgba(16, 60, 59, 0.05);
  color: var(--primaryColor);
  font-weight: 600;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 {
  padding: 12px;
  border-radius: 12px;
  background: #f4f3f1;
  border: 1px solid transparent;
  transition: all 0.4s linear 0s;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .image-part {
  border-radius: 12px;
  overflow: hidden;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta li {
  display: flex;
  align-items: center;
  gap: 12px;
  gap: 8px;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--primaryColor);
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta li:last-child {
  margin-right: 0;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 ul.blog-meta li:last-child::after {
  display: none;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .meta_category {
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--primaryColor);
  font-family: var(--bodyFont);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .meta_author {
  display: flex;
  align-items: center;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .meta_author .author-avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .btn-part .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: var(--primaryColor);
  font-size: 20px;
  border: 1px solid var(--primaryColor);
  transition: all 0.4s linear 0s;
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4 .btn-part .icon:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}
.themephi-blog-grid.blog--style4 .themephi-blog-grid4:hover {
  border: 1px solid var(--primaryColor);
}
.themephi-blog-grid.blog--style5 .image-part {
  position: relative;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style5 ul,
.themephi-blog-grid.blog--style5 li {
  list-style: none;
  margin: 0;
}
.themephi-blog-grid.blog--style5 .blog-badge {
  position: absolute;
  width: 70px;
  height: 78px;
  right: 0;
  bottom: -26px;
  text-align: center;
}
.themephi-blog-grid.blog--style5 .blog-badge .date-2 {
  background: #ff6600;
  color: #fff;
  padding: 6px;
}
.themephi-blog-grid.blog--style5 .blog-badge .date {
  font-size: 26px;
  line-height: 26px;
}
.themephi-blog-grid.blog--style5 .blog-badge .month {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  display: block;
}
.themephi-blog-grid.blog--style5 .blog-badge .year {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  background: #0c0a0a;
  padding: 4px 0;
}
.themephi-blog-grid.blog--style5 .blog-item {
  border: 1px solid #edeff3;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style5 .blog-content {
  padding: 0 30px 30px;
}
.themephi-blog-grid.blog--style5 .blog-content .cat_list a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #6e777d;
  margin-top: -5px;
  text-transform: capitalize;
}
.themephi-blog-grid.blog--style5 .blog-content .title {
  line-height: 30px;
  margin-bottom: 20px;
}
.themephi-blog-grid.blog--style5 .blog-content .title a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.themephi-blog-grid.blog--style5 .blog-content .title a:hover {
  color: var(--primaryColor);
}

@media (max-width: 1199px) {
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-2) {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-1) {
    padding-right: 12px !important;
    padding-left: 12px !important;
    position: relative;
  }
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-1):before {
    content: none !important;
  }
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-1):after {
    content: none !important;
  }
  .themephi-blog-grid.blog--style1 .row .grid-item:nth-child(3n-0) {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 880px) {
  .themephi-blog-grid.blog--style4 .row .grid-item .blog-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.grid-item-style-1 .comment-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.grid-item-style-1 .comment-meta::before {
  position: absolute;
  content: "";
  left: -24px;
  top: 12px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #273A29;
}

.grid-item-style-1 .event-date-box {
  width: 76px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: -75px;
}

.grid-item-style-1 .date-top {
  background: #FBC91A;
  padding: 4px 0;
  color: #1A321E;
  padding-top: 8px;
}

.grid-item-style-1 .themephi-button:not(.link_btn) a::before {
  opacity: 0;
}

.grid-item-style-1 .event-day {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #273A29;
  line-height: 45px;
}

.grid-item-style-1 .event-month {
  display: block;
  margin-top: -5px;
  font-size: 20px;
  font-weight: 700;
  color: #273A29;
  text-transform: uppercase;
}

.grid-item-style-1 .date-bottom {
  background: #273A29; /* Dark green */
  color: #FFFFFF;
  padding: 4px 0;
  font-size: 18px;
  font-weight: 500;
}

.grid-item-style-1 .blog-content {
  position: relative;
}

.grid-item-style-1 .col-bottom {
  margin-top: -120px;
  padding-left: 35px;
  padding-right: 35px;
}

.grid-item-style-1 .image-part img {
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-item-style-1 .blog-content {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F9F6EF;
  padding: 30px 30px 52px 30px;
  border-radius: 16px 16px 16px 16px;
  background-color: #F9F6EF;
}

.blog-badge {
  text-align: right;
}

.grid-item-style-1 .blog-btn {
  text-align: center;
  margin-top: -27px;
  padding-right: 55px;
}

.bottom-meta li {
  color: #404A60;
  font-size: 18px;
  font-weight: 500;
}

.tp-blog-slider .blog-content {
  transition: 0.35s ease all;
}

.grid-item-style-1 .bottom-meta {
  display: flex;
  gap: 40px;
}

.grid-item-style-1 .read-only-icon {
  padding: 0 !important;
  width: 50px;
  height: 50px;
}

.grid-item-style-1 .read-only-icon {
  margin-left: -203px !important;
}

.grid-item-style-1 .col-bottom:hover .text-btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}

.grid-item-style-1 .text-btn:hover svg {
  transform: rotate(45deg);
}

.grid-item-style-1 .text-btn {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.4, 1);
  margin-right: 92px !important;
  transition: none;
}

.grid-item-style-1 .themephi-button:not(.link_btn) a svg {
  transition: 0.35s ease all;
}

.grid-item-style-1 .col-bottom:hover .read-only-icon {
  opacity: 0;
  visibility: hidden;
}

.read-only-icon {
  transition: 0.35s ease all !important;
}

.text-btn {
  transition: 0.55s ease all !important;
}

.grid-item-style-1 .bottom-meta li {
  list-style: none;
}

.grid-item-style-1 .blog-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-item-style-1 .blog-meta .meta_category {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #011804;
  background-color: #FFFFFF;
  padding: 7px 20px 7px 17px;
  border-radius: 30px 30px 30px 30px;
}

@media (max-width: 767px) {
  .grid-item-style-1 .col-bottom {
    margin-top: -48px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-item-style-1 .event-date-box {
    right: 15px;
  }
}
@media (max-width: 414px) {
  .grid-item-style-1 .bottom-meta {
    gap: 5px;
    flex-direction: column;
  }
  .grid-item-style-1 .comment-meta::before {
    display: none;
  }
}/*# sourceMappingURL=blog-grid.css.map */