﻿/* Typography */
.text-secondary {
    font-family: 'Tangerine', cursive !important;
    font-weight: normal;
}

/* FEATURED PRODUCTS */
.product-list-item {
    float: left;
    padding: 20px;
}

.product-list-item-detail {
    display: none;
}

/* HERO */
.wrap {
    height: 500px;
    position: relative;
}
.wrap .caption {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
}

.wrap .caption-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.wrap .caption-content {
    display: table-cell;
    vertical-align: middle;
}

.umb-grid-width .umb-column .mainTb .tb .tr .umb-cell:only-child {
    margin: 0 auto;
    display: block;
}
