/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.10.0_webpack@5.90.1/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@7.3.4_postcss@8.4.35_webpack@5.90.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.70.0_webpack@5.90.1/node_modules/sass-loader/dist/cjs.js!./sass/blog/blog.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 Media queries and mixins
*/
/*
 Theme predefined typography
*/
/*
 Theme predefined structure
*/
/*
 Theme predefined media queries
*/
/*
 blog archives article, pagination
*/
.blog article.sticky {
  padding: 16px 16px 26px;
  border-radius: 6px;
  background-color: var(--background-color);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--main-border-color);
}
@media (min-width: 1024px) {
  .blog article.sticky {
    padding: 20px 20px 30px;
  }
}

.pagination a {
  color: var(--brand-color);
  outline: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.pagination a:hover {
  color: var(--light-text-color);
}

/*
 blog single post page
*/
.single-post .entry-content .alignnone {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .single-post .entry-content .alignnone {
    margin-bottom: 40px;
  }
}
.single-post .entry-content p {
  line-height: 28px;
}
.single-post .entry-content .wp-block-group {
  margin-bottom: 20px;
}
.single-post .entry-content .wp-block-group.has-background {
  padding: 20px;
}
.single-post .entry-content .wp-block-button {
  margin-bottom: 20px;
}
.single-post .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: var(--lighter-text-color);
}
.single-post .entry-content .wp-block-cover {
  margin-bottom: 28px;
}
.single-post .entry-content .wp-block-media-text {
  margin-bottom: 20px;
}
.single-post .entry-content .mejs-container.wp-audio-shortcode {
  margin-bottom: 20px;
}
.single-post .entry-content .wp-caption,
.single-post .entry-content .wp-caption-text {
  text-align: left;
}
.single-post .entry-content .wp-block-cover-text {
  color: var(--lighter-text-color);
}
.single-post .entry-post-tags,
.single-post .entry-post-categories {
  padding-top: 20px;
}
@media (min-width: 1280px) {
  .single-post .entry-post-tags,
  .single-post .entry-post-categories {
    padding-top: 40px;
  }
}
.single-post .entry-post-tags::before,
.single-post .entry-post-categories::before {
  content: "";
  clear: both;
  display: table;
}

body.logged-in .blog_single_page {
  margin-top: 33px;
}

/*
 blog post page comment
*/
/*--------------------------------------------------------------
# Post comments style
--------------------------------------------------------------*/
.comments-area {
  clear: both;
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid var(--main-border-color);
}
@media (min-width: 640px) {
  .comments-area {
    padding-top: 4em;
    margin-top: 4em;
  }
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}
.comments-area .comment-list + .no-comments {
  margin: 0;
  color: #7f1d1d;
  padding: 12px 20px;
  border-radius: 6px;
  border: 1px solid #fca5a5;
  background-color: var(--dark-bg-color);
}
.comments-area .comment-list .comment:last-child .comment-card {
  border-bottom: none;
}
.comments-area .comment-list .comment .comment-card {
  border-bottom: 1px solid var(--main-border-color);
}
.comments-area .comment-list .comment .comment-card .comment-avatar {
  width: 54px;
}
@media (min-width: 1280px) {
  .comments-area .comment-list .comment .comment-card .comment-avatar {
    width: 70px;
  }
}
.comments-area .comment-list .comment .comment-card .comment-avatar img {
  border-radius: 50%;
}
.comments-area .comment-list .comment .comment-card .comment-avatar + .comment-content {
  width: calc(100% - 54px);
  padding-left: 20px;
}
@media (min-width: 1280px) {
  .comments-area .comment-list .comment .comment-card .comment-avatar + .comment-content {
    width: calc(100% - 70px);
  }
}
.comments-area .comment-list .comment .comment-card .comment-content {
  width: 100%;
}
.comments-area .comment-list .comment .comment-card .comment-content .comment-body p {
  margin-bottom: 1.5em;
}
.comments-area .comment-list .comment .comment-card .comment-content .comment-body p:first-child {
  margin-top: 0;
}
.comments-area .comment-list .comment .comment-card .comment-content .comment-body p:only-child {
  margin: 0;
}
.comments-area .comment-list .comment .comment-card .comment-content .comment-body p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-card .comment-footer a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--brand-color);
  font-size: calc(var(--body-font-size));
  font-weight: 500;
  margin-top: 17px;
  line-height: 21px;
}
.comments-area .comment-list .comment .comment-card .comment-footer a:hover, .comments-area .comment-list .comment .comment-card .comment-footer a:focus {
  color: var(--brand-hover-color);
}
.comments-area .comment-list .comment .comment-card .comment-footer a svg path {
  fill: #8c969f;
}
.comments-area .comment-list .has-children .comment-card {
  border-bottom: none;
}
.comments-area .comment-list .children {
  list-style: none;
  padding-left: 24px;
}
@media (min-width: 1280px) {
  .comments-area .comment-list .children {
    padding-left: 48px;
  }
}
.comments-area .comment-list .children .comment .comment-card {
  border-bottom: 1px solid var(--main-border-color);
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-right: 40px;
  position: relative;
}
.comment-reply-title > a {
  font-weight: 400;
  text-decoration: none;
}
.comment-reply-title > a::before {
  content: "(";
}
.comment-reply-title > a::after {
  content: ")";
}

#cancel-comment-reply-link {
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 2px;
  font-size: 0;
  text-indent: 100px;
  border-radius: 50%;
  border: 1px solid #fca5a5;
  background-color: var(--dark-bg-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 class=%27h-6 w-6%27 fill=%27none%27 viewBox=%270 0 24 24%27 stroke=%27currentColor%27%3E%3Cpath stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 18L18 6M6 6l12 12%27 /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 1px;
  right: 0;
}
#cancel-comment-reply-link:hover, #cancel-comment-reply-link:focus {
  opacity: 0.8;
  background-color: transparent;
}
@media (min-width: 640px) {
  #cancel-comment-reply-link {
    top: calc(50% - 14px);
  }
}

