:root {
  --bodyFont: "Poppins", sans-serif;
  --titleFont: "Tomorrow", sans-serif;
  --transition: all 0.5s ease-in-out;
  --transition-sec: all 1.8s ease-in-out;
  --transition-third: all 2.2s ease-in-out;
  /* Color styles */
  --primaryColor: #ed2a00;
  --titleColor: #ffffff;
  --textColor: #474747;
  --bodyColor: #000000;
  --blackColor: #000000;
  --whiteColor: #ffffff;
  --menuColor: #000000;
  --borderColor: #e6e6e6;
  --borderColor2: #ffffff14;
  --btnTextColor: #000000;
  --btnTextHoverColor: var(--primaryColor);
  --btnBgColor: var(--primaryColor);
  --btnBgHoverColor: var(--primaryColor5);
  --linkColor: var(--secondaryColor);
  --linkHoverColor: var(--primaryColor);
  --neutralColor0: #ffffff;
  --neutralColor10: #fafafa;
  --neutralColor20: #f5f5f6;
  --neutralColor30: #ebebed;
  --neutralColor40: #dfdfe1;
  --neutralColor50: #c2c2c6;
  --neutralColor60: #b3b3b8;
  --neutralColor70: #a7a7ac;
  --neutralColor80: #98999e;
  --neutralColor90: #898a91;
  --neutralColor100: #7b7b83;
  --neutralColor200: #6c6d75;
  --neutralColor300: #5d5e67;
  --neutralColor400: #51525c;
  --neutralColor500: #42434e;
  --neutralColor600: #363742;
  --neutralColor700: #252632;
  --neutralColor800: #161725;
  --neutralColor900: #0a0b19;
  --neutralColor1000: #0d0d0d;
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/** Blog Style CSS ------------------------*/
.themephi-blog-grid .image-part.yes:hover img {
  filter: grayscale(100%);
}
.themephi-blog-grid.blog--style1 .blog-item {
  background-color: var(--bodyColor2);
  border: 1px solid transparent;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content {
  padding: 30px 33px;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog-meta li:last-child {
  margin-right: 0;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .title {
  font-size: 20px;
  line-height: 1.5;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog_footer .btn-part {
  margin-top: 10px;
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog_footer .btn-part a {
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog_footer .btn-part a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  background-color: var(--primaryColor);
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  color: var(-textColor);
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content .blog_footer .meta_date {
  color: var(--textColor);
  margin-top: 10px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 {
  background-color: var(--bodyColor2);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .image-part {
  margin-bottom: 0px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper {
  padding: 30px 35px;
  display: flex;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content-date .blog-date-wrapp {
  display: inline-block;
  background-color: var(--bodyColor);
  padding: 8px 14px;
  margin-right: 25px;
  color: var(--textColor);
  text-align: center;
  border-radius: 3px;
  line-height: 1;
  padding-bottom: 12px;
  margin-top: 5px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content-date .blog-date-wrapp span.date {
  font-size: 24px;
  font-weight: 700;
  color: var(--textColor);
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content-date .blog-date-wrapp span.month {
  color: var(--textColor);
  line-height: 1;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content ul.blog-meta {
  margin-bottom: 0;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content ul.blog-meta li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content ul.blog-meta li span {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content .title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
.themephi-blog-grid.blog--style2 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content .readon-arrow {
  font-weight: 500;
  display: block;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part img {
  transition: 0.3s;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part img:hover {
  transform: scale(1.1);
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part.yes img:hover {
  filter: grayscale(1);
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part .cat_list {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part .cat_list ul {
  list-style: none;
  margin: 0;
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part .cat_list ul li a {
  padding: 7px 24px;
  display: inline-block;
  background: var(--primaryColor);
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style3 .blog-inner .image-part .cat_list span {
  padding: 7px 24px;
  display: inline-block;
  background: var(--primaryColor);
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style3 .blog-content {
  position: relative;
  z-index: 1;
}
.themephi-blog-grid.blog--style3 .blog-content .blog-meta {
  margin: 0;
  background: var(--bodyColor2);
  display: flex;
  align-items: center;
}
.themephi-blog-grid.blog--style3 .blog-content .blog-meta li {
  list-style: none;
  margin-right: 20px;
}
.themephi-blog-grid.blog--style3 .blog-content .blog-meta li:last-child {
  margin-right: 0;
}
.themephi-blog-grid.blog--style3 .blog-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
.themephi-blog-grid.blog--style4 .blog-item .image-part.h-100 a {
  height: 100%;
  width: 100%;
}
.themephi-blog-grid.blog--style4 .blog-item .image-part.h-100 a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content {
  padding: 25px;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog-meta li {
  display: inline-block;
  font-size: 14px;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer span {
  font-weight: 500;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .btn-part a {
  font-weight: 500;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .meta_author.yes {
  display: flex;
  gap: 15px;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .meta_author.yes .tp-author-img img {
  border-radius: 50%;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .meta_author.yes .tp-author-text {
  font-weight: 400;
  font-size: 13px;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .blog_footer .meta_author.yes .tp-author-text strong {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.themephi-blog-grid.blog--style4 .blog-item .blog-content .title {
  font-size: 20px;
  line-height: 1.3;
}
.themephi-blog-grid.blog--style5 .image-part {
  position: relative;
  margin-bottom: 30px;
}
.themephi-blog-grid.blog--style5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.themephi-blog-grid.blog--style5 ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.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: var(--primaryColor);
  color: var(--titleColor);
  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: var(--titleColor);
  background: #0c0a0a;
  padding: 4px 0;
}
.themephi-blog-grid.blog--style5 .blog-item {
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
  background-color: var(--bodyColor2);
}
.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: var(--titleColor);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.themephi-blog-grid.blog--style5 .blog-content .title a:hover {
  color: var(--primaryColor);
}
.themephi-blog-grid.themephi-blog-grid6 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  border-radius: 5px;
  padding: 8px;
}
.themephi-blog-grid.themephi-blog-grid6 img {
  border-radius: 5px;
}
.themephi-blog-grid.themephi-blog-grid6 .blog-content {
  padding: 24px 20px;
}
.themephi-blog-grid.themephi-blog-grid6 .blog-content p {
  font-size: 16px;
}
.themephi-blog-grid.themephi-blog-grid6 .title.dd {
  font-size: 24px;
  line-height: 1.3;
}
.themephi-blog-grid.themephi-blog-grid6 .title.dd a {
  color: #090908;
}
.themephi-blog-grid.themephi-blog-grid6 .title.dd a:hover {
  color: var(--primaryColor);
}
.themephi-blog-grid.themephi-blog-grid6 ul.blog-meta {
  margin-bottom: 10px;
}
.themephi-blog-grid.themephi-blog-grid6 ul.blog-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.themephi-blog-grid.themephi-blog-grid6 ul.blog-meta li i {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: var(--primaryColor);
  margin-right: 5px;
}
.themephi-blog-grid.themephi-blog-grid6 ul.blog-meta li i {
  transform: translateY(-1px);
}
.themephi-blog-grid.blog--style7 .image-part {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.themephi-blog-grid.blog--style7 .blog-badge {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--primaryColor);
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
  margin-right: 15px;
}
.themephi-blog-grid.blog--style7 .blog-badge .year {
  color: var(--titleColor);
  background: #444;
  padding: 1px 0;
}
.themephi-blog-grid.blog--style7 .blog-badge .date-2 {
  display: flex;
  flex-direction: column;
  padding: 5px 14px;
  padding-bottom: 35px;
}
.themephi-blog-grid.blog--style7 .blog-badge .date-2 span {
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style7 .blog-badge .date-2 .date {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.themephi-blog-grid.blog--style7 ul.blog-meta {
  margin-bottom: 15px;
}
.themephi-blog-grid.blog--style7 ul.blog-meta li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style7 ul.blog-meta li:last-child {
  margin-right: 0;
}
.themephi-blog-grid.blog--style7 ul.blog-meta li .meta_author {
  display: inline-block;
}
.themephi-blog-grid.blog--style7 ul.blog-meta li .meta_author img {
  border-radius: 50%;
  margin-right: 5px;
}
.themephi-blog-grid.blog--style7 .title {
  margin-bottom: 20px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 {
  background-color: var(--bodyColor2);
  padding: 20px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .image-part {
  margin-bottom: 20px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content ul.blog-meta li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content ul.blog-meta li > span {
  background-color: var(--bodyColor);
  display: inline-block;
  padding: 4px 14px;
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content ul.blog-meta li > span img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content .title {
  font-size: 24px;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content .meta_author {
  display: inline-block;
  font-weight: 500;
}
.themephi-blog-grid.blog--style8 .blog-item.themephi-blog-grid1 .blog-content .readon-arrow {
  font-weight: 500;
  display: block;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper {
  position: relative;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .image-part {
  position: relative;
  z-index: 1;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .image-part img {
  min-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .image-part::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  z-index: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9, 9, 8, 0) 0%, rgb(9, 9, 8) 100%);
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content {
  background-color: transparent;
  transition: all 0.3s linear 0s;
  text-align: center;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content.blog-content-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 30px;
  margin-top: 0;
  padding: 30px 25px;
  padding-bottom: 0;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content .blog-meta {
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content .blog-meta li span {
  color: var(--primaryColor);
  font-weight: 500;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content .title {
  color: var(--titleColor);
  font-size: 24px;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content p {
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper .blog-content a {
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content {
  background-color: #00100b;
  padding-bottom: 30px;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content .title a {
  color: var(--primaryColor);
  font-weight: 700;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content p {
  color: rgb(58, 56, 54);
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content a {
  color: var(--whiteColor);
  font-weight: 500;
}
.themephi-blog-grid.blog--style9 .grid-image-part-wrapper:hover .blog-content a:hover {
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style10 .blog-item {
  background-color: var(--bodyColor2);
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content {
  padding: 30px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .blog-meta-wrapper {
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .post-categories {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .post-categories li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 8px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .post-categories li a {
  display: inline-block;
  background-color: var(--bodyColor);
  font-size: 14px;
  padding: 1px 10px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .blog-meta {
  display: inline-block;
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 8px;
  background-color: var(--bodyColor);
  font-size: 14px;
  padding: 1px 10px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.themephi-blog-grid.blog--style10 .blog-item .blog-content .title {
  font-size: 24px;
  line-height: 1.4;
}
.themephi-blog-grid.blog--style10 .blog-item .blog_footer {
  background-color: var(--neutralColor700);
  padding: 7px 25px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog_footer span {
  font-size: 13px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog_footer span.meta_comments {
  background-color: var(--titleColor);
  padding: 1px 5px;
  border-radius: 30px;
}
.themephi-blog-grid.blog--style10 .blog-item .blog_footer span.meta_comments i {
  font-size: 10px;
  font-weight: 700;
}
.themephi-blog-grid.blog--style11 .grid-item.col-xl-6 .image-part img {
  min-height: 1086px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.themephi-blog-grid.blog--style11 .grid-item.col-xl-6.col-lg-6 .image-part img {
  min-height: 528px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper {
  position: relative;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .image-part {
  position: relative;
  z-index: 1;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .image-part img {
  min-height: 528px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .image-part::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9, 9, 8, 0) 0%, rgb(9, 9, 8) 100%);
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content {
  background-color: transparent;
  transition: all 0.3s linear 0s;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content.blog-content-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin-top: 0;
  padding: 35px 40px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content.blog-content-absolute {
    padding: 35px 20px;
  }
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content.blog-content-absolute .blog-content-wrapp {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content.blog-content-absolute .blog-content-wrapp .meta_category {
  display: inline-block;
  background-color: var(--titleColor);
  color: #090908;
  padding: 3px 15px;
  border-radius: 2px;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content .blog-meta {
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content .blog-meta li span {
  color: #d4d4d5;
  font-weight: 500;
  text-transform: uppercase;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content .title {
  color: var(--titleColor);
  font-size: 24px;
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content p {
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content a {
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style11 .grid-image-part-wrapper .blog-content a:hover {
  color: var(--primaryColor);
}
.themephi-blog-grid.blog--style12 .blog-item {
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}
.themephi-blog-grid.blog--style12 .blog-item:hover {
  border-color: var(--primaryColor);
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper {
  position: relative;
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .image-part {
  position: relative;
  z-index: 1;
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .image-part img {
  min-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .image-part::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background: linear-gradient(180deg, rgba(9, 9, 8, 0) 29.53%, #090908 82.16%);
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .blog-content {
  background-color: transparent;
  transition: all 0.3s linear;
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .blog-content.blog-content-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 24px;
  padding: 24px;
  border-radius: 20px;
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .blog-content .blog-meta {
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .blog-content .blog-meta li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .blog-content .blog-meta li span {
  color: var(--primaryColor);
  font-weight: 500;
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .blog-content .title {
  color: var(--titleColor);
  font-size: 24px;
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .blog-content p {
  color: var(--textColor);
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper .blog-content a {
  color: var(--textColor);
}
.themephi-blog-grid.blog--style12 .grid-image-part-wrapper:hover .blog-content {
  background: linear-gradient(90deg, rgba(253, 220, 139, 0.2392156863) 5.25%, rgba(40, 208, 232, 0.2392156863) 72.21%);
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 {
  background-color: var(--bodyColor2);
  border-radius: 16px;
  border: 1px solid var(--borderColor2);
  padding: 24px;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .image-part {
  margin: 32px 0;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .image-part img {
  border-radius: 16px;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content-date .blog-date-wrapp {
  display: inline-block;
  background-color: var(--primaryColor);
  padding: 8px 14px;
  color: var(--blackColor);
  text-align: center;
  border-radius: 3px;
  line-height: 1;
  padding-bottom: 12px;
  margin-top: 5px;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content-date .blog-date-wrapp span.date {
  font-size: 24px;
  font-weight: 700;
  color: var(--blackColor);
  line-height: 1;
  margin-bottom: 5px;
  display: block;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content-date .blog-date-wrapp span.month {
  color: var(--blackColor);
  line-height: 1;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content ul.blog-meta {
  margin-bottom: 0;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content ul.blog-meta li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content ul.blog-meta li span {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--neutralColor40);
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content .title a {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content .readon-arrow {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 3px;
  background: var(--primaryColor);
  transition: all 0.3s linear;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content .readon-arrow i {
  font-size: 12px;
  margin-left: 5px;
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content .readon-arrow:hover {
  background: var(--primaryColor5);
  color: var(--whiteColor);
}
.themephi-blog-grid.blog--style13 .blog-item.themephi-blog-grid1 .blog-content-wrapper .blog-content .desc {
  color: var(--neutralColor40);
  margin-bottom: 0;
}

.blog-date-on-thumb {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  writing-mode: vertical-lr;
  transform: translateY(-50%) rotate(180deg);
  background: var(--whiteColor);
  padding: 20px 10px;
  white-space: nowrap;
}/*# sourceMappingURL=blog-grid.css.map */