/*
Theme Name:     La Chouette
Theme URI:      http://www.lachouette.co.uk/
Description:    Custom Theme for La Chouette
Author:         Great British Web Company Ltd
Author URI:     http://www.GreatBritishWeb.co.uk
Template:       twentyfourteen
Version:        1.0
*/

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

h1, h2, h3, h4, h5, h6, p, body, button, input, select, textarea {
    color: #ffffff;
}

pre, .entry-content,
.entry-summary,
.page-content, .comment-content, .widget {
    word-wrap: initial;
}

.site {
    margin: 0 auto;
    background-color: #000000;
}

.site-info {
    text-align: center;
}

#primary, #content {
    background-color: #000;
}

#comments {display: none;}

#content {
    text-align: center;
}

.site-content .entry-header {
    background-color: #000000;
}

.site-content .entry-content, .site-content .entry-summary, .page-content {
    background-color: #000000;
}

html body.page div#page.hfeed div#main.site-main div#main-content.main-content div#primary.content-area div#content.site-content article#post-11.post-11 header.entry-header h1.entry-title {
    display: none;
}

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

.search-toggle {
    display: none;
}

.footer-sidebar .widget .widget-title, .primary-sidebar .widget .widget-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.63636;
    margin-bottom: 18px;
}

.widget p {
    font-size: 14px;
    margin-bottom: 18px;
}

.content-area, .content-sidebar {
    padding-top: 10px;
}

h1.homepage-title {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.09091;
    margin: 0 0 12px;
    text-transform: uppercase;
}

p {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}