html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 2em;
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s;
}

a:hover {
    color: #586bb4;
}

a:active,
a:hover {
    outline: 0
}

.clear {
    clear: both;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-banner-wrap {
    position: relative;
    z-index: 9999
}

.header-banner-wrap.slider-disabled::before {
    height: 100%;
}

.top-header {
    padding: 40px 0;
    background: none;
}

.top-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.top-header .site-branding {
    /*display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;*/
    text-align: center;
}

.top-header .site-branding img {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.nav-wrap {
    text-align: center;
}

.main-navigation .close,
.main-navigation .toggle-button {
    display: none;
}

.main-navigation .submenu-toggle {
    display: none;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
}

.main-navigation ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    padding: 15px 25px;
}

.main-navigation ul li a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px rgb(255 255 255 / 0%);
}

.main-navigation ul li.current-menu-item>a,
.main-navigation ul li:hover>a {
    color: #586bb4;
    border-bottom: solid 1px #586bb4;
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.site-banner .banner-item {
    position: relative;
}

.site-banner .owl-nav button[class*=owl-] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 50px;
    background-color: rgba(var(--black-color-rgb), .4);
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M229.9 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L94.569 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H94.569l155.13-155.13c4.686-4.686 4.686-12.284 0-16.971L229.9 38.101c-4.686-4.686-12.284-4.686-16.971 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971L212.929 473.9c4.686 4.686 12.284 4.686 16.971-.001z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}

.site-banner .owl-nav button.owl-next {
    left: auto;
    right: 0;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z"></path></svg>');
}

.site-banner .owl-nav button[class*=owl-]:hover {
    background-color: #586bb4;
}


/*--------------------------------------------------------------
# Primary
--------------------------------------------------------------*/

.content-area,
.widget-area {
    margin-top: 60px;
    margin-bottom: 60px;
}

.home .content-area {
    /*margin-bottom: 20px;*/
    margin-bottom: 0;
}

.rightsidebar .content-area {
    float: left;
    width: calc(100% - 360px);
    padding-right: 60px;
    border-right: solid 1px #ebebeb;
}

@media (max-width: 478px) {
    .rightsidebar .content-area {
        border-right: none;
    }
}

/* Categories
  ========================================================================== */

.classic-layout .site-main article.post {
    margin-bottom: 60px;
    background: #fff;
    padding: 10px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.classic-layout .site-main article.post:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 2px #A8903F;
    left: 10px;
    bottom: 10px;
    z-index: -1;
}

.classic-layout .site-main article.post:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 2px #A8903F;
    right: 10px;
    top: 10px;
    z-index: -1;
}

.classic-layout .site-main article.post .entry-header {}

.classic-layout .site-main article.post .entry-header h2.entry-title {
    font-weight: normal;
}

.classic-layout .site-main article.post .post-thumbnail img {
    width: 100%;
}

.classic-layout .site-main article.post .entry-content {}

.classic-layout .site-main article.post .entry-content p {}

/* Posts Thumbnail
  ========================================================================== */

.classic-layout .site-main .has-post-thumbnail {
    background: none;
    /*margin-bottom: 40px;*/
}

.classic-layout .site-main article.type-post {
    float: left;
    width: 45%;
    margin-right: 10%;
    margin-bottom: 40px;
    background: none;
}

@media (max-width: 478px) {
    .classic-layout .site-main article.type-post {
        width: 100%;
        margin-right: 0;
    }
    /*.classic-layout .site-main article.type-post:nth-child(3) {
        margin-bottom: 40px;
    }*/
}

.classic-layout .site-main article.type-post.last {
    margin-right: 0;
}

.classic-layout .site-main article.type-post .entry-header {}

.classic-layout .site-main article.type-post .entry-header h3.entry-title {}

.classic-layout .site-main article.type-post .entry-header h3.entry-title a {
    color: #586bb4;
}

.classic-layout .site-main article.type-post .post-thumbnail {}

.classic-layout .site-main article.type-post .post-thumbnail img {}

.classic-layout .site-main article.type-post .entry-content {}

.classic-layout .site-main article.type-post .entry-content p {}

/* Posts
  ========================================================================== */

.classic-layout .site-main article.status-publish {
    margin-bottom: 50px;
    background: none;
}

.classic-layout .site-main article.status-publish .entry-header {}

.classic-layout .site-main article.status-publish .entry-header h3.entry-title {}

.classic-layout .site-main article.status-publish .entry-header h3.entry-title a {
    color: #586bb4;
}

.classic-layout .site-main article.status-publish .post-thumbnail {}

.classic-layout .site-main article.status-publish .post-thumbnail img {width: 100%;}

.classic-layout .site-main article.status-publish .entry-content {}

.classic-layout .site-main article.status-publish .entry-content p {}

.classic-layout .site-main article.status-publish .button-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    border-top: solid 1px #ebebeb;
    width: 100%;
    text-align: right;
}

