.wce-posts-carousel-4 article, .wce-posts-carousel-5 article, .wce-posts-carousel article, .velocity-zoom {
  figure img, .v-img {
    transition: all ease 0.4s;
    transform: scale(1);
  }

  &:hover {
    figure img, .v-img {
      transform: scale(1.1);
    }
  }
}


.wrap-wce-posts-carousel-1,
.wrap-wce-posts-carousel-2,
.wrap-wce-posts-galeria {
  .wce-posts-carousel {
    > div article {
      background: #fff;
      color: #0e0e0e;
      font-weight: normal;
      margin: 10px;
      transition: background-color ease 0.5s;

      &:hover {
        background-color: #cfd4df;
      }

      .inner {
        padding: 20px;
        position: relative;
      }

      .thumbnail-wrapper {
        overflow: hidden;

        img {
          width: 100%;
        }
      }

      .post-date {
        color: #6a6e78;
        font-weight: 400;
        font-size: 13px;
      }

      .post-title {
        font-weight: 600;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5;
        color: #222220;
        margin: 20px 0em 20px 0px;
        height: 45px;
      }

      .desc {
        height: 80px;
      }

      &.dark_bg {
        .post-title,
        .post-date,
        p,
        .desc,
        .saiba-mais {
          color: #fff;
        }
      }

      .saiba-mais {
        margin-top: 50px;
        display: block;
        color: #424242;
        &:hover {
          text-decoration: none;
        }
      }
    }

    .wce-cat_icon {
      position: absolute;
      padding: 10px;
      top: -39px;
      z-index: 1;

      img {
        width: 20px;
        height: 20px;
      }
    }

    .slick-next:before,
    .slick-prev:before {
      font-family: FontAwesome;
      font-size: 40px;
      // line-height: 1;
      color: #3b3b3b;
    }

    // .slick-disabled:before {
    //   color: #3B3B3B;
    // }

    .slick-next:before {
      content: "\f105";
    }

    .slick-prev:before {
      content: "\f104";
    }

    .ver-mais {
      text-align: center;
      // height: 400px;
      margin-top: 10px;
      position: relative;
      .btn-wrap {
        width: 100%;
      }

      .btn {
        &:hover {
          color: #fff;
        }
      }
    }
  }

  @cor-hex: #35ac75;

  .hexagon-wrapper {
    bottom: -16px;
    margin: 0px auto;
    position: absolute;
    right: 20px;
    top: -69px;
    .hexagon {
      background-color: @cor-hex;
      height: 45.71428571px;
      margin: 22.85714286px 0;
      width: 80px;
      &:before {
        border-bottom-color: @cor-hex;
        border-bottom-width: 22.85714286px;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
      }
      &:after {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top-color: @cor-hex;
        border-top-width: 22.85714286px;
      }
    }
    .hexagon-date {
      bottom: 0;
      left: 0;
      line-height: 20px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 13px;
      .hexagon-month {
        color: #ffffff;
        font-size: 10px;
        margin: 0;
        text-transform: uppercase;
        text-transform: uppercase;
      }
      .hexagon-day {
        color: #ffffff;
        font-size: 26px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
      }
      .hexagon-year {
        color: #ffffff;
        font-size: 13px;
        margin: 0;
        text-transform: uppercase;
      }
    }
  }
  .hexagon {
    color: white;
    position: relative;
    &:before {
      border-bottom-style: solid;
      bottom: 100%;
      content: "";
      position: absolute;
      width: 0;
    }
    &:after {
      border-top-style: solid;
      content: "";
      position: absolute;
      top: 100%;
      width: 0;
    }
  }

  .elementor-editor-active
    .elementor.elementor-edit-mode
    .elementor-editor-column-settings {
    bottom: auto !important;
  }

  .wce-posts-carousel-2 {
    .post_read_more {
      display: none;
    }

    > div article {
      background: #fff;
      color: #0e0e0e;
      font-weight: normal;
      margin: 10px;
      transition: background-color ease 0.5s;

      .inner {
        // padding: 20px;
        position: relative;
      }

      .thumbnail-wrapper {
        overflow: hidden;
        position: relative;
        &:hover {
          .img_rollover {
            .fa {
              width: 100%;
              height: 100%;
              top: 0;
              right: 0;
              font-size: 36px;
              line-height: 36px;
            }
          }
        }
      }

      &.dark_bg {
        .post-title,
        .post-date,
        p,
        .desc,
        .saiba-mais {
          color: #fff;
          a {
            color: #fff;
          }
        }
      }

      .post-title {
        font-size: 20px;
        line-height: 26px;
        a {
          font-weight: normal;
          font-style: normal;
          text-transform: none;
          text-decoration: none;
          color: #3065b5;
        }
      }

      .desc {
        height: 80px;
        padding-top: 14px;
        margin-top: 20px;
        overflow: hidden;
        border-top: 1px solid #e0e0e0;
        font-size: 13px;
        color: #787878;
      }

      .img_rollover {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        &:after {
          content: "";
          display: inline-block;
          vertical-align: middle;
          height: 100%;
        }
        > .ico-wrap {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          .fa {
            font-size: 24px;
            line-height: 24px;
            width: 50px;
            height: 50px;
            margin: auto !important;
            position: absolute;
            left: auto;
            right: 10px;
            top: 10px;
            bottom: auto;
            background: #3065b5;
            color: #fff;
            transition: all 0.3s ease-in-out;
            &:before {
              display: inline-block;
              vertical-align: middle;
            }
            &:after {
              content: "";
              display: inline-block;
              vertical-align: middle;
              height: 100%;
            }
          }
        }

        .ico-wrap {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
        }
      }
    }
  }

  .wce-posts-carousel-2 {
    .slick-next:before,
    .slick-prev:before {
      font-family: FontAwesome;
      font-size: 40px;
      // line-height: 1;
      color: #3b3b3b;
    }
    .slick-next:before {
      content: "\f0da";
    }

    .slick-prev:before {
      content: "\f0d9";
    }

    .slick-next,
    .slick-prev {
      top: -20px;
      border: 1px solid #e0e0e0;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 38px;
      &:before {
        font-size: 13px;
      }
    }
    .slick-prev {
      right: 39px;
      left: auto;
    }
    .slick-next {
      right: 10px;
    }
  }

  .wce-posts-galeria {
    .inner {
      color: #312f22;
      min-height: 70px;

      a {
        color: #312f22;
      }

      .post-title {
        text-align: center;
        text-transform: uppercase;
      }

      .desc {
        text-align: center;
        display: block;
      }
    }
    .visible_item {
      display: none;
    }
  }

  #wce-posts-galeria-filter {
    text-align: center;
    margin-bottom: 40px;
  }

  #wce-posts-galeria-filter .btn {
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    padding: 8px 25px;
    margin: 5px;
    cursor: pointer;

    &.active {
      background: #fff;
      box-shadow: none;
    }
  }

  .wce-posts-galeria-sm-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    a {
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      background-color: rgba(0, 0, 0, 0);
      padding: 11px 20px 11px 20px;
      border-style: solid;
      border-width: 02px 02px 02px 02px;

      border-radius: 4px;
    }
    a:hover {
      color: #54595f;
      background-color: #ffffff;
      border-color: #ffffff;
    }
  }
}


.wrap-wce-posts-carousel-3 {
  @import "_wce-3.less";
}

.wrap-wce-posts-carousel-5 {
  @import "_wce-5.less";
}

.wrap-wce-posts-carousel-4 {
  @import "_wce-4.less";
}

.wrap-wce-posts-equipe {
  @import "_wce-equipe.less";
}

.wrap-wce-posts-cardapio {
  @import "_wce-cardapio.less";
}

.wrap-wce-posts-destaque {
  @import "_wce-destaque.less";
}

.wrap-wce-posts-lista {
  @import "_wce-lista.less";
}

.wrap-wce-videos {
  @import "_wce-videos.less";
}

#wc-menu-affix {
  z-index: 99998;
  position: fixed;
  top: -200px;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.2);

  &.affixed {
    opacity: 1;
    top: 0;
  }
}

.admin-bar #wc-menu-affix.affixed {
  top: 32px;
}

#wc-menu-affix img {
  max-height: 45px;
  width: auto;
}

#wc-menu-affix .elementor-widget-ekit-nav-menu {
  .elementskit-menu-container {
    height: 50px;
  }

  .ekit-wid-con {
    min-height: 50px !important;
  }
}


#wc-menu-affix .elementor-column {
  max-height: 50px;
}
