: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 .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: 32px;
  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;
  }
}/*# sourceMappingURL=blog-grid.css.map */