/* --------------------------------------------------------------
* TABLE OF CONTENTS:
* --------------------------------------------------------------
*  # Normalize
*  # Elements
*  # Modules
*       ## Accessibility
*       ## Alignment
*       ## Clearnings
*       ## Media
*   # Components
*       ## Primary menu
*      ## Gutenberg blocks
*       ## Pagination
*       ## Next/Prev Links
*       ## Widgets
*       ## Forms
*  # Layout
*      ## Header
*       ## Footer
*   # Templates
*        ## Site
*        ## Posts and pages
*  # Print
* -------------------------------------------------------------- */


/* stylelint-disable max-line-length, scss/dollar-variable-pattern, value-keyword-case */


/* styleline-enable */


/* stylelint-disable at-rule-empty-line-before, string-quotes, max-line-length */


/* styleline-enable */


/* stylelint-disable at-rule-empty-line-before */


/* styleline-enable */


/* stylelint-disable at-rule-empty-line-before */


/* styleline-enable */


/* stylelint-disable at-rule-empty-line-before */


/* stylelint-enable */


/* --------------------------------------------------------------
* # Normalize
* -------------------------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
========================================================================== */


/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
========================================================================== */


/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
}

body.single {
    background: #fff;
}


/**
* Render the `main` element consistently in IE.
*/

main {
    display: block;
}


/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/


/* Grouping content
========================================================================== */


/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
========================================================================== */


/**
* Remove the gray background on active links in IE 10.
*/

a {
    background-color: transparent;
}


/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}


/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
========================================================================== */


/**
* Remove the border on images inside links in IE 10.
*/

img {
    border-style: none;
}


/* Forms
========================================================================== */


/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
    /* 1 */
    overflow: visible;
}


/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}


/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}


/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}


/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
========================================================================== */


/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}


/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}


/* Misc
========================================================================== */


/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}


/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}


/* --------------------------------------------------------------
* # Elements
* -------------------------------------------------------------- */


/* stylelint-disable no-duplicate-selectors, max-line-length, at-rule-empty-line-before */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #333;
    font-family: "Muli", "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    word-wrap: break-word;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


/* stylelint-enable */

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding: 1rem 1.5rem;
    border-left: 8px solid #ce3d7a;
    margin: 0;
}

blockquote>* {
    margin: 0;
}

.sidebar-area blockquote {
    background-color: transparent;
}

address {
    margin: 0 0 1.5rem;
}

strong {
    font-weight: 700;
}

pre {
    overflow: auto;
    max-width: 100%;
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    background-color: #fafafa;
    font-family: "source-code-pro", menlo, monaco, consolas, courier new, monospace;
    font-size: 0.8125rem;
    line-height: 1.7;
}

.sidebar-area pre {
    background-color: #333;
}

code,
kbd,
tt,
var {
    font-family: "source-code-pro", menlo, monaco, consolas, courier new, monospace;
    font-size: 0.8125rem;
}

abbr,
acronym {
    cursor: help;
}

abbr[title],
acronym {
    border-bottom: 2px dotted #ce3d7a;
    text-decoration: none;
}

mark,
ins {
    background-color: #ce3d7a;
    text-decoration: none;
}

.inserted {
    color: white;
}

