.tp-caption {
    background: none !important;
    font-family: 'gotham_htfbook' !important;
}
.location-wrap {
    margin: 0.9375rem auto;
}
.location-wrap .location {
    position: relative;
}
.location-wrap h4 {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    bottom: 0;
}
.location-wrap h4::before{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.location-wrap h4 a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}