﻿/* Sidebar css */
.left-timeline-layout-hidden {
  left: -260px;
}

.left-timeline-layout-visible {
  left: 0;
}

.left-timeline-layout-box {
  position: absolute;
  top: 95px;
  bottom: 0;
  width: 300px;
  height: auto;
  border-right: solid 1px lightgrey;
  z-index: 1;
  background-color: #fff;
}

.left-timeline-content-hidden {
  margin-bottom: 10px;
  margin-top: 10px;
  display: none;
}

.left-timeline-content-visible {
  margin-top: 10px;
  display: block;
}

.center-timeline-visible-sidebar {
  left: 300px !important;
}

#cd-timeline-jumpto {
  border-left: solid 1px lightgrey;
  position: absolute !important;
  top: 200px;
  width: 149px;
  right: 0px;
  bottom: 0px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
}

#cd-timeline-container {
  position: absolute !important;
  top: 95px;
  left: 40px;
  bottom: 0px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
}

#cd-timeline-jumpto {
  position: absolute !important;
  top: 95px;
  width: 149px;
  right: 0px;
  bottom: 0px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
}

#timeline-header {
  margin: 15px 15px 25px 15px;
}

.cd-timeline-content {
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .left-timeline-layout-box {
    display: none;
  }
  #cd-timeline-container {
    left: 0px;
    top: 70px;
  }
  .cd-timeline-block h1 {
    font-size: 25px;
  }
  #timeline-header {
    display: none;
  }
}
