@charset "UTF-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body,
button,
input,
optgroup,
select,
textarea {
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Merriweather, sans-serif
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .75em 0
}

h3 {
    font-size: 1.17em;
    margin: .83em 0
}

h4 {
    font-size: 1em;
    text-transform: uppercase
}

h5 {
    font-size: .83em;
    margin: 1.5em 0
}

h6 {
    font-size: .75em;
    margin: 1.67em 0
}

p {
    margin-bottom: 1em
}

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

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

blockquote {
    background-color: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "“" "”" "‘" "’";
    font-style: italic
}

blockquote::before {
    content: "";
    margin-right: .25em;
    background-image: url(../img/icons/backquote.svg);
    background-repeat: no-repeat;
    background-size: auto;
    padding-right: 30px
}

blockquote p {
    display: inline;
    font-size: 15px
}

address {
    font-style: italic;
    margin: 0 0 1.5em
}

img {
    border: 0 none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

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%
}

.flexia-container {
    width: 100%;
    margin: 0 auto
}

.flexia-container.width {
    width: 90%
}

.flexia-container.max {
    max-width: 1400px
}

.flexia-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.flexia-wrapper {
    display: flex;
    flex-flow: row wrap
}

.flexia-wrapper>* {
    flex: 1 100%
}

.entry-content-wrapper {
    display: flex;
    flex-flow: row wrap
}

.entry-content-wrapper>* {
    flex: 1 100%
}

.content-area {
    order: 1;
    overflow: hidden;
    max-width: 100%
}

.single-post-entry {
    order: 1;
    overflow: hidden;
    max-width: 100%
}

.flexia-sidebar-left {
    order: 2
}

.flexia-sidebar-right {
    order: 3
}

@media all and (min-width:768px) {
    .content-area {
        flex: 3 0px;
        order: 2
    }
    .single-post-entry {
        flex: 3 0px;
        order: 2
    }
    .flexia-sidebar-left {
        order: 1
    }
    .flexia-sidebar-right {
        order: 3
    }
}

@media all and (min-width:768px) and (max-width:959px) {
    .content-area {
        flex: 1 1 100%;
        order: 1
    }
    .single-post-entry {
        flex: 1 1 100%;
        order: 1
    }
    .flexia-sidebar-left {
        flex: 1 1 auto;
        order: 2
    }
    .flexia-sidebar-right {
        flex: 1 1 auto;
        order: 3
    }
}

@media all and (min-width:960px) {
    .flexia-sidebar-left {
        flex: 0 0 auto
    }
    .flexia-sidebar-right {
        flex: 0 0 auto
    }
}

@media all and (max-width:480px) {
    .flexia-sidebar {
        flex: 1 1 auto
    }
}

@media all and (min-width:960px) and (max-width:1023px) {
    .sidebar-left-right .content-area {
        flex: 1 1 100%;
        order: 1
    }
    .sidebar-left-right .single-post-entry {
        flex: 1 1 100%;
        order: 1
    }
    .sidebar-left-right .flexia-sidebar-left {
        flex: 1 1 auto;
        order: 2
    }
    .sidebar-left-right .flexia-sidebar-right {
        flex: 1 1 auto;
        order: 3
    }
}

.site-header {
    position: relative;
    z-index: 10
}

.flexia-header-widget-inner {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: row wrap
}

.flexia-header-widget-inner .widget {
    flex: 1 1 auto;
    background-color: transparent;
    color: #fff;
    margin: 1em;
    padding: 1em;
    min-width: 250px
}

.flexia-header-widget-inner .widget a {
    color: #f56a6a
}

.flexia-header-widget-area {
    padding: .5em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    transform: translateY(-100%);
    transition: transform .5s ease
}

.flexia-header-widget-area .widget-title {
    color: #fff
}

.flexia-header-widget-area.header-widget-open {
    overflow-y: scroll;
    max-height: 100%;
    z-index: 99999;
    transform: translateY(0)
}

.flexia-header-widget-area.header-widget-open .header-widget-toggle {
    bottom: 0
}

.header-widget-toggle {
    cursor: pointer;
    height: 40px;
    position: absolute;
    width: 40px;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
    bottom: -40px;
    transition: opacity .3s ease-in-out
}

.header-widget-toggle:hover {
    background-color: rgba(0, 0, 0, .75)
}

.header-widget-toggle::before {
    background: #fff;
    content: '';
    height: 1px;
    left: 13px;
    position: absolute;
    top: 20px;
    width: 15px;
    transition: transform .5s ease
}

.header-widget-toggle::after {
    background: #fff;
    content: '';
    height: 1px;
    left: 13px;
    position: absolute;
    top: 20px;
    width: 15px;
    transition: transform .5s ease
}

.header-widget-toggle:after {
    transform-origin: center
}

.header-widget-toggle.toggle-collapsed {
    transition: opacity .3s ease-in-out
}

.header-widget-toggle.toggle-collapsed:after {
    transform: rotate(90deg)
}

.header-widget-toggle.toggle-collapsed:before {
    transform: rotate(180deg)
}

.admin-bar .header-widget-toggle.toggle-collapsed {
    margin-bottom: -32px
}

.flexia-logobar {
    display: flex;
    justify-content: center;
    align-content: center
}

.flexia-logobar .site-branding {
    text-align: center
}

.flexia-logobar-container {
    flex: 1 1 auto
}

.flexia-logobar-stacked+.flexia-navbar .flexia-navbar-inner {
    justify-content: center
}

.flexia-topbar {
    position: relative;
    background-color: #262625
}

.flexia-topbar .flexia-topbar-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    min-height: 30px
}

.flexia-topbar .flexia-topbar-inner>* {
    display: flex;
    align-items: center;
    padding: 5px 0
}

.flexia-topbar .flexia-topbar-inner .flexia-topbar_contact {
    padding: 0;
    margin: 0
}

.flexia-topbar .flexia-topbar-inner .flexia-topbar_contact a {
    margin-right: 20px
}

.flexia-topbar .flexia-topbar-inner .flexia-topbar_contact a i {
    margin-right: 3px
}

.flexia-topbar .flexia-topbar-inner .flexia-topbar-content p {
    margin: 0
}

.flexia-topbar .flexia-topbar-inner .flexia-social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    align-self: center
}

.flexia-topbar .flexia-topbar-inner .flexia-social-links li {
    display: inline-block;
    margin: 0 5px 0 0
}

.flexia-topbar .flexia-topbar-inner .flexia-social-links li a {
    padding: 5px;
    display: block
}

@media all and (min-width:768px) {
    .flexia-header-widget-inner .widget {
        flex: 1 1 30%
    }
}

@media all and (max-width:1199px) {
    .flexia-header-1 .flexia-container.width,
    .flexia-header-2 .flexia-container.width,
    .flexia-header-3 .flexia-container.width {
        width: 100%
    }
    .flexia-menu .nav-menu li.navbar-login-menu>a {
        padding: 0
    }
}

@media all and (max-width:991px) {
    .flexia_header_mobile_layouts_1 .flexia-navbar-container .flexia-container {
        flex-direction: row !important;
        align-items: center !important
    }
    .flexia_header_mobile_layouts_1 .flexia-navbar-container .flexia-container .flexia-header-top {
        width: 100%
    }
}

@media all and (min-width:960px) {
    .flexia-header-widget-inner .widget {
        flex: 1 1 20%
    }
}

@media all and (max-width:959px) {
    .header-widget-toggle:not(.toggle-collapsed) {
        top: 20px;
        bottom: auto
    }
}

@media all and (max-width:767px) {
    .flexia-logobar-inline {
        margin-left: 0
    }
    .flexia-topbar .flexia-topbar-inner {
        padding: 1em 0;
        flex-flow: row wrap;
        justify-content: center
    }
    .flexia-topbar .flexia-topbar-inner>* {
        text-align: center
    }
    .flexia-topbar .flexia-topbar-inner .flexia-topbar_contact>* {
        display: inline-block;
        line-height: 1em
    }
}

@media all and (max-width:575px) {
    .flexia_header_mobile_layouts_1 .flexia-container.width {
        width: 100% !important
    }
    .flexia_header_mobile_layouts_1 .flexia-logobar-inline,
    .flexia_header_mobile_layouts_1 .flexia-menu {
        margin: 0
    }
}

@media all and (max-width:480px) {
    .flexia-topbar .flexia-topbar-inner {
        flex-flow: column;
        justify-content: center
    }
    .flexia-topbar .flexia-topbar-inner>* {
        display: block
    }
    #masthead .flexia_header_mobile_layouts_1 .flexia-menu.header-icons ul li.navbar-login-menu a {
        padding: 0 5px !important
    }
    .flexia_header_mobile_layouts_1 .site-branding .flexia-header-logo>img {
        margin-right: 0
    }
    .flexia_header_mobile_layouts_1 .flexia-navbar-container .flexia-navbar-inner .flexia-logobar-inline {
        margin-left: 0 !important
    }
    .flexia_header_mobile_layouts_1 .flexia-navbar-container .flexia-navbar-inner .main-navigation {
        margin: 0 .5em 0 0 !important
    }
    .flexia_header_mobile_layouts_1 .flexia-navbar-container .flexia-container .flexia-header-top {
        width: calc(100% - 30px)
    }
    .flexia_header_mobile_layouts_1 .flexia-menu.header-icons ul li a {
        padding: 0 5px
    }
    .flexia_header_mobile_layouts_1 .flexia-menu.header-icons ul li #btn-search {
        padding: 0 10px
    }
    .flexia_header_mobile_layouts_1 .flexia-menu.header-icons ul li.navbar-login-menu a button {
        padding: 8px 10px !important
    }
    .flexia-menu-toggle {
        padding: 5px 2px
    }
}

.flexia-navbar {
    width: 100%;
    color: #262625;
    z-index: 99;
    box-shadow: 0 .15em .35em 0 rgba(0, 0, 0, .135);
    transition: all .3s ease-in-out;
    transform: translate3d(0, 0, 0)
}

.flexia-navbar .flexia-navbar-container {
    position: relative
}

.flexia-navbar .flexia-navbar-container .flexia-navbar-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 40px
}

.flexia-navbar .flexia-navbar-container .flexia-navbar-inner .search-form {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    flex-flow: row nowrap
}

.flexia-navbar .flexia-navbar-container .flexia-navbar-inner .search-form .screen-reader-text {
    display: none;
    opacity: 0;
    visibility: hidden
}

.flexia-navbar .flexia-navbar-container .flexia-navbar-inner .search-form .search-field {
    order: 2;
    background-color: transparent;
    border: 0 !important;
    font-size: .9em
}

.flexia-navbar .flexia-navbar-container .flexia-navbar-inner .search-form .search-submit {
    background-color: transparent;
    color: inherit;
    order: 1
}

.flexia-navbar .flexia-navbar-container .flexia-navbar-inner .flexia-social-links {
    list-style: none;
    padding: 0;
    margin: auto;
    align-self: center
}

.flexia-navbar .flexia-navbar-container .flexia-navbar-inner .flexia-social-links li {
    display: inline-block;
    margin: 0 5px 0 0
}

.flexia-navbar .flexia-navbar-container .flexia-navbar-inner .flexia-social-links li a {
    padding: 5px;
    display: block
}

.flexia-header-1 .flexia-navbar-inner {
    justify-content: end !important
}

.flexia-header-1 .flexia-navbar-inner .flexia-logobar-inline {
    margin: 0 auto 0 0
}

.flexia-header-1 .flexia-navbar-inner .flexia-social-links {
    margin: 0 auto 0 0 !important
}

.flexia-header-1 .flexia-navbar-inner .main-navigation {
    margin: unset !important
}

.flexia-header-1 .flexia-navbar-inner .flexia-menu.header-icons {
    margin: unset !important
}

@media all and (max-width:991px) {
    .flexia-header-1 .flexia-navbar-inner .flexia-menu.header-icons {
        margin-left: auto !important;
        margin-right: 1em !important
    }
}

.flexia-header-2 .flexia-navbar-inner {
    justify-content: flex-start !important
}

.flexia-header-2 .flexia-navbar-inner .flexia-logobar-inline {
    margin: unset !important;
    order: 1
}

.flexia-header-2 .flexia-navbar-inner .main-navigation {
    margin: unset !important;
    order: 2
}

.flexia-header-2 .flexia-navbar-inner .flexia-menu.header-icons {
    margin: 0 0 0 auto !important;
    order: 3
}

.flexia-header-2 .flexia-navbar-inner .flexia-social-links {
    margin: unset !important;
    order: 4
}

.flexia-header-3 .flexia-navbar-inner {
    justify-content: center !important
}

.flexia-header-3 .flexia-navbar-inner .flexia-logobar-inline {
    margin: unset !important;
    order: 1
}

.flexia-header-3 .flexia-navbar-inner .main-navigation {
    margin: 0 !important;
    order: 2;
    flex: 0 0 auto
}

.flexia-header-3 .flexia-navbar-inner .flexia-menu.header-icons {
    margin: 0 0 0 auto !important;
    order: 3
}

.flexia-header-3 .flexia-navbar-inner .flexia-social-links {
    margin: unset !important;
    order: 4
}

.flexia-header-3.stacked-enable .stacked-sticky-logo {
    display: flex
}

