/*
THEME NAME:Custom Code Theme for adding Custom Code
AUTHOR:Matthew Barnes
DESCRIPTION:This is a child theme for Headway 3.0. It is used for adding custom css and php code.
TEMPLATE: headway
*/

.block-type-content .hentry {
    clear: both;
    padding: 0px 0px 0px;
    margin: 0px 0px 10px;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
}

.block-type-widget-area li.widget {
    line-height: 150%;
    padding: 0px 0px;
    margin-top: 0px;

