/*
Theme Name: St Gheorghe
Template: twentysixteen
Text Domain: twentysixteen
*/

body #content .post .entry-content {
    float: none;
    width: 100%;
}
body #content .post .entry-footer {
    display: none;
}

body.archive.category .wpcf7{
	display:none;
}
/* ------- Responsive code here ------- */

@media only screen and (max-width:909px){
    body #content .post .entry-content {
        float: none;
        margin: 0 7.6923%;
        width: auto;
    }
}