.flexia-header-4 .flexia-navbar-container .flexia-container {
    flex-direction: column !important
}

.flexia-header-4 .flexia-navbar-container .flexia-container .flexia-header-4-mobile {
    display: none
}

.flexia-header-4 .flexia-navbar-container .flexia-container .flexia-header-navigation {
    display: flex;
    align-items: center;
    justify-content: center
}

.flexia-header-4 .flexia-navbar-container .flexia-container .flexia-header-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.flexia-header-4 .flexia-navbar-container .flexia-container .flexia-header-top .flexia-header-4-social {
    display: flex;
    width: 300px;
    margin: 0
}

@media all and (max-width:991px) {
    .flexia-header-4 .flexia-navbar-container .flexia-container .flexia-header-top .flexia-header-4-social {
        width: 100%
    }
}

.flexia-header-4 .flexia-navbar-container .flexia-container .flexia-header-top .flexia-menu {
    width: 300px;
    display: flex;
    justify-content: flex-end
}

@media all and (max-width:991px) {
    .flexia-header-4 .flexia-navbar-container .flexia-container .flexia-header-top .flexia-menu {
        width: unset
    }
}

.flexia-logobar-inline {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 1em;
    max-width: 450px;
    padding: 10px 0
}

.flexia-logobar-inline .site-description {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

@media all and (max-width:480px) {
    .flexia-logobar-inline {
        margin: 0;
        max-width: 60%
    }
}

.site-branding .site-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 1em 0;
    font-weight: 700
}

.site-branding .site-title a {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 1em 0;
    font-weight: 700
}

.site-branding .flexia-header-logo {
    display: flex;
    align-items: center
}

.site-branding .flexia-header-logo>img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin-right: 1em;
    padding: .5em
}

@media all and (max-width:767px) {
    .site-branding .flexia-header-logo {
        padding: 0
    }
    .site-branding .flexia-header-logo>img {
        max-height: 80px;
        width: auto
    }
}

.site-branding .flexia-header-sticky-logo {
    display: none
}

.site-branding .flexia-header-sticky-logo>img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin-right: 1em;
    padding: .5em
}

@media all and (max-width:767px) {
    .site-branding .flexia-header-sticky-logo {
        padding: 0
    }
    .site-branding .flexia-header-sticky-logo>img {
        max-height: 60px;
        width: auto
    }
}

.site-description {
    font-size: 1em;
    color: #4d4d4d;
    font-style: italic;
    margin-top: 0
}

.flexia-header-logo {
    display: block;
    padding: 0
}

.main-navigation {
    margin: 0 1em;
    display: flex;
    justify-content: center;
    align-items: stretch
}

.flexia-navbar.flexia-sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.flexia-navbar.flexia-sticky-navbar .flexia-header-logo {
    display: none
}

.flexia-navbar.flexia-sticky-navbar .flexia-header-sticky-logo {
    display: flex;
    align-items: center
}

.flexia-navbar.flexia-sticky-navbar .flexia-social-links {
    display: none
}

.flexia-navbar.flexia-navbar-transparent-top {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0
}

.flexia-navbar.flexia-navbar-transparent-sticky-top:not(.flexia-sticky-navbar) {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

@media all and (min-width:601px) {
    .admin-bar .flexia-navbar.flexia-sticky-navbar {
        margin-top: 32px
    }
}

@media all and (min-width:992px) {
    .flexia-header-3 .flexia-navbar-inner .flexia-menu.header-icons .navbar-search-menu {
        display: none
    }
}

@media all and (max-width:991px) {
    .flexia-header-4 .flexia-navbar-container .flexia-container .flexia-header-4-mobile {
        display: block
    }
    .flexia_header_mobile_layouts_1 .flexia-navbar-inner .flexia-social-links {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 !important;
        text-align: center
    }
    .flexia_header_mobile_layouts_1 .flexia-navbar-inner .flexia-header-4-social {
        display: none
    }
    .flexia_header_mobile_layouts_2 .flexia-navbar-inner {
        padding-bottom: .8em !important
    }
    .flexia_header_mobile_layouts_2 .flexia-navbar-inner .flexia-header-4-social {
        display: none
    }
    .flexia_header_mobile_layouts_2 .flexia-navbar-inner .flexia-social-links {
        margin: unset !important
    }
    .flexia_header_mobile_layouts_2 .flexia-navbar-inner .flexia-logobar-inline {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto 1em !important
    }
    .flexia_header_mobile_layouts_2 .flexia-navbar-inner .flexia-logobar-inline .site-branding {
        margin: 0 auto
    }
    .flexia_header_mobile_layouts_2 .flexia-navbar-inner .flexia-logobar-inline .site-branding .flexia-header-logo img {
        margin-right: 0
    }
    .flexia_header_mobile_layouts_2 .flexia-navbar-inner .flexia-menu.header-icons {
        margin: 0 !important
    }
    .site-header .flexia-navbar-inner {
        flex-flow: row wrap !important;
        justify-content: center !important
    }
    .site-header .flexia-navbar-inner .flexia-logobar-inline {
        order: 2
    }
    .site-header .flexia-navbar-inner .flexia-social-links {
        order: 1
    }
    .site-header .flexia-navbar-inner .main-navigation {
        order: 4
    }
    .site-header .flexia-navbar-inner .flexia-menu.header-icons {
        order: 3
    }
    #masthead .flexia-menu.header-icons ul li.navbar-login-menu a {
        background-color: transparent !important;
        padding: 0 10px !important;
        border-radius: unset !important;
        color: inherit !important;
        text-transform: capitalize !important;
        border: 0
    }
    #masthead .flexia-menu.header-icons ul li.navbar-login-menu a .button-text {
        display: none
    }
    .flexia-menu .nav-menu li>a {
        padding: 3px 10px 5px !important
    }
    .flexia-header-3 .flexia-navbar .flexia-navbar-container .flexia-navbar-inner .search-form {
        display: none
    }
    .flexia-header-4.flexia_header_mobile_layouts_1 .flexia-navbar .flexia-header-top .flexia-logobar-inline {
        padding-left: 0
    }
    .flexia-header-4.flexia_header_mobile_layouts_1 .flexia-navbar .flexia-header-top .header-icons {
        margin: 0 45px 0 0
    }
    .flexia-header-4.flexia_header_mobile_layouts_1 .flexia-navbar .flexia-container .flexia-header-navigation {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px
    }
    .flexia-header-4.flexia_header_mobile_layouts_1 .flexia-header-navigation .nav-menu {
        right: 0;
        left: auto
    }
    .flexia-header-4.flexia_header_mobile_layouts_1 .main-navigation .flexia-primary-menu {
        width: 260px
    }
    .flexia-header-4.flexia_header_mobile_layouts_2 .flexia-navbar .flexia-container {
        position: relative
    }
    .flexia-header-4.flexia_header_mobile_layouts_2 .flexia-navbar .flexia-container .flexia-header-top {
        flex-wrap: wrap;
        justify-content: center
    }
    .flexia-header-4.flexia_header_mobile_layouts_2 .flexia-navbar .flexia-container .flexia-header-top .flexia-logobar-inline {
        order: 1;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .flexia-header-4.flexia_header_mobile_layouts_2 .flexia-navbar .flexia-container .flexia-header-top .flexia-logobar-inline .site-branding {
        margin: 0 auto
    }
    .flexia-header-4.flexia_header_mobile_layouts_2 .flexia-navbar .flexia-container .flexia-header-top .flexia-social-links {
        order: 1;
        width: auto
    }
    .flexia-header-4.flexia_header_mobile_layouts_2 .flexia-navbar .flexia-container .flexia-header-top .header-icons {
        order: 3;
        width: auto
    }
    .flexia-header-4.flexia_header_mobile_layouts_2 .flexia-navbar .flexia-container .flexia-header-navigation .main-navigation .flexia-primary-menu {
        left: auto;
        right: 0
    }
    .flexia-header-4.flexia_header_mobile_layouts_2 .main-navigation .flexia-primary-menu {
        width: 260px
    }
}

@media all and (max-width:599px) {
    .flexia-header-3 .flexia-navbar-inner .flexia-logobar-inline .search-form,
    .flexia-header-6 .flexia-navbar-inner .flexia-logobar-inline .search-form {
        display: none
    }
}

@media all and (max-width:480px) {
    .flexia-header-4.flexia_header_mobile_layouts_1 .flexia-navbar .flexia-header-top .header-icons {
        margin: 0 15px 0 0
    }
}

.flexia-site-footer {
    background-color: #262625;
    padding: .8em 0
}

.flexia-site-footer .site-info {
    color: #9a9a9a;
    font-size: .8em;
    margin-top: .5em
}

.flexia-colophon-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: .5em 0
}

.flexia-colophon-inner .widget {
    margin: 1em;
    color: #cfcfcf;
    background-color: transparent;
    box-shadow: none
}

.flexia-colophon-inner .widget .widget-title {
    color: #fff
}

.flexia-colophon-inner .widget a {
    color: #cbced3
}

.flexia-colophon-inner .widget a:hover {
    color: #f54
}

.flexia-footer-widget-area {
    background-color: #313131;
    padding: .5em
}

.flexia-footer-widget-area .fleixa-footer-widget-area-wrap {
    flex: 1;
    overflow: hidden
}

.flexia-back-to-top {
    font-size: 20px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    transition: opacity .3s ease-in-out
}

.flexia-back-to-top svg {
    fill: #fff;
    height: 16px;
    width: auto
}

.flexia-back-to-top:visited {
    font-size: 20px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    transition: opacity .3s ease-in-out
}

.flexia-back-to-top:focus {
    background: rgba(0, 0, 0, .75);
    color: #fff
}

.flexia-back-to-top:hover {
    background: rgba(0, 0, 0, .75);
    color: #fff
}

@media all and (max-width:960px) {
    .fleixa-footer-widget-area-wrap {
        flex-basis: 50% !important
    }
}

@media all and (max-width:768px) {
    .fleixa-footer-widget-area-wrap {
        flex-basis: 100% !important
    }
}

.flexia-sidebar {
    padding: 0 1em;
    width: 300px
}

.flexia-woo-sidebar .widget button,
aside .widget button {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 15px;
    border: 0;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    transition: all .2s
}

.flexia-woo-sidebar .widget button:hover,
aside .widget button:hover {
    opacity: .8
}

aside .widget input,
aside .widget select,
aside .widget textarea {
    width: 100%;
    margin-bottom: 1em;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #dfdfdf
}

@media all and (max-width:959px) {
    .widget.widget_search {
        flex: 1 100% !important
    }
}

@media all and (min-width:768px) and (max-width:959px) {
    .flexia-sidebar {
        padding: 0 0 1.5em
    }
    .flexia-sidebar-inner {
        display: flex;
        flex-flow: row wrap;
        padding: 0 .5em
    }
    .flexia-sidebar-inner>.widget {
        flex: 1 1 30%;
        margin: 1em;
        min-width: 250px
    }
    .widget.widget_search .search-submit {
        max-width: 100px
    }
}

ul {
    margin: 0 0 1.5em 3em;
    list-style: disc
}

ol {
    margin: 0 0 1.5em 3em;
    list-style: decimal
}

li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

table {
    background-color: transparent;
    box-sizing: border-box;
    margin: 1.6em 0;
    max-width: 100%;
    width: 100%
}

table th {
    border-top: 1px solid #efefef;
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    color: #000
}

table td {
    border-top: 1px solid #efefef;
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top
}

table caption+thead tr:first-child th {
    border-top: 0 none
}

table caption+thead tr:first-child td {
    border-top: 0 none
}

table colgroup+thead tr:first-child th {
    border-top: 0 none
}

table colgroup+thead tr:first-child td {
    border-top: 0 none
}

table thead:first-child tr:first-child th {
    border-top: 0 none
}

table thead:first-child tr:first-child td {
    border-top: 0 none
}

table tbody+tbody {
    border-top: 2px solid #efefef
}

table table table {
    background-color: #fff
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

* {
    box-sizing: inherit
}

:before {
    box-sizing: inherit
}

:after {
    box-sizing: inherit
}

body {
    background-color: #f9f9f9;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

.button {
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .75);
    padding: .5em 1em;
    transition: all .2s
}

.button:hover {
    background-color: #262625;
    color: #fff
}

.button:active {
    background-color: #262625;
    color: #fff
}

.button:focus {
    background-color: #262625;
    color: #fff
}

.btn {
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .75);
    padding: .5em 1em;
    transition: all .2s
}

.btn:hover {
    background-color: #262625;
    color: #fff
}

.btn:active {
    background-color: #262625;
    color: #fff
}

.btn:focus {
    background-color: #262625;
    color: #fff
}

@media all and (max-width:767px) {
    .hide-mobile {
        display: none !important
    }
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #ebebeb;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

header .search-submit {
    border: 0 !important
}

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],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

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,
textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: #f56a6a
}

a:visited {
    color: #23527c
}