big {
    font-size: 125%;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

p {
    margin: 10px 0;
    padding: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 32px;
    font-weight: normal;
}

h2 {
    font-size: 26px;
    font-weight: normal;
}

h3 {
    font-size: 21px;
    font-weight: bold;
}

h4 {
    font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.4rem;
}

h5 {
    font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
}

h6 {
    font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1rem;
}


/* --------------------------------------------------------------
* ## NEW
* -------------------------------------------------------------- */

.article-container .post.hentry .post-container h3.entry-title {
    border-bottom: solid 2px #e5e5e5;
}

.article-container .post.hentry .post-container h3.entry-title a {
    color: #ce3d7a;
}

.hero.hero-square .hero-square-content-column .hero-header h1.hero-headline {
    font-size: 32px;
    font-weight: bold;
    padding: 80px 30px;
    text-align: center;
    color: #333;
}

.hero.hero-square.hero-square-fancy {
    background: #f3f2f5;
    margin-top: 0;
}

.hero.hero-square.hero-square-fancy .hero-header h2.hero-headline {
    border-left: none;
    padding-left: 0;
}

.hero-square-salz {
    background: rgb(137,125,246);
    background: linear-gradient(45deg, rgba(137,125,246,1) 0%, rgba(102,90,225,1) 100%);
    border-bottom: solid 1px #eee;
}

.container.loop.loop-rectangle {
    margin: 50px auto;
}

.container.loop.loop-rectangle .loop-container.loop-rectangle-container .article-container .post-thumbnail-fallback img {}

.hero.hero-square.hero-square-media {
    background: #f3f3f3;
}

.hero .hero-content-column.hero-square-content-column.hero-square-fancy-border {
    border-radius: 0!important;
    background: none!important;
}

.hero .hero-content-column.hero-square-content-column.hero-square-fancy-border .hero-header h2.hero-headline {
    color: #333;
}

body.single .post-thumbnail img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: none;
}

@media (max-width: 478px) {
    .hero.hero-square .hero-square-content-column .hero-header h1.hero-headline {
        padding: 30px 30px 0!important;
        text-align: center;
    }
    .entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar {
        padding: 0!important;
    }
}

@media (max-width: 991px) {
    .hero .hero-content-column.hero-square-content-column,
    .hero .hero-content-column.hero-square-content-column.hero-square-fancy-border {
        border-radius: 0!important;
        background: none!important; 
        padding: 10px 30px!important;
    }
    .entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar {
        padding: 0!important;
    }
}


/* default link styling */

a,
.anchor {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ce3d7a;
}

hr {
    height: 3px;
    border: 0;
    background-color: #333;
}

figure {
    margin: 1rem 0;
}

img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ol {
    padding: 0 1.5rem;
    margin: 0 0 1.5rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}


/* stylelint-disable no-descending-specificity */

li ol,
li ul,
li li {
    margin-bottom: 0;
}


/* styleline-enable */

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5rem 1.5rem;
}

::-moz-selection {
    background-color: #333;
    color: white;
    text-shadow: none;
}

::selection {
    background-color: #333;
    color: white;
    text-shadow: none;
}


/* Normalize svg behaviour on IE 11 */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    [src*='.svg'] {
        width: 100%;
        max-height: 100%;
    }
}

table {
    width: 100%;
    margin: 0 0 1.5rem;
    border-collapse: collapse;
}

table caption {
    text-align: center;
}

thead {
    border-bottom: 1px solid currentColor;
}

th {
    font-weight: inherit;
    text-align: inherit;
}

tfoot tr {
    border-top: 1px solid currentColor;
}


/* stylelint-disable no-descending-specificity */

tr {
    border-bottom: 1px solid currentColor;
}

tr:last-child {
    border-bottom: 0;
}


/* styleline-enable */

td,
th {
    padding: 0.25rem 0.5rem;
    border-right: 1px solid currentColor;
}

td:last-child,
th:last-child {
    border-right: 0;
}


/* --------------------------------------------------------------
* ## Alignment
* -------------------------------------------------------------- */

.alignleft {
    display: inline-block;
    margin-right: 1.5rem;
}

@media screen and (min-width: 48rem) {
    .alignleft {
        float: left;
    }
}

.alignright {
    display: inline-block;
    margin-left: 1.5rem;
}

@media screen and (min-width: 48rem) {
    .alignright {
        float: right;
    }
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}


/* --------------------------------------------------------------
* ## Clearings
* -------------------------------------------------------------- */


/* stylelint-disable selector-pseudo-element-colon-notation */

