.magick-timeline {
  position: relative;
  margin: 50px 0;
  padding-left: 60px;
  border-left: 2px solid #444;
}

.magick-item {
  position: relative;
  margin-bottom: 35px;
  opacity: 0.65;
  transition: all .25s ease;
}

.magick-item:hover {
  opacity: 1;
  transform: translateX(4px);
}

.magick-dot {
  position: absolute;
  left: -8px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #777;
  border-radius: 50%;
  transition: all .25s ease;
}

.magick-item:hover .magick-dot {
  background: #b78cff;
  box-shadow: 0 0 8px #b78cff;
}

.magick-date {
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 6px;
}

.magick-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.magick-timeline .magick-title a {
  text-decoration: none;
  color: inherit;
}


.magick-title a:hover {
  text-decoration: underline;
}

.magick-text {
  color: #ddd;
  line-height: 1.6;
}
body.page-id-442 #cm-secondary {
    display: none !important;
}

body.page-id-442 #cm-primary {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.magick-year {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 70px 0 25px;
  padding-left: 10px;
  position: relative;
  color: #9a9a9a;
}

.magick-year::before {
  content: none !important;
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background: #666;
}

.magick-content {
  padding-left: 25px;
}

