.wv-timeline-item {
  width: calc(50% - 20px);
  padding: 20px;
  color: #777 !important;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 5px 40px rgba(0,0,0,.11);
  
  border-radius: 10px;
}

.wv-timeline-item .dot {
  width: 28px;
      height: 28px;
      border-radius: 100%;
      position: absolute;
      top: 10px;
      right: -34px;
      background: rgb(125, 93, 144);
      box-shadow: 0 0 7px 3px #7d5d90;
}

/*
.wv-timeline-item:nth-child(odd) .dot::after {
      content: '\e912';
}
.wv-timeline-item:nth-child(even) .dot::after {
      content: '\e8b4';
}


.wv-timeline-item .dot::after{
      font-family: "mfn-icons";
      font-style: normal;
          font-weight: 400;
          speak: none;
          display: inline-block;
          text-decoration: none!important;
          width: 25px;
          font-size: 18px;
          margin-right: 0;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 28px;
          margin-left: 0;
}
*/

.wv-timeline-item .dot::before{
  content: '';
      width: 20px;
      height: 20px;
      display: inline-block;
      background-color: rgba(163, 125, 179, 1);
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
}

.wv-timeline-item .dot::after{
  content: '';
      width: 12px;
      height: 12px;
      display: inline-block;
      background-color: rgb(125, 93, 144);
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
}


.wv-timeline-item .image {
  margin-top: 20px;
}
.wv-timeline-item .content-body{
  color:#777;
}
.wv-timeline-item h3 {
  margin: -20px -20px 0 -20px;
  padding: 20px;
  background: #fff;
  color: #00256e;
  font-size: 16pt;
font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #dedede;
  position: relative;
}

.wv-timeline-item h3::after{
  display: inline-block;
  height: 3px;
  width: 95px;
  content: '';
  background: rgb(135, 105, 155);
  position: absolute;
  bottom:0;
  left:0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.wv-timeline-item:hover h3::after{
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.wp-admin .wv-timeline-item {
  color: #000;
}

.wv-timeline>.wv-timeline-item:nth-child(even) {
  float: left;
  margin-top: 60px;
}


.wv-timeline>.wv-timeline-item:nth-child(odd) {
  float: right;
  margin-top: 60px;
}
.wv-timeline>.wv-timeline-item:nth-of-type(2) {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .wv-timeline>.wv-timeline-item:nth-of-type(2) {
    margin-top: 60px;
  }
}
.wv-timeline>.wv-timeline-item:nth-child(odd) .dot {
  right: auto;
  left: -34px;
}

.wv-timeline {
  padding: 0 40px;
  position: relative;
}

.wv-timeline::after {
  content: '';
  display: block;
  clear: both;
}


.wv-timeline .line {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    border-left: 2px dashed hsla(0,0%,59%,.88);
    top:0;
    bottom:0;
}


body.vc_editor .wv-timeline{
  margin-top: 60px;
  background: #efefef;
}


.in-editor .wv-timeline-item{
  border: 1px solid #000;
  background: #efefef;
  width: 90%;
      float: none;
      margin: 0 auto;
}
.in-editor{
  margin-top: 60px;
}


@media (max-width: 767px) {
  .wv-timeline>.wv-timeline-item{
    float:none;
    width: 100%;
    text-align: center;
  }
  .wv-timeline>.wv-timeline-item:nth-child(odd) .dot,
  .wv-timeline-item .dot{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
  
  .wv-timeline-item h3::after{
        left: 50%;
        
        transform: translateX(-50%);
  }
  .wv-timeline-item:hover h3::after{
    transform: translate(-50%, 0);
  }
}

@media (max-width: 767px) {
  .wv-timeline{
    padding: 40px 5px;
  }

}