a:active,
a:focus,
a:hover {
    color: #23527c
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

.flexia-navbar-inner {
    position: relative
}

.flexia-menu .nav-menu,
.flexia-menu .nav-menu li ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexia-menu .nav-menu li,
.flexia-menu .nav-menu li ul li {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

.flexia-menu .nav-menu li {
    position: relative;
    float: left;
    display: inline-block
}

@media screen and (min-width:992px) {
    .flexia-menu .nav-menu li.flexia-mega-menu-parent {
        position: static
    }
}

.flexia-menu .nav-menu li>a {
    display: block;
    padding: 0 15px;
    margin: 0
}

.flexia-menu .nav-menu li>a span {
    padding-left: 5px
}

@media screen and (max-width:991px) {
    .flexia-menu .nav-menu li>a span {
        display: none
    }
}

.flexia-menu .nav-menu li.menu-item-has-children>a {
    position: relative
}

.flexia-menu .nav-menu li ul {
    position: absolute;
    top: 100%;
    left: auto;
    width: 220px;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3)
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li>a span.menu-sub-text {
    padding-left: 0;
    display: block
}

@media screen and (min-width:992px) {
    .flexia-menu .nav-menu li ul.flexia-mega-menu {
        left: 1em;
        right: 1em;
        width: unset;
        padding: 25px;
        box-sizing: border-box;
        display: grid;
        grid-column-gap: 25px
    }
    .flexia-menu .nav-menu li ul.flexia-mega-menu-3-col {
        grid-template-columns: repeat(3, 1fr)
    }
    .flexia-menu .nav-menu li ul.flexia-mega-menu-4-col {
        grid-template-columns: repeat(4, 1fr)
    }
    .flexia-menu .nav-menu li ul.flexia-mega-menu-5-col {
        grid-template-columns: repeat(5, 1fr)
    }
    .flexia-menu .nav-menu li ul.flexia-mega-menu-6-col {
        grid-template-columns: repeat(6, 1fr)
    }
}

.flexia-menu .nav-menu li ul li {
    position: relative;
    float: none;
    display: block
}

.flexia-menu .nav-menu li ul li>a {
    display: block;
    padding: 0 15px;
    margin: 0
}

.flexia-menu .nav-menu li ul li>a span.submenu-menu-dropdown-icon {
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 45px
}

.flexia-menu .nav-menu li ul li ul {
    top: 0;
    left: 100%
}

@media screen and (min-width:992px) {
    .flexia-menu .nav-menu li ul.flexia-mega-menu li>a span {
        display: none
    }
    .flexia-menu .nav-menu li ul.flexia-mega-menu li ul {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transform: none;
        box-shadow: none;
        transition: none
    }
    .flexia-menu .nav-menu li ul.flexia-mega-menu>li.menu-item-has-children>a {
        font-size: 105%
    }
}

.flexia-menu .nav-menu li:hover>ul {
    visibility: visible;
    opacity: 1
}

.flexia-menu .nav-menu li:hover>ul.flexia-mega-menu {
    visibility: visible;
    opacity: 1
}

.flexia-menu .nav-menu li:hover>ul.flexia-mega-menu ul {
    visibility: visible;
    opacity: 1
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget {
    background-color: transparent;
    color: inherit;
    border: 0;
    padding: 12px 15px;
    margin: 0;
    box-shadow: unset
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget ul li {
    list-style: none
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget ul li a {
    list-style: 1em;
    padding: 10px 15px;
    background-color: transparent
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget ul li:before {
    content: "";
    display: none
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget .product_list_widget li {
    margin-bottom: 1em
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget .product_list_widget li a {
    display: block;
    padding: 0
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget .product_list_widget li a img {
    width: auto;
    height: auto
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget .product_list_widget li a .product-title {
    display: none !important;
    position: absolute;
    background-color: #8c8c8c;
    left: 0;
    right: auto;
    width: 100%;
    top: 0;
    padding: 10px 15px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 1em;
    color: #fff
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget .product_list_widget li .woocommerce-Price-amount.amount {
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: #ff613a;
    width: 100%;
    font-size: 1.2em;
    text-align: center
}

.flexia-menu .nav-menu li ul.flexia-mega-menu li ul.sub-menu li .widget .product-categories li a {
    display: inline-block;
    font-size: 1em;
    color: inherit;
    padding: 0
}

@media screen and (max-width:991px) {
    .flexia-menu .nav-menu {
        position: absolute;
        top: 100%;
        left: 5%;
        right: 5%;
        z-index: 100;
        display: none;
        padding: 20px 20px 10px
    }
    .flexia-menu .nav-menu li {
        position: relative;
        float: none;
        display: block
    }
    .flexia-menu .nav-menu li>a {
        display: block;
        text-align: inherit;
        margin-bottom: 10px
    }
    .flexia-menu .nav-menu li ul {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        display: none;
        padding-left: 30px
    }
    .flexia-menu .nav-menu li ul li {
        position: relative;
        display: block
    }
    .flexia-menu .nav-menu li ul li>a {
        padding: 0 15px;
        margin-bottom: 10px
    }
    .flexia-menu .nav-menu li ul li ul {
        position: relative;
        width: 100%;
        top: unset;
        left: unset
    }
}

@media screen and (min-width:992px) {
    .flexia-menu .nav-menu.flexia-menu-dropdown-animate-fade li ul {
        transition: all .2s
    }
    .flexia-menu .nav-menu.flexia-menu-dropdown-animate-to-top li ul {
        transform: translateY(20px);
        transition: all .2s
    }
    .flexia-menu .nav-menu.flexia-menu-dropdown-animate-to-top li:hover>ul {
        transform: translateY(0)
    }
    .flexia-menu .nav-menu.flexia-menu-dropdown-animate-zoom-in li ul {
        transform: scale(.8);
        transition: all .2s
    }
    .flexia-menu .nav-menu.flexia-menu-dropdown-animate-zoom-in li:hover>ul {
        transform: scale(1)
    }
    .flexia-menu .nav-menu.flexia-menu-dropdown-animate-zoom-out li ul {
        transform: scale(1.2);
        transition: all .2s
    }
    .flexia-menu .nav-menu.flexia-menu-dropdown-animate-zoom-out li:hover>ul {
        transform: scale(1)
    }
}

.flexia-menu .flexia-menu-toggle {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0
}

.flexia-menu .flexia-menu-toggle:before {
    content: "";
    position: relative;
    top: -2px;
    right: 0;
    display: block;
    height: 2px;
    width: 20px;
    background-color: #1b1f21;
    transition: all .3s ease
}

.flexia-menu .flexia-menu-toggle:after {
    content: "";
    position: relative;
    top: 2px;
    right: 0;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #1b1f21;
    border-bottom: 2px solid #1b1f21;
    transition: all .3s ease
}

.flexia-menu .flexia-menu-toggle.flexia-menu-toggle-open::before {
    top: 0;
    transform: rotate(-45deg)
}

.flexia-menu .flexia-menu-toggle.flexia-menu-toggle-open:after {
    top: -1px;
    border: 0;
    height: 2px;
    width: 20px;
    background-color: #1b1f21;
    transform: rotate(45deg)
}

@media screen and (min-width:992px) {
    .flexia-menu .flexia-menu-toggle {
        display: none
    }
}

.flexia-menu .flexia-menu-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: calc(100% - 2px);
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: content-box;
    cursor: pointer
}

@media screen and (min-width:992px) {
    .flexia-menu .flexia-menu-indicator {
        display: none
    }
}

.flexia-menu .flexia-menu-indicator:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 1px);
    width: 2px;
    height: 8px;
    background: #ddd;
    transition: all .25s ease
}

.flexia-menu .flexia-menu-indicator:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 4px);
    width: 8px;
    height: 2px;
    background: #ddd
}

.flexia-menu .flexia-menu-indicator:hover {
    background-color: #262625;
    border-color: #262625
}

.flexia-menu .flexia-menu-indicator:hover:after,
.flexia-menu .flexia-menu-indicator:hover:before {
    background: #fff
}

.flexia-menu .flexia-menu-indicator.flexia-menu-indicator-open {
    background-color: #262625;
    border-color: #262625
}

.flexia-menu .flexia-menu-indicator.flexia-menu-indicator-open:after,
.flexia-menu .flexia-menu-indicator.flexia-menu-indicator-open:before {
    background: #fff
}

.flexia-menu .flexia-menu-indicator.flexia-menu-indicator-open:before {
    height: 0
}

.main-navigation .flexia-primary-menu {
    display: flex;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px
}

.main-navigation .flexia-primary-menu>li>a {
    height: 100%
}

.main-navigation .flexia-primary-menu li {
    display: inline
}

.main-navigation .flexia-primary-menu li>a {
    display: flex;
    align-items: center;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4d4d4d
}

.main-navigation .flexia-primary-menu li.current-menu-ancestor>a,
.main-navigation .flexia-primary-menu li.current-menu-item>a,
.main-navigation .flexia-primary-menu li:hover>a {
    color: #1b1f21;
    background-color: #fff
}

.main-navigation .flexia-primary-menu li ul {
    background-color: #fff
}

.main-navigation .flexia-primary-menu li ul li>a {
    font-size: 13px;
    line-height: 21px;
    text-transform: none;
    color: #4d4d4d;
    padding: 12px 15px
}

.main-navigation .flexia-primary-menu li ul li.current-menu-ancestor>a,
.main-navigation .flexia-primary-menu li ul li.current-menu-item>a,
.main-navigation .flexia-primary-menu li ul li:hover>a {
    color: #1b1f21;
    background-color: #f4f4f4
}

@media screen and (max-width:991px) {
    .main-navigation .flexia-primary-menu {
        display: none;
        background-color: #fff
    }
    .main-navigation .flexia-primary-menu li {
        float: none;
        display: block
    }
    .main-navigation .flexia-primary-menu li>a {
        display: block;
        line-height: 42px;
        color: #4d4d4d;
        background-color: #fff;
        border: 1px solid #ddd
    }
    .main-navigation .flexia-primary-menu li.current-menu-ancestor>a,
    .main-navigation .flexia-primary-menu li.current-menu-item>a,
    .main-navigation .flexia-primary-menu li:hover>a {
        color: #1b1f21;
        background-color: #fff
    }
    .main-navigation .flexia-primary-menu li ul {
        background-color: #fff
    }
    .main-navigation .flexia-primary-menu li ul li>a {
        line-height: 18px;
        color: #4d4d4d;
        background-color: #fff;
        border: 1px solid #ddd
    }
    .main-navigation .flexia-primary-menu li ul li.current-menu-ancestor>a,
    .main-navigation .flexia-primary-menu li ul li.current-menu-item>a,
    .main-navigation .flexia-primary-menu li ul li:hover>a {
        color: #1b1f21;
        background-color: #fff
    }
    .main-navigation .flexia-primary-menu li.flexia-header-cart {
        display: none
    }
}

.menu-sub-text {
    width: 100%;
    color: #999;
    font-size: .85em;
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px;
    padding-right: 15px
}

@media all and (max-width:991px) {
    .menu-sub-text {
        margin-bottom: 10px
    }
}

.flexia-menu.header-icons {
    display: flex;
    justify-items: center
}

.flexia-menu.header-icons ul li {
    display: flex;
    height: 100%
}

.flexia-menu.header-icons ul li a {
    display: flex;
    align-self: center;
    font-size: .9em;
    text-transform: uppercase
}

.flexia-menu.header-icons ul li #btn-search {
    display: flex;
    align-self: center;
    font-size: .9em;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0
}

.flexia-menu.header-icons ul li #btn-search:hover {
    cursor: pointer
}

@media all and (max-width:991px) {
    .flexia-menu.header-icons ul {
        position: relative;
        display: flex;
        top: unset;
        left: unset;
        right: unset;
        padding: 0;
        opacity: unset;
        visibility: visible
    }
    .flexia-menu.header-icons ul li a {
        margin-bottom: 0;
        padding: 0 10px
    }
    .flexia-menu.header-icons ul li a span {
        display: block
    }
    .flexia-menu.header-icons ul li a .amount {
        display: none
    }
}

.flexia-menu.header-icons ul li.navbar-login-menu a button {
    padding: 8px 20px !important;
    border-radius: 4px;
    text-transform: capitalize !important;
    border: 0;
    font-weight: 600
}

.flexia-menu.header-icons .flexia-header-cart a.cart-contents {
    transition: all .15s linear
}

.flexia-menu.header-icons .flexia-header-cart a.cart-contents:hover {
    background-color: transparent !important
}

.flexia-menu.header-icons .flexia-header-cart a.cart-contents span {
    padding-left: 0 !important
}

.flexia-menu.header-icons .flexia-header-cart a.cart-contents .flexia-header-cart-icon {
    margin-right: 5px
}

.flexia-menu.header-icons .flexia-header-cart a.cart-contents .count {
    font-size: .8em;
    margin-top: -15px
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items {
    padding: 1em !important;
    width: 300px !important;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 #acacac
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items li.flexia-cart-item {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 10px;
    font-size: .9em
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items li.flexia-cart-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items li.flexia-cart-item .flexia-cart-product-img img {
    max-height: 50px;
    max-width: 80px
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items li.flexia-cart-item .flexia-cart-product-meta {
    margin: 0 1em
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items li.flexia-cart-item .flexia-cart-product-meta span {
    display: block
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items li.flexia-cart-item .flexia-cart-product-action {
    color: #ee1f1f;
    font-size: 1.2em;
    margin: 0 0 0 auto
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items .flexia-cart-total {
    display: flex !important;
    justify-content: end;
    align-items: baseline;
    font-size: .9em;
    color: #707070;
    text-transform: uppercase
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items .flexia-cart-total span {
    margin-left: 5px;
    font-size: 1.1em
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items .flexia-cart-links {
    display: flex !important;
    justify-content: space-between;
    margin-top: 10px
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items .flexia-cart-links a {
    background-color: #555;
    color: #fff;
    margin: 0 5px;
    padding: 1em 1.5em;
    letter-spacing: 0;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    border: 0;
    font-size: .8em;
    font-weight: 500
}

.flexia-menu.header-icons .flexia-header-cart ul.flexia-menu-cart-items .flexia-cart-links a:hover {
    background-color: #707070
}

.flexia-menu.header-icons .edd-cart-contents .amount,
.flexia-menu.header-icons .edd-cart-contents .count {
    padding-left: 5px
}

.topbar-navigation {
    margin: 0 1em;
    padding: 0 !important
}

.topbar-navigation .nav-menu {
    height: 100%
}

.topbar-navigation .nav-menu li {
    height: 100%
}

.topbar-navigation .nav-menu li>a {
    font-size: 12px;
    color: #cbced3;
    height: 100%;
    display: flex;
    align-items: center
}

.topbar-navigation .nav-menu li>a svg {
    height: .7em;
    width: auto;
    margin-left: 5px
}

.topbar-navigation .nav-menu li.current-menu-ancestor>a,
.topbar-navigation .nav-menu li.current-menu-item>a,
.topbar-navigation .nav-menu li:hover>a {
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.topbar-navigation .nav-menu li ul {
    background-color: #262625
}

.topbar-navigation .nav-menu li ul li>a {
    font-size: 12px;
    line-height: 21px;
    color: #cbced3;
    padding: 12px 15px;
    width: 100%
}

.topbar-navigation .nav-menu li ul li.current-menu-ancestor>a,
.topbar-navigation .nav-menu li ul li.current-menu-item>a,
.topbar-navigation .nav-menu li ul li:hover>a {
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

@media screen and (max-width:991px) {
    .topbar-navigation .nav-menu {
        margin: 0;
        background-color: #262625;
        height: auto
    }
    .topbar-navigation .nav-menu li>a {
        line-height: 42px;
        color: #cbced3;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, .15)
    }
    .topbar-navigation .nav-menu li.current-menu-ancestor>a,
    .topbar-navigation .nav-menu li.current-menu-item>a,
    .topbar-navigation .nav-menu li:hover>a {
        color: #cbced3;
        background-color: transparent
    }
    .topbar-navigation .nav-menu li ul {
        background-color: transparent
    }
    .topbar-navigation .nav-menu li ul li>a {
        line-height: 18px;
        color: #cbced3;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, .15)
    }
    .topbar-navigation .nav-menu li ul li.current-menu-ancestor>a,
    .topbar-navigation .nav-menu li ul li.current-menu-item>a,
    .topbar-navigation .nav-menu li ul li:hover>a {
        color: #cbced3;
        background-color: transparent
    }
}

@media all and (max-width:767px) {
    .topbar-navigation .nav-menu ul {
        height: auto
    }
    .topbar-navigation .nav-menu ul li {
        height: auto
    }
    .topbar-navigation .nav-menu ul li a {
        height: auto
    }
}

.topbar-navigation .flexia-menu-toggle {
    min-height: 32px
}

.topbar-navigation .flexia-menu-toggle.flexia-menu-toggle-open:after,
.topbar-navigation .flexia-menu-toggle:before {
    background-color: #cbced3
}

.topbar-navigation .flexia-menu-toggle:after {
    border-color: #cbced3
}

.topbar-navigation .flexia-menu-indicator {
    background-color: #262625;
    border: 1px solid rgba(255, 255, 255, .15)
}

.topbar-navigation .flexia-menu-indicator:before {
    background: #ddd
}

.topbar-navigation .flexia-menu-indicator:after {
    background: #ddd
}

.topbar-navigation .flexia-menu-indicator:hover {
    background-color: rgba(0, 0, 0, .5);
    border-color: rgba(255, 255, 255, .15)
}

.topbar-navigation .flexia-menu-indicator:hover:after,
.topbar-navigation .flexia-menu-indicator:hover:before {
    background: #fff
}

.topbar-navigation .flexia-menu-indicator.flexia-menu-indicator-open {
    background-color: rgba(0, 0, 0, .5);
    border-color: rgba(255, 255, 255, .15)
}

.topbar-navigation .flexia-menu-indicator.flexia-menu-indicator-open:after,
.topbar-navigation .flexia-menu-indicator.flexia-menu-indicator-open:before {
    background: #fff
}

.footer-navigation {
    width: 100%
}

.flexia-footer-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.flexia-footer-menu>ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.flexia-footer-menu li {
    list-style: none;
    margin: .25em .5em
}

.flexia-footer-menu li a {
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px
}

.post-pagination-container {
    margin: 3em 0
}

.post-pagination {
    display: flex;
    margin: 1em 0;
    padding: 0;
    justify-content: flex-start;
    flex-flow: row nowrap
}

.post-pagination li {
    list-style: none;
    margin-right: 5px
}

.post-pagination>li>a {
    position: relative;
    padding: 8px 12px;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    outline: 0;
    text-decoration: none;
    transition: all .1s linear
}

.post-pagination>li>a:hover {
    background: #f56a6a;
    color: #fff
}

.post-pagination>li>a svg {
    height: 1em;
    fill: #fff;
    margin-bottom: -3px
}

.post-pagination>li>span {
    position: relative;
    padding: 8px 12px;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    outline: 0;
    text-decoration: none;
    transition: all .1s linear
}

.post-pagination .next {
    padding: 8px 20px
}

.post-pagination .prev {
    padding: 8px 20px
}

.post-pagination>.active>a {
    background: rgba(0, 0, 0, .25);
    color: #fff;
    cursor: default;
    z-index: 2
}

.post-pagination>.active>a:focus {
    background: rgba(0, 0, 0, .25);
    color: #fff;
    cursor: default;
    z-index: 2
}

.post-pagination>.active>a:hover {
    background: rgba(0, 0, 0, .25);
    color: #fff;
    cursor: default;
    z-index: 2
}

.post-pagination>.active>span {
    background: rgba(0, 0, 0, .25);
    color: #fff;
    cursor: default;
    z-index: 2
}

.post-pagination>.active>span:focus {
    background: rgba(0, 0, 0, .25);
    color: #fff;
    cursor: default;
    z-index: 2
}

.post-pagination>.active>span:hover {
    background: rgba(0, 0, 0, .25);
    color: #fff;
    cursor: default;
    z-index: 2
}

.nav-links .nav-previous {
    background-color: #fff;
    border: 1px solid #e9e9ea;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: fixed;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: calc(50% - 25px);
    white-space: nowrap;
    width: auto;
    max-width: 500px;
    z-index: 999;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    left: 0;
    transform: translateX(-100%);
    margin-left: 40px
}

.nav-links .nav-previous a {
    outline: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding-right: 40px
}

.nav-links .nav-previous:after {
    content: "";
    background-image: url(../../img/icons/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    padding-right: 20px
}

.nav-links .nav-previous:hover {
    transform: translateX(-40px)
}

.nav-links .nav-next {
    background-color: #fff;
    border: 1px solid #e9e9ea;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: fixed;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: calc(50% - 25px);
    white-space: nowrap;
    width: auto;
    max-width: 500px;
    z-index: 999;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    right: 0;
    padding-right: 25px;
    transform: translateX(100%);
    margin-right: 40px
}

.nav-links .nav-next a {
    outline: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding-left: 40px
}

.nav-links .nav-next:before {
    content: "";
    background-image: url(../../img/icons/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    padding-right: 20px
}

.nav-links .nav-next:hover {
    transform: translateX(40px)
}

@media all and (max-width:600px) {
    .nav-links .nav-previous {
        position: relative;
        transform: none;
        margin: 1em auto;
        border: none;
        padding: 0;
        height: auto;
        line-height: 2
    }
    .nav-links .nav-previous a {
        padding-left: 25px;
        padding-right: 0
    }
    .nav-links .nav-previous:hover {
        transform: none
    }
    .nav-links .nav-previous::after {
        padding-left: 10px;
        right: auto;
        left: 0;
        font-size: inherit;
        height: auto;
        width: auto
    }
    .nav-links .nav-next {
        position: relative;
        transform: none;
        margin: 1em auto;
        border: none;
        padding: 0;
        height: auto;
        line-height: 2
    }
    .nav-links .nav-next a {
        padding-left: 25px;
        padding-right: 0
    }
    .nav-links .nav-next:hover {
        transform: none
    }
    .nav-links .nav-next::before {
        padding-left: 10px;
        right: auto;
        left: 0;
        font-size: inherit;
        height: auto;
        width: auto
    }
}

.flexia-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0
}

.flexia-breadcrumb .breadcrumb li {
    list-style: none;
    display: inline-block
}

.flexia-breadcrumb .flexia-breadcrumb-item {
    color: #7e7e7e;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .035em
}

.flexia-breadcrumb .flexia-breadcrumb-item a {
    color: #7e7e7e;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .035em
}

.flexia-breadcrumb-item.current span {
    color: #222
}

.breadcrumb li a:hover {
    color: #222
}

.breadcrumb li a:focus {
    color: #222
}

.breadcrumb-delimiter {
    margin: 0 7px;
    opacity: .5
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    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;
    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
}

.alignBaseline {
    vertical-align: baseline !important
}

.alignBottom {
    vertical-align: bottom !important
}

.alignMiddle {
    vertical-align: middle !important
}

.alignTop {
    vertical-align: top !important
}

.clearfix:after,
.clearfix:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clearfix:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

body.transparent .flexia-wrapper>.content-area {
    background-color: transparent !important
}

.hiddenVisually {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.widget {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15);
    color: #797979;
    display: block;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    padding: 1.5em;
    position: relative;
    text-align: left;
    word-wrap: break-word;
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.widget a {
    color: #202021;
    transition: all .3s
}

.widget a:hover {
    color: #f56a6a
}

.widget-title {
    color: #202021;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1em;
    text-transform: uppercase
}

.widget ol,
.widget ul {
    padding: 0;
    margin: 0
}

.widget ul li {
    margin-bottom: .5em;
    list-style: outside none none
}

.widget ul.children li {
    padding: .2em .5em
}

#flexia-colophon-top .widget ul>li:before {
    content: unset
}

.widget ul>li:before {
    content: "";
    background-image: url(../../img/icons/right-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-right: 10px
}

.widget.widget_recent_entries ul>li:before {
    content: "";
    background-image: url(../../img/icons/arrow-short.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-right: 10px
}

.widget.widget_recent_comments ul>li:before {
    content: "";
    background-image: url(../../img/icons/comment.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-right: 15px
}

.widget.widget_archive ul>li:before {
    content: "";
    background-image: url(../../img/icons/calendar.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-right: 15px
}

.widget.widget_categories ul>li:before {
    content: "";
    background-image: url(../../img/icons/Category.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-right: 15px
}

.widget_tag_cloud .tagcloud a:before {
    content: "";
    background-image: url(../../img/icons/Category.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    padding-right: 10px
}

.widget li {
    font-size: .875em;
    line-height: 1.8
}

.widget form {
    max-width: 100%
}

.widget select {
    padding: 5px;
    width: 100%;
    height: 40px
}

.widget select:focus {
    box-shadow: none
}

.widget select option {
    padding: 5px;
    width: 100%
}

.widget input,
.widget select,
.widget textarea {
    max-width: 100%;
    background: #f1f1f1;
    border: 1px solid #f1f1f1
}

.widget .menu .sub-menu {
    padding-left: 1em
}

.widget .menu .sub-menu li a,
.widget .menu li a {
    font-size: 14px
}

.widget .textwidget {
    font-size: 16px;
    padding-bottom: .5em
}

.widget .textwidget img {
    height: auto;
    margin-top: 10px;
    max-width: 100%
}

.widget .textwidget .wp-caption img {
    margin-top: 0
}

.widget.widget_rss .rssSummary {
    font-size: 16px;
    padding-bottom: .5em
}

.widget.widget_rss .rss-date {
    display: block;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 5px
}

.widget .tagcloud a {
    background-color: #ebebeb;
    color: #3f3f46;
    display: inline-block;
    font-size: .8em;
    line-height: 1.2;
    margin: 0 3px 6px 0;
    padding: 1em 1.5em;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.widget .tagcloud a:hover {
    background-color: #3f3f46;
    color: #fff
}

#wp-calendar {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    border-collapse: collapse;
    border-spacing: 5px;
    margin-left: -2px
}

#wp-calendar caption {
    color: #202021;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase
}

#wp-calendar tbody td {
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    font-size: 1em;
    margin-bottom: 10px;
    padding: 6px;
    text-align: center
}

#wp-calendar tbody td:hover {
    border-color: #e2e2e2
}

#wp-calendar tbody td.pad {
    border: 0
}

#wp-calendar tbody td#today {
    color: #47c2dc;
    border-color: #47c2dc
}

#wp-calendar tfoot {
    display: none
}

#wp-calendar tfoot td#next a,
#wp-calendar tfoot td#prev a {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    bottom: -9px;
    margin-bottom: 1px
}

#wp-calendar tfoot td#prev {
    text-align: left
}

#wp-calendar tfoot td#next {
    text-align: right
}

#wp-calendar thead th {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    text-align: center;
    padding-bottom: 10px
}

#wp-calendar tbody td a,
#wp-calendar tfoot td#next a:hover,
#wp-calendar tfoot td#prev a:hover {
    color: #47c2dc
}

.widget .search-form {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: row nowrap
}

.widget .search-form .search-field {
    flex: 1 1 auto;
    padding: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px
}

.widget .search-form .search-field:focus {
    background-color: #f1f1f1;
    box-shadow: none;
    border-radius: 0;
    outline: 0
}

.widget .search-form .search-submit {
    flex: 1 1 40px;
    align-self: stretch;
    padding: 0 20px;
    max-width: 60px;
    margin-bottom: 1em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 50px;
    border: 1px solid;
    color: #fff;
    transition: all .3s
}

.widget .search-form .search-submit:hover {
    background-color: #e65a50;
    color: #fff
}

.latest-post .media {
    margin-bottom: 30px
}

.latest-post .media-heading a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase
}

.media-body {
    font-size: 13px;
    line-height: 20px
}

.latest-post img {
    height: 80px;
    width: 80px
}

.page-header {
    background-color: #28292e;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: row nowrap;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    z-index: 1
}

.header-inner {
    flex: 0 0 100%;
    text-align: center;
    padding: 5em 1em;
    z-index: 1
}

.header-content {
    color: #fff;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto
}

.header-content>.page-title {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 auto
}

.header-content p {
    display: block;
    font-size: 1em;
    font-style: italic;
    line-height: 1.2;
    padding: .5em
}

.header-content .blog-desc {
    font-size: 1em;
    line-height: 1.5;
    padding: 20px
}

.header-content .author-bio {
    font-size: 1.5em;
    padding: 0;
    margin: 0 0 1.5em
}

.header-content span i {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 30px transparent;
    display: inline-block;
    font-size: 2.5em;
    padding: .5em;
    height: 2em;
    line-height: 1em;
    text-align: center;
    width: 2em;
    margin: 0 auto 1em;
    display: block;
    transition: all .3s
}

.blog-header:hover .header-content span i {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    transition: box-shadow .4s ease-in-out
}

.entry-header.entry-header-mini {
    padding: 1em 0
}

.entry-header.entry-header-mini .entry-header-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em
}

.entry-header.entry-header-mini .entry-title {
    flex: 1 1 auto;
    padding: .5em 0;
    margin: 0;
    font-size: 1.2em;
    letter-spacing: .035em
}

.entry-header.entry-header-mini .entry-title::after {
    display: none
}

.entry-header.entry-header-mini .flexia-breadcrumb {
    flex: 0 0 auto
}

.entry-header.entry-header-large {
    padding: 2em 0
}

.entry-header.entry-header-large .entry-header-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em
}

.entry-header.entry-header-large .entry-title {
    flex: 1 1 auto;
    padding: .5em 0;
    margin: 0;
    font-size: 1.2em;
    letter-spacing: .035em;
    font-size: 3em;
    font-weight: 700
}

.entry-header.entry-header-large .entry-title::after {
    display: none
}

.entry-header.entry-header-large .flexia-breadcrumb {
    flex: 0 0 auto
}

.entry-header.entry-header-center .entry-header-inner {
    flex-flow: column wrap
}

.entry-header.entry-header-center .flexia-breadcrumb {
    padding-bottom: 1em
}

@media all and (min-width:600px) and (max-width:959px) {
    .header-inner {
        padding: 4em 1em
    }
}

@media all and (max-width:599px) {
    .header-inner {
        padding: 2em 1em
    }
}

.paged .blog-header .scroll-down,
.paged .blog-header span {
    display: none
}

.paged .page-header.blog-header {
    max-height: 400px
}

.paged .blog-header .header-inner {
    padding: 3em 1em
}

.header-content .archive-description>p,
.header-content .blog-desc {
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0
}

.blog.paged .header-content {
    padding: 0
}

.single-page-header .header-content {
    padding-bottom: 0
}

.header-content .flexia-blog-logo {
    max-width: 100%;
    margin: 0 auto 1.5em
}

.transparent-top-navbar .page-header.blog-header {
    padding-top: 0 !important
}

.transparent-top-navbar .archive-header .header-inner,
.transparent-top-navbar .single-blog-header .header-inner {
    padding-top: 1em
}

.single-post .entry-header.single-blog-meta.single-post-meta-large {
    background-color: #fff
}

.single-blog-header .header-content .blog-title {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin: 1em auto .5em;
    text-transform: uppercase;
    word-wrap: break-word
}

.single-blog-header .header-content p {
    font-size: 1.5rem
}

.header-content .author-avatar>img {
    width: 90px;
    border-radius: 50%
}

.single-post .header-content .author-avatar>img {
    width: 80px
}

.author-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em
}

.single-post .single-post-meta-large .entry-meta {
    color: #bbb;
    font-size: 13px;
    text-align: center
}

.single-post .single-post-meta-large .entry-meta a {
    color: #bbb;
    font-size: 13px;
    text-align: center
}

.single-post-meta-large .entry-meta a:hover {
    color: #50626c
}

.single-blog-meta .entry-meta i {
    color: #f54128;
    transform: scale(1.25);
    margin-right: .3em
}

@-webkit-keyframes flexia-translate {
    0% {
        -webkit-transform: translateX(-50%) scale(1)
    }
    50% {
        -webkit-transform: translateY(10px) translateX(-50%) scale(1)
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1)
    }
}

@keyframes flexia-translate {
    0% {
        transform: translateX(-50%) scale(1)
    }
    50% {
        transform: translateY(10px) translateX(-50%) scale(1)
    }
    100% {
        transform: translateX(-50%) scale(1)
    }
}

.flexia-wrapper>.content-area {
    background-color: #fff
}

body.blog .flexia-wrapper>.content-area {
    background-color: transparent;
    padding: 0
}

body.blog .flexia-wrapper>.content-area article {
    background-color: #fff;
    padding: 0 0 2em
}

body.blog .flexia-wrapper>.content-area article .entry-content,
body.blog .flexia-wrapper>.content-area article .entry-header {
    padding: 0 2em
}

body.blog .flexia-wrapper>.content-area article .entry-header {
    padding-top: 1.5em
}

body.archive .flexia-wrapper>.content-area {
    background-color: transparent;
    padding: 0
}

body.archive .flexia-wrapper>.content-area article.post {
    background-color: #fff;
    padding: 2em
}

.flexia-wrapper.flexia-container {
    padding-top: 4em;
    overflow: hidden
}

.flexia-wrapper.flexia-container>.content-area {
    margin: 0 1em 1.5em
}

.single .flexia-wrapper.flexia-container {
    padding-top: 0
}

.single .entry-date.updated {
    display: inline-block
}

.single .entry-date.published {
    display: none
}

.single .entry-date:only-child {
    display: inline-block
}

.single .single-post-meta-simple .entry-meta>span {
    margin-right: 10px
}

.single .entry-content-wrapper {
    width: 90%;
    max-width: 1400px;
    margin: 3em auto 0
}

.single .single-post-meta-large .entry-meta {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center
}

.single .single-post-meta-large .entry-meta>span {
    text-align: center;
    flex: 1 1 auto;
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 30px 0
}

.single .single-post-meta-large .entry-meta>span:last-child {
    border-right: none
}

.single .single-post-meta-large .entry-meta>span.cat-links {
    max-width: 50%
}

.single .flexia-wrapper>.content-area {
    padding: 0;
    margin: 0;
    background-color: transparent
}

.sticky {
    position: relative
}

.sticky:before {
    font: normal normal normal 15px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: #f54128;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    transform: rotate(40deg);
    transition: all .5s ease-in .1s
}

.sticky:hover:before {
    transform: rotate(400deg)
}

.post.format-standard {
    margin-bottom: 30px
}

.post-content button {
    font-family: inherit;
    font-size: inherit;
    height: 45px;
    line-height: inherit;
    padding: 0 10px;
    background-color: #f56a6a;
    border: medium none;
    cursor: pointer;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    height: 45px;
    transition: all .3s
}

.post-content button:hover {
    background: #e95d55
}

.post-content input {
    font-family: inherit;
    font-size: inherit;
    height: 45px;
    line-height: inherit;
    padding: 0 10px
}

.post-content select {
    font-family: inherit;
    font-size: inherit;
    height: 45px;
    line-height: inherit;
    padding: 0 10px
}

.post-content textarea {
    font-family: inherit;
    font-size: inherit;
    height: 45px;
    line-height: inherit;
    padding: 0 10px
}

.post-content input[type=button] {
    background-color: #f56a6a;
    border: medium none;
    cursor: pointer;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    height: 45px;
    transition: all .3s
}

.post-content input[type=button]:hover {
    background: #e95d55
}

.post-content input[type=reset] {
    background-color: #f56a6a;
    border: medium none;
    cursor: pointer;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    height: 45px;
    transition: all .3s
}

.post-content input[type=reset]:hover {
    background: #e95d55
}

.post-content input[type=submit] {
    background-color: #f56a6a;
    border: medium none;
    cursor: pointer;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    height: 45px;
    transition: all .3s
}

.post-content input[type=submit]:hover {
    background: #e95d55
}

.post-password-form input[type=submit] {
    background-color: #f56a6a;
    border: medium none;
    cursor: pointer;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    height: 45px;
    transition: all .3s;
    background: #e95d55
}

.post-password-form input {
    padding: 10px;
    height: 45px
}

.hentry {
    margin: 0 0 1.5em
}

.entry-date.updated {
    display: none
}

.entry-date.published {
    display: inline-block
}

.blog .entry-meta>span {
    margin-right: 10px
}

.blog .entry-header {
    margin-top: 0
}

.blog .entry-content {
    margin-top: 0
}

.blog .format-status .entry-header {
    display: none
}

.blog .format-status .entry-footer {
    display: none
}

.blog .format-link .entry-footer {
    display: none
}

.blog .format-quote .entry-footer {
    display: none
}

.blog .format-chat .entry-footer {
    display: none
}

.archive .entry-meta>span {
    margin-right: 10px
}

.archive .entry-header {
    margin-top: 0
}

.archive .entry-content {
    margin-top: 0
}

.archive .format-status .entry-header {
    display: none
}

.archive .format-status .entry-footer {
    display: none
}

.archive .format-link .entry-footer {
    display: none
}

.archive .format-quote .entry-footer {
    display: none
}

.archive .format-chat .entry-footer {
    display: none
}

.search .entry-meta>span {
    margin-right: 10px
}

.search .entry-content {
    margin-top: 0
}

.entry-meta {
    color: #4d4d4d;
    font-size: .9em;
    margin: 0 0 20px
}

.entry-meta a {
    color: #4d4d4d;
    font-size: .9em
}

.page-content {
    margin: 0
}

.entry-content {
    margin: 0;
    color: #4d4d4d;
    display: block;
    font-size: 1em;
    font-weight: 300;
    line-height: 2em;
    padding-bottom: 5px;
    position: relative;
    text-align: left
}

.entry-summary {
    margin: 0
}

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

.page-links a {
    display: inline-block
}

.page-links .page-number {
    padding: 0;
    margin: 0 0 .3em .3em;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: .8em;
    width: 2.5em;
    height: 2.5em;
    line-height: calc(2.5em - 4px);
    display: inline-block;
    text-align: center;
    transition: all .2s linear
}

.entry-content.single-post-entry {
    margin: 0 1.5em 4em;
    padding: 1.5em 1.5em;
    background-color: #fff
}

.blog .entry-content img,
.entry-content.single-post-entry img {
    margin-top: 1em;
    margin-bottom: 1em
}

.entry-title {
    color: #202021;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1;
    margin: 0 0 15px;
    position: relative;
    text-align: left;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.entry-title a {
    text-decoration: none;
    color: #202021;
    transition: all .3s
}

.entry-title a:hover {
    color: #50626c
}

.single-blog-header .entry-title {
    color: #fff;
    padding-bottom: 0;
    text-align: center
}

.single-blog-header:after {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.single-page-header .entry-title {
    color: #fff;
    padding-bottom: 0;
    text-align: center
}

.single-page-header .entry-title:after {
    display: none
}

.attachment .page-header {
    display: none
}

body.page .flexia-wrapper>.content-area {
    padding: 1.5em 2.5em
}

body .flexia-wrapper.flexia-blank-container>.content-area {
    padding: 0
}

.more-link {
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0;
    color: #3f3f46;
    font-size: .9em;
    letter-spacing: 2px;
    margin: 15px auto;
    padding: 15px 50px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    transition: all .3s
}

.more-link:hover {
    background: #3f3f46;
    color: #fff;
    border: 1px solid #3f3f46;
    border-radius: 0
}

.more-link:hover:after {
    right: 2em
}

@media all and (max-width:600px) {
    .entry-title {
        font-size: 1.75em
    }
    .header-content>.page-title {
        font-size: 1.75em
    }
    body.blog .flexia-wrapper>.content-area article.post {
        padding: 0
    }
    body.blog .flexia-wrapper>.content-area article.post .entry-content,
    body.blog .flexia-wrapper>.content-area article.post .entry-header {
        padding: 0 1em
    }
    body.archive .flexia-wrapper>.content-area article.post {
        padding: 1.5em
    }
    .flexia-wrapper.flexia-container {
        padding-top: 2em
    }
    .single-blog-header .header-content .blog-title {
        font-size: 1.75em
    }
    .single-post .entry-content-wrapper {
        margin: 1em auto 0
    }
    .single-post .single-blog-meta .entry-meta {
        display: block
    }
    .single-post .single-post-meta-large .entry-meta>span {
        display: block;
        padding: 15px 10px
    }
    .single-post .single-post-meta-large .entry-meta>span.cat-links {
        max-width: 100%
    }
    .entry-content.single-post-entry {
        margin: 0 auto 2em;
        padding: 1.5em 2em;
        background-color: #fff
    }
    .post-author {
        margin: 0 auto;
        padding: .5em
    }
    .flexia-social-share {
        justify-content: center !important;
        margin: 2em 0
    }
    .comments-area .comments-title {
        font-size: 1em;
        margin: 1em auto
    }
    .comments-area .comment-reply-title {
        font-size: 1em;
        margin: 1em auto
    }
    .comments-area .comment-list li>ol {
        padding: 0
    }
    .comments-area .comment-list li>ul {
        padding: 0
    }
}

.flexia-post-block-grid {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start
}

.flexia-post-block-item {
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(110, 123, 140, .1)
}

.flexia-col-1 .flexia-post-block-item {
    margin: 0 0 30px;
    flex: 1 1 100%
}

.flexia-col-2 .flexia-post-block-item {
    margin: 2%;
    flex: 1 1 46%;
    max-width: 46%
}

.flexia-col-3 .flexia-post-block-item {
    margin: 1.5%;
    flex: 1 1 30%;
    max-width: 30%
}

.flexia-col-4 .flexia-post-block-item {
    margin: 1%;
    flex: 1 1 23%;
    max-width: 23%
}

.flexia-col-5 .flexia-post-block-item {
    margin: 1%;
    flex: 1 1 18%;
    max-width: 18%
}

.flexia-col-6 .flexia-post-block-item {
    margin: .8%;
    flex: 1 1 15%;
    max-width: 15%
}

.flexia-post-block-item-holder {
    height: 100%;
    width: 100%
}

.flexia-post-block-item-holder-inner {
    display: flex;
    flex-flow: column wrap;
    height: 100%
}

.flexia-post-block-item .flexia-entry-thumbnail {
    background-color: #f0f0f0;
    position: relative;
    height: auto;
    flex: auto
}

.flexia-post-block-item .flexia-entry-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.flexia-post-block-item .flexia-entry-wrapper {
    padding: 15px
}

.flexia-post-block-item .flexia-entry-title {
    margin: 5px 0 5px
}

.flexia-post-block-item .flexia-entry-header .flexia-entry-meta .flexia-posted-by {
    display: inline-block
}

.flexia-post-block-item .flexia-entry-meta {
    line-height: 1
}

.flexia-entry-meta>span {
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 5px
}

.flexia-post-block-item .flexia-entry-header .flexia-entry-meta span.flexia-posted-on {
    padding-left: 5px
}

.flexia-post-block-item .flexia-entry-footer .flexia-entry-meta {
    padding-left: 8px
}

.flexia-post-block-item .flexia-entry-footer {
    padding: 0 15px 15px
}

body.blog .flexia-post-grid.flexia-post-block .flexia-post-block-column {
    padding: 0
}

.flexia-post-grid-holder {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15)
}

.flexia-post-grid-holder-inner {
    height: 100%
}

.flexia-entry-media {
    position: relative;
    overflow: hidden
}

.flexia-entry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1);
    text-align: center
}

.flexia-entry-overlay:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .7)
}

.flexia-entry-overlay svg {
    fill: #fff;
    height: 2em;
    top: 50%;
    position: relative;
    margin-top: -1em;
    margin-left: -50px;
    transition: .5s
}

.flexia-entry-overlay:hover svg {
    margin-left: 0
}

.flexia-entry-overlay>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.flexia-entry-title,
.flexia-entry-title a {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #303133
}

.flexia-entry-thumbnail img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle
}

.flexia-post-grid .flexia-entry-header .flexia-entry-meta {
    font-size: .9m;
    margin-bottom: 8px
}

.flexia-post-grid .flexia-entry-header .flexia-entry-meta span.flexia-posted-on {
    padding-left: 5px
}

.flexia-entry-footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.flexia-entry-footer .flexia-author-avatar {
    flex: 0 0 auto;
    width: 50px
}

.flexia-entry-footer .flexia-author-avatar .avatar {
    border-radius: 50%
}

.flexia-post-grid .flexia-entry-footer .flexia-entry-meta {
    padding-left: 8px
}

.flexia-entry-header .flexia-term-name {
    color: #303133;
    font-size: 12px
}

.flexia-entry-content .flexia-post-grid-excerpt {
    font-size: 1em;
    line-height: 1.5
}

.flexia-entry-meta>div {
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 5px
}

.flexia-post-grid-excerpt p {
    margin: 0;
    font-size: 14px
}

.flexia-entry-meta .flexia-entry-footer .flexia-posted-by {
    display: block
}

.flexia-post-grid .flexia-entry-footer,
.flexia-post-grid .flexia-entry-wrapper {
    padding: 15px
}

.flexia-post-grid .flexia-entry-header .flexia-entry-meta span.flexia-posted-on {
    padding-left: 5px
}

.flexia-load-more-button-wrap::after,
.flexia-load-more-button-wrap::before,
.flexia-post-grid-wrapper::before,
.flexia-post-gridwrapper::after {
    content: " ";
    clear: both
}

@media only screen and (max-width:979px) {
    .flexia-col-1 .flexia-post-block-item,
    .flexia-col-2 .flexia-post-block-item,
    .flexia-col-3 .flexia-post-block-item,
    .flexia-col-4 .flexia-post-block-item,
    .flexia-col-5 .flexia-post-block-item,
    .flexia-col-6 .flexia-post-block-item {
        margin: 2%;
        flex: 1 1 46%;
        max-width: 46%
    }
}

@media only screen and (max-width:767px) {
    .flexia-col-1 .flexia-post-block-item,
    .flexia-col-2 .flexia-post-block-item,
    .flexia-col-3 .flexia-post-block-item,
    .flexia-col-4 .flexia-post-block-item,
    .flexia-col-5 .flexia-post-block-item,
    .flexia-col-6 .flexia-post-block-item {
        margin: 2%;
        flex: 1 1 46%;
        max-width: 46%
    }
}

@media only screen and (max-width:480px) {
    .flexia-col-1 .flexia-post-block-item,
    .flexia-col-2 .flexia-post-block-item,
    .flexia-col-3 .flexia-post-block-item,
    .flexia-col-4 .flexia-post-block-item,
    .flexia-col-5 .flexia-post-block-item,
    .flexia-col-6 .flexia-post-block-item {
        margin: 0 0 30px;
        flex: 1 1 100%;
        max-width: 100%
    }
}

.btn-load-more {
    display: block
}

.flexia-post-filter-control {
    text-align: center
}

.flexia-post-filter-control button.control {
    background-color: transparent;
    color: #444;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    margin: 0 10px 10px 0;
    border: none;
    border-radius: 0
}

.flexia-post-filter-control button.button.control.is-checked,
.flexia-post-filter-control button.control:hover {
    background-color: #444;
    color: #fff
}

.flexia-load-more-button-wrap {
    width: 100%;
    display: block;
    margin: 30px auto;
    clear: both
}

.flexia-load-more-button {
    background-color: #444;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    border: 0;
    padding: 15px 30px;
    z-index: 2;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .25em;
    transition: all .5s;
    overflow: hidden
}

.button--loading,
.flexia-load-more-button:hover {
    background: #27bdbd;
    color: #fff
}

.button--hide {
    opacity: 0
}

.flexia-load-more-button {
    display: flex;
    align-items: center;
    justify-content: center
}

.flexia-load-more-button .button__loader {
    left: auto;
    top: auto;
    margin-right: 5px;
    transition: all .2s;
    visibility: hidden
}

.flexia-load-more-button>span {
    margin-left: -20px;
    padding: 0 2em
}

.flexia-load-more-button.button--loading>span {
    margin-left: 0
}

.flexia-load-more-button.button--loading .button__loader {
    left: auto;
    visibility: visible
}

.flexia-btn-loader,
.flexia-btn-loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.flexia-btn-loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, .2);
    border-right: 4px solid rgba(255, 255, 255, .2);
    border-bottom: 4px solid rgba(255, 255, 255, .2);
    border-left: 4px solid #fff;
    transform: translateZ(0);
    -webkit-animation: loaderSpin 1.1s infinite linear;
    animation: loaderSpin 1.1s infinite linear
}

@-webkit-keyframes loaderSpin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loaderSpin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.post-author {
    width: 100%;
    color: #797979;
    margin: 2em auto;
    padding: 2em
}

.post-author .author-avatar {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start
}

.post-author .author-avatar>.avatar-container {
    flex: 0 0 110px
}

.post-author .author-avatar>.avatar-container .avatar {
    padding-top: 10px;
    border-radius: 50%
}

.post-author .author-avatar>.author-body {
    flex: 1 1;
    color: #4d4d4d;
    padding-top: 10px
}

.post-author .author-body>span {
    font-size: 13px;
    font-style: italic
}

.post-author .author-heading {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase
}

.post-author .author-heading a {
    color: #202021;
    transition: all .3s
}

.post-author .author-heading a:hover {
    color: #50626c
}

.post-author .author-bio {
    font-size: 1em;
    margin: 5px auto;
    line-height: 1.8;
    font-weight: lighter;
    text-transform: uppercase
}

.flexia-social-share {
    display: flex;
    flex-flow: row wrap;
    color: #949494;
    font-size: 13px;
    text-transform: uppercase;
    padding: 1em;
    margin: 2em 0 5em;
    letter-spacing: 1px;
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    align-items: center;
    justify-content: space-between
}

.flexia-social-share .flexia-social-share-heading {
    flex: 0 0 auto
}

.flexia-social-share .flexia-social-share-heading h5 {
    font-size: 1em;
    margin: 1em 0
}

.flexia-social-share-links {
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-around
}

.flexia-social-share-links li {
    list-style: none;
    padding: 0 .75em;
    text-align: center;
    flex: 1 1 auto
}

.flexia-social-share-links li a {
    color: #f56a6a;
    transition: all .3s
}

.flexia-social-share-links li a:hover {
    color: #23527c
}

.flexia-social-share-links li a i {
    font-size: 2em
}

.search__input {
    border: 0;
    background: 0 0;
    border-radius: 0;
    -webkit-appearance: none
}

.search__input:focus {
    outline: 0
}

.search__input::-webkit-input-placeholder {
    opacity: .3;
    color: #060919
}

.search__input::-moz-placeholder {
    opacity: .3;
    color: #060919
}

.search__input:-ms-input-placeholder {
    opacity: .3;
    color: #060919
}

.search__input::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.search__input::-webkit-search-decoration {
    -webkit-appearance: none
}

.search__input::-ms-clear {
    display: none
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none
}

.icon-search-close {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: rgba(255, 255, 255, .75);
    transition: all .3s
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    background: 0 0;
    border: 0;
    display: none;
    display: block;
    opacity: 0;
    transform: scale3d(.8, .8, 1);
    transition: opacity .5s, transform .5s
}

.btn--search-close:hover .icon-search-close {
    fill: #fff
}

.flexia-search-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(18, 23, 56, .9);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s
}