.clear:after,
.entry-content:after,
.site-header:after,
.site-footer:after,
.sidebar-area:after,
.sidebar:after,
.wp-block-image:after,
.alignleft:after,
.content-wrap:after {
    clear: both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after,
.sidebar-area:before,
.sidebar-area:after,
.sidebar:before,
.sidebar:after,
.wp-block-image:before,
.wp-block-image:after,
.alignleft:before,
.alignleft:after,
.content-wrap:before,
.content-wrap:after {
    display: table;
    content: '';
    table-layout: fixed;
}


/* stylelint-enable */


/* --------------------------------------------------------------
* ## Media
* -------------------------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley {
    padding: 0;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* stylelint-enable */

.responsive-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-embed-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.noscript-notification {
    padding: 20px;
    background-color: red;
    color: white;
    text-align: center;
}


/* --------------------------------------------------------------
* # Components
* -------------------------------------------------------------- */


/* --------------------------------------------------------------
* ## Primary menu
* -------------------------------------------------------------- */


/* stylelint-disable selector-max-compound-selectors, max-nesting-depth, no-descending-specificity, no-duplicate-selectors, max-line-length */


/* Menu toggle */

.no-js .menu-toggle {
    display: none;
}

.menu-toggle {
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid #ce3d7a;
    margin: 0 auto 2rem;
    background-color: #ce3d7a;
    color: white;
    text-transform: uppercase;
}

@media screen and (min-width: 70rem) {
    .menu-toggle {
        display: none;
    }
}

.primary-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media screen and (min-width: 70rem) {
    .primary-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}


/* Mobile menu styling */

@media screen and (min-width: 70rem) {}

.primary-menu .menu-item {
    /*border-bottom: 1px solid #eee;*/
}

.primary-menu .menu-item:last-child {
    /*border-bottom: 0;*/
}

.primary-menu .menu-item a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px 20px;
}

.primary-menu .menu-item a:hover,
.primary-menu .menu-item:hover a {
    color: #ce3d7a;
    transition: all .3s ease;
}

.primary-menu .menu-item.current-menu-item>a {
    color: #333;
}


/* Menu tablets and up */

@media screen and (min-width: 70rem) {}


/* --------------------------------------------------------------
* ## Gutenberg blocks
* -------------------------------------------------------------- */


/* stylelint-disable selector-max-compound-selectors, selector-no-qualifying-type, no-duplicate-selectors,indentation, max-line-length */

.entry-content ol {
    max-width: 760px;
}

.entry-content ol {
    margin: 1.5em auto;
    list-style-position: inside;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
    margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
    margin-left: 0;
}

.entry-content>* {
    margin-right: auto;
    margin-left: auto;
}

.entry-content>.content-wrap {
    max-width: 65%;
    margin-left: initial;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 70rem) {
    .entry-content.no-sidebar>.content-wrap {
        margin-left: auto;
    }
}

.entry-content p:not(.has-small-font-size):not(.has-large-font-size):not(.author-box-description):not(.author-box-name):not(.wp-block-quote > p) {
    font-size: 1.125rem;
}

.entry-content>.alignwide {
    max-width: 1100px;
}

.entry-content>.alignwide *,
.entry-content>.alignwide ul,
.entry-content>.alignwide ol,
.wp-block-video>.alignwide video {
    max-width: 1100px;
}

.entry-content>.alignfull {
    max-width: 100%;
    margin: 1.5em 0;
}

.entry-content>.alignfull *,
.entry-content>.alignfull ul,
.entry-content>.alignfull ol {
    max-width: 100%;
}

.wp-block-image {
    margin-bottom: 2rem;
}

.wp-block-image img {
    display: block;
}

.more-link {
    display: block;
}

.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-embed.alignfull,
.no-sidebar .wp-block-columns.alignfull {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
}