.classic-layout .site-main article.status-publish .button-wrap a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #586bb4;
    background: #fff;
    border: solid 2px #ebebeb;
    padding: 10px 25px;
    top: -23px;
}

.classic-layout .site-main article.status-publish .button-wrap a:hover {
    border: solid 2px #586bb4;
    color: #333;
}


/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/

.page-header {
    text-align: center;
    background: none;
    /*padding: 60px 0;*/
    padding: 20px 0;
}

.page-header h1.page-title {
    margin-bottom: 0;
    background-color: #a8903f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cpath fill='%23bfa447' fill-opacity='0.4' d='M0 17.83V0h17.83a3 3 0 0 1-5.66 2H5.9A5 5 0 0 1 2 5.9v6.27a3 3 0 0 1-2 5.66zm0 18.34a3 3 0 0 1 2 5.66v6.27A5 5 0 0 1 5.9 52h6.27a3 3 0 0 1 5.66 0H0V36.17zM36.17 52a3 3 0 0 1 5.66 0h6.27a5 5 0 0 1 3.9-3.9v-6.27a3 3 0 0 1 0-5.66V52H36.17zM0 31.93v-9.78a5 5 0 0 1 3.8.72l4.43-4.43a3 3 0 1 1 1.42 1.41L5.2 24.28a5 5 0 0 1 0 5.52l4.44 4.43a3 3 0 1 1-1.42 1.42L3.8 31.2a5 5 0 0 1-3.8.72zm52-14.1a3 3 0 0 1 0-5.66V5.9A5 5 0 0 1 48.1 2h-6.27a3 3 0 0 1-5.66-2H52v17.83zm0 14.1a4.97 4.97 0 0 1-1.72-.72l-4.43 4.44a3 3 0 1 1-1.41-1.42l4.43-4.43a5 5 0 0 1 0-5.52l-4.43-4.43a3 3 0 1 1 1.41-1.41l4.43 4.43c.53-.35 1.12-.6 1.72-.72v9.78zM22.15 0h9.78a5 5 0 0 1-.72 3.8l4.44 4.43a3 3 0 1 1-1.42 1.42L29.8 5.2a5 5 0 0 1-5.52 0l-4.43 4.44a3 3 0 1 1-1.41-1.42l4.43-4.43a5 5 0 0 1-.72-3.8zm0 52c.13-.6.37-1.19.72-1.72l-4.43-4.43a3 3 0 1 1 1.41-1.41l4.43 4.43a5 5 0 0 1 5.52 0l4.43-4.43a3 3 0 1 1 1.42 1.41l-4.44 4.43c.36.53.6 1.12.72 1.72h-9.78zm9.75-24a5 5 0 0 1-3.9 3.9v6.27a3 3 0 1 1-2 0V31.9a5 5 0 0 1-3.9-3.9h-6.27a3 3 0 1 1 0-2h6.27a5 5 0 0 1 3.9-3.9v-6.27a3 3 0 1 1 2 0v6.27a5 5 0 0 1 3.9 3.9h6.27a3 3 0 1 1 0 2H31.9z'%3E%3C/path%3E%3C/svg%3E");
    padding: 30px;
    color: #fff;
    position: relative;
}

.page-header h1.page-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    border-top: dashed 2px #a8903f;
    border-bottom: solid 5px #a8903f;
    bottom: -10px;
    left: 0;
}

.single .site-main article {
    background: none;
}

.single .site-main .post-thumbnail {
    margin-bottom: 20px;
}

.single .site-main .post-thumbnail img {}

.single .site-main .entry-content {}

.single .site-main .entry-content h3 {
    color: #586bb4;
}

.single .site-main .entry-content p {}


/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/

.rightsidebar .widget-area {
    float: right;
    width: 360px;
    padding-left: 40px;
}

.widget {
    margin: 0 0 40px 0;
    padding: 0;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget h2.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: normal;
    background: #2c396b;
    padding: 10px 20px;
    text-align: center;
}

.widget h2.widget-title a {
    color: #fff;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    display: block;
    margin: 0;
    padding: 10px 0;
    position: relative;
    /*background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23586bb4" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z" class=""></path></svg>');
    background-repeat: no-repeat;
    background-position: 0 16px;
    background-size: 8px;
    padding-left: 20px;*/
    border-bottom: 1px solid #ececec;
    background: url(../images/flower.png) no-repeat right center;
}

.widget ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.widget ul li a:hover {
    color: #586bb4;
}

@media (max-width: 992px) {
    .rightsidebar .widget-area {
        padding-left: 0;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    margin: 0;
    padding: 0;
    background: none;
    position: relative;
}

.bottom-footer {
    text-align: center;
}

.bottom-footer .container {
    border-top: solid 1px #ebebeb;
    padding: 15px 0;
    position: relative;
    margin-top: 20px;
}

.bottom-footer .container:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: solid 1px #ebebeb;
    top: -20px;
    left: 0;
}

