* {
  box-sizing: border-box;
}

/* display */
.sp-d-hidden {
  display: none;
}

.sp-d-flex {
  display: flex;
}

.sp-d-i-flex {
  display: inline-flex;
}

.sp-d-block {
  display: block;
  /* display: block !important; */
}

.sp-d-i-block {
  display: inline-block;
}

.sp-justify-left,
.sp-justify-start {
  justify-content: start;
  /* justify-content: start !important; */
}

.sp-justify-center {
  justify-content: center;
  /* justify-content: center !important; */
}

.sp-justify-right,
.sp-justify-end {
  justify-content: end;
  /* justify-content: end !important; */
}

.sp-align-i-center {
  align-items: center;
}

.sp-align-i-start {
  align-items: start;
}

.sp-align-i-end {
  align-items: end;
}

.sp-row-reverse {
  flex-direction: row-reverse;
}

/* Text Align */
.sp-text-align-center {
  text-align: center;
}

.sp-text-align-left {
  text-align: left;
}

.sp-text-align-right {
  text-align: right;
}

/* Border style */
.sp-border-none {
  border-style: none;
}

.sp-border-solid {
  border-style: solid;
}

.sp-border-dotted {
  border-style: dotted;
}

.sp-border-dashed {
  border-style: dashed;
}

.sp-border-double {
  border-style: double;
}

.sp-border-groove {
  border-style: groove;
}

.sp-border-inset {
  border-style: inset;
}

.sp-border-outset {
  border-style: outset;
}

.sp-border-ridge {
  border-style: ridge;
}

/* Font weight */
.sp-font-300 {
  font-weight: 300;
  /* font-weight: 300 !important; */
}

.sp-font-400 {
  font-weight: 400;
  /* font-weight: 400 !important; */
}

.sp-font-500 {
  font-weight: 500;
  /* font-weight: 500 !important; */
}

.sp-font-600 {
  font-weight: 600;
  /* font-weight: 600 !important; */
}

.sp-font-700 {
  font-weight: 700;
  /* font-weight: 700 !important; */
}

.sp-font-800 {
  font-weight: 800;
  /* font-weight: 800 !important; */
}

.sp-font-900 {
  font-weight: 900;
  /* font-weight: 900 !important; */
}

/* Font style */
.sp-font-normal {
  font-style: normal;
}

.sp-font-italic {
  font-style: italic;
}

.sp-font-oblique {
  font-style: oblique;
}

/* Text transform */
.sp-text-t-normal {
  text-transform: none;
  /* text-transform: none !important; */
}

.sp-text-t-lowercase {
  text-transform: lowercase;
  /* text-transform: lowercase !important; */
}

.sp-text-t-capitalize {
  text-transform: capitalize;
  /* text-transform: capitalize !important; */
}

.sp-text-t-uppercase {
  text-transform: uppercase;
  /* text-transform: uppercase !important; */
}

/* Text decoration */
.sp-text-d-none {
  text-decoration: none !important;
}

.sp-text-d-overline {
  text-decoration: overline;
  /* text-decoration: overline !important; */
}

.sp-text-d-line-through {
  text-decoration: line-through;
  /* text-decoration: line-through !important; */
}

.sp-text-d-underline {
  text-decoration: underline;
  /* text-decoration: underline !important; */
}

.sp-text-d-underline-overline {
  text-decoration: underline overline;
  /* text-decoration: underline overline !important; */
}

.sp-smart-post-sectionHeadingStyle {
  display: inline;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.sp-smart-mb-5{
  margin-bottom: 5px;
}

.sp-smart-post-author {
  align-self: center;
}

.sp-li-style-none {
  list-style: none;
}

/* Category Styles */
.sp-smart-post-category {
  z-index: 11;
}

.sp-smart-post-category ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.sp-smart-post-category ul li {
  list-style: none;
}

.sp-smart-post-category ul li a:focus {
  box-shadow: none;
}

.sp-smart-post-category ul li a {
  display: block;
}

.sp-heading-wrapper {
  display: flex;
  align-items: center;
  /* Vertically center the text and the icon */
  justify-content: center;
  /* Center the whole group horizontally */
}

.sp-smart-post-author {
  align-self: center;
}

.sp-m-0 {
  margin: 0;
}

.sp-p-0 {
  padding: 0;
}

.sp-li-style-none {
  list-style: none;
}

.sp-smart-post-social-share.sp-d-flex {
  flex-wrap: wrap;
  align-items: center;
}

/* Social Share Icon style */
.sp-smart-post-social-share .sp-smart-post-social-share-icon a {
  text-decoration: none;
}

.sp-smart-post-social-share .sp-smart-post-social-share-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  transition: 0.3s;
}