.no-sidebar .wp-block-cover.alignwide,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-embed.alignfull {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 70rem) {
    .no-sidebar .wp-block-cover.alignwide,
    .no-sidebar .wp-block-image.alignfull,
    .no-sidebar .wp-block-embed.alignfull {
        padding-right: 0;
        padding-left: 0;
    }
}

.no-sidebar .wp-block-columns.alignwide,
.no-sidebar .wp-block-cover.alignwide,
.no-sidebar .wp-block-image.alignwide,
.no-sidebar .wp-block-embed.alignwide {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 1100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wp-block-image.alignfull img {
    width: 100%;
}

.wp-block-column,
.wp-block-column:nth-child(2n) {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0;
}

@media screen and (min-width: 48rem) {
    .wp-block-column,
    .wp-block-column:nth-child(2n) {
        margin-left: 20px;
    }
}

@media screen and (min-width: 70rem) {
    .wp-block-column,
    .wp-block-column:nth-child(2n) {
        margin-left: 32px;
    }
}

.wp-block-media-text {
    display: block;
}

@media screen and (min-width: 70rem) {
    .wp-block-media-text {
        display: grid;
    }
}

.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
    margin-bottom: 2rem;
}

pre.wp-block-verse {
    white-space: pre-wrap;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}

.size-small-square {
    width: 275px;
    border: 10px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}

