@charset "UTF-8";

/*
 Structure Listing
 */

.listing-->a.item,
.listing-->.item span,
.listing-->.item .image>a{
 display: block
}

/*
 Horizontal
 */


.listing-->.item.horizontal .wrapper{
 display: flex;
 align-items: stretch
}

.listing-->.item.horizontal .image,
.listing-->.item.horizontal .content-controls{
 flex: 0 0 calc( 50% - 10px );
}

/*
 */

.listing-->.item.horizontal .image{
 order: 2	
}
.listing-->.item.horizontal .content-controls{
 order: 1;
 margin-right: 20px
}
.listing-->.item.horizontal .controls{
 margin-top: 20px
}