/* Social share icon original color style */
.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-facebook {
  background-color: #0765FF;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-x {
  background-color: #000000;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-linkedin {
  background-color: #0B65C2;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-pinterest {
  background-color: #E60022;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-mail {
  background: #DA4A3E;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-instagram {
  background: radial-gradient(182.61% 44.3% at -16.75% 7.2%, #3771C8 0%, #3771C8 12.8%, rgba(102, 0, 255, 0.00) 100%), radial-gradient(92.18% 99.11% at 26.56% 107.7%, #FD5 0%, #FD5 10%, #FF543E 50%, #C837AB 100%);
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-vkontakte {
  background-color: #0177FF;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-digg {
  background: #1B1A19;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-tumblr {
  background-color: #011935;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-reddit {
  background-color: #FD4500;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-whatsapp {
  background-color: #0BC144;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-pocket {
  background: #EF4155;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-xing {
  background: #0698a0;
  color: #fff;
}

.sp-smart-post-social-share.original-css .sp-smart-post-social-share-icon .sp-icon-clone {
  background: #04A963;
  color: #fff;
}

/* Social share icon original color if icon only style */
.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-facebook {
  background-color: transparent;
  color: #0765FF;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-x {
  background-color: transparent;
  color: #000000;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-linkedin {
  background-color: transparent;
  color: #0B65C2;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-pinterest {
  background-color: transparent;
  color: #E60022;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-mail {
  background-color: transparent;
  color: #DA4A3E;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-instagram {
  background: transparent;
  color: #e4405f;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-vkontakte {
  background-color: transparent;
  color: #0177FF;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-digg {
  background-color: transparent;
  color: #1B1A19;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-tumblr {
  background-color: transparent;
  color: #011935;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-reddit {
  background-color: transparent;
  color: #FD4500;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-whatsapp {
  background-color: transparent;
  color: #0BC144;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-pocket {
  background-color: transparent;
  color: #EF4155;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-xing {
  background-color: transparent;
  color: #0698a0;
}

.sp-smart-post-social-share.original-css.icon-only .sp-smart-post-social-share-icon .sp-icon-clone {
  background-color: transparent;
  color: #04A963;
}

.sp-smart-post-social-share .sp-smart-post-social-share-icon .sp-copy-url-area {
  position: relative;
}

.sp-post-url-copy-popup {
  display: none;
  position: absolute;
  top: -40px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  width: 65px;
}

.sp-smart-post-card-image {
  position: relative;
  height: fit-content;
  overflow: hidden;
}

.grid-six-container .sp-smart-post-card.template-one .sp-smart-post-card-image{
  flex-shrink: 0;
}

.sp-smart-post-card-image img {
  display: block;
}

.sp-relative {
  position: relative;
}

.sp-position-absolute {
  position: absolute;
}

.sp-position-top-left {
  top: 0;
  left: 0;
}

.sp-position-top-right {
  top: 0;
  right: 0;
}

.sp-position-bottom-right ul,
.sp-position-top-right ul {
  justify-content: right !important;
}

.sp-position-bottom-left {
  bottom: 0;
  left: 0;
}

.sp-position-bottom-right {
  bottom: 0;
  right: 0;
}

.sp-position-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sp-position-center-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sp-position-center-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sp-heading-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* Vertically center the text and the icon */
  justify-content: center;
  /* Center the whole group horizontally */
}

.sp-smart-post-circle-icon {
  text-align: center;
  margin-top: -16px;
}

.sp-smart-post-fourTeen.center::after {
  left: 50% !important;
}

/* For left alignment */
.sp-smart-post-fourTeen.left::after {
  left: 0;
}

/* For right alignment */
.sp-smart-post-fourTeen.right::after {
  left: 96%;
}

/* Hide last metadata separator */
.sp-smart-post-details .sp-smart-post-separator:last-child {
  display: none;
}

/* Carousel Navigation Arrow */
.sp-smart-post-swiper-nav-arrow-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
.sp-smart-post-swiper-nav-arrow-btn.swiper-button-disabled {
  opacity: .95;
}

.sp-space-between {
  justify-content: space-between;
}

.sp-smart-post-swiper-nav-arrow {
  z-index: 999;
  width: -webkit-fill-available;
  left: 0;
}

/* .swiper {
  height: fit-content;
} */

/* Carousel Navigation arrow position from top if its not given */
.sp-vertical-none {
  top: 49%;
}

.sp-text-align-twentyOne-center {
  display: flex;
  position: relative;
  align-items: center;
  left: 25%;
}

.sp-text-align-twentyOne-right {
  display: flex;
  position: relative;
  align-items: center;
  left: 50%;
}

.width-100pct {
  width: 100% !important;
}

.height-100pct {
  height: 100% !important;
}

/* Padding 0 */
.sp-p-0 {
  padding: 0;
}

/* Margin 0*/
.sp-m-0 {
  margin: 0;
}

/* Margin and padding both 0 */
.sp-mp-0 {
  margin: 0;
  padding: 0;
}

.sp-flex-column {
  display: flex;
  flex-direction: column;
}

/* Post card content details metadata css */
.sp-smart-post-card-content .sp-smart-post-details {
  display: flex;
  flex-wrap: wrap;
  text-transform: capitalize;
}

.sp-smart-post-details .sp-smart-post-author a {
  display: flex !important;
  align-items: center;
  gap: 4px;
}

.sp-smart-post-details .sp-smart-post-author a img {
  width: 14px;
  border-radius: 50%;
}

/* .sp-smart-post-details .sp-smart-post-author a .sp-smart-post-author-name {
  font-size: 9px;
} */

.sp-smart-post-details .sp-smart-post-date {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* .sp-smart-post-details .sp-smart-post-date .sp-smart-post-release-date {
  font-size: 9px;
}

.sp-smart-post-details .sp-smart-post-date span {
  font-size: 9px;
} */

.sp-smart-post-details .sp-post-show-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;

}

.sp-smart-post-details .sp-post-show-comment svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sp-smart-post-details .sp-smart-post-view {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;

}

.sp-smart-post-details .sp-smart-post-view svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sp-smart-post-details .sp-smart-post-like .pcpl-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  column-gap: 4px;

}

