.entry-meta-list {
  list-style: none;
  --li-pl: 0;
  --list-mb: 0;
  --li-mb: 0;
}
.wd-posts:not([style*='wd-gap']) {
  --wd-gap-lg: 50px;
  --wd-gap-md: 40px;
}
.wd-post .wd-post-desc > div[class*='wpb_'] {
  display: none;
}
.wd-post .wd-post-desc twitterwidget {
  margin: 10px auto;
}
.wd-post .wd-post-desc p:not(:last-child) {
  margin-bottom: 15px;
}
.wd-post-date.wd-style-with-bg {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-block;
  min-width: 53px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  color: var(--color-gray-800);
  text-align: center;
  line-height: 1;
}
.wd-post-date.wd-style-with-bg > span {
  display: block;
}
.wd-post-date.wd-style-with-bg .post-date-day {
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 24px;
}
.wd-post-date.wd-style-with-bg .post-date-month {
  padding-top: 2px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.wd-carousel .wd-post-date.wd-style-with-bg {
  transform: translate3d(0px, 0, 0);
}
.wd-post .entry-thumbnail img {
  width: 100%;
  border-radius: var(--wd-brd-radius);
}
.wd-post .entry-header {
  position: relative;
  text-align: center;
}
.wd-post .article-inner {
  border-radius: var(--wd-brd-radius);
}
.wd-post .article-body-container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.wd-post .post-title {
  margin-bottom: 10px;
}
.wd-post .post-title:last-child {
  margin-bottom: 0;
}
.wd-post:hover .post-image-mask:after,
.wd-post:hover .post-image-mask:before,
.wd-post:hover .post-image-mask span {
  opacity: 1;
  animation: wd-fadeInLeft 0.3s ease;
}
.wd-post:hover .post-image-mask:before {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
.wd-post:hover .post-image-mask span {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
.wd-post:hover .post-img-wrapp a {
  transform: scale(1.03);
}
.wd-post:hover .post-img-wrapp a:after {
  opacity: 1;
}
.wd-entry-meta {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 0;
}
.wd-entry-meta .meta-featured-post:before {
  font-size: 16px;
  content: '\f104';
  font-family: 'dctech-font';
}
.wd-entry-meta .meta-author {
  font-size: 14px;
}
.wd-entry-meta .meta-author .avatar {
  display: inline-block;
  margin: 0 5px;
  width: 18px;
  height: 18px;
  border-radius: 50% !important;
  vertical-align: top;
}
.wd-entry-meta .meta-author .avatar img {
  border-radius: 50%;
}
.wd-entry-meta .meta-author a {
  text-transform: capitalize;
}
.wd-entry-meta .meta-date {
  vertical-align: top;
  font-size: 14px;
}
.wd-entry-meta .meta-reply {
  display: inline-block;
}
.wd-entry-meta .meta-reply a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.wd-entry-meta .meta-reply a:after {
  display: inline-block;
  font-size: 16px;
  content: '\f103';
  font-family: 'dctech-font';
}
.wd-entry-meta .meta-reply .replies-count {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #bbb;
  color: #fff;
  text-align: center;
  font-size: 9px;
  line-height: 14px;
}
.wd-entry-meta .meta-reply .replies-count-label {
  display: none;
}
:is(.blog-design-mask, [class*='color-scheme-light'])
  .wd-entry-meta
  .meta-reply
  .replies-count {
  background-color: var(--wd-primary-color);
}
.entry-meta-list li {
  display: inline-block;
  margin-right: 10px;
  color: var(--color-gray-300);
  vertical-align: middle;
  line-height: 1.4;
}
.entry-meta-list li a {
  color: inherit;
}
.entry-meta-list li a:hover {
  color: var(--color-gray-500);
}
.entry-meta-list li:last-child {
  margin-right: 0;
}
.entry-meta-list .modified-date {
  display: none;
}
.wd-post.blog-style-bg .article-body-container {
  padding: 25px;
  border-radius: var(--wd-brd-radius);
  background-color: var(--bgcolor-white);
}
.wd-add-shadow .article-body-container {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.6s ease;
}
.wd-add-shadow:hover .article-body-container {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.post-img-wrapp {
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.post-img-wrapp a {
  display: block;
  margin: -2px;
  transition: transform 0.7s ease, opacity 0.7s ease;
  transform: scale(1);
}
.post-img-wrapp a:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.7s ease;
}
.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0;
}
.post-image-mask:after,
.post-image-mask:before {
  content: '';
}
.post-image-mask:after,
.post-image-mask:before,
.post-image-mask span {
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.2s ease;
  animation: wd-fadeOutRight 0.3s ease;
}
.post-image-mask:after {
  margin-right: 0;
}
.post-image-mask span {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
.post-image-mask:before {
  transition-delay: 0.15s;
  animation-delay: 0.15s;
}
@keyframes wd-fadeOutRight {
  from {
    transform: none;
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}
.hovered-social-icons {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-gray-300);
  vertical-align: middle;
  font-size: 0;
  transition: all 0.25s ease;
}
.hovered-social-icons div.tooltip-inner {
  padding: 5px;
  max-width: fit-content;
}
.hovered-social-icons .wd-social-icons {
  flex-wrap: nowrap;
}
.hovered-social-icons + .read-more-section {
  margin-top: 5px;
}
.hovered-social-icons:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  content: '\f117';
  font-family: 'dctech-font';
}
.hovered-social-icons:hover {
  color: var(--color-gray-500);
}
.meta-categories-wrapp {
  position: absolute;
  top: -13px;
  inset-inline: 15px;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
}
.format-link .entry-content a {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--bgcolor-gray-100);
  font-size: 22px;
}
.format-link .entry-content a:hover {
  background-color: var(--bgcolor-gray-300);
}
@keyframes wd-fadeInLeft {
  from {
    transform: translate3d(-50px, 0, 0);
  }
  to {
    transform: none;
  }
}
.wd-carousel-item .wd-post:not(.has-post-thumbnail) .wd-post-date {
  display: none;
}
.wd-carousel-item .wd-post:not(.has-post-thumbnail) .meta-categories-wrapp {
  position: static;
  margin-bottom: 15px;
}
[style*='col-lg:4'] .wd-carousel-item .wd-entry-meta .meta-author {
  font-size: 0;
}
[style*='col-lg:4'] .wd-carousel-item .wd-entry-meta .meta-author a {
  font-size: 14px;
}
.read-more-section {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1;
}
.read-more-section a {
  --wd-link-color: var(--wd-primary-color);
  --wd-link-color-hover: var(--wd-primary-color);
  text-transform: var(--btn-transform, uppercase);
  font-weight: 800;
  font-size: 13px;
}
.read-more-section:first-child {
  margin-top: 0;
}
@media (min-width: 1025px) {
  [style*='col-lg:4'] .wd-carousel-item .post-title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .wd-post .meta-author > span {
    display: none;
  }
  .wd-post:hover .post-img-wrapp a {
    transform: none;
  }
  .post-img-wrapp a:after,
  .post-image-mask {
    display: none;
  }
  .wd-blog-holder
    :is(
      [class*='blog-design-default'],
      .blog-design-small-images:not(.has-post-thumbnail)
    )
    .post-title {
    font-size: 28px;
  }
}
@media (max-width: 768.98px) {
  .wd-blog-holder [class*='blog-design-default'] .wd-post-desc {
    font-size: inherit;
  }
  .wd-blog-holder
    :is(
      [class*='blog-design-default'],
      .blog-design-small-images:not(.has-post-thumbnail)
    )
    .post-title {
    font-size: 24px;
    line-height: 1.4;
  }
  .wd-blog-holder
    :is(.blog-design-default, .blog-design-small-images).format-quote
    .article-body-container {
    padding-inline: 35px;
  }
}
@media (max-width: 576px) {
  .wd-post.blog-style-bg .article-body-container {
    padding-inline: 15px;
  }
  .wd-entry-meta .meta-author {
    font-size: 0 !important;
  }
  .wd-entry-meta .meta-author a {
    font-size: 14px;
  }
  .hovered-social-icons {
    display: none;
  }
  .wd-blog-holder
    :is(
      [class*='blog-design-default'],
      .blog-design-small-images:not(.has-post-thumbnail)
    )
    .post-title {
    font-size: 20px;
  }
}
