
/* Styles for the gallery */

.tz-gallery {
    
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 20px;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;
}

.tz-gallery .caption{
    padding: 0px 14px;
    text-align: center;  height: 62px;
}

.tz-gallery .caption h3 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    color: #333;
    padding-top: 5px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    letter-spacing: 0px;
    line-height: 18px;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}