.sp-smart-post-details .sp-smart-post-like #pcpl-loader {
  margin-top: -5px;
  margin-left: 5px;
  height: 0;
}

.sp-smart-post-details .sp-smart-post-like>span {
  display: flex;
}

.sp-smart-post-details .sp-smart-post-like .pcpl-button {
  display: flex;
  padding: 0;
}

.sp-smart-post-details .sp-smart-post-like .sp-smart-post-release-date {
  display: flex;
}

/* .sp-smart-post-details .sp-smart-post-like .pcpl-button .pcpl-count { */
  /* margin-left: 4px; */
  /* margin-top: 3px; */
/* } */

.sp-smart-post-details .sp-smart-post-like svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sp-smart-post-details .sp-smart-post-reading-time {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}

.sp-smart-post-details .sp-smart-post-reading-time svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* Feature image animation effect*/
.sp-smart-post-card.img-position-left .sp-smart-post-card-image,
.sp-smart-post-card.img-position-left .sp-smart-post-template-one-content,
.sp-smart-post-card.img-position-right .sp-smart-post-card-image,
.sp-smart-post-card.img-position-right .sp-smart-post-template-one-content {
  overflow: hidden;
  width: 50%;
}
.grid-six-container .sp-smart-post-card.img-position-left .sp-smart-post-template-one-content {
  width: 50%;
}

.sp-smart-post-card .sp-smart-post-card-image img {
  max-width: 100%;
  transition: transform .31s ease-in-out;
}

/* Feature Image Zoom in */
.sp-smart-post-card .sp-smart-post-card-image.img-zoom-in img,
.sp-smart-post-card.template-two .sp-background-image-styles-template-two.sp-img-hover-zoom-in {
  transition: all .3s ease-in-out;
}
.sp-smart-post-card .sp-smart-post-card-image.img-zoom-in img:hover,
.sp-smart-post-card.template-two:hover .sp-background-image-styles-template-two.sp-img-hover-zoom-in {
  transform: scale(1.1);
}

/* Feature Image Zoom out */
.sp-smart-post-card .sp-smart-post-card-image.img-zoom-out img,
.sp-smart-post-card.template-two .sp-background-image-styles-template-two.sp-img-hover-zoom-out {
  transform: scale(1.1);
  transition: all .3s ease-in-out;
}

.sp-smart-post-card .sp-smart-post-card-image.img-zoom-out img:hover,
.sp-smart-post-card.template-two:hover .sp-background-image-styles-template-two.sp-img-hover-zoom-out {
  transform: scale(1);
}

