/*
 * Theme Name: Takipi
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.content-area {
	float: left;
	margin: 0 -30% 0 0;
	width: 100%;
}
.site-main {
	margin: 0 30% 0 0;
}
.content-area.full-width {
	margin: 0;
}
.content-area.full-width .site-main {
	margin: 0 auto;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 22%;
}
.site-footer {
	clear: both;
	width: 100%;
}