.comment-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px 16px;
}
.comment-form p {
  display: grid;
  gap: 8px;
  margin: 0;
}
.comment-form p label {
  margin-bottom: 0;
}
.comment-form p label .required {
  display: inline-block;
  color: rgba(185, 28, 28, 0.9294117647);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.comment-form p input {
  width: 100%;
}
.comment-form p input.submit {
  width: auto;
}
.comment-form .form-submit,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-form-comment,
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author {
  grid-column-start: 1;
  grid-column-end: 13;
}
@media (min-width: 768px) {
  .comment-form .comment-form-author {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .comment-form .comment-form-email {
    grid-column-start: 5;
    grid-column-end: 9;
  }
  .comment-form .comment-form-url {
    grid-column-start: 9;
    grid-column-end: 13;
  }
}
.comment-form .logged-in-as {
  display: none;
  margin-bottom: 0.5em;
  grid-column: 1/span 3;
}
@media (min-width: 768px) {
  .comment-form .logged-in-as {
    margin-bottom: 1em;
  }
}
.comment-form .comment-notes {
  display: block;
  grid-column: 1/span 12;
  margin-bottom: 1em;
}
.comment-form .comment-notes .required-field-message {
  display: none;
}
.comment-form .comment-form-cookies-consent label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  line-height: 1.6;
}
.comment-form .comment-form-cookies-consent label::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid var(--main-border-color);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 1px;
}
@media (max-width: 480px) {
  .comment-form .comment-form-cookies-consent label::before {
    margin-top: 2px;
  }
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  opacity: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label::before {
  border-color: var(--main-border-color);
  background-color: var(--brand-color);
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label::after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  border-left: 2px solid var(--main-border-color);
  border-top: 2px solid var(--main-border-color);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  position: absolute;
  top: 4px;
  left: 7px;
}
.comment-form .form-submit {
  display: block;
}

.comment-respond.wp-block-post-comments-form {
  margin-bottom: 24px;
}

.logged-in .comment-reply-title {
  margin-bottom: 40px;
}

/*
 social counter widgets
*/
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped {
  width: 100%;
  gap: 10px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li {
  padding: 0;
  border: none;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #4366ae;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li a {
  margin-bottom: 0;
  padding: 23px 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li a > div {
  margin: 0px !important;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li a .xs-social-icon {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  background-color: #3c60a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li a .xs-social-icon .met-social {
  font-size: 22px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li a .xs-social-follower {
  font-size: 14px;
  font-weight: 400;
  color: var(--lighter-text-color);
  text-transform: capitalize;
  letter-spacing: 1px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li a .xs-social-follower-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--lighter-text-color);
  text-transform: capitalize;
  letter-spacing: 1px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li a .wslu-hover-content {
  display: none;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.twitter {
  background-color: #23a2ec;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.twitter a .xs-social-icon {
  background-color: #1e9ae2;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.twitter a .xs-social-icon .met-social {
  font-size: 18px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.youtube {
  background-color: #f73f3f;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.youtube a .xs-social-icon {
  background-color: #ec3232;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.instagram {
  background-color: #5851db;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.instagram a .xs-social-icon {
  background-color: #524bda;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.pinterest {
  background-color: #bd081c;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.pinterest a .xs-social-icon {
  background-color: #9c0718;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.mailchimp {
  background-color: #6dc5dc;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.mailchimp a .xs-social-icon {
  background-color: #51bcd6;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.comments {
  background-color: #000000;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.comments a .xs-social-icon {
  background-color: #0a0a0a;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.dribbble {
  background-color: #ea4c89;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li.dribbble a .xs-social-icon {
  background-color: #db2d70;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li {
  padding: 0;
  border: none;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #4366ae;
  max-width: 100%;
  min-width: 120px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li a {
  margin-bottom: 0;
  padding: 32px 0 32px 0 !important;
  display: block;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li a .xs-social-icon {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3c60a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 5px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li a .xs-social-icon .met-social {
  font-size: 22px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li a .xs-social-follower {
  font-size: 14px;
  font-weight: 400;
  color: var(--lighter-text-color);
  text-transform: capitalize;
  letter-spacing: 1px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li a .xs-social-follower-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--lighter-text-color);
  text-transform: capitalize;
  letter-spacing: 1px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li a .wslu-hover-content {
  display: none;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li.twitter {
  background-color: #23a2ec;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li.twitter a .xs-social-icon {
  background-color: #1e9ae2;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li.twitter a .xs-social-icon .met-social {
  font-size: 18px;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li.youtube {
  background-color: #f73f3f;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li.youtube a .xs-social-icon {
  background-color: #ec3232;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li.instagram {
  background-color: #5851db;
}
.xs_social_counter_widget ul.xs_counter_url.wslu-counter-box-shaped li.instagram a .xs-social-icon {
  background-color: #5851db;
}

body.rtl .xs_social_counter_widget ul.xs_counter_url.wslu-counter-line-shaped li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*
 remove input type search clear icon for blog inputs
*/
.search-no-results {
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.search-no-results input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-no-results input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-no-results input[type=search]::-webkit-search-decoration,
.search-no-results input[type=search]::-webkit-search-cancel-button,
.search-no-results input[type=search]::-webkit-search-results-button,
.search-no-results input[type=search]::-webkit-search-results-decoration {
  display: none;
}
