/*** SLIDERS ***/

/* Put text shadow on slider text */
.tp-caption.mintiboldwhite, .mintiboldwhite {
    text-shadow: 1px 1px 7px #333;
}

/* Make Slider Read More Buttons red */
.tp-caption a {
    border-bottom: 4px solid #B7232B !important;
}

.tp-caption a:hover {
    color: #B7232B !important;
  border-bottom: 4px solid transparent !important;
}