/* ------------- WPA9 Timeline ------------- */
.wpa9-timeline-title {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px !important;
}

.wpa9-timeline-meta {
  clear: both;
  margin: 20px auto 0;
  display: block;
  text-align: center;
}

.timeline-container {
  position: relative;
  font-family: 'Hind', sans-serif;
}

  .timeline-container:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: var(--c-main-btn);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
  }

  .timeline-container:after {
    clear: both;
    content: " ";
    display: block;
  }

    .timeline-container .timeline-item {
      margin-top: 20px;
      margin-bottom: 20px;
      position: relative;
      width: 50%;
      overflow: visible;
    }

    .timeline-container .timeline-item.hidden {

    }

    .timeline-container .timeline-item:after {
      content: "";
      display: block;
      clear: both
    }

    .timeline-container .timeline-item,
    .timeline-container .timeline-item.add {
      float: left;
      clear: left;
      text-align: right;
    }

    .timeline-container .timeline-item:nth-child(2n),
    .timeline-container .timeline-item.even {
      float: right;
      clear: right;
      text-align: left;
    }

    .timeline-container .timeline-item.add + .timeline-item.even {
      margin-top: 20px;
    }

  .timeline-container .timeline-icon {
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: auto;
    position: absolute;
    top: 57px;
  }

    .timeline-container .timeline-item.add .timeline-icon { right: -7px; }
    .timeline-container .timeline-item.even .timeline-icon { left: -7px; }


  .timeline-container .timeline-icon:after {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;

      background-color: #fff;
      border: 2px solid var(--c-main-btn);

      transition: all 0.33s ease-out 0s
  }

  .timeline-container .date-content {
      font-family: 'Noto Serif', serif;
      /* margin-top: -3px; */
      position: relative
  }

  .timeline-container .timeline-item .date-content:before {
      content: "";
      width: 25px;
      height: 2px;
      background: var(--c-main-btn);
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0
  }

  .timeline-container .timeline-item.even .date-content:before { left: 7px; }
  .timeline-container .timeline-item.add .date-content:before { right: 7px; }

  .timeline-container .timeline-item .date-outer {
    width: 128px;
    height: 128px;
    font-size: 1.125em;
    text-align: center;
    z-index: 1;
    color: #fff;
    background-color: var(--c-grey-d);
    border-radius: 50%;
   }

   .timeline-container .timeline-item.add .date-outer {
     margin-left: calc(100% - 160px);
   }

   .timeline-container .timeline-item.even .date-outer {
     margin-left: 32px;
   }

  .timeline-container .date {
      font-weight: 700;
      padding: 0 6px;
  }

  .timeline-container .month {
    display: block;
  }

  .timeline-container .timeline-item.add .timeline-content { padding: 30px 50px 20px 0px; }
  .timeline-container .timeline-item.even .timeline-content { padding: 30px 0px 20px 50px; }

  .timeline-container .title {
    margin: 0 0 15px 0
  }

  .timeline-container .description {
    margin-bottom: 0
  }

    .timeline-container .description p:last-of-type {
      margin-bottom: 0;
    }

  @media only screen and (max-width: 767px) {
    .timeline-container:before {
      margin: 0;
      left: 7px
    }

    .timeline-container .timeline-item {
      margin-bottom: 20px;
      width: 100%;
    }

    .timeline-container .timeline-item:nth-child(2n), .timeline-container .timeline.even,
    .timeline-container .timeline-item:nth-child(2n+1), .timeline-container .timeline.add {
      float: none;
      clear: both;
      text-align: left;
    }

      .timeline-container .date-content {
        width: 95%;
        float: none;
        margin-top: 0
      }

      .timeline-container .timeline-item.add .timeline-content,
      .timeline-container .timeline-item.even .timeline-content {
        padding: 30px 0px 20px 50px;
      }

        .timeline-container .timeline-item.add .timeline-icon,
        .timeline-container .timeline-item.even .timeline-icon {
          left: 1px;
          right: auto;
          top: 43px;
        }

        .timeline-container .timeline-item.even .date-content:before,
        .timeline-container .timeline-item.add .date-content:before {
          left: 14px;
          right: auto;
        }


          .timeline-container .timeline-item.add .date-outer,
          .timeline-container .timeline-item.even .date-outer {
            margin-left: 54px;
          }

  }
