/*Varia*/
.row-padded {padding-top:10px!important;}
/*Single Listing*/

.single-listing-icon, .single-listing-meta {font-size:20px;}
.icon-small {font-size:16px;line-height:16px;margin-right:3px;}
.icon-medium, a .icon-medium {font-size:24px;line-height:24px;margin-right:3px;}
/*Typography*/
.single-listing-title {margin-top:5px;margin-bottom:5px;font-size:1.5rem;}
.single-logo{padding-top:5px;}
/*Archive Pages*/
.sdir-listing-a-title {margin-bottom: 0px!important;}
.listing-archive-header{padding-bottom:18px;}
/*.archive .listing {border:1px solid #ccc;border-left:5px solid #ccc; padding:5px 0 5px 5px;}*/
.tax-listing_category  .site-main {background: #ffffff;}
.listing {padding-bottom:5px!important;padding-top:5px!important;}
.archive-listing-container{background:#ffffff;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;padding-top:5px;padding-bottom:5px;}
.listing .attachment-post-thumbnail {vertical-align:-150%;}

/*POST LIKE*/
article .post-like{
    margin-top:1em
}

article  .like{
    background:url(images/icons.png) no-repeat;
    width: 15px;
    height: 16px;
    display: block;
    float:left;
    margin-right: 4px;
    -moz-transition: all 0.2s ease-out 0.1s;
    -webkit-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s
}

article  .post-like a:hover .like{
    background-position:-16px 0;
}

article  .voted .like, article  .post-like.alreadyvoted{
    background-position:-32px 0;
}
