/*
Theme Name:  Mino 3
Theme URI:   https://tonjoostudio.com/product/mino
Description: Mino 3 Berooo
Version:     0.0.1
Author:      Tonjoostudio
Author URI:  https://tonjoostudio.com/
Tags:        custom-background, right-sidebar, left-sidebar, threaded-comments, one-column, two-columns, sticky-post, translation-ready, footer-widgets, blog, e-commerce, news, custom-colors, custom-menu, featured-images, theme-options
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mino
*/

* { box-sizing: border-box; }
body { font-family: Arial, sans-serif; font-size: 16px; color: #222; line-height: 1.65em; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; }

.entry { border-bottom: 1px solid #ddd; margin-bottom: 30px; padding-bottom: 30px; }

.container { max-width: 1140px; margin-left: auto; margin-right: auto; }
.content-wrapper { display: flex; flex-direction: row; margin-left: -15px; margin-right: -15px; }
.content-wrapper #primary { width: calc(100% - 300px); padding-left: 15px; padding-right: 15px; }
.content-wrapper #sidebar { width: 300px; padding-left: 15px; padding-right: 15px; }

body.fullwidth .content-wrapper #primary { width: 100%; }
body.left-sidebar .content-wrapper { flex-direction: row-reverse; }
body.right-sidebar .content-wrapper { flex-direction: row; }