.bottom-footer p.copyright {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}

.bottom-footer p.copyright a {
    color: #333;
}

.bottom-footer p.copyright a:hover {
    text-decoration: none;
    border-bottom: solid 1px #333;
}


/* END
  ========================================================================== */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --primary-color: #586bb4;
    --primary-color-rgb: 12, 184, 99;
    --body-color: #494949;
    --heading-color: #212121;
    --black-color-rgb: 0, 0, 0;
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255;
    --primary-font: 'Poppins', sans-serif
}

button,
input,
optgroup,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    margin: 1.5em 0 1.5em 2em;
    font-size: 1.1112em;
    color: var(--heading-color);
    font-style: italic;
    font-weight: 600;
    line-height: 1.75;
    border-left: 5px solid var(--primary-color);
    padding-left: 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc;
    margin-left: 0
}

ol {
    list-style: decimal;
    margin-left: 0
}

ol li,
ul li {
    margin-bottom: 10px
}

li>ol,
li>ul {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

figure {
    margin: 1em 0
}

table {
    margin: 1.5em 0;
    width: 100%
}

table tr:nth-child(2n) {
    background: rgba(var(--black-color-rgb), .05)
}

.site-footer table tr:nth-child(2n) {
    background: rgba(var(--white-color-rgb), .15)
}

table tr th {
    text-align: left;
    font-size: .8888em;
    font-weight: 600;
    color: var(--white-color);
    padding: 1em;
    background: var(--primary-color);
    line-height: 1.5
}

table tr td {
    font-size: .8888em;
    padding: 1em;
    line-height: 1.5
}

.site-footer table tr td {
    color: rgba(var(--white-color-rgb), .7)
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 2px solid #fff;
    border-radius: 0;
    background: 0 0;
    color: #333;
    font-size: .8888em;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 30px 10px 30px;
    min-height: 50px;
    cursor: pointer;
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #586bb4;
    color: #fff;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    color: var(--heading-color);
    font-size: .8888em;
    border: 1px solid rgba(var(--black-color-rgb), .15);
    border-radius: 0;
    padding: 10px;
    height: 50px;
    width: 100%
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]: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,
select:focus,
textarea:focus {
    color: var(--heading-color)
}

textarea {
    width: 100%;
    height: 150px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23666" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 15px) 50%;
    padding-right: 35px
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%;
    padding-right: 15px
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    padding-left: 15px
}

.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, .6);
    clip: auto!important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    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
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.container:after,
.container:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-content:after,
.container:after,
.entry-content:after,
.site-content:after {
    clear: both
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0 0 0;
    font-size: .7778em;
    letter-spacing: .5px;
    font-style: italic
}

.alignnone .wp-caption-text {
    text-align: center
}

.alignleft,
.alignright {
    margin-bottom: .5em;
    margin-top: 1.9em
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 2px
}

.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
}

.custom-background .site {
    background: var(--white-color);
    max-width: 85%;
    margin-left: auto;
    margin-right: auto
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

.dropcap {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 4em;
    line-height: .8;
    float: left;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 10px
}

.edit-link {
    margin-top: 20px;
    display: block
}

.post-edit-link {
    display: inline-block;
    text-decoration: none;
    font-size: .8888em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    line-height: 1.5
}

.post-edit-link:hover {
    background: 0 0;
    color: var(--primary-color);
    text-decoration: none
}

.post-thumbnail {
    margin: 0
}

body:not(.home) .header-banner-wrap::before {
    height: 100%
}

.sub-title {
    display: block;
    font-size: .7778em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgba(var(--black-color-rgb), .45)
}

.search-form {
    background: 0 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 3px solid rgba(var(--black-color-rgb), .1)
}

.search-form label {
    width: calc(100% - 50px)
}

.search-form .search-field {
    background: 0 0;
    border: none;
    font-size: 1.1112em;
    color: var(--heading-color);
    padding-left: 0;
    padding-right: 15px
}

.search-form .search-submit {
    width: 50px;
    height: 50px;
    padding: 0;
    text-indent: 60px;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23212121" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 25px
}

.search-form .search-submit:hover {
    background-color: transparent;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23586bb4" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 25px
}

.comments-area {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(var(--black-color-rgb), .1)
}

.comments-area .comment-reply-title,
.comments-area .comments-title {
    font-size: 1.1112em;
    margin-top: 0;
    margin-bottom: 10px
}

.comments-area .comment-reply-title small {
    padding-left: 10px;
    font-weight: 400
}

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.comments-area ol.comment-list {
    margin-top: 40px;
    border-bottom: 1px solid var(--white-color);
    margin-bottom: 30px
}

.comments-area ol.children {
    margin-left: 6%
}

.comments-area ol li article,
.single .comments-area ol li article {
    background: rgba(var(--primary-color-rgb), .05);
    margin-bottom: 30px;
    position: relative;
    padding: 40px
}

.comments-area ol li .comment-meta {
    position: relative;
    padding-left: 70px
}

.comments-area ol li .comment-author img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover
}

