.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 .content {
  padding: 20px;
}

.wv-timeline-item.clear {
  clear: both;
}
.wv-timeline-item.clear+.wv-timeline-item {
  margin-top: 120px !important;
}

.wv-timeline-item .dot {
  width: 28px;
      height: 28px;
      border-radius: 100%;
      position: absolute;
      top: 10px;
      right: -34px;
      background: #0077c9;
      background: transparent;
}

/*
.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: #c92f24;
      background-color: #004283;
      background-color: #dc052d;
      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: #c92f24;
      background-color: #004283;
      background-color: #dc052d;
      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 .content >p:last-child{
  margin-bottom: 0px;
}
.wv-timeline-item .uk-h3 {
  margin: -20px -20px 0 -20px;
  padding: 20px;
  background: #fff;
  color: #000 !important;
  font-size: 20pt;
font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #dedede;
  position: relative;
}

.wv-timeline-item .uk-h3::after{
  display: inline-block;
  height: 3px;
  width: 95px;
  content: '';
  background: #004283;
  background: #c92f24;
  background: #004283;
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.wv-timeline-item:hover .uk-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;
  clear: left;
}


.wv-timeline>.wv-timeline-item:nth-child(odd) {
  float: right;
  margin-top: 60px;
  clear: right;
}
.wv-timeline>.wv-timeline-item:nth-of-type(2) {
  margin-top: 120px;
}
.wv-timeline>.wv-timeline-item:nth-child(odd) .dot {
  right: auto;
  left: -34px;
}

.wv-timeline {
  padding: 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);
}


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;
    margin-top: 80px !important;
  }
  .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 .uk-h3::after{
        left: 50%;
        
        transform: translateX(-50%);
  }
  .wv-timeline-item:hover .uk-h3::after{
    transform: translate(-50%, 0);
  }
}

@media (max-width: 767px) {
  .wv-timeline{
    padding: 40px 5px;
  }

}