/***************************************************************************
* Item: Anim Border
****************************************************************************/
.item.anim_border_bottom:last-child:after {
    content: none;
}


/***************************************************************************
* Listing with Section-Gap-Items
****************************************************************************/
.listing > .item.gap_section_y:first-child { padding-top: 0;}
.listing > .item.gap_section_y:last-child { padding-bottom: 0;}


/***************************************************************************
* Item Inner
****************************************************************************/
a.item_inner {
    transition: all .5s ease;
    background-color: transparent;
}
a.item_inner:hover {
    background-color: var(--typo-color-beige);
}


/***************************************************************************
* Item Big V1
****************************************************************************/
@media screen and (max-width:64em){
    .item_big_v1 .item_image {
        padding-top: var(--typo-gap);
    }
}


/***************************************************************************
* Item Big V2
****************************************************************************/
@media screen and (max-width:64em){
    .item_big_v2 .item_image {
        padding-top: var(--typo-gap);
    }
}