.comments-area ol li article .fn {
    color: var(--heading-color);
    font-size: .8888em;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px
}

.comments-area ol li .comment-author a {
    color: var(--heading-color)
}

.comments-area ol li .comment-author a:hover {
    color: var(--primary-color)
}

.comments-area ol li article .says {
    display: none
}

.comment-list .comment-metadata {
    line-height: 1
}

.comments-area ol li .comment-metadata a {
    font-size: .7778em;
    color: rgba(var(--black-color-rgb), .6)
}

.comments-area ol li .comment-metadata a:hover {
    color: var(--primary-color);
    text-decoration: underline
}

.comments-area ol li article .comment-content {
    font-size: .8888em
}

.comments-area ol li .comment-content p {
    margin-top: 20px;
    margin-bottom: 20px
}

.comments-area ol li .comment-content p:last-child {
    margin-bottom: 0
}

.comments-area ol li article .reply {
    font-size: .7778em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    text-align: right
}

.comments-area ol li article .reply .comment-reply-link {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23586bb4" d="M511.563,434.259c-1.728-142.329-124.42-258.242-277.087-263.419V95.999c0-17.645-14.342-31.999-31.974-31.999 c-7.931,0-15.591,3.042-21.524,8.562c0,0-134.828,124.829-173.609,163.755C2.623,241.109,0,248.088,0,255.994 c0,7.906,2.623,14.885,7.369,19.687c38.781,38.915,173.609,163.745,173.609,163.745c5.933,5.521,13.593,8.562,21.524,8.562 c17.631,0,31.974-14.354,31.974-31.999v-74.591c153.479,2.156,255.792,50.603,255.792,95.924c0,5.896,4.767,10.666,10.658,10.666 c0.167,0.021,0.333,0.01,0.416,0c5.891,0,10.658-4.771,10.658-10.666C512,436.259,511.854,435.228,511.563,434.259z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    background-size: 18px
}

.comments-area ol li article .reply a:hover {
    text-decoration: underline
}

.comments-area ol li article .comment-awaiting-moderation {
    margin-top: 10px;
    font-size: .7778em;
    color: var(--primary-color);
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.5;
    display: block
}

.comments-area ol li.bypostauthor>article {
    border-left: 5px solid var(--primary-color)
}

.comments-area li article+.comment-respond {
    margin-top: 1.5em;
    margin-bottom: 2em
}

.comments-area form .required {
    color: red
}

.comments-area form p {
    margin-top: 0;
    margin-bottom: 20px
}

.comments-area form p.comment-notes,
.comments-area form p.logged-in-as {
    font-size: .8888em
}

.comments-area form p.comment-form-author,
.comments-area form p.comment-form-email,
.comments-area form p.comment-form-url {
    float: left;
    vertical-align: top;
    width: 31.33%;
    margin-right: 3%
}

.comments-area form p.comment-form-url {
    margin-right: 0
}

.comments-area form p.form-submit {
    margin-bottom: 0
}

.comments-area form p input[type=email],
.comments-area form p input[type=text],
.comments-area form p input[type=url],
.comments-area form p textarea {
    font-size: .7778em
}

.comments-area form p.comment-form-cookies-consent {
    position: relative;
    display: table;
    clear: both;
    font-size: .8888em
}

.comments-area form input#wp-comment-cookies-consent {
    position: absolute;
    top: 8px;
    left: 0
}

.comments-area form label:not([for=wp-comment-cookies-consent]) {
    font-size: .778em;
    text-transform: uppercase;
    color: var(--heading-color);
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px
}

.comments-area form label[for=wp-comment-cookies-consent] {
    padding-left: 25px;
    cursor: pointer
}

.comments-area form label[for=wp-comment-cookies-consent]:hover {
    text-decoration: underline
}

.page-template-default.full-width .content-area,
.single.full-width .content-area {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.leftsidebar .content-area {
    float: right;
    width: calc(100% - 360px);
    padding-left: 60px
}

.leftsidebar .widget-area {
    width: 360px;
    float: left
}

.fullwidth-centered .content-area {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(var(--black-color-rgb), .3);
    margin-right: 5px;
    margin-top: 10px;
    font-size: .8888em;
    color: rgba(var(--black-color-rgb), .75);
    font-weight: 600;
    text-decoration: none
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color)
}

.goto-top {
    border: none;
    background: #586bb4;
    position: fixed;
    bottom: 65px;
    right: 0;
    padding: 0;
    width: 80px;
    color: #fff;
    font-size: .8888em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    z-index: 999;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s
}

.goto-top:hover {
    background: #2c396b;
}

.goto-top.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.goto-top svg {
    margin-right: 5px
}

