/* Reset */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    margin: 0;
    color: #000;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #f8f8f8;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

img,
picture,
video,
canvas,
svg {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

input,
button,
textarea,
select {
    font: inherit;
}

/* typography */

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 15px;
    overflow-wrap: break-word;
}

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

blockquote {
    background-color: #FFF;
    margin: 0px 0px 15px 0px;
    padding: 20px 20px 3px 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.5;
    overflow-wrap: break-word;
    text-wrap: balance;
    margin: 0 0 15px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:visited {
    text-decoration: none;
}

/* form */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #000;
    border: 0.2rem solid #000;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.4rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='month'],
input[type="range"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: inherit;
    padding: 0.5rem;
    width: 100%;
    color: #000;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}

input[type="number"] {
    appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

label,
legend {
    display: block;
    margin: 0;
}

fieldset {
    border-width: 0;
    padding: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;

}

/* button */

.button-link {
    align-content: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    word-break: break-word;
}

.button-link:hover {
    color: #2f2f2f;
}

.button-link-primary {

    color: #fff;
    background-color: #000;
    border-radius: 10px;
    box-shadow: none;
    text-decoration: none;
    padding: 0.25rem 0.4rem;
    font-size: 1em;
    border-radius: 10px;
    border: 2px solid #000;
}

.button-link-primary:hover {
    border: 2px solid #2f2f2f;
    background-color: #2f2f2f;
    color: #fff;
}

.button-link-secondary {
    color: #000;
    background-color: none;
    box-shadow: none;
    text-decoration: none;
    padding: 0.25rem 0.4rem;
    font-size: 1em;
    border-radius: 10px;
    border: 2px solid #000;
}

.button-link-secondary:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.wp-block-button__link {
    padding: 0.25rem 0.4rem;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    border-radius: 10px;
}

/* list */

ul,
ol {
    margin: 0 0 15px 0;
    padding-left: 20px;
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
}

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

table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    vertical-align: middle;
    padding: 0.5em;
}

pre {
    font-family: monospace;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

ins,
mark {
    color: inherit;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
}

code,
kbd,
samp {
    font-family: monospace;
}

small {
    font-size: 0.8rem;
}

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

sub {
    bottom: -0.4rem;
}

sup {
    top: -0.8rem;
}

details>summary {
    list-style: none;
}

details>summary::marker,
details>summary::-webkit-details-marker {
    display: none;
}

details {
    background: #FBFBFB;
    margin-bottom: .5rem;
    border-radius: 10px;
    overflow: hidden;
}

details p {
    padding: 10px 10px 0px 10px;
}

summary {
    padding: 1rem;
    font-weight: bold;
    display: block;
    background: #F7F7F7;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
    user-select: none;
}

summary:before {
    content: '';
    border-width: 0.4rem;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: .2rem 50%;
}

details[open]>summary:before {
    transform: rotate(90deg);
}

/* screen reader */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* alignwide */

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (max-width: 1024px) {

    .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}

.alignfull .alignfull,
.alignwide .alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.entry-content-full>.alignwide,
.entry-content>.alignwide {
    margin: 0px calc(25% - 25vw);
    max-width: 100vw;
    position: relative;
}

.entry-content-full>.alignfull,
.entry-content>.alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    position: relative;
}

@media (max-width: 1400px) {

    .entry-content-full>.alignwide,
    .entry-content>.alignwide {
        margin: 0 calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw;
        position: relative;
    }
}

/* layouts */

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: 1400px;
}

@media (max-width: 1024px) {

    .container {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

}

.container.grid-xl {
    max-width: 1216px;
}

.container.grid-lg {
    max-width: 1040px;
}

.container.grid-md {
    max-width: 797px;
}

.container.grid-sm {
    max-width: 656px;
}

.container.grid-xs {
    max-width: 496px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
    display: none !important;
}

.cols,
.columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.cols.col-gapless,
.columns.col-gapless {
    margin-left: 0;
    margin-right: 0;
}

.cols.col-gapless>.column,
.columns.col-gapless>.column {
    padding-left: 0;
    padding-right: 0;
}

.cols.col-oneline,
.columns.col-oneline {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}

[class~="col-"],
.column {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

[class~="col-"].col-12,
[class~="col-"].col-11,
[class~="col-"].col-10,
[class~="col-"].col-9,
[class~="col-"].col-8,
[class~="col-"].col-7,
[class~="col-"].col-6,
[class~="col-"].col-5,
[class~="col-"].col-4,
[class~="col-"].col-3,
[class~="col-"].col-2,
[class~="col-"].col-1,
[class~="col-"].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1,
.column.col-auto {
    -ms-flex: none;
    flex: none;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
}

.col-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.col-ml-auto {
    margin-left: auto;
}

.col-mr-auto {
    margin-right: auto;
}

@media (max-width: 1200px) {

    .col-xl-12,
    .col-xl-11,
    .col-xl-10,
    .col-xl-9,
    .col-xl-8,
    .col-xl-7,
    .col-xl-6,
    .col-xl-5,
    .col-xl-4,
    .col-xl-3,
    .col-xl-2,
    .col-xl-1,
    .col-xl-auto {
        -ms-flex: none;
        flex: none;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-auto {
        width: auto;
    }

    .hide-xl {
        display: none !important;
    }

    .show-xl {
        display: block !important;
    }
}

@media (max-width: 1024px) {

    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1,
    .col-lg-auto {
        -ms-flex: none;
        flex: none;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-auto {
        width: auto;
    }

    .hide-lg {
        display: none !important;
    }

    .show-lg {
        display: block !important;
    }
}

@media (max-width: 781px) {

    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1,
    .col-md-auto {
        -ms-flex: none;
        flex: none;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-auto {
        width: auto;
    }

    .hide-md {
        display: none !important;
    }

    .show-md {
        display: block !important;
    }
}

@media (max-width: 640px) {

    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1,
    .col-sm-auto {
        -ms-flex: none;
        flex: none;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-auto {
        width: auto;
    }

    .hide-sm {
        display: none !important;
    }

    .show-sm {
        display: block !important;
    }
}

@media (max-width: 480px) {

    .col-xs-12,
    .col-xs-11,
    .col-xs-10,
    .col-xs-9,
    .col-xs-8,
    .col-xs-7,
    .col-xs-6,
    .col-xs-5,
    .col-xs-4,
    .col-xs-3,
    .col-xs-2,
    .col-xs-1,
    .col-xs-auto {
        -ms-flex: none;
        flex: none;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-auto {
        width: auto;
    }

    .hide-xs {
        display: none !important;
    }

    .show-xs {
        display: block !important;
    }
}

/* archive blog */

.archive-articles {
    background: #FBFBFB;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
    padding: 0px;
    min-height: auto;
}

.single-article-post {
    padding: 0px 0px;
    margin-bottom: 20px;
}

.comment-form-comment textarea {
    display: block;
}

.page-header-archive {
    font-size: 12px;
    color: #000;
}

.archive-articles .entry-meta {
    margin-top: 8px;
}

.archive-articles .entry-footer {
    padding: 0px 15px;
}

.entry-footer .cat-links {
    margin-right: 5px;
}

.entry-footer .tags-links {
    margin-right: 5px;
}

.archive-articles .entry-summary {
    margin: 0;
    padding: 5px 15px 0px 15px;
}

.archive-articles .entry-summary p {
    font-size: 15px;
    line-height: 120%;
    height: 55px;
    overflow: hidden;
}

.archive-articles .footer-articles {
    padding-top: 10px;
    padding-bottom: 20px;
}

@media (max-width: 640px) {

    .archive-articles {
        min-height: auto;
    }

    .archive-articles .entry-summary p {
        height: auto;
        overflow: visible !important;
    }

}

.archive-articles .entry-title {
    font-size: 18px;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0px;
}

.archive-articles .entry-title a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}


.entry-meta span.posted-on {
    margin-left: 0px;
}

.archive-articles a.articles-buttons {
    background: #000;
    color: #FFF;
    padding: 0.25rem 0.4rem;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    border-radius: 10px;
    border: 2px solid #000;
}


.archive-articles a.articles-buttons:hover {
    border: 2px solid #2f2f2f;
    background: #2f2f2f;
    color: #FFF;
}

@media (max-width: 640px) {
    .archive-articles .entry-title {
        height: auto;
        overflow: visible !important;
        font-size: 18px;
    }

}

.archive-image-fixed {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.navi-numeric {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.navi-numeric ul {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: 0px;
}

.navi-numeric li a,
.navi-numeric li a:hover,
.navi-numeric li.active a,
.navi-numeric li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navi-numeric li a,
.navi-numeric li a:hover,
.navi-numeric li.active a,
.navi-numeric li.disabled {
    background-color: #2d2d2d;
    border-radius: 10px;
    cursor: pointer;
    padding: 0.45rem 0.75rem;
    margin-left: 1px;
    margin-right: 1px;
}

.navi-numeric li a:hover,
.navi-numeric li.active a {
    background-color: #000;
}

/* post */

#single-wrapper .entry-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
}

/* latest posts  */

.sidebar-latest-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-latest-posts .post-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.sidebar-latest-posts .post-thumb {
    margin-bottom: 15px;
    width: 100%;
}

.sidebar-latest-posts .post-thumb img {
    display: block;
    width: 330px;
    height: 186px;
    object-fit: cover;
    margin: 0 auto;
}

.sidebar-latest-posts .post-details {
    width: 100%;
    padding: 0px 10px;
}

.sidebar-latest-posts p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
}

.sidebar-latest-posts .post-date {
    color: #000;
    font-size: 0.9em;
    margin-bottom: 8px;
    text-align: left;
}

.sidebar-latest-posts .post-excerpt {
    text-align: left;
}

@media (max-width: 1024px) {
    .sidebar-latest-posts .post-thumb img {
        width: 100% !important;
        height: auto !important;
    }
}

/* post navigation */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 0.5em;
    width: 100%;
}

#archive-wrapper nav.navigation.posts-navigation {
    padding: 0px 12px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
    padding: 0px 5px 0px 0px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    flex: 1 0 50%;
    padding: 0px 0px 0px 5px;
    display: flex;
    justify-content: flex-end;
}

.nav-previous a,
.nav-next a {
    background: #FFF;
    color: #000;
    padding: 0.25rem 0.4rem;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    border-radius: 10px;
    border: 1px solid #CCC;
}

.nav-previous a:hover,
.nav-next a:hover {
    border: 1px solid #CCC;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

/* archive post block */

.homearchiveposts {
    margin: 0px !important;
}

.homearchivelist {
    padding: 0px !important;
    background: #FFF !important;
}

.homearchiveimage {
    margin: 0px !important;
}

.homearchiveframe {
    padding: 20px !important;

}

.homearchivedata {
    font-size: 15px;
}

.homearchivedata time {
    margin-left: 0px;
}

.homearchivetitle {
    margin: 15px 0px;
}

.homearchivetitle a {
    line-height: 120%;
    color: #000 !important;
    font-size: 18px;
    overflow: hidden;
    height: 65px;
}

@media (max-width: 640px) {
    .homearchivetitle a {
        height: auto;
        overflow: visible !important;
    }

}

.homearchivetext .wp-block-post-excerpt__excerpt {
    margin: 0;
    font-size: 0.9em;
    text-align: left;
    overflow: hidden;
    height: 58px;
    line-height: 1.3;
}

.homearchivetext a.wp-block-post-excerpt__more-link {
    background: #424242;
    color: #FFF;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
}

.homearchiveallbutton a {
    border-radius: 10px !important;
    color: #fff !important;
    background-color: #50a837 !important;
    box-shadow: none;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
}

/* header */

@media (max-width: 1024px) {

    .header-row-1 {
        order: 1;
    }

    .header-row-2 {
        order: 3;
    }

    .header-row-3 {
        order: 2;
    }

}

#header-main {
    background: #FFF;
}

/* logo */

/* navigation */

/* wrapper */

.wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* title */

.site-title {
    font-size: 18px;
    font-weight: bold;
}

.entry-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
}

.page-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
}

/* page */

#page-wrapper .entry-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
}

/* sidebars */

#secondary {
    padding: 0px 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    overflow-y: auto;
}

@media(min-width:1025px) {

    #page-wrapper #secondary {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #single-wrapper #secondary {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #archive-wrapper #secondary {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

/* footer */

#footer-main {
    background: #FFF;
}