/*
Theme Name: Storm
Theme URI: http://themeforest.net/user/bkninja
Description: Storm is a clean magazine & blog WordPress theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Author: BK-Ninja
Author URI: http://themeforest.net/user/bkninja
Text Domain: bkninja
Tags: light, two-columns, three-columns, responsive-layout, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, translation-ready
Version: 1.3.1
*/
/*********************************
*         Les essayeurs         *
*********************************/
#contributors {
   margin: -30px -15px 30px -15px;
}
#contributors:after {
   display: block;
   content: '';
   clear: both;
}
#contributors .c-item {
   float: left;
   width: 50%;
   padding-left: 15px;
   padding-right: 15px;
}

#contributors .c-item:nth-child(2n+1){
    clear:both;
}

.user-contrib-picto { width: 26px; margin-right: 4px; position: relative; top: 4px; }
.author-contrib-picto { width: 26px; margin-right: 4px; }
.post-contrib-picto { width: 32px; margin-right: 4px; position: relative; top: 9px; }
.post-meta .post-author { position: relative; /*top: -7px;*/ }
.home-picto { width: 56px; float: right; margin-top: -10px; }


@media screen and (max-width: 1023px) {
   #contributors {
       margin-top: 30px;
   }
   #contributors .c-item {
       float: none;
       width: 100%;
   }
}