.breadcrumb-wrapper {
    font-size: .7778em;
    margin-top: 10px;
    letter-spacing: .5px
}

.breadcrumb-wrapper a {
    color: var(--body-color);
    text-decoration: none
}

.breadcrumb-wrapper a:hover {
    color: var(--primary-color)
}

.breadcrumb-wrapper .current a {
    color: var(--primary-color);
    text-decoration: underline;
    pointer-events: none
}

.breadcrumb-wrapper .separator {
    display: inline-block;
    margin: 0 10px;
    font-size: .8888em;
    color: rgba(var(--black-color-rgb), .35)
}

.related-posts {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(var(--black-color-rgb), .1)
}

.related-posts .related-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.3333em;
    font-weight: 600;
    line-height: 1.5
}

.related-posts article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), .1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start
}

.related-posts article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.related-posts article .post-thumbnail {
    margin: 0;
    width: 200px
}

.related-posts article .entry-header {
    width: calc(100% - 200px);
    padding-right: 30px
}

.related-posts article .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8888em;
    font-weight: 500;
    line-height: 1.6
}

.related-posts article .entry-title a {
    color: var(--heading-color)
}

.related-posts article .entry-title a:hover {
    color: var(--primary-color)
}

.related-posts article .entry-header .entry-meta {
    margin-top: 20px
}

.related-posts article .entry-meta>span {
    font-size: .7778em
}

.site-main article .entry-footer {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px
}

.site-main article .button-wrap+.entry-footer {
    margin-left: 20px;
    float: right;
    margin-top: 35px
}

.site-main article .entry-footer .tags {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px
}

.site-main article .entry-footer .tags span {
    display: inline-block;
    line-height: 1.5;
    font-size: .7778em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px
}

.site-main article .entry-footer .tags a {
    display: inline-block;
    margin-left: 5px;
    font-size: .8888em;
    line-height: 1.3;
    vertical-align: middle;
    text-decoration: none
}

.site-main article .entry-footer .tags a:hover {
    text-decoration: underline
}

.site-main article .entry-footer .tags a:not(:last-child)::after {
    content: ","
}

.site-main article .entry-footer .edit-link {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px
}

.site-main article .entry-footer .tags+.edit-link {
    margin-left: 20px
}

.error404 .site-main .error-404 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center
}

.error404 .site-main .page-content {
    margin-top: 0
}

.error404 .site-main .error-num {
    font-size: 18em;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
    text-shadow: 5px 5px 5px rgba(var(--black-color-rgb), .3)
}

.error404 .site-main .page-content p {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 1.1112em;
    line-height: 2;
    font-weight: 100
}

.error404 .site-main .search-form {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px
}

.error404 .site-main .search-form label {
    width: calc(100% - 60px)
}

.error404 .site-main .search-form .search-field {
    height: 60px;
    font-size: 1.1112em
}

.error404 .site-main .search-form .search-submit {
    background-color: var(--primary-color);
    width: 60px;
    height: 60px
}

.error404 .site-main .search-form .search-submit:hover {
    background-color: var(--heading-color)
}

.error404 .site-main .page-content .btn-readmore {
    margin-top: 60px;
    display: inline-block;
    text-decoration: none;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: .8888em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 15px 40px
}

.error404 .site-main .page-content .btn-readmore:hover {
    background: var(--heading-color)
}

.single .site-content>.page-header .container {
    /*max-width: 850px;*/
}

.single .site-content>.page-header .category {
    display: block;
    margin-bottom: 5px
}

.single .site-content>.page-header .category a {
    display: inline-block;
    font-size: .7778em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--primary-color);
    padding: 5px 20px;
    line-height: 1.5;
    text-decoration: none
}

.single .site-content>.page-header .category a:last-child {
    margin-right: 0
}

.single .site-content>.page-header .category a:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.single .page-header .entry-meta {
    margin-top: 20px
}

.entry-meta>span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: .8888em;
    font-weight: 400;
    color: rgba(var(--black-color-rgb), .5)
}

.entry-meta>span:last-child {
    margin-right: 0
}

.entry-meta>span .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.entry-meta>span img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%
}

.entry-meta>span.byline a {
    font-weight: 600
}

.entry-meta>span a {
    display: inline-block;
    color: rgba(var(--black-color-rgb), .5);
    margin-left: 5px
}

.entry-meta>span a:hover {
    color: var(--primary-color)
}

.single-post .site-main .post-share:not(.sticky-share) {
    border-top: 1px solid rgba(var(--black-color-rgb), .1);
    margin-top: 30px;
    padding-top: 30px
}

.single .site-main article .entry-footer {
    margin-top: 30px
}

.single .site-main article .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single .site-main article .tags span {
    display: inline-block;
    background: #333;
    color: var(--white-color);
    line-height: 1.5;
    font-size: .7778em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 3px 5px 3px 10px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 10px
}

.single .site-main article .tags span::after {
    content: "";
    border-left: 10px solid #333;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    top: 0;
    left: 100%
}

