html {
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
    text-transform: none
}

html * {
    border-color: rgba(0, 0, 0, .1)
}

html *,
html :after,
html :before {
    box-sizing: border-box
}

html :focus {
    outline: 0
}

body {
    position: relative;
    margin: 0;
    background-color: #fff;
    color: #666;
    min-height: 100vh;
    overflow-wrap: break-word;
    word-wrap: break-word
}

p {
    margin: 0 0 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.5rem;
    color: #333
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333
}

h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
    color: #06c
}

h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none
}

h2 {
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none
}

h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none
}

h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none
}

h5,
h6 {
    font-size: 1rem;
    font-weight: 700
}

hr {
    margin: 1.5rem 0;
    border: none;
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

blockquote {
    margin: 0 0 1.5rem;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 300;
    line-height: 1.6
}

blockquote>:last-child {
    margin-bottom: 0
}

blockquote p {
    margin: 0 0 1em
}

blockquote cite {
    display: block;
    font-size: .85rem;
    opacity: .75
}

ol,
ul {
    margin: 0 0 1.5rem;
    padding-left: 2rem
}

li>ol,
li>ul {
    margin-top: 0;
    margin-bottom: 0
}

table {
    width: 100%;
    margin: 0 0 1.5rem;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-bottom: none
}

table td,
table th {
    padding: .75rem;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit
}

table th {
    font-weight: 600;
    text-align: initial;
    color: #333
}

table th a {
    color: #333
}

table th a:focus,
table th a:hover {
    color: #06c
}

img,
video {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

iframe {
    border: none
}

pre {
    max-width: 100%;
    margin: 0 0 1.5rem;
    padding: 1.5em;
    overflow: auto;
    font-size: 1em;
    font-family: monospace;
    background-color: rgba(0, 0, 0, .05)
}

code {
    background-color: rgba(0, 0, 0, .05)
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #06c;
    transition: all .25s
}

a:focus,
a:hover {
    color: #333
}

figure {
    margin: 0
}

figcaption,
figure[class*=wp-block-] figcaption {
    width: 100%;
    margin: .5em 0 0;
    color: inherit;
    font-size: .85em;
    font-style: italic;
    text-align: center;
    color: inherit;
    opacity: .75
}

address {
    margin: 0 0 1.5rem
}

dt {
    font-weight: 600
}

ins,
mark {
    background-color: transparent;
    color: inherit;
    font-weight: 600;
    text-decoration: none
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg {
    vertical-align: middle
}

::-moz-selection {
    background-color: #06c;
    color: #fff
}

::selection {
    background-color: #06c;
    color: #fff
}

::-webkit-input-placeholder {
    opacity: .75;
    color: inherit
}

::-moz-placeholder {
    opacity: .75;
    color: inherit
}

:-ms-input-placeholder {
    opacity: .75;
    color: inherit
}

::-ms-input-placeholder {
    opacity: .75;
    color: inherit
}

::placeholder {
    opacity: .75;
    color: inherit
}

fieldset {
    padding: 0;
    margin: 0 0 1.25rem;
    border: 0
}

legend {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 1.25rem;
    color: #333
}

.button,
a.button,
a.wp-block-button__link,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    color: #fff;
    background-color: #06c;
    border-color: #06c;
    font-family: inherit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    transition: all .25s
}

.button:focus,
.button:hover,
a.button:focus,
a.button:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    background-color: #004c99;
    border-color: #004c99
}

.input,
input:not([type]),
input[type=""],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 3px;
    color: inherit;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    letter-spacing: inherit;
    text-transform: inherit;
    vertical-align: middle
}

.input:focus,
input:not([type]):focus,
input[type=""]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
    border-color: #666
}

textarea {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 3px;
    color: inherit;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    letter-spacing: inherit;
    text-transform: inherit;
    vertical-align: middle;
    line-height: inherit
}

textarea:focus {
    border-color: #666
}

select {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 3px;
    color: inherit;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    letter-spacing: inherit;
    text-transform: inherit;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1.8em 1.2em;
    padding-right: 1.8em
}

select:focus {
    border-color: #666
}

select[multiple] {
    background: 0 0;
    padding-right: 0
}

span.select2-container {
    display: block;
    text-align: start
}

span.select2-container .selection {
    display: block;
    border-color: inherit
}

span.select2-container .dropdown-wrapper {
    margin-top: -1px
}

span.select2-container .select2-selection {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    letter-spacing: inherit;
    text-transform: inherit;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1.8em 1.2em;
    padding-right: 1.8em;
    display: block;
    height: auto
}

span.select2-container.select2-container--open .select2-selection {
    border-color: inherit;
    background-color: rgba(0, 0, 0, .05)
}

span.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    font: inherit;
    color: inherit
}

span.select2-container .select2-selection--single .select2-selection__placeholder:empty {
    display: inline-block
}

span.select2-container .select2-selection--single .select2-selection__arrow {
    display: none
}

span.select2-container .select2-selection--multiple {
    border-color: inherit
}

span.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0;
    font: inherit;
    color: inherit;
    margin: -.75em -.25em -.25em
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li {
    margin: .5em .5em 0 0
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search {
    padding: .25em
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search input {
    vertical-align: bottom
}

span.select2-container .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    padding: .25em .5em;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .05)
}

span.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: inherit;
    font-weight: inherit;
    margin-right: .25em
}

span.select2-container .select2-dropdown {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    overflow: hidden
}

span.select2-container .select2-dropdown .select2-search {
    padding: 0
}

span.select2-container .select2-dropdown .select2-search .select2-search__field {
    border: none;
    border-radius: 0;
    padding: .5em
}

span.select2-container .select2-dropdown .select2-results .select2-results__option {
    padding: .5em;
    line-height: normal
}

span.select2-container .select2-dropdown .select2-results .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, .025);
    color: inherit
}

span.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, .05)
}

span.select2-container .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

span.select2-container .select2-dropdown--below .select2-search {
    border-bottom: inherit
}

span.select2-container .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

span.select2-container .select2-dropdown--above .select2-results {
    border-top: inherit
}

.using-keyboard :focus {
    outline: thin dotted
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transition: none
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.sticky {
    visibility: visible
}

.bypostauthor {
    visibility: visible
}

.suki-text-align-left {
    text-align: left
}

.suki-text-align-center {
    text-align: center
}

.suki-text-align-right {
    text-align: right
}

.suki-font-smoothing,
.suki-font-smoothing-1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none
}

.h2 {
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none
}

.h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none
}

.h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none
}

.h5,
.h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #333
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #333
}

.h1 a:focus,
.h1 a:hover,
.h2 a:focus,
.h2 a:hover,
.h3 a:focus,
.h3 a:hover,
.h4 a:focus,
.h4 a:hover,
.h5 a:focus,
.h5 a:hover,
.h6 a:focus,
.h6 a:hover {
    color: #06c
}

.title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none
}

.small-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none
}

.suki-float-container:after,
.suki-float-container:before {
    content: "";
    display: table
}

.suki-float-container:after {
    clear: both
}

.search-form {
    display: block;
    position: relative;
    max-width: 100%
}

.search-form .suki-search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -.5em 0 0 .75em
}

.search-form .search-field {
    width: 100%;
    padding-left: 2.5em
}

.search-form>label+input[type=submit] {
    display: none
}

.tagcloud {
    margin-top: -.5em
}

.tagcloud a {
    display: inline-block;
    padding: .25em .5em;
    margin: .5em .5em 0 0;
    font-size: 1rem !important;
    line-height: normal;
    background-color: rgba(0, 0, 0, .05);
    color: inherit
}