.flexia-search-overlay::before {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 1.5em solid #121738;
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    transition: transform .5s;
    transform: translate3d(-15px, -15px, 0)
}

.flexia-search-overlay::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 1.5em solid #121738;
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
    transition: transform .5s;
    transform: translate3d(15px, 15px, 0)
}

.search--form-wrapper {
    max-width: 80%;
    margin: 0 auto
}

.search__form {
    width: 100%;
    margin: 2em auto;
    opacity: 0;
    transform: scale3d(.8, .8, 1);
    transition: opacity .5s, transform .5s
}

.search--input-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.search--input-wrapper::after {
    content: attr(data-text);
    font-size: 3rem;
    line-height: 0;
    height: 0;
    max-width: 100%;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: transparent
}

.search--input-wrapper .search__input {
    color: #fff;
    border: none;
    padding: 0;
    border-radius: 0;
    outline: 0;
    width: 100%;
    min-width: 100%;
    font-size: 3rem;
    line-height: 1.8;
    border-bottom: 3px solid rgba(255, 255, 255, .25);
    background-color: transparent
}

.search--input-wrapper .search__input:focus {
    color: #fff;
    border: none;
    padding: 0;
    border-radius: 0;
    outline: 0;
    width: 100%;
    min-width: 100%;
    font-size: 3rem;
    line-height: 1.8;
    border-bottom: 3px solid rgba(255, 255, 255, .25);
    background-color: transparent
}

