/* =========================
   Testimonial Rotator (Cycle2 Override)
   ========================= */

#testimonial-slideshow.cycle-slideshow {
    background: #252323;
    color: #fff;
    padding: 24px 20px !important;
    border: 1px solid #252323;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    min-height: 80px !important;
}

/* Cycle2 wraps slides inline */
#testimonial-slideshow.cycle-slideshow>div {
    width: 100% !important;
}

/* Slide container */
#testimonial-slideshow.cycle-slideshow .testimonial-slide {
    padding: 0 8% !important;
    box-sizing: border-box;
}

/* Quote */
#testimonial-slideshow.cycle-slideshow blockquote.testimonial-quote {
    font-size: 22px !important;
    line-height: 1.5 !important;
    color: #fff !important;
    margin: 0 !important;
}

/* Artist line */
#testimonial-slideshow.cycle-slideshow .testimonial-artist {
    margin-top: 10px !important;
    font-size: 15px !important;
    font-style: italic !important;
    color: #b3b3b3 !important;
}

/* Talent inline */
#testimonial-slideshow.cycle-slideshow .testimonial-talent {
    font-style: normal !important;
}

/* Location */
#testimonial-slideshow.cycle-slideshow .testimonial-location {
    margin-top: 4px !important;
    font-size: 14px !important;
    color: #9a9a9a !important;
}

@media screen and (max-width: 830px) {
    #testimonial-slideshow.cycle-slideshow {
        display: none !important;
    }
}