/**
* Custom Style for Oolson goes here IF REALLY NEEDED
* You should use the SASS structure instead in scss/*
**/
.content-sidebar-wrap {
    max-width: 1200px;
    margin: auto;
	padding-left:20px;
	padding-right:20px;
}

.full-width-content .content,
.landing-page .conten{
	max-width:1200px;
	padding-left:20px;
	padding-right:20px;
}
