/* Guten swiper */
.guten-swiper {
    background: #DCE0EA;
    padding: 5em 0;
    margin: 4em 0;
}


/* Admin editor text styles */
.editor-post-title__block .editor-post-title__input,
.edit-post-visual-editor, .edit-post-visual-editor p {
    font-family: graphie, sans-serif;
}

/* Main column width */
.wp-block {
    max-width: 850px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}


/* Gutenburg column adjustments
body .wp-block-column:nth-child(2n) {
    margin-left: 0;
}


*/

body entry-content .wp-block-columns:nth-child(2n) .wp-block-column:nth-child(2n) {
    order: 2;
}

/* Columns */

@media (min-width: 600px) {

    body .wp-block-column {
        flex-basis: 100%;
    }

}

@media screen and (min-width: 1024px) {

    body .wp-block-column:not(:first-child) {
        margin-left: 50px;
    }

}