.search__info {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: .035em;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: .85em 0;
    text-align: right;
    color: rgba(255, 255, 255, .9)
}

.search--open {
    pointer-events: auto;
    opacity: 1
}

.search--open::before {
    transform: translate3d(0, 0, 0)
}

.search--open::after {
    transform: translate3d(0, 0, 0)
}

.search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.search--open .search__form {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.search--open .search__suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.search--open .search__suggestion:nth-child(2) {
    transition-delay: .1s
}

.search--open .search__suggestion:nth-child(3) {
    transition-delay: .2s
}

.search__suggestion {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity .5s, transform .5s
}

@media screen and (max-width:40em) {
    .search__form {
        margin: 5em 0 1em
    }
    .btn--search-close {
        font-size: 1.25em;
        top: 1.5em;
        right: 1.5em
    }
    .search__info {
        text-align: left
    }
    .search__suggestion {
        font-size: 80%;
        width: 100%
    }
    .search__suggestion:nth-child(2) {
        display: none
    }
    .search__suggestion:nth-child(3) {
        display: none
    }
}

.search-results .flexia-wrapper.flexia-container>.content-area {
    background-color: transparent
}

.search-results .flexia-wrapper>.content-area article {
    background-color: #fff;
    box-shadow: 3px 5px 10px 0 #e2e2e2;
    border-radius: 4px;
    padding: 1.5em;
    margin: 0 0 1.5em
}

.search-no-results .flexia-wrapper.flexia-container {
    padding: 0;
    max-width: none;
    width: 100%
}

.search.search-no-results .flexia-wrapper.flexia-container>.content-area {
    margin: 0
}

.search-no-results .flexia-sidebar,
.search-results .flexia-sidebar {
    display: none
}

.search-no-results .not-found .page-content {
    padding: 15px
}

.search-no-results .not-found .page-content .page-title {
    text-align: center;
    font-size: 1.75em
}

.search-results article .post-thumbnail {
    margin-bottom: 1em
}

.search-no-results .not-found {
    max-width: 700px;
    margin: 3em auto 5em;
    padding: 1em;
    display: block
}

.search-no-results .not-found p {
    text-align: center;
    font-size: 1.2em;
    margin: 3em auto
}

.search-no-results .no-result-img {
    display: flex;
    justify-content: center;
    padding: 15px
}

.search-no-results .no-result-img svg {
    width: 100%;
    max-width: 200px
}

.search-no-results .search-form {
    display: flex;
    justify-content: center;
    align-items: center
}

.search-no-results .search-form .search-field {
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 1em
}

.search-no-results .search-form .search-submit {
    background-color: #3c3c3c;
    width: 50px;
    border: none;
    flex: 0 0 5em;
    font-size: 1em;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch
}

.search-no-results .search-form .search-submit svg {
    width: 28px;
    fill: #fff
}

.error404 .flexia-wrapper.flexia-container {
    padding: 0;
    max-width: none;
    width: 100%
}

.error404 .flexia-wrapper.flexia-container>.content-area {
    margin: 0
}

.error-404.not-found,
.search-no-results .not-found {
    max-width: 700px;
    margin: 3em auto 5em;
    padding: 1em;
    display: block
}

.error-404.not-found p,
.search-no-results .not-found p {
    text-align: center;
    font-size: 1.2em;
    margin: 3em auto
}

.error-404 .error-404-image {
    display: flex;
    justify-content: center;
    padding: 15px
}

.error-404 .error-404-image svg {
    width: 100%;
    max-width: 450px
}

.error-404 .search-form {
    display: flex;
    justify-content: center;
    align-items: center
}

.error-404 .search-form .search-field {
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 1em
}

.error-404 .search-form .search-submit {
    background-color: #3c3c3c;
    width: 50px;
    border: none;
    flex: 0 0 5em;
    font-size: 1em;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch
}

.error-404 .search-form .search-submit svg {
    width: 28px;
    fill: #fff
}

.flexia-cta-1 {
    padding: 5em 15px;
    background-color: #f2f2f2
}

.flexia-cta-1 .cta-1-container {
    text-align: center
}

.flexia-cta-1 .cta-1-container .cta-title {
    color: #222;
    margin: 0 0 .75em 0
}

.flexia-cta-1 .cta-1-container .cta-subtitle {
    color: #999;
    margin: 0 0 1.5em 0
}

.flexia-cta-1 .cta-1-container .cta-target button {
    padding: 1em 3em;
    border-radius: 30px;
    border: 0;
    font-size: 1.1em;
    font-weight: 700
}

.flexia-cta-1 .cta-1-container .cta-target:hover button {
    opacity: .85
}

.flexia-woocommerce-wrapper {
    background-color: #fff;
    padding: 2em
}

.single.single-product .flexia-wrapper.flexia-container {
    padding-top: 4em
}

.single-product.woocommerce .product .onsale {
    display: none
}

.single-product.woocommerce .product .woocommerce-product-gallery {
    display: flex
}

.single-product.woocommerce .product .woocommerce-product-gallery .flex-viewport {
    order: 2
}

.single-product.woocommerce .product .woocommerce-product-gallery .flex-control-nav {
    order: 1;
    margin-right: 1em
}

.single-product.woocommerce .product .woocommerce-product-gallery .flex-control-nav li {
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #e3e3e3
}

@media only screen and (max-width:767px) {
    .single-product.woocommerce .product .woocommerce-product-gallery {
        flex-flow: column
    }
    .single-product.woocommerce .product .woocommerce-product-gallery .flex-viewport {
        order: 1;
        margin-bottom: 1em
    }
    .single-product.woocommerce .product .woocommerce-product-gallery .flex-control-nav {
        order: 2;
        margin-right: 0
    }
    .single-product.woocommerce .product .woocommerce-product-gallery .flex-control-nav li {
        width: auto;
        margin-right: 1em;
        margin-bottom: 1em;
        border: 1px solid #e3e3e3
    }
    .single-product.woocommerce .product .woocommerce-product-gallery .flex-control-nav li img {
        max-width: 60px
    }
}

.single-product.woocommerce .product .product_title {
    font-size: 1.5em;
    font-weight: 700
}

.single-product.woocommerce .product .woocommerce-product-rating {
    font-size: .85em
}

.single-product.woocommerce .product .summary .price {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 1.5em
}

.single-product.woocommerce .product .summary .price .woocommerce-Price-amount {
    font-size: 1.5em;
    font-weight: 700;
    margin-right: .5em
}

.single-product.woocommerce .product .summary .price .woocommerce-Price-amount:nth-child(2) {
    margin-left: .5em
}

.single-product.woocommerce .product .summary .price del {
    order: 2
}

.single-product.woocommerce .product .summary .price del .woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 400
}

