/*
 Theme Name:     Twenty Fourteen Full Width
 Theme URI:      https://wordpress.org/themes/twentyfourteen/
 Description:    Full Width Twenty Fourteen Child Theme
 Author:         Paul Surgeon
 Author URI:     http://soaring.surgdom.co.za
 Template:       twentyfourteen
 Version:        1.0.0
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.site {
max-width: 100%;
}

.site-header {
max-width: 100%;
}

.hentry {
max-width: 100%;
}


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
max-width: 80%;
}

