/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.104.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.104.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.97.2_webpack@5.104.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /* Global color */
  --akfe-primary: #00ba7c;
  --akfe-success: #32cc6f;
  --akfe-info: #2c99ff;
  --akfe-warning: #fa8b0c;
  --akfe-dark: #1A1B29;
  --akfe-white: #ffffff;
  /* Global RGBA color */
  --akfe-primary-rgb: 0, 186, 124;
  --akfe-secondary-rgb: 35, 200, 185;
  --akfe-success-rgb: 50, 204, 111;
  --akfe-info-rgb: 44, 153, 255;
  --akfe-warning-rgb: 250, 139, 12;
  --akfe-dark-rgb: 26, 27, 41;
  --akfe-white-rgb: 255, 255, 255;
  --akfe-light-rgb: 248, 249, 251;
  /* Social RGB Color */
  --akfe-facebook-rgb: 59, 89, 152;
  --akfe-twitter-rgb: 29, 161, 242;
  --akfe-youtube-rgb: 205, 32, 31;
  --akfe-instagram-rgb: 38, 38, 38;
  --akfe-linkedin-rgb: 0, 119, 181;
  --akfe-pinterest-rgb: 183, 8, 27;
  --akfe-github-rgb: 38, 38, 38;
  --akfe-whatsapp-rgb: 37, 211, 102;
  --akfe-snapchat-rgb: 255, 252, 0;
  --akfe-tiktok-rgb: 1, 1, 1;
  --akfe-reddit-rgb: 255, 69, 0;
  --akfe-tumblr-rgb: 53, 70, 92;
  --akfe-vk-rgb: 76, 117, 163;
  /* Global text color */
  --akfe-text-gray: #51526E;
  --akfe-text-body: #8F8E9F;
  --akfe-text-light: #9299b8;
  --akfe-text-lighter: #7a82a6;
  --akfe-text-lightest: #605f74;
  /* Section background color */
  --akfe-bg-default: #f8f9fa;
  --akfe-bg-light: #f6f7f9;
  --akfe-bg-lighter: #f2f2f2;
  --akfe-bg-lightest: #f0f0f2;
  /* Social color */
  --akfe-facebook: #3B5998;
  --akfe-twitter: #1DA1F2;
  --akfe-youtube: #CD201F;
  --akfe-instagram: #262626;
  --akfe-linkedin: #0077b5;
  --akfe-pinterest: #b7081b;
  --akfe-github: #262626;
  --akfe-whatsapp: #25D366;
  --akfe-snapchat: #FFFC00;
  --akfe-tiktok: #010101;
  --akfe-reddit: #FF4500;
  --akfe-tumblr: #35465C;
  --akfe-vk: #4C75A3;
  /* Border color */
  --akfe-border-light: var(--akfe-light);
  --akfe-border-white: var(--akfe-white);
  --akfe-border-default: #eff1f6;
  --akfe-border-light: #e1e4ec;
  --akfe-border-lighter: #f8f9fa;
  --akfe-border-lightest: #fafbfc;
  --akfe-border-deep: #c6d0dc;
  /* Transition */
  --akfe-transition: all ease 0.3s;
  /* Font family */
  --akfe-font-family-body: "Lexend", Sans-serif;
}

.akfe-row {
  --akfe-bs-gutter-x: 1.5rem;
  --akfe-bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--akfe-bs-gutter-y) * -1);
  margin-right: calc(var(--akfe-bs-gutter-x) / -2);
  margin-left: calc(var(--akfe-bs-gutter-x) / -2);
}

