








.acf-sticky-video-content {
  background: var(--sticky-video-content-bg, #f5f5f3);
  position: relative;
  overflow: visible;
}

.acf-sticky-video-content__inner {
  display: flex;
  align-items: stretch;
}

.acf-sticky-video-content__left,
.acf-sticky-video-content__right {
  width: 50%;
  min-width: 0;
}

.acf-sticky-video-content__left {
  position: relative;
}

.acf-sticky-video-content__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  /* opacity: 0.12; */
  pointer-events: none;
  z-index: 1;
  height: 100%;
}

.acf-sticky-video-content__shape img {
  display: block;
  width: 100%;
  height: auto;
  position: sticky;
  top: 30%;
}

.acf-sticky-video-content__items {
  position: relative;
  z-index: 2;
}

.acf-sticky-video-content__item {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 7vw 80px 17vw;
}

.acf-sticky-video-content__item-inner {
  width: 100%;
  max-width: 360px;
}

.acf-sticky-video-content__title {
  margin: 0 0 44px;
}

.acf-sticky-video-content__description {
  margin-bottom: 44px;
}

.acf-sticky-video-content__description p {
  margin: 0;
}

.acf-sticky-video-content__button-wrap {
  margin-top: 0;
}

.acf-sticky-video-content__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 30px;
  border: 1px solid #a03c3c;
  color: #a03c3c;
  text-decoration: none;
  background: transparent;
  transition: all 0.25s ease;
}

.acf-sticky-video-content__button:hover,
.acf-sticky-video-content__button:focus {
  background: #a03c3c;
  color: #fff;
}

.acf-sticky-video-content__right {
  position: relative;
}

.acf-sticky-video-content__media-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.acf-sticky-video-content__media {
  width: 100%;
  height: 100%;
}

.acf-sticky-video-content__video,
.acf-sticky-video-content__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tablet / small desktop */
@media screen and (max-width: 1279px) {
  .acf-sticky-video-content__shape {
    /* width: 140px; */
    /* top: 100px; */
  }

  .acf-sticky-video-content__item {
    padding: 70px 5vw 70px 10vw;
  }

  .acf-sticky-video-content__item-inner {
    max-width: 320px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .acf-sticky-video-content__inner {
    display: flex;
    flex-direction: column;
    align-items: normal;
  }

  .acf-sticky-video-content__left,
  .acf-sticky-video-content__right {
    width: 100%;
  }

  .acf-sticky-video-content__left {
    position: relative;
  }

  .acf-sticky-video-content__shape {
    /* width: 100%; */
    /* top: 50%; */
    /* left: -10px; */
    /* max-width: 40vw; */
    /* position: sticky; */
  }

  .acf-sticky-video-content__item {
    min-height: 80vh;
    display: block;
    padding: 28px 18px 36px;
    display: flex;
  }

  .acf-sticky-video-content__item + .acf-sticky-video-content__item {
    padding-top: 10px;
  }

  .acf-sticky-video-content__item-inner {
    max-width: none;
  }

  .acf-sticky-video-content__title {
    margin: 0 0 20px;
  }

  .acf-sticky-video-content__description {
    margin-bottom: 20px;
  }

  .acf-sticky-video-content__media-sticky {
    position: relative;
    top: auto;
    height: auto;
  }

  .acf-sticky-video-content__media {
    height: auto;
  }

  .acf-sticky-video-content__video,
  .acf-sticky-video-content__poster {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }


  
}


/**/

/* ΝΕΑ ΠΡΟΣΘΗΚΗ: Όταν επιλεγεί video αριστερά, αλλάζει η σειρά χωρίς να αλλάξουν οι υπάρχουσες κλάσεις */
.acf-sticky-video-content--media-left .acf-sticky-video-content__left {
  order: 2;
}

.acf-sticky-video-content--media-left .acf-sticky-video-content__right {
  order: 1;
}

/* ΝΕΑ ΠΡΟΣΘΗΚΗ: Όταν επιλεγεί video δεξιά, κρατάει την default διάταξη */
.acf-sticky-video-content--media-right .acf-sticky-video-content__left {
  order: 1;
}

.acf-sticky-video-content--media-right .acf-sticky-video-content__right {
  order: 2;
}

/* ΝΕΑ ΠΡΟΣΘΗΚΗ: Shortcodes στοιχείων και CF7 */
.acf-sticky-video-content__shortcode {
  width: 100%;
}

.acf-sticky-video-content__shortcode--details {
  margin-bottom: 54px;
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 20px; */
}

.acf-sticky-video-content__shortcode .contact-data {
  margin-bottom: 12px;
}

.acf-sticky-video-content__shortcode .contact-data-info,
.acf-sticky-video-content__shortcode .contact-data-info a {
  color: inherit;
  color: #000;
}
.contact-phones {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    margin-bottom: 10px;
    align-items: baseline;
}

.acf-sticky-video-content__shortcode .contact-phones span.contact-data.phones, .acf-sticky-video-content__shortcode .contact-phones span.contact-data.phones a {
    margin: 0;
}
.acf-sticky-video-content__shortcode .social-icons-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.acf-sticky-video-content__shortcode .social-icons-list svg {
  width: 20px;
  height: 20px;
}
.acf-sticky-video-content__shortcode .social-icons-list svg path.fill-svg {
    fill: #7E2C2C;
}
.acf-sticky-video-content__shortcode--form input,
.acf-sticky-video-content__shortcode--form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  margin-bottom: 12px;
}

.acf-sticky-video-content__shortcode--form textarea {
  min-height: 150px;
}

.acf-sticky-video-content__shortcode--form input[type="submit"] {
  background: #8a3737;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 16px 45px;
  border-radius: 0;
  color: #FFF;
  text-align: center;
  font-family: tt-commons-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.acf-sticky-video-content__shortcode .contact-data-info a.phone-link {
    margin-bottom: 16px;
    display: block;
}

.acf-sticky-video-content__shortcode--details h4.wp-block-heading, .acf-sticky-video-content__shortcode.acf-sticky-video-content__shortcode--form h4.wp-block-heading {
    margin-bottom: 50px;
}

.acf-sticky-video-content__shortcode.acf-sticky-video-content__shortcode--form {
    padding-top: 75px;
    border-top: 1px solid #DADADA;
}
/* ΝΕΑ ΠΡΟΣΘΗΚΗ: Mobile order reset */
@media screen and (max-width: 767px) {
  .acf-sticky-video-content--media-left .acf-sticky-video-content__left,
  .acf-sticky-video-content--media-left .acf-sticky-video-content__right,
  .acf-sticky-video-content--media-right .acf-sticky-video-content__left,
  .acf-sticky-video-content--media-right .acf-sticky-video-content__right {
    order: initial;
  }
}