.single .site-main article .tags a {
    display: inline-block;
    font-size: .8888em;
    background: var(--primary-color);
    color: var(--white-color);
    line-height: 1.3;
    border: 1px solid var(--primary-color);
    padding: 3px 10px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 10px;
    text-decoration: none
}

.single .site-main article .tags a:hover {
    background: 0 0;
    color: var(--primary-color)
}

.single .post-navigation {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(var(--black-color-rgb), .1)
}

.single .post-navigation .nav-links:after,
.single .post-navigation .nav-links:before {
    content: "";
    display: table
}

.single .post-navigation .nav-links:after {
    clear: both
}

.single .post-navigation a {
    color: var(--heading-color);
    display: inline-block;
    font-size: 1.1112em;
    font-weight: 600;
    position: relative;
    text-decoration: none
}

.single .post-navigation a span {
    display: block;
    font-size: .7778em;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    color: var(--body-color);
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s
}

.single .post-navigation .nav-next a span {
    padding-left: 0;
    padding-right: 25px
}

.single .post-navigation a:hover span {
    color: var(--primary-color)
}

.single .post-navigation a svg {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: .7778em;
    color: var(--body-color);
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s
}

.single .post-navigation .nav-next a svg {
    left: auto;
    right: 0
}

.single .post-navigation a:hover svg {
    color: var(--primary-color)
}

.single .post-navigation .nav-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .7778em;
    font-weight: 600;
    line-height: 1.5
}

.post-share .post-share-title {
    display: inline-block;
    font-weight: 600;
    color: var(--heading-color);
    font-size: .7778em;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
    margin-bottom: 10px
}

.post-share .social-list {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle
}

.post-share .social-list li {
    font-size: 1em;
    display: inline-block;
    margin-left: 5px
}

.post-share .social-list li a {
    display: inline-block;
    color: var(--body-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(var(--primary-color-rgb), .15)
}

.post-share .social-list li a:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.post-share.sticky-share {
    position: fixed;
    top: 50%;
    left: 0;
    background: var(--white-color);
    box-shadow: 0 2px 10px rgba(var(--black-color-rgb), .15);
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s
}

.post-share.sticky-share.show {
    opacity: 1;
    visibility: visible
}

.post-share.sticky-share .post-share-title {
    padding: 10px;
    margin-bottom: 0
}

.post-share.sticky-share .social-list {
    margin: 0;
    display: block
}

.post-share.sticky-share .social-list li {
    display: block;
    margin-bottom: 0;
    margin-left: 0
}

.post-share.sticky-share .social-list li a {
    display: block;
    padding: 10px;
    border-top: 1px solid rgba(var(--black-color-rgb), .15);
    line-height: 1.5;
    width: auto;
    height: auto;
    background: 0 0
}

.post-share.sticky-share .social-list li a:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    position: relative;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23494949" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z" class=""></path></svg>');
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 8px;
    padding-left: 20px
}

.widget ul ul {
    margin-top: 15px
}

.widget ul ul li {
    font-size: 1em
}

.widget .post-date {
    font-style: italic;
    color: rgba(var(--primary-color-rgb), .5);
    display: block;
    line-height: 1.5
}

.tagcloud a {
    display: inline-block;
    font-size: .8888em!important;
    color: var(--body-color);
    border: 1px solid rgba(var(--black-color-rgb), .15);
    padding: 5px 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none
}

.tagcloud a:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color)
}

.widget_calendar table {
    margin: 0
}

.widget_calendar table caption {
    background: rgba(var(--white-color-rgb), .1);
    padding: 5px;
    font-size: .8888em
}

.site-footer .widget_calendar table caption {
    color: var(--white-color)
}

.widget_calendar table tr td,
.widget_calendar table tr th {
    padding: 10px 0;
    text-align: center
}

.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
    background: rgba(var(--black-color-rgb), .05)
}

.widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
    text-align: left;
    background: 0 0
}

.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
    text-align: right;
    float: right
}

.site-footer .widget_calendar .wp-calendar-nav .wp-calendar-nav-next,
.site-footer .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
    background: 0 0;
    padding: 0
}

.widget_calendar .wp-calendar-nav .pad {
    padding: 0
}

.widget_text .textwidget p {
    margin-top: 20px;
    margin-bottom: 0
}

.top-footer {
    padding-top: 80px;
    padding-bottom: 40px
}

.footer-grid {
    display: flex;
    flex-wrap: wrap
}

.footer-col {
    width: 31.33%;
    margin-right: 3%
}

.footer-col:last-child {
    margin-right: 0
}

.site-footer .widget {
    margin-bottom: 40px
}

.site-footer .widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.1112em;
    font-weight: 600;
    color: var(--white-color);
    line-height: 1.5
}

.site-footer .widget ul li {
    color: rgba(var(--white-color-rgb), .55);
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="rgba(255, 255, 255, 0.55)" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z" class=""></path></svg>')
}

