/* ------------------------------------------
Elementor Posts Pirch Brands Skin styles
-----------------------------------------------*/
.elementor-posts--skin-cards-brands-pirch.elementor-grid {
  display: block;
}

.elementor-posts--skin-cards-brands-pirch .elementor-post__avatar {
  display: none;
}

.elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post__thumbnail
  img {
  height: 19.5rem;
  width: 100%;
  object-fit: cover;
}

.elementor-posts__hover-gradient
  .elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post__card
  .elementor-post__thumbnail__link::after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post:nth-child(even)
    .elementor-post__card
    .elementor-post__thumbnail
    img {
    padding: 1px 2px;
  }

  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post:nth-child(even)
    .elementor-post__thumbnail::before,
  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post:nth-child(even)
    .elementor-post__thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 10%;
    background-color: #ffffff;
    z-index: 1;
  }

  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post:nth-child(even)
    .elementor-post__thumbnail::after {
    right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post__thumbnail
    img {
    height: 100%;
  }
}

.elementor-posts--skin-cards-brands-pirch .elementor-post:not(:first-child) {
  margin-top: 80px;
}

@media only screen and (min-width: 1025px) {
  .elementor-posts--skin-cards-brands-pirch .elementor-post:last-child {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .elementor-posts--skin-cards-brands-pirch
    .elementor-post
    .elementor-post__card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.elementor-posts--skin-cards-brands-pirch
  .elementor-post:nth-child(odd)
  .elementor-post__card {
  background-color: var(--e-global-color-astglobalcolor6);
}

@media only screen and (min-width: 768px) {
  .elementor-posts--skin-cards-brands-pirch
    .elementor-post:nth-child(odd)
    .elementor-post__card
    .elementor-post__thumbnail__link {
    order: 2;
  }
}

@media only screen and (min-width: 1025px) {
  .elementor-posts--skin-cards-brands-pirch
    .elementor-post
    .elementor-post__card
    .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
  }
}

.elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post__card
  .elementor-post__title {
  margin-bottom: 0.8em;
}

.elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post__card
  .elementor-post__read-more {
  background-color: var(--e-global-color-accent);
  padding: 0.75em 1.5em;
}

.elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post__card
  .elementor-post__read-more:hover {
  opacity: 0.7;
}

.elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post__card
  .elementor-post__read-more
  i {
  display: none;
}

.elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post
  .elementor-post__card
  .elementor-post__text {
  padding: 3rem 4rem 3rem 4rem;
}

@media only screen and (min-width: 768px) {
  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post
    .elementor-post__card
    .elementor-post__text {
    padding: 3rem 4rem 3rem 6rem;
  }
}

@media only screen and (min-width: 1025px) {
  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post:nth-child(odd)
    .elementor-post__card
    .elementor-post__text {
    padding: 3rem 4rem 3rem 5rem;
  }

  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post:nth-child(even)
    .elementor-post__card
    .elementor-post__text {
    padding: 3rem 4rem 3rem 2rem;
  }

  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post
    .elementor-post__card
    .elementor-post__text {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1230px) {
  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post:nth-child(odd)
    .elementor-post__card
    .elementor-post__text {
    padding: 3rem 4rem 3rem calc((100vw - 1160px) / 2);
  }
}

.elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post
  .elementor-post__card
  .elementor-post__text
  .elementor-post__title,
.elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post
  .elementor-post__card
  .elementor-post__text
  .elementor-post__excerpt {
  max-width: 22rem;
}

.elementor-posts.elementor-posts--skin-cards-brands-pirch
  .elementor-post
  .elementor-post__thumbnail {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 1025px) {
  .elementor-posts.elementor-posts--skin-cards-brands-pirch
    .elementor-post
    .elementor-post__thumbnail {
    height: 100%;
  }
}