.tagcloud a:focus,
.tagcloud a:hover {
    color: #06c
}

.suki-social-links {
    letter-spacing: 0
}

.suki-social-links a {
    margin-left: .75em;
    display: inline-block
}

.suki-social-links a:first-child {
    margin-left: 0 !important
}

button.suki-toggle {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: 0 0;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    color: #06c
}

button.suki-toggle:hover {
    outline: 0
}

button.suki-toggle:focus,
button.suki-toggle:hover {
    background: inherit;
    color: #333
}

.menu,
.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.suki-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    vertical-align: middle
}

.suki-icon svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top
}

.suki-icon svg:not([stroke-width]) {
    stroke-width: 0
}

.suki-icon svg:not([stroke]) {
    stroke: currentColor
}

.suki-icon svg:not([fill]) {
    fill: currentColor
}

.suki-menu-icon {
    font-size: 18px;
    vertical-align: -.1em
}

.suki-breadcrumb ol,
.suki-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block
}

.suki-breadcrumb li {
    display: inline-block
}

.suki-breadcrumb li:after {
    margin: 0 .5em;
    content: "\203a";
    opacity: .5
}

.suki-breadcrumb li:last-child:after {
    display: none
}

.page-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none
}

.page-title .suki-author-archive-avatar {
    margin-bottom: .5em
}

.page-title .suki-author-archive-avatar .avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%
}

.site-main>.content-header {
    margin: 0 0 6rem
}

.content-header .suki-breadcrumb {
    font-size: .85em;
    margin-bottom: 1rem
}

.content-header .excerpt {
    font-size: 1.1em
}

.content-header .archive-description>:last-child,
.content-header .page-description>:last-child,
.content-header .term-description>:last-child {
    margin-bottom: 0
}

.content-header>* {
    margin-bottom: 1.5rem
}

.comments-area {
    margin-top: 3rem
}

.comments-title {
    position: relative;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none
}

.comment-reply-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none
}

.comment-reply-title small {
    margin-left: 1em;
    font-size: 12px
}

.comment-list,
.comment-list ol,
.comment-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list li {
    border-top-width: 1px;
    border-top-style: solid
}

.comment-list>li:first-child {
    border-top: none
}

.comment-list ol,
.comment-list ul {
    padding-left: 1.25em
}

.comment-list ol li,
.comment-list ul li {
    border-top-width: 1px;
    border-top-style: solid
}

.comment-body {
    position: relative;
    padding: 1.25em 0
}

.comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.25em 0 0 0
}

.comment-body .reply a {
    font-size: 90%;
    color: inherit
}

.comment-body .reply a:focus,
.comment-body .reply a:hover {
    color: #06c
}

.comment-content>:last-child {
    margin-bottom: 0
}

.comment-meta {
    position: relative;
    padding-right: 50px;
    margin-bottom: 1em;
    min-height: 50px
}

.comment-author {
    color: #333
}

.comment-author a {
    color: #333
}

.comment-author a:focus,
.comment-author a:hover {
    color: #06c
}

.comment-author .avatar {
    width: 2em;
    height: 2em;
    margin-right: .5em;
    border-radius: 50%
}

.comment-author .fn {
    font-weight: 600
}

.comment-author .says {
    display: none
}

.comment-metadata {
    margin: .25em 0;
    font-size: .85em;
    line-height: 1.7;
    color: inherit
}

.comment-metadata a {
    color: inherit
}

.comment-metadata a:focus,
.comment-metadata a:hover {
    color: #06c
}

.comment-metadata>* {
    position: relative;
    display: inline-block
}

.comment-metadata>:before {
    content: "\2022";
    margin: 0 .5em
}

.comment-metadata>:first-child:before {
    display: none
}

.comment-respond {
    padding-top: 1.5em
}

.comment-list .comment-respond,
.comment-list~.comment-respond {
    border-top-width: 1px;
    border-top-style: solid
}

.comment:not(:last-child) .comment-respond {
    padding-bottom: 2em
}

.comment-respond .form-submit {
    margin-bottom: 0
}

.comment-respond label {
    display: block;
    width: 120px
}

.comment-respond .comment-form-cookies-consent label {
    width: auto;
    margin-left: .5em
}

.comment-form #comment {
    height: 6em;
    width: 100%
}

.nav-links a {
    color: inherit
}

.nav-links a:focus,
.nav-links a:hover {
    color: #06c
}

.nav-links .current {
    color: #333
}

.navigation {
    margin: 3rem 0 0
}

.navigation .nav-links:after,
.navigation .nav-links:before {
    content: "";
    display: table
}

.navigation .nav-links:after {
    clear: both
}

.navigation .nav-links a {
    background-color: transparent;
    color: inherit
}

.navigation .nav-links a:focus,
.navigation .nav-links a:hover {
    background-color: transparent;
    color: #06c;
    border-color: currentColor
}

.navigation.pagination {
    text-align: center
}

.navigation.pagination .nav-links {
    display: inline-block
}

.navigation.pagination .nav-links:after,
.navigation.pagination .nav-links:before {
    content: "";
    display: table
}

.navigation.pagination .nav-links:after {
    clear: both
}

.navigation.pagination .page-numbers {
    display: block;
    min-width: 2em;
    margin-right: .5em;
    padding: .5em;
    float: left;
    text-decoration: none;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    color: inherit
}

.navigation.pagination .page-numbers:last-child {
    margin-right: 0
}

.navigation.pagination .current {
    background-color: rgba(0, 0, 0, .05);
    color: #333
}

[id=wpadminbar] {
    position: fixed !important
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.alignleft {
    float: left;
    text-align: left;
    margin: 0 1.25em 0 0
}

.alignright {
    float: right;
    margin: 0 0 0 1.25em
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
    float: none;
    text-align: center
}

.wp-caption {
    margin-bottom: 1em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: .85em;
    font-style: italic;
    text-align: center
}

.gallery {
    margin: 1.25rem -5px
}

.gallery img {
    display: block;
    width: 100%
}

.gallery-item {
    display: inline-block;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.mejs-button>button {
    background-color: transparent !important;
    color: inherit !important
}

.wpview {
    margin: 0
}

.suki-oembed {
    margin: 0 0 1.25em
}

.suki-oembed-video {
    position: relative;
    padding-top: 56.25%
}

.suki-oembed-video>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

#canvas {
    min-height: 100vh;
    overflow: hidden;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

#page {
    position: relative;
    background-color: #fff;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

body.suki-page-layout-boxed {
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.suki-page-layout-boxed #page {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 1400px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.suki-popup {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s .25s
}

.suki-popup.suki-popup-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s 0s
}

.admin-bar .suki-popup {
    top: 32px
}

.suki-popup-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.suki-toggle.suki-popup-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.25rem;
    font-size: 1.5rem
}

.suki-toggle.suki-popup-close-icon {
    line-height: 1;
    background-color: transparent !important;
    color: inherit !important;
    opacity: 1
}

.suki-toggle.suki-popup-close-icon:focus,
.suki-toggle.suki-popup-close-icon:hover {
    opacity: .8
}

.suki-popup-content {
    position: relative
}

.suki-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 1140px
}

.suki-wrapper:after,
.suki-wrapper:before {
    content: "";
    display: table
}

.suki-wrapper:after {
    clear: both
}

.suki-section-full-width>.suki-section-inner>.suki-wrapper {
    width: 100%
}

