/*
 Theme Name:   Customizr Child
 Theme URI:    http://www.sonicfuel.co.uk/wp-content/themes/customizr-child/
 Description:  Customizr Child Theme
 Author:       Mark Knight
 Author URI:   http://www.sonicfuel.co.uk
 Template:     customizr
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  customizr-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.container {
    position: relative;
    width: 85%;
}

.entry-title {
       display:none;
}

.home .entry-header,
.home .entry-content,
.home .entry-summary,
.home .entry-meta {
    margin: 0 auto;
    width: 100%;
}

.one-column #content {
    margin: 0 auto;
	width: 85%;
}

.two-column #content {
    margin: 0 auto;
	width: 100%;
}

.three-column #content {
    margin: 0 auto;
	width: 100%;
}

#content {
    float: left;
    margin: 0 auto;
    width: 100%;
}