.akfe-row > * {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.akfe-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .akfe-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .akfe-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .akfe-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .akfe-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
/* BEM Element and Modifier */
/*---------------------------------
#. Contact
----------------------------------*/
/* Contact Info */
.theme-contact-info.card {
  box-shadow: 0 3px 5px rgba(var(--akfe-dark-rgb), 0.05);
  border-radius: 6px;
}
.theme-contact-info.card .card-body.theme-card-body {
  padding: 20px 25px 32px 25px;
}
.theme-contact-info__list ul li:not(:last-child) {
  margin-bottom: 4px;
}
.theme-contact-info__list .theme-contact-info {
  display: flex;
  align-items: center;
}
.theme-contact-info__list .theme-contact-info i {
  font-size: 1.125rem;
  width: 18px;
  margin-right: 10px;
  color: var(--akfe-text-gray);
  fill: var(--akfe-text-gray);
}
.theme-contact-info__list .theme-contact-info__content {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--akfe-body);
}
.theme-contact-info__socials {
  margin-top: 20px;
}
.theme-contact-info__socials ul {
  display: flex;
  margin: -3px;
}
.theme-contact-info__socials ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  margin: 3px;
  transition: 0.3s;
  cursor: pointer;
}
.theme-contact-info__socials ul li i {
  font-size: 16px;
  width: 16px;
  transition: 0.3s;
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-facebook {
  background-color: rgba(var(--akfe-facebook-rgb), 0.15);
}
.theme-contact-info__socials ul li.theme-contact-facebook i {
  color: var(--akfe-facebook);
  fill: var(--akfe-facebook);
}
.theme-contact-info__socials ul li.theme-contact-facebook:hover {
  background-color: var(--akfe-facebook);
}
.theme-contact-info__socials ul li.theme-contact-facebook:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-twitter {
  background-color: rgba(var(--akfe-twitter-rgb), 0.15);
}
.theme-contact-info__socials ul li.theme-contact-twitter i {
  color: var(--akfe-twitter);
  fill: var(--akfe-twitter);
}
.theme-contact-info__socials ul li.theme-contact-twitter:hover {
  background-color: var(--akfe-twitter);
}
.theme-contact-info__socials ul li.theme-contact-twitter:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-youtube {
  background-color: rgba(var(--akfe-youtube-rgb), 0.15);
}
.theme-contact-info__socials ul li.theme-contact-youtube i {
  color: var(--akfe-youtube);
  fill: var(--akfe-youtube);
}
.theme-contact-info__socials ul li.theme-contact-youtube:hover {
  background-color: var(--akfe-youtube);
}
.theme-contact-info__socials ul li.theme-contact-youtube:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-instagram {
  background-color: rgba(38, 38, 38, 0.15);
}
.theme-contact-info__socials ul li.theme-contact-instagram i {
  color: var(--akfe-instagram);
  fill: var(--akfe-instagram);
}
.theme-contact-info__socials ul li.theme-contact-instagram:hover {
  background-color: var(--akfe-instagram);
}
.theme-contact-info__socials ul li.theme-contact-instagram:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}
.theme-contact-info__socials ul li.theme-contact-linkedin {
  background-color: rgba(var(--akfe-linkedin-rgb), 0.15);
}
.theme-contact-info__socials ul li.theme-contact-linkedin i {
  color: var(--akfe-linkedin);
  fill: var(--akfe-linkedin);
}
.theme-contact-info__socials ul li.theme-contact-linkedin:hover {
  background-color: var(--akfe-linkedin);
}
.theme-contact-info__socials ul li.theme-contact-linkedin:hover i {
  color: var(--akfe-white);
  fill: var(--akfe-white);
}

/* Theme Contact Form */
.theme-contact-form.card.theme-card {
  text-align: left;
  box-shadow: 0 3px 5px rgba(var(--akfe-dark), 0.05);
  border: 1px solid var(--akfe-border-default);
  border-radius: 6px;
}
.theme-contact-form.card.theme-card .theme-card-header {
  border-radius: 6px 6px 0 0;
  padding: 15px 25px;
  border-bottom: 1px solid var(--akfe-border-default);
  background-color: var(--akfe-white);
}
.theme-contact-form.card.theme-card .theme-card-header h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 0;
  color: var(--akfe-dark);
}
.theme-contact-form.card.theme-card .theme-card-body {
  padding: 30px;
}
@media only screen and (max-width: 375px) {
  .theme-contact-form.card.theme-card .theme-card-body {
    padding: 30px 15px;
  }
}
.theme-contact-form.card.theme-card .theme-card-body p {
  margin-top: 0;
}
.theme-contact-form.card.theme-card .theme-card-body textarea,
.theme-contact-form.card.theme-card .theme-card-body input {
  font-size: 14px;
  min-height: 46px;
  border-radius: 5px;
  padding: 10px 18px;
  border: 1px solid var(--akfe-border-default);
  color: var(--akfe-dark);
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}
.theme-contact-form.card.theme-card .theme-card-body textarea::-moz-placeholder, .theme-contact-form.card.theme-card .theme-card-body input::-moz-placeholder {
  font-size: 14px;
  color: var(--akfe-text-gray);
  opacity: 1;
}
.theme-contact-form.card.theme-card .theme-card-body textarea::placeholder,
.theme-contact-form.card.theme-card .theme-card-body input::placeholder {
  font-size: 14px;
  color: var(--akfe-text-gray);
  opacity: 1;
}
.theme-contact-form.card.theme-card .theme-card-body textarea {
  max-height: 100px;
  resize: none;
}
.theme-contact-form.card.theme-card .theme-card-body button.wpcf7-submit {
  background-color: var(--akfe-primary);
  border: 1px solid var(--akfe-primary);
  color: var(--akfe-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  width: 100%;
}
.theme-contact-form.card.theme-card .theme-card-body button.wpcf7-submit:hover {
  opacity: 0.8;
}
.theme-contact-form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--akfe-dark);
  padding-bottom: 5px;
}
.theme-contact-form p:last-child {
  margin-bottom: 0;
}
.theme-contact-form .btn-send {
  margin-top: 20px;
}
.theme-contact-form .ajax-loader {
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 22;
}

