/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.no-sidebar:not(.generate-columns-activated):not(.page)  .inside-article > *, .no-sidebar #comments {
    max-width: 99vw;
    margin-left: auto;
    margin-right: auto;
}
.one-container .inside-article, .one-container .container{
	background-color: #242424;
}

.one-container .site-content{padding:10px;}
iframe #document body #footer{
	display:hide!important;
}