/*
Theme Name: its-siteorigin
Theme URI: http://it-servic.es
Author: Klaus Walther
Author URI: http://www.it-servic.es/
Description: Dieses Theme ist ein spezielles Template für das Plugin Siteorigin mit zahlreichen Funktionen. Es lassen damit OnePager sowie Websites mit mehreren Seiten/Unterseiten erstellen!
Version: 1.5 (Beta)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-colors, custom-global-header, custom-global-menu, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options
Text Domain: its_siteorigin
*/
@import url('css/open-sans.css');

.container {
    max-width: 1024px;
    margin: auto auto;
    padding-left: 15px;
    padding-right: 15px;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    font-size: 19px;
    font-weight: 300;
}

.posts.panels {
    display: grid;
    grid-gap: 25px;
}

@media (min-width:768px) {
    .posts.panels.col-2-1-1 {
        grid-template-columns: 1fr;
    }

    .posts.panels.col-4-2-1,
    .posts.panels.col-2-2-1,
    .posts.panels.col-3-2-1 {
        grid-template-columns: 1fr 1fr;
    }

    .posts.panels.col-3-3-1 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width:1024px) {
    .posts.panels.col-4-2-1 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .posts.panels.col-3-3-1,
    .posts.panels.col-3-2-1 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .posts.panels.col-2-2-1,
    .posts.panels.col-2-1-1 {
        grid-template-columns: 1fr 1fr;
    }
}