/* Theme Contact Modal */
.theme-contact-modal.theme-modal .modal-body {
  padding-bottom: 50px;
}
.theme-contact-modal.theme-modal .modal-body textarea {
  min-height: 99px;
  resize: none;
}

/* Warning Style */
.wpcf7-response-output {
  background-color: rgba(var(--akfe-warning-rgb), 0.09);
  color: var(--akfe-warning);
  border: 0 none !important;
  min-height: 48px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(var(--akfe-success-rgb), 0.09);
  color: var(--akfe-success);
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
}

.elementor-widget-akfe_team .theme-team-single .theme-team-single__img {
  position: relative;
  display: flex;
}
.elementor-widget-akfe_team .theme-team-single .theme-team-single__img img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: auto;
}
.elementor-widget-akfe_team .theme-team-single .theme-team-single__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--akfe-dark-rgb), 0.6);
  opacity: 0;
  transition: var(--akfe-transition);
}
.elementor-widget-akfe_team .theme-team-single figcaption {
  padding: 14px 0;
  border-radius: 0 0 5px 5px;
  border: 1px solid var(--akfe-border-default);
  box-shadow: 0 3px 5px rgba(var(--akfe-light-rgb), 0.05);
}
.elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--akfe-dark);
  margin-bottom: 4px;
}
.elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__position {
  font-size: 15px;
  font-weight: 400;
  color: var(--akfe-text-lighter);
  margin: 0;
}
.elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__social {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  transition: var(--akfe-transition);
}
@media only screen and (max-width: 1199px) {
  .elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__social {
    top: 38%;
  }
}
@media only screen and (max-width: 1199px) {
  .elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__social {
    top: 38%;
  }
}
.elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__social li {
  list-style: none;
  margin-right: 20px;
}
.elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__social li a {
  font-size: 20px;
  color: var(--akfe-white);
  transition: var(--akfe-transition);
}
.elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__social li a svg {
  width: 20px;
  height: 20px;
  fill: var(--akfe-white);
}
.elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__social li a:hover {
  color: var(--akfe-primary);
}
.elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__social li a:hover svg {
  fill: var(--akfe-primary);
}
.elementor-widget-akfe_team .theme-team-single figcaption .theme-team-single__social li:last-child {
  margin-right: 0;
}
.elementor-widget-akfe_team .theme-team-single:hover .theme-team-single__img:before {
  opacity: 1;
}
.elementor-widget-akfe_team .theme-team-single:hover figcaption .theme-team-single__social {
  opacity: 1;
}

