/*
Theme Name:   OceanWP Child
Theme URL:        http://example.com/twenty-seventeen-child/
Description:  OceanWP Child Theme
Author:           OceanWP
Author URL:   http://example.com
Template:         oceanwp
Version:          1.0.0
License:          GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwpchild
*/

.blog .site-main, .post-template-default {
    margin-top: 70px !important;
}

.blog .site-main .sidebar-container, .post-template-default .site-main .sidebar-container {
	display: none;
}

@media (min-width: 1200px) {
	.blog .site-main .blog-entry-inner  {
		width: 70vw;
	}
	.post-template-default .site-main {
		width: 80vw;
	}
}
