@charset "UTF-8";
/**
 * Copyright © Avenla Oy. All rights reserved.
 */
.avenla-timeline {
  margin-bottom: 40px;
}
.avenla-timeline-entries {
  position: relative;
}
.avenla-timeline-entries::before {
  background: #2D7AC0;
  content: "";
  height: 100%;
  left: 35px;
  position: absolute;
  width: 5px;
  top: 0;
}
.avenla-timeline-entry {
  background: #2D7AC0;
  border-radius: 2.5px;
  color: #fff;
  margin-left: 75px;
  min-height: 40px;
  padding: 20px;
  position: relative;
}
.avenla-timeline-entry::before {
  background: #2D7AC0;
  border: 5px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  top: -5px;
}
.avenla-timeline-entry::after {
  border: 5px solid #2D7AC0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  content: "";
  height: 0;
  left: -5px;
  position: absolute;
  rotate: -45deg;
  top: 15px;
  width: 0;
}
.avenla-timeline-entry-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.avenla-timeline-entry-wrapper:not(:last-child) {
  margin-bottom: 37.5px;
}
.avenla-timeline-entry-title {
  font-size: 14px;
  margin-bottom: 1rem;
}
.avenla-timeline-entry-content {
  color: #fff;
  font-size: 18px;
}
.avenla-timeline-entry-content > *:first-child {
  margin-top: 0;
}
.avenla-timeline-entry-content > *:last-child {
  margin-bottom: 0;
}
.avenla-timeline-entry-content h1, .avenla-timeline-entry-content h2, .avenla-timeline-entry-content h3, .avenla-timeline-entry-content h4, .avenla-timeline-entry-content h5, .avenla-timeline-entry-content h6, .avenla-timeline-entry-content p {
  color: #fff;
}
.avenla-timeline-entry-content img {
  max-width: 100%;
  width: 100%;
}
.avenla-timeline-entry-content .ccm-image-slider {
  padding-bottom: 1rem;
}
.avenla-timeline-entry-content .ccm-image-slider .rslides_tabs {
  margin: 0;
  padding-bottom: 0;
  padding-top: 1rem;
  text-align: center;
}
.avenla-timeline-entry-content .video-wrapper {
  margin-bottom: 1rem;
}
.avenla-timeline.no-background-color .avenla-timeline-entry {
  background: none !important;
  border: 2px solid #2D7AC0;
}
.avenla-timeline.no-background-color .avenla-timeline-entry-content h1, .avenla-timeline.no-background-color .avenla-timeline-entry-content h2, .avenla-timeline.no-background-color .avenla-timeline-entry-content h3, .avenla-timeline.no-background-color .avenla-timeline-entry-content h4, .avenla-timeline.no-background-color .avenla-timeline-entry-content h5, .avenla-timeline.no-background-color .avenla-timeline-entry-content h6, .avenla-timeline.no-background-color .avenla-timeline-entry-content p {
  color: #000;
}

@media only screen and (min-width: 992px) {
  .avenla-timeline-entries::before {
    left: calc(50% - 2.5px);
  }
  .avenla-timeline-entry {
    background: none;
    margin-left: 0;
    min-height: unset;
    padding: 0;
    position: relative;
  }
  .avenla-timeline-entry::before {
    background: #2D7AC0;
    border: 5px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 70px;
    left: calc(50% - 35px);
    position: absolute;
    width: 70px;
    top: -5px;
  }
  .avenla-timeline-entry::after {
    left: unset;
    top: 25px;
  }
  .avenla-timeline-entry-title {
    color: #2D7AC0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    width: calc(50% - 52.5px);
    top: 21.5px;
  }
  .avenla-timeline-entry-content {
    background: #2D7AC0;
    border-radius: 2.5px;
    min-height: 60px;
    padding: 20px;
    position: relative;
    width: calc(50% - 52.5px);
  }
  .avenla-timeline-entry-wrapper:nth-child(odd) .avenla-timeline-entry::after {
    border: 5px solid #2D7AC0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    content: "";
    height: 0;
    right: calc(50% + 47.4576271186px);
    position: absolute;
    rotate: 135deg;
    top: 25px;
    width: 0;
  }
  .avenla-timeline-entry-wrapper:nth-child(odd) .avenla-timeline-entry .avenla-timeline-entry-title {
    float: right;
  }
  .avenla-timeline-entry-wrapper:nth-child(odd) .avenla-timeline-entry .avenla-timeline-entry-content {
    float: left;
  }
  .avenla-timeline-entry-wrapper:nth-child(even) .avenla-timeline-entry::after {
    border: 5px solid #2D7AC0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    content: "";
    height: 0;
    left: calc(50% + 47.4576271186px);
    position: absolute;
    rotate: -45deg;
    top: 25px;
    width: 0;
  }
  .avenla-timeline-entry-wrapper:nth-child(even) .avenla-timeline-entry .avenla-timeline-entry-title {
    float: left;
    text-align: right;
  }
  .avenla-timeline-entry-wrapper:nth-child(even) .avenla-timeline-entry .avenla-timeline-entry-content {
    float: right;
  }
  .avenla-timeline.no-background-color .avenla-timeline-entry {
    border: none;
  }
  .avenla-timeline.no-background-color .avenla-timeline-entry-content {
    background: none !important;
    border: 2px solid #2D7AC0;
  }
}

/*# sourceMappingURL=view.css.map */


@charset "UTF-8";
/**
 * Copyright © Avenla Oy. All rights reserved.
 */
.avenla-timeline-entries {
  margin-left: -15px;
}
.avenla-timeline-entries::before {
  background: #607916 !important;
}
.avenla-timeline-entry {
  background: #607916 !important;
}
.avenla-timeline-entry::before {
  background: #607916;
  background-image: url("../../../themes/versowood//img/versowood-timeline-bullet.png");
  background-position: center;
  background-size: cover;
}
.avenla-timeline-entry::after {
  border-left-color: #607916 !important;
  border-top-color: #607916 !important;
}
.avenla-timeline.no-background-color .avenla-timeline-entry {
  background: none !important;
  border-color: #607916 !important;
}
.avenla-timeline.no-background-color .avenla-timeline-entry::before {
  background-image: url("../../../themes/versowood//img/versowood-timeline-bullet-no-background.png");
}
.avenla-timeline.no-background-color .avenla-timeline-entry .avenla-timeline-entry-title {
  color: #607916 !important;
  font-weight: bold;
}

@media only screen and (min-width: 992px) {
  .avenla-timeline-entries {
    margin-left: 0;
  }
  .avenla-timeline-entry {
    background: none !important;
  }
  .avenla-timeline-entry-title {
    color: #607916 !important;
  }
  .avenla-timeline-entry-content {
    background: #607916 !important;
  }
  .avenla-timeline.no-background-color .avenla-timeline-entry {
    border: none !important;
  }
  .avenla-timeline.no-background-color .avenla-timeline-entry-content {
    background: none !important;
    border-color: #607916 !important;
  }
}

/*# sourceMappingURL=avenla_timeline_override.css.map */


