/*
Theme Name: WS Käekellad Theme
Description: 
Author: Web Systems OÜ
Author URI: https://www.websystems.ee/
Version: 1.1
Text Domain: ws-kaekellad
*/


.ws-cookiebar-wrapper {
    background-color: #fff;
}

.site-content .blog-post article {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    min-width: 1200px;
}

@media screen and (max-width: 1366px) {

	.site-content .blog-post article {
		min-width: 1000px;
	}
}
@media screen and (max-width: 1000px) {
	.site-content .blog-post article {
		min-width: 300px;
		width: 90%;
	}
}