/* Feature Image slide left */
.sp-smart-post-card .sp-smart-post-card-image.img-slide-left img,
.sp-smart-post-card.template-two .sp-background-image-styles-template-two.sp-img-hover-slide-left {
  transform: scale(1.1) translateX(3%);
  transition: all .3s ease-in-out;
}

.sp-smart-post-card .sp-smart-post-card-image.img-slide-left img:hover,
.sp-smart-post-card.template-two:hover .sp-background-image-styles-template-two.sp-img-hover-slide-left {
  transform: scale(1.1) translateX(-3%);
}

/* Feature Image slide right */
.sp-smart-post-card .sp-smart-post-card-image.img-slide-right img,
.sp-smart-post-card.template-two .sp-background-image-styles-template-two.sp-img-hover-slide-right {
  transform: scale(1.1) translateX(-3%);
  transition: all .3s ease-in-out;
}

.sp-smart-post-card .sp-smart-post-card-image.img-slide-right img:hover,
.sp-smart-post-card.template-two:hover .sp-background-image-styles-template-two.sp-img-hover-slide-right {
  transform: scale(1.1) translateX(3%);
}

/* Image style rotate left */
.sp-smart-post-card.template-two .sp-background-image-styles-template-two.sp-img-hover-opacity,
.sp-smart-post-card.template-two .sp-background-image-styles-template-two.sp-img-hover-rotate-right,
.sp-smart-post-card.template-two .sp-background-image-styles-template-two.sp-img-hover-rotate-left,
.sp-smart-post-card .sp-smart-post-card-image.img-rotate-left img,
.sp-smart-post-card .sp-smart-post-card-image.img-rotate-right img {
  transform: scale(1);
  transition: all .3s ease-in-out;
}

.sp-smart-post-card .sp-smart-post-card-image.img-rotate-left img:hover,
.sp-smart-post-card.template-two:hover .sp-background-image-styles-template-two.sp-img-hover-rotate-left {
  transform: scale(1.2) rotate(5deg);
}

.sp-smart-post-card .sp-smart-post-card-image.img-rotate-right img:hover,
.sp-smart-post-card.template-two:hover .sp-background-image-styles-template-two.sp-img-hover-rotate-right {
  transform: scale(1.2) rotate(-5deg);
}
/* Feature image position styles */
.sp-smart-post-card.template-one.img-position-top {
  display: flex;
  flex-direction: column;
}

.sp-smart-post-card.template-one.img-position-left {
  display: flex;
  flex-direction: row;
}

.sp-smart-post-card.template-one.img-position-right {
  display: flex;
  flex-direction: row-reverse;
}

.sp-smart-post-card.template-one.img-position-background {
  position: relative;
}

.sp-smart-post-card.template-one.img-position-background .sp-smart-post-card-image {
  position: relative;
}

.sp-smart-post-card.template-one.img-position-background.overlay-full .sp-smart-post-card-content {
  position: absolute;
  top: 0;
  left: 0;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.5) !important;
  overflow: hidden;
  z-index: 2;
  border-radius: 5px;
}

.sp-smart-post-card.template-one.img-position-background.overlay-box .sp-smart-post-card-content {
  position: absolute;
  width: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.5) !important;
  overflow: hidden;
  z-index: 2;
  border-radius: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.sp-smart-post-card.template-one.img-position-background.overlay-box .sp-smart-post-template-one-content {
  position: absolute;
  width: -webkit-fill-available;
  z-index: 2;
  border-radius: 5px;
  top: 50%;
  transform: translate(0, -50%);
  bottom: 0;
}

.sp-smart-post-card.template-one.img-position-background.overlay-box {
  justify-content: center;
}

.sp-smart-post-details i {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.75;
}

.sp-smart-post-fourTeen {
  height: 4px;
}