.single-product.woocommerce .product .summary .price ins {
    order: 1
}

.single-product.woocommerce .product .single_add_to_cart_button {
    padding: 1em 3em
}

.single-product.woocommerce .product .product-single-quantity {
    float: left;
    height: 48px;
    background-color: #eee;
    margin: 0 1em 1em 0
}

.single-product.woocommerce .product .product-single-quantity>* {
    float: left;
    height: 48px
}

.single-product.woocommerce .product .product-single-quantity button {
    background-color: #555;
    font-size: 1.5em;
    line-height: 1;
    padding: 0;
    width: 50px;
    text-align: center
}

.single-product.woocommerce .product .product-single-quantity button:hover {
    opacity: .8
}

.single-product.woocommerce .product .product-single-quantity .quantity input {
    background-color: transparent;
    padding: 10px;
    width: auto;
    max-width: 50px;
    border: 0;
    -moz-appearance: textfield
}

.single-product.woocommerce .product .product-single-quantity .quantity input:-webkit-inner-spin-button,
.single-product.woocommerce .product .product-single-quantity .quantity input:-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.single-product.woocommerce .product .cart .variations {
    margin-bottom: 2em;
    width: auto
}

.single-product.woocommerce .product .cart .variations tr .label {
    vertical-align: middle
}

