/* UP AND DOWN */
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* HR ACCENT */
.b {
  border: 0;
  width: 40%;
  color: blue;
  height: 5px;
}

/* PODCAST MENU */
i.fa.fa-bars {
  font-size: 40px;
}

/* PODCAST PADDING */
.pipage .piexodus-secondary-list .piexodus-list-group {
    margin-bottom: 35px;
    padding: 0;
}
/* PREACHIT HAMBURGER MENU */
.pipage .piexodus-list-header .piexodus-list-header-cont span {
    display: none;
    font-size: 18px;
    padding: 0 5px;
    cursor: pointer;
}

/* PREACHIT HIDE SERIES */
.pipage .piexodus-list-header .piexodus-list-header-title {
    font-size: 18px;
    font-weight: 900;
    display: none;
    text-transform: uppercase;
    text-align: center;
}
