/*
Theme Name:  Decibel Child
Theme URI: http://decibel.wolfthemes.com/
Description: Decibel Child theme
Author: WolfThemes
Author URI: http://wolfthemes.com/
Template: decibel
Version: 1.0.0
*/

/* 
body.blog #content, body.archive #content {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
}

body article {
display: inline-block !important; 
margin: 0 0 1em;
padding: 1em;
width: 100%;
}

body.archive .archive-header, body.blog .paging-navigation, body.archive .paging-navigation {
background-color: #ffffff;
-webkit-column-span: all;
column-span: all;
}
*/