.single-product.woocommerce .product .cart .variations tr .value {
    position: relative;
    width: 350px
}

.single-product.woocommerce .product .cart .variations tr .value:after {
    color: #000;
    content: '▾';
    margin-right: 10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 20px
}

.single-product.woocommerce .product .cart .variations tr .value select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #eee;
    border: none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    font-size: 18px
}

.single-product.woocommerce .product .cart .variations tr .value select:focus {
    color: #000
}

.single-product.woocommerce .product .cart .variations tr .value select::-ms-expand {
    display: none
}

.single-product.woocommerce .product .cart .variations tr .value .reset_variations {
    position: absolute;
    right: 8px;
    bottom: -15px
}

.single-product.woocommerce .product .cart .single_add_to_cart_button:hover {
    opacity: .8
}

.single-product.woocommerce .product .woocommerce-tabs {
    margin-top: 2em
}

.single-product.woocommerce .product .woocommerce-tabs ul.wc-tabs {
    padding-left: 0
}

.single-product.woocommerce .product .woocommerce-tabs ul.wc-tabs li {
    border: 0;
    background-color: transparent;
    padding-bottom: .5em;
    margin: 0
}

.single-product.woocommerce .product .woocommerce-tabs ul.wc-tabs li a {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: capitalize
}

.single-product.woocommerce .product .woocommerce-tabs ul.wc-tabs li:first-child {
    padding-left: 0
}

.single-product.woocommerce .product .woocommerce-tabs ul.wc-tabs>li.active::before {
    content: "";
    border-width: 2px;
    box-shadow: unset;
    border-radius: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    border-style: solid;
    background-color: transparent;
    position: absolute;
    height: 2px
}

.single-product.woocommerce .product .woocommerce-tabs ul.wc-tabs>li.active:after {
    display: none
}

.single-product.woocommerce .product .woocommerce-tabs ul.wc-tabs::before {
    border-bottom: 2px solid #ccc
}

@media only screen and (max-width:480px) {
    .single-product.woocommerce .product .woocommerce-tabs li {
        padding: 1em !important;
        background-color: #eee !important;
        display: block !important;
        border-bottom: 1px solid #ccc !important
    }
    .single-product.woocommerce .product .woocommerce-tabs li a {
        display: block !important
    }
}

.single-product.woocommerce .product .related.products>h2,
.single-product.woocommerce .product .woocommerce-tabs h2 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: capitalize
}

.single-product.woocommerce .product .related.products {
    margin-top: 5em
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
    overflow: hidden
}

.woocommerce .flexia-wrapper ul.products li.product .price {
    color: #404040;
    font-weight: 400;
    font-size: 1em;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: baseline;
    margin-bottom: 1em
}

.woocommerce .flexia-wrapper ul.products li.product .price ins {
    font-size: 1.4rem;
    order: 1;
    margin-right: 1rem
}

.woocommerce .flexia-wrapper ul.products li.product .price del {
    order: 2;
    color: #707070
}

.woocommerce .flexia-wrapper ul.products li.product .price del .amount {
    font-size: 1em
}

.woocommerce .flexia-wrapper ul.products li.product .price .discunt_amount {
    order: 3;
    color: #ff6e6e;
    font-size: .9em;
    margin-left: 1em
}

.woocommerce .flexia-wrapper ul.products li.product .price>.woocommerce-Price-amount.amount {
    font-size: 1.4rem;
    margin-right: 1em;
    font-weight: 700
}

.woocommerce .flexia-wrapper ul.products li.product .price>.woocommerce-Price-amount.amount:nth-child(2) {
    margin-left: 1em
}

.woocommerce .flexia-wrapper ul.products li.product .woocommerce-loop-category__title,
.woocommerce .flexia-wrapper ul.products li.product .woocommerce-loop-product__title,
.woocommerce .flexia-wrapper ul.products li.product h3 {
    color: #333;
    text-align: left;
    font-size: 1.1em;
    font-weight: 400;
    padding: 0;
    margin-bottom: .75em
}

.woocommerce .flexia-wrapper ul.products li.product .add_to_cart_button {
    margin: 1em auto;
    width: 80%;
    max-width: 200px;
    font-weight: 700 !important;
    font-size: .9em !important;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    color: #707070;
    border: 0;
    padding: 12px 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    font-weight: 400;
    transition: all .3s linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 999;
    margin: 0 auto 0 !important;
    opacity: 0;
    visibility: hidden
}

.woocommerce .flexia-wrapper ul.products li.product .add_to_cart_button:before {
    content: ""
}