.suki-section-narrow>.suki-section-inner>.suki-wrapper {
    width: 720px
}

.suki-section-contained>.suki-section-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%
}

.suki-section-inner {
    position: relative
}

.suki-hero {
    font-size: 1.1rem
}

.suki-hero-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 0;
    border-style: solid;
    background-color: rgba(0, 0, 0, .05);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 60px 20px
}

.suki-hero-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.suki-hero .suki-wrapper>:first-child {
    margin-top: 0
}

.suki-hero .suki-wrapper>:last-child {
    margin-bottom: 0
}

.suki-hero .entry-meta {
    font: inherit
}

.suki-hero .content-header>:last-child {
    margin-bottom: 0
}

.suki-content {
    position: relative
}

.suki-content-inner {
    padding: 80px 20px
}

.suki-content-row>* {
    width: 100%
}

.content-area {
    -ms-flex: 1 0;
    flex: 1 0;
    min-width: 0
}

.site-main {
    border-width: 0;
    border-style: solid
}

.site-main>:last-child {
    margin-bottom: 0
}

.sidebar {
    -ms-flex: 0 0;
    flex: 0 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.suki-content-layout-right-sidebar .sidebar {
    margin-left: 60px
}

.rtl .suki-content-layout-right-sidebar .sidebar {
    margin-right: 60px
}

.suki-content-layout-left-sidebar .sidebar {
    margin-right: 60px
}

.rtl .suki-content-layout-left-sidebar .sidebar {
    margin-left: 60px
}

.sidebar.suki-sidebar-widgets-mode-merged .sidebar-inner,
.sidebar.suki-sidebar-widgets-mode-separated .widget {
    border-width: 0;
    border-style: solid
}

.sidebar .widget {
    margin-bottom: 40px
}

body.error404 .site {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

body.error404 .site-content {
    -ms-flex: 1 0;
    flex: 1 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

body.error404 .suki-content-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

body.error404 .error-404 {
    text-align: center
}

body.error404 .error-404-image {
    display: inline-block;
    margin: 0 0 3rem;
    max-width: 300px
}

body.error404 .error-404-home-button {
    margin: 1.5rem 0 0
}

.site-header {
    position: relative;
    z-index: 99
}

.site-title {
    margin: 0
}

.site-title .suki-menu-item-link {
    position: relative;
    display: inline-block
}

.suki-logo {
    display: block;
    transition: color .25s
}

.suki-logo .suki-logo-image {
    display: block;
    width: 100px;
    line-height: 1
}

.suki-logo .suki-logo-image img,
.suki-logo .suki-logo-image svg {
    display: block;
    width: 100%;
    height: auto
}

.suki-header-menu .suki-menu-item-link {
    position: relative;
    display: block
}

.suki-header-menu .suki-menu-item-title {
    position: relative
}

.suki-header-search-bar .search-form {
    display: inline-block;
    width: 300px
}

.suki-header-search-dropdown .sub-menu {
    padding: 0 !important;
    width: 300px
}

.suki-header-search-dropdown .search-field {
    padding: 1em 1em 1em 2.5em;
    background-color: transparent;
    color: inherit;
    border-width: 0
}

.suki-header-search-dropdown .search-field:focus {
    background-color: transparent;
    color: inherit
}

.suki-header-cart .widget {
    margin: 0
}

.suki-header-cart .cart-amount {
    margin: 0 .25em 0 .5em
}

.suki-header-cart .cart-amount:nth-child(2) {
    margin-left: 0
}

.suki-header-cart .cart-amount:last-child {
    margin-right: 0
}

.suki-header-cart .cart-link {
    position: relative
}

.suki-header-cart .cart-count {
    width: 2em;
    height: 2em;
    position: absolute;
    z-index: 1;
    display: inline-block;
    margin: -.6em 0 0 -1.2em;
    border-radius: 50%;
    font-size: .6em;
    text-align: center;
    line-height: 2;
    letter-spacing: 0;
    background-color: #06c;
    color: #fff;
    -webkit-animation: suki-pulse .5s 1;
    animation: suki-pulse .5s 1
}

.suki-header-cart .cart-count strong {
    display: inline-block;
    font-size: .5em;
    line-height: 2;
    vertical-align: top
}

.suki-header-cart .cart-count[data-count="0"] {
    display: none
}

.suki-header-cart .sub-menu {
    white-space: normal;
    width: 20em
}

.suki-header-social li.menu-item {
    margin: 0 .75em 0 0
}

.suki-header-social li.menu-item:last-of-type {
    margin-right: 0
}

.suki-header-main {
    position: relative;
    display: block
}

.suki-header-mobile {
    display: none
}

.suki-header-section {
    position: relative
}

.suki-header-section .suki-wrapper {
    height: 100%
}

.suki-header-section .suki-section-inner {
    height: inherit;
    transition: background-color .25s, border-color .25s, color .25s, box-shadow .25s
}

.suki-header-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    height: 100%;
    margin: 0 -12px
}

.suki-header-column {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 100%
}

.suki-header-column>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    height: 100%;
    max-width: 100%;
    padding: 0 12px
}

.suki-header-bottom-bar-left,
.suki-header-main-bar-left,
.suki-header-mobile-main-bar-left,
.suki-header-top-bar-left {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.suki-header-row-with-center>.suki-header-bottom-bar-left,
.suki-header-row-with-center>.suki-header-main-bar-left,
.suki-header-row-with-center>.suki-header-mobile-main-bar-left,
.suki-header-row-with-center>.suki-header-top-bar-left {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.suki-header-bottom-bar-center,
.suki-header-main-bar-center,
.suki-header-mobile-main-bar-center,
.suki-header-top-bar-center {
    -ms-flex-pack: center;
    justify-content: center
}

.suki-header-bottom-bar-right,
.suki-header-main-bar-right,
.suki-header-mobile-main-bar-right,
.suki-header-top-bar-right {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.suki-header-row-with-center>.suki-header-bottom-bar-right,
.suki-header-row-with-center>.suki-header-main-bar-right,
.suki-header-row-with-center>.suki-header-mobile-main-bar-right,
.suki-header-row-with-center>.suki-header-top-bar-right {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.suki-header-section .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    height: 100%
}

.suki-header-section .menu>.menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.suki-header-section .menu .sub-menu {
    position: absolute;
    z-index: 2;
    top: 100%;
    padding: 1em;
    max-width: var(--suki--content-width);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s, visibility 0s .25s;
    overflow-y: auto
}

.suki-header-section .menu .sub-menu :not(.button) {
    border-color: inherit
}

.suki-header-section .menu .sub-menu>.menu-item {
    position: relative
}

.suki-header-section .menu .menu-item.focus>.sub-menu,
.suki-header-section .menu.suki-hover-menu .menu-item:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s, visibility 0s 0s
}

.suki-header-section.suki-section-full-width .menu .sub-menu {
    max-width: var(--suki--page-width)
}

.suki-header-section.suki-section-full-width .menu>.menu-item>.sub-menu {
    margin-right: -20px
}

.suki-header-section .suki-header-menu {
    padding: 0 !important
}

.suki-header-section .suki-header-menu .menu-item {
    padding: 0 12px
}

.suki-header-section .suki-header-menu .suki-dropdown-sign {
    position: relative;
    margin-left: .4em
}

.suki-header-section .suki-header-menu .sub-menu {
    padding: 1em 0;
    z-index: 3;
    overflow-y: initial
}

.suki-header-section .suki-header-menu .sub-menu .menu-item {
    padding: 0 1.25em;
    margin: 0
}

.suki-header-section .suki-header-menu .sub-menu .suki-menu-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: .25em 0
}

.suki-header-section .suki-header-menu .sub-menu .sub-menu {
    top: -1em;
    left: 100%;
    margin: -1px 0 0 0
}

.suki-header-section .suki-header-menu .sub-menu .sub-menu.suki-sub-menu-right {
    left: auto;
    right: 100%
}

.suki-header-section .suki-header-menu .sub-menu .suki-dropdown-sign {
    margin-left: .75em;
    margin-right: -.75em
}

.suki-header-section .menu>.menu-item .sub-menu {
    background-color: #fff
}

.suki-header-section .menu>.menu-item .sub-menu .suki-toggle,
.suki-header-section .menu>.menu-item .sub-menu a:not(.button),
.suki-header-section .suki-toggle,
.suki-header-section a:not(.button) {
    color: #333;
    background-color: transparent
}

.suki-header-section .menu>.menu-item .sub-menu .suki-toggle:focus,
.suki-header-section .menu>.menu-item .sub-menu .suki-toggle:hover,
.suki-header-section .menu>.menu-item .sub-menu a:not(.button):focus,
.suki-header-section .menu>.menu-item .sub-menu a:not(.button):hover,
.suki-header-section .suki-toggle:focus,
.suki-header-section .suki-toggle:hover,
.suki-header-section a:not(.button):focus,
.suki-header-section a:not(.button):hover {
    color: #06c
}

.suki-header-section .suki-header-menu>.menu>.menu-item>.suki-menu-item-link:focus:after,
.suki-header-section .suki-header-menu>.menu>.menu-item>.suki-menu-item-link:hover:after {
    background-color: rgba(0, 0, 0, .1)
}

.suki-header-top-bar {
    height: 40px
}

.suki-header-top-bar-inner {
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.suki-header-top-bar.suki-section-merged {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.suki-header-main-bar {
    height: 80px
}

.suki-header-main-bar-inner {
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.suki-header-main-bar-with-bottom-bar>.suki-header-main-bar-inner,
.suki-header-main-bar-with-top-bar>.suki-header-main-bar-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.suki-header-bottom-bar {
    height: 60px
}

.suki-header-bottom-bar-inner {
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.suki-header-bottom-bar.suki-section-merged {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.suki-header-mobile-main-bar {
    height: 60px
}

.suki-header-mobile-main-bar-inner {
    border-width: 0;
    border-style: solid;
    padding: 0 20px
}

.suki-header-section-vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto
}

.suki-header-section-vertical .suki-toggle,
.suki-header-section-vertical a:not(.button) {
    color: #333;
    background-color: transparent
}

.suki-header-section-vertical .suki-toggle:focus,
.suki-header-section-vertical .suki-toggle:hover,
.suki-header-section-vertical a:not(.button):focus,
.suki-header-section-vertical a:not(.button):hover {
    color: #06c
}

.suki-header-section-vertical ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.suki-header-section-vertical-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    -ms-flex: 1;
    flex: 1
}

.suki-header-section-vertical-row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

.suki-header-section-vertical .menu .sub-menu {
    width: 100%;
    max-width: 100%;
    display: none
}

.suki-header-section-vertical .suki-header-menu .menu-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.suki-header-section-vertical .suki-header-menu .sub-menu {
    width: 100%
}

.suki-header-section-vertical .suki-header-menu .suki-menu-item-link {
    padding: .5em 0
}

.suki-header-section-vertical .suki-header-menu .suki-sub-menu-toggle {
    width: 1.5em;
    padding: .5em 0 !important;
    cursor: pointer;
    text-align: center
}

.suki-text-align-left .suki-header-section-vertical .suki-header-menu .sub-menu {
    padding-left: 1.5em
}

.suki-text-align-left .suki-header-section-vertical .suki-header-menu .suki-sub-menu-toggle {
    margin: 0 0 0 .5em
}

.suki-text-align-center .suki-header-section-vertical .suki-header-menu .menu-item {
    -ms-flex-pack: center;
    justify-content: center
}

.suki-text-align-center .suki-header-section-vertical .suki-header-menu .suki-sub-menu-toggle {
    margin: 0 -2em 0 .5em
}

.suki-text-align-right .suki-header-section-vertical .suki-header-menu .menu-item {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.suki-text-align-right .suki-header-section-vertical .suki-header-menu .sub-menu {
    padding-right: 1.5em;
    -ms-flex-order: 3;
    order: 3
}

.suki-text-align-right .suki-header-section-vertical .suki-header-menu .suki-menu-item-link {
    -ms-flex-order: 2;
    order: 2
}

.suki-text-align-right .suki-header-section-vertical .suki-header-menu .suki-sub-menu-toggle {
    margin: 0 .5em 0 0;
    -ms-flex-order: 1;
    order: 1
}

.suki-header-section-vertical .suki-header-social li {
    display: inline-block
}

.suki-header-section-vertical .suki-header-social li:first-child {
    margin-left: 0
}

.suki-header-section-vertical .suki-header-social li:last-child {
    margin-right: 0
}

.suki-header-section-vertical .suki-header-button {
    max-width: 100%
}

.suki-header-mobile-vertical {
    display: none
}

.suki-header-mobile-vertical-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: calc(100% - 4rem);
    width: 300px;
    padding: 30px;
    overflow-y: auto;
    background-color: #fff;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.suki-header-mobile-vertical-position-center .suki-header-mobile-vertical-bar,
.suki-header-mobile-vertical-position-left .suki-header-mobile-vertical-bar {
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.suki-header-mobile-vertical-position-right .suki-header-mobile-vertical-bar {
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.suki-popup-active .suki-header-mobile-vertical-bar {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    transition: -webkit-transform .25s 125ms;
    transition: transform .25s 125ms;
    transition: transform .25s 125ms, -webkit-transform .25s 125ms
}

.suki-header-mobile-vertical-bar .suki-header-section-vertical-column {
    margin: -12px 0
}

.suki-header-mobile-vertical-bar .suki-header-section-vertical-row>* {
    padding: 12px 0
}

.suki-header-mobile-vertical-display-full-screen {
    left: 0;
    right: 0
}

.suki-header-mobile-vertical-display-full-screen .suki-popup-background {
    background-color: transparent
}

.suki-header-mobile-vertical-display-full-screen .suki-header-mobile-vertical-bar {
    width: 100% !important;
    max-width: 100%;
    left: 0;
    right: 0;
    border: none !important;
    -webkit-transform: none !important;
    transform: none !important
}

.suki-header-mobile-vertical-display-full-screen .suki-popup-close-icon {
    color: inherit !important
}

.suki-header-mobile-vertical-display-full-screen .suki-header-section-vertical-column {
    width: 300px
}

.suki-header-mobile-vertical-display-full-screen.suki-header-mobile-vertical-position-left .suki-header-section-vertical-column {
    margin-right: auto
}

.suki-header-mobile-vertical-display-full-screen.suki-header-mobile-vertical-position-center .suki-header-section-vertical-column {
    margin-left: auto;
    margin-right: auto
}

.suki-header-mobile-vertical-display-full-screen.suki-header-mobile-vertical-position-right .suki-header-section-vertical-column {
    margin-left: auto
}

.suki-header-menu>.menu>.menu-item>.suki-menu-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.suki-header-menu>.menu>.menu-item>.suki-menu-item-link:before {
    content: "";
    position: absolute;
    transition: all .25s
}

.suki-header-menu>.menu>.menu-item>.suki-menu-item-link:focus:before,
.suki-header-menu>.menu>.menu-item>.suki-menu-item-link:hover:before {
    background-color: rgba(0, 0, 0, .05)
}

.suki-header-menu-highlight-none .suki-header-menu>.menu>.menu-item>.suki-menu-item-link {
    height: auto
}

.suki-header-menu-highlight-none .suki-header-menu>.menu>.menu-item>.suki-menu-item-link:before {
    display: none
}

.suki-header-menu-highlight-none .suki-header-menu>.menu>.menu-item>.sub-menu {
    margin-left: -12px
}

.suki-header-menu-highlight-underline .suki-header-menu>.menu>.menu-item>.suki-menu-item-link {
    height: auto
}

.suki-header-menu-highlight-underline .suki-header-menu>.menu>.menu-item>.suki-menu-item-link:before {
    top: 100%;
    left: 0;
    width: 100%;
    height: .15em;
    transition: all .25s
}

.suki-header-menu-highlight-underline .suki-header-menu>.menu>.menu-item>.sub-menu {
    margin-left: -12px
}

.suki-header-menu-highlight-background .suki-header-menu>.menu>.menu-item {
    padding: 0
}

.suki-header-menu-highlight-background .suki-header-menu>.menu>.menu-item>.suki-menu-item-link {
    padding: 0 12px
}

.suki-header-menu-highlight-background .suki-header-menu>.menu>.menu-item>.suki-menu-item-link:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.suki-header-menu-highlight-background .suki-header-menu>.menu>.menu-item>.suki-menu-item-link:focus:before,
.suki-header-menu-highlight-background .suki-header-menu>.menu>.menu-item>.suki-menu-item-link:hover:before {
    background-color: rgba(0, 0, 0, .05)
}

.suki-header-menu-highlight-border-top .suki-header-menu>.menu>.menu-item {
    padding: 0
}

.suki-header-menu-highlight-border-top .suki-header-menu>.menu>.menu-item>.suki-menu-item-link {
    padding: 0 12px
}

.suki-header-menu-highlight-border-top .suki-header-menu>.menu>.menu-item>.suki-menu-item-link:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .2em;
    margin: 0 auto;
    transition: all .25s
}

.suki-header-menu-highlight-border-bottom .suki-header-menu>.menu>.menu-item {
    padding: 0
}

.suki-header-menu-highlight-border-bottom .suki-header-menu>.menu>.menu-item>.suki-menu-item-link {
    padding: 0 12px
}

.suki-header-menu-highlight-border-bottom .suki-header-menu>.menu>.menu-item>.suki-menu-item-link:before {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .2em;
    margin: 0 auto;
    transition: all .25s
}

.suki-header-mobile-vertical-position-right .suki-toggle.suki-popup-close-icon {
    left: 0 !important;
    right: auto !important
}

.suki-footer-widgets-bar-inner {
    background-color: rgba(0, 0, 0, .05);
    border-width: 0;
    border-style: solid;
    padding: 60px 20px
}

.suki-footer-widgets-bar .widget {
    margin-bottom: 40px
}

.suki-footer-widgets-bar-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -40px
}

.suki-footer-widgets-bar-column {
    width: 100%;
    padding: 0 15px
}

.suki-footer-widgets-bar-columns-2 .suki-footer-widgets-bar-column {
    width: 50%
}

.suki-footer-widgets-bar-columns-3 .suki-footer-widgets-bar-column {
    width: 33.333%
}

.suki-footer-widgets-bar-columns-4 .suki-footer-widgets-bar-column {
    width: 25%
}

.suki-footer-widgets-bar-columns-5 .suki-footer-widgets-bar-column {
    width: 20%
}

.suki-footer-widgets-bar-columns-6 .suki-footer-widgets-bar-column {
    width: 16.667%
}

.suki-footer-bottom-bar-inner {
    background-color: rgba(0, 0, 0, .05);
    border-width: 0;
    border-style: solid;
    padding: 25px 20px
}

.suki-footer-bottom-bar-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -12px;
    white-space: nowrap
}

.suki-footer-bottom-bar-column {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.suki-footer-bottom-bar-column>* {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 0 12px
}

.suki-footer-bottom-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.suki-footer-row-with-center>.suki-footer-bottom-bar-left {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.suki-footer-bottom-bar-center {
    -ms-flex-pack: center;
    justify-content: center
}

.suki-footer-bottom-bar-right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.suki-footer-row-with-center>.suki-footer-bottom-bar-right {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.suki-footer-menu {
    padding: 0 !important
}

.suki-footer-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.suki-footer-menu ul li {
    padding: 0 12px
}

.suki-footer-social li {
    display: inline-block;
    margin: 0 .75em 0 0
}

.suki-footer-social li:last-child {
    margin-right: 0
}

.suki-footer-social li a {
    vertical-align: middle
}

.suki-scroll-to-top {
    position: absolute;
    z-index: 99;
    bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-color: #06c;
    border-color: #06c
}

.suki-scroll-to-top:focus,
.suki-scroll-to-top:hover {
    color: #fff;
    background-color: #004c99;
    border-color: #004c99
}

.suki-scroll-to-top-position-left {
    left: 0
}

.suki-scroll-to-top-position-right {
    right: 0
}

.suki-scroll-to-top-display-sticky {
    position: fixed;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    transition: opacity .25s, -webkit-transform .25s;
    transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s, -webkit-transform .25s
}

.suki-scroll-to-top-display-sticky.suki-sticky {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.suki-scroll-to-top .suki-icon {
    vertical-align: top
}

.suki-loop-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px
}

.suki-loop-grid.suki-loop-grid-same-height {
    -ms-flex-align: stretch;
    align-items: stretch
}

.suki-loop-grid.suki-loop-grid-same-height .entry-footer {
    margin-top: auto
}

.entry.entry-layout-default {
    margin-bottom: 6rem
}

.suki-loop-grid .entry {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: none
}

.suki-loop-grid.suki-loop-grid-2-columns .entry {
    width: 50%
}

.suki-loop-grid.suki-loop-grid-3-columns .entry {
    width: 33.33%
}

.suki-loop-grid.suki-loop-grid-4-columns .entry {
    width: 25%
}

.suki-loop-search .entry {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.entry-wrapper {
    border-width: 0;
    border-style: solid
}

.entry-wrapper>:first-child {
    margin-top: 0
}

.entry-wrapper>:last-child {
    margin-bottom: 0
}

.entry-layout-grid .entry-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

.entry-title {
    margin: 0 0 1rem;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none
}

.entry-small-title {
    margin: 0 0 .5rem;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none
}

.entry-meta {
    font-size: .85em;
    line-height: 1.7;
    color: inherit;
    margin: 0 0 .5em
}

.entry-meta a {
    color: inherit
}

.entry-meta a:focus,
.entry-meta a:hover {
    color: #06c
}

.entry-meta .avatar {
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    margin-right: .5em;
    border-radius: 50%
}

.entry-footer .entry-meta {
    padding-top: 1em;
    border-top-width: 1px;
    border-top-style: solid
}

.entry-thumbnail {
    display: block;
    margin: 0 0 1.5rem
}

.entry-thumbnail:first-child {
    margin-top: 0
}

.entry-thumbnail:last-child {
    margin-bottom: 0
}

.entry-thumbnail>* {
    display: block;
    width: 100%
}

a.entry-thumbnail {
    transition: opacity .25s
}

a.entry-thumbnail:focus,
a.entry-thumbnail:hover {
    opacity: .9
}

a.more-link {
    white-space: nowrap
}

.entry-header {
    margin: 0 0 2rem
}

.entry-header>:first-child {
    margin-top: 0
}

.entry-header>:last-child {
    margin-bottom: 0
}

.entry-small .entry-header {
    margin: 0 0 1.5rem
}

.entry-content {
    margin: 2rem 0
}

.entry-content:after,
.entry-content:before {
    content: "";
    display: table
}

.entry-content:after {
    clear: both
}

.entry-content:first-child {
    margin-top: 0
}

.entry-content:last-child {
    margin-bottom: 0
}

.entry-content>:last-child {
    margin-bottom: 0
}

.entry-content blockquote {
    padding: 0 2em;
    border-left-width: .25em;
    border-left-style: solid
}

.entry-content blockquote[style*=center] {
    border-left: none
}

.entry-content blockquote[style*=right] {
    border-left: none;
    border-right-width: .25em;
    border-right-style: solid
}

.entry-excerpt {
    margin: 0 0 1.5em
}

.entry-excerpt>* {
    margin: 0 0 .75em
}

.entry-excerpt>:last-child {
    margin-bottom: 0
}

.entry-footer>:first-child {
    margin-top: 0
}

.entry-footer>:last-child {
    margin-bottom: 0
}

.entry-footer .tagcloud {
    margin: 0 0 1.5em
}

.entry-author {
    margin-top: 3rem;
    padding: 1.75rem;
    border-width: 1px;
    border-style: solid
}

.entry-author-body {
    position: relative;
    min-height: 80px
}

.entry-author-name {
    font-size: 1.1em;
    margin: 0 0 .5em;
    color: #333
}

.entry-author-name a {
    color: #333
}

.entry-author-name a:focus,
.entry-author-name a:hover {
    color: #06c
}

.entry-author-name .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: .75em
}

.entry-author-name .fn {
    font-weight: 600;
    display: block
}

.entry-author-content p {
    margin: .5em 0
}

.has-background {
    padding: 1.5rem
}

.wp-block-columns.has-background {
    padding: 1.5rem
}

.suki-content-layout-wide .alignwide {
    position: relative;
    left: calc(50% - min(1140px / 2, 50vw - 20px));
    min-width: 100%;
    max-width: 1140px;
    width: calc(100vw - (2 * 20px))
}

.suki-section-full-width.suki-content-layout-wide .alignwide {
    left: auto
}

.suki-content-layout-wide .alignfull {
    position: relative;
    left: calc(50% - 50vw);
    min-width: 100%;
    max-width: 100vw;
    width: 100vw
}

body.suki-page-layout-boxed .suki-content-layout-wide .alignfull {
    left: calc(50% - min(1400px / 2, 50vw));
    max-width: 1400px
}

[class$="__inner-container"] {
    margin-bottom: 0;
    max-width: 100%
}

[class$="__inner-container"]>* {
    max-width: 100%;
    margin: 1.5rem 0;
    margin-left: auto;
    margin-right: auto
}

[class$="__inner-container"]>:first-child {
    margin-top: 0
}

[class$="__inner-container"]>:last-child {
    margin-bottom: 0
}

[class$="__inner-container"]>.alignwide {
    min-width: auto;
    width: 100%;
    left: auto
}

[class$="__inner-container"]>.alignfull {
    max-width: none !important;
    width: 100%;
    left: auto !important
}

.suki-section-narrow.suki-content-layout-wide [class$="__inner-container"]>:not(.alignwide):not(.alignfull) {
    width: 720px
}

.suki-section-default.suki-content-layout-wide [class$="__inner-container"]>:not(.alignwide):not(.alignfull) {
    width: 1140px
}

.suki-section-full-width.suki-content-layout-wide [class$="__inner-container"]>* {
    width: 100%;
    max-width: 100%
}

.has-small-text-size {
    font-size: .85em
}

.has-regular-text-size {
    font-size: 1em
}

.has-medium-text-size {
    font-size: 1.2em;
    line-height: calc(.9 * 1.7)
}

.has-large-text-size {
    font-size: 1.5em;
    line-height: calc(.825 * 1.7)
}

.has-huge-text-size {
    font-size: 2em;
    line-height: calc(.75 * 1.7)
}

.has-text-color a {
    color: inherit
}

.has-suki-color-1-background-color {
    background-color: #333
}

.has-suki-color-1-color {
    color: #333
}

.has-suki-color-2-background-color {
    background-color: #666
}

.has-suki-color-2-color {
    color: #666
}

.has-suki-color-3-background-color {
    background-color: #06c
}

.has-suki-color-3-color {
    color: #06c
}

.has-suki-color-4-background-color {
    background-color: #004c99
}

.has-suki-color-4-color {
    color: #004c99
}

.has-suki-color-5-background-color {
    background-color: rgba(0, 0, 0, .1)
}

.has-suki-color-5-color {
    color: rgba(0, 0, 0, .1)
}

.has-suki-color-6-background-color {
    background-color: rgba(0, 0, 0, .05)
}

.has-suki-color-6-color {
    color: rgba(0, 0, 0, .05)
}

.has-suki-color-7-background-color {
    background-color: #fff
}

.has-suki-color-7-color {
    color: #fff
}

.has-suki-color-8-background-color {
    background-color: #000
}

.has-suki-color-8-color {
    color: #000
}

.entry-content>* {
    margin-bottom: 1.5rem
}

.entry-content>:last-child {
    margin-bottom: 0
}

.wp-block-cover,
.wp-block-cover-image {
    padding: 1.5em
}

.wp-block-group__inner-container {
    margin: 0 auto
}

.wp-block-group__inner-container>:first-child {
    margin-top: 0
}

.wp-block-group__inner-container>:last-child {
    margin-bottom: 0
}

.wp-block-columns {
    gap: 1.5rem
}

.wp-block-columns .wp-block-column {
    margin-left: 0 !important
}

.wp-block-columns .wp-block-column>:first-child {
    margin-top: 0
}

.wp-block-columns .wp-block-column>:last-child {
    margin-bottom: 0
}

.has-drop-cap:not(:focus):after {
    display: none
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    line-height: .9;
    font-family: inherit;
    font-size: 5.1em;
    font-style: normal;
    font-weight: 600;
    margin: 0 .25em 0 0;
    text-transform: uppercase;
    initial-letter: 3;
    color: #333
}

.wp-block-quote {
    font-size: 1em;
    padding: 0 2em;
    border-left-width: .25rem;
    border-left-style: solid;
    border-color: inherit
}

.wp-block-quote :last-child {
    margin-bottom: 0
}

.wp-block-quote p {
    font-size: 1.2em
}

.wp-block-quote cite {
    font-size: .85em;
    font-style: unset
}

.wp-block-quote.has-text-align-center {
    border-left: none
}

.wp-block-quote.has-text-align-right {
    padding-left: 0;
    border-left: none;
    border-right-width: .25rem;
    border-right-style: solid
}

.wp-block-quote.is-style-large {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 0 2em
}

.wp-block-quote.is-style-large p {
    font: unset;
    font-size: 1.5em;
    line-height: 1.5
}

.wp-block-quote.is-style-large cite {
    font-size: 1em;
    text-align: unset
}

.wp-block-pullquote {
    border-top-width: .25rem;
    border-top-style: solid;
    border-bottom-width: .25rem;
    border-bottom-style: solid;
    text-align: unset;
    padding: 0
}

.wp-block-pullquote blockquote {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1.5em 2em 1.5em 4.5em;
    border-left: none
}

.wp-block-pullquote blockquote:before {
    content: "\201C";
    position: absolute;
    top: -.3em;
    left: 0;
    font-size: 7em;
    font-family: serif;
    font-weight: 700;
    opacity: .2
}

.wp-block-pullquote blockquote>:last-child {
    margin-bottom: 0
}

.wp-block-pullquote blockquote p {
    font: inherit;
    font-size: 1.2em;
    color: inherit
}

.wp-block-pullquote blockquote cite {
    font-size: 1em;
    color: inherit;
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    padding-left: 5.5em;
    max-width: none
}

.wp-block-pullquote.is-style-solid-color blockquote:before {
    left: .142857em
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.2em;
    margin-bottom: 1em
}

p.wp-block-subhead {
    font-size: 1.2rem
}

.wp-block-image img {
    display: block
}

.wp-block-gallery .blocks-gallery-grid {
    margin: -.5em;
    padding: 0
}

.wp-block-gallery .blocks-gallery-item {
    padding: .5em;
    width: 100%;
    margin: 0 !important
}

.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: 50%
}

.wp-block-gallery .blocks-gallery-caption {
    margin-top: 1em !important
}

.wp-block-audio audio {
    width: 100%
}

.wp-block-video video {
    width: 100%
}

.wp-block-separator {
    margin-top: 3em;
    margin-bottom: 3em;
    border-color: inherit;
    opacity: 1
}

.wp-block-separator.is-style-default {
    max-width: 8em;
    border-bottom-width: .25em;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.is-style-dots {
    border-bottom-width: 0
}

.wp-block-separator.is-style-dots:before {
    font-size: 2em;
    letter-spacing: 1em;
    padding-left: 1em;
    line-height: 0;
    vertical-align: middle
}

.wp-block-separator.is-style-wide {
    border-top-width: 0
}

.wp-block-separator.has-background {
    padding: 0;
    border-color: currentColor
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    background-color: transparent;
    border-color: currentColor;
    color: unset
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0
}

.wp-block-table table {
    width: 100%;
    margin: 0 0 1.5rem;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-bottom: none;
    margin-bottom: 0
}

.wp-block-table table td,
.wp-block-table table th {
    padding: .75rem;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit
}

.wp-block-table table th {
    font-weight: 600;
    text-align: initial;
    color: #333
}

.wp-block-table table th a {
    color: #333
}

.wp-block-table table th a:focus,
.wp-block-table table th a:hover {
    color: #06c
}

.wp-block-table__cell-content {
    padding: 0
}

.wp-block-table.is-style-stripes {
    border: none
}

.wp-block-table.is-style-stripes table {
    border: none
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border: none
}

.wp-block-verse {
    background-color: transparent;
    padding: 0
}

.wp-block-media-text {
    padding: 0
}

.wp-block-media-text .wp-block-media-text__content {
    margin-bottom: 0;
    padding: 1.5em 10%
}

.wp-block-embed .suki-oembed {
    position: static;
    padding: 0 !important;
    margin: 0
}

.wp-block-embed .suki-oembed>* {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-embed.alignleft .suki-oembed>* {
    margin-right: auto
}

.wp-block-embed.aligncenter .suki-oembed>* {
    margin-left: auto;
    margin-right: auto
}

.wp-block-embed.alignright .suki-oembed>* {
    margin-left: auto
}

.wp-block-embed.is-type-photo img {
    width: 100%
}

.widget {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

.widget select {
    width: 100%
}

.widget .post-date,
.widget .rss-date {
    font-size: .85em;
    line-height: 1.7;
    color: inherit;
    display: block;
    margin-top: .25em;
    font-size: .9em
}

.widget .post-date a,
.widget .rss-date a {
    color: inherit
}

.widget .post-date a:focus,
.widget .post-date a:hover,
.widget .rss-date a:focus,
.widget .rss-date a:hover {
    color: #06c
}

.widget-title,
.widget_block>[class^=wp-block-]>h2:first-child,
.widget_block>[class^=wp-block-]>h3:first-child,
.widget_block>[class^=wp-block-]>h4:first-child,
.widget_block>[class^=wp-block-]>h5:first-child,
.widget_block>[class^=wp-block-]>h6:first-child {
    margin: 0 0 1.25rem;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    color: #333
}

.widget-title a,
.widget_block>[class^=wp-block-]>h2:first-child a,
.widget_block>[class^=wp-block-]>h3:first-child a,
.widget_block>[class^=wp-block-]>h4:first-child a,
.widget_block>[class^=wp-block-]>h5:first-child a,
.widget_block>[class^=wp-block-]>h6:first-child a {
    color: #333
}

.widget-title a:focus,
.widget-title a:hover,
.widget_block>[class^=wp-block-]>h2:first-child a:focus,
.widget_block>[class^=wp-block-]>h2:first-child a:hover,
.widget_block>[class^=wp-block-]>h3:first-child a:focus,
.widget_block>[class^=wp-block-]>h3:first-child a:hover,
.widget_block>[class^=wp-block-]>h4:first-child a:focus,
.widget_block>[class^=wp-block-]>h4:first-child a:hover,
.widget_block>[class^=wp-block-]>h5:first-child a:focus,
.widget_block>[class^=wp-block-]>h5:first-child a:hover,
.widget_block>[class^=wp-block-]>h6:first-child a:focus,
.widget_block>[class^=wp-block-]>h6:first-child a:hover {
    color: #06c
}

.widget-title:empty,
.widget_block>[class^=wp-block-]>h2:first-child:empty,
.widget_block>[class^=wp-block-]>h3:first-child:empty,
.widget_block>[class^=wp-block-]>h4:first-child:empty,
.widget_block>[class^=wp-block-]>h5:first-child:empty,
.widget_block>[class^=wp-block-]>h6:first-child:empty {
    display: none
}

.suki-widget-title-decoration-box .widget-title,
.suki-widget-title-decoration-box .widget_block>[class^=wp-block-]>h2:first-child,
.suki-widget-title-decoration-box .widget_block>[class^=wp-block-]>h3:first-child,
.suki-widget-title-decoration-box .widget_block>[class^=wp-block-]>h4:first-child,
.suki-widget-title-decoration-box .widget_block>[class^=wp-block-]>h5:first-child,
.suki-widget-title-decoration-box .widget_block>[class^=wp-block-]>h6:first-child {
    border-width: 1px;
    border-style: solid;
    padding: .25em 1em
}

.suki-widget-title-decoration-border-bottom .widget-title,
.suki-widget-title-decoration-border-bottom .widget_block>[class^=wp-block-]>h2:first-child,
.suki-widget-title-decoration-border-bottom .widget_block>[class^=wp-block-]>h3:first-child,
.suki-widget-title-decoration-border-bottom .widget_block>[class^=wp-block-]>h4:first-child,
.suki-widget-title-decoration-border-bottom .widget_block>[class^=wp-block-]>h5:first-child,
.suki-widget-title-decoration-border-bottom .widget_block>[class^=wp-block-]>h6:first-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: .25em
}

.suki-widget-title-alignment-left .widget-title,
.suki-widget-title-alignment-left .widget_block>[class^=wp-block-]>h2:first-child,
.suki-widget-title-alignment-left .widget_block>[class^=wp-block-]>h3:first-child,
.suki-widget-title-alignment-left .widget_block>[class^=wp-block-]>h4:first-child,
.suki-widget-title-alignment-left .widget_block>[class^=wp-block-]>h5:first-child,
.suki-widget-title-alignment-left .widget_block>[class^=wp-block-]>h6:first-child {
    text-align: left
}

.suki-widget-title-alignment-center .widget-title,
.suki-widget-title-alignment-center .widget_block>[class^=wp-block-]>h2:first-child,
.suki-widget-title-alignment-center .widget_block>[class^=wp-block-]>h3:first-child,
.suki-widget-title-alignment-center .widget_block>[class^=wp-block-]>h4:first-child,
.suki-widget-title-alignment-center .widget_block>[class^=wp-block-]>h5:first-child,
.suki-widget-title-alignment-center .widget_block>[class^=wp-block-]>h6:first-child {
    text-align: center
}

.suki-widget-title-alignment-right .widget-title,
.suki-widget-title-alignment-right .widget_block>[class^=wp-block-]>h2:first-child,
.suki-widget-title-alignment-right .widget_block>[class^=wp-block-]>h3:first-child,
.suki-widget-title-alignment-right .widget_block>[class^=wp-block-]>h4:first-child,
.suki-widget-title-alignment-right .widget_block>[class^=wp-block-]>h5:first-child,
.suki-widget-title-alignment-right .widget_block>[class^=wp-block-]>h6:first-child {
    text-align: right
}

.widget_text .textwidget>:last-child {
    margin-bottom: 0
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul {
    margin-left: 1.25em
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
    margin-top: .25em
}

.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
    margin-bottom: 1em
}

.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child {
    margin-bottom: 0
}

.widget_rss .rssSummary {
    font-size: 10px;
    margin: .5em 0
}

.widget_rss cite {
    display: block;
    font-size: .85em
}

.widget_rss cite:before {
    content: "-";
    margin-right: .5em
}

.widget_rss .rsswidget img {
    display: inline-block;
    margin-right: .5em
}

.widget_calendar table {
    position: relative;
    table-layout: fixed;
    width: 100%;
    max-width: 100%
}

.widget_calendar table td,
.widget_calendar table th {
    text-align: center;
    padding: .2em
}

.widget_calendar table tfoot {
    position: absolute;
    width: 100%;
    top: 0
}

.widget_calendar table tfoot #next,
.widget_calendar table tfoot #prev {
    position: absolute;
    top: 0;
    padding: .15em;
    width: 2em;
    border: none
}

.widget_calendar table tfoot .pad {
    border: none
}

.widget_calendar table tfoot #prev {
    left: 0
}

.widget_calendar table tfoot #prev:before {
    content: "\00ab"
}

.widget_calendar table tfoot #next {
    right: 0
}

.widget_calendar table tfoot #next:before {
    content: "\00bb"
}

.widget_calendar table tfoot td a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    text-indent: -999999px
}

.widget_calendar table tbody a {
    font-weight: 700
}

.widget_calendar table caption {
    padding: .2em 2em
}

.suki_widget_posts ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.suki_widget_posts li {
    margin-bottom: 1em
}

.suki_widget_posts li:after,
.suki_widget_posts li:before {
    content: "";
    display: table
}

.suki_widget_posts li:after {
    clear: both
}

.suki_widget_posts li:last-child {
    margin-bottom: 0
}

.suki_widget_posts img {
    float: left;
    width: 3.5em;
    height: auto;
    margin-right: 1em
}

.suki_widget_social .suki-widget-social {
    font-size: 1.25em
}

.suki_widget_social .suki-widget-social a {
    margin-left: .5em
}

.suki_widget_social .suki-widget-social a:first-child {
    margin-left: 0
}

@media screen and (min-width:500px) and (max-width:1023.9px) {
    .suki-hide-on-tablet {
        display: none !important
    }
}

@media screen and (min-width:500px) {

    .comment-list ol,
    .comment-list ul {
        padding-left: 65px
    }

    .comment-body .reply {
        margin-top: 2em
    }

    .comment-body {
        padding: 2em 0
    }

    .comment-content {
        padding-left: 65px
    }

    .comment-meta {
        padding-left: 65px
    }

    .comment-author .avatar {
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 50px
    }

    .navigation .nav-links .nav-next,
    .navigation .nav-links .nav-previous {
        width: 50%
    }

    .navigation .nav-links .nav-previous {
        float: right;
        text-align: right;
        padding-left: 20px
    }

    .navigation .nav-links .nav-next {
        float: left;
        text-align: left;
        padding-right: 20px
    }

    .entry-author-body {
        padding-left: 100px
    }

    .entry-author-name .avatar {
        position: absolute;
        top: 0;
        left: 0
    }

    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: 33.3333%
    }

    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: 25%
    }

    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: 20%
    }

    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: 16.6667%
    }

    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: 14.2857%
    }

    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: 12.5%
    }
}