.site-footer .widget .textwidget,
.site-footer .widget a,
.site-footer .widget table tr td,
.site-footer .widget table tr th {
    color: rgba(var(--white-color-rgb), .55)
}

.site-footer .widget a:hover {
    color: var(--primary-color)
}

.site-footer .widget_search .search-form {
    border-bottom-color: rgba(var(--white-color-rgb), .15)
}

.site-footer .widget_search .search-form .search-field {
    color: var(--white-color)
}

.site-footer .search-form .search-submit {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>')
}

.site-footer .search-form .search-submit:hover {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23586bb4" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>')
}

.search .site-content>.page-header {
    text-align: left
}

.search .site-content>.page-header .container {
    max-width: 640px
}

.search .page-header .search-form {
    background: 0 0;
    border-bottom: 3px solid rgba(var(--black-color-rgb), .1)
}

.search .page-header .search-form .search-field {
    height: 70px;
    padding-left: 0;
    font-size: 2em;
    font-weight: 600
}

.search .page-header .search-form .search-submit {
    height: 70px;
    background-color: transparent;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23212121" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 25px
}

.search .page-header .search-form .search-submit:hover {
    background-color: transparent;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23586bb4" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>')
}

.search-no-results .no-results .page-content {
    margin-top: 0
}

.search-no-results .no-results .page-content p {
    margin-top: 0;
    margin-bottom: 20px
}

.search-no-results .no-results .search-form {
    display: none
}

#sb_instagram .sbi_follow_btn a {
    background: var(--primary-color)
}

#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover {
    box-shadow: inset 0 0 10px 20px #1b8f55
}

@media screen and (max-width:1199px) {
    .container {
        max-width: 1000px
    }
    .rightsidebar .content-area {
        width: calc(100% - 300px);
        padding-right: 40px
    }
    .leftsidebar .content-area {
        width: calc(100% - 300px);
        padding-left: 40px
    }
    .leftsidebar .widget-area,
    .rightsidebar .widget-area {
        width: 300px
    }
}

@media screen and (min-width:1025px) and (max-width:1100px) {
    .single .site-main article.has-sticky-social {
        padding-left: 10%
    }
}

@media screen and (min-width:1025px) {
    .main-navigation .mobile-menu,
    .nav-wrap .main-navigation ul li ul {
        display: block!important
    }
}

@media screen and (max-width:1024px) {
    .custom-background .site {
        max-width: 90%
    }
    .container {
        max-width: 768px
    }
    .top-header {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .header-search .header-search-wrap .search-form {
        width: 90%
    }
    .content-area,
    .widget-area {
        margin-top: 60px;
        margin-bottom: 60px
    }
    .home .content-area {
        margin-bottom: 0;
    }
    .home .widget-area {
        margin-top: 0;
    }
    .leftsidebar .content-area,
    .rightsidebar .content-area {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
    .leftsidebar .widget-area,
    .rightsidebar .widget-area {
        width: 100%;
        float: none
    }
    .main-navigation {
        position: relative
    }
    .main-navigation .toggle-button {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 0 0 40px;
        border: none;
        text-align: left;
        position: relative;
        background: 0 0
    }
    .main-navigation .toggle-button:hover {
        color: var(--heading-color)
    }
    .main-navigation .toggle-button .toggle-bar {
        position: absolute;
        width: 25px;
        height: 2px;
        background: #333;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: all ease .35s;
        -moz-transition: all ease .35s;
        transition: all ease .35s
    }
    .main-navigation .toggle-button .toggle-bar:first-child {
        top: -14px
    }
    .main-navigation .toggle-button .toggle-bar:nth-child(3) {
        bottom: -14px
    }
    .main-navigation .toggle-button:hover .toggle-bar {
        background: var(--heading-color)
    }
    .main-navigation .toggle-button.active {
        display: none
    }
    .main-navigation .active .close {
        display: block;
        position: relative;
        border: none;
        padding: 0
    }
    .main-navigation .active .close:hover {
        background: 0 0;
        color: #333;
    }
    .main-navigation .close .toggle-bar {
        position: relative;
        width: 25px;
        height: 25px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle
    }
    .main-navigation .close .toggle-bar::after,
    .main-navigation .close .toggle-bar::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #333;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all ease .35s;
        -moz-transition: all ease .35s;
        transition: all ease .35s
    }
    .main-navigation .close .toggle-bar::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .main-navigation .mobile-menu {
        position: absolute;
        top: 100%;
        background: #fff;
        z-index: 999;
        box-shadow: 0 10px 15px rgba(var(--black-color-rgb), .1);
        left: 0;
        width: 100%;
        max-height: 40vh;
        overflow-y: auto;
        overflow-x: hidden;
        display: none
    }
    .main-navigation ul li {
        text-align: left;
        width: 100%
    }
    .main-navigation .submenu-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        padding: 0;
        font-size: 1.1112em;
        width: 30px;
        height: 57px;
        line-height: 57px;
        color: var(--body-color)
    }
    .main-navigation .submenu-toggle:hover {
        background: 0 0;
        color: var(--primary-color)
    }
    .main-navigation .submenu-toggle.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .main-navigation ul li {
        border-bottom: solid 1px rgb(0 0 0 / 10%);
    }
    .main-navigation ul li a {
        width: 100%;
        color: #333;
    }
    .main-navigation ul li.current-menu-item>a,
    .main-navigation ul li:hover>a {
        color: #586bb4;
        border-bottom: none;
    }
    .main-navigation ul li ul {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        width: 100%;
        background: rgba(var(--black-color-rgb), .03);
        -webkit-transition: none;
        -moz-transition: none;
        transition: none
    }
    .site-banner .banner-item .item-content-inner .item-title {
        font-size: 1.3333em
    }
}

