/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Jon Dobson
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.site-main, .hentry{
    padding: 0;
    box-shadow: none;
}

body {
    background-color: white;
    border: none;
    color: #667;
    font-size: 16px;
}

footer.entry-footer {
    display: none;
}

.site {
    max-width: none;
}

.site-content, .site-info, .site-footer {
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 0;
}

body:before, body:after{
    display:none;
}

body,
button,
input,
input[type="button"],
input[type="reset"],
input[type="submit"],
select,
textarea {
	font-family: Roboto, "Noto Sans", sans-serif;
}

.hentry, .page-header, .page-content {
    margin: 0;
}

.entry-content, .entry-summary{
    padding: 0;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
    border: none;
}

a:focus{
    outline: none;
}

div.entry-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

form.post-password-form {
    color: #ccc;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 200px;
}

form.post-password-form p {
    margin-bottom: 10px;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: .85em;
}

form.post-password-form label {
    display: inline-block;
    color: #ccc;
    width: 500px;
}

form.post-password-form input[type="password"], form.post-password-form input[type="password"]:focus {
    background-color: #333;
    color: #ccc;
    width: 394px;
}


form.post-password-form input[type="submit"] {
    position: relative;
    top: -1px;
    left: -5px;
    background-color: #444;
}

form.post-password-form input[type="submit"]:hover {
    background-color: #555;
}