/*
 * ShowCase v2.1.0
 * FIGS Styled Light Performance Version
 */

/* Main Style */
.sc-main:before,
.sc-main:after,
.sc-main .sc-grid:before,
.sc-main .sc-grid:after,
.sc-main .item-wrapper:before,
.sc-main .item-wrapper:after {
    display: table;
    content: ' ';
}

.sc-main:after,
.sc-main .sc-grid:after,
.sc-main .item-wrapper:after {
    clear: both;
}

.sc-main .sc-grid {
    position: relative;
    display: none;
    margin-bottom: 28px;
}

.sc-main .sc-grid .item-container {
    float: left;
}

.sc-main .sc-grid .item-wrapper {
    margin-bottom: 24px;
}

.sc-main .item-image a {
    display: block;
    overflow: hidden;
    outline: none;
}

.sc-main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
    border: 0;
}

/* Card */
.showcase .item-wrapper {
    position: relative;
    margin: 6px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    overflow: hidden;
}

/* Angled FIGS accent */
.showcase .item-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, #ff6600, #ff9900);
    transform: skewX(-28deg);
    z-index: 3;
}

.showcase .item-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
    height: 5px;
    background: #f1f1f1;
    z-index: 2;
}

.showcase .item-wrapper:hover {
    border-color: #ff6600;
    box-shadow: 0 8px 22px rgba(0,0,0,.14);
}

/* Image */
.showcase .item-image {
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    border-bottom: 1px solid #e8e8e8;
}

.showcase .item-image a {
    padding: 10px 8px 5px;
}

.showcase .item-image img {
    transition: transform .25s ease, filter .25s ease;
}

.showcase .item-wrapper:hover .item-image img {
    transform: scale(1.03);
    filter: contrast(1.03);
}

/* Heading */
.showcase .item-heading {
    position: relative;
    font-weight: 900 !important;
    padding: 13px 12px 10px;
    text-align: center;
    text-transform: uppercase;
    background: #f5f5f5;
    color: #111;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .4px;
    border-bottom: 1px solid #e3e3e3;
}

.showcase .item-heading:before {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin: 0 auto 7px;
    background: #ff6600;
}

.showcase .item-heading a,
.showcase .item-heading strong,
.showcase .item-heading span {
    color: #111 !important;
    text-decoration: none !important;
    font-weight: 900 !important;
}

.showcase .item-wrapper:hover .item-heading a {
    color: #ff6600 !important;
    text-shadow: none !important;
}

/* Count badge */
.showcase .item-heading .item-count {
    line-height: 1;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ff6600;
    border-radius: 4px;
    background-color: #fff;
    color: #ff6600;
}

/* Left / right image styles */
.showcase .img-left .item-image {
    float: left;
    width: 35%;
}

.showcase .img-right .item-image {
    float: right;
    width: 35%;
}

/* Content */
.showcase .info-wrapper {
    overflow: hidden;
    padding: 12px 16px 16px;
    background: #fff;
}

/* Links */
.showcase .item-info a {
    color: #111;
    font-weight: 500;
    text-decoration: none;
}

.showcase .item-info a:hover {
    color: #ff6600;
}

/* Heading inside info layouts */
.showcase .item-info .item-heading {
    padding: 0;
    background: transparent;
    border: none;
}

.showcase .item-info .item-heading:before {
    display: none;
}

.showcase .img-left .item-heading,
.showcase .img-right .item-heading {
    text-align: left;
}

/* Description */
.showcase .item-description {
    font-style: normal;
    line-height: 1.45;
    padding: 5px 0;
    color: #666;
}

/* Button */
.showcase .item-btn {
    margin: 10px 0;
    text-transform: uppercase;
}

.showcase .item-btn .btn,
.showcase .item-btn a.btn {
    background: #ff6600;
    border-color: #ff6600;
    color: #fff;
    font-weight: 800;
}

.showcase .item-btn .btn:hover,
.showcase .item-btn a.btn:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

/* Subcategory columns */
.showcase .subcolumn {
    display: table;
    padding: 4px 0;
}

.showcase .subcolumn ul {
    line-height: 1.45;
    display: table-cell;
    margin: 0;
    padding: 0;
    list-style: none;
}

.showcase .subcolumn ul + ul {
    padding-left: 15px;
}

.showcase .subcolumn li {
    position: relative;
    margin: 0;
    padding-left: 11px;
}

.showcase .subcolumn li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '\2022';
    color: #ff6600;
}

/* Inline subcategory list */
.showcase ul.sublist {
    line-height: 1.45;
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

.showcase .sublist li {
    position: relative;
    display: inline-block;
    padding-right: 12px;
}

.showcase .sublist li:last-child {
    padding-right: 0;
}

.showcase .sublist li:after {
    position: absolute;
    top: 0;
    right: 2px;
    display: block;
    content: '\2022';
    color: #ff6600;
}

.showcase .sublist li:last-child:after {
    content: '';
}

/* Transitions */
.showcase .item-wrapper,
.showcase a {
    transition: all .25s ease;
}

/* Mobile polish */
@media (max-width: 767px) {
    .showcase .item-wrapper {
        margin: 4px;
    }

    .showcase .item-wrapper:before {
        height: 4px;
        width: 95px;
    }

    .showcase .item-wrapper:after {
        height: 4px;
        left: 62px;
    }

    .showcase .item-heading {
        font-size: 13px;
        font-weight: 900 !important;
        padding: 12px 10px 9px;
        line-height: 1.15;
        letter-spacing: .3px;
    }

    .showcase .item-heading:before {
        width: 28px;
        height: 3px;
        margin-bottom: 6px;
    }

    .showcase .item-heading a,
    .showcase .item-heading strong,
    .showcase .item-heading span {
        font-weight: 900 !important;
    }

    .showcase .info-wrapper {
        padding: 10px 14px 14px;
    }

    .showcase .item-info a {
        font-size: 12px;
        font-weight: 500;
    }

    .showcase .subcolumn ul,
    .showcase ul.sublist {
        line-height: 1.4;
    }
}
.showcase .item-wrapper {
    border-radius: 8px;
    overflow: hidden;
}

.showcase .item-image {
    border-radius: 8px 8px 0 0;
}