@media screen and (min-width: 70rem) {
    .size-small-square {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.form-submit input {
    padding: 10px 40px;
    border: 1px solid #ce3d7a;
    background-color: #ce3d7a;
    color: white;
    font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.form-submit input:hover {
    border-color: #333;
    background-color: #333;
    cursor: pointer;
}

.logged-in-as a:hover {
    color: #ce3d7a;
}


/* --------------------------------------------------------------
* ## Widgets & Sidebar
* -------------------------------------------------------------- */


/* stylelint-disable no-descending-specificity, selector-max-compound-selectors, max-line-length */

.entry-container.sidebar-layout .content-wrap h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ce3d7a;
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area {
    position: relative;
    padding: 0 20px;
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar {
    margin-bottom: 30px;
    padding: 0 20px;
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar h2.sidebar-title {
    font-size: 20px;
    font-weight: bold;
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar h2.sidebar-title a {
    color: #333;
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar ul {
    list-style: none;
    list-style-position: outside;
    padding: 0 0 0 20px;
    margin: 0;
    border-left: solid 4px #639edb;
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar ul li {
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #f3f2f5;
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar ul li:first-child {
    /*padding-top: 0;*/
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar ul li:last-child {
    border-bottom: none;
    /*padding-bottom: 0;*/
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar ul li a:hover {
    color: #ce3d7a;
    transition: all .3s ease;
}

.entry-container.sidebar-layout .entry-sidebar .sidebar-area .sidebar select {
    max-width: 100%;
}

@media screen and (min-width: 48rem) {
    .entry-container.sidebar-layout .entry-sidebar .sidebar-area {}
}

@media screen and (min-width: 48rem) {}

.hero .hero-media-column {
    width: 100%;
    max-width: 100%;
}

.hero .hero-media-column.hero-fancy-border-shape-1 {
}

.hero .hero-media-column.hero-fancy-border-shape-1 .post-thumbnail img {
    max-width: 100%;
    height: auto;
    /*border-radius: 0 40% 0 40%;*/
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.hero .hero-content-column.hero-square-content-column {
    max-width: 100%;
    height: auto;
    border-radius: 40% 0 40% 0;
    padding: 140px 80px;
    background: url(../../wp-content/uploads/2020/06/bg-ct.png) no-repeat center;
}

.hero .hero-square-content-column .hero-header h2.hero-headline {
    font-weight: bold;
    color: #333;
}

.hero .hero-square-content-column p.hero-subheadline {
    border-top: dashed 1px #eb639c;
    border-bottom: dashed 1px #eb639c;
}

@media screen and (min-width: 48rem) {
    .hero .hero-media-column {
        margin-bottom: 0;
        width: 50%;
    }
}

@media screen and (min-width: 70rem) {
    .hero .hero-media-column {
        position: relative;
        width: 50%;
        max-width: 50%;
    }
}

.hero-content-column {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
}

@media screen and (min-width: 36rem) {
    .hero-content-column {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 48rem) {
    .hero-content-column {
        width: 50%;
        padding: 20px;
    }
    .single .hero-content-column {
        padding: 10px 30px;
        width: 50%;
    }
}

@media screen and (min-width: 70rem) {
    .hero-content-column {
        width: 50%;
        max-width: 50%;
        padding: 30px 60px 30px 10px;
    }
}

.hero-content-column>* {
    max-width: 560px;
}

.hero-header {
    position: relative;
}

.hero .entry-terms-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 20px;
    list-style-type: none;
}

.hero .entry-terms-list-item {
    margin-right: 15px;
}

.hero .entry-terms a {
    display: inline-block;
    padding: 10px 40px;
    margin-right: 0;
    margin-bottom: 10px;
    background-color: #ce3d7a;
    color: white;
    font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}

.hero .entry-terms a:hover,
.hero .entry-terms a:focus {
    background-color: #333;
}

@media screen and (min-width: 70rem) {}

.blog .hentry .hero-subheadline,
.blog .hentry .loop-subheadline {
    margin-bottom: 25px;
}

@media screen and (min-width: 70rem) {
    .blog .hentry .hero-subheadline,
    .blog .hentry .loop-subheadline {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 36rem) {}

.loop-link {
    display: inline-block;
    width: 100%;
    background: #639edb;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px;
    border-radius: 3px;
    margin-top: 20px;
}

.loop-link:hover,
.loop-link:focus {
    color: #fff;
    transition: all .3s ease;
}

.hero.hero-square {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../../wp-content/uploads/2020/06/bg.jpg) no-repeat top left;
}

@media screen and (min-width: 48rem) {
    .hero.hero-square {
        /*margin-top: 50px;*/
    }
}

@media screen and (min-width: 70rem) {
    .hero-square-content-column {
        padding: 10px 30px;
    }
}

@media screen and (min-width: 70rem) {
    .attachment-hero-square {
        width: 610px;
        height: 610px;
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.02);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.02);
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (min-width: 48rem) {}

.loop {
    margin-bottom: 50px;
}

.loop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}

@media screen and (min-width: 70rem) {
    .loop-container {
        /*margin-top: 25px;
        margin-right: -25px;
        margin-left: -25px;*/
    }
    .loop .article-container {
        width: 33.3333%;
        margin-bottom: 0;
    }
}

.loop .article-container {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 48rem) {
    .loop .article-container {
        width: 33.3333%;
    }
    .loop .post {
        padding:20px;
    }
}


/* --------------------------------------------------------------
* # Layout
* -------------------------------------------------------------- */

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1360px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 20px;
    margin: 0 auto;
}

.container-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* --------------------------------------------------------------
* ## Header
* -------------------------------------------------------------- */

.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80px;
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}

.site-header-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.site-branding {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px 0;
    text-align: center;
}

.custom-logo-link {
    border-bottom: 0;
}

.custom-logo-link img {
    max-width: 80%;
}

.custom-logo {}

@media screen and (min-width: 70rem) {
    .site-branding {
        text-align: left;
    }
}

.main-navigation {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 70rem) {
    .site-branding {
        max-width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
    .main-navigation {
        max-width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
}


/* --------------------------------------------------------------
* ## Footer
* -------------------------------------------------------------- */

footer.site-footer {
    background: #202020;
}

footer.site-footer .site-info {
    padding: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    text-align: center;
}

footer.site-footer .site-info a {
    text-decoration: none;
    color: #fff;
}

footer.site-footer .site-info a:hover,
footer.site-footer .site-info a:focus {
    border-bottom: solid 2px #fff;
}

.site-info>* {
    display: block;
}

@media screen and (min-width: 48rem) {
    .site-info>* {
        display: inline-block;
    }
}

.site-info .sep {
    display: none;
}

@media screen and (min-width: 48rem) {
    .site-info .sep {
        display: inline-block;
    }
}


/* --------------------------------------------------------------
* # Templates
* -------------------------------------------------------------- */


/* --------------------------------------------------------------
* ## Site
* -------------------------------------------------------------- */

.site-content {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}


/* --------------------------------------------------------------
* ## Posts and pages
* -------------------------------------------------------------- */


/* stylelint-disable no-descending-specificity */

.sticky {
    position: relative;
    display: block;
}

.blog .hentry p {
    margin-bottom: 0;
}

.updated:not(.published) {
    display: none;
}

.entry-container {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
}

@media screen and (min-width: 70rem) {
    .entry-container {
        max-width: 760px;
        margin-left: auto;
    }
}

.entry-container.sidebar-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 48rem) {
    .entry-container.sidebar-layout {
        max-width: 1360px;
    }
}

.entry-container.sidebar-layout .entry-sidebar {
    margin-left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 30%;
}

@media screen and (min-width: 1200px) {
    .entry-container.sidebar-layout .entry-sidebar {}
}

.single .sidebar-left .entry-sidebar {
    margin-left: 0;
}

@media screen and (min-width: 70rem) {
    .sidebar-left .entry-sidebar {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.page-content,
.entry-summary {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.entry-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (min-width: 70rem) {}

.page-links {
    margin: 0.5rem 0 1.5rem;
    clear: both;
}

.page-links>* {
    padding: 0.5rem;
}

.entry-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
}

.entry-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.9375rem;
}

.post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5px;
    margin-bottom: 0;
    list-style-type: none;
}

.post-categories li {
    margin: 0 0.25rem;
}

.post-thumbnail {
    margin: 0;
}

.post-container {
    /*background: #fff;*/
    padding: 20px 0 0;
}

.entry-tags-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-tags-wrapper .entry-terms-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.entry-tags-wrapper .entry-terms-list-item {
    margin-left: 0;
}

.entry-tags-wrapper .entry-terms-list-item a {
    display: block;
    padding: 8px;
    margin-left: 10px;
    background-color: #333;
    color: white;
    font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1;
    text-decoration: none;
}

.entry-tags-wrapper .entry-terms-list-item a:hover {
    background-color: #ce3d7a;
}

@media (max-width: 1192px) {
    .entry-container.sidebar-layout {
        width: 100%;
    }
    .entry-content>* {
        padding-right: 0;
        padding-left: 0;
    }
    .entry-content>.content-wrap {
        margin-right: 0;
    }
    .entry-container.sidebar-layout .entry-sidebar {
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        width: 35%;
    }
    .sidebar-area {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .hero-fancy-border img {
        margin-bottom: 30px;
    }
    .entry-content>.content-wrap {
        width: 100%;
    }
    .entry-container.sidebar-layout .entry-sidebar {
        width: 100%;
    }    
    .hero.hero-square .hero-square-content-column .hero-header h1.hero-headline {
        padding: 50px 0 0;
        text-align: center;
    }

    .entry-content>.content-wrap {
        max-width: 100%!important;
        margin-bottom: 50px;
    }
}


/* stylelint-enable */


/* --------------------------------------------------------------
* # Print
* -------------------------------------------------------------- */


/* stylelint-disable */

@media print {
    *::before,
    *::after {
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    [href]::after {
        content: " (' attr(href) ')";
    }
    [title]::after {
        content: " (' attr(title) ')";
    }
    [href^='#']::after,
    [href^='javascript:']::after {
        content: '';
    }
    pre,
    blockquote {
        border: 1px solid #535353;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* stylelint-enable */