.woocommerce .flexia-wrapper ul.products li.product:hover .add_to_cart_button {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.woocommerce .flexia-wrapper ul.products li.product .button:hover {
    background-color: #484c51;
    color: #fff
}

.woocommerce .flexia-wrapper div.product div.summary {
    margin: 0 0 5em
}

.woocommerce .flexia-wrapper div.product .product_title {
    text-transform: none;
    font-size: 2em;
    line-height: 1.5;
    font-weight: 400;
    color: #484c51
}

.woocommerce .flexia-wrapper div.product .product_title::after {
    display: none
}

.woocommerce ul.products li.product .button:hover {
    background-color: #484c51;
    color: #fff
}

.woocommerce-breadcrumb a:first-of-type::before {
    display: inline-block;
    font: normal normal normal 14px/1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5407911001em
}

.breadcrumb-separator {
    opacity: .5;
    padding: 0 .25em
}

.woocommerce a.added_to_cart {
    display: block;
    text-align: center;
    font-size: 14px
}

.woocommerce a.added_to_cart::after {
    content: ""
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 1em;
    font-size: 1.2em !important;
    float: none
}

.woocommerce .star-rating span::before {
    color: #f2b01e
}

.woocommerce nav.woocommerce-pagination ul {
    border: none
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: none;
    margin-right: 5px
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    border-radius: 3px;
    transition: all .1s linear
}

.woocommerce-page .woocommerce-pagination ul.page-numbers li:last-child a {
    padding-top: 6px;
    padding-bottom: 10px
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #f56a6a;
    color: #fff
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: rgba(0, 0, 0, .25);
    color: #fff
}

.woocommerce .woocommerce-ordering select {
    background-image: url(../img/icons/icon-angle-down.png);
    background-size: 20px;
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    background-color: transparent;
    border-radius: 4px;
    padding: 5px;
    margin-right: 5px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.woocommerce .woocommerce-result-count {
    margin: .5em 0 1em
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    position: relative;
    display: flex;
    flex-flow: column
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link .onsale {
    order: 1
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
    order: 3
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    order: 5
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link .price {
    order: 7
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link .star-rating {
    order: 9
}

.woocommerce .flexia-woocommerce-wrapper span.onsale {
    background-color: #ffc09b;
    border-radius: 0;
    box-shadow: none;
    color: #404040;
    display: block;
    font-size: .8em;
    letter-spacing: 0;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg);
    z-index: 1;
    left: -21px !important;
    top: 5% !important;
    right: auto !important;
    margin: 0 !important;
    line-height: 1;
    min-height: auto;
    min-width: auto;
    padding: 15px 15px;
    width: 70px;
    height: 28px;
    padding: 0 !important;
    line-height: 25px
}

.woocommerce .flexia-woocommerce-wrapper ul.products li.product .onsale {
    top: 15% !important
}

.woocommerce.single-product div.product {
    position: relative;
    overflow: hidden
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #60646c;
    font-size: 1.25em;
    font-weight: 400
}

.woocommerce .quantity .qty {
    padding: 10px;
    border-radius: 0
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    padding: 15px;
    border-radius: 0;
    transition: all .1s linear
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff
}

.product_meta {
    color: #60646c
}

.product_meta>span {
    display: block;
    font-size: .875em;
    margin-bottom: 5px
}

.woocommerce .woocommerce-breadcrumb {
    font-size: .875em;
    color: #60646c
}

.product_meta a,
.woocommerce-breadcrumb a,
a.woocommerce-review-link {
    color: #92969e
}

.product_meta a:hover,
.woocommerce-breadcrumb a:hover,
a.woocommerce-review-link:hover {
    color: #60646c
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #f8f8f8;
    border-radius: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    outline: 0
}

.woocommerce div.product .related.products h2,
.woocommerce div.product .woocommerce-tabs h2 {
    font-weight: 400
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: #60646c
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: #60646c
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 15px
}

.woocommerce #coupon_code {
    min-width: 250px
}

#content .woocommerce .button {
    padding: 15px
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #000;
    color: #fff
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    padding: 10px;
    border-radius: 0
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, .75)
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 15px;
    height: auto
}

.woocommerce-checkout .select2-container .select2-selection--single {
    height: 40px
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 4px
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f8f8f8
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #e8e8e8
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #e8e8e8
}

.woocommerce ul.products li.product a img {
    transition: all .15s linear
}

.woocommerce ul.products li.product a img:hover {
    opacity: .9
}

.product-has-gallery {
    position: relative
}

.product-has-gallery .onsale {
    z-index: 999999
}

.product-has-gallery .wp-post-image {
    opacity: 1
}

.product-has-gallery .wp-post-image--secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-LoopProduct-link [class*=wp-post-image] {
    transition: opacity .5s ease
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image {
    opacity: 0
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary {
    opacity: 1
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-loop-product__link [class*=wp-post-image] {
    transition: opacity .5s ease
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image {
    opacity: 0
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
    opacity: 1
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    max-width: none
}

.flexia-woo-sidebar .widget .widget-title {
    color: #404040;
    font-weight: 700
}

.flexia-woo-sidebar .widget ul li {
    list-style: none;
    color: #707070;
    font-weight: 500
}

.flexia-woo-sidebar .widget ul li a {
    color: #707070
}

.flexia-woo-sidebar .widget ul li:before {
    content: "";
    padding: 0
}

.flexia-woo-sidebar .widget .product_list_widget li {
    margin-bottom: 1em
}

.flexia-woo-sidebar .widget .product_list_widget li>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: .5em
}

.flexia-woo-sidebar .widget .product_list_widget li>a img {
    margin-right: 15px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0
}

.flexia-woo-sidebar .widget .product_list_widget li>a .product-title {
    font-size: 1em;
    color: #404040;
    font-weight: 500;
    margin-left: 70px
}

.flexia-woo-sidebar .widget .product_list_widget li del {
    margin-right: 10px
}

.flexia-woo-sidebar .widget .product_list_widget li ins {
    margin-right: 10px;
    float: left;
    margin-left: 70px;
    font-size: 1.2em;
    font-weight: 700;
    color: #404040;
    background-color: transparent
}

.flexia-woo-sidebar .widget .product_list_widget li .discunt_amount {
    display: none
}

.flexia-woo-sidebar .widget .product_list_widget li .star-rating {
    display: none;
    margin-left: 70px;
    margin-bottom: 10px
}

.flexia-woo-sidebar .widget .product_list_widget li>.woocommerce-Price-amount {
    margin-right: 10px;
    float: left;
    margin-left: 70px;
    font-size: 1.2em;
    font-weight: 700;
    color: #404040;
    background-color: transparent
}

.flexia-woo-sidebar .widget .product_list_widget li>.woocommerce-Price-amount:nth-of-type(2) {
    margin-left: 10px;
    float: none
}

.flexia-woo-sidebar .widget_price_filter .price_slider_amount .price_label {
    color: #707070
}

.flexia-edd-product-thumb>img {
    display: block
}

.edd-input.edd-item-quantity {
    width: 50px;
    margin-bottom: 10px
}

.button.edd-add-to-cart {
    font-size: 1em
}

.edd_purchase_submit_wrapper .button.edd-add-to-cart {
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 5px
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-submit {
    background-color: #d5017d;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
    background-color: #4cb050;
    color: #fff
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-submit:hover {
    background-color: #ff0188;
    background-color: #55c056
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-submit:active {
    background-color: #ff0188
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-submit:focus {
    background-color: #ff0188
}

.edd_purchase_submit_wrapper .edd-add-to-cart.button {
    background-color: #4cb050;
    color: #fff
}

.edd_purchase_submit_wrapper .edd-add-to-cart.button:hover {
    background-color: #55c056
}

.edd-product-title {
    font-size: 1.5em;
    line-height: 1.2
}

#edd_checkout_form_wrap fieldset#edd_checkout_user_info {
    padding: .5em 1.387em 1.387em;
    margin: 70px 0 21px
}

#edd_checkout_form_wrap .edd_form legend {
    margin: -60px 0 0;
    font-size: 1.2em;
    display: block;
    font-weight: 700
}

.edd_go_to_checkout.button.edd-submit {
    background-color: #d5017d;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px
}

.edd_go_to_checkout.button.edd-submit:hover {
    background-color: #ff0188
}

.edd_go_to_checkout.button.edd-submit:active {
    background-color: #ff0188
}

.edd_go_to_checkout.button.edd-submit:focus {
    background-color: #ff0188
}

#edd-purchase-button {
    background-color: #d5017d;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px
}

#edd-purchase-button:hover {
    background-color: #ff0188
}

#edd-purchase-button:active {
    background-color: #ff0188
}

#edd-purchase-button:focus {
    background-color: #ff0188
}

.edd-submit.button {
    background-color: #d5017d;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px
}

input.edd-submit[type=submit] {
    background-color: #d5017d;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px
}

input.edd-submit[type=submit]:hover {
    background-color: #ff0188
}

input.edd-submit[type=submit]:active {
    background-color: #ff0188
}

input.edd-submit[type=submit]:focus {
    background-color: #ff0188
}

.edd-submit:hover {
    background-color: #ff0188
}

.edd-submit:active {
    background-color: #ff0188
}

.edd-submit:focus {
    background-color: #ff0188
}

.edd-cart-added-alert {
    padding: .5em 0;
    position: relative;
    color: #55c056
}

.edd_download_purchase_form .edd_price_options li {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, .05);
    transition: all .3s
}

.edd_download_purchase_form .edd_price_options li:hover {
    border-left: 5px solid #55c056
}

.edd_download_purchase_form .edd_price_options input[type=radio] {
    height: 1px;
    width: 1px;
    overflow: hidden;
    opacity: 0
}

.edd_download_purchase_form .edd_price_options input[type=radio]:checked+span::after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    left: 0;
    top: 50%;
    background: #55c056;
    border-radius: 20px;
    transform: translateY(-50%)
}

.edd_download_purchase_form .edd_price_options span.edd_price_option_name {
    position: relative;
    display: inline-block;
    padding: 8px 0 8px 30px
}

.edd_download_purchase_form .edd_price_options span.edd_price_option_name::before {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 50%;
    border: 3px solid #55c056;
    border-radius: 20px;
    transform: translateY(-50%)
}

.edd_download_purchase_form .edd_price_options label {
    cursor: pointer
}

.edd_download_purchase_form .edd_price_options .edd_price_option_price {
    font-weight: 700
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comments-area {
    color: #797979;
    font-size: 17px;
    margin: 10px auto;
    padding: 1em 0
}

.comments-area a {
    transition: all .3s
}

ol.comment-list li {
    list-style: none
}

.comments-area .comment-list li>ol,
.comments-area .comment-list li>ul {
    padding-left: 1em
}

.comments-area .comment-reply-title,
.comments-area .comments-title {
    font-size: 1.5em;
    margin: 1em auto 2.5em;
    text-align: center;
    text-transform: uppercase
}

.comments-area footer {
    margin-top: 0;
    text-align: left
}

.comment-respond .comment-reply-title {
    margin-top: 2em
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-list .children {
    list-style-type: none
}

.comments-area .comment-metadata {
    margin-bottom: 1em
}

.comments-area .comment-metadata a {
    color: #8e8e8e;
    font-size: 13px
}

.comments-area .comment-author img {
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 60px
}

.comments-area .comment-author a {
    color: #35353c;
    text-decoration: none
}

.comments-area .comment-author .says {
    display: none
}

.comments-area .comment-metadata {
    font-size: 12px
}

.comments-area .comment-content {
    color: #323232;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px
}

.comment-content>p {
    margin: 0 0 1em
}

.comment-body {
    border-top: 1px dashed rgba(0, 0, 0, .15);
    padding-top: 2em
}

.comments-area .comment-awaiting-moderation,
.comments-area .comment-content,
.comments-area .reply {
    padding-left: 80px
}

.comments-area .comment-awaiting-moderation {
    font-size: 12px
}

.comments-area .reply {
    margin-bottom: 20px
}

.comments-area .reply .comment-reply-link {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase
}

.comments-area .reply .comment-reply-link:hover {
    color: #3c3c3c
}

.comments-area .comment-respond {
    border-top: 1px dashed rgba(0, 0, 0, .15);
    margin-bottom: 2em;
    outline: 0 none
}

.comments-area .comment-form-comment label {
    width: 100%
}

.comments-area .comment-form-comment textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: none;
    color: #808086;
    font-size: 13px;
    font-weight: 300;
    outline: 0 none;
    padding: 8px 10px;
    width: 100%
}

.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-email input,
.comments-area .comment-respond .comment-form-url input {
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: none;
    color: #808086;
    font-size: 13px;
    font-weight: 300;
    outline: 0 none;
    padding: 8px 10px;
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    background-color: #3c3c3c;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    margin-top: 20px;
    outline: 0 none;
    padding: 1em 2em;
    text-decoration: none;
    font-size: 1em;
    border-radius: 3px;
    transition: all .2s ease-out 0s
}

.comments-area .comment-respond .form-submit input:hover {
    background-color: #f56a6a;
    transition: all .2s ease-out 0s
}

.comments-area .comment-respond .comment-form-author label,
.comments-area .comment-respond .comment-form-email label,
.comments-area .comment-respond .comment-form-url label {
    width: 100px
}

.comments-area .comment-notes {
    font-weight: 300;
    margin-bottom: 30px
}

.comments-area .comment-form label {
    color: #323232;
    font-size: 13px
}

.comments-area .blog-img-wide.blogdetails img {
    height: auto;
    padding: 20px;
    width: 100%
}

.edit-link {
    margin-left: 10px
}

.entry-footer .edit-link {
    display: block;
    margin: 10px 0
}

.post-edit-link {
    font-size: 13px;
    font-weight: 400
}

.comment-reply-title a {
    color: #f56a6a
}

.comment-reply-title a:hover {
    color: red;
    color: red
}

.comment-reply-title small {
    font-size: 100%;
    transform: scale(.8);
    display: inline-block
}

.infinite-scroll .posts-navigation {
    display: none
}

.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%
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

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

.wp-caption {
    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
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%
}

.gallery-caption {
    display: block
}