/*-----------------------
#. Blog
-----------------------*/
.directorist-content-active .akfe-theme-blog-each {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .akfe-theme-blog-grid-area .akfe-theme-pagination-area {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .akfe-theme-blog-grid-area .akfe-theme-pagination-area {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .akfe-theme-blog-grid-area .sidebar-widget-area {
    margin-top: 30px;
  }
}

/* Blog Each */
.akfe-theme-blog-each {
  box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
  border: 1px solid var(--akfe-border-default);
  border-radius: 6px;
}
.akfe-theme-blog-each .akfe-theme-blog-card:hover .akfe-theme-blog-card__thumbnail img {
  transform: scale(1.07);
}
.akfe-theme-blog-each .akfe-theme-blog-card__thumbnail {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  max-height: 220px;
  display: flex;
}
.akfe-theme-blog-each .akfe-theme-blog-card__thumbnail a {
  width: 100%;
  height: 100%;
}
.akfe-theme-blog-each .akfe-theme-blog-card__thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.0001);
  transition: 0.3s;
  border-radius: 6px 6px 0 0;
}
.akfe-theme-blog-each .akfe-theme-blog-card__details {
  padding: 22px 20px;
  border-radius: 0 0 6px 6px;
  background-color: var(--akfe-white);
}
.akfe-theme-blog-each .akfe-theme-blog-card__content .akfe-theme-blog-card__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.akfe-theme-blog-each .akfe-theme-blog-card__content .akfe-theme-blog-card__title a {
  text-decoration: none;
  color: var(--akfe-dark);
  transition: 0.3s;
}
.akfe-theme-blog-each .akfe-theme-blog-card__content .akfe-theme-blog-card__title a:hover {
  color: var(--akfe-primary);
}
.akfe-theme-blog-each .akfe-theme-blog-card__content .akfe-theme-blog-card__title.akfe-theme-related-post-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__content .akfe-theme-blog-card__summary {
  margin-bottom: 15px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__content .akfe-theme-blog-card__summary p {
  font-size: 14px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list {
  font-size: 15px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul {
  margin-bottom: 0;
  padding: 0;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li {
  display: inline-block;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li:not(:last-child) {
  margin-right: 3px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li span {
  font-size: 13px;
  color: var(--akfe-text-body);
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li a {
  text-decoration: none;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li + li {
  position: relative;
  padding-left: 10px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li + li:after {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #b7b7c5;
  border-radius: 50%;
  left: 0;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li.akfe-theme-blog-card_category-meta a {
  font-size: 13px;
  color: var(--akfe-info);
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list.akfe-theme-related-post-meta {
  margin: 0;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list.akfe-theme-related-post-meta span {
  font-size: 14px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li .akfe-theme-blog-category-meta__popup {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  color: var(--akfe-dark);
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li .akfe-theme-blog-category-meta__popup:hover .akfe-theme-blog-category-meta__popup__content {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li .akfe-theme-blog-category-meta__popup .akfe-theme-blog-category-meta__popup {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  color: var(--akfe-dark);
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li .akfe-theme-blog-category-meta__popup .akfe-theme-blog-category-meta__extran-count {
  color: var(--akfe-dark);
  font-size: 14px;
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li .akfe-theme-blog-category-meta__popup .akfe-theme-blog-category-meta__popup__content {
  display: block;
  position: absolute;
  width: 140px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  bottom: 25px;
  left: -5px;
  transition: 0.3s ease;
  background: #fff;
  line-break: auto;
  word-break: break-word;
  padding: 7px 10px;
  border-radius: 3px;
  z-index: 2;
  box-shadow: 0 3px 5px rgba(143, 142, 159, 0.2);
  color: var(--akfe-text-gray);
}
@media only screen and (max-width: 575px) {
  .akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li .akfe-theme-blog-category-meta__popup .akfe-theme-blog-category-meta__popup__content {
    left: auto;
    right: 0;
  }
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li .akfe-theme-blog-category-meta__popup .akfe-theme-blog-category-meta__popup__content a {
  font-size: 14px;
  display: block;
  color: var(--akfe-text-body);
}
.akfe-theme-blog-each .akfe-theme-blog-card__meta-list ul li .akfe-theme-blog-category-meta__popup .akfe-theme-blog-category-meta__popup__content a:hover {
  color: var(--akfe-primary);
}

/* Single Blog */
.akfe-theme-single-blog {
  padding: 80px 0 110px;
}
@media only screen and (max-width: 991px) {
  .akfe-theme-single-blog {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .akfe-theme-single-blog {
    padding: 40px 0 40px;
  }
}

/* Single Blog Thumbnail */
.akfe-theme-post-single .akfe-theme-post-thumbnail {
  overflow: hidden;
}
.akfe-theme-post-single .akfe-theme-post-thumbnail img {
  width: 100%;
  height: auto;
}

/* Single Blog Content Style */
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: 2.25rem;
  }
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
  font-weight: 600;
  margin: 47px 0 28px;
  word-wrap: break-word;
  color: var(--akfe-dark);
}
@media only screen and (max-width: 991px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-title {
    font-size: 1.875rem;
  }
}
.akfe-theme-post-single .akfe-theme-post-content p:not(:last-child) {
  margin-bottom: 20px;
}
.akfe-theme-post-single .akfe-theme-post-content h1,
.akfe-theme-post-single .akfe-theme-post-content h2,
.akfe-theme-post-single .akfe-theme-post-content h3,
.akfe-theme-post-single .akfe-theme-post-content h4,
.akfe-theme-post-single .akfe-theme-post-content h5,
.akfe-theme-post-single .akfe-theme-post-content h6 {
  margin-bottom: 18px;
}
.akfe-theme-post-single .akfe-theme-post-content .wp-block-image {
  margin: 36px 0 32px;
}

/* Single Blog Bockquote */
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote {
  max-width: 700px;
  padding: 15px 45px;
  margin: 25px 0 45px 20px;
  border-left: 2px solid var(--akfe-primary);
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-body .wp-block-quote {
    padding: 15px 25px;
    margin: 20px 0 25px 15px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p {
  font-size: 18px;
  line-height: 1.63;
  color: var(--akfe-dark);
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p {
    font-size: 16px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p:before {
  position: absolute;
  left: -30px;
  top: -10px;
  font-family: "theme-icons";
  font-size: 25px;
  font-weight: 600;
  content: "J";
  color: #aeb9cd;
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p:before {
    left: -22px;
    top: -5px;
    font-size: 20px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p:after {
  margin-left: 4px;
  font-family: "theme-icons";
  font-size: 25px;
  font-weight: 600;
  content: "I";
  color: #aeb9cd;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-body .wp-block-quote p:after {
    font-size: 20px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote cite {
  font-style: normal;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding-left: 32px;
  color: var(--akfe-text-gray);
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote cite:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  content: "";
  z-index: 22;
  background-color: var(--akfe-text-body);
}
.akfe-theme-post-single .akfe-theme-post-body .wp-block-quote cite strong {
  font-weight: 600;
  margin-right: 3px;
  color: var(--akfe-dark);
}
.akfe-theme-post-single .akfe-theme-post-body ul li {
  margin-bottom: 15px;
}
.akfe-theme-post-single .akfe-theme-post-body ul li:last-child {
  margin-bottom: 0;
}

/* Post Single Meta */
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta {
  display: flex;
  align-items: center;
  margin: 10px 0 45px 0;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta .author-avatar {
  margin-right: 10px;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul {
  padding-left: 6px;
  padding: 0;
  margin: 0;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  padding-left: 10px;
  color: var(--akfe-text-body);
}
@media only screen and (max-width: 479px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li {
    display: block;
  }
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li:first-child {
  padding-left: 0;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li:first-child span {
  color: var(--akfe-dark);
  font-size: 15px;
  font-weight: 500;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li:first-child img {
  margin-right: 5px;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li:first-child:before {
  display: none;
}
@media only screen and (max-width: 479px) {
  .akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li:first-child {
    margin: 0 0 10px;
  }
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li:before {
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--akfe-text-body);
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li a {
  text-decoration: none;
  color: var(--akfe-primary);
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li a:hover {
  color: var(--akfe-info);
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li a,
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li span {
  font-size: 15px;
}
.akfe-theme-post-single .akfe-theme-post-content .akfe-theme-post-meta ul li span {
  color: var(--akfe-text-body);
}

/* Post Single Body */
.akfe-theme-post-single .akfe-theme-post-header .akfe-theme-post-title {
  font-size: 36px;
  font-weight: 600;
  margin: 47px 0 28px;
}
@media only screen and (max-width: 991px) {
  .akfe-theme-post-single .akfe-theme-post-header .akfe-theme-post-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .akfe-theme-post-single .akfe-theme-post-header .akfe-theme-post-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .akfe-theme-post-single .akfe-theme-post-header .akfe-theme-post-title {
    font-size: 28px;
  }
}
.akfe-theme-post-single .akfe-theme-post-body h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-body h2 {
    font-size: 1.875rem;
  }
}
.akfe-theme-post-single .akfe-theme-post-body h2 {
  font-weight: 600;
  margin-top: 40px;
}
.akfe-theme-post-single .akfe-theme-post-body h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-body h3 {
    font-size: 1.5rem;
  }
}
.akfe-theme-post-single .akfe-theme-post-body h3 {
  font-weight: 600;
  margin-top: 45px;
}
.akfe-theme-post-single .akfe-theme-post-body h4 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .akfe-theme-post-single .akfe-theme-post-body h4 {
    font-size: 1.375rem;
  }
}
.akfe-theme-post-single .akfe-theme-post-body h4 {
  font-weight: 600;
  margin-top: 40px;
}
.akfe-theme-post-single .akfe-theme-post-body h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 52px;
}
.akfe-theme-post-single .akfe-theme-post-body h6 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 50px;
}
.akfe-theme-post-single .akfe-theme-post-body p {
  font-size: 16px;
  line-height: 1.67;
}

/*  Post Single List */
.akfe-theme-post-single .akfe-theme-post-content ul {
  padding-left: 15px;
  list-style-type: none;
}
.akfe-theme-post-single .akfe-theme-post-content ul li {
  font-size: 1.125rem;
  position: relative;
  padding-left: 20px;
}
.akfe-theme-post-single .akfe-theme-post-content ul li:before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: var(--akfe-dark);
}
.akfe-theme-post-single .akfe-theme-post-content ul li strong {
  font-weight: 600;
  color: var(--akfe-dark);
}
.akfe-theme-post-single .akfe-theme-post-content ul li ol li {
  padding-left: 0;
}
.akfe-theme-post-single .akfe-theme-post-content ul li ol li:before {
  display: none;
}
.akfe-theme-post-single .akfe-theme-post-content ol {
  padding: 0 15px;
  margin-left: 10px;
}
.akfe-theme-post-single .akfe-theme-post-content ol li {
  font-size: 1rem;
}
.akfe-theme-post-single .akfe-theme-post-content ol li:not(:last-child) {
  margin-bottom: 18px;
}
.akfe-theme-post-single .akfe-theme-post-content ol li:marker {
  font-weight: 600;
  color: var(--akfe-dark);
}

/* Post Tags */
/*  Post Footer */
.akfe-theme-post-single .akfe-theme-post-bottom {
  margin-top: 50px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-tags {
  margin-bottom: 45px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-tags ul {
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-tags ul li {
  margin: 4px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-tags ul li a {
  font-size: 14px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  text-decoration: none;
  line-height: normal;
  color: var(--akfe-text-body);
  background-color: var(--color-bg-light);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-tags ul li a:hover {
  color: var(--akfe-white);
  background-color: var(--akfe-primary);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social {
    display: block;
  }
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__title {
  font-size: 15px;
  font-weight: 500;
  margin-right: 22px;
  min-width: 120px;
  color: var(--akfe-dark);
}
@media only screen and (max-width: 479px) {
  .akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__title {
    display: block;
    margin: 0 0 15px;
  }
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list {
  margin: -5px -4px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li {
  display: inline-block;
  margin: 5px 4px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-height: 36px;
  padding: 0 15px;
  border-radius: 5px;
  text-decoration: none;
  color: var(--akfe-text-body);
  border: 1px solid var(--akfe-border-light);
  background-color: var(--akfe-white);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a span {
  line-height: 0.5;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  transition: var(--transition);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a span.las {
  font-size: 15px;
  margin-right: 4px;
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-facebook i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-facebook span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-facebook span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-facebook span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-facebook span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-facebook span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-facebook span.las {
  color: var(--akfe-facebook);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-facebook svg {
  fill: var(--akfe-facebook);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-twitter i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-twitter span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-twitter span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-twitter span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-twitter span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-twitter span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-twitter span.las {
  color: var(--akfe-twitter);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-twitter svg {
  fill: var(--akfe-twitter);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-linkedin i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-linkedin span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-linkedin span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-linkedin span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-linkedin span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-linkedin span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-linkedin span.las {
  color: var(--akfe-linkedin);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-linkedin svg {
  fill: var(--akfe-linkedin);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-pinterest i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-pinterest span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-pinterest span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-pinterest span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-pinterest span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-pinterest span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-pinterest span.las {
  color: var(--akfe-pinterest);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-pinterest svg {
  fill: var(--akfe-pinterest);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-tumblr i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-tumblr span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-tumblr span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-tumblr span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-tumblr span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-tumblr span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-tumblr span.las {
  color: var(--akfe-tumblr);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-tumblr svg {
  fill: var(--akfe-tumblr);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-reddit i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-reddit span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-reddit span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-reddit span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-reddit span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-reddit span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-reddit span.las {
  color: var(--akfe-reddit);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-reddit svg {
  fill: var(--akfe-reddit);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-vk i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-vk span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-vk span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-vk span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-vk span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-vk span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-vk span.las {
  color: var(--akfe-vk);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-vk svg {
  fill: var(--akfe-vk);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-copy i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-copy span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-copy span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-copy span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-copy span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-copy span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-copy span.las {
  color: var(--akfe-copy);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a.akfe-theme-post-social-copy svg {
  fill: var(--akfe-copy);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover span.las {
  color: var(--akfe-white);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover svg {
  fill: var(--akfe-white);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-facebook {
  color: var(--akfe-white);
  background-color: var(--akfe-facebook);
  border: 1px solid var(--akfe-facebook);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-twitter {
  color: var(--akfe-white);
  background-color: var(--akfe-twitter);
  border: 1px solid var(--akfe-twitter);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-linkedin {
  color: var(--akfe-white);
  background-color: var(--akfe-linkedin);
  border: 1px solid var(--akfe-linkedin);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-pinterest {
  color: var(--akfe-white);
  background-color: var(--akfe-pinterest);
  border: 1px solid var(--akfe-pinterest);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-tumblr {
  color: var(--akfe-white);
  background-color: var(--akfe-tumblr);
  border: 1px solid var(--akfe-tumblr);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-reddit {
  color: var(--akfe-white);
  background-color: var(--akfe-reddit);
  border: 1px solid var(--akfe-reddit);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-vk {
  color: var(--akfe-white);
  background-color: var(--akfe-vk);
  border: 1px solid var(--akfe-vk);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-copy {
  color: var(--akfe-white);
  background-color: var(--akfe-dark);
  border: 1px solid var(--akfe-dark);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-copy i,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-copy span.fa,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-copy span.fab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-copy span.fas,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-copy span.la,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-copy span.lab,
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social__list li a:hover.akfe-theme-post-social-copy span.las {
  color: var(--akfe-white);
}
.akfe-theme-post-single .akfe-theme-post-bottom .akfe-theme-post-social .post-social-title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--akfe-dark);
}

/* Author Block */
.akfe-theme-post-author {
  display: flex;
  padding: 30px;
  box-shadow: 0 15px 30px rgba(143, 142, 159, 0.1);
  border-radius: 4px;
  border: 1px solid var(--akfe-border-lighter);
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .akfe-theme-post-author {
    flex-direction: column;
  }
}
.akfe-theme-post-author__thumb {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .akfe-theme-post-author__thumb {
    margin: 0 0 15px 0;
  }
}
.akfe-theme-post-author__thumb a img {
  min-width: 70px;
  height: 70px;
  max-width: 70px;
  border-radius: 50%;
}
.akfe-theme-post-author__name {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--akfe-primary);
}
.akfe-theme-post-author__name span {
  color: var(--akfe-dark);
}
.akfe-theme-post-author__name a {
  text-decoration: none;
  color: var(--akfe-dark);
}
.akfe-theme-post-author__name a:hover {
  color: var(--akfe-primary);
}
.akfe-theme-post-author__bio {
  margin-bottom: 0;
}
.akfe-theme-post-author__social {
  display: flex;
  align-items: center;
  margin: 15px -5px -5px -5px;
}
.akfe-theme-post-author__social li {
  margin: 5px;
}
.akfe-theme-post-author__social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--akfe-border-default);
  transition: 0.3s;
  color: var(--akfe-text-gray);
}
.akfe-theme-post-author__social li a:hover {
  border-color: var(--akfe-primary);
  background-color: var(--akfe-primary);
}
.akfe-theme-post-author__social li a:hover i,
.akfe-theme-post-author__social li a:hover span.la,
.akfe-theme-post-author__social li a:hover span.las,
.akfe-theme-post-author__social li a:hover span.lab,
.akfe-theme-post-author__social li a:hover span.lar,
.akfe-theme-post-author__social li a:hover span.fa,
.akfe-theme-post-author__social li a:hover span.fab,
.akfe-theme-post-author__social li a:hover span.far,
.akfe-theme-post-author__social li a:hover span.fas {
  color: var(--akfe-white);
}
.akfe-theme-post-author__social li a:hover svg,
.akfe-theme-post-author__social li a:hover img {
  width: 16px;
  fill: var(--akfe-white);
}
.akfe-theme-post-author__social li a i,
.akfe-theme-post-author__social li a span.la,
.akfe-theme-post-author__social li a span.las,
.akfe-theme-post-author__social li a span.lab,
.akfe-theme-post-author__social li a span.lar,
.akfe-theme-post-author__social li a span.fa,
.akfe-theme-post-author__social li a span.fab,
.akfe-theme-post-author__social li a span.far,
.akfe-theme-post-author__social li a span.fas {
  font-size: 18px;
}
.akfe-theme-post-author__social li a svg,
.akfe-theme-post-author__social li a img {
  width: 16px;
  fill: var(--akfe-text-gray);
}

/* Post Pagination */
.akfe-theme-post-pagination {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--akfe-border-light);
  margin-top: 48px;
  padding-bottom: 40px;
}
.akfe-theme-post-pagination__each {
  flex: 1;
}
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__label {
  margin-bottom: 6px;
  font-size: 14px;
}
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  word-break: break-all;
  color: var(--akfe-dark);
}
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__title:hover {
  color: var(--akfe-primary);
}
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__meta span,
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__meta a {
  text-decoration: none;
  color: var(--akfe-text-body);
}
.akfe-theme-post-pagination__each .akfe-theme-post-pagination__meta .akfe-theme-post-pagination-cats a:hover {
  color: var(--akfe-primary);
}
.akfe-theme-post-pagination .akfe-theme-post-pagination__each.ol-post-pagination__prev {
  margin-right: 15px;
}
.akfe-theme-post-pagination__next {
  text-align: right;
}

/* Related Post */
.akfe-theme-related-post-area {
  padding: 55px 0;
  border-bottom: 1px solid var(--akfe-border-light);
}
@media only screen and (max-width: 767px) {
  .akfe-theme-related-post-area {
    padding: 40px 0 30px;
  }
}
.akfe-theme-related-post-area .related-post-title {
  margin-bottom: 34px;
}
.akfe-theme-related-post-area .related-post-title h1,
.akfe-theme-related-post-area .related-post-title h2,
.akfe-theme-related-post-area .related-post-title h3,
.akfe-theme-related-post-area .related-post-title h4,
.akfe-theme-related-post-area .related-post-title h5,
.akfe-theme-related-post-area .related-post-title h6 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}
.akfe-theme-related-post-area .akfe-theme-related-blog-each {
  max-width: 430px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .akfe-theme-related-post-area .akfe-theme-related-blog-each {
    margin: 0 0 30px;
  }
}
.akfe-theme-related-post-area .akfe-theme-related-blog-each .akfe-theme-blog-card__thumbnail img {
  max-height: 170px;
  min-height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.akfe-theme-related-post-area .akfe-theme-related-post-sep {
  display: inline-block;
  margin: 0 -1px 0 6px;
}
.akfe-theme-related-post-area .akfe-theme-related-post-cats a {
  color: var(--akfe-primary);
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1320px;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 10px 12px;
}

.theme-section-title__title {
  font-size: 42px;
}

/*-------------------------------------
#. Elementor Testimonial
---------------------------------------*/
.directorist-home-all-listing-slider-akfe .theme-swiper,
.directorist-home-all-listing-slider-akfe .theme-swiper-nested {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.directorist-home-all-listing-slider-akfe {
  /* All Listing Slider Nav */
}
.directorist-home-all-listing-slider-akfe .theme-listing-slider__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.directorist-home-all-listing-slider-akfe .theme-listing-slider__top h2 {
  margin: 0;
}
.directorist-home-all-listing-slider-akfe .theme-listing-slider__top .theme-swiper-button-nav-wrap {
  display: flex;
  align-items: flex-end;
  margin: -5px;
}
.directorist-home-all-listing-slider-akfe .theme-listing-slider__top .theme-swiper-button-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin: 5px;
  transition: 0.3s;
  border: 1px solid var(--directorist-color-border);
  background-color: var(--directorist-color-white);
  cursor: pointer;
}
.directorist-home-all-listing-slider-akfe .theme-listing-slider__top .theme-swiper-button-nav .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  color: var(--directorist-color-body);
  transition: 0.3s;
}
.directorist-home-all-listing-slider-akfe .theme-listing-slider__top .theme-swiper-button-nav:hover {
  background-color: var(--directorist-color-primary);
}
.directorist-home-all-listing-slider-akfe .theme-listing-slider__top .theme-swiper-button-nav:hover .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-home-all-listing-slider-akfe {
  /* All Listing Slider Navigation - Archive Grid View */
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view {
  position: relative;
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-listing-slider__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view:hover .theme-listing-slider__navigation {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  pointer-events: none;
  padding: 0 20px;
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: 0.3s;
  border: 1px solid var(--directorist-color-border);
  background-color: var(--directorist-color-white);
  cursor: pointer;
  position: absolute;
  z-index: 12;
  pointer-events: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-nav .directorist-icon-mask:after {
  width: 14px;
  height: 14px;
  color: var(--directorist-color-body);
  transition: 0.3s;
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-nav:hover {
  background-color: var(--directorist-color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-nav:hover .directorist-icon-mask:after {
  background-color: var(--directorist-color-white);
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-nav:active, .directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-nav:focus {
  outline: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-prev {
  left: -20px;
}
.directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-next {
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-nav-wrap {
    padding: 0 10px;
  }
  .directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-prev {
    left: -10px;
  }
  .directorist-home-all-listing-slider-akfe .directorist-archive-grid-view .theme-swiper-button-next {
    right: -10px;
  }
}
.directorist-home-all-listing-slider-akfe {
  /* pagination */
}
.directorist-home-all-listing-slider-akfe .theme-swiper-pagination {
  text-align: center;
}
.directorist-home-all-listing-slider-akfe .swiper-pagination-bullet-active {
  background-color: var(--directorist-color-primary);
}
.directorist-home-all-listing-slider-akfe {
  /* Elementor More Button */
}
.directorist-home-all-listing-slider-akfe .theme-el-dir-listings-more-btn {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .directorist-home-all-listing-slider-akfe .theme-el-dir-listings-more-btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .directorist-home-all-listing-slider-akfe .theme-el-dir-listings-more-btn {
    margin-top: 12px;
  }
}
.directorist-home-all-listing-slider-akfe .theme-el-dir-listings-more-btn .btn.theme-btn {
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px;
  min-height: 48px;
  border-radius: 6px;
  color: var(--directorist-color-body);
  border: 1px solid var(--directorist-color-border);
  align-items: center;
  background-color: var(--directorist-color-white);
  transition: 0.35s;
  margin-top: 30px;
}
.directorist-home-all-listing-slider-akfe .theme-el-dir-listings-more-btn .btn.theme-btn:hover {
  background-color: var(--directorist-color-primary);
  color: var(--directorist-color-white);
}

/*# sourceMappingURL=style.css.map*/