.sp-smart-post-carousel-center .swiper-slide.sp-slide-item {
  transform: scale(0.9);
  opacity: .5;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.sp-smart-post-carousel-center .swiper-slide-active.sp-slide-item {
  transform: scale(1.1);
  opacity: 1 !important;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.sp-smart-post-author span i {
  opacity: 0.65;
}

.sp-smart-post-pagination-dot {
  padding: 5px 0;
}

.sp-smart-post-swiper-nav-arrow {
  pointer-events: none;
  padding: 0 3px;
  transform: translate(0, -50%);
}

.sp-smart-post-swiper-nav-arrow .sp-smart-post-swiper-nav-arrow-btn {
  pointer-events: all;
}

.sp-smart-post-swiper-nav-arrow .sp-smart-post-swiper-nav-arrow-btn:focus {
  outline: none;
}

.sp-smart-post-swiper .sp-swiper-slide {
  width: auto;
}

.sp-relative {
  position: relative;
}

.sp-smart-post-read-more-button {
  display: flex;
}

.sp-smart-post-read-more-button .sp-readmore-btn-link {
  display: flex !important;
  cursor: pointer;
  align-items: center;
}

.sp-mt-10 {
  margin-top: 10px;
}

.sp-smart-post-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-smart-post-carousel .swiper-fade .swiper-slide,
.sp-smart-post-carousel .swiper-cube .swiper-slide,
.sp-smart-post-carousel .swiper-flip .swiper-slide {
  display: grid;
}

/* .sp-smart-post-carousel .swiper-fade .swiper-slide .sp-smart-post-card {
  flex: 1;
} */

.sp-smart-post-pagination-section .sp-smart-post-pagination-buttons,
.sp-smart-post-pagination-section .sp-smart-post-navigation-buttons .sp-smart-post-grid-nav-arrow .sp-smart-post-grid-nav-arrow-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sp-smart-post-pagination-section .sp-smart-post-pagination-buttons button {
  outline: none;
  cursor: pointer;
  /* padding: 8px 14px; */
  margin-bottom: 10px;
}

.sp-smart-post-pagination-section .sp-smart-post-pagination-buttons button i::before {
  margin: 0;
}

.sp-equal-h {
  height: 100%;
}

/* .sp-smart-post-block-wrapper .sp-smart-post-static-grid-contents.grid-one-layout-six-updated .sp-smart-post-card.template-one.orientation_one .sp-smart-post-card-image {
  height: 100%;
} */

.sp-smart-post-modal-content {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 40px;
  border: none;
  outline: none;
}

.sp-smart-post-modal-content .sp-smart-post-modal-thumb-area {
  display: flex;
  justify-content: center;
}

.sp-smart-post-modal-content .sp-smart-post-modal-thumb-area img {
  max-width: 100%;
  height: auto;
}

.sp-smart-post-modal-content .sp-smart-post-modal-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: fixed;
  padding: 10px;
  top: 0;
  right: 0;
  font-weight: 900;
}

.sp-smart-post-modal-content .sp-post-modal-title {
  font-size: 28px;
}

.sp-smart-post-modal-nav-btn {
  border: none;
  font-size: 34px;
  position: absolute;
  top: 50%;
  transform: (-50%, -50%);
  cursor: pointer;
  width: 40px;
  padding: 25px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-smart-post-modal-nav-btn:focus {
  outline: none;
}

.sp-smart-post-modal-nav-btn.sp-btn-left {
  left: 0;
}

.sp-smart-post-modal-nav-btn.sp-btn-right {
  right: 0;
}

.sp-smart-post-modal-content .sp-smart-post-modal-meta {
  display: flex;
  gap: 10px;
  opacity: 1;
}

.sp-smart-post-modal-content .sp-smart-post-modal-meta .sp-smart-post-modal-meta-text {
  font-size: 14px;
  margin: 0;
}

.sp-smart-post-modal-content .sp-smart-post-modal-meta .sp-smart-post-modal-meta-text.pcpl-count {
  margin: 0;
}

/** Content area position class */
.sp-h-left {
  left: 0;
}

.sp-h-center {
  left: 25%;
}

.sp-h-right {
  left: 49%;
}

.sp-v-top {
  position: absolute;
  top: 0;
}

.sp-v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sp-v-bottom {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}

/** Image Overlay Color */
.overlay-warm-sunset {
  background: linear-gradient(2deg, rgba(244, 66, 70, 0.40) 33.02%, rgba(221, 36, 118, 0.40) 98.51%);
}

.overlay-ocean-breeze {
  background: linear-gradient(1deg, rgba(43, 88, 118, 0.40) 0.5%, rgba(78, 67, 118, 0.40) 99.51%);
}

.overlay-royal-gold {
  background: linear-gradient(1deg, rgba(255, 215, 0, 0.40) 0.5%, rgba(184, 134, 11, 0.40) 99.51%);
}

.overlay-cool-blues {
  background: linear-gradient(1deg, rgba(30, 60, 114, 0.40) 0.5%, rgba(42, 82, 152, 0.40) 99.51%);
}

.overlay-soft-pastel {
  background: linear-gradient(1deg, rgba(252, 227, 138, 0.40) 0.5%, rgba(243, 129, 129, 0.40) 99.51%);
}

.overlay-elegant-purple {
  background: linear-gradient(180deg, rgba(65, 41, 90, 0.40) 0%, rgba(47, 7, 67, 0.40) 100%);
}

.overlay-energetic-orange {
  background: linear-gradient(180deg, rgba(255, 81, 47, 0.40) 0%, rgba(240, 152, 25, 0.40) 100%);
}

.image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sp-smart-post-carousel .sp-swiper-slide.layout-center .swiper-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
  max-height: -webkit-fill-available !important;
}

/* Sidebar button tooltip */
.sp-smart-post-background-left button:hover p {
  z-index: 1;
}

/* Post Slider blocks Layout Style */
.template-two .sp-smart-post-template-content {
  width: 100%;
  height: 100%;
}
/* Post Slider blocks Layout Style */
/* .template-two.overlay-type-box .sp-smart-post-template-content {
  width: max-content;
} */

/* .template-two.post-slider-layout-five .sp-smart-post-template-content.overlay-custom {
  width: 50%;
  height: 65%;
} */

.pointer-none {
  pointer-events: none;
}

.sp-smart-post-details .sp-metadata-taxonomy {
    display: flex;
    gap: 4px;
    align-items: center;
}
.sp-smart-post-details .sp-metadata-taxonomy .post-categories {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.sp-smart-post-details .sp-metadata-taxonomy .post-categories li {
    list-style: none;
    margin: 0 3px;
}
.sp-smart-post-details .sp-metadata-taxonomy a {
    color: inherit !important;
    text-decoration: none;
}

/** General and style tabs icon align */
.sp-smart-post-tab-panel-title .sp-smart-post-block-icon {
  display: flex;
}

.sp-smart-post-card.template-two .sp-background-image-styles-template-two {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
/* .sp-smart-post-card.template-two.post-slider-layout-four .sp-background-image-styles-template-two, */
/* .sp-smart-post-card.template-two.post-slider-layout-five .sp-background-image-styles-template-two {
  width: 60%;
} */
.sp-smart-post-thumbnail-slide .thumbnail-slider-layout-six .sp-smart-post-card.template-two .sp-background-image-styles-template-two {
  width: 50%;
}
.sp-smart-post-card.template-two .sp-smart-post-template-content {
  z-index: 9;
}

/* due to image fix image scale issue*/
/* .sp-smart-post-slider .sp-slide-item,
.sp-smart-post-thumbnail-slider .sp-slide-item {
  padding: 0 4px;
} */

.sp-smart-post-slider .sp-smart-post-swiper .sp-smart-post-swiper-nav-arrow,
.sp-smart-post-thumbnail-slider .sp-smart-post-swiper  .sp-smart-post-swiper-nav-arrow {
  padding: 0 8px;
}

.sp-smart-post-card-content .sp-smart-post-category .post-categories a:focus,
.sp-smart-post-card-content a:focus,
.sp-smart-post-card-content .sp-smart-post-details .sp-smart-post-author a:focus,
.sp-smart-post-card-content .sp-smart-post-product-add-to-cart .add_to_cart_button:focus,
.sp-smart-post-card-content .sp-smart-post-product-add-to-cart .added_to_cart:focus {
  outline: 0;
  box-shadow: none;
}

.sp-smart-post-timeline-three-container {
  overflow: hidden;
}

.sp-smart-post-load-more-button button,
.sp-smart-post-navigation-buttons .sp-smart-post-grid-nav-arrow-btn {
    cursor: pointer;
}

.sp-smart-post-carousel .sp-smart-post-swiper .swiper-fade .swiper-slide-prev,
.sp-smart-post-carousel .sp-smart-post-swiper .swiper-fade .swiper-slide-next {
  opacity: 0 !important;
  visibility: hidden;
}
.sp-smart-post-carousel .sp-smart-post-swiper .swiper-fade .swiper-slide-visible {
  opacity: 1 !important;
  visibility: visible;
  transition: all 0.3s linear;
}
.sp-smart-post-carousel .swiper-coverflow .swiper-wrapper {
  padding: 1.5% 0;
}

.grid-six-container .sp-smart-post-grid-six-dynamic-contents .sp-smart-post-card-content div:has(.sp-smart-post-excerpt) {
  display: none;
}