@media screen and (min-width:600px) and (max-width:781px) {
    .wp-block-columns .wp-block-column {
        -ms-flex-preferred-size: calc(50% - (1.5rem / 2)) !important;
        flex-basis: calc(50% - (1.5rem / 2)) !important
    }

    .wp-block-columns .wp-block-column:nth-child(even) {
        margin-left: 2rem
    }
}

@media screen and (min-width:768px) {
    .comment-respond label {
        display: inline-block
    }
}

@media screen and (min-width:1024px) {
    .suki-hide-on-desktop {
        display: none !important
    }

    .suki-content-row {
        display: -ms-flexbox;
        display: flex
    }

    .suki-content-layout-left-sidebar .suki-content-row {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (max-width:1023.9px) {
    .content-area {
        width: auto !important;
        margin: 0 !important
    }

    .sidebar {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin: 4em 0 0 0 !important
    }

    .suki-header-main {
        display: none
    }

    .suki-header-mobile {
        display: block
    }

    .suki-header-mobile-vertical {
        display: block
    }

    .suki-footer-widgets-bar-columns-2 .suki-footer-widgets-bar-column,
    .suki-footer-widgets-bar-columns-4 .suki-footer-widgets-bar-column,
    .suki-footer-widgets-bar-columns-6 .suki-footer-widgets-bar-column {
        width: 50%
    }

    .suki-footer-widgets-bar-columns-3 .suki-footer-widgets-bar-column,
    .suki-footer-widgets-bar-columns-5 .suki-footer-widgets-bar-column {
        width: 33.333%
    }

    .suki-footer-bottom-bar-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: normal;
        margin-bottom: -1em
    }

    .suki-footer-bottom-bar-column {
        width: 100%;
        margin: 0 0 1em;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center
    }

    .suki-footer-menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:782.9px) {
    .admin-bar .suki-popup {
        top: 46px
    }
}

@media screen and (max-width:767.9px) {
    .suki-loop-grid.suki-loop-grid-3-columns .entry {
        width: 50%
    }

    .suki-loop-grid.suki-loop-grid-4-columns .entry {
        width: 50%
    }
}

@media screen and (max-width:499.9px) {
    .suki-hide-on-mobile {
        display: none !important
    }

    .suki-footer-widgets-bar-columns-2 .suki-footer-widgets-bar-column,
    .suki-footer-widgets-bar-columns-3 .suki-footer-widgets-bar-column,
    .suki-footer-widgets-bar-columns-4 .suki-footer-widgets-bar-column,
    .suki-footer-widgets-bar-columns-5 .suki-footer-widgets-bar-column,
    .suki-footer-widgets-bar-columns-6 .suki-footer-widgets-bar-column {
        width: 100%
    }

    .suki-loop-grid .entry {
        width: 100% !important
    }

    .entry-author-body {
        text-align: center
    }
}