@media screen and (min-width:768px) and (max-width:790px) {
    .single .site-main article.has-sticky-social {
        padding-left: 80px
    }
}

@media screen and (max-width:767px) {
    .container {
        max-width: 450px
    }
    .goto-top {
        bottom: 120px
    }
    .page-header {
        padding-bottom: 60px
    }
    .page-header .page-title {
        font-size: 1.6667em
    }
    blockquote {
        margin-left: 0;
        font-size: 1em;
        padding-left: 1.1112em
    }
    .comment-navigation .nav-previous,
    .post-navigation .nav-previous,
    .posts-navigation .nav-previous {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px
    }
    .comment-navigation .nav-next,
    .post-navigation .nav-next,
    .posts-navigation .nav-next {
        float: none;
        width: 100%;
        padding-left: 0
    }
    .comments-area ol li article {
        padding-left: 20px;
        padding-right: 20px
    }
    .comments-area ol li .comment-meta {
        padding-left: 50px
    }
    .comments-area ol li .comment-author img {
        width: 40px;
        height: 40px
    }
    .comments-area form p.comment-form-author,
    .comments-area form p.comment-form-email,
    .comments-area form p.comment-form-url {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .related-posts article {
        flex-direction: column
    }
    .related-posts article .post-thumbnail {
        width: 100%;
        margin-bottom: 30px
    }
    .related-posts article .entry-header {
        width: 100%;
        padding-right: 0
    }
    .top-header {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .top-header .header-left {
        flex: initial;
        margin-top: 15px;
        margin-bottom: 10px
    }
    .top-header .site-branding {
        width: 100%;
        order: -1;
        flex: auto
    }
    .site-title {
        font-size: 1.6665em
    }
    .site-description {
        font-size: .6666em
    }
    .site-banner .banner-item .item-content {
        position: static
    }
    .site-banner .banner-item .item-content-inner {
        background: var(--body-color);
        padding-left: 30px;
        padding-right: 30px
    }
    .site-banner .owl-nav button[class*=owl-] {
        width: 40px;
        height: 40px;
        min-height: auto;
        background-size: 14px
    }
    .classic-layout .site-main article .entry-meta>span,
    .entry-meta>span {
        font-size: .7778em
    }
    .entry-meta>span .author img {
        display: none
    }
    .site-main article .entry-footer {
        display: block
    }
    .site-main article .button-wrap+.entry-footer {
        float: none;
        margin-left: 0;
        margin-top: 0
    }
    .site-main article .entry-footer .tags+.edit-link {
        margin-left: 0;
        display: block
    }
    .top-footer {
        padding-top: 60px;
        padding-bottom: 20px
    }
    .footer-grid {
        flex-direction: column
    }
    .footer-col {
        width: 100%;
        margin-right: 0
    }
    .error404 .site-main .error-num {
        font-size: 8em
    }
    .error404 .site-main .page-content p {
        margin-top: 20px;
        font-size: .8888em
    }
    .error404 .site-main .page-content .btn-readmore,
    .error404 .site-main .search-form {
        margin-top: 40px
    }
    .search .page-header .search-form .search-field {
        height: 60px;
        font-size: 1.6667em
    }
    .search .page-header .search-form .search-submit {
        height: 60px
    }
    .post-share.sticky-share {
        margin-top: 40px;
        position: static;
        opacity: 1!important;
        visibility: visible!important;
        box-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }
    .post-share.sticky-share .post-share-title {
        padding: 0
    }
    .post-share.sticky-share .social-list {
        display: inline-block;
        margin-left: 10px
    }
    .post-share.sticky-share .social-list li {
        display: inline-block
    }
    .post-share.sticky-share .social-list li a {
        border: none;
        padding: 0;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: rgba(var(--primary-color-rgb), .15)
    }
}


/*--------------------------------------------------------------
# HTML/CSS
--------------------------------------------------------------*/


/* type="text/css"
   ========================================================================== */

svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}