.wcf__posts ul,
.wcf__posts h1,
.wcf__posts h2, .wcf__posts h3, .wcf__posts h4, .wcf__posts h5, .wcf__posts h6, .wcf__posts p {
  padding: 0;
  margin: 0;
}
.wcf__posts li {
  list-style: none;
}
.wcf__posts a {
  text-decoration: none;
}
.wcf__posts .wcf-posts {
  display: grid;
}
.wcf__posts .highlight {
  font-weight: 600;
}
.wcf__posts a,
.wcf__posts button {
  cursor: pointer;
  transition: all 0.3s;
}
.wcf__posts .thumb {
  margin-bottom: 20px;
}
.wcf__posts .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcf__posts .wcf-taxonomy,
.wcf__posts .wcf-meta {
  gap: 5px;
  display: flex;
  margin-bottom: 15px;
}
.wcf__posts .wcf-taxonomy li,
.wcf__posts .wcf-meta li {
  display: inline-block;
  line-height: 1.2;
}
.wcf__posts .wcf-taxonomy a,
.wcf__posts .wcf-taxonomy span,
.wcf__posts .wcf-meta a,
.wcf__posts .wcf-meta span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  text-transform: capitalize;
}
.wcf__posts .title {
  margin-bottom: 20px;
}
.wcf__posts .desc {
  margin-bottom: 25px;
}
.wcf__posts svg {
  width: 1em;
  height: 1em;
}
.wcf__posts .link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
  fill: #666;
  position: relative;
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.wcf__posts .link.right i,
.wcf__posts .link.right svg {
  order: 15;
}
.wcf__posts .link:hover {
  color: #1C1D20;
  fill: #1C1D20;
}
.wcf__posts.style-1 .wcf-taxonomy a {
  border-radius: 3px;
  padding: 4px 10px 2px;
  text-transform: uppercase;
  background-color: #F3F3F3;
}
.wcf__posts.style-1 .wcf-taxonomy a:hover {
  color: #E8BF96;
}
.wcf__posts.style-1 .wcf-meta {
  gap: 40px;
  display: flex;
}
@media only screen and (max-width: 1919px) {
  .wcf__posts.style-1 .wcf-meta {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-1 .wcf-meta {
    gap: 24px;
  }
}
.wcf__posts.style-1 .wcf-meta li {
  position: relative;
}
.wcf__posts.style-1 .wcf-meta li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  inset-inline-start: -20px;
  top: 50%;
  background-color: #999;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1919px) {
  .wcf__posts.style-1 .wcf-meta li::after {
    inset-inline-start: -15px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-1 .wcf-meta li::after {
    inset-inline-start: -12px;
  }
}
.wcf__posts.style-1 .wcf-meta li:first-child::after {
  display: none;
}
.wcf__posts.style-1 .wcf-meta a:hover {
  color: var(--primary, #E8BF96);
}
.wcf__posts.style-1 .link {
  text-transform: uppercase;
}
.wcf__posts.style-1 .link:hover::after {
  width: 0%;
}
.wcf__posts.style-1 .link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  inset-inline-start: 0;
  bottom: 0;
  transition: all 0.3s;
  background-color: var(--gray-4, #999);
}
.wcf__posts.style-2 .wcf-post {
  display: grid;
  grid-template-columns: 48% 1fr;
  background-color: #F7F7FA;
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-2 .wcf-post {
    grid-template-columns: 1fr;
  }
}
.wcf__posts.style-2 .thumb {
  margin: 0;
}
.wcf__posts.style-2 .thumb img {
  height: 100%;
}
.wcf__posts.style-2 .content {
  display: flex;
  flex-direction: column;
  padding: 60px 45px;
}
@media only screen and (max-width: 1919px) {
  .wcf__posts.style-2 .content {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__posts.style-2 .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__posts.style-2 .content {
    padding: 30px 20px;
  }
}
.wcf__posts.style-2 .title {
  order: -1;
}
.wcf__posts.style-2 .wcf-taxonomy,
.wcf__posts.style-2 .wcf-meta {
  position: relative;
  margin-top: 10px;
}
.wcf__posts.style-2 .wcf-taxonomy::before,
.wcf__posts.style-2 .wcf-meta::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: -3px;
  background-color: #202C58;
  inset-inline-start: 0;
}
.wcf__posts.style-2 .wcf-taxonomy a,
.wcf__posts.style-2 .wcf-taxonomy span,
.wcf__posts.style-2 .wcf-meta a,
.wcf__posts.style-2 .wcf-meta span {
  margin-inline-end: 20px;
  position: relative;
  color: #1C1D20;
}
.wcf__posts.style-2 .wcf-taxonomy a::after,
.wcf__posts.style-2 .wcf-taxonomy span::after,
.wcf__posts.style-2 .wcf-meta a::after,
.wcf__posts.style-2 .wcf-meta span::after {
  position: absolute;
  content: "|";
  width: 20px;
  height: auto;
  text-align: center;
}
.wcf__posts.style-2 .wcf-taxonomy li:last-child a::after,
.wcf__posts.style-2 .wcf-taxonomy li:last-child span::after,
.wcf__posts.style-2 .wcf-meta li:last-child a::after,
.wcf__posts.style-2 .wcf-meta li:last-child span::after {
  display: none;
}
.wcf__posts.style-2 .wcf-taxonomy a:hover,
.wcf__posts.style-2 .wcf-meta a:hover {
  color: var(--primary, #E8BF96);
}
.wcf__posts.style-2 .desc p {
  color: #666;
}
.wcf__posts.style-2 .link {
  color: #fff;
  fill: #202C58;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  background-color: #202C58;
  width: -moz-max-content;
  width: max-content;
  margin-top: auto;
}
.wcf__posts.style-2 .link:hover {
  color: var(--white, #fff);
  fill: var(--white, #fff);
  background-color: var(--primary, #E8BF96);
}
.wcf__posts.style-3 .wcf-post {
  position: relative;
}
.wcf__posts.style-3 .thumb {
  margin: 0;
  width: 100%;
}
.wcf__posts.style-3 .content {
  width: 80%;
  padding: 60px 45px;
  background-color: #E2F3FF;
  margin-inline-start: 10%;
  margin-top: -160px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .wcf__posts.style-3 .content {
    padding: 30px 25px 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-3 .content {
    width: 90%;
    margin-inline-start: 5%;
    margin-top: -100px;
  }
}
.wcf__posts.style-3 .title {
  order: -1;
}
.wcf__posts.style-3 .wcf-taxonomy,
.wcf__posts.style-3 .wcf-meta {
  position: relative;
  margin-top: 10px;
}
.wcf__posts.style-3 .wcf-taxonomy a,
.wcf__posts.style-3 .wcf-taxonomy span,
.wcf__posts.style-3 .wcf-meta a,
.wcf__posts.style-3 .wcf-meta span {
  margin-inline-end: 20px;
  position: relative;
  color: #1C1D20;
}
.wcf__posts.style-3 .wcf-taxonomy a::after,
.wcf__posts.style-3 .wcf-taxonomy span::after,
.wcf__posts.style-3 .wcf-meta a::after,
.wcf__posts.style-3 .wcf-meta span::after {
  position: absolute;
  content: "|";
  width: 20px;
  height: auto;
  text-align: center;
}
.wcf__posts.style-3 .wcf-taxonomy li:last-child a::after,
.wcf__posts.style-3 .wcf-taxonomy li:last-child span::after,
.wcf__posts.style-3 .wcf-meta li:last-child a::after,
.wcf__posts.style-3 .wcf-meta li:last-child span::after {
  display: none;
}
.wcf__posts.style-3 .wcf-taxonomy a:hover,
.wcf__posts.style-3 .wcf-meta a:hover {
  color: var(--primary, #E8BF96);
}
.wcf__posts.style-3 .desc p {
  color: #666;
}
.wcf__posts.style-3 .link {
  width: -moz-max-content;
  width: max-content;
  color: #1C1D20;
  text-transform: uppercase;
  margin-top: auto;
}
.wcf__posts.style-3 .link:hover::after {
  width: 0%;
}
.wcf__posts.style-3 .link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  inset-inline-start: 0;
  bottom: 0;
  transition: all 0.3s;
  background-color: #1C1D20;
}
.wcf__posts.style-4 .wcf-post {
  position: relative;
  transition: all 0.3s;
}
.wcf__posts.style-4 .wcf-post:hover .content {
  background-color: rgba(28, 29, 32, 0.7);
}
.wcf__posts.style-4 .wcf-post:hover .wcf-taxonomy a,
.wcf__posts.style-4 .wcf-post:hover .wcf-taxonomy span,
.wcf__posts.style-4 .wcf-post:hover .wcf-meta a,
.wcf__posts.style-4 .wcf-post:hover .wcf-meta span {
  color: var(--white, #fff);
}
.wcf__posts.style-4 .wcf-post:hover .desc p {
  color: var(--gray-2, #D9D9D9);
}
.wcf__posts.style-4 .wcf-post:hover .link {
  color: var(--white, #fff);
}
.wcf__posts.style-4 .content {
  height: 100%;
  padding: 45px;
  background-color: rgb(38, 38, 41);
  transition: all 0.3s;
  flex-direction: column;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .wcf__posts.style-4 .content {
    padding: 30px 20px;
  }
}
.wcf__posts.style-4 .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.wcf__posts.style-4 .thumb img {
  height: calc(100% - 1px);
}
.wcf__posts.style-4 .title a {
  color: #fff;
}
.wcf__posts.style-4 .author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 100px;
}
.wcf__posts.style-4 .author-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcf__posts.style-4 .author-bio p {
  color: #999;
}
.wcf__posts.style-4 .author-bio a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
  text-transform: capitalize;
  display: block;
}
.wcf__posts.style-4 .wcf-taxonomy a {
  border-radius: 3px;
  padding: 4px 10px 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  color: #999;
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-4 .wcf-taxonomy a {
    color: var(--white, #fff);
  }
}
.wcf__posts.style-4 .wcf-taxonomy a:hover {
  color: var(--primary, #E8BF96);
}
.wcf__posts.style-4 .wcf-meta {
  gap: 40px;
  display: flex;
}
@media only screen and (max-width: 1919px) {
  .wcf__posts.style-4 .wcf-meta {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-4 .wcf-meta {
    gap: 24px;
  }
}
.wcf__posts.style-4 .wcf-meta li {
  position: relative;
}
.wcf__posts.style-4 .wcf-meta li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  inset-inline-start: -20px;
  top: 50%;
  background-color: #999;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1919px) {
  .wcf__posts.style-4 .wcf-meta li::after {
    inset-inline-start: -15px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-4 .wcf-meta li::after {
    inset-inline-start: -12px;
  }
}
.wcf__posts.style-4 .wcf-meta li:first-child::after {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-4 .wcf-meta a {
    color: var(--white, #fff);
  }
}
.wcf__posts.style-4 .wcf-meta a:hover {
  color: var(--primary, #E8BF96);
}
.wcf__posts.style-4 .wcf-meta span {
  transition: all 0.3s;
  color: #999;
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-4 .wcf-meta span {
    color: var(--white, #fff);
  }
}
.wcf__posts.style-4 .desc p {
  color: #999;
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-4 .desc p {
    color: var(--gray-2, #D9D9D9);
  }
}
.wcf__posts.style-4 .link {
  font-size: 16px;
  margin-top: auto;
  width: -moz-max-content;
  width: max-content;
  color: #999;
}
.wcf__posts.style-5 .wcf-post {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .wcf__posts.style-5 .wcf-post {
    flex-direction: column;
  }
}
.wcf__posts.style-5 .thumb {
  margin: 0;
  width: 55%;
  display: flex;
  align-self: center;
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-5 .thumb {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__posts.style-5 .thumb {
    align-self: flex-start;
  }
}
.wcf__posts.style-5 .thumb a {
  width: 100%;
}
.wcf__posts.style-5 .content {
  width: 60%;
  padding: 60px 45px;
  z-index: 1;
  background-color: var(--green, #3F524C);
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-inline-start: -15%;
}
@media only screen and (max-width: 1919px) {
  .wcf__posts.style-5 .content {
    padding: 30px 25px 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcf__posts.style-5 .content {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__posts.style-5 .content {
    width: 92%;
    margin-inline-start: 4%;
    margin-top: -15%;
  }
}
.wcf__posts.style-5 .title a {
  color: #fff;
}
.wcf__posts.style-5 .wcf-taxonomy,
.wcf__posts.style-5 .wcf-meta {
  position: relative;
  margin-top: 10px;
}
.wcf__posts.style-5 .wcf-taxonomy::before,
.wcf__posts.style-5 .wcf-meta::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: -3px;
  background-color: #fff;
  inset-inline-start: 0;
}
.wcf__posts.style-5 .wcf-taxonomy a,
.wcf__posts.style-5 .wcf-taxonomy span,
.wcf__posts.style-5 .wcf-meta a,
.wcf__posts.style-5 .wcf-meta span {
  margin-inline-end: 20px;
  position: relative;
  color: #fff;
}
.wcf__posts.style-5 .wcf-taxonomy a::after,
.wcf__posts.style-5 .wcf-taxonomy span::after,
.wcf__posts.style-5 .wcf-meta a::after,
.wcf__posts.style-5 .wcf-meta span::after {
  position: absolute;
  content: "|";
  width: 20px;
  height: auto;
  text-align: center;
}
.wcf__posts.style-5 .wcf-taxonomy li:last-child a::after,
.wcf__posts.style-5 .wcf-taxonomy li:last-child span::after,
.wcf__posts.style-5 .wcf-meta li:last-child a::after,
.wcf__posts.style-5 .wcf-meta li:last-child span::after {
  display: none;
}
.wcf__posts.style-5 .wcf-taxonomy a:hover,
.wcf__posts.style-5 .wcf-meta a:hover {
  color: #E8BF96;
}
.wcf__posts.style-5 .desc p {
  color: #D9D9D9;
}
.wcf__posts.style-5 .link {
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  text-transform: uppercase;
  margin-top: auto;
}
.wcf__posts.style-5 .link:hover::after {
  width: 0%;
}
.wcf__posts.style-5 .link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  inset-inline-start: 0;
  bottom: 0;
  transition: all 0.3s;
  background-color: #fff;
}

.post-pagination {
  display: flex;
}
.post-pagination .page-numbers {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}
.post-pagination svg {
  width: 1em;
  height: 1em;
}
.post-pagination.style-1 {
  gap: 20px;
}
.post-pagination.style-1 .page-numbers:hover {
  color: var(--primary, #E8BF96);
  fill: var(--primary, #E8BF96);
}
.post-pagination.style-1 .page-numbers.current {
  color: #999;
}
.post-pagination.style-2 {
  gap: 3px;
}
.post-pagination.style-2 .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C1D20;
}
.post-pagination.style-2 .page-numbers:not(.prev, .next):hover {
  color: #1C1D20;
  fill: #1C1D20;
  background-color: #F5F3ED;
}
.post-pagination.style-2 .prev {
  justify-content: flex-start;
}
.post-pagination.style-2 .next {
  justify-content: flex-end;
}
.post-pagination.style-2 .current {
  color: #1C1D20;
  background-color: #F5F3ED;
}

.elementor-widget-wcf--posts.wcf--image-effect-zoom-in img, .elementor-widget-wcf--posts.wcf--image-effect-zoom-out img, .elementor-widget-wcf--posts.wcf--image-left-move img, .elementor-widget-wcf--posts.wcf--image-right-move img {
  transition: all 0.5s;
}
.elementor-widget-wcf--posts.wcf--image-effect-zoom-in .thumb, .elementor-widget-wcf--posts.wcf--image-effect-zoom-out .thumb, .elementor-widget-wcf--posts.wcf--image-left-move .thumb, .elementor-widget-wcf--posts.wcf--image-right-move .thumb {
  overflow: hidden;
}
.elementor-widget-wcf--posts.wcf--image-effect-zoom-in img {
  transform: scale(1);
}
.elementor-widget-wcf--posts.wcf--image-effect-zoom-in .wcf-post:hover .thumb img {
  transform: scale(1.1);
}
.elementor-widget-wcf--posts.wcf--image-effect-zoom-out img {
  transform: scale(1);
}
.elementor-widget-wcf--posts.wcf--image-effect-zoom-out .wcf-post:hover .thumb img {
  transform: scale(0.9);
}
.elementor-widget-wcf--posts.wcf--image-left-move img {
  transform: scale(1.1);
}
.elementor-widget-wcf--posts.wcf--image-left-move .wcf-post:hover .thumb img {
  transform: scale(1.1) translateX(4%);
}
.elementor-widget-wcf--posts.wcf--image-right-move img {
  transform: scale(1.1);
}
.elementor-widget-wcf--posts.wcf--image-right-move .wcf-post:hover .thumb img {
  transform: scale(1.1) translateX(-4%);
}

/*  Style 06  */
.wcf__posts.style-6 .wcf-post {
  display: flex;
}
.wcf__posts.style-6 .post_video_date {
  flex: 0 0 15%;
}
.wcf__posts.style-6 .posts_video_thumb {
  position: relative;
  flex: 0 0 20%;
}
.wcf__posts.style-6 .thumb_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wcf__posts.style-6 .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wcf__posts.style-6 .title {
  order: -1;
}
.wcf__posts.style-6 .thumb {
  margin: 0;
  height: 100%;
}
.wcf__posts.style-6 .thumb img {
  height: 100%;
}

@media (max-width: 767px) {
  .wcf__posts.style-6 .wcf-post {
    flex-direction: column;
  }
}
.wcf__posts.style-6 .wcf-taxonomy,
.wcf__posts.style-6 .wcf-meta {
  position: relative;
  margin-top: 10px;
}

.wcf__posts.style-6 .wcf-taxonomy::before,
.wcf__posts.style-6 .wcf-meta::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: -3px;
  background-color: #202C58;
  inset-inline-start: 0;
}

.wcf__posts.style-6 .wcf-taxonomy a,
.wcf__posts.style-6 .wcf-taxonomy span,
.wcf__posts.style-6 .wcf-meta a,
.wcf__posts.style-6 .wcf-meta span {
  margin-inline-end: 20px;
  position: relative;
  color: #1C1D20;
}

.wcf__posts.style-6 .wcf-taxonomy a::after,
.wcf__posts.style-6 .wcf-taxonomy span::after,
.wcf__posts.style-6 .wcf-meta a::after,
.wcf__posts.style-6 .wcf-meta span::after {
  position: absolute;
  content: "|";
  width: 20px;
  height: auto;
  text-align: center;
}

.wcf__posts.style-6 .wcf-taxonomy li:last-child a::after,
.wcf__posts.style-6 .wcf-taxonomy li:last-child span::after,
.wcf__posts.style-6 .wcf-meta li:last-child a::after,
.wcf__posts.style-6 .wcf-meta li:last-child span::after {
  display: none;
}

.wcf__posts.style-6 .wcf-taxonomy a:hover,
.wcf__posts.style-6 .wcf-meta a:hover {
  color: var(--primary, #E8BF96);
}

.wcf__posts.style-6 .desc p {
  color: #666;
}

.wcf__posts.style-6 .link {
  color: #fff;
  fill: #202C58;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: uppercase;
  background-color: #202C58;
  width: -moz-max-content;
  width: max-content;
  margin-top: auto;
}

.wcf__posts.style-6 .link:hover {
  color: var(--white, #fff);
  fill: var(--white, #fff);
  background-color: var(--primary, #E8BF96);
}

.post-pagination.style-6 {
  gap: 3px;
}

.post-pagination.style-6 .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C1D20;
}

.post-pagination.style-6 .page-numbers:not(.prev, .next):hover {
  color: #1C1D20;
  fill: #1C1D20;
  background-color: #F5F3ED;
}

.post-pagination.style-6 .prev {
  justify-content: flex-start;
}

.post-pagination.style-6 .next {
  justify-content: flex-end;
}

.post-pagination.style-6 .current {
  color: #1C1D20;
  background-color: #F5F3ED;
}

ul.wcf-meta_video {
  display: grid;
}

.author_views a::after {
  position: absolute;
  content: "-";
  height: auto;
  text-align: center;
  right: 10px;
  top: 0;
}

.author_views a {
  position: relative;
}