.editor_picks { width:100%; max-width:656px; display:inline-block; padding:30px 0;}
.editor_picks_heading { width:100%; position:relative; text-align:center; padding:0 0 30px;}
.editor_picks_heading h3 { font-family:'Roboto Slab', serif; font-size:18px; color:#222222; display:inline-block; padding:0 20px; background:#FFF; font-weight:normal; position:relative; z-index:1;}
.editor_picks_heading_line { position:absolute; width:100%; left:0; top:12px; z-index:0; border-top:1px solid #c6c6c6; height:1px;}
.editor_picks_item { width:206px; display:inline-block; border:1px solid #c6c6c6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow:hidden; margin:0 16px 16px 0; font-family:'Roboto Slab', serif; color:#222; text-decoration:none;}
.editor_picks_content .editor_picks_item:nth-child(3n-3) { margin:0 0 16px 0; }
.editor_picks_item .editor_picks_item_image { height:124px; width:100%; display:inline-block; background-size:cover; background-position:center center;}
.editor_picks_item_title { height:56px; line-height:1.2; padding:9px 15px; text-align:left;  overflow:hidden; display:inline-block; width:calc(100% - 30px);}
.editor_picks_content { text-align:left;}



@media (max-width: 760px)
{
	.editor_picks_content { text-align:center;}
	.editor_picks_item,
	.editor_picks_content .editor_picks_item:nth-child(3n-3) { margin:0 8px 16px; }
}





