@charset "UTF-8";
.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em) * 0.75)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em) * 0.5)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em) * 0.25)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline > :where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 2rem
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]), .wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient, .wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image .block-library-cover__padding-visualizer, .wp-block-cover .block-library-cover__padding-visualizer {
    z-index: 2
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__embed {
    margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
    margin: 0;
    flex-direction: column;
    flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    flex: initial;
    background: none;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image:not(.is-style-rounded) > a, .wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
    display: table
}

.wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text { /*!rtl:begin:ignore*/
    direction: ltr; /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns:50% 1fr;
    grid-template-rows:auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media { /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1; /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr; /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1; /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1 /*!rtl:end:ignore*/
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

.wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    color: inherit;
    display: block;
    padding: 0
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:active, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    width: .6em;
    height: .6em;
    margin-left: .25em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit;
    margin-top: .075em
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
    top: 100%
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-right: 0;
    margin-left: auto
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    position: relative;
    display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation, .wp-block-navigation .wp-block-page-list, .wp-block-navigation:where(.has-background), .wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list, .wp-block-navigation:where(.has-background) .wp-block-navigation__container, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit
}

.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content, .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
    flex-grow: 1
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    color: inherit !important;
    background-color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    background-color: inherit;
    padding: 2rem;
    overflow: auto;
    z-index: 100000
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting, inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting, initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit !important;
    background: transparent !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    right: auto;
    left: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-top: .5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments input[type=submit] {
    border: none
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright, .wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right {
    max-width: 420px
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-pullquote.has-text-align-left p, .wp-block-pullquote.has-text-align-right p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template, .wp-block-query-loop {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template.wp-block-post-template, .wp-block-query-loop.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word
}

.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer, .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]), .wp-block-read-more:not([style*=text-decoration]):active, .wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
    fill: currentColor
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-site-logo {
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo a, .wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-social-links {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    margin-left: .5em;
    margin-right: .5em;
    font-size: .65em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1.25em;
    height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color > *, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style] > *, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width] > *, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
    border-width: inherit;
    border-style: inherit
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-video video {
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color), html :where([style*=border-width]) {
    border-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

.crf_left {
    text-align: left
}

.crf_named_but, .crf_twitt {
    display: inline-block;
    white-space: nowrap
}

.crf_ol, .crf_xa {
    text-align: left
}

.crf_named_but, .crf_nowrap, .crf_tex, .crf_twitt {
    white-space: nowrap
}

.crf_iui5, .crf_lsn {
    list-style: none
}

.crf_ind, .crf_xl {
    text-indent: 10px
}

.crf_oul, .crf_ww {
    word-wrap: break-word
}

.crf_twitt {
    margin: 2px;
    width: 70px;
    height: 40px;
    color: #fff
}

.crf_img_cs, .crf_img_set {
    height: 200px;
    cursor: pointer
}

.crf_img_cs {
    width: 200px;
    cursor: hand
}

.crf_social_img {
    background: 0 0;
    border: 0;
    padding: 0
}

.crf_padding_10 {
    padding-bottom: 10px
}

.crf_margin_10 {
    margin-left: 10px
}

.crf_named_but {
    margin-bottom: 5px
}

.crf_float_right {
    display: block;
    float: right;
    margin-right: 10px
}

.crf_table {
    display: block;
    overflow: auto
}

.crf_mbo {
    margin: 10px 0
}

.crf_none {
    display: none
}

.crf_blo, .crf_item_med, .crf_iui, .crf_iui2 {
    display: block
}

.gs_popuptype_holder select {
    max-width: 100% !important
}

.crf_full {
    width: 100%
}

.crf_img_set {
    width: 200px;
    cursor: hand
}

.crf_img_block {
    display: block;
    margin: 0 auto
}

.crf_amaz {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.crf_marg, .crf_marg2, .crf_marg3 {
    padding-bottom: 0
}

.crf_amz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crf_marg {
    margin: 0 auto
}

.crf_marg2 {
    margin-left: 0;
    margin-right: auto
}

.crf_marg3 {
    margin-left: auto;
    margin-right: 0
}

.crf_pointer {
    cursor: pointer
}

.crf_100 {
    width: 100px
}

.crf_bord {
    border-top: dotted 1px
}

.crf_bordx, .crf_las {
    border: none
}

.crf_no_pad {
    padding: 0
}

.crf_crd {
    float: left;
    font-size: 2.3em
}

.crf_xa {
    color: #111
}

.crf_ol {
    color: #aaa
}

.crf_kx, .crf_white {
    color: #fff
}

.crf_las {
    vertical-align: middle;
    text-align: center;
    width: 15%
}

.crf_kx {
    font-size: 1.5em;
    text-align: left
}

.crf_center, .crf_flick2, .crf_jhu, .crf_next, .crf_tex {
    text-align: center
}

.crf_no_bord {
    border: none;
    margin: 0 auto
}

.crf_clear {
    clear: both
}

.crf_lnk {
    float: right;
    margin-left: 10px;
    margin-bottom: 4px
}

.crf_cont, .crf_next {
    font-weight: 500;
    min-width: 26px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    text-decoration: none
}

.crf_9px {
    font-size: 9px
}

.crf_next {
    box-sizing: border-box;
    background: #fff;
    color: #642891;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 30px
}

.crf_cont {
    color: #fff;
    background: #642891;
    border: 1px solid #642891;
    border-radius: 30px
}

.crf_bold, .crf_col_b, .crf_col_c {
    font-weight: 700
}

.crf_td_none {
    text-decoration: none
}

.crf_trans {
    background-color: transparent
}

.crf_fl_r {
    float: left;
    padding-right: 10px
}

.crf_cust_col {
    color: #642891
}

.crf_col_b {
    color: #006add
}

.crf_col_c {
    color: #ff1981
}

.crf_col_d {
    color: #707074
}

.crf_col_e {
    color: #d3d3d3
}

.crf_flick {
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5), 0 1px 10px 0 rgba(0, 0, 0, .15);
    margin: 1px;
    max-width: 658px;
    padding: 0;
    width: 99.375%;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px)
}

.crf_flick2 {
    background: #F8F8F8;
    line-height: 0;
    margin-top: 40px;
    padding: 62.5% 0;
    width: 100%
}

.crf_oul, .crf_tex {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 17px
}

.crf_8px {
    padding: 8px
}

.crf_item_med {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC);
    height: 44px;
    margin: 0 auto -44px;
    position: relative;
    top: -22px;
    width: 44px
}

.crf_ply, .crf_vido {
    height: auto;
    width: 100%
}

.crf_iu {
    margin: 8px 0 0;
    padding: 0 4px
}

.crf_iui4, .crf_tex {
    margin-bottom: 0
}

.crf_iui3, .crf_iui4 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0
}

.crf_oul {
    color: #000;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

.crf_tex {
    color: #c9c8cd;
    margin-top: 8px;
    overflow: hidden;
    padding: 8px 0 7px;
    text-overflow: ellipsis
}

.crf_jhu {
    background: #F8F8F8;
    line-height: 0;
    margin-top: 40px;
    padding: 62.5% 0;
    width: 100%
}

.crf_iui5, .crf_iui6 {
    -webkit-padding-start: 0
}

.crf_vido {
    max-width: 600px
}

.crf_ply {
    max-width: 800px
}

.crf_400 {
    width: 400px
}

.crf_iui {
    width: 20%;
    float: left;
    padding-right: 10px
}

.crf_iui2 {
    width: 80%;
    float: left
}

.crf_bl, .crf_iui7 {
    display: inline-block
}

.crf_iui3 {
    margin: 0
}

.crf_iui5 {
    margin-left: 0;
    vertical-align: baseline
}

.crf_iui6 {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #2c5050;
    border-radius: 5px;
    background: #fff
}

.crf_auto {
    width: auto
}

.crf_pro {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.crf_iui7 {
    padding-top: 10px
}

.crf_pop {
    display: block;
    margin: auto;
    width: 75%
}

.crf_edd {
    color: #fff;
    background: #3276b1;
    border-color: #285e8e
}

.crf_nodec {
    text-decoration: none
}

.crf_margb {
    margin-bottom: 0;
    border: none
}

.crf_fl_left {
    display: inline-block;
    float: left
}

.crf_1_3 {
    font-size: 1.3em
}

.crf_frm {
    display: table;
    width: auto !important;
    padding: 0
}

.crf_frk, .crf_plo {
    display: table-cell;
    position: relative;
    margin-left: 5px !important;
    vertical-align: top
}

.crf_frk {
    width: 90%
}

.crf_xl {
    width: 100%
}

.crf_plo {
    width: 8%
}

.crf_img_dm {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px
}

.crf_blue {
    color: #00f
}

.crf_green {
    color: green
}

.crf_img_left {
    vertical-align: middle;
    margin-top: 8px;
    float: left
}

.crf_ww {
    white-space: normal
}

.crf_big {
    font-size: 1.2em
}

.mejs-currenttime, .mejs-duration, .mejs-time-slider {
    display: none !important
}

.display-posts-listing .listing-item {
    clear: both
}

.display-posts-listing img {
    float: left;
    margin: 0 10px 10px 0
}

.echo_display_title {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    vertical-align: baseline
}

.echo_display_title {
    text-decoration: none;
    color: rgb(31, 30, 30)
}

.echo_display_excerpt {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    vertical-align: baseline
}

.echo_display_excerpt {
    text-decoration: none;
    color: rgb(31, 30, 30)
}

.echo_display_excerpt {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    vertical-align: baseline
}

.echo_display_excerpt {
    text-decoration: none;
    color: rgb(31, 30, 30)
}

.echo_display_excerpt {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    vertical-align: baseline
}

#trp-floater-ls {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 80%;
    border-radius: 5px 5px 0 0;
    display: block;
    overflow: hidden
}

#trp-floater-ls.trp-color-dark {
    background: rgb(27, 27, 27);
    background: linear-gradient(0deg, rgba(27, 27, 27, 1) 0%, rgba(84, 84, 84, 1) 100%)
}

#trp-floater-ls.trp-color-light {
    background: rgb(214, 214, 214);
    background: linear-gradient(0deg, rgba(214, 214, 214, 1) 0%, rgba(250, 250, 250, 1) 100%)
}

#trp-floater-ls.trp-bottom-left {
    left: 10%
}

#trp-floater-ls.trp-top-right {
    bottom: auto;
    top: 0;
    border-radius: 0 0 5px 5px
}

#trp-floater-ls.trp-top-left {
    bottom: auto;
    top: 0;
    left: 10%;
    border-radius: 0 0 5px 5px
}

body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left {
    top: 32px
}

@media screen and (max-width: 782px) {
    body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left {
        top: 46px
    }
}

@media screen and (max-width: 1000px) {
    #trp-floater-ls {
        left: 50%
    }
}

@media screen and (max-width: 500px) {
    #trp-floater-ls {
        left: 10%
    }
}

#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-current-language a, #trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-language-list {
    text-align: center
}

#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language a img, #trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-language-list a img {
    text-align: center;
    display: block;
    margin: 0 auto
}

#trp-floater-ls-language-list {
    display: none
}

.trp-poweredby #trp-floater-ls-language-list .trp-language-wrap {
    padding: 25px;
    width: auto
}

#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby, #trp-floater-ls.trp-top-left.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby {
    border-top: none;
    border-bottom: 1px solid #747474
}

#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby, #trp-floater-ls.trp-top-left.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby {
    border-top: none;
    border-bottom: 1px solid #aaa
}

.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby {
    border-top: 1px solid #747474;
    color: #b3b3b3
}

.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby {
    border-top: 1px solid #aaa;
    color: gray
}

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby {
    padding: 5px;
    text-align: center;
    font-size: 10px
}

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a {
    display: inline;
    padding: 0 3px;
    border-radius: 30px;
    background: #b3b3b3;
    color: #111;
    line-height: 11px
}

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover {
    background: #f64f4f;
    color: #f1f1f1;
    opacity: 1
}

#trp-floater-ls:focus #trp-floater-ls-current-language, #trp-floater-ls:hover #trp-floater-ls-current-language {
    display: none
}

#trp-floater-ls:focus #trp-floater-ls-language-list, #trp-floater-ls:hover #trp-floater-ls-language-list {
    display: block
}

#trp-floater-ls {
    box-shadow: 0 0 5px #212121
}

#trp-floater-ls-current-language a, #trp-floater-ls-language-list a {
    display: block;
    padding: 10px 15px 10px 15px;
    font-size: 90%
}

#trp-floater-ls-current-language, #trp-floater-ls-language-list {
    text-align: left
}

#trp-floater-ls-current-language.trp-with-flags, #trp-floater-ls-language-list.trp-with-flags {
    text-align: left
}

#trp-floater-ls-current-language {
    display: block;
    width: 100%;
    height: 100%
}

.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a {
    color: #BDBDBD
}

.trp-color-light #trp-floater-ls-current-language a, .trp-color-light #trp-floater-ls-language-list a {
    color: #404040
}

.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a {
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#trp-floater-ls-language-list a:hover {
    color: #FAFAFA;
    background-color: #656565
}

#trp-floater-ls .trp-floater-ls-disabled-language {
    pointer-events: none;
    cursor: default
}

#trp-floater-ls .trp-with-flags .trp-flag-image {
    margin-right: 5px;
    margin-top: -1px;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    display: inline;
    padding: 0
}

.trp-flag-image:dir(rtl) {
    margin-left: 5px
}

#trp-floater-ls a {
    text-decoration: none
}

#trp-floater-ls-language-list {
    max-height: 300px;
    overflow-y: auto
}

.menu-item-object-language_switcher .trp-flag-image {
    display: inline-block;
    margin: -1px 5px;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    border-radius: 0
}

.trp-language-switcher {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    margin: 2px;
    box-sizing: border-box
}

.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 3px 20px 3px 5px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 8px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    background-color: #fff
}

.trp-language-switcher > div > a {
    display: block;
    padding: 2px;
    border-radius: 3px;
    color: rgb(7, 105, 173)
}

.trp-language-switcher > div > a:hover {
    background: #f1f1f1
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: default
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
    background: none
}

.trp-language-switcher > div > a > img {
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0
}

.trp-language-switcher .trp-ls-shortcode-current-language {
    display: inline-block
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: hidden
}

.trp-language-switcher .trp-ls-shortcode-language {
    display: inline-block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 0;
    min-height: auto
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    visibility: visible;
    max-height: 250px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto
}

#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
    content: '\f326';
    top: 3px
}

@media screen and (max-width: 782px) {
    #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
        text-indent: 0
    }

    #wpadminbar li#wp-admin-bar-trp_edit_translation {
        display: block
    }
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button, input, select {
    overflow: visible
}

button, input, select, textarea {
    margin: 0
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    outline: none;
    box-sizing: border-box
}

*:before, *:after {
    box-sizing: border-box
}

body {
    background: #F7F7F7;
    color: #2c2f34;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 21px
}

h1, h2, h3, h4, h5, h6, .the-subtitle {
    line-height: 1.4;
    font-weight: 600
}

h1 {
    font-size: 41px;
    font-weight: 700
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 23px
}

h4, .the-subtitle {
    font-size: 17px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 12px
}

a {
    color: #333;
    text-decoration: none;
    transition: 0.15s
}

a:hover {
    color: #08f
}

img, object, embed {
    max-width: 100%;
    height: auto
}

iframe {
    max-width: 100%
}

p {
    line-height: 21px
}

.says, .screen-reader-text, .comment-form-comment label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.stream-title {
    margin-bottom: 3px;
    font-size: 11px;
    color: #a5a5a5;
    display: block
}

.stream-item {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 20px 0;
    padding: 0
}

.stream-item iframe {
    margin: 0 auto
}

.stream-item img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle
}

.stream-item.stream-item-above-header {
    margin: 0
}

.stream-item.stream-item-between .post-item-inner {
    width: 100%;
    display: block
}

.post-layout-8.is-header-layout-1.has-header-ad .entry-header-outer, body.post-layout-8.has-header-below-ad .entry-header-outer {
    padding-top: 0
}

.stream-item-top-wrapper ~ .stream-item-below-header, .is-header-layout-1.has-header-ad.post-layout-6 .featured-area, .has-header-below-ad.post-layout-6 .featured-area {
    margin-top: 0
}

.has-header-below-ad .fullwidth-entry-title.container-wrapper, .is-header-layout-1.has-header-ad .fullwidth-entry-title, .is-header-layout-1.has-header-ad .is-first-section, .has-header-below-ad .is-first-section {
    padding-top: 0;
    margin-top: 0
}

@media (max-width: 991px) {
    body:not(.is-header-layout-1).has-header-below-ad.has-header-ad .top-nav-below .has-breaking-news {
        margin-bottom: 20px
    }

    .has-header-ad .fullwidth-entry-title.container-wrapper, .has-header-ad.has-header-below-ad .stream-item-below-header, .single.has-header-ad:not(.has-header-below-ad) #content, .page.has-header-ad:not(.has-header-below-ad) #content {
        margin-top: 0
    }

    .has-header-ad .is-first-section {
        padding-top: 0
    }

    .has-header-ad:not(.has-header-below-ad) .buddypress-header-outer {
        margin-bottom: 15px
    }
}

.has-full-width-logo .stream-item-top-wrapper, .header-layout-2 .stream-item-top-wrapper {
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both
}

@media (min-width: 992px) {
    .header-layout-2.has-normal-width-logo .stream-item-top-wrapper {
        margin-top: 0
    }
}

.header-layout-3.no-stream-item .logo-container {
    width: 100%;
    float: none
}

@media (min-width: 992px) {
    .header-layout-3.has-normal-width-logo .stream-item-top img {
        float: right
    }
}

@media (max-width: 991px) {
    .header-layout-3.has-normal-width-logo .stream-item-top {
        clear: both
    }
}

#background-ad-cover {
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed
}

@media (max-width: 768px) {
    .hide_banner_header .stream-item-above-header, .hide_banner_top .stream-item-top-wrapper, .hide_banner_below_header .stream-item-below-header, .hide_banner_bottom .stream-item-above-footer, .hide_banner_above .stream-item-above-post, .hide_banner_above_content .stream-item-above-post-content, .hide_banner_below_content .stream-item-below-post-content, .hide_banner_below .stream-item-below-post, .hide_banner_comments .stream-item-below-post-comments, .hide_breaking_news #top-nav, .hide_sidebars .sidebar, .hide_footer #footer-widgets-container, .hide_copyright #site-info, .hide_breadcrumbs #breadcrumb, .hide_share_post_top .share-buttons-top, .hide_share_post_bottom .share-buttons-bottom, .hide_post_newsletter #post-newsletter, .hide_related #related-posts, .hide_read_next #read-next-block, .hide_post_authorbio .post-components .about-author, .hide_post_nav .prev-next-post-nav, .hide_back_top_button #go-to-top, .hide_read_more_buttons .more-link, .hide_inline_related_posts #inline-related-post {
        display: none !important
    }
}

.tie-icon:before, [class^="tie-icon-"], [class*=" tie-icon-"] {
    font-family: 'tiefonticon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block
}

body.tie-no-js a.remove, body.tie-no-js .tooltip, body.tie-no-js .woocommerce-message, body.tie-no-js .woocommerce-error, body.tie-no-js .woocommerce-info, body.tie-no-js .bbp-template-notice, body.tie-no-js .indicator-hint, body.tie-no-js .menu-counter-bubble-outer, body.tie-no-js .notifications-total-outer, body.tie-no-js .comp-sub-menu, body.tie-no-js .menu-sub-content {
    display: none !important
}

body.tie-no-js .fa, body.tie-no-js .fas, body.tie-no-js .far, body.tie-no-js .fab, body.tie-no-js .tie-icon:before, body.tie-no-js [class^="tie-icon-"], body.tie-no-js [class*=" tie-icon-"], body.tie-no-js .weather-icon {
    visibility: hidden !important
}

body.tie-no-js [class^="tie-icon-"]:before, body.tie-no-js [class*=" tie-icon-"]:before {
    content: "\f105"
}

.tie-popup, #autocomplete-suggestions {
    display: none
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.tie-row {
    margin-left: -15px;
    margin-right: -15px
}

.tie-row:after {
    content: "";
    display: table;
    clear: both
}

.tie-col-xs-1, .tie-col-sm-1, .tie-col-md-1, .tie-col-xs-2, .tie-col-sm-2, .tie-col-md-2, .tie-col-xs-3, .tie-col-sm-3, .tie-col-md-3, .tie-col-xs-4, .tie-col-sm-4, .tie-col-md-4, .tie-col-xs-5, .tie-col-sm-5, .tie-col-md-5, .tie-col-xs-6, .tie-col-sm-6, .tie-col-md-6, .tie-col-xs-7, .tie-col-sm-7, .tie-col-md-7, .tie-col-xs-8, .tie-col-sm-8, .tie-col-md-8, .tie-col-xs-9, .tie-col-sm-9, .tie-col-md-9, .tie-col-xs-10, .tie-col-sm-10, .tie-col-md-10, .tie-col-xs-11, .tie-col-sm-11, .tie-col-md-11, .tie-col-xs-12, .tie-col-sm-12, .tie-col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.tie-col-xs-1, .tie-col-xs-2, .tie-col-xs-3, .tie-col-xs-4, .tie-col-xs-5, .tie-col-xs-6, .tie-col-xs-7, .tie-col-xs-8, .tie-col-xs-9, .tie-col-xs-10, .tie-col-xs-11, .tie-col-xs-12 {
    float: left
}

.tie-col-xs-1 {
    width: 8.33333%
}

.tie-col-xs-2 {
    width: 16.66667%
}

.tie-col-xs-3 {
    width: 25%
}

.tie-col-xs-4 {
    width: 33.33333%
}

.tie-col-xs-5 {
    width: 41.66667%
}

.tie-col-xs-6 {
    width: 50%
}

.tie-col-xs-7 {
    width: 58.33333%
}

.tie-col-xs-8 {
    width: 66.66667%
}

.tie-col-xs-9 {
    width: 75%
}

.tie-col-xs-10 {
    width: 83.33333%
}

.tie-col-xs-11 {
    width: 91.66667%
}

.tie-col-xs-12 {
    width: 100%
}

@media (min-width: 768px) {
    .tie-col-sm-1, .tie-col-sm-2, .tie-col-sm-3, .tie-col-sm-4, .tie-col-sm-5, .tie-col-sm-6, .tie-col-sm-7, .tie-col-sm-8, .tie-col-sm-9, .tie-col-sm-10, .tie-col-sm-11, .tie-col-sm-12 {
        float: left
    }

    .tie-col-sm-1 {
        width: 8.33333%
    }

    .tie-col-sm-2 {
        width: 16.66667%
    }

    .tie-col-sm-3 {
        width: 25%
    }

    .tie-col-sm-4 {
        width: 33.33333%
    }

    .tie-col-sm-5 {
        width: 41.66667%
    }

    .tie-col-sm-6 {
        width: 50%
    }

    .tie-col-sm-7 {
        width: 58.33333%
    }

    .tie-col-sm-8 {
        width: 66.66667%
    }

    .tie-col-sm-9 {
        width: 75%
    }

    .tie-col-sm-10 {
        width: 83.33333%
    }

    .tie-col-sm-11 {
        width: 91.66667%
    }

    .tie-col-sm-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .tie-col-md-1, .tie-col-md-2, .tie-col-md-3, .tie-col-md-4, .tie-col-md-5, .tie-col-md-6, .tie-col-md-7, .tie-col-md-8, .tie-col-md-9, .tie-col-md-10, .tie-col-md-11, .tie-col-md-12 {
        float: left
    }

    .tie-col-md-1 {
        width: 8.33333%
    }

    .tie-col-md-2 {
        width: 16.66667%
    }

    .tie-col-md-3 {
        width: 25%
    }


    .tie-col-md-5 {
        width: 41.66667%
    }

    .tie-col-md-6 {
        width: 50%
    }

    .tie-col-md-7 {
        width: 58.33333%
    }

    .tie-col-md-8 {
        width: 66.66667%
    }

    .tie-col-md-9 {
        width: 75%
    }

    .tie-col-md-10 {
        width: 83.33333%
    }

    .tie-col-md-11 {
        width: 91.66667%
    }

    .tie-col-md-12 {
        width: 100%
    }
}

.tie-alignleft {
    float: left
}

.tie-alignright {
    float: right
}

.tie-aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.fullwidth {
    width: 100% !important
}

.alignleft {
    float: left;
    margin: .375em 1.75em 1em 0
}

.alignright {
    float: right;
    margin: .375em 0 1em 1.75em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px
}

@media (max-width: 767px) {
    .entry .alignright, .entry .alignright img, .entry .alignleft, .entry .alignleft img {
        float: none;
        clear: both;
        display: block;
        margin: 0 auto 1.75em
    }
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.tie-container, #tie-wrapper {
    height: 100%;
    min-height: 650px
}

.tie-container {
    position: relative;
    overflow: hidden
}

#tie-wrapper {
    background: #fff;
    position: relative;
    z-index: 108;
    height: 100%;
    margin: 0 auto
}

.container-wrapper {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 30px
}

#content {
    margin-top: 30px
}

@media (max-width: 991px) {
    #content {
        margin-top: 15px
    }
}

.site-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.boxed-layout #tie-wrapper, .boxed-layout .fixed-nav {
    max-width: 1230px
}

.boxed-layout.wrapper-has-shadow #tie-wrapper {
    box-shadow: 0 1px 7px rgba(171, 171, 171, .5)
}

@media (min-width: 992px) {
    .boxed-layout #main-nav.fixed-nav, .boxed-layout #tie-wrapper {
        width: 95%
    }
}

@media (min-width: 992px) {
    .framed-layout #tie-wrapper {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

@media (min-width: 992px) {
    .border-layout #tie-container {
        margin: 25px
    }

    .border-layout:after, .border-layout:before {
        background: inherit;
        content: "";
        display: block;
        height: 25px;
        left: 0;
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 110
    }

    .border-layout:before {
        top: 0;
        bottom: auto
    }

    .border-layout.admin-bar:before {
        top: 32px
    }

    .border-layout #main-nav.fixed-nav {
        left: 25px;
        right: 25px;
        width: calc(100% - 50px)
    }
}

.theme-header {
    background: #fff;
    position: relative;
    z-index: 999
}

.theme-header:after {
    content: "";
    display: table;
    clear: both
}

.theme-header.has-shadow {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.theme-header.top-nav-below .top-nav {
    z-index: 8
}

.is-stretch-header .container {
    max-width: 100%
}

.logo-row {
    position: relative
}

#logo {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    float: left
}

#logo img {
    vertical-align: middle
}

#logo img[src*='.svg'] {
    width: 100% !important
}

@-moz-document url-prefix() {
    #logo img[src*='.svg'] {
        height: 100px
    }
}

#logo a {
    display: inline-block
}

#logo .h1-off {
    position: absolute;
    top: -9000px;
    left: -9000px
}

#logo.text-logo a {
    color: #08f
}

#logo.text-logo a:hover {
    color: #006dcc;
    opacity: .8
}

#tie-logo-inverted, #tie-sticky-logo-inverted {
    display: none
}

.tie-skin-inverted #tie-sticky-logo-inverted, .tie-skin-inverted #tie-logo-inverted {
    display: block
}

.tie-skin-inverted #tie-sticky-logo-default, .tie-skin-inverted #tie-logo-default {
    display: none
}

.logo-text {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700
}

@media (max-width: 670px) {
    .logo-text {
        font-size: 30px
    }
}

.has-full-width-logo.is-stretch-header .logo-container {
    padding: 0
}

.has-full-width-logo #logo {
    margin: 0
}

.has-full-width-logo #logo a, .has-full-width-logo #logo img {
    width: 100%;
    height: auto;
    display: block
}

.has-full-width-logo #logo, .header-layout-2 #logo {
    float: none;
    text-align: center
}

.has-full-width-logo #logo img, .header-layout-2 #logo img {
    margin-right: auto;
    margin-left: auto
}

.has-full-width-logo .logo-container, .header-layout-2 .logo-container {
    width: 100%;
    float: none
}

@media (max-width: 991px) {
    #theme-header.has-normal-width-logo #logo {
        margin: 14px 0 !important;
        text-align: left;
        line-height: 1
    }

    #theme-header.has-normal-width-logo #logo img {
        width: auto;
        height: auto;
        max-width: 190px
    }
}

@media (max-width: 479px) {
    #theme-header.has-normal-width-logo #logo img {
        max-width: 160px;
        max-height: 60px !important
    }
}

@media (max-width: 991px) {
    #theme-header.mobile-header-default:not(.header-layout-1) #logo, #theme-header.mobile-header-default.header-layout-1 .header-layout-1-logo {
        -webkit-flex-grow: 10;
        -ms-flex-positive: 10;
        flex-grow: 10
    }

    #theme-header.mobile-header-centered.header-layout-1 .header-layout-1-logo {
        width: auto !important
    }

    #theme-header.mobile-header-centered #logo {
        float: none;
        text-align: center
    }
}

.components {
    float: right
}

.components > li {
    position: relative;
    float: right;
    list-style: none
}

.components > li.social-icons-item {
    margin: 0
}

.components > li > a {
    display: block;
    position: relative;
    width: 30px;
    text-align: center;
    line-height: inherit;
    font-size: 16px
}

.components > li > a:hover, .components > li:hover > a {
    z-index: 2
}

.components .avatar {
    border-radius: 100%;
    position: relative;
    top: 4px;
    max-width: 20px
}

.components a.follow-btn {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden
}

.components .follow-btn .tie-icon-plus {
    font-size: 13px
}

.components .follow-btn .follow-text {
    font-size: 12px;
    margin-left: 8px;
    display: block;
    float: right
}

.components .search-bar {
    width: auto;
    border: solid rgba(0, 0, 0, .1);
    border-width: 0 1px;
    margin-left: 10px
}

.components #search {
    position: relative;
    background: transparent
}

.components #search-input {
    border: 0;
    margin-bottom: 0;
    line-height: inherit;
    width: 100%;
    background: transparent;
    padding: 0 25px 0 10px;
    border-radius: 0;
    box-sizing: border-box;
    font-size: inherit
}

.components #search-input:hover {
    background: rgba(0, 0, 0, .03)
}

.components #search-input:focus {
    background: rgba(0, 0, 0, .03);
    box-shadow: none
}

.components #search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    line-height: inherit;
    color: #777;
    background: transparent;
    font-size: 15px;
    padding: 0;
    transition: color 0.15s
}

.components #search-submit:hover {
    color: #08f
}

#search-submit .tie-icon-spinner {
    color: #555;
    cursor: default;
    -webkit-animation: tie-spin 3s infinite linear;
    animation: tie-spin 3s infinite linear
}

.top-nav-boxed .components li:first-child.weather-menu-item, .main-nav-boxed .components li:first-child.weather-menu-item, .components .search-bar + .weather-menu-item {
    padding-right: 10px
}

.popup-login-icon.has-title a {
    width: auto;
    padding: 0 8px
}

.popup-login-icon.has-title span {
    line-height: unset;
    float: left
}

.popup-login-icon.has-title .login-title {
    position: relative;
    font-size: 13px;
    padding-left: 4px
}

.weather-menu-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px;
    overflow: hidden
}

.weather-menu-item:after {
    content: 't';
    visibility: hidden;
    width: 0
}

.weather-menu-item .weather-wrap {
    padding: 0;
    overflow: inherit;
    line-height: 23px
}

.weather-menu-item .weather-forecast-day {
    display: block;
    float: left;
    width: auto;
    padding: 0 5px;
    line-height: initial
}

.weather-menu-item .weather-forecast-day .weather-icon {
    font-size: 26px;
    margin-bottom: 0
}

.weather-menu-item .city-data {
    float: left;
    display: block;
    font-size: 12px
}

.weather-menu-item .weather-current-temp {
    font-size: 16px;
    font-weight: 400
}

.weather-menu-item .weather-current-temp sup {
    font-size: 9px;
    top: -2px
}

.weather-menu-item .theme-notice {
    padding: 0 10px
}

.components .tie-weather-widget {
    color: #2c2f34
}

.main-nav-dark .main-nav .tie-weather-widget {
    color: #fff
}

.top-nav-dark .top-nav .tie-weather-widget {
    color: #ccc
}

.components .icon-basecloud-bg:after {
    color: #fff
}

.main-nav-dark .main-nav .icon-basecloud-bg:after {
    color: #1f2024
}

.top-nav-dark .top-nav .icon-basecloud-bg:after {
    color: #27292d
}

.header-layout-1 #menu-components-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .header-layout-1 #main-nav [class*="tie-col-md"] {
        float: left;
        width: auto
    }
}

.header-layout-1 .main-menu-wrapper {
    display: table;
    width: 100%
}

.header-layout-1 #logo {
    line-height: 1;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
}

.header-layout-1 .header-layout-1-logo {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.header-layout-1 #main-nav .components .search-bar {
    border: none
}

.header-layout-1 #main-nav .components #search-input {
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: initial;
    padding-top: 10px;
    padding-bottom: 10px
}

.header-layout-1.main-nav-dark #main-nav .components #search-input {
    border-color: rgba(255, 255, 255, .07)
}

.header-layout-2 #menu-components-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-layout-4 #menu-components-wrap {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 25px
}

.header-layout-4 #menu-components-wrap .main-menu-wrap {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.is-header-bg-extended #theme-header, .is-header-bg-extended #theme-header.header-layout-1 #main-nav:not(.fixed-nav) {
    background: transparent !important;
    display: inline-block !important;
    width: 100% !important;
    box-shadow: none !important;
    transition: background 0.3s
}

.is-header-bg-extended #theme-header:before, .is-header-bg-extended #theme-header.header-layout-1 #main-nav:not(.fixed-nav):before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, .5))
}

@media (max-width: 991px) {
    .is-header-bg-extended #tie-wrapper #theme-header .logo-container:not(.fixed-nav) {
        background: transparent;
        box-shadow: none;
        transition: background 0.3s
    }
}

.is-header-bg-extended .has-background .is-first-section {
    margin-top: -350px !important
}

.is-header-bg-extended .has-background .is-first-section > * {
    padding-top: 350px !important
}

.rainbow-line {
    height: 3px;
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%)
}

@media (max-width: 991px) {
    .logo-container, .header-layout-1 .main-menu-wrapper {
        border-width: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.mobile-header-components {
    display: none;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.mobile-header-components .components {
    float: none;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.mobile-header-components .components li.custom-menu-link {
    display: inline-block;
    float: none
}

.mobile-header-components .components li.custom-menu-link > a {
    width: 20px;
    padding-bottom: 15px
}

.mobile-header-components .components li.custom-menu-link > a .menu-counter-bubble {
    right: calc(50% - 10px);
    bottom: -10px
}

.header-layout-1.main-nav-dark .mobile-header-components .components li.custom-menu-link > a {
    color: #fff
}

.dark-skin .mobile-header-components .components a.button.guest-btn:not(:hover) {
    background: #23262a;
    border-color: #23262a;
    color: #fff
}

.mobile-header-components .components .comp-sub-menu {
    padding: 10px
}

.dark-skin .mobile-header-components .components .comp-sub-menu {
    background: #1f2024
}

.mobile-header-components [class^="tie-icon-"], .mobile-header-components [class*=" tie-icon-"] {
    font-size: 18px;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.mobile-header-components .tie-mobile-menu-icon {
    font-size: 20px
}

.mobile-header-components .tie-icon-grid-9, .mobile-header-components .tie-icon-grid-4 {
    -webkit-transform: scale(1.75);
    -ms-transform: scale(1.75);
    transform: scale(1.75)
}

.mobile-header-components .nav-icon {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #2c2f34;
    position: relative;
    top: -4px;
    transition: background 0.4s ease
}

.mobile-header-components .nav-icon:before, .mobile-header-components .nav-icon:after {
    position: absolute;
    right: 0;
    background-color: #2c2f34;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transition: background 0.4s, right .2s ease, -webkit-transform 0.4s;
    transition: transform 0.4s, background 0.4s, right .2s ease;
    transition: transform 0.4s, background 0.4s, right .2s ease, -webkit-transform 0.4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mobile-header-components .nav-icon:before {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.mobile-header-components .nav-icon:after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.mobile-header-components .nav-icon.is-layout-2:before, .mobile-header-components .nav-icon.is-layout-2:after {
    width: 70%;
    right: 15%
}

.mobile-header-components .nav-icon.is-layout-3:after {
    width: 60%
}

.mobile-header-components .nav-icon.is-layout-4:after {
    width: 60%;
    right: auto;
    left: 0
}

.dark-skin .mobile-header-components .nav-icon, .dark-skin .mobile-header-components .nav-icon:before, .dark-skin .mobile-header-components .nav-icon:after, .main-nav-dark.header-layout-1 .mobile-header-components .nav-icon, .main-nav-dark.header-layout-1 .mobile-header-components .nav-icon:before, .main-nav-dark.header-layout-1 .mobile-header-components .nav-icon:after {
    background-color: #fff
}

.dark-skin .mobile-header-components .nav-icon .menu-text, .main-nav-dark.header-layout-1 .mobile-header-components .nav-icon .menu-text {
    color: #fff
}

.mobile-header-components .menu-text-wrapper {
    white-space: nowrap;
    width: auto !important
}

.mobile-header-components .menu-text {
    color: #2c2f34;
    line-height: 30px;
    font-size: 12px;
    padding: 0 0 0 5px;
    display: inline-block;
    transition: color 0.4s
}

.dark-skin .mobile-header-components .menu-text, .main-nav-dark.header-layout-1 .mobile-header-components .menu-text {
    color: #fff
}

#mobile-header-components-area_1 .components li.custom-menu-link > a {
    margin-right: 15px
}

#mobile-header-components-area_1 .comp-sub-menu {
    left: 0;
    right: auto
}

#mobile-header-components-area_2 .components {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#mobile-header-components-area_2 .components li.custom-menu-link > a {
    margin-left: 15px
}

#mobile-menu-icon:hover .nav-icon, #mobile-menu-icon:hover .nav-icon:before, #mobile-menu-icon:hover .nav-icon:after {
    background-color: #08f
}

@media (max-width: 991px) {
    .logo-container:before, .logo-container:after {
        height: 1px
    }

    .mobile-components-row .logo-wrapper {
        height: auto !important
    }

    .mobile-components-row .logo-container, .mobile-components-row.header-layout-1 .main-menu-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mobile-components-row:not(.header-layout-1) #logo, .mobile-components-row.header-layout-1 .header-layout-1-logo {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .mobile-components-row .mobile-header-components {
        padding: 5px 0;
        height: 45px
    }

    .mobile-components-row .mobile-header-components .components li.custom-menu-link > a {
        padding-bottom: 0
    }

    #tie-body #mobile-container, .mobile-header-components {
        display: block
    }

    #slide-sidebar-widgets {
        display: none
    }
}

.top-nav {
    background-color: #fff;
    position: relative;
    z-index: 10;
    line-height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 1px 0;
    color: #2c2f34
}

.main-nav-below.top-nav-above .top-nav {
    border-top-width: 0
}

.top-nav a:not(.button):not(:hover) {
    color: #2c2f34
}

.top-nav .components > li:hover > a {
    color: #08f
}

.topbar-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 35px
}

.top-nav.has-menu .topbar-wrapper, .top-nav.has-components .topbar-wrapper {
    display: block
}

.top-nav .tie-alignleft, .top-nav .tie-alignright {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.top-nav.has-breaking-news .tie-alignleft {
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px
}

.top-nav.has-breaking-news .tie-alignright {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    z-index: 1
}

.top-nav.has-date-components .tie-alignleft .components > li:first-child:not(.search-bar), .top-nav.has-date-components-menu .components > li:first-child:not(.search-bar), .top-nav-boxed .top-nav.has-components .components > li:first-child:not(.search-bar) {
    border-width: 0
}

@media (min-width: 992px) {
    .header-layout-1.top-nav-below:not(.has-shadow) .top-nav {
        border-width: 0 0 1px
    }
}

.topbar-today-date {
    float: left;
    padding-right: 15px;
    font-size: 12px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.topbar-today-date:before {
    font-size: 13px;
    content: "\f017"
}

.top-menu .menu a {
    padding: 0 10px
}

.top-menu .menu li:hover > a {
    color: #08f
}

.top-menu .menu ul {
    display: none;
    position: absolute;
    background: #fff
}

.top-menu .menu li:hover > ul {
    display: block
}

.top-menu .menu li {
    position: relative
}

.top-menu .menu ul.sub-menu a {
    width: 180px;
    line-height: 20px;
    padding: 7px 15px
}

.tie-alignright .top-menu {
    float: right;
    border-width: 0 1px
}

.top-menu .menu .tie-current-menu > a {
    color: #08f
}

@media (min-width: 992px) {
    .top-nav-boxed .top-nav {
        background: transparent !important;
        border-width: 0
    }

    .top-nav-boxed .topbar-today-date {
        padding: 0 15px
    }

    .top-nav-boxed .top-nav {
        background: transparent;
        border-width: 0
    }

    .top-nav-boxed .topbar-wrapper {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
        border-width: 0 1px 1px;
        width: 100%
    }

    .top-nav-boxed.main-nav-above.top-nav-below:not(.header-layout-1) .topbar-wrapper {
        border-width: 1px
    }

    .top-nav-boxed.has-shadow.top-nav-below .topbar-wrapper, .top-nav-boxed.has-shadow.top-nav-below-main-nav .topbar-wrapper {
        border-width: 1px 1px 0 !important
    }

    .top-nav-boxed.main-nav-below.top-nav-below-main-nav .has-breaking-news .topbar-wrapper {
        border-left-width: 0 !important
    }

    .top-nav-boxed .has-menu .topbar-wrapper, .top-nav-boxed .has-components .topbar-wrapper {
        border-width: 0 1px 1px
    }

    .top-nav-boxed .tie-alignright .search-bar {
        border-right-width: 0
    }

    .top-nav-boxed .tie-alignleft .search-bar {
        border-left-width: 0
    }

    .top-nav-boxed .has-date-components .tie-alignleft .search-bar, .top-nav-boxed .has-date-components-menu .tie-alignleft .search-bar {
        border-left-width: 1px
    }
}

.top-nav .tie-alignleft .components, .top-nav .tie-alignleft .components > li {
    float: left
}

.top-nav .tie-alignleft .comp-sub-menu {
    right: auto;
    left: -1px
}

.top-nav-dark .top-nav {
    background-color: #2c2e32;
    color: #ccc
}

.top-nav-dark .top-nav * {
    border-color: rgba(255, 255, 255, .1)
}

.top-nav-dark .top-nav .breaking a {
    color: #ccc
}

.top-nav-dark .top-nav .breaking a:hover {
    color: #fff
}

.top-nav-dark .top-nav .components > li > a, .top-nav-dark .top-nav .components > li.social-icons-item .social-link:not(:hover) span {
    color: #ccc
}

.top-nav-dark .top-nav .components > li:hover > a {
    color: #fff
}

.top-nav-dark .top-nav .top-menu li a {
    color: #ccc;
    border-color: rgba(255, 255, 255, .04)
}

.top-nav-dark .top-menu ul {
    background: #2c2e32
}

.top-nav-dark .top-menu li:hover > a {
    background: rgba(0, 0, 0, .1);
    color: #08f
}

.top-nav-dark.top-nav-boxed .top-nav {
    background-color: transparent
}

.top-nav-dark.top-nav-boxed .topbar-wrapper {
    background-color: #2c2e32
}

.top-nav-dark.top-nav-boxed.top-nav-above.main-nav-below .topbar-wrapper {
    border-width: 0
}

.top-nav-light #top-nav .weather-icon .icon-cloud, .top-nav-light #top-nav .weather-icon .icon-basecloud-bg, .top-nav-light #top-nav .weather-icon .icon-cloud-behind, .main-nav-light #main-nav .weather-icon .icon-cloud, .main-nav-light #main-nav .weather-icon .icon-basecloud-bg, .main-nav-light #main-nav .weather-icon .icon-cloud-behind {
    color: #d3d3d3
}

@media (max-width: 991px) {
    .top-nav:not(.has-breaking-news), .topbar-today-date, .top-menu, .theme-header .components {
        display: none
    }
}

.breaking {
    display: none
}

.main-nav-wrapper {
    position: relative;
    z-index: 4
}

.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
    z-index: 9
}

.main-nav-above.top-nav-below .main-nav-wrapper {
    z-index: 10
}

.main-nav {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 1px 0
}

.main-menu-wrapper {
    border: 0 solid rgba(0, 0, 0, .1);
    position: relative
}

@media (min-width: 992px) {
    .header-menu {
        float: left
    }

    .header-menu .menu li {
        display: block;
        float: left
    }

    .header-menu .menu a {
        display: block;
        position: relative
    }

    .header-menu .menu .sub-menu a {
        padding: 8px 10px
    }

    .header-menu .menu a:hover, .header-menu .menu li:hover > a {
        z-index: 2
    }

    .header-menu .menu ul {
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
    }

    .header-menu .menu ul li {
        position: relative
    }

    .header-menu .menu ul a {
        border-width: 0 0 1px;
        transition: 0.15s
    }

    .header-menu .menu ul ul {
        top: 0;
        left: 100%
    }

    #main-nav {
        z-index: 9;
        line-height: 60px
    }

    .top-nav-below-main-nav #main-nav .main-menu > ul > li, .header-layout-1.top-nav-below #main-nav .main-menu > ul > li {
        border-bottom: 0;
        margin-bottom: 0
    }

    .main-menu .menu a {
        transition: 0.15s
    }

    .main-menu .menu > li > a {
        padding: 0 14px;
        font-size: 13px;
        font-weight: 600
    }

    .main-menu .menu > li > .menu-sub-content {
        border-top: 2px solid #08f
    }

    .main-menu .menu > li.tie-current-menu {
        border-bottom: 5px solid #08f;
        margin-bottom: -5px
    }

    .main-menu .menu > li.tie-current-menu > a:after {
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        margin-top: 17px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: #2c2f34;
        transition: 0.3s
    }

    .main-menu .menu > li.is-icon-only > a {
        padding: 0 20px;
        line-height: inherit
    }

    .main-menu .menu > li.is-icon-only > a:after, .main-menu .menu > li.is-icon-only > a:before {
        display: none
    }

    .main-menu .menu > li.is-icon-only > a .tie-menu-icon {
        font-size: 160%;
        -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
        transform: translateY(15%)
    }

    .main-menu .menu ul {
        line-height: 20px;
        z-index: 1
    }

    .main-menu .menu .sub-menu .tie-menu-icon, .main-menu .menu .mega-recent-featured-list .tie-menu-icon, .main-menu .menu .mega-link-column .tie-menu-icon, .main-menu .menu .mega-cat-more-links .tie-menu-icon {
        width: 20px
    }

    .main-menu .menu-sub-content {
        display: none;
        padding: 15px;
        width: 230px;
        position: absolute;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
    }

    .main-menu .menu-sub-content a {
        width: 200px
    }

    .main-menu .menu-sub-content .menu-item-has-children > a:before {
        right: 5px
    }

    .main-menu ul li:hover > .menu-sub-content, .main-menu ul li[aria-expanded="true"] > ul, .main-menu ul li[aria-expanded="true"] > .mega-menu-block {
        display: block;
        z-index: 1
    }

    nav.main-nav .menu > li.tie-current-menu > a, nav.main-nav .menu > li:hover > a {
        background-color: #08f;
        color: #fff
    }

    .header-layout-1 .main-menu-wrap .menu > li:only-child:not(.mega-menu) {
        position: relative
    }

    .header-layout-1 .main-menu-wrap .menu > li:only-child > .menu-sub-content {
        right: 0;
        left: auto
    }

    .header-layout-1 .main-menu-wrap .menu > li:only-child > .menu-sub-content ul {
        left: auto;
        right: 100%
    }

    nav.main-nav .components > li:hover > a {
        color: #08f
    }

    .main-nav-dark .main-nav {
        background: #1f2024;
        border-width: 0
    }

    .main-nav-dark .main-nav .search-bar {
        border-color: rgba(255, 255, 255, .07)
    }

    .main-nav-dark .main-nav .components > li > a {
        color: #fff
    }

    .main-nav-dark .main-nav .components > li.social-icons-item .social-link:not(:hover) span {
        color: #fff
    }

    .main-nav-dark .main-nav.fixed-nav {
        background-color: rgba(31, 32, 36, .95)
    }

    .main-nav-dark .main-menu .menu > li a {
        color: #fff
    }

    .main-nav-dark .main-menu .menu ul li:hover > a, .main-nav-dark .main-menu .menu ul li.current-menu-item:not(.mega-link-column) > a {
        color: #08f
    }

    .main-nav-dark .main-menu .menu-sub-content {
        background: #1f2024;
        color: #fff
    }

    .main-nav-dark .main-menu .menu ul a, .main-nav-dark .main-menu .mega-cat-wrapper, .main-nav-dark .mega-cat-more-links > li a {
        border-color: rgba(255, 255, 255, .04)
    }

    .main-nav-dark .mega-recent-featured-list:after {
        background: rgba(0, 0, 0, .08)
    }

    .main-nav-dark.main-nav-boxed .main-nav .main-menu-wrapper {
        background-color: #1f2024
    }

    .main-nav-dark .cats-vertical, .main-nav-dark ul.cats-horizontal li a {
        background: rgba(0, 0, 0, .2)
    }

    .main-nav-dark ul.cats-horizontal li a {
        border: none
    }

    .main-nav-dark ul.cats-vertical li a.is-active, .main-nav-dark ul.cats-vertical li a:hover {
        background: #1f2024
    }

    .main-nav-light .main-nav {
        background-color: #fff;
        color: #2c2f34
    }

    .main-nav-light .main-nav .menu-sub-content {
        background: #fff
    }

    .main-nav-light .main-nav .menu ul li:hover > a, .main-nav-light .main-nav .components li a:hover, .main-nav-light .main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a {
        color: #08f
    }

    .main-nav-light .main-nav .menu a, .main-nav-light .main-nav .components li a {
        color: #2c2f34
    }

    .main-nav-light .main-nav .components li a.button:hover, .main-nav-light .main-nav .components li a.checkout-button {
        color: #fff
    }

    .main-nav-light .main-nav.fixed-nav {
        background-color: rgba(255, 255, 255, .95)
    }

    .main-nav-light .cats-vertical {
        background: rgba(0, 0, 0, .03)
    }

    .main-nav-light ul.cats-vertical li a.is-active, .main-nav-light ul.cats-vertical li a:hover {
        background: #fff
    }

    .main-nav-light .mega-menu .post-meta, .main-nav-light .mega-menu .post-meta a:not(:hover) {
        color: rgba(0, 0, 0, .5)
    }
}

@media (min-width: 992px) {
    .menu-item-has-children > a:before, .mega-menu > a:before {
        content: '';
        position: absolute;
        right: 12px;
        margin-top: 2px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top: 4px solid #fff;
        transition: border 0.15s
    }

    .menu-item-has-children .menu-item-has-children > a:before, .mega-menu .menu-item-has-children > a:before {
        border: 4px solid transparent;
        border-left-color: #fff
    }

    .menu > .menu-item-has-children:not(.is-icon-only) > a, .menu .mega-menu:not(.is-icon-only) > a {
        padding-right: 25px
    }

    .main-menu .menu > li.tie-current-menu > a:before, .main-menu .menu > li:hover > a:before {
        border-top-color: #fff
    }

    .main-nav-light .main-nav .menu-item-has-children > a:before, .main-nav-light .mega-menu > a:before {
        border-top-color: #2c2f34
    }

    .main-nav-light .main-nav .menu-item-has-children .menu-item-has-children > a:before, .main-nav-light .mega-menu .menu-item-has-children > a:before {
        border-top-color: transparent;
        border-left-color: #2c2f34
    }

    .main-nav-light .main-nav .menu-item-has-children li:hover > a:before, .main-nav-light .mega-menu li:hover > a:before {
        border-left-color: #08f
    }

    .top-nav-dark .top-menu .menu-item-has-children > a:before {
        border-top-color: #ccc
    }

    .top-nav-dark .top-menu .menu-item-has-children .menu-item-has-children > a:before {
        border-left-color: #ccc;
        border-top-color: transparent
    }
}

@media (min-width: 992px) {
    .main-nav-boxed .main-nav {
        border-width: 0
    }

    .main-nav-boxed .main-menu-wrapper {
        float: left;
        width: 100%
    }

    .main-nav-boxed .main-menu-wrapper .search-bar {
        border-right-width: 0
    }

    .main-nav-boxed.main-nav-light .main-menu-wrapper {
        border-width: 1px;
        background-color: #fff
    }

    .dark-skin .main-nav-boxed.main-nav-light .main-menu-wrapper {
        border-width: 0
    }

    .main-nav-boxed.main-nav-light .fixed-nav .main-menu-wrapper {
        border-color: transparent
    }

    .main-nav-above.top-nav-above #main-nav:not(.fixed-nav) {
        top: -1px
    }

    .main-nav-below.top-nav-below #main-nav:not(.fixed-nav) {
        bottom: -1px
    }

    .dark-skin .main-nav-below.top-nav-above #main-nav {
        border-width: 0
    }

    .dark-skin .main-nav-below.top-nav-below-main-nav #main-nav {
        border-top-width: 0
    }
}

.main-nav-boxed .main-nav:not(.fixed-nav), .main-nav-boxed .fixed-nav .main-menu-wrapper, .theme-header:not(.main-nav-boxed) .fixed-nav .main-menu-wrapper {
    background: transparent !important
}

@media (min-width: 992px) {
    .header-layout-1.main-nav-below.top-nav-above .main-nav {
        margin-top: -1px
    }

    .header-layout-1.main-nav-below.top-nav-above .top-nav {
        border-top-width: 0
    }

    .header-layout-1.main-nav-below.top-nav-above .breaking-title {
        top: 0;
        margin-bottom: -1px
    }
}

.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
    z-index: 9
}

.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
    margin-bottom: -1px;
    bottom: 0;
    border-top-width: 0
}

@media (min-width: 992px) {
    .header-layout-1.main-nav-below.top-nav-below-main-nav .top-nav {
        margin-top: -1px
    }
}

.header-layout-1.has-shadow:not(.top-nav-below) .main-nav {
    border-bottom: 0 !important
}

#theme-header.header-layout-1 > div:only-child nav {
    border-width: 0 !important
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .main-nav .menu > li:not(.is-icon-only) > a {
        padding-left: 7px;
        padding-right: 7px
    }

    .main-nav .menu > li:not(.is-icon-only) > a:before {
        display: none
    }

    .main-nav .menu > li.is-icon-only > a {
        padding-left: 15px;
        padding-right: 15px
    }
}

.menu-tiny-label {
    font-size: 10px;
    border-radius: 10px;
    padding: 2px 7px 3px;
    margin-left: 3px;
    line-height: 1;
    position: relative;
    top: -1px
}

.menu-tiny-label.menu-tiny-circle {
    border-radius: 100%
}

@media (max-width: 991px) {
    #sticky-logo {
        display: none
    }
}

@media (min-width: 992px) {
    #sticky-logo {
        overflow: hidden;
        float: left;
        vertical-align: middle
    }

    #sticky-logo a {
        line-height: 1;
        display: inline-block
    }

    #sticky-logo img {
        position: relative;
        vertical-align: middle;
        padding: 8px 10px;
        top: -1px;
        max-height: 50px
    }

    .just-before-sticky #sticky-logo img, .header-layout-1 #sticky-logo img {
        padding: 0
    }

    .header-layout-1:not(.has-custom-sticky-logo) #sticky-logo {
        display: none
    }

    .theme-header #sticky-logo img {
        opacity: 0;
        visibility: hidden;
        width: 0 !important;
        -webkit-transform: translateY(75%);
        -ms-transform: translateY(75%);
        transform: translateY(75%);
        transition: opacity 0.6s cubic-bezier(.55, 0, .1, 1), -webkit-transform 0.3s cubic-bezier(.55, 0, .1, 1);
        transition: transform 0.3s cubic-bezier(.55, 0, .1, 1), opacity 0.6s cubic-bezier(.55, 0, .1, 1);
        transition: transform 0.3s cubic-bezier(.55, 0, .1, 1), opacity 0.6s cubic-bezier(.55, 0, .1, 1), -webkit-transform 0.3s cubic-bezier(.55, 0, .1, 1)
    }

    .theme-header.header-layout-1:not(.has-custom-sticky-logo) #sticky-logo img {
        transition: none
    }

    .theme-header:not(.header-layout-1) #main-nav:not(.fixed-nav) #sticky-logo img {
        margin-left: -20px
    }

    .header-layout-1 .flex-placeholder {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.theme-header .fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: auto !important;
    z-index: 100;
    will-change: transform;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1);
    border-width: 0;
    background-color: rgba(255, 255, 255, .95)
}

.theme-header .fixed-nav:not(.just-before-sticky) {
    line-height: 60px !important
}

@media (min-width: 992px) {
    .theme-header .fixed-nav:not(.just-before-sticky) .header-layout-1-logo {
        display: none
    }
}

.theme-header .fixed-nav:not(.just-before-sticky) #sticky-logo img {
    opacity: 1;
    visibility: visible;
    width: auto !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width: 992px) {
    .header-layout-1:not(.just-before-sticky):not(.has-custom-sticky-logo) .fixed-nav #sticky-logo {
        display: block
    }
}

.admin-bar .theme-header .fixed-nav {
    top: 32px
}

@media (max-width: 782px) {
    .admin-bar .theme-header .fixed-nav {
        top: 46px
    }
}

@media (max-width: 600px) {
    .admin-bar .theme-header .fixed-nav {
        top: 0
    }
}

@media (min-width: 992px) {
    .border-layout .theme-header .fixed-nav {
        top: 25px
    }

    .border-layout.admin-bar .theme-header .fixed-nav {
        top: 57px
    }
}

.theme-header .fixed-nav .container {
    opacity: .95
}

.theme-header .fixed-nav .main-menu-wrapper, .theme-header .fixed-nav .main-menu {
    border-top: 0
}

.theme-header .fixed-nav.fixed-unpinned:not(.default-behavior-mode) .main-menu .menu > li.tie-current-menu {
    border-bottom-width: 0;
    margin-bottom: 0
}

.theme-header .fixed-nav.unpinned-no-transition {
    transition: none
}

.theme-header .fixed-nav:not(.fixed-unpinned):not(.fixed-pinned) .tie-current-menu {
    border: none !important
}

.theme-header .fixed-pinned, .theme-header .default-behavior-mode.fixed-unpinned {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width: 991px) {
    .theme-header .fixed-nav {
        transition: none
    }

    .fixed-nav.logo-container.sticky-up, .fixed-nav.logo-container.sticky-nav-slide.sticky-down, .fixed-nav#main-nav.sticky-up, .fixed-nav#main-nav.sticky-nav-slide.sticky-down {
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease
    }

    .sticky-type-slide .fixed-nav.logo-container.sticky-nav-slide-visible, .sticky-type-slide .fixed-nav#main-nav.sticky-nav-slide-visible {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .fixed-nav.default-behavior-mode {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

@media (max-width: 991px) {
    #tie-wrapper header#theme-header {
        box-shadow: none;
        background: transparent !important
    }

    .logo-container, .header-layout-1 .main-nav {
        border-width: 0;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1)
    }

    .header-layout-1.top-nav-below .main-nav:not(.fixed-nav) {
        box-shadow: none
    }

    .is-header-layout-1.has-header-ad .top-nav-below .main-nav {
        border-bottom-width: 1px
    }

    .logo-container, .header-layout-1 .main-nav {
        background-color: #fff
    }

    .dark-skin .logo-container, .main-nav-dark.header-layout-1 .main-nav {
        background-color: #1f2024
    }

    .dark-skin #theme-header .logo-container.fixed-nav {
        background-color: rgba(31, 32, 36, .95)
    }

    .header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
        margin-bottom: 0
    }

    .main-menu-wrapper .tie-alignleft {
        width: 100%
    }
}

.magazine2 .container-wrapper, .magazine2.woocommerce div.product .woocommerce-tabs, .magazine2.woocommerce div.product .related.products {
    border-width: 0;
    padding: 0;
    background-color: transparent;
    opacity: .99
}

@media (min-width: 992px) {
    .magazine2.sidebar-left .sidebar, .magazine2 .sidebar-left .sidebar {
        padding-right: 40px
    }

    .magazine2.sidebar-right .sidebar, .magazine2 .sidebar-right .sidebar {
        padding-left: 40px
    }
}

.magazine2.page .entry-content, .magazine2.archive .wide-post-box .container-wrapper {
    padding-top: 0
}

.magazine2 .mag-box, .magazine2 .sidebar .container-wrapper, .magazine2 .sidebar .tie-weather-widget, .magazine2 .widget-content-only {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .magazine2 .mag-box, .magazine2 .sidebar .container-wrapper, .magazine2 .sidebar .tie-weather-widget, .magazine2 .widget-content-only {
        margin-bottom: 30px
    }
}

.magazine2 .has-background .slider-area, .magazine2 .mag-box.breaking-news-outer {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .magazine2 .has-background .slider-area, .magazine2 .mag-box.breaking-news-outer {
        margin-bottom: 15px
    }
}

html:not(.dark-skin) .magazine2 .section-item:not(.dark-skin) .box-dark-skin > .container-wrapper {
    padding: 30px
}

@media (max-width: 767px) {
    html:not(.dark-skin) .magazine2 .section-item:not(.dark-skin) .box-dark-skin > .container-wrapper {
        padding: 15px
    }
}

.dark-skin .magazine2 .container-wrapper {
    background-color: transparent
}

.dark-skin .magazine2 .mag-box.timeline-box .posts-items:last-of-type:after, .magazine2 .box-dark-skin.timeline-box .posts-items:last-of-type:after {
    background-image: linear-gradient(to bottom, #404146 0%, #27292d 80%)
}

.dark-skin .magazine2 .mag-box .day-month:before, .magazine2 .box-dark-skin .day-month:before {
    border-color: #27292d
}

@media (min-width: 768px) {
    .dark-skin .magazine2 .mag-box.full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        background: #27292d
    }
}

.magazine2.post-layout-1 .entry-header-outer, .magazine2.post-layout-2 .entry-header-outer, .magazine2.post-layout-6 .entry-header-outer {
    padding: 0 0 20px
}

.magazine2.post-layout-2 .featured-area, .magazine2.archive:not(.bbpress) .entry-header-outer, .magazine2.search .entry-header-outer {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .magazine2.post-layout-2 .featured-area, .magazine2.archive:not(.bbpress) .entry-header-outer, .magazine2.search .entry-header-outer {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .magazine2.post-layout-8.one-column-no-sidebar .main-content {
        padding: 30px;
        background: #fff
    }

    .dark-skin .magazine2.post-layout-8.one-column-no-sidebar .main-content {
        background-color: #1f2024
    }
}

.magazine2 .share-buttons-bottom {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 15px
}

.magazine2 .share-buttons-top {
    padding-right: 0;
    padding-left: 0
}

.magazine2 .share-buttons-top:first-child {
    padding-top: 0
}

.magazine2 .post-components > div, .magazine2 .post-components #add-comment-block {
    margin-top: 50px
}

@media (max-width: 991px) {
    .magazine2 .post-components > div, .magazine2 .post-components #add-comment-block {
        margin-top: 30px
    }
}

.magazine2 #post-newsletter {
    padding: 30px;
    border-width: 1px;
    background: #fafafa
}

@media (max-width: 670px) {
    .magazine2 #post-newsletter {
        padding: 15px
    }
}

.dark-skin .magazine2 #post-newsletter {
    background-color: #18191c
}

.magazine2 .entry-content {
    padding: 0 0 30px
}

@media (max-width: 670px) {
    .magazine2 .entry-content {
        padding: 0 0 15px
    }
}

.magazine2:not(.post-layout-8):not(.one-column-no-sidebar) .tie-full-width-img img, .magazine2:not(.post-layout-8):not(.one-column-no-sidebar):not(.full-width) .entry .alignwide, .magazine2:not(.post-layout-8):not(.one-column-no-sidebar):not(.full-width) .entry .alignfull {
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.magazine2 .post-element .entry-archives-header {
    padding: 0
}

.magazine2 .post-element .entry-content {
    padding: 15px 0 0
}

@media (min-width: 768px) {
    .magazine2.full-width .masonry-with-spaces:not(.media-page-layout) .post-element {
        width: calc(92% / 3);
        margin-bottom: 4%
    }

    .magazine2.full-width .masonry-with-spaces:not(.media-page-layout) .grid-sizer {
        width: calc(92% / 3)
    }

    .magazine2.full-width .masonry-with-spaces:not(.media-page-layout) .gutter-sizer {
        width: 4%
    }
}

.magazine2.full-width .masonry-with-spaces:not(.media-page-layout) #masonry-grid:not(.masonry-loaded) .post-element {
    margin-right: 4%;
    margin-left: 0
}

.magazine2.full-width .masonry-with-spaces:not(.media-page-layout) #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 0
}

.magazine2 .entry .authors-wrap {
    margin-top: 60px
}

.magazine2 .entry .authors-wrap > li {
    margin-bottom: 50px
}

.magazine2 .has-custom-bg-color .container-wrapper {
    padding: 30px
}

@media (max-width: 767px) {
    .magazine2 .has-custom-bg-color .container-wrapper {
        padding: 15px
    }
}

.menu-counter-bubble-outer, .notifications-total-outer {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px
}

.menu-counter-bubble {
    position: relative;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    background: #e74c3c;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    padding: 0 4px;
    margin-right: -2px
}

#main-nav .menu-counter-bubble {
    min-width: 16px;
    height: 16px;
    line-height: 16px
}

.comp-sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 250px;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    cursor: default;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
    box-sizing: content-box
}

li.custom-menu-link:hover .comp-sub-menu {
    display: block
}

.comp-sub-menu li {
    position: relative;
    border: solid rgba(0, 0, 0, .08);
    border-width: 1px 0 0;
    width: 100%
}

.comp-sub-menu li:last-child {
    margin-bottom: 0;
    border-bottom-width: 0
}

.shopping-cart-icon .comp-sub-menu {
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.comp-sub-menu .cart-list {
    max-height: 275px;
    overflow-y: auto;
    overflow-x: hidden
}

.comp-sub-menu .cart-list .remove {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.comp-sub-menu .cart-list li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-width: 0 0 1px
}

.comp-sub-menu .cart-list li:last-child {
    border-bottom-width: 1px;
    margin-bottom: 0
}

.comp-sub-menu .cart-list li:hover .remove {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.comp-sub-menu .product-thumb {
    float: left;
    margin-right: 15px;
    width: 50px
}

.comp-sub-menu .product-thumb img {
    display: block
}

.comp-sub-menu .product-thumb a {
    padding: 0;
    line-height: 0
}

.comp-sub-menu .product-title {
    line-height: 10px;
    padding-right: 30px
}

.comp-sub-menu .product-title a {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    width: 100%;
    border: 0;
    padding: 0
}

.comp-sub-menu .product-title a, .comp-sub-menu .notifications-item a {
    background-color: transparent
}

.comp-sub-menu .product-meta {
    display: block;
    line-height: 18px;
    font-size: 12px
}

.comp-sub-menu .shopping-subtotal {
    line-height: 30px;
    margin: 5px 0;
    font-size: 14px;
    text-align: center
}

.comp-sub-menu .shopping-subtotal span {
    font-weight: 700
}

.comp-sub-menu .button {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    height: 35px
}

.comp-sub-menu .cart-empty-message {
    text-align: center;
    line-height: 1.5
}

.comp-sub-menu.bp-notifications-menu {
    padding: 0
}

.comp-sub-menu.bp-notifications-menu li {
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 90%
}

.comp-sub-menu.bp-notifications-menu li a {
    padding: 10px 10px 10px 35px;
    display: block
}

.comp-sub-menu.bp-notifications-menu li a span {
    margin-left: -22px;
    margin-right: 5px
}

.comp-sub-menu #no-notifications {
    text-align: center
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons {
    width: 120px
}

.comp-sub-menu.dropdown-social-icons {
    width: 150px;
    padding: 0;
    margin: 0;
    line-height: 35px
}

.comp-sub-menu.dropdown-social-icons li {
    margin: 0
}

.comp-sub-menu.dropdown-social-icons a {
    display: block;
    font-size: 13px
}

.comp-sub-menu.dropdown-social-icons a span {
    color: #2c2f34
}

.comp-sub-menu.dropdown-social-icons a .tie-social-icon {
    width: 50px;
    text-align: center;
    display: inline-block
}

.comp-sub-menu.dropdown-social-icons li:last-child {
    border-bottom: 0
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons li {
    width: 40px;
    float: left;
    border: 1px solid rgba(0, 0, 0, .08);
    border-width: 0 1px 1px 0
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons li .tie-social-icon {
    width: 40px
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons li:nth-child(-n+3) {
    border-top-width: 1px
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons li:nth-child(3n+3) {
    border-right: 0
}

.components-user-profile {
    width: 180px
}

.components-user-profile .author-avatar {
    display: none
}

.components-user-profile .welcome-text {
    margin-bottom: 10px;
    font-size: 14px
}

.components-user-profile li {
    line-height: 32px;
    border: none
}

.components-user-profile li a {
    display: block
}

.cart-list::-webkit-scrollbar {
    width: 3px;
    opacity: 0
}

.cart-list::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.cart-list:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.main-nav-dark .main-nav .cart-list:hover::-webkit-scrollbar-track, .top-nav-dark .top-nav .cart-list:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .2)
}

.cart-list::-webkit-scrollbar-thumb {
    background-color: transparent
}

.cart-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    outline: 1px solid slategrey
}

.main-nav-dark .main-nav .cart-list:hover::-webkit-scrollbar-thumb, .top-nav-dark .top-nav .cart-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .2)
}

.main-nav-dark .main-nav .comp-sub-menu, .top-nav-dark .top-nav .comp-sub-menu {
    background: #1f2024;
    color: #ccc
}

.main-nav-dark .main-nav .dropdown-social-icons li a span, .top-nav-dark .top-nav .dropdown-social-icons li a span {
    color: #ccc
}

.main-nav-dark .main-nav .shopping-cart-icon .comp-sub-menu, .main-nav-dark .main-nav .comp-sub-menu li, .top-nav-dark .top-nav .shopping-cart-icon .comp-sub-menu, .top-nav-dark .top-nav .comp-sub-menu li {
    border-color: rgba(255, 255, 255, .05)
}

.main-nav-dark .main-nav .comp-sub-menu a:not(:hover), .top-nav-dark .top-nav .comp-sub-menu a:not(:hover) {
    color: #fff
}

.main-nav-dark .main-nav .comp-sub-menu a.checkout-button:not(:hover), .top-nav-dark .top-nav .comp-sub-menu a.checkout-button:not(:hover) {
    color: #fff
}

.main-nav-dark .main-nav .comp-sub-menu a.button.guest-btn, .top-nav-dark .top-nav .comp-sub-menu a.button.guest-btn {
    background: #23262a;
    border-color: #23262a
}

.main-nav-dark .main-nav .comp-sub-menu a.button.guest-btn:hover, .top-nav-dark .top-nav .comp-sub-menu a.button.guest-btn:hover {
    background-color: #08f;
    color: #fff
}

.main-nav-dark .main-nav input, .top-nav-dark .top-nav input {
    color: #ccc
}

.top-nav-dark .top-nav .comp-sub-menu {
    background: #2c2e32
}

.top-nav-dark .top-nav .comp-sub-menu .button.guest-btn:not(:hover) {
    background: #1f2024;
    border-color: #1f2024
}

.top-nav-dark .top-nav input {
    color: #ccc
}

@media (min-width: 992px) {
    .theme-header .top-menu li > a:before {
        border-top-color: #2c2f34
    }

    .theme-header .top-menu li.tie-current-menu > a:before, .theme-header .top-menu li:hover > a[href]:before {
        border-top-color: #08f
    }

    .theme-header .top-menu li .menu-item-has-children > a:before {
        border-left-color: #2c2f34;
        border-top-color: transparent !important
    }

    .theme-header .top-menu li .current-menu-item > a:before, .theme-header .top-menu li li:hover > a[href]:before {
        border-left-color: #08f
    }

    .mega-menu .mega-menu-block {
        left: 0;
        width: 100%;
        padding: 30px
    }

    .mega-menu .mega-menu-block a {
        width: auto
    }

    .sub-menu-columns {
        margin: 0 -15px
    }

    .mega-links .mega-menu-block {
        padding-bottom: 15px
    }

    .main-menu .mega-links-head {
        width: 100%;
        font-weight: 600;
        background: transparent !important;
        border-bottom: 2px solid rgba(0, 0, 0, .08);
        border-top: 0;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 10px
    }

    .main-menu .mega-links-head:before {
        display: none
    }

    .main-menu .mega-links-head:after {
        display: block;
        content: "";
        width: 50px;
        height: 2px;
        background: #08f;
        position: absolute;
        bottom: -2px;
        left: 0;
        transition: width 0.2s
    }

    .mega-link-column {
        margin-bottom: 10px;
        padding: 0 15px;
        width: 50%
    }

    .mega-link-column li {
        width: 100%
    }

    .mega-link-column li a {
        padding: 8px 0
    }

    .mega-link-column:hover .mega-links-head:after {
        width: 65px
    }

    .mega-link-column .menu-sub-content {
        width: 100%;
        max-width: 200px
    }

    .hide-mega-headings {
        margin-top: 20px;
        margin-bottom: 0
    }

    .hide-mega-headings > a {
        display: none !important
    }

    .mega-links-3col .mega-link-column {
        width: 33.333%
    }

    .mega-links-3col .mega-link-column:nth-child(3n+4) {
        clear: left
    }

    .mega-links-4col .mega-link-column {
        width: 25%
    }

    .mega-links-4col .mega-link-column:nth-child(4n+5) {
        clear: left
    }

    .mega-links-5col .mega-link-column {
        width: 20%
    }

    .mega-links-5col .mega-link-column:nth-child(5n+6) {
        clear: left
    }

    .main-menu .is-loading li {
        opacity: 0.5 !important;
        transition: opacity 0.3s
    }

    .main-menu .mega-cat-wrapper {
        overflow: hidden;
        height: auto;
        clear: both
    }

    .main-menu .mega-ajax-content {
        min-height: 200px;
        position: relative
    }

    .main-menu .mega-recent-featured .mega-ajax-content {
        min-height: 325px
    }

    .main-menu .mega-cat .mega-menu-content {
        clear: both
    }

    .main-menu .mega-cat .mega-menu-block {
        padding: 0
    }

    .main-menu .mega-cat-content {
        padding: 30px
    }

    .main-menu .mega-cat-sub-exists {
        width: 80%;
        float: left
    }

    .main-menu .horizontal-posts {
        width: 100%
    }

    .main-menu .mega-cat-posts-container ul {
        margin-left: -10px;
        margin-right: -10px
    }

    .main-menu .mega-cat .mega-menu-post {
        width: 20%;
        opacity: 0;
        padding: 0 10px
    }

    .main-menu .mega-cat .mega-menu-post:nth-child(5n+1) {
        clear: both
    }

    .main-menu .mega-menu .post-box-title {
        line-height: 1.4
    }

    .main-menu .mega-menu a.mega-menu-link {
        font-size: 14px;
        font-weight: 500;
        border: 0;
        display: block
    }

    .main-menu .mega-menu a.mega-menu-link:hover {
        color: #08f;
        background: transparent !important
    }

    .main-menu .mega-menu .post-thumb {
        margin-bottom: 10px
    }

    .main-menu .mega-menu .post-meta {
        margin: 5px 0 0;
        line-height: 20px
    }

    .main-menu .mega-menu .post-meta a:not(:hover) {
        color: #777
    }

    .main-menu .mega-menu .post-meta a {
        padding: 0;
        background-color: transparent
    }

    .main-menu .vertical-posts .mega-menu-post {
        width: 25%
    }

    .main-menu .menu-item-has-children .mega-cat-wrapper {
        border-top: 1px solid rgba(0, 0, 0, .08)
    }

    .main-menu .menu-item-has-children .cats-vertical, .main-menu .menu-item-has-children .cats-vertical + .mega-cat-content {
        padding-top: 30px
    }

    .main-menu ul.mega-cat-more-links {
        opacity: 1 !important;
        box-shadow: none
    }

    .main-menu .mega-cat-more-links {
        padding: 20px 30px;
        margin: 0 -10px
    }

    .main-menu .mega-cat-more-links > li {
        float: left;
        width: 25%;
        padding: 0 10px
    }

    .main-menu .mega-cat-more-links > li > a {
        border-bottom-width: 0
    }

    .main-menu .mega-cat-more-links > li:nth-child(n+5) > a {
        border: solid rgba(0, 0, 0, .05);
        border-width: 1px 0 0
    }

    .main-menu .mega-cat-more-links > li ul {
        left: calc(100% - 10px)
    }

    .main-menu .mega-cat-more-links > li li {
        width: 100%
    }

    .main-menu ul.mega-cat-sub-categories {
        overflow: hidden;
        box-shadow: none
    }

    .main-menu .cats-horizontal {
        margin: 30px 30px -10px
    }

    .main-menu .cats-horizontal li {
        line-height: 20px;
        margin-right: 7px
    }

    .main-menu .cats-horizontal li a {
        border: 1px solid rgba(0, 0, 0, .08);
        background-color: rgba(0, 0, 0, .02);
        border-radius: 2px;
        padding: 1px 10px;
        width: auto
    }

    .main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active, .main-nav .mega-menu.mega-cat .cats-horizontal li a:hover {
        color: #fff;
        background: #08f;
        border-color: #08f
    }

    .main-menu .cats-vertical {
        width: 20%;
        float: left;
        padding: 30px 0 0 20px;
        padding-bottom: 1500px;
        margin-bottom: -1500px
    }

    .main-menu .cats-vertical li {
        width: 100%
    }

    .main-menu .cats-vertical li:last-child {
        margin-bottom: 50px
    }

    .main-menu .cats-vertical li a {
        display: block;
        border-top: 0;
        width: 100%;
        padding: 8px 10px
    }

    .main-menu .mega-recent-post {
        float: left;
        width: 37%;
        padding-right: 30px
    }

    .main-menu .mega-recent-post .post-box-title a {
        font-size: 22px;
        margin-top: 7px;
        line-height: 30px
    }

    .main-menu .mega-check-also {
        float: left;
        width: 63%
    }

    .main-menu .mega-check-also ul {
        overflow: hidden;
        margin: 0 -15px -20px;
        box-shadow: none
    }

    .main-menu .mega-check-also li {
        width: 50%;
        padding: 0 15px 20px;
        overflow: hidden
    }

    .main-menu .mega-check-also li:nth-child(2n+1) {
        clear: left
    }

    .main-menu .mega-check-also .post-thumbnail {
        margin-right: 20px;
        float: left
    }

    .main-menu .mega-check-also .post-thumb {
        overflow: hidden;
        margin-bottom: 0
    }

    .main-menu .mega-check-also .post-thumb img {
        width: 110px
    }

    .main-menu .mega-check-also .post-details {
        padding-left: 130px
    }

    .main-menu .mega-recent-featured > .menu-sub-content {
        overflow: hidden
    }

    .main-menu .mega-recent-featured .mega-menu-content {
        float: right;
        position: relative;
        min-height: 30px;
        width: 100%
    }

    .main-menu .mega-recent-featured.menu-item-has-children .mega-menu-content {
        width: 75%
    }

    .main-menu .mega-recent-featured.menu-item-has-children .mega-recent-post {
        width: 52%;
        padding-left: 30px
    }

    .main-menu .mega-recent-featured.menu-item-has-children .mega-check-also {
        width: 48%
    }

    .main-menu .mega-recent-featured.menu-item-has-children .mega-check-also li {
        width: 100%
    }

    .main-menu ul.mega-recent-featured-list {
        width: 25%;
        padding-right: 30px;
        float: left;
        position: relative;
        box-shadow: none
    }

    .main-menu .mega-recent-featured-list li {
        width: 100%;
        z-index: 2
    }

    .main-menu .mega-recent-featured-list a {
        display: block;
        border-top: 0;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .06)
    }

    .main-menu .mega-recent-featured-list:after {
        content: "";
        width: 1500px;
        height: 1500px;
        background: rgba(0, 0, 0, .03);
        position: absolute;
        z-index: 1;
        right: 0;
        top: -100px
    }

    .ajax-no-more-posts {
        text-align: center;
        position: absolute;
        width: calc(100% - 40px)
    }
}

@media (min-width: 992px) {
    .two-columns-submenu > ul {
        width: 320px !important
    }

    .two-columns-submenu > ul > li {
        width: 50% !important;
        float: left
    }

    .two-columns-submenu > ul > li a {
        width: 100% !important
    }

    .two-columns-submenu.odd > ul > li:last-child {
        width: 100% !important
    }
}

@media (min-width: 992px) {
    .theme-header .logo-row > div {
        height: auto !important
    }

    .logo-container.fixed-nav.fixed-nav {
        position: static !important;
        line-height: initial !important;
        box-shadow: none !important;
        background-color: transparent !important
    }

    .header-layout-3 .logo-container.fixed-nav.fixed-nav {
        width: auto
    }

    .header-layout-3 .stream-item-top-wrapper {
        float: right
    }
}

.breaking {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block !important
}

.breaking-title {
    padding: 0 10px;
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    position: relative
}

.breaking-title span {
    position: relative;
    z-index: 1
}

.breaking-title span.breaking-icon {
    display: none
}

@media (max-width: 600px) {
    .breaking-title span.breaking-icon {
        display: inline-block
    }

    .breaking-title .breaking-title-text {
        display: none
    }
}

.breaking-title:before {
    content: "";
    background: #f05555;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.breaking-news {
    display: none
}

.ticker-wrapper.has-js {
    margin: 0;
    padding: 0;
    height: 35px;
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 20px
}

@media (min-width: 480px) {
    .controls-is-active .ticker-wrapper.has-js {
        padding-right: 70px
    }
}

.ticker {
    width: 100%;
    height: 35px;
    display: block;
    position: relative;
    overflow: hidden
}

.ticker-content {
    display: none;
    left: 10px;
    line-height: 35px;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
    width: auto
}

.top-nav-dark .ticker-content {
    background-color: #2c2e32
}

.ticker-content:focus {
    outline: none
}

.ticker-content.is-paused {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.ticker-swipe {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: calc(100% - 10px);
    height: 35px
}

.ticker-swipe span {
    margin-left: 1px;
    height: 35px;
    width: 7px;
    display: block
}

.ticker-swipe span:after {
    content: "_"
}

.ticker-content, .ticker-swipe {
    background-color: #fff
}

.top-nav-dark .ticker-content, .top-nav-dark .ticker-swipe, .box-dark-skin .ticker-content, .box-dark-skin .ticker-swipe {
    background-color: #2c2e32
}

.breaking-news-nav {
    position: absolute;
    right: 0;
    padding-right: 8px;
    list-style-type: none;
    height: 35px
}

header:not(.top-nav-boxed) .has-breaking .breaking-news-nav {
    padding: 0
}

@media (max-width: 479px) {
    .breaking-news-nav {
        display: none
    }
}

.breaking-news-nav li {
    padding: 0;
    margin: 6px 0 6px 7px;
    float: left;
    cursor: pointer;
    height: 21px;
    width: 21px;
    display: block;
    line-height: 17px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: 0.3s
}

.box-dark-skin .breaking-news-nav li, .top-nav-dark .breaking-news-nav li {
    border-color: rgba(255, 255, 255, .1)
}

.breaking-news-nav li:after {
    opacity: .8;
    display: inline-block;
    content: "\f04c";
    font-family: tiefonticon
}

.breaking-news-nav li:hover {
    background-color: #f05555;
    border-color: #f05555;
    color: #fff
}

.breaking-news-nav li:hover:after {
    opacity: 1
}

.breaking-news-nav li.jnt-prev:after {
    content: "\f104"
}

.breaking-news-nav li.jnt-next:after {
    content: "\f106"
}

.up-down-controls .breaking-news-nav li:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 5px
}

.ticker-dir-left .ticker-content, .ticker-dir-left .ticker {
    float: left
}

.ticker-dir-right .ticker-content, .ticker-dir-right .ticker {
    float: right
}

@media (max-width: 767px) {
    .magazine1:not(.has-builder):not(.error404) .main-content, .magazine1:not(.has-builder):not(.error404) .related-posts-full-width .tie-col-md-12, .magazine1:not(.has-builder):not(.error404) .sidebar {
        padding-left: 0;
        padding-right: 0
    }

    .magazine1:not(.has-builder):not(.error404) .social-icons-widget.widget-content-only {
        padding: 0 20px
    }
}

textarea, input, select {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #2c2f34;
    font-size: 13px;
    outline: none;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background 0.3s, border 0.3s;
    max-width: 100%;
    background-color: transparent
}

textarea:hover, input:hover, select:hover, textarea:focus, input[type="text"]:focus, select:focus {
    background-color: rgba(0, 0, 0, .03)
}

textarea, input:not([type="checkbox"]):not([type="radio"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

textarea {
    width: 100%
}

select {
    padding: 5px;
    height: 30px;
    -webkit-appearance: menulist
}

select[multiple] {
    height: auto
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

@media (max-width: 767px) {
    input:not([type="submit"]), select, textarea {
        font-size: 16px !important
    }
}

.button, [type="submit"], .generic-button a, .generic-button button {
    width: auto;
    position: relative;
    background-color: #08f;
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button:hover, [type="submit"]:hover, .generic-button a:hover, .generic-button button:hover {
    background-color: #006dcc;
    text-decoration: none;
    color: #fff
}

.button.guest-btn {
    border: 1px solid rgba(0, 0, 0, .1)
}

.button.guest-btn:not(:hover) {
    color: #2c2f34;
    background: #fff
}

.button.dark-btn {
    background: #2c2f34;
    color: #fff;
    border: 0
}

.button.dark-btn:hover {
    background: #23262a
}

code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, Monaco, 'MonacoRegular', monospace;
    font-size: 13px;
    line-height: 1.6
}

pre {
    overflow: auto;
    margin: 20px 0;
    padding: 1.43em;
    color: #3f3b36;
    border: 1px solid #08f;
    border-left: 10px solid #08f;
    background: url(../../../themes/jannah/assets/images/code-bg.png) repeat top;
    background-size: 1px 40px;
    text-align: left;
    direction: ltr;
    -moz-tab-size: 2;
    tab-size: 2
}

code {
    background-color: #d1d1d1;
    color: #1a1a1a;
    padding: .125em .25em
}

kbd {
    font-family: Consolas, "Lucida Console", monospace;
    display: inline-block;
    border-radius: 3px;
    padding: 0 4px;
    box-shadow: 1px 1px 1px #777;
    margin: 2px;
    font-size: small;
    vertical-align: text-bottom;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    font-variant: small-caps;
    font-weight: 600;
    background: #000;
    color: #ddd;
    letter-spacing: 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::-moz-selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

.more-link {
    margin-top: 10px;
    white-space: nowrap;
    word-wrap: normal
}

.background-overlay {
    background-attachment: fixed
}

.sidebar-right .main-content {
    float: left
}

.sidebar-right .sidebar {
    float: right
}

@media (min-width: 992px) {
    .sidebar-right.magazine1 .main-content, .magazine1 .sidebar-right .main-content {
        padding-right: 3px
    }

    .sidebar-right.magazine2 .main-content, .magazine2 .sidebar-right .main-content {
        padding-right: 5px
    }
}

.sidebar-left .main-content {
    float: right;
    padding-left: 5px
}

.sidebar-left .sidebar {
    float: left
}

@media (min-width: 992px) {
    .sidebar-left.magazine1 .main-content, .magazine1 .sidebar-left .main-content {
        padding-left: 3px
    }

    .sidebar-left.magazine2 .main-content, .magazine2 .sidebar-left .main-content {
        padding-left: 5px
    }
}

.full-width .main-content {
    width: 100%
}

.one-column-no-sidebar .main-content {
    margin-right: auto;
    margin-left: auto;
    float: none
}

@media (min-width: 992px) {
    .one-column-no-sidebar .main-content {
        max-width: 780px;
        width: 100%
    }
}

.tie-parallax {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1
}

.tie-parallax [id^="jarallax-container-"] > div, .tie-parallax [id^="jarallax-container-"] > iframe {
    max-width: inherit
}

.has-video-background:not(.tie-parallax) > div:last-child img, .has-video-background:not(.tie-parallax) > div:last-child iframe {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto
}

.is-lazyload .lazy-img {
    will-change: opacity
}

.is-lazyload .lazy-img[data-src] {
    opacity: .5;
    background-color: #eee;
    -webkit-animation: lazyloadeffect 0.5s linear alternate 100;
    animation: lazyloadeffect 0.5s linear alternate 100
}

.is-lazyload .tie-slick-slider:not(.slick-initialized) .lazy-bg, .is-lazyload [data-lazy-bg] .post-thumb, .is-lazyload [data-lazy-bg].post-thumb, .is-lazyload .lazy-img[data-src] {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center
}

.dark-skin .is-lazyload .lazy-img[data-src], .is-lazyload .dark-skin .lazy-img[data-src] {
    background-color: #161717
}

@-webkit-keyframes lazyloadeffect {
    from {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

@keyframes lazyloadeffect {
    from {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes tieSlideInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes tieSlideInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

#tie-body .tie-animate-slideInUp {
    opacity: 0;
    -webkit-animation: tieSlideInUp 0.4s forwards 1;
    animation: tieSlideInUp 0.4s forwards 1;
    -webkit-animation-delay: .3;
    animation-delay: .3
}

.is-thumb-overlay-disabled .post-thumb:hover {
    opacity: 0.85 !important
}

.is-thumb-overlay-disabled .media-overlay .post-thumb:hover img {
    opacity: 1
}

.is-thumb-overlay-disabled .post-thumb-overlay {
    display: none
}

.is-thumb-overlay-disabled .media-overlay .post-thumb-overlay {
    display: block
}

.post-thumb {
    position: relative;
    height: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: opacity 0.2s
}

.post-thumb img {
    width: 100%;
    display: block
}

.post-thumb .post-cat-wrap {
    position: absolute;
    bottom: 10px;
    margin: 0;
    right: 10px
}

.post-thumb-overlay-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.post-thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(35, 38, 42, .8);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: 0.4s;
    opacity: 0
}

.post-thumb-overlay:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.post-thumb-overlay .tie-media-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 32px;
    z-index: 8
}

.post-thumb-overlay .tie-media-icon:before {
    height: 32px;
    width: 32px;
    content: "\e685"
}

.tie-video .tie-media-icon:before {
    content: "\e6b6"
}

.tie-thumb .tie-media-icon:before, .tie-slider .tie-media-icon:before {
    content: "\e6ac"
}

.tie-map .tie-media-icon:before {
    content: "\e6ab"
}

.tie-audio .tie-media-icon:before {
    content: "\e6a2"
}

.media-overlay .post-thumb-overlay {
    background: transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.media-overlay .tie-media-icon:before {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    content: "\f030";
    text-align: center;
    font-size: 17px;
    background: rgba(0, 0, 0, .3);
    transition: 0.3s;
    z-index: 2
}

.media-overlay .tie-video .tie-media-icon:before {
    content: "\f04b";
    letter-spacing: -3px
}

.media-overlay .tie-audio .tie-media-icon:before {
    content: "\f028"
}

.media-overlay .post-thumb:hover img {
    opacity: .85
}

.media-overlay .post-thumb:hover .tie-media-icon:before {
    background: rgba(0, 0, 0, .6)
}

.media-overlay .tie-map .tie-media-icon, .media-overlay .tie-standard .tie-media-icon {
    display: none
}

.media-overlay .digital-rating-static, .media-overlay .digital-rating, .media-overlay .post-rating {
    z-index: 3
}

@media (min-width: 768px) {
    .has-first-big-post li:first-child .tie-media-icon:before, .full-width-img-news-box li:not(.is-trending) .tie-media-icon:before, .wide-post-box .tie-media-icon:before, .big-posts-box .tie-media-icon:before, .posts-list-bigs .tie-media-icon:before {
        width: 50px;
        height: 50px;
        line-height: 46px
    }
}

.first-post-gradient:not(.media-overlay) li:first-child .post-thumb-overlay, .scroll-2-box .post-thumb-overlay {
    display: none !important
}

.post-meta {
    margin: 10px 0 8px;
    font-size: 12px;
    overflow: hidden
}

.post-meta, .post-meta a:not(:hover) {
    color: #767676
}

.post-meta .meta-item {
    margin-right: 8px;
    display: inline-block
}

.post-meta .meta-item .fa {
    display: none
}

.post-meta .meta-item.tie-icon:before {
    padding-right: 3px
}

.post-meta .meta-item.date:before {
    content: "\f017"
}

.post-meta .meta-item.meta-comment:before {
    content: "\f086"
}

.post-meta .no-avatars .author-name:before {
    content: "\f007";
    padding-right: 3px
}

.post-meta .tie-alignright .meta-item:last-child {
    margin: 0 !important
}

@media (max-width: 767px) {
    .entry-header .post-meta > span, .entry-header .post-meta > div, .main-content .post-meta > span, .main-content .post-meta > div {
        float: left
    }
}

.warm {
    color: #f47512
}

.hot {
    color: #f3502a
}

.very-hot {
    color: #f11e1e
}

.post-cat-wrap {
    position: relative;
    z-index: 3;
    pointer-events: auto;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: inherit !important;
    line-height: 0;
    display: block
}

.post-cat {
    display: inline-block;
    background: #08f;
    color: #fff;
    padding: 0 6px;
    font-size: 12px;
    line-height: 1.85em;
    margin-right: 4px;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 0;
    transition: 0.3s;
    border-radius: 2px
}

.post-cat:first-child:last-child {
    margin: 0
}

a.post-cat:hover {
    background: #006dcc;
    color: #fff
}

.post-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 4px;
    text-align: center;
    text-indent: 2px;
    font-size: 15px;
    direction: ltr;
    z-index: 1
}

.stars-rating-bg {
    color: #434850
}

.stars-rating-bg:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: tiefonticon;
    display: block
}

.stars-rating-active-inner {
    text-align: left
}

.stars-rating-active-inner:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: tiefonticon;
    display: block
}

.stars-rating-active {
    transition: width 1.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    color: #08f
}

.image-hearts .stars-rating-bg:before, .image-hearts .stars-rating-active-inner:before {
    content: "\f004" "\f004" "\f004" "\f004" "\f004"
}

.image-thumbs .stars-rating-bg:before, .image-thumbs .stars-rating-active-inner:before {
    content: "\f164" "\f164" "\f164" "\f164" "\f164"
}

.post-meta .post-rating {
    position: relative;
    top: -1px;
    float: left;
    right: auto;
    margin-right: 8px;
    font-size: 13px;
    text-indent: 0;
    letter-spacing: 2px
}

.post-meta .post-rating .stars-rating-active {
    width: 0
}

.digital-rating {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px
}

.pie-svg circle {
    transition: stroke-dashoffset 1s linear;
    stroke: rgba(255, 255, 255, .3);
    stroke-width: 2px
}

circle.circle_bar {
    stroke-dashoffset: 125.66;
    stroke: #08f
}

.pie-wrap {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: relative
}

.pie-wrap:after {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: attr(data-score);
    border-radius: 100%;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3px #333;
    text-align: center
}

.pie-wrap.review-percentage:after {
    content: attr(data-score) "%"
}

.digital-rating-static {
    transition: width 1.5s;
    background: #08f;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    text-align: right;
    overflow: hidden;
    opacity: .8;
    z-index: 1
}

.digital-rating-static strong {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #fff;
    padding: 2px 5px;
    display: block;
    white-space: nowrap;
    word-wrap: normal
}

.tie-slider-nav {
    width: 100%;
    position: absolute;
    z-index: 1;
    *height: 0;
    top: 50%;
    margin-top: -23px;
    transition: opacity
}

.tie-slider-nav li {
    cursor: pointer;
    position: relative;
    float: left
}

.tie-slider-nav li:last-child {
    float: right
}

.tie-slider-nav li span {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #727a87;
    transition: 0.3s;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tie-slider-nav li span:hover {
    background: #08f;
    color: #fff
}

.dark-skin .tie-slider-nav li span:not(:hover) {
    color: #ccc;
    border-color: rgba(0, 0, 0, .1)
}

.tie-slider-nav li:last-child span {
    right: 0;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tie-slider-nav a:hover {
    background: rgba(0, 0, 0, .1)
}

@media (min-width: 992px) {
    .tie-slider-nav {
        opacity: 0
    }

    .main-slider:hover .tie-slider-nav {
        opacity: 1
    }
}

@media (max-width: 767px) {
    .grid-slider-wrapper .tie-slider-nav, .boxed-slider-three-slides-wrapper .tie-slider-nav, .boxed-five-slides-slider .tie-slider-nav, .boxed-four-taller-slider .tie-slider-nav {
        display: none
    }
}

.slider-arrow-nav {
    float: right;
    margin-left: 5px
}

.slider-arrow-nav li {
    float: left;
    clear: none
}

.slider-arrow-nav a {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-left: 5px;
    font-size: 12px;
    line-height: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px
}

.slider-arrow-nav a:not(.pagination-disabled):hover {
    background-color: #08f;
    color: #fff;
    border-color: #08f
}

.pages-nav {
    padding: 30px 0 0;
    overflow: hidden;
    width: 100%;
    margin: auto
}

@media (max-width: 991px) {
    .pages-nav {
        padding: 15px 0 0
    }
}

@media (min-width: 992px) {
    .magazine2 .pages-nav {
        padding: 50px 0 0
    }
}

.pages-numbers {
    overflow: hidden;
    text-align: center;
    margin-bottom: -3px
}

.pages-numbers li {
    display: inline-block;
    margin: 3px
}

.pages-numbers li.current span {
    background: #08f;
    border-color: #08f;
    color: #fff
}

.pages-numbers a:not(:hover) {
    color: #2c2f34
}

.pages-numbers a, .pages-nav-item, .bp-pagination-links .page-numbers {
    line-height: 36px;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    display: inline-block;
    overflow: hidden
}

.first-last-pages .pagination-icon {
    width: 22px;
    font-size: 16px;
    line-height: 36px;
    font-family: tiefonticon;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 0 0 1px;
    margin: 0 0 0 10px;
    text-align: right
}

.first-last-pages .pagination-icon:before {
    content: "\f106"
}

.first-last-pages.first-page .pagination-icon {
    float: left;
    border-width: 0 1px 0 0;
    margin: 0 10px 0 0;
    text-align: left
}

.first-last-pages.first-page .pagination-icon:before {
    content: "\f104"
}

.pages-standard {
    overflow: hidden
}

.pages-standard .first-page {
    float: left
}

.pages-standard .last-page, .pages-standard .pagination-icon {
    float: right
}

#breadcrumb {
    margin: 50px 0 0
}

#breadcrumb, #breadcrumb a:not(:hover) {
    color: #999
}

#breadcrumb .delimiter {
    margin: 0 3px;
    font-style: normal
}

.entry-header-outer #breadcrumb {
    margin: 0 0 20px;
    padding: 0
}

@media (max-width: 767px) {
    .page #breadcrumb .current, .page #breadcrumb em:last-of-type, .single-post #breadcrumb .current, .single-post #breadcrumb em:last-of-type {
        display: none
    }
}

.about-author {
    overflow: hidden
}

.about-author .author-avatar {
    float: left;
    line-height: 0
}

.about-author .author-avatar img {
    transition: 0.15s
}

.about-author .author-avatar:hover img {
    opacity: .8
}

.about-author .author-info {
    padding-left: 20px;
    overflow: hidden
}

.about-author .author-info h4 {
    margin-top: 0
}

.about-author .author-name {
    font-size: 18px;
    display: inline-block
}

.about-author .author-bio {
    margin: 5px 0 10px
}

.entry .about-author .author-bio {
    font-size: 13px
}

.about-author .social-icons {
    padding: 0;
    margin: 0
}

.about-author li.social-icons-item {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

.about-author li.social-icons-item a {
    font-size: 15px;
    width: auto;
    height: auto
}

.about-author li.social-icons-item a span {
    margin-right: 12px
}

.about-author li.social-icons-item a:not(:hover) span {
    color: #2c2f34
}

.about-author li.social-icons-item a:hover {
    background-color: transparent !important
}

.about-author li.social-icons-item:last-child a span {
    margin-right: 0
}

@media (max-width: 479px) {
    .about-author {
        text-align: center
    }

    .about-author .author-avatar {
        float: none
    }

    .about-author .author-avatar img {
        margin: 0 auto 10px;
        display: block
    }

    .about-author .author-info {
        padding: 0
    }

    .about-author .social-icons li {
        float: none;
        display: inline-block
    }
}

.author-avatar {
    display: block
}

.author-avatar img {
    border-radius: 50%;
    max-width: 111px
}

a.author-avatar:hover {
    opacity: .8
}

.social-icons-item {
    float: right;
    margin-left: 6px;
    position: relative
}

.social-icons-item .social-link span {
    color: #2c2f34;
    transition: 0.15s;
    line-height: unset
}

.social-icons .social-icons-item .social-link, .social-icons-widget .social-icons-item .social-link {
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    display: block;
    text-align: center;
    border-radius: 2px
}

.social-icons-item .social-link.custom-social-img span.social-icon-img {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: inline-block
}

.social-icons-item .social-link.custom-social-img span.social-icon-img:before {
    content: "\f005";
    visibility: hidden
}

.social-icons-item .social-link.social-custom-link:hover {
    background-color: #27292d;
    color: #fff
}

#theme-header .dropdown-social-icons .social-icons-item .social-link:hover span {
    color: #ffffff !important
}

.social-icons-widget .social-icons-item .social-link:hover span {
    color: #fff
}

.top-nav .components > li.social-icons-item .social-link:hover, .main-nav .components > li.social-icons-item .social-link:hover {
    background-color: transparent !important
}

.top-nav .components > li.social-icons-item .social-link:not(:hover) span, .main-nav .components > li.social-icons-item .social-link:not(:hover) span {
    color: #2c2f34
}

.social-icons-item .facebook-social-icon {
    background-color: #4080FF !important
}

.social-icons-item .facebook-social-icon span {
    color: #4080FF
}

.social-icons-item .facebook-social-icon span.counter-icon {
    background-color: #4080FF
}

.social-icons-item .twitter-social-icon {
    background-color: #40bff5 !important
}

.social-icons-item .twitter-social-icon span {
    color: #40bff5
}

.social-icons-item .twitter-social-icon span.counter-icon {
    background-color: #40bff5
}

.social-icons-item .pinterest-social-icon {
    background-color: #e13138 !important
}

.social-icons-item .pinterest-social-icon span {
    color: #e13138
}

.social-icons-item .pinterest-social-icon span.counter-icon {
    background-color: #e13138
}

.social-icons-item .linkedin-social-icon {
    background-color: #238cc8 !important
}

.social-icons-item .linkedin-social-icon span {
    color: #238cc8
}

.social-icons-item .linkedin-social-icon span.counter-icon {
    background-color: #238cc8
}

.social-icons-item .instagram-social-icon {
    background-color: #c13584 !important
}

.social-icons-item .instagram-social-icon span {
    color: #c13584
}

.social-icons-item .instagram-social-icon span.counter-icon {
    background-color: #c13584
}

.social-icons-item .vimeo-social-icon {
    background-color: #35c6ea !important
}

.social-icons-item .vimeo-social-icon span {
    color: #35c6ea
}

.social-icons-item .vimeo-social-icon span.counter-icon {
    background-color: #35c6ea
}

.social-icons-item .dribbble-social-icon {
    background-color: #f7659c !important
}

.social-icons-item .dribbble-social-icon span {
    color: #f7659c
}

.social-icons-item .dribbble-social-icon span.counter-icon {
    background-color: #f7659c
}

.social-icons-item .youtube-social-icon {
    background-color: #ef4e41 !important
}

.social-icons-item .youtube-social-icon span {
    color: #ef4e41
}

.social-icons-item .youtube-social-icon span.counter-icon {
    background-color: #ef4e41
}

.social-icons-item .soundcloud-social-icon {
    background-color: #ff7e30 !important
}

.social-icons-item .soundcloud-social-icon span {
    color: #ff7e30
}

.social-icons-item .soundcloud-social-icon span.counter-icon {
    background-color: #ff7e30
}

.social-icons-item .flickr-social-icon {
    background-color: #ff48a3 !important
}

.social-icons-item .flickr-social-icon span {
    color: #ff48a3
}

.social-icons-item .flickr-social-icon span.counter-icon {
    background-color: #ff48a3
}

.social-icons-item .github-social-icon {
    background-color: #3f91cb !important
}

.social-icons-item .github-social-icon span {
    color: #3f91cb
}

.social-icons-item .github-social-icon span.counter-icon {
    background-color: #3f91cb
}

.social-icons-item .behance-social-icon {
    background-color: #1879fd !important
}

.social-icons-item .behance-social-icon span {
    color: #1879fd
}

.social-icons-item .behance-social-icon span.counter-icon {
    background-color: #1879fd
}

.social-icons-item .foursquare-social-icon {
    background-color: #f94877 !important
}

.social-icons-item .foursquare-social-icon span {
    color: #f94877
}

.social-icons-item .foursquare-social-icon span.counter-icon {
    background-color: #f94877
}

.social-icons-item .spotify-social-icon {
    background-color: #2ebd59 !important
}

.social-icons-item .spotify-social-icon span {
    color: #2ebd59
}

.social-icons-item .spotify-social-icon span.counter-icon {
    background-color: #2ebd59
}

.social-icons-item .px500-social-icon {
    background-color: #0099e5 !important
}

.social-icons-item .px500-social-icon span {
    color: #0099e5
}

.social-icons-item .px500-social-icon span.counter-icon {
    background-color: #0099e5
}

.social-icons-item .vk-social-icon {
    background-color: #45668e !important
}

.social-icons-item .vk-social-icon span {
    color: #45668e
}

.social-icons-item .vk-social-icon span.counter-icon {
    background-color: #45668e
}

.social-icons-item .mixcloud-social-icon {
    background-color: #589fC3 !important
}

.social-icons-item .mixcloud-social-icon span {
    color: #589fC3
}

.social-icons-item .mixcloud-social-icon span.counter-icon {
    background-color: #589fC3
}

.social-icons-item .twitch-social-icon {
    background-color: #6441a5 !important
}

.social-icons-item .twitch-social-icon span {
    color: #6441a5
}

.social-icons-item .twitch-social-icon span.counter-icon {
    background-color: #6441a5
}

.social-icons-item .envato-social-icon {
    background-color: #82b641 !important
}

.social-icons-item .envato-social-icon span {
    color: #82b641
}

.social-icons-item .envato-social-icon span.counter-icon {
    background-color: #82b641
}

.social-icons-item .rss-social-icon {
    background-color: #faa33d !important
}

.social-icons-item .rss-social-icon span {
    color: #faa33d
}

.social-icons-item .rss-social-icon span.counter-icon {
    background-color: #faa33d
}

.social-icons-item .goodreads-social-icon {
    background-color: #A06E0A !important
}

.social-icons-item .goodreads-social-icon span {
    color: #A06E0A
}

.social-icons-item .goodreads-social-icon span.counter-icon {
    background-color: #A06E0A
}

.social-icons-item .steam-social-icon {
    background-color: #111 !important
}

.social-icons-item .steam-social-icon span {
    color: #111
}

.social-icons-item .steam-social-icon span.counter-icon {
    background-color: #111
}

.social-icons-item .tiktok-social-icon {
    background-color: #EE1D52 !important
}

.social-icons-item .tiktok-social-icon span {
    color: #EE1D52
}

.social-icons-item .tiktok-social-icon span.counter-icon {
    background-color: #EE1D52
}

.social-icons-item .url-social-icon {
    background-color: #27292d !important
}

.social-icons-item .url-social-icon span {
    color: #27292d
}

.social-icons-item .url-social-icon span.counter-icon {
    background-color: #27292d
}

.social-icons-item .skype-social-icon {
    background-color: #00aff0 !important
}

.social-icons-item .skype-social-icon span {
    color: #00aff0
}

.social-icons-item .reddit-social-icon {
    background-color: #ff4500 !important
}

.social-icons-item .reddit-social-icon span {
    color: #ff4500
}

.social-icons-item .tumblr-social-icon {
    background-color: #35465c !important
}

.social-icons-item .tumblr-social-icon span {
    color: #35465c
}

.social-icons-item .wordpress-social-icon {
    background-color: #21759b !important
}

.social-icons-item .wordpress-social-icon span {
    color: #21759b
}

.social-icons-item .yelp-social-icon {
    background-color: #af0606 !important
}

.social-icons-item .yelp-social-icon span {
    color: #af0606
}

.social-icons-item .lastfm-social-icon {
    background-color: #d51007 !important
}

.social-icons-item .lastfm-social-icon span {
    color: #d51007
}

.social-icons-item .xing-social-icon {
    background-color: #026466 !important
}

.social-icons-item .xing-social-icon span {
    color: #026466
}

.social-icons-item .deviantart-social-icon {
    background-color: #05cc47 !important
}

.social-icons-item .deviantart-social-icon span {
    color: #05cc47
}

.social-icons-item .apple-social-icon {
    background-color: #333 !important
}

.social-icons-item .apple-social-icon span {
    color: #333
}

.social-icons-item .paypal-social-icon {
    background-color: #003087 !important
}

.social-icons-item .paypal-social-icon span {
    color: #003087
}

.social-icons-item .google_play-social-icon {
    background-color: #689F38 !important
}

.social-icons-item .google_play-social-icon span {
    color: #689F38
}

.social-icons-item .odnoklassniki-social-icon {
    background-color: #ee8208 !important
}

.social-icons-item .odnoklassniki-social-icon span {
    color: #ee8208
}

.social-icons-item .telegram-social-icon {
    background-color: #08c !important
}

.social-icons-item .telegram-social-icon span {
    color: #08c
}

.social-icons-item .whatsapp-social-icon {
    background-color: #43d854 !important
}

.social-icons-item .whatsapp-social-icon span {
    color: #43d854
}

.social-icons-item .bitbucket-social-icon {
    background-color: #205081 !important
}

.social-icons-item .bitbucket-social-icon span {
    color: #205081
}

.social-icons-item .medium-social-icon {
    background-color: #4bad31 !important
}

.social-icons-item .medium-social-icon span {
    color: #4bad31
}

.social-icons-item .viadeo-social-icon {
    background-color: #f07355 !important
}

.social-icons-item .viadeo-social-icon span {
    color: #f07355
}

.social-icons-item .snapchat-social-icon {
    background-color: #e8e600 !important
}

.social-icons-item .snapchat-social-icon span {
    color: #e8e600
}

.social-icons-item .tripadvisor-social-icon {
    background-color: #448040 !important
}

.social-icons-item .tripadvisor-social-icon span {
    color: #448040
}

.social-icons-item .mailchimp-social-icon, .social-icons-item .mailchimp-social-icon .counter-icon, .social-icons-item .mailpoet-social-icon, .social-icons-item .mailpoet-social-icon .counter-icon, .social-icons-item .mymail-social-icon, .social-icons-item .mymail-social-icon .counter-icon {
    background-color: #2c9ab7
}

.social-icons-item .posts-social-icon, .social-icons-item .posts-social-icon .counter-icon {
    background-color: #9b59b6
}

.social-icons-item .comments-social-icon, .social-icons-item .comments-social-icon .counter-icon {
    background-color: #1abc9c
}

.social-icons-item .groups-social-icon, .social-icons-item .groups-social-icon .counter-icon {
    background-color: #788cb6
}

.social-icons-item .forums-social-icon, .social-icons-item .forums-social-icon .counter-icon {
    background-color: #88aca1
}

.social-icons-item .members-social-icon, .social-icons-item .members-social-icon .counter-icon {
    background-color: #dc5034
}

.social-icons-item .topics-social-icon, .social-icons-item .topics-social-icon .counter-icon {
    background-color: #613854
}

.social-icons-item .replies-social-icon, .social-icons-item .replies-social-icon .counter-icon {
    background-color: #71c6c1
}

ul:not(.solid-social-icons) .social-icons-item a:not(:hover) {
    background-color: transparent !important
}

.dark-skin .social-icons-item .url-social-icon span, .social-icons-item .social-custom-link span {
    color: #ccc
}

.solid-social-icons .social-link {
    background-color: #2c2f34;
    transition: opacity 0.3s
}

.dark-skin .solid-social-icons .social-link {
    background-color: #27292d;
    border-color: #27292d
}

.solid-social-icons .social-link span {
    color: #ffffff !important;
    transition: 0.1s
}

.solid-social-icons .social-link:hover {
    opacity: .8
}

.tie-fluid-width-video-wrapper, .featured-area.video-is-sticky {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56%
}

.entry .tie-fluid-width-video-wrapper {
    clear: both
}

.tie-fluid-width-video-wrapper iframe, .tie-fluid-width-video-wrapper object, .tie-fluid-width-video-wrapper embed, .tie-fluid-width-video-wrapper .wp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div:not(.tie-ignore-fitvid) > .wp-video-shortcode, div:not(.tie-ignore-fitvid) > .wp-video {
    width: 100% !important;
    height: auto !important
}

.tie-ignore-fitvid .wp-video-shortcode, .tie-ignore-fitvid .wp-video {
    margin-right: auto;
    margin-left: auto
}

#tie-wrapper .mejs-container .mejs-controls {
    background: #08f;
    color: #fff
}

#tie-wrapper .mejs-container .mejs-time-current {
    background: #fff
}

#tie-wrapper .mejs-container .mejs-time-loaded, #tie-wrapper .mejs-container .mejs-horizontal-volume-current {
    background: rgba(255, 255, 255, .5)
}

#tie-wrapper .mejs-container.wp-video-shortcode.mejs-video {
    padding-top: 57%
}

#tie-wrapper .mejs-container .mejs-overlay, #tie-wrapper .mejs-container .mejs-poster {
    width: 100% !important;
    height: 100% !important
}

#tie-wrapper .mejs-container .mejs-mediaelement video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

#tie-wrapper .wp-playlist {
    padding: 0
}

#tie-wrapper .wp-playlist.wp-playlist-light, #tie-wrapper .wp-playlist.wp-playlist-dark {
    border-color: #eee;
    background: transparent;
    color: #333
}

#tie-wrapper .wp-playlist.wp-playlist-light .wp-playlist-playing, #tie-wrapper .wp-playlist.wp-playlist-dark .wp-playlist-playing {
    background: #eee;
    color: #444
}

#tie-wrapper .wp-playlist .wp-playlist-item {
    padding: 5px;
    border-color: #eee
}

#tie-wrapper .wp-playlist .wp-playlist-item-length {
    right: 6px;
    top: 5px
}

#tie-wrapper .wp-playlist .wp-playlist-playing {
    font-weight: 400
}

#tie-wrapper .wp-playlist .wp-playlist-tracks {
    margin-top: 0
}

.theme-notice {
    background: #fff6ac;
    padding: 10px;
    color: #000000 !important;
    display: block;
    clear: both
}

#the-post .theme-notice {
    margin-bottom: 10px
}

.trending-post.tie-icon-bolt {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    background: #F64E4E;
    color: #fff;
    border-radius: 100%;
    z-index: 4;
    display: inline-block
}

.thumb-meta .trending-post {
    margin-right: 7px
}

.trending-post.trending-lg, .centered-title-slider .trending-post {
    display: block;
    margin: 5px auto !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px
}

.wide-slider-nav-wrapper .trending-post, .boxed-five-slides-slider .trending-post {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-top: -5px
}

.post-thumb .trending-post.trending-lg {
    position: absolute;
    margin: 0 !important;
    left: 10px;
    top: -10px
}

@media (max-width: 670px) {
    .post-thumb .trending-post.trending-lg {
        top: 10px
    }
}

.trending-post.trending-sm {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 12px;
    float: left;
    top: 3px;
    position: relative
}

.loader-overlay {
    opacity: 1;
    -webkit-perspective: 10000px;
    perspective: 10000px;
    background: transparent;
    position: absolute;
    *zoom: 1;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.spinner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    margin: auto;
    width: 5em
}

.show-more-button .spinner {
    width: 3.101em
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    margin-right: .5em;
    opacity: .8
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    margin-right: .5em;
    opacity: .9
}

.spinner > div {
    border-radius: 100%;
    -webkit-animation: bouncedelay 1.4s infinite;
    animation: bouncedelay 1.4s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #08f;
    color: #fff;
    display: block;
    float: left;
    height: 1em;
    width: 1em
}

#product-images-slider-nav .spinner > div, .show-more-button .spinner > div {
    width: .7em;
    height: .7em
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.spinner-circle {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 40px;
    top: -20px;
    left: -20px;
    -webkit-animation: parent-animate 1.5s linear infinite;
    animation: parent-animate 1.5s linear infinite;
    clip: rect(0, 40px, 40px, 20px)
}

.spinner-circle:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: inset 0 0 0 2px;
    color: #08f;
    -webkit-animation: child-animate 1.5s ease-in-out infinite;
    animation: child-animate 1.5s ease-in-out infinite;
    clip: rect(0, 40px, 40px, 20px)
}

@-webkit-keyframes parent-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

@keyframes parent-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

@-webkit-keyframes child-animate {
    0% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes child-animate {
    0% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

.entry-header, .entry-archives-header {
    padding: 30px 30px 0;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .entry-header, .entry-archives-header {
        padding: 20px 20px 0
    }
}

@media (max-width: 1199px) {
    .entry-archives-header {
        padding: 20px 20px 0;
        margin-bottom: 10px
    }
}

#tie-body .post-cat:hover, #tie-body .social-statistics-widget a:hover, #tie-body a.remove:hover, #tie-body a.button:hover, #tie-body .tabs > li > a:hover, #tie-body .item-list-tabs a:hover, #tie-body .item-options a:hover, #tie-body .action a:hover {
    text-decoration: none !important
}

#is-scroller-outer {
    visibility: hidden;
    width: 100px;
    height: 0;
    overflow: scroll
}

#is-scroller {
    width: 100%
}

.gallery {
    margin: 0 -1.1666667% 1.75em
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-item a {
    display: block
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

.wp-caption {
    max-width: 100%
}

.wp-caption:not(.alignleft):not(.alignright), .wp-caption:not(.alignleft):not(.alignright) img {
    margin-right: auto;
    margin-left: auto
}

.wp-caption img[class*="wp-image-"] {
    display: block
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 5px;
    margin-bottom: 20px
}

q, blockquote {
    background: #2c2f34;
    padding: 30px 50px;
    margin: 20px 0;
    display: block;
    color: #fff
}

q::before, blockquote::before {
    display: block;
    content: "\f10e";
    font-family: tiefonticon;
    font-size: 26px;
    color: #08f;
    margin-bottom: 20px
}

q p, blockquote p {
    margin-bottom: 1.474em;
    font-size: 19px;
    line-height: 30px;
    font-style: italic
}

q a, blockquote a {
    color: #08f
}

q a:hover, blockquote a:hover {
    color: #006dcc
}

q cite, blockquote cite {
    font-size: 16px;
    display: block;
    text-align: right;
    color: #08f;
    margin-top: 10px
}

q > :last-child, blockquote > :last-child {
    margin-bottom: 0
}

q.alignleft, blockquote.alignleft {
    margin: .316em 1.474em 1.474em 0;
    width: 50%
}

q.alignright, blockquote.alignright {
    margin: .316em 0 1.474em 1.474em;
    width: 50%
}

@media (max-width: 767px) {
    q, blockquote {
        float: none !important;
        width: auto !important;
        margin: 20px 0 !important
    }
}

blockquote.quote-light {
    background: #eee;
    border-color: #08f;
    border-width: 0;
    border-left-width: 3px;
    border-style: solid;
    color: #2c2f34
}

blockquote.quote-light::before {
    display: none
}

blockquote.quote-light p {
    font-size: 18px;
    line-height: 28px
}

blockquote.quote-light cite {
    text-align: left
}

blockquote.quote-simple {
    background: transparent;
    border-width: 0;
    text-align: center;
    padding: 0;
    color: #08f
}

blockquote.quote-simple::before {
    display: none
}

blockquote.quote-simple p {
    color: inherit;
    font-size: 28px;
    line-height: 38px
}

blockquote.quote-simple cite {
    text-align: center
}

blockquote.quote-simple.alignleft, blockquote.quote-simple.alignright {
    text-align: left
}

blockquote.quote-simple.alignleft p, blockquote.quote-simple.alignright p {
    font-style: normal
}

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
    margin-bottom: 1.5em
}

table tr:nth-child(even) {
    background: rgba(0, 0, 0, .03)
}

table td, table th {
    padding: .4em;
    text-align: left;
    border-right: 1px dotted rgba(0, 0, 0, .1)
}

table thead th {
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .1);
    text-transform: uppercase;
    padding: .7em .4em;
    vertical-align: middle
}

table tbody th {
    background: rgba(0, 0, 0, .03)
}

.entry table tbody td, .entry table tbody th {
    border: 1px solid rgba(0, 0, 0, .1)
}

.table-is-responsive {
    clear: both;
    overflow-x: auto
}

.entry ol, .entry ul, .comment-content ol, .comment-content ul {
    margin-bottom: 20px;
    padding-left: 15px;
    margin-left: 20px
}

.entry ol li, .entry ul ol li, .comment-content ol li, .comment-content ul ol li {
    list-style: decimal
}

.entry ul li, .entry ol ul li, .comment-content ul li, .comment-content ol ul li {
    list-style: disc;
    list-style-image: none
}

.entry li, .comment-content li {
    margin: 0 0 5px 0
}

.entry li ol, .entry li ul, .comment-content li ol, .comment-content li ul {
    margin: 5px 0 0 15px
}

.entry dl, .comment-content dl {
    margin: 0 0 1.75em
}

.entry dt, .comment-content dt {
    font-weight: 700
}

.entry dd, .comment-content dd {
    margin: 0 0 1.75em
}

.entry {
    line-height: 26px;
    font-size: 15px
}

.entry p {
    margin-bottom: 25px;
    line-height: 26px
}

.entry p:last-child {
    margin: 0
}

.entry mark {
    background: #333;
    color: #fff;
    padding: .125em .25em;
    text-decoration: none
}

@media (max-width: 767px) {
    .container-wrapper, .entry-content {
        padding: 20px 15px
    }
}

@media (max-width: 991px) {
    .sidebar-before-content .main-content-row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sidebar-before-content .main-content {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .sidebar-before-content .sidebar {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

#mobile-container {
    display: none;
    padding: 10px 30px 30px
}

#mobile-menu {
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px
}

#mobile-menu .hide-mega-headings > a {
    display: none
}

#mobile-menu .hide-mega-headings > a + ul {
    display: block
}

#mobile-menu.hide-menu-icons a span.tie-menu-icon {
    display: none
}

#mobile-menu .menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.dark-skin #mobile-menu .menu > li {
    border-color: rgba(255, 255, 255, .05)
}

#mobile-menu .menu > li li {
    padding-left: 15px
}

#mobile-menu .menu > li:only-child {
    border-bottom: none
}

#mobile-menu .menu > li:only-child li {
    padding: 0
}

#mobile-menu .menu > li:only-child li a {
    font-size: 16px;
    font-weight: 600
}

#mobile-menu li {
    display: block;
    position: relative
}

#mobile-menu li .screen-reader-text {
    height: auto;
    width: auto;
    position: initial !important;
    overflow: initial !important;
    clip: initial !important
}

#mobile-menu li a {
    display: block;
    padding: 15px 50px 15px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600
}

.dark-skin #mobile-menu li a {
    color: #fff
}

#mobile-menu li a:hover {
    opacity: .7
}

#mobile-menu li a > .tie-menu-icon {
    margin-right: 3px;
    width: 25px;
    text-align: center
}

#mobile-menu li.menu-item-has-children > a:before {
    display: none
}

#mobile-menu li ul, #mobile-menu li .menu-sub-content {
    opacity: 1 !important;
    background-image: none !important;
    padding: 0 !important;
    min-height: unset !important
}

#mobile-menu li ul {
    padding-left: 15px;
    display: none
}

#mobile-menu li ul a {
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
}

#mobile-menu li ul .mobile-arrows {
    font-size: 12px
}

#mobile-menu:not(.hide-menu-icons) li.menu-item-has-icon > ul, #mobile-menu:not(.hide-menu-icons) li.menu-item-has-icon > div {
    padding-left: 15px !important
}

#mobile-menu .mobile-arrows {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 15px 10px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.dark-skin #mobile-menu .mobile-arrows {
    color: #fff
}

#mobile-menu .mobile-arrows.is-open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#mobile-social-icons {
    margin-bottom: 15px
}

#mobile-social-icons ul {
    text-align: center;
    overflow: hidden
}

#mobile-social-icons ul .social-icons-item {
    float: none;
    display: inline-block
}

#mobile-social-icons .social-icons-item {
    margin: 0
}

#mobile-social-icons .social-icons-item .social-link {
    background: transparent;
    border: none
}

.light-skin #mobile-social-icons .social-link:not(:hover) span {
    color: #777 !important
}

#mobile-search .search-form {
    overflow: hidden
}

#mobile-search .search-form:after {
    position: absolute;
    content: "\f002";
    font-family: 'tiefonticon';
    top: 4px;
    right: 10px;
    line-height: 30px;
    width: 30px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    color: #fff
}

#mobile-search .search-field {
    background-color: rgba(0, 0, 0, .05);
    border-color: rgba(255, 255, 255, .1);
    color: #fff;
    width: 100%;
    border-radius: 50px;
    padding: 7px 45px 7px 20px
}

.light-skin #mobile-search .search-field {
    background-color: rgba(0, 0, 0, .05);
    color: #2c2f34
}

#mobile-search .search-submit {
    background: transparent;
    font-size: 0;
    width: 35px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1
}

#mobile-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#mobile-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

#mobile-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

#mobile-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.block-head-1 .the-global-title, .block-head-1 .comment-reply-title, .block-head-1 .related.products > h2, .block-head-1 .up-sells > h2, .block-head-1 .cross-sells > h2, .block-head-1 .cart_totals > h2, .block-head-1 .bbp-form legend {
    position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.block-head-1 .the-global-title:after, .block-head-1 .comment-reply-title:after, .block-head-1 .related.products > h2:after, .block-head-1 .up-sells > h2:after, .block-head-1 .cross-sells > h2:after, .block-head-1 .cart_totals > h2:after, .block-head-1 .bbp-form legend:after {
    content: "";
    background: #2c2f34;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0
}

.dark-skin .block-head-1 .the-global-title:after, .dark-skin .block-head-1 .comment-reply-title:after, .dark-skin .block-head-1 .related.products > h2:after, .dark-skin .block-head-1 .up-sells > h2:after, .dark-skin .block-head-1 .cross-sells > h2:after, .dark-skin .block-head-1 .cart_totals > h2:after, .dark-skin .block-head-1 .bbp-form legend:after {
    background: #fff
}

.block-head-1 .the-global-title:before, .block-head-1 .comment-reply-title:before, .block-head-1 .related.products > h2:before, .block-head-1 .up-sells > h2:before, .block-head-1 .cross-sells > h2:before, .block-head-1 .cart_totals > h2:before, .block-head-1 .bbp-form legend:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #2c2f34
}

.dark-skin .block-head-1 .the-global-title:before, .dark-skin .block-head-1 .comment-reply-title:before, .dark-skin .block-head-1 .related.products > h2:before, .dark-skin .block-head-1 .up-sells > h2:before, .dark-skin .block-head-1 .cross-sells > h2:before, .dark-skin .block-head-1 .cart_totals > h2:before, .dark-skin .block-head-1 .bbp-form legend:before {
    border-top-color: #fff
}

.block-head-1 .mag-box div.mag-box-title:before {
    border-top-color: #08f
}

.block-head-1 .dark-skin .section-title-default:after {
    background: #fff
}

.block-head-1 .dark-skin .section-title-default:before {
    border-top-color: #fff
}

.block-head-1 .dark-skin .widget-title:after {
    background: #fff
}

.block-head-1 .dark-skin .widget-title:before {
    border-top-color: #fff
}

.block-head-1 #footer .widget-title:before {
    display: none
}

.block-head-2 .the-global-title, .block-head-2 .comment-reply-title, .block-head-2 .related.products > h2, .block-head-2 .up-sells > h2, .block-head-2 .cross-sells > h2, .block-head-2 .cart_totals > h2, .block-head-2 .bbp-form legend {
    position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #27292d;
    color: #27292d
}

.block-head-2 .section-title-default {
    border-bottom-width: 5px
}

.block-head-2 #footer .widget-title:after {
    content: "";
    background: #fff;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0
}

.block-head-3 .the-global-title, .block-head-3 .comment-reply-title, .block-head-3 .related.products > h2, .block-head-3 .up-sells > h2, .block-head-3 .cross-sells > h2, .block-head-3 .cart_totals > h2, .block-head-3 .bbp-form legend {
    position: relative;
    font-size: 17px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0 14px
}

.block-head-3 .the-global-title:after, .block-head-3 .comment-reply-title:after, .block-head-3 .related.products > h2:after, .block-head-3 .up-sells > h2:after, .block-head-3 .cross-sells > h2:after, .block-head-3 .cart_totals > h2:after, .block-head-3 .bbp-form legend:after {
    content: "";
    background: #27292d;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0
}

.block-head-3 .dark-skin .the-global-title:after {
    background: #fff
}

.block-head-3 #footer .widget-title:after {
    width: 50px
}

.dark-skin .block-head-1 .the-global-title, .dark-skin .block-head-1 .related.products > h2, .dark-skin .block-head-1 .up-sells > h2, .dark-skin .block-head-1 .cross-sells > h2, .dark-skin .block-head-1 .cart_totals > h2, .dark-skin .block-head-1 .bbp-form legend, .dark-skin .block-head-2 .the-global-title, .dark-skin .block-head-2 .related.products > h2, .dark-skin .block-head-2 .up-sells > h2, .dark-skin .block-head-2 .cross-sells > h2, .dark-skin .block-head-2 .cart_totals > h2, .dark-skin .block-head-2 .bbp-form legend, .dark-skin .block-head-3 .the-global-title, .dark-skin .block-head-3 .related.products > h2, .dark-skin .block-head-3 .up-sells > h2, .dark-skin .block-head-3 .cross-sells > h2, .dark-skin .block-head-3 .cart_totals > h2, .dark-skin .block-head-3 .bbp-form legend, .block-head-1 .dark-skin .the-global-title, .block-head-2 .dark-skin .the-global-title, .block-head-3 .dark-skin .the-global-title {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .1)
}

.block-head-1 #footer .widget-title, .block-head-2 #footer .widget-title, .block-head-3 #footer .widget-title {
    border-bottom: 0
}

.dark-skin .block-head-1 .the-global-title:after, .dark-skin .block-head-1 .related.products > h2:after, .dark-skin .block-head-1 .up-sells > h2:after, .dark-skin .block-head-1 .cross-sells > h2:after, .dark-skin .block-head-1 .cart_totals > h2:after, .dark-skin .block-head-1 .bbp-form legend:after, .dark-skin .block-head-3 .the-global-title:after, .dark-skin .block-head-3 .related.products > h2:after, .dark-skin .block-head-3 .up-sells > h2:after, .dark-skin .block-head-3 .cross-sells > h2:after, .dark-skin .block-head-3 .cart_totals > h2:after, .dark-skin .block-head-3 .bbp-form legend:after {
    background: #fff
}

.block-head-1 .mag-box div.mag-box-title, .block-head-1 .mag-box-title h3 a, .block-head-1 .block-more-button, .block-head-3 .mag-box div.mag-box-title, .block-head-3 .mag-box-title h3 a, .block-head-3 .block-more-button {
    color: #08f
}

.block-head-1 .mag-box-title h3 a:hover, .block-head-1 .block-more-button:hover, .block-head-3 .mag-box-title h3 a:hover, .block-head-3 .block-more-button:hover {
    color: #006dcc
}

.block-head-1 .mag-box div.mag-box-title:after, .block-head-3 .mag-box div.mag-box-title:after {
    background: #08f
}

.block-head-4 .has-block-head-4, .block-head-4 .mag-box-title h3, .block-head-4 .comment-reply-title, .block-head-4 .related.products > h2, .block-head-4 .up-sells > h2, .block-head-4 .cross-sells > h2, .block-head-4 .cart_totals > h2, .block-head-4 .bbp-form legend {
    position: relative;
    opacity: .99;
    display: inline-block !important;
    width: auto;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #fff
}

.block-head-4 .has-block-head-4:before, .block-head-4 .mag-box-title h3:before, .block-head-4 .comment-reply-title:before, .block-head-4 .related.products > h2:before, .block-head-4 .up-sells > h2:before, .block-head-4 .cross-sells > h2:before, .block-head-4 .cart_totals > h2:before, .block-head-4 .bbp-form legend:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #08f;
    z-index: -1
}

.block-head-4 .section-title-default {
    padding: 5px 20px
}

.block-head-4 .mag-box-title h3 a, .block-head-4 .section-title-default a, .block-head-4 #cancel-comment-reply-link {
    color: #fff
}

.block-head-4 .mag-box-title h3 a:hover, .block-head-4 .section-title-default a:hover, .block-head-4 #cancel-comment-reply-link:hover {
    opacity: .8
}

.block-head-4 .mag-box-title {
    position: relative;
    margin-bottom: 0
}

.block-head-4 .mag-box-title h3 {
    font-size: 18px
}

.block-head-4 .mag-box-title .tie-alignright {
    margin-top: 6px
}

.block-head-4 .widget-title {
    padding: 0 10px
}

.block-head-4 .widget-title .the-subtitle {
    line-height: 27px
}

.block-head-4#tie-body .widget-title, .block-head-4#tie-body .widget-title a:not(:hover) {
    color: #fff
}

.block-head-4#tie-body .widget-title:before {
    background: #111
}

.block-head-4 #check-also-box .widget-title {
    padding-left: 30px
}

.block-head-4 #check-also-close {
    top: 4px;
    left: 5px
}

.block-head-4 .widget-title a:not(:hover) {
    color: #fff
}

.block-head-4 .mag-box-filter-links .flexMenu-popup {
    top: 5px
}

.block-head-4 span.widget-title-icon, .block-head-7 span.widget-title-icon {
    float: left;
    margin-right: 10px;
    line-height: 27px;
    position: static;
    color: #fff
}

.block-head-4 .mag-box > .container-wrapper, .block-head-4 .widget-title, .block-head-4 #footer .widget, .block-head-4 .side-aside .widget, .block-head-7 .mag-box > .container-wrapper, .block-head-7 .widget-title, .block-head-7 #footer .widget, .block-head-7 .side-aside .widget {
    opacity: .99
}

.block-head-5 .has-block-head-4, .block-head-5 .mag-box-title h3, .block-head-5 .comment-reply-title, .block-head-5 .related.products > h2, .block-head-5 .up-sells > h2, .block-head-5 .cross-sells > h2, .block-head-5 .cart_totals > h2, .block-head-5 .bbp-form legend {
    padding: 5px 15px 5px 25px
}

.block-head-5 .has-block-head-4:before, .block-head-5 .mag-box-title h3:before, .block-head-5 .comment-reply-title:before, .block-head-5 .related.products > h2:before, .block-head-5 .up-sells > h2:before, .block-head-5 .cross-sells > h2:before, .block-head-5 .cart_totals > h2:before, .block-head-5 .bbp-form legend:before {
    -webkit-transform: skew(-20deg) translateX(6px);
    -ms-transform: skew(-20deg) translateX(6px);
    transform: skew(-20deg) translateX(6px)
}

.block-head-5 .section-title-default {
    padding: 5px 20px 5px 35px
}

.block-head-5 .section-title-default:before {
    -webkit-transform: skew(-20deg) translateX(13px);
    -ms-transform: skew(-20deg) translateX(13px);
    transform: skew(-20deg) translateX(13px)
}

.block-head-5 .widget-title {
    padding: 0 10px 0 20px
}

.block-head-5 #check-also-box .widget-title {
    padding-left: 37px
}

.block-head-5 #check-also-close {
    left: 12px
}

.block-head-6 .has-block-head-4:after, .block-head-6 .mag-box-title h3:after, .block-head-6 .comment-reply-title:after, .block-head-6 .related.products > h2:after, .block-head-6 .up-sells > h2:after, .block-head-6 .cross-sells > h2:after, .block-head-6 .cart_totals > h2:after, .block-head-6 .bbp-form legend:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #08f;
    -webkit-transform: skew(-40deg) translateX(14px);
    -ms-transform: skew(-40deg) translateX(14px);
    transform: skew(-40deg) translateX(14px);
    z-index: -1
}

.block-head-6 .section-title-default {
    padding: 5px 25px
}

.block-head-6 .section-title-default:after {
    -webkit-transform: skew(-40deg) translateX(32px);
    -ms-transform: skew(-40deg) translateX(32px);
    transform: skew(-40deg) translateX(32px)
}

.block-head-6#tie-body .widget-title:after {
    background: #111
}

.block-head-7 .the-global-title, .block-head-7 .comment-reply-title, .block-head-7 .related.products > h2, .block-head-7 .up-sells > h2, .block-head-7 .cross-sells > h2, .block-head-7 .cart_totals > h2, .block-head-7 .bbp-form legend {
    position: relative;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 7px 10px;
    color: #fff;
    background-color: #111
}

.block-head-7 .section-title-default {
    padding: 5px 15px
}

.block-head-7 .mag-box-title h3 {
    font-size: 15px;
    line-height: 22px
}

.block-head-7 .the-global-title a {
    color: #fff
}

.block-head-7 .mag-box .mag-box-title .mag-box-filter-links a.active {
    color: #08f
}

.block-head-7 .mag-box-title h3 a:hover, .block-head-7 .block-more-button:hover, .block-head-7 .section-title-default a:hover, .block-head-7 .widget-title a:hover {
    opacity: .8
}

.block-head-7 .mag-box-filter-links .flexMenu-popup {
    top: 6px
}

.block-head-7 .mag-box-filter-links .flexMenu-popup a:not(:hover):not(.active) {
    color: #2c2f34
}

.dark-skin .block-head-7 .mag-box-filter-links .flexMenu-popup a:not(:hover):not(.active), .block-head-7 .dark-skin .mag-box-filter-links .flexMenu-popup a:not(:hover):not(.active) {
    color: #ccc
}

.block-head-7 .slider-arrow-nav {
    margin-right: -3px
}

.block-head-7 .slider-arrow-nav a {
    border-color: rgba(255, 255, 255, .2)
}

.block-head-7 #footer .widget-title {
    display: inline-block
}

.block-head-7 span.widget-title-icon {
    line-height: 19px
}

.block-head-8 .the-global-title, .block-head-8 .comment-reply-title, .block-head-8 .related.products > h2, .block-head-8 .up-sells > h2, .block-head-8 .cross-sells > h2, .block-head-8 .cart_totals > h2, .block-head-8 .bbp-form legend {
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    min-height: 0
}

.dark-skin .block-head-8 .the-global-title, .dark-skin .block-head-8 .comment-reply-title, .dark-skin .block-head-8 .related.products > h2, .dark-skin .block-head-8 .up-sells > h2, .dark-skin .block-head-8 .cross-sells > h2, .dark-skin .block-head-8 .cart_totals > h2, .dark-skin .block-head-8 .bbp-form legend {
    color: #fff
}

.block-head-8 .the-global-title:before, .block-head-8 .comment-reply-title:before, .block-head-8 .related.products > h2:before, .block-head-8 .up-sells > h2:before, .block-head-8 .cross-sells > h2:before, .block-head-8 .cart_totals > h2:before, .block-head-8 .bbp-form legend:before {
    content: "";
    background: #08f;
    height: 1em;
    width: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.block-head-8 .section-title-default {
    padding-left: 25px
}

.block-head-8 .section-title-default:before {
    height: .8em;
    width: 15px
}

.block-head-8 .mag-box-title h3 {
    line-height: 22px
}

.block-head-8 .dark-skin .the-global-title {
    color: #fff
}

.block-head-9 .the-global-title, .block-head-9 .comment-reply-title, .block-head-9 .related.products > h2, .block-head-9 .up-sells > h2, .block-head-9 .cross-sells > h2, .block-head-9 .cart_totals > h2, .block-head-9 .bbp-form legend {
    margin-bottom: 25px
}

.dark-skin .block-head-9 .the-global-title, .dark-skin .block-head-9 .comment-reply-title, .dark-skin .block-head-9 .related.products > h2, .dark-skin .block-head-9 .up-sells > h2, .dark-skin .block-head-9 .cross-sells > h2, .dark-skin .block-head-9 .cart_totals > h2, .dark-skin .block-head-9 .bbp-form legend {
    color: #fff
}

.block-head-9 .the-subtitle {
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.block-head-9 .the-subtitle .widget-title-icon {
    position: relative;
    padding-right: 5px;
    color: inherit
}

.block-head-9 .mag-box-title h3 {
    line-height: 22px
}

.block-head-10 .has-block-head-4, .block-head-10 .mag-box-title h3, .block-head-10 .comment-reply-title, .block-head-10 .related.products > h2, .block-head-10 .up-sells > h2, .block-head-10 .cross-sells > h2, .block-head-10 .cart_totals > h2, .block-head-10 .bbp-form legend {
    position: relative;
    opacity: .99;
    display: inline-block !important;
    width: auto;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px
}

.block-head-10 .has-block-head-4:after, .block-head-10 .mag-box-title h3:after, .block-head-10 .comment-reply-title:after, .block-head-10 .related.products > h2:after, .block-head-10 .up-sells > h2:after, .block-head-10 .cross-sells > h2:after, .block-head-10 .cart_totals > h2:after, .block-head-10 .bbp-form legend:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    z-index: -1;
    background-color: #08f;
    -webkit-transform: skew(-30deg) translateX(10px);
    -ms-transform: skew(-30deg) translateX(10px);
    transform: skew(-30deg) translateX(10px)
}

.block-head-10 .widget-title-icon {
    float: left;
    margin-right: 10px;
    position: static;
    color: inherit
}

.block-head-10 .mag-box-title {
    position: relative;
    margin-bottom: 0
}

.block-head-10 .mag-box-title h3 {
    font-size: 18px
}

.block-head-10 .section-title-default {
    padding-right: 10px
}

.block-head-10 #check-also-box .widget-title {
    padding-left: 30px
}

.block-head-10 #check-also-close {
    left: 5px
}

.block-head-11 .has-block-head-4, .block-head-11 .mag-box-title h3, .block-head-11 .comment-reply-title, .block-head-11 .related.products > h2, .block-head-11 .up-sells > h2, .block-head-11 .cross-sells > h2, .block-head-11 .cart_totals > h2, .block-head-11 .bbp-form legend {
    position: relative;
    opacity: .99;
    display: inline-block !important;
    width: auto;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 21px
}

.block-head-11 .has-block-head-4:after, .block-head-11 .mag-box-title h3:after, .block-head-11 .comment-reply-title:after, .block-head-11 .related.products > h2:after, .block-head-11 .up-sells > h2:after, .block-head-11 .cross-sells > h2:after, .block-head-11 .cart_totals > h2:after, .block-head-11 .bbp-form legend:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: .5;
    border-color: transparent transparent transparent #08f;
    border-style: solid;
    border-width: 16px 0 0 13px
}

.block-head-11 .widget-title-icon {
    float: left;
    margin-right: 10px;
    position: static;
    color: inherit
}

.block-head-11 .mag-box-title {
    position: relative;
    margin-bottom: 0
}

.block-head-11 .mag-box-title h3 {
    font-size: 18px
}

.block-head-11 .section-title-default {
    padding-right: 50px
}

.block-head-11 .section-title-default:after {
    border-width: 45px 0 0 40px
}

.block-head-11 #check-also-box .widget-title {
    padding-left: 30px
}

.block-head-11 #check-also-close {
    left: 5px
}

.block-head-11 #footer.dark-skin .the-global-title::after {
    background: transparent !important
}

.section-title {
    font-weight: 700
}

.section-title.section-title-default {
    font-size: 50px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .section-title.section-title-default {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.section-title span.the-section-title .the-section-icon {
    font-size: 85%
}

.section-title-centered {
    font-size: 50px;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media (max-width: 767px) {
    .section-title-centered {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 30px
    }
}

.section-title-centered span.the-section-title {
    padding: 0 2%;
    text-align: center;
    line-height: 1
}

.dark-skin .section-title-centered {
    color: #fff
}

.section-title-centered:before, .section-title-centered:after {
    height: 2px;
    content: '';
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    position: relative;
    background-color: #2c2f34;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.dark-skin .section-title-centered:before, .dark-skin .section-title-centered:after {
    background-color: #fff
}

.section-title-big {
    padding: 0 15px;
    font-size: 80px;
    margin-bottom: -15px;
    line-height: 1;
    color: rgba(0, 0, 0, .3)
}

@media (max-width: 767px) {
    .section-title-big {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 5px
    }
}

.dark-skin .section-title-big {
    color: rgba(255, 255, 255, .3)
}

.is-stretch-section .container {
    max-width: 100%
}

.section-item {
    position: relative;
    padding: 30px 0 0;
    clear: both
}

@media (max-width: 991px) {
    .section-item {
        padding-top: 15px
    }
}

.has-title .section-item {
    padding-top: 85px;
    padding-bottom: 55px
}

@media (max-width: 991px) {
    .has-title .section-item {
        padding-top: 20px;
        padding-bottom: 10px
    }
}

.without-background:not(.has-title) + .without-background.has-title .section-item {
    padding-top: 55px
}

.has-background .section-item {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.archive .has-background .section-item {
    padding-bottom: 30px
}

.normal-width.has-background .section-item {
    padding-right: 30px;
    padding-left: 30px
}

@media (max-width: 991px) {
    .normal-width.has-background .section-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 991px) {
    .container.has-background {
        padding-right: 0;
        padding-left: 0
    }
}

.section-item.first-block-is-full-width, .without-background + .without-background .section-item {
    padding-top: 0
}

.has-background .section-item > section {
    margin-bottom: 0
}

.has-background .section-item > section + .container {
    margin-top: 30px
}

@media (max-width: 991px) {
    .has-background .section-item > section + .container {
        margin-top: 15px
    }
}

.mag-box-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

.mag-box-title h3 {
    font-size: 18px;
    margin-right: 20px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: calc(100% - 145px);
    float: left
}

@media (max-width: 479px) {
    .mag-box-title h3 {
        max-width: calc(100% - 105px)
    }
}

.mag-box-title h3:only-child {
    max-width: 100%
}

.mag-box-title .tie-alignright {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: 100%
}

.mag-box-options {
    font-size: 12px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mag-box-options .slider-arrow-nav {
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px
}

.block-more-button {
    margin-left: 10px;
    line-height: 22px
}

.mag-box-filter-links {
    opacity: 0;
    transition: opacity 0.5s;
    overflow: hidden;
    height: 22px;
    padding-left: 15px
}

.mag-box-filter-links li {
    float: left
}

.mag-box-filter-links a {
    padding: 0 6px;
    margin: 0 2px;
    line-height: 22px;
    border-radius: 2px;
    color: #2c2f34;
    display: inline-block;
    transition: 0.2s;
    white-space: nowrap;
    word-wrap: normal
}

.mag-box-filter-links a:hover {
    border-color: #08f;
    background-color: #08f;
    color: #fff
}

div.mag-box .mag-box-options .mag-box-filter-links a.active {
    color: #08f;
    background-color: transparent;
    cursor: default
}

.flexMenu-viewMore > a {
    position: relative;
    z-index: 5
}

.flexMenu-viewMore > a > span {
    display: inline-block;
    line-height: 22px;
    font-size: 16px
}

.mag-box-filter-links .flexMenu-viewMore:hover > a {
    background-color: transparent !important;
    color: #08f
}

.flexMenu-popup {
    z-index: 4;
    -webkit-transform: translateX(-100%) translateX(34px);
    -ms-transform: translateX(-100%) translateX(34px);
    transform: translateX(-100%) translateX(34px);
    min-width: 100px;
    text-align: right;
    white-space: nowrap;
    word-wrap: normal;
    border-radius: 2px;
    background: #fff
}

.flexMenu-popup li {
    width: 100%;
    display: block
}

.mag-box-filter-links .flexMenu-popup {
    top: 0;
    padding-top: 22px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.mag-box-filter-links .flexMenu-popup li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.flexMenu-popup a {
    border-radius: 0;
    display: block;
    padding: 3px 10px;
    transition: none;
    margin: 0
}

.breaking-news-outer {
    height: 40px;
    overflow: hidden;
    border-radius: 2px
}

.mag-box .breaking-title {
    line-height: 40px;
    margin-top: -1px;
    padding-left: 20px;
    padding-right: 20px
}

.mag-box .breaking {
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left-width: 0
}

.mag-box .controls-is-active .ticker-wrapper.has-js {
    padding-right: 90px
}

.mag-box .ticker-wrapper.has-js, .mag-box .ticker, .mag-box .ticker-content, .mag-box .ticker-swipe, .mag-box .breaking-news-nav, .mag-box .breaking-news-nav li {
    line-height: 38px;
    height: 38px
}

.mag-box .breaking-news-nav {
    padding-right: 0
}

.mag-box .breaking-news-nav li {
    margin: 0;
    width: 38px;
    border-width: 0 0 0 1px;
    border-radius: 0;
    font-size: 16px
}

.mag-box .breaking-news-nav li:hover {
    border-color: transparent !important
}

.mag-box .pages-nav {
    padding-top: 20px
}

.dark-skin .mag-box .breaking, .dark-skin .mag-box .breaking-news-nav li, .box-dark-skin .breaking, .box-dark-skin .breaking-news-nav li {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .mag-box .breaking, .dark-skin .mag-box .ticker-content, .dark-skin .mag-box .ticker-swipe, .box-dark-skin .breaking, .box-dark-skin .ticker-content, .box-dark-skin .ticker-swipe {
    background-color: #27292d
}

.mag-box-container {
    position: relative
}

.mag-box .posts-items li:nth-child(1), .mini-posts-box .posts-items li:nth-child(2), .big-post-left-box .posts-items li:nth-child(2), .big-posts-box .posts-items li:nth-child(2) {
    margin-top: 0
}

.mag-box {
    margin-bottom: 30px;
    clear: both
}

@media (max-width: 991px) {
    .mag-box {
        margin-bottom: 15px
    }
}

.mag-box .is-loading {
    opacity: .5;
    transition: opacity 0.3s
}

.mag-box .posts-items {
    clear: both;
    margin: 0 -2%
}

.mag-box .posts-items li {
    float: left;
    width: 50%;
    margin-top: 24px;
    padding: 0 2%
}

@media (max-width: 670px) {
    .mag-box .posts-items li {
        width: 100%
    }

    .mag-box .posts-items li:not(:first-child) {
        margin-top: 14px
    }
}

.mag-box .posts-items-loaded-ajax {
    margin-top: 24px !important
}

.mag-box .post-title {
    font-size: 20px;
    line-height: 1.4
}

.mag-box .post-meta {
    margin: 0 0 3px
}

.mag-box .post-excerpt {
    margin-top: 5px;
    color: #666;
    word-break: break-word
}

.mag-box li:not(:first-child) .post-thumb {
    float: left;
    margin-right: 15px
}

.mag-box li:not(:first-child) .post-details {
    padding-left: 125px
}

.mag-box li:not(:first-child) .post-title {
    font-size: 14px
}

.no-small-thumbs.post-item .post-details, .no-small-thumbs.post-widget-body, .no-small-thumbs.comment-body {
    padding-left: 0 !important
}

.content-only:not(.tabs-box), .content-only:not(.tabs-box) > .container-wrapper {
    background-color: transparent;
    border: 0;
    padding: 0
}

@media (max-width: 991px) {
    .content-only {
        margin: 30px 0
    }
}

.show-more-button {
    border: 1px solid rgba(0, 0, 0, .1);
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    display: block;
    font-weight: 600;
    cursor: pointer;
    clear: both
}

.mag-box .show-more-button {
    margin: 25px -30px -30px;
    border-width: 1px 0 0
}

@media (max-width: 767px) {
    .mag-box .show-more-button {
        margin: 20px -15px -20px
    }
}

.pages-nav .show-more-button {
    padding: 0 20px;
    min-height: 50px;
    line-height: 50px
}

.magazine1 .content-only .show-more-button, .magazine2 .show-more-button {
    border-width: 1px;
    margin: 35px auto 0;
    max-width: 350px
}

@media (max-width: 991px) {
    .magazine1 .content-only .show-more-button, .magazine2 .show-more-button {
        margin-top: 20px
    }
}

.show-more-button .spinner-circle {
    top: -13px;
    left: -13px;
    height: 26px;
    width: 26px;
    clip: rect(0, 26px, 26px, 13px)
}

.show-more-button .spinner-circle:after {
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
    clip: rect(0, 26px, 26px, 13px)
}

.pagination-disabled {
    opacity: .5;
    cursor: default !important
}

.pagination-disabled, .pagination-disabled:hover {
    color: #888 !important
}

.big-post-left-box .posts-items {
    font-size: 0
}

.big-post-left-box .posts-items .post-excerpt {
    font-size: 13px
}

.big-post-left-box .posts-items li:nth-child(n+2) {
    float: none;
    display: inline-block !important;
    vertical-align: top
}

.big-post-left-box .posts-items li:nth-child(n+2) .post-thumb img {
    max-width: 110px
}

.big-post-left-box li:first-child .post-thumb {
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .full-width .big-post-left-box .posts-items li {
        width: calc(100% / 3)
    }

    .full-width .big-post-left-box .posts-items li:nth-child(3) {
        margin-top: 0
    }
}

.big-post-top-box .posts-items li:first-child {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 2%;
    margin-bottom: 24px
}

.big-post-top-box .posts-items li:first-child .post-thumb {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0
}

.big-post-top-box .posts-items li:first-child .post-details {
    padding-left: 52%
}

.big-post-top-box .posts-items li:nth-child(2n) {
    clear: left
}

.big-post-top-box .posts-items li:nth-child(-n+3) {
    margin-top: 0
}

.big-post-top-box .posts-items li:nth-child(n+2) .post-thumb img {
    max-width: 110px
}

@media (max-width: 670px) {
    .big-post-top-box .posts-items li:first-child {
        margin-bottom: 14px
    }

    .big-post-top-box .posts-items li:first-child .post-thumb {
        width: 100%;
        margin: 0 0 10px
    }

    .big-post-top-box .posts-items li:first-child .post-meta {
        width: 100%
    }

    .big-post-top-box .posts-items li:first-child .post-details {
        padding: 0
    }

    .big-post-top-box .posts-items li:nth-child(3), .big-post-top-box .posts-items li:nth-child(4) {
        margin-top: 14px
    }
}

@media (min-width: 992px) {
    .full-width .big-post-top-box .posts-items li {
        width: calc(100% / 3)
    }

    .full-width .big-post-top-box .posts-items li:nth-child(-n+4) {
        margin-top: 0
    }

    .full-width .big-post-top-box .posts-items li:first-child {
        width: 96%
    }

    .full-width .big-post-top-box .posts-items li:first-child .post-thumb {
        width: 30.6%
    }

    .full-width .big-post-top-box .posts-items li:first-child .post-details {
        padding-left: 34.767%
    }

    .full-width .big-post-top-box .posts-items li:nth-child(2n) {
        clear: none
    }

    .full-width .big-post-top-box .posts-items li:nth-child(3n+2) {
        clear: left
    }
}

.half-box.mag-box {
    padding-left: 0;
    clear: right
}

.half-box.second-half-box {
    padding-left: 15px;
    padding-right: 0
}

@media (max-width: 767px) {
    .half-box {
        padding: 0 !important
    }
}

.half-box .posts-items {
    margin: 0
}

.half-box .posts-items li {
    width: 100%;
    padding: 0
}

.half-box .posts-items li:first-child {
    margin-bottom: 24px
}

@media (max-width: 670px) {
    .half-box .posts-items li:first-child {
        margin-bottom: 14px
    }
}

.half-box .posts-items li:first-child .post-thumb {
    margin-bottom: 10px
}

.half-box .posts-items li:nth-child(2) {
    margin-top: 0
}

.half-box .posts-items li:nth-child(n+2) .post-thumb img {
    max-width: 110px
}

@media (min-width: 768px) {
    .content-only.first-half-box {
        padding-right: 15px
    }
}

.news-gallery .mag-box-container {
    overflow: hidden;
    margin-bottom: -10px
}

.news-gallery-items {
    width: calc(100% + 10px);
    margin: 0 -5px
}

.news-gallery-items li {
    float: left;
    height: 75px;
    width: 16.66667%;
    padding: 0 5px 10px
}

.news-gallery-items li .post-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    float: none !important;
    margin: 0 !important
}

.media-overlay .news-gallery-items .post-thumb-overlay {
    transition: 0.3s
}

.media-overlay .news-gallery-items li:hover .post-thumb-overlay {
    background: rgba(255, 255, 255, .2)
}

.big-first-gallery .news-gallery-items {
    height: 280px
}

.big-first-gallery .news-gallery-items li {
    height: 25%
}

.big-first-gallery .news-gallery-items li:first-child {
    width: 50%;
    height: 100%
}

@media (min-width: 992px) {
    .full-width .big-first-gallery .news-gallery-items {
        height: 400px
    }

    .full-width .news-grid .news-gallery-items li {
        height: 100px
    }
}

@media (max-width: 767px) {
    .news-gallery-items li, .big-first-gallery .news-gallery-items li {
        width: 33.3334%;
        height: 95px
    }

    .big-first-gallery .news-gallery-items {
        height: 620px
    }

    .big-first-gallery .news-gallery-items li:first-child {
        width: 100%;
        height: 250px
    }
}

.scrolling-box .mag-box-container {
    min-height: 150px
}

.scrolling-slider {
    overflow: hidden;
    display: none
}

.scrolling-slider.slick-dotted {
    padding-bottom: 40px
}

.scrolling-slider .slick-list {
    width: 100%;
    width: calc(100% + 24px);
    margin-right: calc(-12px);
    margin-left: calc(-12px);
    overflow: inherit;
    transition: height 0.3s
}

.scrolling-slider .tie-slick-dots {
    bottom: 0;
    text-align: center
}

.scrolling-slider .slide {
    margin: 0 12px;
    position: relative
}

.scrolling-slider .post-title {
    font-size: 16px;
    margin-top: 8px
}

.scrolling-slider .post-meta {
    margin: 8px 0 0
}

.scroll-2-box .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.scroll-2-box .slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    background-color: rgba(0, 0, 0, .2)
}

.scroll-2-box .post-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 10px
}

.scroll-2-box .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%
}

.scroll-2-box .post-title a {
    color: #fff;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.2em
}

@media only screen and (min-width: 400px) and (max-width: 570px) {
    .scroll-2-box .post-title a {
        -webkit-line-clamp: 2;
        max-height: 2.8em
    }
}

.scroll-2-box .post-thumb:after {
    opacity: .5
}

.scroll-2-box .slide:hover .post-thumb:after {
    opacity: .9
}

.wide-post-box .posts-items {
    margin: 0
}

.wide-post-box .posts-items li {
    width: 100%;
    padding: 0;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.wide-post-box .posts-items li .post-title {
    font-size: 20px
}

.wide-post-box .posts-items li .post-thumb {
    margin-right: 25px;
    float: none;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 420px
}

@media (max-width: 767px) {
    .wide-post-box .posts-items li .post-thumb {
        -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        width: 40%;
        max-width: 40%;
        margin-right: 3.55%
    }
}

.wide-post-box .posts-items li .post-details {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 !important
}

@media (max-width: 580px) {
    .wide-post-box .posts-items li {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wide-post-box .posts-items li .post-thumb {
        width: 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin: 0 0 10px 0
    }

    .wide-post-box .posts-items li .post-meta {
        width: 100%
    }
}

.small-wide-post-box .posts-items li .post-thumb {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.timeline-box .posts-items {
    position: relative;
    overflow: hidden
}

.timeline-box .posts-items::before, .timeline-box .posts-items:last-of-type:after {
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 29px;
    z-index: 0
}

.timeline-box .posts-items:last-of-type:after {
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #fff 80%);
    height: 150px;
    bottom: 0
}

.timeline-box .posts-items li {
    display: block !important
}

@media (max-width: 580px) {
    .timeline-box .posts-items li .post-thumb {
        float: none
    }
}

.timeline-box .posts-items-loaded-ajax {
    margin-top: 0 !important
}

.timeline-box .posts-items-loaded-ajax li:first-child {
    padding-top: 30px
}

.timeline-box .year-month {
    background: #e6e6e6;
    color: #2c2f34;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 18px;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 12px;
    border-radius: 100%
}

.timeline-box .year-month span {
    font-weight: 600;
    font-size: 14px
}

.timeline-box .year-month em {
    display: block;
    font-size: 80%;
    padding-top: 1px;
    opacity: .7
}

.timeline-box .day-month {
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
    z-index: 2
}

.timeline-box .day-month::before {
    position: absolute;
    left: 23px;
    top: 3px;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e6e6e6;
    border: 3px solid #fff;
    z-index: 1
}

.timeline-box .post-item-inner {
    margin-left: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 580px) {
    .timeline-box .post-item-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 670px) {
    .big-posts-box .posts-items li {
        width: 100%
    }
}

.big-posts-box .posts-items li .post-thumb {
    margin-right: 0;
    float: none !important;
    margin-bottom: 10px
}

.big-posts-box .posts-items li .post-details {
    padding-left: 0
}

.big-posts-box .posts-items li .post-title {
    font-size: 20px;
    padding-left: 0
}

.big-posts-box .posts-items li:nth-child(2n+1) {
    clear: left
}

@media (min-width: 670px) {
    .full-width .big-posts-box .posts-items {
        margin: 0 -1.35%
    }

    .full-width .big-posts-box .posts-items li {
        width: calc(100% / 3);
        padding: 0 1.35%
    }

    .full-width .big-posts-box .posts-items li:nth-child(-n+3) {
        margin-top: 0
    }

    .full-width .big-posts-box .posts-items li:nth-child(2n+1) {
        clear: none
    }

    .full-width .big-posts-box .posts-items li:nth-child(3n+1) {
        clear: left
    }
}

.narrow-big-posts-box .posts-items {
    margin: 0 -1px
}

.narrow-big-posts-box .posts-items li {
    padding: 0 1px
}

.narrow-big-posts-box .posts-items li .post-details {
    padding: 5px 15px 0
}

.narrow-big-posts-box .posts-items .post-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 5px
}

.narrow-big-posts-box .posts-items .post-cat-wrap {
    left: 0;
    bottom: 0
}

.narrow-big-posts-box .posts-items .post-cat-wrap .post-cat {
    border-radius: 0;
    background: #fff;
    padding: 10px 25px;
    color: #00bf80
}

.full-width-img-news-box .posts-items li {
    width: 100%;
    float: none
}

@media (min-width: 992px) {
    .full-width-img-news-box .posts-items li:not(:first-child) {
        margin-top: 40px
    }
}

.full-width-img-news-box .posts-items li .post-title {
    font-size: 30px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .full-width-img-news-box .posts-items li .post-title {
        font-size: 25px
    }
}

@media (max-width: 670px) {
    .full-width-img-news-box .posts-items li .post-title {
        font-size: 20px
    }
}

.full-width-img-news-box .posts-items li .post-thumb {
    width: 100%;
    margin-bottom: 10px;
    float: none !important
}

.full-width-img-news-box .posts-items .post-meta {
    clear: both
}

.full-width-img-news-box .posts-items .post-excerpt, .full-width-img-news-box .posts-items .entry {
    margin-top: 10px
}

@media (min-width: 768px) {
    .full-overlay-title li:not(.no-post-thumb) .block-post-overlay {
        position: relative;
        margin-bottom: 20px
    }

    .full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        position: absolute;
        bottom: -1px;
        padding: 25px 25px 0 0;
        background: #fff;
        z-index: 4;
        width: 70%
    }

    .full-overlay-title li:not(.no-post-thumb) img {
        min-height: 250px;
        background-color: #f6f7f8
    }

    .full-overlay-title.dark-skin li:not(.no-post-thumb) img, .dark-skin .full-overlay-title li:not(.no-post-thumb) img {
        background-color: #161619
    }

    .full-overlay-title.media-overlay .tie-media-icon {
        left: 15px;
        top: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .full-overlay-title.media-overlay .is-trending .trending-post {
        top: 16px;
        left: 15px;
        width: 38px;
        height: 38px;
        line-height: 38px
    }

    .full-overlay-title.media-overlay .is-trending .tie-media-icon {
        left: 63px
    }

    .full-overlay-title .digital-rating {
        top: 15px;
        right: 15px
    }

    .center-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        padding: 25px 25px 15px 25px !important;
        width: 86%;
        left: 7%;
        text-align: center
    }

    .center-overlay-title li:not(.no-post-thumb) .tie-alignright {
        float: none;
        display: inline-block
    }
}

.mini-posts-box .posts-items li .post-title {
    font-size: 18px;
    margin-bottom: 10px
}

.mini-posts-box .posts-items li .post-thumb {
    float: left;
    margin-right: 15px
}

.mini-posts-box .posts-items li .post-thumb img {
    max-width: 110px
}

.mini-posts-box .posts-items li:nth-child(2n+1) {
    clear: left
}

@media only screen and (min-width: 992px) and (max-width: 1100px), only screen and (max-width: 767px) {
    .mini-posts-box .posts-items li {
        width: 100%
    }

    .mini-posts-box .posts-items li:nth-child(n+2) {
        margin-top: 24px
    }
}

@media (min-width: 992px) {
    .full-width .mini-posts-box .posts-items li:nth-child(-n+3) {
        margin-top: 0
    }

    .full-width .mini-posts-box .posts-items li:nth-child(n) {
        width: calc(100% / 3);
        clear: none
    }

    .full-width .mini-posts-box .posts-items li:nth-child(3n+1) {
        clear: left
    }
}

.first-post-gradient li:first-child .post-title {
    font-size: 25px;
    line-height: 1.2;
    margin: 5px 0
}

.first-post-gradient li:first-child .post-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    z-index: 2
}

.first-post-gradient li:first-child .post-content {
    width: 100%;
    padding: 22px 30px;
    position: absolute;
    bottom: 0;
    left: 0
}

.first-post-gradient li:first-child .post-cat-wrap {
    pointer-events: none
}

.first-post-gradient li:first-child .post-cat-wrap a, .first-post-gradient li:first-child .meta-author a {
    pointer-events: auto
}

.first-post-gradient .posts-items li:first-child a:not(:hover), .first-post-gradient li:first-child .post-meta {
    color: #fff
}

.big-thumb-left-box-inner {
    height: 470px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: rgba(0, 0, 0, .2)
}

@media (max-width: 670px) {
    .big-thumb-left-box-inner {
        height: 325px
    }
}

.big-thumb-left-box li:first-child .post-content {
    padding: 12px 20px
}

.big-thumb-left-box li:first-child .post-thumb {
    margin-bottom: 0
}

@media (min-width: 671px) {
    .miscellaneous-box li:first-child .post-title {
        font-size: 36px;
        line-height: 1.2
    }
}

.miscellaneous-box li:not(:first-child) .post-thumb {
    margin: 0 0 5px !important
}

.miscellaneous-box .posts-items li {
    width: calc(100% / 3);
    margin-top: 30px
}

.miscellaneous-box .posts-items li:first-child {
    width: 96%;
    padding: 0;
    margin: 0 2%;
    position: relative
}

@media (min-width: 480px) {
    .miscellaneous-box .posts-items li:first-child {
        min-height: 180px;
        background-color: rgba(0, 0, 0, .2)
    }
}

.miscellaneous-box .posts-items li:nth-child(3n+2) {
    clear: both
}

@media (max-width: 670px) {
    .miscellaneous-box .posts-items li {
        width: 50%
    }

    .miscellaneous-box .posts-items li:nth-child(3n+2) {
        clear: none
    }

    .miscellaneous-box .posts-items li:nth-child(2n+2) {
        clear: both
    }

    .miscellaneous-box li:first-child .post-content {
        padding: 10px 15px
    }

    .miscellaneous-box li:first-child .tie-media-icon {
        left: 10px;
        top: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .miscellaneous-box li:first-child .tie-media-icon:before {
        width: 35px;
        height: 35px;
        line-height: 30px
    }

    .miscellaneous-box li:first-child.is-trending .tie-media-icon {
        left: 50px
    }
}

@media (max-width: 479px) {
    .miscellaneous-box li:first-child .post-title {
        font-size: 18px;
        max-height: 2.4em;
        overflow: hidden
    }

    .miscellaneous-box li:first-child .post-meta {
        max-height: 2em
    }

    .miscellaneous-box li:first-child .trending-post, .miscellaneous-box li:first-child .post-cat, .miscellaneous-box li:first-child .post-rating, .miscellaneous-box li:first-child .digital-rating, .miscellaneous-box li:first-child .tie-media-icon {
        display: none
    }
}

@media (max-width: 380px) {
    .miscellaneous-box .posts-items li {
        width: 100%
    }
}

@media (min-width: 992px) {
    .full-width .miscellaneous-box .posts-items {
        margin: 0 -1.33%
    }

    .full-width .miscellaneous-box .posts-items li:first-child {
        margin: 0 1.33%;
        width: 97.34%
    }

    .full-width .miscellaneous-box .posts-items li:not(:first-child) {
        width: 25%;
        padding: 0 1.33%
    }

    .full-width .miscellaneous-box .posts-items li:nth-child(3n+2) {
        clear: none
    }

    .full-width .miscellaneous-box .posts-items li:nth-child(4n+2) {
        clear: left
    }
}

.video-playlist-wrapper {
    background-color: #27292d;
    position: relative;
    width: 66%;
    height: 434px;
    float: left
}

.video-playlist-wrapper .loader-overlay {
    z-index: 1
}

.video-playlist-wrapper iframe {
    height: 434px;
    width: 100%
}

.video-player-wrapper {
    position: relative;
    z-index: 2
}

.video-frame {
    visibility: hidden
}

.video-playlist-nav-wrapper {
    width: 34%;
    float: right;
    height: 434px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-width: 0 1px 1px 0
}

.video-playlist-nav-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, .05)
}

.video-playlist-nav-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, .05);
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto
}

.video-playlist-nav-wrapper .mCustomScrollBox > .mCSB_scrollTools {
    right: 0;
    left: auto
}

.playlist-title {
    background: #08f;
    color: #fff;
    height: 70px;
    width: 100%;
    padding: 0 15px;
    line-height: 17px;
    z-index: 9
}

.playlist-title h2 {
    padding-top: 14px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.videos-number {
    font-size: 11px;
    display: block;
    float: left
}

.playlist-title-icon {
    font-size: 27px;
    float: left;
    margin-right: 10px;
    height: 70px;
    line-height: 70px;
    width: 40px;
    text-align: center;
    font-weight: 400
}

.video-playlist-nav {
    position: relative;
    height: 434px;
    clear: both
}

.is-mobile .video-playlist-nav {
    overflow-y: auto
}

.video-playlist-nav:not(.playlist-has-title) {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.playlist-has-title {
    height: 364px
}

.video-playlist-item {
    padding: 12px 15px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: 0.3s
}

.video-playlist-item:last-of-type {
    border-bottom: 0
}

.video-playlist-item h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

.video-playlist-item:hover, .is-playing {
    background: #F7F7F7
}

.video-paused-icon, .video-play-icon, .video-number {
    float: left;
    width: 20px;
    text-align: left;
    line-height: 46px;
    font-size: 11px;
    color: #333
}

.video-play-icon {
    display: none;
    color: #08f
}

.is-playing .video-number, .is-paused .video-number, .video-paused-icon {
    display: none
}

.is-playing .video-play-icon, .is-paused .video-paused-icon {
    display: block
}

.video-thumbnail {
    width: 75px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left
}

.video-info {
    padding-left: 105px
}

.video-duration {
    float: left;
    font-size: 11px;
    color: #767676;
    margin-top: 3px;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-playlist-nav-wrapper, .video-playlist-wrapper, .video-playlist-wrapper iframe {
        height: 383px
    }

    .video-playlist-nav {
        height: 383px !important
    }

    .playlist-has-title {
        height: 313px !important
    }
}

@media (max-width: 767px) {
    .video-playlist-wrapper {
        width: 100%;
        height: auto
    }

    .video-playlist-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .video-player-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0
    }

    .video-playlist-nav-wrapper {
        height: auto !important;
        width: 100%
    }

    .video-playlist-nav {
        height: 270px !important
    }

    .playlist-has-title {
        height: 244px !important
    }
}

@media (min-width: 992px) {
    .has-builder .has-sidebar .video-playlist-nav-wrapper, .has-builder .has-sidebar .video-playlist-nav, .has-builder .has-sidebar .video-playlist-wrapper, .has-builder .has-sidebar .video-playlist-wrapper iframe {
        height: 323px !important
    }

    .has-builder .has-sidebar .playlist-has-title {
        height: 263px !important
    }

    .has-builder .has-sidebar .playlist-title {
        height: 60px
    }

    .has-builder .has-sidebar .playlist-title h2 {
        padding-top: 11px
    }

    .has-builder .has-sidebar .playlist-title-icon {
        height: 60px;
        line-height: 60px
    }
}

@media (max-width: 767px) {
    .stream-item-mag .container-wrapper {
        padding: 5px 0 !important;
        border-radius: 0;
        border: 0
    }
}

.stream-item-mag.stream-item.half-box .stream-item {
    margin: 0
}

.stream-item-mag.stream-item.half-box .adsbygoogle {
    width: 300px !important;
    min-height: 250px !important;
    margin: 0 auto
}

@media (max-width: 991px) {
    .stream-item-mag.content-only {
        margin: 15px 0
    }
}

.dark-skin .mag-box:not(.tabs-box), .box-dark-skin:not(.tabs-box) {
    background-color: transparent
}

.dark-skin .mag-box .mag-box-filter-links a:not(:hover), .box-dark-skin .mag-box-filter-links a:not(:hover) {
    color: #ccc
}

.dark-skin .mag-box .mag-box-filter-links .flexMenu-popup, .box-dark-skin .mag-box-filter-links .flexMenu-popup {
    background-color: #1f2024;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.dark-skin .mag-box .slider-arrow-nav a, .box-dark-skin .slider-arrow-nav a {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .mag-box.timeline-box .posts-items:before, .box-dark-skin.timeline-box .posts-items:before {
    background: #404146
}

.dark-skin .mag-box.timeline-box .posts-items:last-of-type:after, .box-dark-skin.timeline-box .posts-items:last-of-type:after {
    background-image: linear-gradient(to bottom, #404146 0%, #1f2024 80%)
}

.dark-skin .mag-box .year-month, .box-dark-skin .year-month {
    background: #404146;
    color: #fff
}

.dark-skin .mag-box .day-month:before, .box-dark-skin .day-month:before {
    background: #404146;
    border-color: #1f2024
}

@media (min-width: 768px) {
    .dark-skin .mag-box.full-overlay-title li:not(.no-post-thumb) .block-title-overlay, .box-dark-skin.full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        background: #1f2024
    }
}

.dark-skin .mag-box .videos-block, .box-dark-skin .videos-block {
    background: #27292d
}

.dark-skin .mag-box .video-playlist-nav-wrapper, .box-dark-skin .video-playlist-nav-wrapper {
    background: #1a1b1f
}

.dark-skin .mag-box .playlist-title, .box-dark-skin .playlist-title {
    background: #131416;
    color: #fff
}

.dark-skin .mag-box .video-playlist-item, .dark-skin .mag-box .mag-box-filter-links .flexMenu-popup li:first-child, .box-dark-skin .video-playlist-item, .box-dark-skin .mag-box-filter-links .flexMenu-popup li:first-child {
    border-color: rgba(255, 255, 255, .05)
}

.dark-skin .mag-box .video-playlist-item h2, .box-dark-skin .video-playlist-item h2 {
    color: #fff
}

.dark-skin .mag-box .video-playlist-item:hover, .dark-skin .mag-box .is-playing, .box-dark-skin .video-playlist-item:hover, .box-dark-skin .is-playing {
    background: #222428
}

.dark-skin .mag-box .video-paused-icon, .dark-skin .mag-box .video-number, .dark-skin .mag-box .video-duration, .box-dark-skin .video-paused-icon, .box-dark-skin .video-number, .box-dark-skin .video-duration {
    color: #ccc
}

.dark-skin .mag-box .tie-slick-dots li:not(.slick-active) button, .box-dark-skin .tie-slick-dots li:not(.slick-active) button {
    background: rgba(255, 255, 255, .2)
}

.tabs {
    transition: opacity 0.3s;
    max-height: 75px;
    width: 100%;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 0 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tabs li {
    display: inline-block;
    position: relative;
    padding: 0 !important
}

.tabs a {
    background: rgba(0, 0, 0, .02);
    display: block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 1px 1px 0;
    font-size: 15px
}

.tabs a:not(:hover) {
    color: #2c2f34
}

.dark-skin .tabs a:not(:hover) {
    color: #ccc
}

.tabs > li > a {
    line-height: 65px;
    padding: 0 15px;
    border-bottom-color: transparent
}

body .tabs.tabs .active > a {
    background: #fff;
    color: #08f
}

.tab-content, .woocommerce-tabs .panel {
    padding: 30px;
    display: none
}

.tab-content {
    position: relative;
    transition: 0.3s
}

@media (max-width: 767px) {
    .tab-content {
        padding: 20px
    }
}

.tab-content-elements li {
    opacity: 0
}

.tab-content:not(.is-not-active):first-of-type {
    display: block
}

.tab-content:not(.is-not-active):first-of-type .tab-content-elements li {
    opacity: 1
}

.tabs-container-wrapper {
    padding: 0 !important
}

.normal-side .tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.normal-side .tabs li {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.normal-side .tabs a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px !important
}

.normal-side .tabs a span {
    font-size: 20px;
    vertical-align: sub
}

.normal-side .tabs li:last-child a {
    border-right-width: 0
}

.dark-skin .normal-side .tabs {
    border-color: #2c3033
}

.dark-skin .normal-side .tabs a {
    background: rgba(0, 0, 0, .1);
    border-color: transparent rgba(255, 255, 255, .1)
}

.dark-skin .normal-side .tabs .active a {
    background-color: #1f2024
}

@media (max-width: 320px) {
    .normal-side .tabs {
        max-height: none;
        border-bottom: 0
    }

    .normal-side .tabs li {
        display: block;
        width: 100%;
        float: none
    }

    .normal-side .tabs a {
        border-bottom-color: rgba(0, 0, 0, .1);
        border-width: 0 0 1px
    }

    .dark-skin .normal-side .tabs a {
        border-bottom-color: rgba(255, 255, 255, .1)
    }
}

.magazine2:not(.block-head-4) .dark-widgetized-area .tabs-container-wrapper, .magazine1 .dark-widgetized-area .tabs-container-wrapper {
    border-width: 0
}

.magazine2:not(.block-head-4) .dark-widgetized-area .tab-content, .magazine1 .dark-widgetized-area .tab-content {
    padding: 0
}

.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs, .magazine1 .dark-widgetized-area ul.tabs {
    margin-bottom: 20px;
    border-width: 0;
    max-height: 55px
}

.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a, .magazine1 .dark-widgetized-area ul.tabs a {
    border: 0;
    color: #fff;
    line-height: 55px;
    background-color: #27292d
}

.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:before, .magazine1 .dark-widgetized-area ul.tabs a:before {
    display: none
}

.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:hover, .magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs .active a, .magazine1 .dark-widgetized-area ul.tabs a:hover, .magazine1 .dark-widgetized-area ul.tabs .active a {
    background: #08f;
    color: #fff
}

.flex-tabs .tabs {
    position: relative;
    z-index: 4;
    opacity: 0
}

.flex-tabs .tabs a {
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
    word-wrap: normal
}

.flex-tabs .flexMenu-viewMore {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-tabs .flexMenu-viewMore a {
    padding-left: 10px;
    padding-right: 10px;
    border-width: 0 0 1px 0
}

.flex-tabs .flexMenu-viewMore.active > a {
    background: rgba(0, 0, 0, .02)
}

.flex-tabs .flexMenu-popup {
    margin: 0;
    padding: 0;
    right: 0;
    padding-top: 0;
    box-shadow: none;
    min-width: calc(100% + 1px);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    -webkit-transform: translateY(-1px) translateX(1px);
    -ms-transform: translateY(-1px) translateX(1px);
    transform: translateY(-1px) translateX(1px)
}

.flex-tabs .flexMenu-popup li {
    float: none;
    display: block
}

.flex-tabs .flexMenu-popup a {
    padding: 10px 20px 10px 40px;
    text-align: right;
    font-size: 13px
}

.flex-tabs .flexMenu-popup li:last-child a {
    border-width: 0
}

.tabs-box .mag-box {
    margin-bottom: 0
}

.tabs-box .container-wrapper {
    border-width: 0;
    padding: 0
}

.tabs-box .tabs-wrapper {
    overflow: initial
}

.tabs-box .tab-content {
    position: relative
}

.box-dark-skin.tabs-box {
    background: #1f2024
}

.dark-skin .mag-box .tabs, .box-dark-skin .tabs {
    border-color: #2c3033
}

.dark-skin .mag-box .tabs a, .box-dark-skin .tabs a {
    border-color: transparent rgba(255, 255, 255, .1)
}

.dark-skin .mag-box .flexMenu-popup, .box-dark-skin .flexMenu-popup {
    background-color: #1f2024;
    border-color: #2c3033
}

.dark-skin .mag-box .flexMenu-popup li a, .box-dark-skin .flexMenu-popup li a {
    border-bottom-color: #2c3033
}

.dark-skin .mag-box .tabs.tabs .active a, .box-dark-skin .tabs.tabs .active a {
    background-color: #1f2024
}

.dark-skin .magazine2 .tabs.tabs .active > a {
    background-color: rgba(0, 0, 0, .1)
}

.entry .tabs-wrapper {
    margin-bottom: 15px;
    padding: 0
}

.entry .tabs, .entry .tabs li {
    margin: 0;
    padding: 0
}

.tabs-vertical {
    border: 0;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1)
}

.tabs-vertical:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 28%;
    height: 100%;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 1px 0 0
}

.tabs-vertical .tabs {
    position: relative;
    overflow: auto;
    z-index: 1;
    left: 0;
    float: left;
    width: 28%;
    max-height: none !important;
    border-bottom: 0
}

.tabs-vertical .tabs li {
    display: block;
    width: calc(100% - 1px);
    transition: border 0.3s
}

.tabs-vertical .tabs li a {
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 0 1px 0;
    background-color: transparent
}

.tabs-vertical .tab-content {
    float: left;
    width: 72%
}

.magazine2 .tabs-vertical:after {
    display: none
}

.magazine2 .tabs-vertical .tab-content {
    padding: 0 0 0 30px
}

@media (max-width: 670px) {
    .magazine2 .tabs-vertical .tab-content {
        padding: 20px 0 0 !important
    }
}

.magazine2 .tabs-vertical .tabs li {
    width: 100%
}

.magazine2 .tabs-vertical .tabs a {
    line-height: 50px
}

.block-head-5.magazine2 .tabs-vertical .tabs .active a:before, .block-head-6.magazine2 .tabs-vertical .tabs .active a:before {
    width: 100%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}

.block-head-6.magazine2 .tabs-vertical .tabs .active a:after {
    display: none
}

@media (max-width: 670px) {
    .tabs-vertical:after {
        display: none
    }

    .tabs-vertical .tabs {
        overflow: hidden
    }

    .tabs-vertical .tabs, .tabs-vertical .tabs li, .tabs-vertical .tab-content {
        width: 100%;
        float: none
    }

    .tabs-vertical .tabs li {
        display: block;
        list-style-type: none
    }

    .tabs-vertical .tabs li a {
        border-left-width: 0;
        border-right-width: 0;
        background: rgba(0, 0, 0, .02)
    }

    .tabs-vertical .tabs li.active a {
        background-color: transparent;
        border-bottom-color: rgba(0, 0, 0, .1)
    }

    .dark-skin .tabs-vertical .tabs li.active a {
        border-bottom-color: rgba(255, 255, 255, .1)
    }
}

.magazine2 .tab-content {
    padding: 30px 0 0
}

@media (max-width: 767px) {
    .magazine2 .tab-content {
        padding: 20px 0 0
    }
}

html:not(.dark-skin) .magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tab-content {
    padding: 30px
}

.magazine2 .tabs {
    border-width: 1px
}

.dark-skin .magazine2 .tabs {
    border-color: rgba(255, 255, 255, .05)
}

.dark-skin .magazine2 .flexMenu-popup {
    background-color: #27292d
}

.magazine2 .tabs > .active > a {
    border-bottom-color: inherit
}

.block-head-4.magazine2 .tabs {
    border: 1px solid #08f;
    border-radius: 2px;
    max-height: 40px
}

.block-head-4.magazine2 .tabs > li > a {
    line-height: 38px;
    border-width: 0;
    padding: 0 20px
}

.block-head-4.magazine2 .tabs li a {
    color: #08f;
    background-color: transparent
}

.block-head-4.magazine2 .tabs li a:hover {
    color: #006dcc
}

.block-head-4.magazine2 .tabs.tabs li.active a {
    color: #fff;
    background-color: #08f
}

.block-head-4.magazine2 .tabs .flexMenu-popup {
    border-color: #08f;
    -webkit-transform: translateY(0) translateX(1px);
    -ms-transform: translateY(0) translateX(1px);
    transform: translateY(0) translateX(1px)
}

.block-head-4.magazine2 .tabs .flexMenu-popup a {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 0
}

html:not(.dark-skin) .block-head-4.magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tabs {
    border-width: 0 0 1px;
    max-height: 50px;
    border-radius: 0
}

html:not(.dark-skin) .block-head-4.magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tabs > li > a {
    line-height: 48px
}

html:not(.dark-skin) .block-head-4.magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tabs .flexMenu-popup {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.block-head-5.magazine2 .tabs > .active a {
    background-color: transparent !important;
    position: relative
}

.block-head-5.magazine2 .tabs > .active a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #08f;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg)
}

.block-head-5.magazine2 .tabs > .active:first-child a:before {
    width: 70%;
    right: 0;
    left: auto
}

.block-head-5.magazine2 .tabs > .active:first-child a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #08f
}

.block-head-5.magazine2 .widget .tabs .active a {
    position: static
}

.block-head-5.magazine2 .widget .tabs .active:last-child a:before {
    width: 70%;
    left: 0;
    right: auto
}

.block-head-5.magazine2 .widget .tabs .active:last-child a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    background-color: #08f
}

.block-head-6.magazine2 .tabs > .active a {
    background-color: transparent !important;
    position: relative
}

.block-head-6.magazine2 .tabs > .active a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #08f
}

.block-head-6.magazine2 .tabs > .active a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #08f;
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg)
}

.block-head-6.magazine2 .widget .tabs .active a {
    position: static
}

.block-head-6.magazine2 .widget .tabs .active:last-child a:after {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}

.without-header #content {
    margin-top: 0;
    padding-top: 30px
}

.without-header.without-footer {
    height: 100%;
    position: absolute;
    width: 100%;
    margin: 0;
    display: table;
    vertical-align: middle;
    float: none;
    top: 0;
    left: 0;
    table-layout: fixed
}

.without-header.without-footer .background-overlay {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 100%;
    position: static;
    z-index: 2;
    overflow: hidden
}

.without-header.without-footer .tie-container, .without-header.without-footer #tie-wrapper {
    height: auto;
    min-height: 0
}

.without-footer #content {
    margin-bottom: 0;
    padding-bottom: 30px
}

.page .entry-header-outer {
    padding-bottom: 0
}

.page .entry-content {
    padding-top: 30px
}

.archive:not(.bbpress) .entry-header-outer, .search .entry-header-outer {
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.archive:not(.bbpress) .entry-header-outer #breadcrumb, .search .entry-header-outer #breadcrumb {
    margin-bottom: 20px;
    padding: 0
}

.archive:not(.bbpress) .entry-header-outer .taxonomy-description, .search .entry-header-outer .taxonomy-description {
    margin-top: 10px
}

.archive:not(.bbpress) .main-content > div:last-child, .search .main-content > div:last-child {
    margin-bottom: 0
}

.archive:not(.bbpress) .mag-box .container-wrapper, .search .mag-box .container-wrapper {
    border-top-width: 0;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.archive:not(.bbpress) .mag-box, .search .mag-box, .home:not(.page) .mag-box {
    margin-bottom: 0
}

.entry-header-outer .about-author {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 25px
}

.entry .authors-wrap {
    padding: 0;
    margin: 0
}

.entry .authors-wrap > li {
    list-style: none;
    margin-bottom: 30px
}

.entry .authors-wrap > li:last-child {
    margin-bottom: 0
}

.not-found h5 {
    margin-bottom: 20px;
    font-weight: 400
}

#sitemap ul {
    padding: 0
}

#sitemap ul li {
    list-style-position: outside;
    list-style-type: disc
}

.error404 .main-content {
    width: 100%
}

.container-404 {
    text-align: center;
    margin: 30px 0
}

.container-404 .img-404 {
    margin: 20px auto
}

.container-404 h2 {
    font-size: 150px;
    color: #333
}

@media (max-width: 767px) {
    .container-404 h2 {
        font-size: 60px
    }
}

.container-404 h3 {
    font-size: 28px;
    color: #2c2f34
}

.container-404 h4 {
    margin: 50px auto 20px;
    font-weight: 400
}

#content-404 {
    max-width: 400px;
    margin: 0 auto
}

#menu-404 {
    margin: 40px auto;
    text-align: center
}

#menu-404 li {
    display: inline-block;
    margin: 0 10px
}

#menu-404 li a {
    display: block;
    min-width: 20px
}

#menu-404 li a:before {
    display: none
}

.dark-skin .container-404 h2 {
    color: #fff
}

.dark-skin .container-404 h3 {
    color: #ccc
}

.page-template-template-masonry .post-content {
    margin-bottom: 30px
}

.page-template-template-masonry .entry-header-inner .post-cat {
    margin-bottom: 10px
}

.page-template-template-masonry .entry-content.entry {
    padding: 30px
}

.page-template-template-masonry.has-not-post-content #the-post .entry-content {
    display: none
}

.page-template-template-masonry.has-not-post-content.has-not-post-title #the-post {
    display: none
}

div.post-element {
    padding: 0;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden
}

div.post-element .featured-area {
    margin-bottom: 0
}

div.post-element div.entry-content {
    padding: 30px
}

@media (max-width: 991px) {
    div.post-element div.entry-content {
        padding: 20px
    }
}

div.post-element div.entry-content img {
    min-width: 100%
}

.masonry-grid-wrapper {
    position: relative
}

.masonry-grid-wrapper img {
    aspect-ratio: attr(width)/attr(height)
}

.masonry-with-spaces .post-element {
    width: 48%;
    margin-bottom: 4%
}

@media (max-width: 991px) {
    .has-sidebar .masonry-with-spaces .post-element {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .magazine1 .masonry-with-spaces.masonry-with-spaces {
        padding: 0 2%
    }

    .masonry-with-spaces .post-element.post-element {
        margin-bottom: 30px
    }
}

.masonry-with-spaces .grid-sizer {
    width: 48%
}

.masonry-with-spaces .gutter-sizer {
    width: 4%
}

@media (min-width: 768px) {
    .full-width .masonry-with-spaces .post-element {
        width: 32%;
        margin-bottom: 2%
    }

    .full-width .masonry-with-spaces .grid-sizer {
        width: 32%
    }

    .full-width .masonry-with-spaces .gutter-sizer {
        width: 2%
    }
}

@media (min-width: 1200px) {
    .is-percent-width .full-width .masonry-with-spaces .post-element {
        width: 23.5%;
        margin-bottom: 2%
    }

    .is-percent-width .full-width .masonry-with-spaces .grid-sizer {
        width: 23.5%
    }

    .is-percent-width .full-width .masonry-with-spaces .gutter-sizer {
        width: 2%
    }
}

@media (max-width: 991px) {
    .masonry-with-spaces .post-element {
        width: 32%;
        margin-bottom: 2%
    }

    .masonry-with-spaces .grid-sizer {
        width: 32%
    }

    .masonry-with-spaces .gutter-sizer {
        width: 2%
    }
}

@media (max-width: 767px) {
    .masonry-with-spaces .post-element, .masonry-with-spaces .grid-sizer {
        width: 48%
    }

    .masonry-with-spaces .gutter-sizer {
        width: 4%
    }
}

@media (max-width: 560px) {
    .masonry-with-spaces .post-element, .masonry-with-spaces .grid-sizer {
        width: 100%
    }

    .masonry-with-spaces .gutter-sizer {
        width: 0
    }
}

.masonry-with-spaces #masonry-grid {
    width: 100%;
    position: relative
}

.has-sidebar .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element {
    margin-right: 4%;
    margin-left: 0;
    float: left
}

.has-sidebar .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 0
}

.full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element {
    margin-right: 2%;
    margin-left: 0;
    float: left
}

.full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 0
}

@media (min-width: 1200px) {
    .is-percent-width .full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
        margin-right: 2%
    }

    .is-percent-width .full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(4n+4) {
        margin-right: 0;
        margin-left: 0
    }
}

.mag-box + .masonry-page-content, .mag-box + script + .masonry-page-content {
    margin-top: 40px
}

.media-page-layout {
    margin-top: 0
}

.media-page-layout .post-element {
    border: 0 !important
}

.media-page-layout .post-element .slide {
    height: 300px;
    background-size: cover;
    background-position: center top;
    position: relative
}

.media-page-layout .post-element .slide:hover .thumb-overlay:after {
    opacity: .9
}

.media-page-layout .post-element:nth-child(4n+2) .slide, .media-page-layout .post-element:nth-child(4n+3) .slide {
    height: 450px
}

.media-page-layout .loader-overlay {
    top: 200px
}

.full-width .media-page-layout .post-element .slide, .full-width .media-page-layout .post-element:nth-child(4n+2) .slide, .full-width .media-page-layout .post-element:nth-child(4n+3) .slide {
    height: 300px
}

.full-width .media-page-layout .post-element:nth-child(2n+2) .slide {
    height: 450px
}

.media-page-layout .thumb-overlay {
    overflow: hidden;
    pointer-events: none
}

.media-page-layout .thumb-overlay .thumb-title {
    font-size: 24px;
    line-height: 30px
}

.full-width .entry-header-outer, .one-column-no-sidebar .entry-header-outer {
    text-align: center
}

@media (min-width: 480px) {
    .full-width .entry-header-outer .author-info, .one-column-no-sidebar .entry-header-outer .author-info {
        text-align: left
    }
}

.full-width .media-page-layout:not(.masonry-with-spaces), .one-column-no-sidebar .media-page-layout:not(.masonry-with-spaces) {
    padding-top: 0
}

.masonry-without-spaces .grid-sizer {
    width: 50%
}

.masonry-without-spaces .gutter-sizer {
    width: 0
}

.masonry-without-spaces .post-element {
    width: 50%;
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .full-width .masonry-without-spaces .grid-sizer {
        width: 33.334%
    }

    .full-width .masonry-without-spaces .post-element {
        width: 33.334%
    }

    .full-width .masonry-without-spaces .post-element .slide, .full-width .masonry-without-spaces .post-element:nth-child(2n+2) .slide {
        height: 300px
    }

    .full-width .masonry-without-spaces .post-element:nth-child(3n+2) .slide {
        height: 450px
    }
}

@media (min-width: 1200px) {
    .is-percent-width .full-width .masonry-without-spaces .grid-sizer {
        width: 25%
    }

    .is-percent-width .full-width .masonry-without-spaces .post-element {
        width: 25%
    }
}

@media (max-width: 991px) {
    .masonry-without-spaces .grid-sizer {
        width: 33.334%
    }

    .masonry-without-spaces .post-element {
        width: 33.334%
    }
}

@media (max-width: 767px) {
    .masonry-without-spaces .post-element, .masonry-without-spaces .grid-sizer {
        width: 50%
    }

    .masonry-without-spaces .slide {
        height: 400px
    }
}

@media (max-width: 560px) {
    .masonry-without-spaces .post-element, .masonry-without-spaces .grid-sizer {
        width: 100%
    }
}

#masonry-grid:not(.masonry-loaded) .post-element {
    float: left;
    opacity: 0
}

.archive .entry-header-outer + #media-page-layout, .archive .entry-header-outer + .masonry-with-spaces {
    margin-top: 30px
}

.archive .wide-post-box .container-wrapper {
    padding-top: 40px
}

.archive .one-column-no-sidebar .wide-post-box .container-wrapper {
    padding-top: 15px
}

#category-footer-description {
    margin-top: 30px
}

#category-footer-description .review_wrap {
    display: none !important
}

#category-footer-description .entry *:last-child {
    margin-bottom: 0
}

.thumb-overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    border-radius: 2px
}

.thumb-overlay .thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 20px;
    z-index: 3;
    width: 100%;
    pointer-events: none;
    transition: bottom 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.thumb-overlay .thumb-title a, .thumb-overlay .meta-author a {
    pointer-events: auto
}

.thumb-overlay .post-meta, .thumb-overlay .thumb-title a {
    color: #ffffff !important
}

.thumb-overlay .thumb-title {
    font-size: 30px;
    color: #fff
}

.thumb-overlay .thumb-title a:hover {
    color: #ccc
}

.thumb-overlay .meta-view, .thumb-overlay .meta-comments {
    pointer-events: auto;
    display: inline-block
}

.thumb-overlay .thumb-meta {
    margin: 0 0 5px
}

.thumb-overlay .thumb-meta .meta-view, .thumb-overlay .thumb-meta .meta-comments {
    margin-right: 15px
}

.thumb-overlay .thumb-desc {
    color: #fff;
    max-height: 0;
    line-height: 18px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s
}

.thumb-overlay .thumb-desc p {
    margin: 0
}

@media (min-width: 992px) {
    .main-slider:not(.grid-slider-wrapper) .slide:hover .thumb-desc, .slide .grid-item:hover .thumb-desc, .media-page-layout .post-element:hover .thumb-desc, .boxed-slider-wrapper .tie-slick-slider:hover .thumb-desc {
        opacity: 1;
        max-height: 100px;
        margin-top: 5px;
        transition: opacity 0.4s ease-out, max-height 0.9s ease-out
    }
}

.thumb-overlay, .first-post-gradient li:first-child .post-thumb, .scroll-2-box .post-thumb {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.thumb-overlay:after, .first-post-gradient li:first-child .post-thumb:after, .scroll-2-box .post-thumb:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: opacity 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wide-slider-wrapper .thumb-overlay:after, .wide-slider-three-slids-wrapper .thumb-overlay:after {
    height: 85%
}

.wide-slider-wrapper .slide:hover .thumb-overlay:after, .wide-slider-three-slids-wrapper .slide:hover .thumb-overlay:after, .boxed-slider:not(.grid-slider-wrapper) .slide:hover .thumb-overlay:after, .grid-item:hover .thumb-overlay:after {
    opacity: .9
}

.slide-mask .thumb-overlay:after {
    height: 100% !important;
    opacity: .7
}

.slide-mask .tie-slide-1 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #67B26F, #4ca2cd)
}

.slide-mask .tie-slide-2 .thumb-overlay:after {
    background-image: linear-gradient(-135deg, #d38312, #002f4b)
}

.slide-mask .tie-slide-3 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #292484, #dc4225)
}

.slide-mask .tie-slide-4 .thumb-overlay:after {
    background-image: linear-gradient(-135deg, #e0be00, #dc4225)
}

.slide-mask .tie-slide-5 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #5f2c82, #49a09d)
}

.slide-mask .tie-slide-6 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #7474BF, #348AC7)
}

.is-slider-overlay-disabled .thumb-overlay {
    background-color: rgba(0, 0, 0, .05)
}

.dark-skin .is-slider-overlay-disabled .thumb-overlay {
    background-color: rgba(255, 255, 255, .05)
}

.is-slider-overlay-disabled .thumb-overlay:after {
    display: none
}

.slider-area {
    position: relative;
    overflow: hidden
}

.slider-area .tie-media-icon {
    position: relative;
    float: right;
    margin: -9px -5px 0 10px;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    z-index: 8;
    pointer-events: none
}

.slider-area .post-rating, .slider-area .digital-rating {
    float: right;
    position: relative;
    top: 0;
    right: -5px
}

.slider-area .digital-rating {
    top: -9px
}

.slider-area .digital-rating .pie-wrap {
    height: 40px;
    width: 40px;
    float: right
}

.slider-area .post-cat-wrap {
    float: left
}

.slider-area .tie-media-icon, .slider-area .post-cat-wrap, .slider-area .post-rating, .slider-area .digital-rating {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width: 767px) {
    .slider-area .tie-media-icon, .slider-area .post-rating, .slider-area .digital-rating {
        display: none
    }
}

.slider-area-inner {
    position: relative
}

.third-party-slider {
    margin-bottom: 50px
}

.slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 99%;
    width: calc(100% - 10px)
}

.slick-list a, .slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.tie-main-slider .slick-slide img {
    display: none;
    max-width: none
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.tie-slick-dots {
    position: absolute;
    bottom: 100px;
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    width: 100%
}

@media (max-width: 1199px) {
    .tie-slick-dots {
        bottom: 30px
    }
}

.tie-slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 11px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer
}

.tie-slick-dots button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    background: #2c2f34;
    height: 8px;
    width: 8px;
    padding: 0;
    margin: 1px;
    border-radius: 100%;
    transition: 0.3s
}

.tie-slick-dots button:hover, .tie-slick-dots button:focus {
    outline: none
}

.tie-slick-dots button:hover:before, .tie-slick-dots button:focus:before {
    opacity: 1
}

.tie-slick-dots .slick-active button, .tie-slick-dots button:hover {
    background: #08f;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.fullwidth-slider-wrapper .tie-slick-dots .slick-active button, .boxed-slider-wrapper .tie-slick-dots .slick-active button, .fullwidth-slider-wrapper .tie-slick-dots button:hover, .boxed-slider-wrapper .tie-slick-dots button:hover {
    background: #fff
}

.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center top;
    transition: opacity 0.5s;
    opacity: 0
}

.slide-bg[style] {
    opacity: 1
}

.main-slider {
    position: relative;
    z-index: 3
}

.main-slider .slider-main-container {
    max-width: 100%;
    width: 100%;
    padding: 0
}

.main-slider .slick-list {
    width: 100%
}

.main-slider .slide {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.main-slider .tie-slick-slider:not(.slick-initialized) .slide {
    display: none
}

.main-slider .tie-slick-slider:not(.slick-initialized) .slide:first-child, .main-slider .tie-slick-slider:not(.slick-initialized) .tie-slider-nav + .slide {
    display: block
}

.main-slider .tie-slick-dots {
    pointer-events: none
}

.main-slider .tie-slick-dots li {
    pointer-events: auto
}

.main-slider .slide-overlay .container {
    max-width: 100%
}

.main-slider .thumb-meta {
    color: #fff
}

.main-slider .thumb-meta a:not(:hover), .main-slider .thumb-meta .post-meta a:not(:hover) {
    color: #fff
}

.main-slider .thumb-meta a:not(:hover):hover, .main-slider .thumb-meta .post-meta a:not(:hover):hover {
    opacity: .8
}

.main-slider .thumb-meta .tie-alignright {
    float: none;
    display: inline-block
}

@media (max-width: 991px) {
    .main-slider .thumb-desc {
        display: none
    }
}

@media (max-width: 479px) {
    .main-slider .thumb-title {
        font-size: 16px !important
    }
}

@media (max-width: 320px) {
    .main-slider .post-cat, .main-slider .thumb-meta {
        display: none
    }
}

.all-over-thumb-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2
}

.wide-slider-three-slids-wrapper .tie-slick-slider:not(.slick-initialized) .slide, .boxed-slider-three-slides-wrapper .tie-slick-slider:not(.slick-initialized) .slide, .boxed-five-slides-slider .tie-slick-slider:not(.slick-initialized) .slide, .boxed-four-taller-slider .tie-slick-slider:not(.slick-initialized) .slide {
    display: none !important
}

.wide-slider-wrapper .slide {
    height: 400px
}

.wide-slider-wrapper .thumb-overlay {
    padding: 40px
}

.wide-slider-wrapper .thumb-overlay .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.wide-slider-wrapper .thumb-overlay .container:before {
    clear: both
}

.wide-slider-wrapper .thumb-title {
    font-size: 40px;
    color: #fff;
    line-height: 1.2
}

.wide-slider-wrapper div.post-rating, .wide-slider-wrapper div.digital-rating {
    float: left;
    top: -5px;
    left: 0
}

.wide-slider-wrapper span.tie-media-icon {
    margin: -5px 0 0 0
}

.wide-slider-wrapper span.post-cat-wrap {
    float: none;
    clear: both
}

@media (min-width: 992px) {
    .wide-slider-wrapper .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4em
    }

    .full-width .wide-slider-wrapper .slide {
        height: 500px
    }

    .full-width .wide-slider-wrapper .thumb-title {
        font-size: 50px
    }

    .full-width .wide-slider-wrapper .post-cat-wrap {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .wide-slider-wrapper .slide {
        height: 300px
    }

    .wide-slider-wrapper .thumb-overlay {
        padding: 40px 60px 0
    }

    .wide-slider-wrapper .thumb-title {
        font-size: 25px
    }
}

@media (max-width: 479px) {
    .wide-slider-wrapper .slide {
        height: 220px
    }

    .wide-slider-wrapper .thumb-overlay {
        padding: 40px 40px 0
    }
}

.fullwidth-slider-wrapper {
    overflow: hidden;
    background: transparent
}

.fullwidth-slider-wrapper .tie-slick-dots {
    position: relative;
    max-width: 850px;
    height: 30px;
    margin: -30px auto 0;
    bottom: 70px;
    padding: 0 60px
}

.has-builder .has-sidebar .fullwidth-slider-wrapper .tie-slick-dots {
    padding: 0 40px
}

.fullwidth-slider-wrapper .thumb-overlay .container {
    max-width: 850px;
    padding: 0
}

.fullwidth-slider-wrapper .post-cat-wrap {
    margin-bottom: 10px
}

.fullwidth-slider-wrapper .thumb-content {
    top: 0;
    position: relative;
    padding: 0
}

@media (min-width: 992px) {
    .full-width .fullwidth-slider-wrapper .tie-slick-dots {
        padding: 0
    }

    .has-builder .has-sidebar .fullwidth-slider-wrapper .thumb-content {
        top: auto;
        bottom: 20px
    }

    .has-builder .has-sidebar .fullwidth-slider-wrapper .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 2.5em
    }
}

@media (max-width: 479px) {
    .fullwidth-slider-wrapper .thumb-meta {
        display: none
    }
}

.centered-title-slider .slide .container {
    width: 100%
}

.centered-title-slider .thumb-overlay .container {
    top: 42%;
    text-align: center
}

.centered-title-slider div.thumb-content {
    width: 100%;
    top: 0;
    position: relative;
    padding: 0
}

.centered-title-slider .thumb-title {
    max-width: 450px;
    margin: 0 auto 15px
}

@media (min-width: 992px) {
    .full-width .centered-title-slider .thumb-title {
        max-width: 650px
    }
}

.centered-title-slider .post-cat-wrap {
    margin-bottom: 20px;
    width: 100%
}

@media (max-width: 767px) {
    .centered-title-slider .post-cat-wrap {
        margin-bottom: 20px
    }

    .centered-title-slider .thumb-meta {
        display: none
    }
}

.wide-next-prev-slider-wrapper .slider-main-container {
    max-width: 1200px;
    padding: 0 15px
}

.wide-next-prev-slider-wrapper .slick-list {
    width: 100%;
    padding: 0 !important;
    overflow: inherit
}

.wide-next-prev-slider-wrapper .tie-slider-nav {
    width: 90%;
    left: 5%;
    opacity: 1
}

.wide-next-prev-slider-wrapper .tie-slider-nav span {
    background: transparent !important;
    color: #fff;
    font-size: 80px
}

.wide-next-prev-slider-wrapper .tie-slider-nav li:hover span {
    color: #08f
}

@media (max-width: 767px) {
    .wide-next-prev-slider-wrapper .tie-slider-nav {
        left: 1%;
        width: 98%
    }

    .wide-next-prev-slider-wrapper .tie-slider-nav span {
        font-size: 50px
    }
}

.wide-slider-with-navfor-wrapper .thumb-title {
    max-width: 850px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .wide-slider-with-navfor-wrapper .thumb-title {
        max-height: 2.5em;
        -webkit-line-clamp: 2;
        font-size: 30px
    }
}

@media (min-width: 992px) {
    .full-width .wide-slider-with-navfor-wrapper .thumb-title {
        max-height: 4em;
        -webkit-line-clamp: 3;
        font-size: 40px
    }
}

.wide-slider-nav-wrapper {
    height: 110px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    padding: 0 35px;
    background-color: rgba(0, 0, 0, .3)
}

@media (max-width: 767px) {
    .wide-slider-nav-wrapper {
        display: none
    }
}

.wide-slider-nav-wrapper .slick-list {
    width: 100%
}

.wide-slider-nav-wrapper .slide {
    cursor: pointer;
    transition: 0.3s;
    height: 110px;
    color: #08f
}

.wide-slider-nav-wrapper .slick-current {
    box-shadow: inset 0 -5px 0 0
}

.wide-slider-nav-wrapper .slide-overlay {
    padding: 35px 15px 0
}

.wide-slider-nav-wrapper .thumb-meta {
    color: #e6e6e6;
    margin-bottom: 2px
}

.wide-slider-nav-wrapper .thumb-title {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.wide-slider-nav-wrapper .tie-slider-nav {
    margin: -23px -35px;
    opacity: 1
}

.wide-slider-three-slids-wrapper {
    min-height: 390px
}

.wide-slider-three-slids-wrapper .slide {
    height: 390px
}

.wide-slider-three-slids-wrapper .thumb-overlay {
    padding: 20px
}

.wide-slider-three-slids-wrapper .thumb-overlay .container {
    padding: 0
}

.wide-slider-three-slids-wrapper .thumb-content {
    padding: 20px
}

.wide-slider-three-slids-wrapper .thumb-title {
    font-size: 24px
}

@media (max-width: 1199px) {
    .wide-slider-three-slids-wrapper {
        min-height: 330px
    }

    .wide-slider-three-slids-wrapper .slide {
        height: 330px
    }
}

@media (max-width: 767px) {
    .wide-slider-three-slids-wrapper {
        min-height: 280px
    }

    .wide-slider-three-slids-wrapper .slide {
        height: 280px
    }

    .wide-slider-three-slids-wrapper .thumb-title {
        font-size: 20px
    }
}

@media (max-width: 479px) {
    .wide-slider-three-slids-wrapper {
        min-height: 220px
    }

    .wide-slider-three-slids-wrapper .slide {
        height: 220px
    }
}

.boxed-slider {
    height: auto
}

.boxed-slider .tie-slick-slider {
    overflow: hidden
}

.boxed-slider .slick-list {
    width: 100%;
    width: calc(100% + 30px);
    margin: 0 -15px;
    overflow: inherit
}

.boxed-slider .slide {
    margin: 0 15px;
    height: 318px
}

.boxed-slider .thumb-overlay {
    padding: 30px
}

.boxed-slider .thumb-title {
    font-size: 20px
}

@media (max-width: 670px) {
    .boxed-slider .thumb-title {
        font-size: 16px
    }
}

.boxed-slider .tie-slick-dots {
    position: relative;
    bottom: -20px;
    height: 0;
    text-align: center
}

.slider-area .boxed-five-slides-slider .slick-dotted, .slider-area .boxed-four-taller-slider .slick-dotted, .slider-area .boxed-slider-three-slides-wrapper .slick-dotted {
    padding-bottom: 46px
}

.slider-area .boxed-five-slides-slider .tie-slider-nav, .slider-area .boxed-four-taller-slider .tie-slider-nav, .slider-area .boxed-slider-three-slides-wrapper .tie-slider-nav {
    margin-top: -46px
}

.boxed-slider-three-slides-wrapper {
    min-height: 318px
}

.boxed-slider-three-slides-wrapper .thumb-overlay, .boxed-slider-three-slides-wrapper .thumb-content {
    padding: 20px
}

@media (max-width: 1024px) {
    .boxed-slider-three-slides-wrapper {
        min-height: 280px
    }

    .boxed-slider-three-slides-wrapper .slide {
        height: 280px
    }
}

@media (max-width: 767px) {
    .boxed-slider-three-slides-wrapper {
        min-height: 220px
    }

    .boxed-slider-three-slides-wrapper .slide {
        height: 220px
    }
}

.boxed-five-slides-slider {
    min-height: 155px
}

.boxed-five-slides-slider .slide {
    height: 155px
}

@media (max-width: 550px) {
    .boxed-five-slides-slider .slide {
        height: 180px
    }
}

.boxed-five-slides-slider .thumb-overlay, .boxed-five-slides-slider div.thumb-content {
    padding: 10px
}

.boxed-five-slides-slider .thumb-meta {
    margin-bottom: 0
}

.boxed-five-slides-slider .thumb-title {
    margin-bottom: 0;
    font-size: 14px;
    pointer-events: none
}

.boxed-five-slides-slider span.tie-media-icon {
    width: 30px;
    height: 30px;
    margin: 0
}

.boxed-five-slides-slider .tie-media-icon:before, .boxed-five-slides-slider .tie-media-icon:after {
    width: 30px;
    height: 30px
}

.boxed-five-slides-slider .tie-media-icon:before {
    line-height: 26px;
    font-size: 12px
}

.boxed-four-taller-slider {
    margin-bottom: 10px;
    min-height: 440px
}

.boxed-four-taller-slider .slick-list {
    width: calc(100% + 1px);
    margin: 0 -2px
}

.boxed-four-taller-slider .slide {
    margin: 0 2px;
    height: 440px
}

.boxed-four-taller-slider .thumb-overlay, .boxed-four-taller-slider .thumb-content {
    padding: 20px
}

@media (max-width: 1024px) {
    .boxed-four-taller-slider {
        min-height: 220px
    }

    .boxed-four-taller-slider .slide {
        height: 220px
    }

    .boxed-four-taller-slider .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: 4.2em
    }
}

@media (max-width: 900px) {
    .boxed-four-taller-slider {
        min-height: 180px
    }

    .boxed-four-taller-slider .slide {
        height: 180px
    }
}

.boxed-slider-wrapper {
    height: auto
}

.boxed-slider-wrapper .slick-list {
    margin: 0;
    width: 100%;
    overflow: hidden
}

.boxed-slider-wrapper .slide {
    margin: 0;
    height: 380px
}

.boxed-slider-wrapper .tie-slick-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: 6px;
    text-align: right
}

.boxed-slider-wrapper .tie-slick-dots li {
    vertical-align: top
}

.boxed-slider-wrapper .thumb-title {
    font-size: 38px
}

@media (min-width: 992px) {
    .full-width .boxed-slider-wrapper .slide {
        height: 480px
    }

    .boxed-slider-wrapper .thumb-content {
        max-width: 80%
    }
}

@media (max-width: 991px) {
    .boxed-slider-wrapper .thumb-desc {
        display: none
    }
}

@media (max-width: 767px) {
    .boxed-slider-wrapper .slide {
        height: 300px
    }

    .boxed-slider-wrapper .thumb-overlay, .boxed-slider-wrapper .thumb-content {
        padding: 20px
    }

    .boxed-slider-wrapper .thumb-title {
        font-size: 25px
    }
}

@media (max-width: 670px) {
    .boxed-slider-wrapper .slide {
        height: 250px
    }
}

@media (max-width: 479px) {
    .boxed-slider-wrapper .slide {
        height: 200px
    }

    .boxed-slider-wrapper .thumb-title {
        font-size: 20px
    }
}

.boxed-slider-wrapper .tie-slick-slider:hover .thumb-overlay:after {
    opacity: .9
}

.grid-slider-wrapper .container {
    position: relative
}

.grid-slider-wrapper .slick-list {
    width: 100%;
    margin: 0
}

.grid-slider-wrapper .slide {
    margin: 0;
    height: 500px
}

.grid-slider-wrapper .thumb-overlay, .grid-slider-wrapper .thumb-content {
    padding: 20px 20px 15px
}

@media (max-width: 767px) {
    .grid-slider-wrapper .thumb-overlay, .grid-slider-wrapper .thumb-content {
        padding: 10px
    }
}

.grid-slider-wrapper .thumb-title {
    font-size: 20px
}

@media (max-width: 991px) {
    .grid-slider-wrapper .thumb-title {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .grid-slider-wrapper .thumb-title {
        white-space: normal;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: 2.8em
    }
}

.grid-slider-wrapper .grid-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.grid-slider-wrapper .grid-item:nth-child(1) {
    float: left;
    width: 50%;
    height: 100%
}

.grid-slider-wrapper .grid-item:nth-child(2), .grid-slider-wrapper .grid-item:nth-child(3) {
    margin-bottom: 4px
}

.grid-slider-wrapper .grid-item:nth-child(n+2) {
    float: left;
    width: 25%;
    width: calc(25% - 2px);
    height: 50%
}

.has-builder .has-sidebar .grid-slider-wrapper .thumb-desc {
    display: none
}

@media (max-width: 479px) {
    .grid-slider-wrapper .thumb-meta {
        display: none
    }
}

.grid-2-big .slide {
    height: 360px
}

@media (min-width: 992px) {
    .full-width .grid-2-big .slide {
        height: 400px
    }
}

@media (min-width: 768px) {
    .grid-2-big .thumb-title {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .grid-2-big .slide {
        height: 200px
    }
}

.grid-2-big .grid-item {
    float: left;
    width: 49.5%;
    width: calc(50% - 4px);
    height: 100%
}

.grid-2-big .grid-item:nth-child(2) {
    width: calc(50% - 4px);
    height: 100%;
    margin-right: 0
}

.has-builder .has-sidebar .grid-2-big .thumb-desc {
    display: block
}

@media (max-width: 479px) {
    .grid-2-big .slide {
        height: auto
    }

    .grid-2-big .grid-item:nth-child(n) {
        width: 100%;
        width: calc(100% - 4px);
        margin-right: 0;
        height: 180px
    }
}

.grid-3-slides .slide {
    height: 380px
}

@media (max-width: 767px) {
    .grid-3-slides .slide {
        height: 300px
    }
}

@media (min-width: 992px) {
    .full-width .grid-3-slides .slide {
        height: 470px
    }
}

.grid-3-slides .grid-item:nth-child(1) {
    float: left;
    width: 65.7%;
    width: calc(66% - 4px);
    height: calc(100% - 4px)
}

.grid-3-slides .grid-item:nth-child(n+2) {
    width: 34%;
    margin-right: 0;
    height: calc(50% - 4px)
}

@media (min-width: 992px) {
    .full-width .grid-3-slides-half-first .grid-item:nth-child(1) {
        width: calc(50% - 4px);
        height: 100%
    }

    .full-width .grid-3-slides-half-first .grid-item:nth-child(2) {
        width: calc(25% - 4px);
        margin-right: 4px;
        height: 100%
    }

    .full-width .grid-3-slides-half-first .grid-item:nth-child(3) {
        width: 25%;
        margin-right: 0;
        height: 100%
    }
}

.grid-4-big-first-half-second .slide {
    height: 700px;
    display: block
}

@media (max-width: 767px) {
    .grid-4-big-first-half-second .slide {
        height: 480px
    }
}

.grid-4-big-first-half-second .grid-item:nth-child(1) {
    height: 40%;
    width: 100%
}

.grid-4-big-first-half-second .grid-item:nth-child(2) {
    height: calc(30% - 4px);
    width: 100%
}

.grid-4-big-first-half-second .grid-item:nth-child(3) {
    height: calc(30% - 4px);
    margin-right: 4px;
    width: calc(50% - 4px)
}

.grid-4-big-first-half-second .grid-item:nth-child(4) {
    width: 50%;
    height: calc(30% - 4px);
    margin-right: 0
}

.grid-4-big-first-half-second .grid-item:nth-child(odd):last-child {
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media (min-width: 992px) {
    .full-width .grid-4-big-first-half-second .slide {
        height: 450px
    }

    .full-width .grid-4-big-first-half-second .grid-item {
        float: left;
        height: calc(50% - 2px)
    }

    .full-width .grid-4-big-first-half-second .grid-item:nth-child(1) {
        height: 100%;
        width: calc(50% - 4px)
    }

    .full-width .grid-4-big-first-half-second .grid-item:nth-child(2) {
        width: 50%;
        margin-right: 0
    }

    .full-width .grid-4-big-first-half-second .grid-item:nth-child(3) {
        width: 24.9%;
        width: calc(25% - 4px)
    }

    .full-width .grid-4-big-first-half-second .grid-item:nth-child(4) {
        width: 25%;
        margin-right: 0
    }
}

.grid-4-slides .slide {
    height: auto
}

.grid-4-slides .grid-item:nth-child(n) {
    width: 49.9%;
    width: calc(50% - 4px);
    height: 180px
}

@media (min-width: 992px) {
    .full-width .grid-4-slides .grid-item:nth-child(n) {
        height: 250px
    }
}

@media (max-width: 767px) {
    .grid-4-slides .grid-item:nth-child(n) {
        height: 150px
    }
}

.grid-4-slides .grid-item:nth-child(2), .grid-4-slides .grid-item:nth-child(4) {
    width: 50%;
    margin-right: 0
}

.grid-4-slides .grid-item:nth-child(odd):last-child {
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.grid-5-in-rows .slide {
    height: auto
}

.grid-5-in-rows .grid-item:nth-child(n) {
    height: 180px
}

@media (min-width: 992px) {
    .full-width .grid-5-in-rows .grid-item:nth-child(n) {
        height: 250px
    }
}

@media (max-width: 767px) {
    .grid-5-in-rows .grid-item:nth-child(n) {
        height: 150px
    }
}

.grid-5-in-rows .grid-item:nth-child(1), .grid-5-in-rows .grid-item:nth-child(2) {
    width: 49.9%;
    width: calc(50% - 2px)
}

.grid-5-in-rows .grid-item:nth-child(2) {
    margin-right: 0
}

.grid-5-in-rows .grid-item:nth-child(3) {
    clear: left
}

.grid-5-in-rows .grid-item:nth-child(3), .grid-5-in-rows .grid-item:nth-child(4) {
    width: 33.2%;
    width: calc(33.3334% - 4px)
}

.grid-5-in-rows .grid-item:nth-child(5) {
    width: calc(33.337% - 2px);
    margin-right: 0
}

@media (max-width: 991px) {
    .grid-5-in-rows .grid-item:nth-child(5) {
        width: 33.334%
    }
}

@media (max-width: 600px) {
    .grid-3-slides .slide, .grid-5-in-rows .slide {
        display: block;
        height: auto
    }

    .grid-3-slides .grid-item:nth-child(n), .grid-5-in-rows .grid-item:nth-child(n) {
        height: 140px
    }

    .grid-3-slides .grid-item:first-child, .grid-5-in-rows .grid-item:first-child {
        width: 100%;
        width: 100%;
        height: 200px;
        margin-right: 0
    }

    .grid-3-slides .grid-item:nth-child(even), .grid-5-in-rows .grid-item:nth-child(even) {
        width: 49.9%;
        width: calc(50% - 4px);
        margin-right: 4px;
        clear: none
    }

    .grid-3-slides .grid-item:nth-child(n+3):nth-child(odd), .grid-5-in-rows .grid-item:nth-child(n+3):nth-child(odd) {
        width: 50%;
        margin-right: 0;
        clear: none
    }
}

.grid-5-big-centerd .slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.grid-5-big-centerd .tie-slider-nav + .slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.grid-5-big-centerd .grid-item:nth-child(n+2) {
    height: 49.9%;
    height: calc(50% - 4px)
}

.grid-5-big-centerd .grid-item:nth-child(1) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.grid-5-big-centerd .grid-item:nth-child(2) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.grid-5-big-centerd .grid-item:nth-child(3) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.grid-5-big-centerd .grid-item:nth-child(4) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.grid-5-big-centerd .grid-item:nth-child(5) {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.grid-5-big-centerd .grid-item:nth-child(n+4) {
    width: 25%;
    margin-right: 0
}

.grid-5-slider .grid-item:nth-child(1) {
    width: 100%;
    width: calc(100% - 2px);
    height: 50%;
    margin-right: 0
}

.grid-5-slider .grid-item:nth-child(2), .grid-5-slider .grid-item:nth-child(3) {
    height: 25%;
    width: 49.9%;
    width: calc(50% - 4px)
}

.grid-5-slider .grid-item:nth-child(n+4) {
    height: 25%;
    margin-right: 4px;
    width: calc(50% - 4px)
}

.grid-5-slider .grid-item:nth-child(n+3):nth-child(odd) {
    width: 50%;
    width: calc(50% - 2px);
    margin-right: 0
}

.grid-5-slider .slide {
    height: 800px
}

@media (max-width: 767px) {
    .grid-5-slider .slide {
        height: 600px
    }
}

@media (max-width: 600px) {
    .grid-5-slider .slide {
        height: 500px
    }

    .grid-5-slider .grid-item:nth-child(1) {
        height: 40%
    }

    .grid-5-slider .grid-item:nth-child(n+2) {
        height: 30%;
        height: calc(30% - 4px)
    }
}

@media (max-width: 479px) {
    .grid-5-slider .slide {
        height: 470px
    }
}

@media (min-width: 992px) {
    .full-width .grid-5-big-centerd .slide {
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        box-orient: vertical;
        box-direction: normal
    }

    .full-width .grid-5-slider .slide {
        height: 470px
    }

    .full-width .grid-5-slider .grid-item:nth-child(1) {
        width: 50%;
        height: 100%;
        margin-right: 4px
    }

    .full-width .grid-5-slider .grid-item:nth-child(n+2) {
        height: calc(50% - 4px);
        width: 24.9%;
        width: calc(25% - 4px)
    }

    .full-width .grid-5-first-big .grid-item:nth-child(n+2) {
        height: calc(50% - 2px)
    }
}

.grid-6-slides {
    min-height: 180px
}

@media (max-width: 991px) {
    .grid-6-slides {
        min-height: 100px
    }
}

.grid-6-slides .slide {
    height: auto
}

.grid-6-slides .grid-item {
    float: left
}

.grid-6-slides .grid-item:nth-child(n) {
    height: 180px;
    width: 33.1%;
    width: calc(33.1% - 3px)
}

@media (min-width: 992px) {
    .full-width .grid-6-slides .grid-item:nth-child(n) {
        height: 225px
    }
}

@media (max-width: 767px) {
    .grid-6-slides .grid-item:nth-child(n) {
        height: 145px
    }
}

.grid-6-slides .grid-item:nth-child(4) {
    clear: left
}

.grid-6-slides .grid-item:nth-child(3), .grid-6-slides .grid-item:nth-child(6) {
    width: calc(33.337% - 2.5px);
    margin-right: 0
}

@media (max-width: 991px) {
    .grid-6-slides .grid-item:nth-child(3), .grid-6-slides .grid-item:nth-child(6) {
        width: 33.32%
    }
}

@media (max-width: 600px) {
    .grid-6-slides .slide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .grid-6-slides .tie-slider-nav + .slide {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .grid-6-slides .grid-item:nth-child(odd) {
        width: calc(50% - 4px);
        margin-right: 4px;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .grid-6-slides .grid-item:nth-child(odd):last-child {
        margin-right: 0;
        margin-left: 0
    }

    .grid-6-slides .grid-item:nth-child(even) {
        width: 50%;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 0;
        clear: none
    }
}

.slider-vertical-navigation {
    position: relative;
    z-index: 1
}

.slider-vertical-navigation .post-cat-wrap {
    margin-bottom: 10px
}

.slider-vertical-navigation .thumb-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.slider-vertical-navigation span.icon {
    float: left;
    margin-right: 10px
}

.slider-vertical-navigation div.post-rating {
    top: 5px
}

@media (min-width: 768px) {
    .slider-vertical-navigation .slider-main-container .thumb-overlay {
        padding-top: 90px
    }

    .slider-vertical-navigation .slider-main-container .thumb-overlay .container {
        top: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 60%;
        margin-left: 0;
        padding: 0
    }
}

.slider-vertical-navigation .thumb-meta > span {
    display: inline-block
}

.slider-vertical-navigation .slick-initialized .post-cat-wrap, .slider-vertical-navigation .slick-initialized .thumb-meta, .slider-vertical-navigation .slick-initialized .thumb-title {
    overflow: hidden
}

.slider-vertical-navigation .slick-initialized .post-cat-wrap a, .slider-vertical-navigation .slick-initialized .thumb-meta > span, .slider-vertical-navigation .slick-initialized .thumb-title a, .slider-vertical-navigation .slick-initialized .read-next-button {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    transition: 1s
}

.slider-vertical-navigation .slick-initialized .thumb-title a {
    display: block;
    -webkit-transform: translateY(140px);
    -ms-transform: translateY(140px);
    transform: translateY(140px)
}

.slider-vertical-navigation .slick-current .post-cat-wrap a, .slider-vertical-navigation .slick-current .thumb-meta > span, .slider-vertical-navigation .slick-current .thumb-title a, .slider-vertical-navigation .slick-current .read-next-button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slider-vertical-navigation .thumb-content {
    padding: 0;
    position: relative
}

.has-sidebar .slider-vertical-navigation .wide-slider-nav-wrapper {
    padding: 0 15px 0 0
}

@media (min-width: 992px) {
    .has-builder .has-sidebar .grid-3-slides .grid-item:nth-child(n+2) .thumb-title, .has-builder .has-sidebar .grid-5-in-rows .thumb-title, .has-builder .has-sidebar .grid-4-slides .thumb-title, .has-builder .has-sidebar .grid-6-slides .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 2.6em
    }

    .has-builder .has-sidebar .grid-3-slides .grid-item:nth-child(n+2) .thumb-overlay, .has-builder .has-sidebar .grid-3-slides .grid-item:nth-child(n+2) .thumb-content, .has-builder .has-sidebar .grid-5-in-rows .thumb-overlay, .has-builder .has-sidebar .grid-5-in-rows .thumb-content, .has-builder .has-sidebar .grid-4-slides .thumb-overlay, .has-builder .has-sidebar .grid-4-slides .thumb-content, .has-builder .has-sidebar .grid-6-slides .thumb-overlay, .has-builder .has-sidebar .grid-6-slides .thumb-content {
        padding: 20px 15px 10px
    }
}

.grid-3-slides .grid-item:nth-child(1) .thumb-desc, .grid-5-slider .grid-item:nth-child(1) .thumb-desc, .grid-4-big-first-half-second .grid-item:nth-child(1) .thumb-desc {
    opacity: 1;
    max-height: 100px;
    margin-top: 5px
}

@media (min-width: 768px) {
    .grid-3-slides .grid-item:nth-child(1) .thumb-title, .grid-5-slider .grid-item:nth-child(1) .thumb-title, .grid-4-big-first-half-second .grid-item:nth-child(1) .thumb-title {
        font-size: 35px
    }

    .grid-4-slides .thumb-title, .grid-5-in-rows .grid-item:nth-child(-n+2) .thumb-title {
        font-size: 24px
    }
}

@media (max-width: 1199px) {
    .boxed-four-taller-slider .tie-media-icon, .boxed-four-taller-slider .post-rating, .boxed-four-taller-slider .digital-rating {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .full-width .grid-5-slider .grid-item:nth-child(n+2) .tie-media-icon, .full-width .grid-5-slider .grid-item:nth-child(n+2) .post-rating, .full-width .grid-5-slider .grid-item:nth-child(n+2) .digital-rating, .full-width .grid-4-big-first-half-second .grid-item:nth-child(n+3) .tie-media-icon, .full-width .grid-4-big-first-half-second .grid-item:nth-child(n+3) .post-rating, .full-width .grid-4-big-first-half-second .grid-item:nth-child(n+3) .digital-rating {
        display: none
    }
}

@media (max-width: 320px) {
    .grid-3-slides .slide, .grid-4-slides .slide, .grid-4-big-first-half-second .slide, .grid-5-in-rows .slide, .grid-5-slider .slide, .grid-6-slides .slide {
        height: auto
    }

    .grid-3-slides .grid-item:nth-child(n), .grid-4-slides .grid-item:nth-child(n), .grid-4-big-first-half-second .grid-item:nth-child(n), .grid-5-in-rows .grid-item:nth-child(n), .grid-5-slider .grid-item:nth-child(n), .grid-6-slides .grid-item:nth-child(n) {
        width: 100% !important;
        margin-right: 0 !important;
        height: 120px
    }
}

.tie-slider-widget .main-slider {
    z-index: 2
}

.tie-slider-widget .slide img {
    display: none
}

.normal-side .tie-slider-widget .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0
}

.normal-side .tie-slider-widget .tie-slick-slider:not(.slick-initialized) .slide:first-child {
    display: block !important
}

.normal-side .tie-slider-widget .slick-list {
    width: 100%;
    margin: 0
}

.normal-side .tie-slider-widget .slide {
    margin: 0;
    height: 220px
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .normal-side .tie-slider-widget .slide {
        height: 300px
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sidebar.normal-side .tie-slider-widget .slide {
        height: 400px
    }
}

.normal-side .tie-slider-widget .thumb-overlay {
    padding: 20px
}

.normal-side .tie-slider-widget .thumb-title {
    font-size: 18px
}

.normal-side .tie-slider-widget .tie-slider-nav li {
    padding: 0
}

.fullwidth-area .main-slider-inner > .container, .fullwidth-area > .container {
    padding: 0
}

.fullwidth-area .tie-slick-dots {
    display: none !important
}

.vertical-slider-nav {
    top: 0;
    right: 0;
    left: auto;
    width: 30%;
    height: 100%;
    padding: 0 15px;
    background: transparent
}

.vertical-slider-nav .slick-list {
    max-height: 500px
}

.vertical-slider-nav .slide {
    height: auto;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 0 #fff;
    transition: 0.5s 0.3s;
    opacity: .5;
    transition: opacity 0.3s
}

.vertical-slider-nav .slide-overlay {
    padding: 20px 0
}

.vertical-slider-nav .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vertical-slider-nav .thumb-title {
    font-size: 19px;
    line-height: 1.4em;
    max-height: 2.8em;
    font-weight: 300;
    white-space: inherit
}

.vertical-slider-nav .thumb-meta {
    display: none
}

.vertical-slider-nav .slick-current {
    opacity: 1
}

.section-item.has-sidebar .vertical-slider-nav, .single-post.has-sidebar .vertical-slider-nav {
    width: 40%
}

.section-item.has-sidebar .vertical-slider-nav .slide-overlay, .single-post.has-sidebar .vertical-slider-nav .slide-overlay {
    padding: 15px 0
}

.section-item.has-sidebar .vertical-slider-nav .thumb-title, .single-post.has-sidebar .vertical-slider-nav .thumb-title {
    font-size: 14px
}

.vertical-slider-nav:before, .vertical-slider-nav:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .8) 0%, rgba(204, 204, 204, 0) 65%, rgba(229, 229, 229, 0) 100%)
}

.vertical-slider-nav:after {
    bottom: -25px;
    top: auto
}

.vertical-slider-nav .tie-slider-nav {
    width: auto;
    height: 100%;
    top: 0;
    margin: 0;
    left: calc(50% - 23px);
    z-index: 2
}

.vertical-slider-nav .tie-slider-nav li {
    position: absolute;
    width: 46px;
    height: 25px;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.4s;
    transition: transform 0.3s, opacity 0.4s, -webkit-transform 0.3s;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vertical-slider-nav .tie-slider-nav li span {
    width: 46px;
    height: 25px;
    line-height: 25px;
    border-radius: 0 0 2px 2px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.vertical-slider-nav .tie-slider-nav li span:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block
}

.vertical-slider-nav .tie-slider-nav li:first-child {
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.vertical-slider-nav .tie-slider-nav li:first-child span {
    border-radius: 2px 2px 0 0
}

.vertical-slider-nav:hover .tie-slider-nav li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#tie-wrapper:after {
    position: absolute;
    z-index: 1000;
    top: -10%;
    left: -50%;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .2);
    content: '';
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.side-aside {
    position: fixed;
    top: 0;
    z-index: 111;
    visibility: hidden;
    width: 350px;
    max-width: 100%;
    height: 100%;
    background: #161619;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: 0.5s cubic-bezier(.55, 0, .1, 1) 0s;
    overflow-y: auto
}

@media (min-width: 992px) {
    .side-aside {
        right: 0;
        -webkit-transform: translate(350px, 0);
        -ms-transform: translate(350px, 0);
        transform: translate(350px, 0)
    }

    .side-aside:not(.slide-sidebar-desktop) {
        display: none
    }
}

.dark-skin .side-aside {
    background: #111114
}

@media (max-width: 991px) {
    .side-aside.appear-from-left {
        left: 0;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    .side-aside.appear-from-right {
        right: 0;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0)
    }

    .side-aside.is-fullwidth {
        width: 100%
    }
}

.is-mobile .side-aside .side-aside-wrapper, .is-desktop .side-aside .has-custom-scroll {
    padding: 50px 0 0
}

.admin-bar.is-desktop .side-aside .has-custom-scroll, .is-mobile.admin-bar .side-aside .side-aside-wrapper {
    padding-top: 72px
}

.side-aside .widget-content-only:first-child {
    margin-top: 20px
}

.side-aside.dark-skin .container-wrapper {
    border-radius: 0;
    border: 0;
    background: transparent
}

.side-aside:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    opacity: 1;
    transition: opacity 0.5s
}

.side-aside .tie-slider-widget {
    position: relative;
    z-index: 1
}

.side-aside .container-wrapper {
    padding: 30px !important
}

.side-aside .widget-content-only {
    padding: 0 !important
}

.side-aside-open #tie-wrapper:after {
    width: 200%;
    height: 110%;
    opacity: 1;
    transition: opacity 0.5s
}

.border-layout .side-aside-open #tie-wrapper:after {
    opacity: 0
}

.side-aside-open .side-aside {
    visibility: visible !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.side-aside-open .side-aside:after {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

#footer .container-wrapper {
    padding: 15px 0;
    margin: 0;
    background: transparent
}

.site-footer {
    margin-top: 50px;
    padding: 0
}

@media (max-width: 991px) {
    .site-footer {
        margin-top: 30px
    }

    .section-wrapper.has-background + .site-footer {
        margin-top: 0
    }
}

.container-full.has-background + .site-footer {
    margin-top: 0;
    overflow: hidden
}

.site-footer .widget-title-icon {
    display: none
}

.site-footer .widget, .site-footer .widget-content-only {
    margin-bottom: 0;
    border: 0
}

.site-footer .widget.buddypress, .site-footer .widget-content-only.buddypress {
    margin-bottom: 30px
}

.site-footer .widget.tie-weather-widget {
    margin: 15px 0
}

@media (max-width: 767px) {
    .site-footer .widget {
        margin-bottom: 20px
    }
}

.site-footer .widget_nav_menu li {
    list-style: none
}

.site-footer .posts-list-counter .posts-list-items li.widget-post-list:before {
    border-color: #2c2f34
}

.footer-widget-area {
    margin-bottom: 10px
}

.footer-widget-area:first-child:not(.footer-boxed-widget-area) {
    padding-top: 60px
}

@media (max-width: 767px) {
    .footer-widget-area:first-child:not(.footer-boxed-widget-area) {
        padding-top: 30px
    }
}

.footer-widget-area:last-child {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .footer-widget-area {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .footer-boxed-widget-area {
        padding: 30px 30px 0;
        margin-bottom: 50px;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 2px
    }

    .footer-boxed-widget-area:first-child {
        margin-top: 50px
    }

    .footer-boxed-widget-area:last-child {
        margin-bottom: 30px
    }

    .footer-boxed-widget-area > .tie-row > [class*="tie-col"] {
        padding-right: 10px;
        padding-left: 10px
    }

    #footer .footer-boxed-widget-area .container-wrapper, #footer .footer-boxed-widget-area .widget.widget-content-only {
        padding: 0;
        margin-bottom: 30px
    }
}

.side-aside .latest-tweets-widget .dark-btn, .site-footer .latest-tweets-widget .dark-btn {
    display: none
}

.tie-insta-photos {
    overflow: hidden;
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

.tie-insta-post {
    position: relative
}

.tie-insta-post a {
    display: block;
    line-height: 0;
    position: relative;
    height: 100%
}

.tie-insta-post a:hover img {
    opacity: .8
}

.tie-insta-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left
}

.tie-insta-post .media-video {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

#footer-tiktok {
    position: relative;
    text-align: center;
    color: #fff
}

#footer-tiktok .tiktok-feed-list {
    margin: 0 !important
}

#footer-tiktok .tiktok-feed-list .tiktok-feed-item {
    padding: 0 !important
}

#footer-tiktok .tiktok-feed-actions {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#footer-tiktok .tiktok-feed-actions .tiktok-feed-button:hover {
    box-shadow: 0 9px 20px -5px #ff5374
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    #footer-tiktok .tiktok-feed-feed[data-feed_layout=gallery] .tiktok-feed-list .tiktok-feed-item, #footer-tiktok .tiktok-feed-feed[data-feed_layout=masonry] .tiktok-feed-list .tiktok-feed-item {
        min-width: 16%
    }
}

@media screen and (max-width: 767px) {
    #footer-tiktok .tiktok-feed-feed[data-feed_layout=gallery] .tiktok-feed-list .tiktok-feed-item, #footer-tiktok .tiktok-feed-feed[data-feed_layout=masonry] .tiktok-feed-list .tiktok-feed-item {
        min-width: 33.333%
    }
}

#footer-instagram {
    position: relative;
    text-align: center;
    color: #fff
}

#footer-instagram .tie-insta-photos {
    grid-template-columns:repeat(6, 1fr)
}

@media (max-width: 900px) {
    #footer-instagram .tie-insta-photos {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin
    }

    #footer-instagram .tie-insta-photos::-webkit-scrollbar {
        width: 5px
    }

    #footer-instagram .tie-insta-post {
        width: 150px !important
    }
}

#instagram-link {
    position: absolute;
    display: block;
    z-index: 1;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 1
}

#instagram-link .account-username {
    direction: ltr
}

#instagram-link.is-compact {
    background: rgba(0, 0, 0, .7);
    text-shadow: 0 0 5px #000;
    color: #fff;
    padding: 20px
}

#instagram-link.is-expanded {
    background: #fff;
    color: #000;
    padding: 40px;
    font-size: 18px
}

html.dark-skin #instagram-link.is-expanded {
    background-color: #1f2024;
    color: #fff
}

html.dark-skin #instagram-link.is-expanded a:not(:hover) {
    color: #fff
}

#instagram-link.is-expanded.has-6-media {
    padding: 20px
}

@media (min-width: 768px) {
    #instagram-link.is-expanded span:not(:last-child) {
        display: block;
        text-align: center;
        margin: 0 auto 20px
    }

    #instagram-link.is-expanded span.tie-icon-instagram {
        font-size: 50px;
        width: 50px;
        height: 50px;
        margin-bottom: 10px
    }
}

#instagram-link.is-expanded a:not(:hover) {
    color: #000
}

#instagram-link.is-expanded .follow-button {
    font-size: 16px;
    color: inherit;
    background-color: transparent !important;
    border: 2px solid #000;
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600
}

html.dark-skin #instagram-link.is-expanded .follow-button:not(:hover) {
    border-color: #fff
}

#instagram-link.is-expanded .follow-button:hover {
    color: #08f;
    border-color: #08f
}

#instagram-link.is-expanded.is-colored .tie-icon-instagram, #instagram-link.is-expanded.is-colored .account-username, #instagram-link.is-expanded.is-colored .follow-button {
    background: #f09433;
    background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
    border: none
}

#instagram-link.is-expanded.is-colored a.follow-button {
    color: #fff !important
}

#instagram-link.is-expanded.is-colored a.follow-button:hover {
    box-shadow: 0 9px 20px -3px #6b54c6
}

#instagram-link.is-expanded.is-colored .tie-icon-instagram, #instagram-link.is-expanded.is-colored .account-username {
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

#instagram-link .tie-icon-instagram {
    font-size: 22px;
    vertical-align: sub;
    width: 22px;
    height: 22px
}

@media (max-width: 767px) {
    #instagram-link {
        right: 10px;
        top: 10px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 10px !important;
        border-radius: 2px
    }

    #instagram-link .account-username, #instagram-link .follow-button {
        display: none !important
    }
}

.site-info {
    background: #161619;
    padding: 20px 0;
    line-height: 32px;
    text-align: center
}

.copyright-text {
    font-size: 13px
}

.footer-menu {
    text-align: center
}

.footer-menu li {
    display: inline-block;
    margin: 0 5px
}

.site-info .social-icons {
    text-align: center
}

.site-info .social-icons li {
    float: none;
    display: inline-block;
    margin: 0
}

@media (max-width: 767px) {
    .site-info .social-icons li a {
        width: 48px !important;
        height: 48px !important;
        line-height: 48px !important;
        font-size: 18px;
        margin-top: 10px
    }
}

.site-info .social-icons li a span {
    color: #ccc
}

.site-info .social-icons li a:hover span {
    color: #fff
}

@media (max-width: 767px) {
    .site-info .tie-alignleft, .site-info .tie-alignright {
        float: none
    }
}

@media (min-width: 768px) {
    .site-info-layout-2 .copyright-text-first {
        float: left
    }

    .site-info-layout-2 .copyright-text-second, .site-info-layout-2 ul.social-icons, .site-info-layout-2 .footer-menu {
        float: right;
        margin: 0;
        margin-left: 10px
    }
}

a.go-to-top-button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #08f;
    text-align: center;
    display: block;
    position: fixed;
    bottom: -100px;
    right: 15px;
    z-index: 3;
    color: #fff;
    transition: 0.3s
}

a.go-to-top-button:hover {
    opacity: .85
}

a.go-to-top-button.show-top-button {
    bottom: 15px
}

.border-layout a.go-to-top-button.show-top-button {
    bottom: 30px
}

@media (max-width: 767px) {
    a.go-to-top-button {
        right: 5px
    }

    a.go-to-top-button.show-top-button {
        bottom: 45px
    }
}

.stream-item-above-footer {
    margin: 40px auto 5px
}

@media (max-width: 767px) {
    .stream-item-above-footer {
        max-width: 728px;
        margin: 40px 15px 5px
    }
}

.dark-skin, .dark-skin body {
    background-color: #1f2024;
    color: #fff
}

.dark-skin .change-skin-icon:before {
    content: "\f113"
}

.dark-skin .mag-box .post-excerpt, .dark-skin .wp-caption .wp-caption-text, .dark-skin .entry-header .entry-sub-title {
    color: #ccc
}

.dark-skin textarea, .dark-skin input:not([type="submit"]), .dark-skin select {
    color: #ccc
}

.dark-skin a:not(:hover), .dark-skin .single-big-img .post-meta, .dark-skin .single-big-img .post-meta a:not(:hover), .dark-skin .pages-nav .pages-numbers a:not(:hover), .dark-skin .page-title, .dark-skin .entry h1, .dark-skin .entry h2, .dark-skin .entry h3, .dark-skin .entry h4, .dark-skin .entry h5, .dark-skin .entry h6 {
    color: #fff
}

.dark-skin .post-meta, .dark-skin .post-meta a:not(:hover), .dark-skin .timeline-widget ul li .date, .dark-skin .multiple-post-pages a:not(:hover), .dark-skin .video-playlist-nav-wrapper .video-playlist-item .video-duration, .dark-skin .login-widget .forget-text:not(:hover), .dark-skin #autocomplete-suggestions, .dark-skin .mobile-header-components:not(:hover) .menu-text, .dark-skin .about-author .social-icons li.social-icons-item a:not(:hover) span {
    color: #ccc !important
}

@media (min-width: 1600px) {
    .dark-skin #story-index li a:not(.is-current) {
        color: #ccc
    }
}

.dark-skin textarea, .dark-skin input:not([type=submit]), .dark-skin select, .dark-skin code, .dark-skin kbd, .dark-skin pre, .dark-skin samp, .dark-skin .latest-tweets-slider-widget .latest-tweets-slider .tie-slider-nav li a:not(:hover), .dark-skin .next-posts, .dark-skin .prev-posts, .dark-skin .show-more-button, .dark-skin .pages-nav .pages-numbers a, .dark-skin .pages-nav .pages-numbers span.pages-nav-item, .dark-skin .pages-nav .pages-numbers .first-last-pages .pagination-icon, .dark-skin .multiple-post-pages .post-page-numbers, .dark-skin .latest-tweets-widget .slider-links .tie-slider-nav span {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin #tie-wrapper, .dark-skin #theme-header {
    background-color: #27292d
}

.dark-skin .subscribe-widget .subscribe-widget-content h4:after, .dark-skin .boxed-slider-three-slides-wrapper li:not(.slick-active) button:not(:hover), .dark-skin .boxed-four-taller-slider li:not(.slick-active) button:not(:hover), .dark-skin .boxed-five-slides-slider li:not(.slick-active) button:not(:hover) {
    background-color: rgba(255, 255, 255, .1)
}

.dark-skin .video-playlist-wrapper, .dark-skin .tie-slider-nav span {
    background: #18191c
}

.dark-skin .boxed-layout.wrapper-has-shadow #tie-wrapper {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3)
}

.dark-skin .container-wrapper {
    background-color: #1f2024;
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .post-layout-3 .fullwidth-entry-title, .dark-skin .post-layout-7 .fullwidth-entry-title {
    background-color: transparent
}

.dark-skin .tie-popup-container .container-wrapper {
    background-color: #1f2024 !important
}

.dark-skin .widget a:not(:hover), .dark-skin .widget-title, .dark-skin .widget-title a:not(:hover) {
    color: #fff
}

.dark-skin .widget-title-icon {
    color: #ccc
}

.dark-skin .widget_product_tag_cloud a, .dark-skin .widget_tag_cloud .tagcloud a, .dark-skin .post-tags a, .dark-skin .widget_layered_nav_filters a {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .timeline-widget ul:before {
    background: rgba(0, 0, 0, .3)
}

.dark-skin .timeline-widget .date:before {
    background: #27292d;
    border-color: rgba(0, 0, 0, .3)
}

.dark-skin .subscribe-widget .subscribe-widget-content h3 {
    color: #fff
}

.dark-skin .subscribe-widget .newsletter-icon, .dark-skin .subscribe-widget form:before {
    color: rgba(255, 255, 255, .3)
}

.dark-skin .magazine1 .entry-header-outer + .mag-box {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.dark-skin .post-layout-8 #content {
    background-color: #27292d
}

@media (min-width: 992px) {
    .dark-skin .post-layout-8.one-column-no-sidebar #content {
        background-color: transparent
    }
}

.dark-skin .tie-instagram.lite-skin, .dark-skin .tie-instagram.default-skin {
    background-color: #fff
}

.dark-skin .tie-instagram.lite-skin a, .dark-skin .tie-instagram.default-skin a {
    color: #2c2f34
}

@media (max-width: 991px) {
    .dark-skin .post-has-toggle #the-post .entry:not(.is-expanded):before {
        background-image: linear-gradient(to bottom, rgba(31, 32, 36, .15) 50%, #1f2024 100%)
    }

    .dark-skin .magazine2.post-has-toggle #the-post .entry:not(.is-expanded):before {
        background-image: linear-gradient(to bottom, rgba(39, 41, 45, .15) 50%, #27292d 100%)
    }
}

.dark-skin .sticky {
    background: #1c1c1d;
    padding: 10px
}

.dark-skin .entry-header .entry-title {
    color: #fff
}

.dark-skin .share-buttons-bottom, .dark-skin .wp-block-table.is-style-stripes {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .magazine1 .share-buttons-bottom {
    background: #1f2024
}

.dark-skin .comment-list li, .dark-skin .commentlist li, .dark-skin .entry table *, .dark-skin .woocommerce table.shop_table tfoot * {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #333
}

.dark-skin .comment-list .comment-author img, .dark-skin .commentlist .comment-author img {
    box-shadow: 0 0 6px #111;
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .post-content-slideshow, .dark-skin .post-content-slideshow .tie-slider-nav-wrapper, .dark-skin .post-content-slideshow .tie-slider-nav li span, .dark-skin .divider, .dark-skin .toggle, .dark-skin .tabs-wrapper.tabs-vertical:after, .dark-skin .tabs-wrapper.tabs-vertical .tabs li a {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin #check-also-box {
    border-color: rgba(255, 255, 255, .1);
    background-color: #1f2024
}

.dark-skin .site-footer {
    background-color: #1c1d21
}

.sidebar .container-wrapper, .sidebar .tie-weather-widget {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .sidebar .container-wrapper, .sidebar .tie-weather-widget {
        margin-bottom: 15px
    }
}

body:not(.has-builder) .sidebar .container-wrapper:last-child, body:not(.has-builder) .sidebar .tie-weather-widget:last-child {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .has-sidebar .sidebar {
        margin-top: 15px
    }

    .magazine2.has-sidebar .sidebar {
        margin-top: 40px
    }
}

.widget-title {
    position: relative
}

.widget-title .the-subtitle {
    font-size: 15px;
    min-height: 15px
}

.widget-title-icon {
    position: absolute;
    right: 0;
    top: 1px;
    color: #b9bec3;
    font-size: 15px
}

.widget-title-icon:before {
    content: "\f08d"
}

.post-widget-body {
    padding-left: 125px
}

.posts-inverted .post-widget-body:not(.no-small-thumbs) {
    padding-left: 0;
    padding-right: 125px
}

.post-widget-body .post-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px
}

.post-widget-thumbnail {
    float: left;
    margin-right: 15px;
    position: relative
}

.posts-inverted .post-widget-thumbnail {
    float: right;
    margin-left: 15px;
    margin-right: 0
}

.post-widget-thumbnail img.tie-small-image, .review-thumbnail img.tie-small-image {
    width: 110px
}

.post-widget-thumbnail .tie-small-image img, .review-thumbnail .tie-small-image img {
    width: 110px
}

.widget li {
    padding: 6px 0
}

.widget li:first-child {
    padding-top: 0
}

.widget li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.widget li:after {
    clear: both;
    display: table;
    content: ""
}

.widget .post-meta {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 17px
}

.widget-content-only:last-child {
    margin-bottom: 0
}

.widget-content-only.tie-slider-widget {
    padding: 0;
    border: 0
}

.widget-content-only .widget-title {
    display: none
}

.widget-content-only, .section-item .widget-content-only:last-child, .side-aside .widget-content-only:last-child {
    margin-bottom: 30px
}

.widget_recent_entries .widget-title-icon:before, .categort-posts .widget-title-icon:before, .authors-posts .widget-title-icon:before, .posts-list .widget-title-icon:before, .widget_pages .widget-title-icon:before, .widget_text .widget-title-icon:before, .text-html .widget-title-icon:before, .tie-slider-widget .widget-title-icon:before {
    content: "\f0f6"
}

.widget-posts-list-container {
    position: relative
}

.widget-posts-list-container.is-loading {
    opacity: .5;
    transition: opacity 0.3s
}

.widget-pagination-wrapper {
    clear: both;
    overflow: hidden;
    margin-top: 15px !important
}

.widget-pagination-wrapper .slider-arrow-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget-pagination-wrapper .slider-arrow-nav li {
    margin: 0;
    padding: 0
}

.widget-pagination-wrapper .slider-arrow-nav a {
    width: 30px;
    height: 30px;
    line-height: 28px
}

.widget-pagination-wrapper .widget-pagination {
    margin-top: 0 !important
}

.posts-list-big-first .posts-list-items li:first-child, .posts-list-bigs .posts-list-items li, .posts-list-half-posts .posts-list-items li {
    padding-bottom: 20px
}

.posts-list-big-first li:first-child .post-widget-thumbnail, .posts-list-bigs li .post-widget-thumbnail, .posts-list-half-posts li .post-widget-thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
}

.posts-list-big-first li:first-child .post-widget-thumbnail a, .posts-list-bigs li .post-widget-thumbnail a, .posts-list-half-posts li .post-widget-thumbnail a {
    min-height: 40px
}

.posts-list-big-first li:first-child .post-widget-body, .posts-list-bigs li .post-widget-body, .posts-list-half-posts li .post-widget-body {
    padding-left: 0
}

.posts-list-big-first li:first-child .post-title, .posts-list-bigs li .post-title {
    font-size: 18px
}

.posts-list-bigs li:last-child {
    padding-bottom: 0
}

.posts-list-half-posts .posts-list-items {
    overflow: hidden;
    margin-bottom: -20px
}

.posts-list-half-posts li {
    width: 47%;
    float: left
}

@media only screen and (min-width: 480px) and (max-width: 992px) {
    .posts-list-half-posts li {
        width: 48%
    }
}

.posts-list-half-posts li:nth-child(2) {
    padding-top: 0
}

.posts-list-half-posts li:nth-child(2n) {
    float: right
}

.posts-list-half-posts li:nth-child(2n+1) {
    clear: both
}

.posts-list-half-posts li .post-title {
    font-size: 14px;
    line-height: 1.4
}

.posts-list-half-posts .post-meta {
    overflow: inherit
}

.posts-list-counter {
    counter-reset: post-widget-counter
}

.posts-list-counter li.widget-post-list:before {
    display: block;
    width: 30px;
    height: 30px;
    content: counter(post-widget-counter, decimal);
    counter-increment: post-widget-counter;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    border: 2px solid #fff;
    background: #08f;
    color: #fff;
    border-radius: 100%
}

@media (max-width: 991px) {
    .magazine2 .posts-list-counter li.widget-post-list:before {
        left: -10px
    }
}

.dark-skin .posts-list-counter li.widget-post-list:before {
    border-color: #27292d
}

.site-footer .posts-list-counter li.widget-post-list:before, .side-aside.dark-skin .posts-list-counter li.widget-post-list:before {
    border-color: #1f2024
}

.posts-list-counter li.widget-post-list:nth-child(1):before {
    top: -10px;
    -webkit-transform: scale(1.35, 1.35);
    -ms-transform: scale(1.35, 1.35);
    transform: scale(1.35, 1.35)
}

.posts-list-counter li.widget-post-list:nth-child(2):before {
    -webkit-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25)
}

.posts-list-counter li.widget-post-list:nth-child(3):before {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
}

.posts-list-counter li.widget-post-list:nth-child(4):before {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.posts-list-counter li.widget-post-list .no-small-thumbs {
    padding-left: 30px !important
}

@media (max-width: 991px) {
    .posts-list-big-first .posts-list-items, .posts-list-bigs .posts-list-items {
        overflow: hidden
    }

    .posts-list-big-first li, .posts-list-bigs li {
        width: 48%;
        float: left
    }

    .posts-list-big-first li:nth-child(2), .posts-list-bigs li:nth-child(2) {
        padding-top: 0
    }

    .posts-list-big-first li:nth-child(2n), .posts-list-bigs li:nth-child(2n) {
        float: right
    }

    .posts-list-big-first li:nth-child(2n+1), .posts-list-bigs li:nth-child(2n+1) {
        clear: both
    }

    .posts-list-big-first li:nth-child(2), .posts-list-big-first li:nth-child(3) {
        float: right;
        clear: none
    }

    .posts-list-big-first li:nth-child(n+5) {
        display: none
    }

    .posts-list-half-posts li .post-title {
        font-size: 20px
    }
}

@media (max-width: 670px) {
    .posts-list-big-first li {
        width: 100%
    }

    .posts-list-big-first li:nth-child(2) {
        padding-top: 12px
    }

    .posts-list-big-first li:nth-child(n+5) {
        display: block
    }

    .posts-list-bigs li {
        width: 100%
    }

    .posts-list-bigs li:not(:last-child) {
        padding-bottom: 12px
    }

    .posts-list-half-posts li .post-title {
        font-size: 14px
    }
}

.timeline-widget .widget-title-icon:before {
    content: "\f073"
}

.timeline-widget ul {
    position: relative;
    padding-left: 15px
}

.timeline-widget ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e6e6e6
}

.timeline-widget li {
    border-bottom: 0;
    padding-bottom: 10px
}

.timeline-widget li .date {
    font-size: 10px;
    display: block;
    position: relative;
    color: #767676;
    line-height: 12px;
    margin-bottom: 5px
}

.timeline-widget li .date:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #e6e6e6;
    border: 3px solid rgba(255, 255, 255, .8);
    position: absolute;
    left: -20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s
}

.timeline-widget li h3 {
    font-size: 14px;
    line-height: 1.4
}

.timeline-widget li a:hover .date:before {
    background: #08f;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.posts-pictures-widget .tie-row {
    margin: 0 -4px -8px
}

.posts-pictures-widget .tie-row > div:nth-child(3n+1) {
    clear: both
}

.posts-pictures-widget .tie-col-xs-4 {
    padding: 0 4px 8px
}

.widget_author .widget-title-icon:before {
    content: "\f007"
}

.widget_author .multiple-authors .about-author {
    border-width: 0;
    border-bottom-width: 1px;
    padding: 0 0 10px;
    margin-bottom: 20px
}

.widget_author .multiple-authors .about-author:last-child {
    margin-bottom: 0;
    padding: 0;
    border-bottom-width: 0
}

.widget_author .single-author .about-author {
    padding: 0;
    border: 0;
    margin: 0
}

.widget_author .single-author .author-name {
    display: none
}

@media (min-width: 992px) {
    .widget_author div.author-avatar {
        float: none
    }

    .widget_author div.author-avatar a {
        display: block;
        width: 90px;
        margin: 0 auto 10px
    }

    .widget_author .author-info {
        padding: 0 !important
    }
}

.aboutme-widget .widget-title-icon:before {
    content: "\f007"
}

.aboutme-widget .about-content-wrapper {
    overflow: hidden
}

.fullwidth-area .aboutme-widget .about-content-wrapper {
    padding: 0 15%
}

@media (max-width: 991px) {
    .aboutme-widget .about-content-wrapper {
        text-align: center
    }

    .aboutme-widget .about-content-wrapper .aboutme-widget-content {
        max-width: 500px;
        margin: 0 auto
    }

    .aboutme-widget .about-content-wrapper .social-icons li.social-icons-item {
        float: none;
        display: inline-block
    }
}

.aboutme-widget .aboutme-widget-content {
    overflow: hidden;
    min-width: 140px
}

.aboutme-widget .aboutme-widget-content h3 {
    margin-bottom: 10px
}

.aboutme-widget .aboutme-widget-content span.tie-social-icon {
    margin-right: 5px;
    font-size: 16px;
    line-height: 25px
}

.aboutme-widget .about-author-img {
    float: left;
    margin: 7px 20px 15px 0;
    width: auto;
    height: auto
}

.aboutme-widget .about-author-img.lazy-img[data-src] {
    width: 100px;
    height: 100px
}

@media (max-width: 991px) {
    .aboutme-widget .about-author-img {
        float: none;
        margin: 7px auto 15px
    }
}

.aboutme-widget .social-icons {
    margin: 15px 0 0
}

.aboutme-widget .social-icons:before {
    display: table;
    content: "";
    clear: both
}

.aboutme-widget ul.about-info {
    margin-top: 10px
}

@media (min-width: 992px) {
    .aboutme-widget .is-centered.about-content-wrapper {
        text-align: center
    }

    .aboutme-widget .is-centered img.about-author-img {
        float: none;
        margin: 0 auto 10px
    }

    .aboutme-widget .is-centered .social-icons li.social-icons-item {
        float: none;
        display: inline-block
    }
}

.aboutme-widget .image-is-circle .about-author-img {
    border-radius: 100%
}

.aboutme-widget .tie-padding {
    margin-bottom: 0
}

.widget_search .widget-title-icon:before, .widget_display_search .widget-title-icon:before, .widget_product_search .widget-title-icon:before {
    content: "\f002"
}

form.woocommerce-product-search {
    overflow: hidden
}

form.search-form {
    overflow: auto;
    position: relative;
    width: 100%;
    margin-top: 10px
}

.search-field {
    float: left;
    width: 73%;
    padding: 8px 15px
}

.woocommerce-product-search [type="submit"], .search-submit[type="submit"] {
    float: right;
    padding: 10px 5px;
    margin-left: 2%;
    width: 25%
}

.widget_text p, .text-html p {
    line-height: 24px
}

.widget_text p:not(:last-child), .widget_text ul:not(:last-child), .widget_text ol:not(:last-child), .text-html p:not(:last-child), .text-html ul:not(:last-child), .text-html ol:not(:last-child) {
    margin-bottom: 20px
}

.widget_text ol li, .text-html ol li {
    list-style: inside decimal
}

.widget_text ul li, .text-html ul li {
    list-style: inside disc
}

.widget_text .fa, .text-html .fa {
    width: 16px;
    text-align: center
}

.widget_text .textwidget {
    overflow: hidden
}

.login-widget .widget-title-icon:before, .bbp_widget_login .widget-title-icon:before, .widget_bp_core_login_widget .widget-title-icon:before {
    content: "\f023"
}

.login-widget form input[type="text"], .login-widget form input[type="password"] {
    width: 100%;
    float: none;
    margin-bottom: 15px
}

.login-widget .pass-container {
    position: relative
}

.login-widget .pass-container input[type="password"] {
    padding-right: 70px
}

.login-widget .forget-text {
    position: absolute;
    right: 10px;
    line-height: 37px;
    top: 0;
    font-size: 12px
}

.login-widget .forget-text:not(:hover) {
    color: #2c2f34
}

.login-widget .rememberme {
    display: block;
    margin-bottom: 15px
}

.login-widget .register-link {
    margin: 8px 0 0;
    display: block;
    text-align: center
}

.login-widget .wp-social-login-widget {
    padding-top: 15px
}

.login-widget .wp-social-login-provider-list {
    padding: 5px 0 0
}

.login-widget .is-logged-login .author-avatar {
    text-align: center;
    margin: 0 auto 10px
}

.login-widget .is-logged-login .welcome-text {
    text-align: center;
    margin-bottom: 15px
}

.login-widget .is-logged-login li {
    list-style: none
}

.social-statistics-widget .widget-title-icon:before {
    content: "\f164"
}

.social-statistics-widget ul {
    overflow: hidden
}

.social-statistics-widget li {
    float: left;
    width: 50%;
    margin-left: 0;
    padding: 10px 5px 0;
    border-bottom: 0
}

.social-statistics-widget li:last-child {
    margin-bottom: 0
}

.social-statistics-widget .followers-num {
    font-weight: 600
}

.social-statistics-widget .followers-name {
    font-size: 11px
}

.social-statistics-widget a {
    display: block;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

.social-statistics-widget a:hover {
    opacity: .8
}

.social-statistics-widget a span.counter-icon {
    float: left;
    color: #fff;
    background-color: #2c2f34;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    transition: 0.3s
}

.social-statistics-widget .followers {
    float: left;
    margin-left: 10px;
    line-height: 15px
}

.social-statistics-widget .followers .followers-num, .social-statistics-widget .followers .followers-name {
    color: #fff;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    word-wrap: normal
}

.social-statistics-widget .followers .followers-name {
    opacity: .8
}

.social-counter-total {
    margin-bottom: 15px;
    font-size: 120%;
    text-align: center
}

ul + .social-counter-total {
    margin-bottom: 0;
    margin-top: 15px
}

.social-counter-total .tie-icon-heart {
    color: red
}

.two-cols {
    margin-left: -5px;
    margin-right: -5px
}

.two-cols:not(.fullwidth-stats-icons) li:nth-child(2) {
    padding-top: 0
}

.two-cols li:nth-last-child(-n+2) {
    margin-bottom: 0
}

.two-cols li:nth-child(2n+1) {
    clear: both
}

@media (min-width: 1050px) {
    .two-cols li:nth-child(odd):last-child {
        width: 100%
    }
}

.two-cols:not(.transparent-icons):not(.white-bg) a span.counter-icon, .fullwidth-stats-icons:not(.transparent-icons):not(.white-bg) a span.counter-icon {
    background: #2c2f34 !important
}

.fullwidth-stats-icons li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 0;
    position: relative
}

.fullwidth-stats-icons li:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 1px;
    height: calc(100% - 10px);
    left: 50px;
    top: 10px;
    background: rgba(255, 255, 255, .3)
}

.fullwidth-stats-icons li:first-child {
    padding-top: 0
}

.fullwidth-stats-icons li:first-child:before {
    height: 100%;
    top: 0
}

.fullwidth-stats-icons .followers {
    margin-left: 30px
}

.fullwidth-stats-icons .followers span {
    float: left;
    line-height: 30px;
    margin-right: 5px
}

.transparent-icons li a span.counter-icon {
    background-color: transparent
}

.white-bg .social-icons-item:before {
    background: rgba(0, 0, 0, .1)
}

.white-bg .social-icons-item a {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    background: transparent !important
}

.white-bg .social-icons-item a span.followers span {
    color: #2c2f34
}

.dark-skin .white-bg .social-icons-item a span.followers span {
    color: #ccc
}

.circle-icons .social-icons-item a span.counter-icon {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px
}

.circle-icons.two-cols .social-icons-item a {
    border: 0 !important
}

.three-cols:not(.three-cols-without-spaces) {
    margin-right: -5px;
    margin-left: -5px
}

.three-cols .social-icons-item {
    width: 33.3333%;
    margin: 0;
    overflow: hidden
}

.three-cols .social-icons-item:nth-child(-n+3) {
    padding-top: 0
}

.three-cols .social-icons-item:nth-child(3n+1) {
    clear: both
}

.three-cols .social-icons-item:nth-last-child(-n+3) {
    margin-bottom: 0
}

.three-cols .social-icons-item a {
    padding: 0
}

.three-cols .social-icons-item a span.counter-icon {
    line-height: 60px;
    height: 60px;
    font-size: 25px;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #fff
}

.three-cols .social-icons-item .followers {
    background: rgba(255, 255, 255, .2);
    margin: 0;
    width: 100%;
    min-height: 58px;
    padding: 10px 0;
    text-align: center;
    line-height: 19px
}

.three-cols-without-spaces .social-icons-item:nth-child(n) {
    padding: 0
}

.three-cols-without-spaces .social-icons-item:nth-child(n) a {
    border-radius: 0
}

.three-cols-without-spaces .social-icons-item:nth-child(n) a span.counter-icon {
    padding-top: 5px
}

.three-cols-without-spaces .social-icons-item:nth-child(n) .followers {
    background-color: transparent;
    padding-top: 0
}

.three-cols-without-spaces .social-icons-item:nth-child(n) .followers-num {
    font-size: 18px
}

.circle-three-cols {
    margin-right: -10px;
    margin-left: -10px
}

.circle-three-cols .social-icons-item {
    width: calc(100% / 3);
    margin-right: 0;
    height: 125px;
    overflow: hidden;
    padding: 0
}

.circle-three-cols .social-icons-item:before {
    background: rgba(0, 0, 0, .1)
}

.circle-three-cols .social-icons-item a {
    position: relative;
    background: transparent !important
}

.circle-three-cols .social-icons-item a .followers-num, .circle-three-cols .social-icons-item a .followers-name {
    color: #2c2f34
}

.dark-skin .circle-three-cols .social-icons-item a .followers-num, .dark-skin .circle-three-cols .social-icons-item a .followers-name {
    color: #ccc
}

.circle-three-cols .social-icons-item a span {
    position: relative;
    z-index: 2
}

.circle-three-cols .social-icons-item a span.counter-icon {
    color: #ffffff !important;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    position: relative;
    left: 50%;
    margin-left: -35px
}

.circle-three-cols .social-icons-item .followers {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center
}

.circle-three-cols .social-icons-item .followers-num {
    font-size: 15px
}

.squared-four-cols {
    margin-right: -10px;
    margin-left: -10px
}

.squared-four-cols li {
    width: 25%;
    margin: 0
}

.squared-four-cols li:nth-child(-n+4) {
    padding-top: 0
}

.squared-four-cols li:nth-child(4n+1) {
    clear: both
}

.squared-four-cols li:nth-child(n) a {
    border: 0 !important;
    padding-top: 0
}

.squared-four-cols li:nth-child(n) a .counter-icon {
    position: relative;
    left: 50%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-left: -27px;
    font-size: 20px
}

.squared-four-cols li:nth-child(n) .followers {
    text-align: center;
    margin: 10px 0 0;
    display: block;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
    .two-cols.white-bg:not(.circle-icons) li, .two-cols.transparent-icons li, .two-cols:not(.transparent-icons):not(.white-bg) li {
        width: 100%
    }

    .two-cols.white-bg:not(.circle-icons) li:nth-child(2), .two-cols.transparent-icons li:nth-child(2), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(2) {
        padding-top: 10px
    }

    .two-cols.white-bg.circle-icons li a {
        padding: 10px 0
    }

    .squared-four-cols li {
        width: 33.3334%
    }

    .squared-four-cols li:nth-child(4n+1) {
        clear: none
    }

    .squared-four-cols li:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .two-cols.white-bg, .two-cols.transparent-icons, .two-cols:not(.transparent-icons):not(.white-bg), .fullwidth-stats-icons {
        margin-left: -5px;
        margin-right: -5px
    }

    .two-cols.white-bg li, .two-cols.transparent-icons li, .two-cols:not(.transparent-icons):not(.white-bg) li, .fullwidth-stats-icons li {
        width: 25%;
        padding-left: 5px;
        padding-right: 5px
    }

    .two-cols.white-bg li:before, .two-cols.transparent-icons li:before, .two-cols:not(.transparent-icons):not(.white-bg) li:before, .fullwidth-stats-icons li:before {
        left: 55px
    }

    .two-cols.white-bg li:nth-child(-n+4), .two-cols.transparent-icons li:nth-child(-n+4), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(-n+4), .fullwidth-stats-icons li:nth-child(-n+4) {
        padding-top: 0
    }

    .two-cols.white-bg li:nth-child(-n+4):before, .two-cols.transparent-icons li:nth-child(-n+4):before, .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(-n+4):before, .fullwidth-stats-icons li:nth-child(-n+4):before {
        top: 0;
        height: 100%
    }

    .two-cols.white-bg li:nth-child(2n+1), .two-cols.transparent-icons li:nth-child(2n+1), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(2n+1), .fullwidth-stats-icons li:nth-child(2n+1) {
        clear: none
    }

    .two-cols.white-bg li:nth-child(4n+1), .two-cols.transparent-icons li:nth-child(4n+1), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(4n+1), .fullwidth-stats-icons li:nth-child(4n+1) {
        clear: both
    }

    .two-cols.white-bg li .followers span, .two-cols.transparent-icons li .followers span, .two-cols:not(.transparent-icons):not(.white-bg) li .followers span, .fullwidth-stats-icons li .followers span {
        float: none;
        line-height: inherit
    }

    .three-cols .social-icons-item, .white-bg.two-cols .social-icons-item, .circle-three-cols .social-icons-item, .squared-four-cols .social-icons-item {
        width: 20%
    }

    .three-cols .social-icons-item:nth-child(-n+5), .white-bg.two-cols .social-icons-item:nth-child(-n+5), .circle-three-cols .social-icons-item:nth-child(-n+5), .squared-four-cols .social-icons-item:nth-child(-n+5) {
        padding-top: 0
    }

    .three-cols .social-icons-item:nth-child(5n+1), .white-bg.two-cols .social-icons-item:nth-child(5n+1), .circle-three-cols .social-icons-item:nth-child(5n+1), .squared-four-cols .social-icons-item:nth-child(5n+1) {
        clear: both
    }

    .three-cols .social-icons-item:nth-child(3n+1), .three-cols .social-icons-item:nth-child(4n+1), .white-bg.two-cols .social-icons-item:nth-child(3n+1), .white-bg.two-cols .social-icons-item:nth-child(4n+1), .circle-three-cols .social-icons-item:nth-child(3n+1), .circle-three-cols .social-icons-item:nth-child(4n+1), .squared-four-cols .social-icons-item:nth-child(3n+1), .squared-four-cols .social-icons-item:nth-child(4n+1) {
        clear: none
    }
}

.dark-skin .social-statistics-widget .white-bg li.social-icons-item:before {
    background: rgba(255, 255, 255, .1)
}

.dark-skin .social-statistics-widget .white-bg li.social-icons-item a {
    border-color: rgba(255, 255, 255, .1) !important
}

.dark-skin .social-statistics-widget .white-bg li.social-icons-item a:after {
    background: rgba(255, 255, 255, .1)
}

.social-icons-item .arqicon-goodreads {
    line-height: 2.5 !important
}

.social-icons-item .arqicon-goodreads svg {
    width: 20px;
    height: 20px
}

.social-statistics-widget ul.three-cols .arqicon-goodreads, .social-statistics-widget ul.circle-three-cols .arqicon-goodreads, .social-statistics-widget ul.squared-four-cols .arqicon-goodreads {
    line-height: 3 !important
}

.social-statistics-widget ul.three-cols .arqicon-goodreads svg, .social-statistics-widget ul.circle-three-cols .arqicon-goodreads svg, .social-statistics-widget ul.squared-four-cols .arqicon-goodreads svg {
    width: 25px;
    height: 25px
}

.social-statistics-widget ul.circle-three-cols .arqicon-goodreads {
    line-height: 3.7 !important
}

.social-statistics-widget svg path {
    fill: #FFF
}

@supports (-ms-accelerator:true) {
    .social-statistics-widget a {
        transition: none
    }
}

.recent-comments-widget .widget-title-icon:before {
    content: "\f086"
}

.recent-comments-widget .comment-author {
    font-weight: 700;
    display: block;
    font-size: 14px
}

.authors-posts .post-widget-body, .recent-comments-widget .comment-body, .tab-content-comments .comment-body {
    padding-left: 80px
}

.widget_recent_comments .widget-title-icon:before {
    content: "\f086"
}

.flickr-widget .widget-title-icon:before {
    content: "\f16e"
}

.flickr-widget .flickr_badge_image {
    width: 33.33333%;
    padding: 0 2px 4px;
    position: relative;
    min-height: 1px;
    float: left;
    line-height: 0
}

.flickr-widget .flickr-images-wrapper {
    margin: 0 -2px
}

.flickr-widget a {
    display: block
}

.flickr-widget img {
    width: 100%;
    transition: 0.3s
}

.flickr-widget img:hover {
    opacity: .8
}

.flickr-widget a.button {
    margin-top: 10px
}

.widget_tie-tiktok-theme .widget-title-icon:before {
    content: "\e90b"
}

.widget_tie-tiktok-theme .tiktok-feed-feed .tiktok-feed-list .tiktok-feed-item {
    padding: 5px !important
}

.widget_tie-tiktok-theme .tiktok-feed-feed .tiktok-feed-list .tiktok-feed-item .tiktok-feed-video-mask-content > span, .widget_tie-tiktok-theme .tiktok-feed-feed .tiktok-feed-list .tiktok-feed-item .tiktok-feed-icon > span {
    font-weight: 400 !important;
    font-size: 12px !important
}

.widget_tie-tiktok-theme .tiktok-feed-feed .tiktok-feed-actions {
    margin-bottom: 0;
    margin-right: -5px;
    margin-left: -5px
}

.widget_tie-tiktok-theme .tiktok-feed-feed .tiktok-feed-actions .tiktok-feed-button {
    width: 100%;
    margin: 0
}

.widget_tie-tiktok-theme .tiktok-feed-feed .tiktok-feed-actions .tiktok-feed-button:hover {
    box-shadow: 0 9px 20px -5px #ff5374
}

.tie-tiktok-avatar a {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    float: left;
    margin-right: 15px
}

.tie-tiktok-avatar img {
    border-radius: 50%
}

.tie-tiktok-username {
    display: block;
    font-size: 1.4em
}

.tie-tiktok-verified {
    background-color: #20d5ec;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 4px;
    margin: 0 5px
}

.tie-tiktok-desc {
    margin-top: 8px
}

.tie-tiktok-counts {
    padding: 10px 0
}

.tie-tiktok-counts li {
    display: inline-block;
    padding: 0 10px 0 0
}

.tie-tiktok-counts .counts-number {
    font-weight: 700
}

.tie-tiktok-counts span:last-child {
    opacity: .7;
    font-size: 90%
}

.widget_tie-instagram-theme .widget-title-icon:before {
    content: "\f16d"
}

.widget_tie-instagram-theme .tie-insta-photos {
    margin: 0 -2px;
    clear: both
}

.widget_tie-instagram-theme .tie-insta-post {
    padding: 0 2px 4px !important
}

.widget_tie-instagram-theme .button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    background: #da2e7d;
    background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
    transition: all 0.25s
}

.widget_tie-instagram-theme .button:hover {
    margin-top: 8px;
    margin-bottom: 2px;
    box-shadow: 0 9px 20px -5px #6b54c6;
    background: linear-gradient(150deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%)
}

.widget_tie-instagram-theme .button .tie-icon-instagram {
    font-size: 12pt;
    vertical-align: text-bottom
}

.tie-insta-header {
    margin-bottom: 15px
}

.tie-insta-avatar a {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.tie-insta-avatar a:before {
    content: '';
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border-radius: 50%;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.tie-insta-avatar a:after {
    position: absolute;
    content: '';
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    left: -2px;
    top: -2px;
    border-radius: 50%;
    background: #fff
}

.dark-skin .tie-insta-avatar a:after {
    background: #27292d
}

.tie-insta-avatar img {
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: all 0.25s
}

.tie-insta-avatar img:hover {
    box-shadow: 0 0 15px 0 #6b54c6
}

.tie-insta-info {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 5px
}

.widget_tag_cloud .widget-title-icon:before, .widget_product_tag_cloud .widget-title-icon:before {
    content: "\f02c"
}

.widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud, .post-tags .tagcloud, .widget_layered_nav_filters .tagcloud {
    margin: 0 -3px;
    font-size: 0;
    display: block
}

.widget_product_tag_cloud a, .widget_tag_cloud a, .post-tags a, .widget_layered_nav_filters a {
    font-size: 12px !important;
    display: inline-block;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 14px;
    margin: 3px;
    padding: 6px 10px;
    border-radius: 2px
}

.widget_product_tag_cloud a:not(:hover), .widget_tag_cloud a:not(:hover), .post-tags a:not(:hover), .widget_layered_nav_filters a:not(:hover) {
    color: #2c2f34
}

.fullwidth-area .widget_tag_cloud {
    text-align: center
}

.fullwidth-area .widget_tag_cloud .widget-title {
    padding-bottom: 0;
    margin-bottom: 20px
}

.fullwidth-area .widget_tag_cloud .widget-title .the-subtitle {
    font-weight: 700;
    font-size: 32px
}

.fullwidth-area .widget_tag_cloud .widget-title:before, .fullwidth-area .widget_tag_cloud .widget-title:after {
    display: none
}

.block-head-4 .fullwidth-area .widget_tag_cloud .widget-title {
    padding-top: 10px;
    padding-bottom: 10px
}

.block-head-4 .fullwidth-area .widget_tag_cloud .widget-title:before {
    display: block
}

.block-head-7 .fullwidth-area .widget_tag_cloud .widget-title {
    padding: 7px 10px
}

.fullwidth-area .widget_tag_cloud .tagcloud a {
    background: rgba(0, 0, 0, .2);
    border-radius: 0;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0 2px 6px 2px;
    padding: 14px 18px;
    border: none;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .fullwidth-area .widget_tag_cloud .tagcloud a {
        font-size: 14px !important;
        margin: 0 2px 6px 2px;
        padding: 10px 15px
    }
}

.fullwidth-area .widget_tag_cloud .tagcloud a:hover {
    background-color: #08f;
    color: #fff
}

.widget-posts-list + .button {
    margin-top: 24px !important
}

li.widget-post-list, .recent-comments-widget li {
    padding: 7px 0;
    position: relative
}

.widget_rss .widget-title-icon:before {
    content: "\f09e"
}

.widget_rss img.rss-widget-icon {
    display: none
}

.widget_meta .widget-title-icon:before {
    content: "\f0c1"
}

.soundcloud-widget .widget-title-icon:before {
    content: "\f1be"
}

.facebook-widget .widget-title-icon:before {
    content: "\f09a"
}

.facebook-widget .fb_iframe_widget {
    margin: 0 auto;
    max-width: 100%;
    display: table !important
}

.widget_youtube-widget .widget-title-icon:before {
    content: "\f16a"
}

.widget_youtube-widget .youtube-box {
    text-align: center
}

.widget_media_video .widget-title-icon:before {
    content: "\f04b"
}

.widget_media_video iframe, .widget_media_video video {
    max-width: 100%
}

.widget_media_image .widget-title-icon:before {
    content: "\f030"
}

.widget_media_image img {
    margin: 0 auto;
    display: block
}

.widget_media_audio .widget-title-icon:before {
    content: "\f025"
}

.widget_categories .widget-title-icon:before, .widget_product_categories .widget-title-icon:before {
    content: "\f07b"
}

.widget_categories li, .widget_product_categories li, .widget_archive li {
    text-align: right
}

.widget_categories li a, .widget_product_categories li a, .widget_archive li a {
    float: left;
    white-space: nowrap;
    word-wrap: normal
}

.widget_categories li, .widget_product_categories li, .widget_layered_nav li, .widget_archive li, .widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_recent_entries li, .widget_display_forums li, .widget_display_views li, .widget_rss li, .widget_display_stats dt {
    padding: 5px 0 5px 12px;
    font-size: 105%
}

.widget_categories li a:before, .widget_product_categories li a:before, .widget_layered_nav li a:before, .widget_archive li a:before, .widget_nav_menu li a:before, .widget_meta li a:before, .widget_pages li a:before, .widget_recent_entries li a:before, .widget_display_forums li a:before, .widget_display_views li a:before, .widget_rss li a:before, .widget_display_stats dt:before {
    content: "\f106";
    font-family: 'tiefonticon';
    color: #2c2f34;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
    width: 12px;
    margin-left: -12px;
    text-align: left
}

.dark-skin .widget_categories li a:before, .dark-skin .widget_product_categories li a:before, .dark-skin .widget_layered_nav li a:before, .dark-skin .widget_archive li a:before, .dark-skin .widget_nav_menu li a:before, .dark-skin .widget_meta li a:before, .dark-skin .widget_pages li a:before, .dark-skin .widget_recent_entries li a:before, .dark-skin .widget_display_forums li a:before, .dark-skin .widget_display_views li a:before, .dark-skin .widget_rss li a:before, .dark-skin .widget_display_stats dt:before {
    color: #ccc
}

.widget_categories .children, .widget_product_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
    margin-top: 0;
    clear: both
}

.widget_categories .children li, .widget_product_categories .children li, .widget_nav_menu .sub-menu li, .widget_pages .children li {
    padding-left: 15px
}

.widget_categories .children li:first-child, .widget_product_categories .children li:first-child, .widget_nav_menu .sub-menu li:first-child, .widget_pages .children li:first-child {
    padding-top: 10px
}

.widget_categories select, .widget_archive select {
    width: 100%
}

.widget_nav_menu .widget-title-icon:before {
    content: "\f0c9"
}

.site-footer .widget_nav_menu li {
    padding-left: 0;
    padding-right: 0
}

.site-footer .widget_nav_menu li a:before {
    display: none
}

.widget_recent_entries a + span, .widget_display_replies li div, .widget_display_topics li div, .widget_rss .rss-date {
    display: inline;
    color: #767676;
    font-size: 90%
}

.widget_recent_entries a + span:before, .widget_display_replies li div:before, .widget_display_topics li div:before, .widget_rss .rss-date:before {
    content: ' - '
}

.widget_display_replies img, .widget_display_topics img {
    margin-bottom: -2px;
    border-radius: 50%
}

.tie-widget-categories li a:hover + span {
    box-shadow: inset 0 0 0 11px rgba(0, 0, 0, .3)
}

div.tie-widget-categories .children li {
    padding-left: 0;
    padding-right: 0
}

.cat-counter a + span {
    display: inline-block;
    background-color: #08f;
    text-align: center;
    font-size: 85%;
    padding: 0 5px;
    min-width: 24px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    border-radius: 2px;
    transition: box-shadow 0.6s cubic-bezier(.165, .84, .44, 1)
}

.widget_archive .widget-title-icon:before {
    content: "\f187"
}

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center
}

#wp-calendar thead th {
    text-align: center;
    border: none
}

#wp-calendar tbody {
    color: #aaa
}

#wp-calendar tbody td {
    border: none;
    padding: 10px;
    text-align: center
}

#wp-calendar tbody .pad {
    background: none;
    border: none
}

#wp-calendar tfoot #next {
    text-align: right
}

#wp-calendar #today {
    background-color: #08f
}

#wp-calendar #today, #wp-calendar #today a {
    color: #fff
}

.tie-weather-widget.widget {
    background: #08f;
    color: #fff;
    border-width: 0;
    padding: 0;
    position: relative;
    overflow: hidden
}

.tie-weather-widget.widget .icon-basecloud-bg:after {
    color: #08f
}

.tie-weather-widget.widget .user-weather-error {
    position: absolute;
    width: 100%;
    top: 0
}

.tie-weather-widget.widget .user-weather-error .theme-notice {
    background: rgba(255, 0, 0, .5);
    color: #fff !important;
    text-align: center;
    padding: 0
}

.tie-weather-widget .widget-title {
    border-bottom: 0 !important;
    background-color: transparent;
    margin-bottom: 0;
    padding: 20px 20px 0
}

.tie-weather-widget .widget-title:after, .tie-weather-widget .widget-title:before {
    display: none
}

.tie-weather-widget .widget-title .the-subtitle {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0
}

.tie-weather-widget .widget-title .the-subtitle:after, .tie-weather-widget .widget-title .the-subtitle:before, .tie-weather-widget .widget-title .the-subtitle .widget-title-icon {
    display: none
}

.tie-weather-widget .widget-title span {
    font-weight: 400;
    font-size: 14px
}

.tie-weather-widget [class^="icon-"]:before, .tie-weather-widget [class^="icon-"]:after, .tie-weather-widget [class*=" icon-"]:before, .tie-weather-widget [class*=" icon-"]:after {
    font-family: "tiefonticon"
}

.tie-weather-user-location {
    position: absolute;
    font-size: 22px;
    display: block;
    top: 10px;
    right: 10px
}

.tie-weather-user-location.has-title {
    top: 20px;
    right: 20px
}

.tie-weather-user-location:not(.is-loading) {
    cursor: pointer
}

.tie-weather-user-location .tie-icon-gps:not(:hover) {
    opacity: .5
}

.tie-weather-user-location .tie-icon-spinner {
    -webkit-animation: tie-spin 1s infinite linear;
    animation: tie-spin 1s infinite linear;
    opacity: .5
}

.weather-wrap {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 15px 0 20px;
    line-height: 1
}

.weather-icon {
    position: relative;
    margin: 0 auto .1em;
    font-size: 75px;
    width: 1em;
    height: .9em
}

.weather-icon-and-city {
    display: inline-block;
    padding: 0 10px
}

.weather-icon-and-city .icon-sun:after, .weather-icon-and-city .icon-sun:before, .weather-icon-and-city .icon-cloud:after, .weather-icon-and-city .icon-cloud:before, .weather-icon-and-city .icon-mist:after, .weather-icon-and-city .icon-mist:before, .weather-icon-and-city .icon-mist-animi:after, .weather-icon-and-city .icon-mist-animi:before {
    top: 0
}

.weather-name {
    font-size: 32px;
    padding-top: 5px;
    font-weight: 700;
    white-space: nowrap
}

.weather-todays-stats {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top
}

.weather-more-todays-stats {
    text-align: left;
    line-height: 1.6;
    font-size: 90%;
    padding-top: 12px;
    padding-left: 10px
}

.weather-more-todays-stats [class^="tie-icon-"]:before, .weather-more-todays-stats [class*=" tie-icon-"]:before {
    width: 15px;
    display: inline-block;
    text-align: center
}

.weather-current-temp {
    font-size: 70px;
    font-weight: 700
}

.weather-current-temp sup {
    font-size: 17px;
    vertical-align: super;
    font-weight: 400
}

.weather-desc {
    margin-top: 5px
}

.weather-forecast {
    clear: both;
    padding: 20px 10px;
    overflow: hidden;
    margin: 20px 0 -20px
}

.small-weather-icons .animi-icons-wrap {
    font-size: .2em;
    width: 2em
}

.small-weather-icons .icon-sun-animi:after {
    right: -.35em
}

.small-weather-icons .icon-windysnow-animi:before {
    top: .5em;
    left: .1em
}

.small-weather-icons .icon-windysnow-animi:after {
    width: .5em;
    height: 1.2em;
    top: 1em
}

.small-weather-icons .icon-thunder-animi:before {
    left: 50%;
    top: 40%;
    font-size: 2em
}

.small-weather-icons .icon-mist:before {
    font-size: .8em
}

.small-weather-icons .icon-mist-animi {
    display: none
}

.small-weather-icons .icon-cloud-behind:after {
    left: -.4em
}

.small-weather-icons .icon-moon-animi:before {
    right: -.4em;
    top: .1em
}

.weather-forecast-day {
    position: relative;
    width: 1%;
    display: table-cell;
    text-align: center
}

.weather-forecast-day .weather-icon {
    font-size: 35px
}

.weather-forecast-day .weather-icon .icon-cloud:after, .weather-forecast-day .weather-icon .icon-basecloud-bg:after, .weather-forecast-day .weather-icon .basecloud:before {
    font-size: inherit;
    line-height: 1.05
}

.weather-forecast-day .weather-icon .icon-rainy-animi-5, .weather-forecast-day .weather-icon .icon-thunder-animi:after, .weather-forecast-day .weather-icon .icon-windysnow-animi-2 {
    display: none
}

.weather-forecast-day-abbr {
    font-weight: 700;
    font-size: .8em;
    margin-top: 3px;
    line-height: 1.4
}

.weather-forecast-day-temp {
    font-size: 14px
}

.weather-forecast-day-temp sup {
    font-size: 8px;
    padding-left: 2px
}

.basecloud:before {
    font-size: .86em;
    font-family: 'tiefonticon';
    content: '\f105';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.icon-thunder-animi {
    position: absolute;
    width: 100%;
    height: 100%
}

.icon-thunder-animi:before, .icon-thunder-animi:after {
    content: "\f114";
    position: absolute;
    width: 100%;
    z-index: 2;
    font-size: 3em;
    left: 40%;
    -webkit-transform: translateX(-50%) translateY(-30%);
    -ms-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%)
}

.is-animated .icon-thunder-animi:before {
    -webkit-animation: flashing 2s ease-out infinite;
    animation: flashing 2s ease-out infinite
}

.icon-thunder-animi:after {
    color: orange;
    z-index: 2;
    font-size: 2.5em;
    top: 90%
}

.is-animated .icon-thunder-animi:after {
    -webkit-animation: flashing-reverse 2s steps(1) infinite;
    animation: flashing-reverse 2s steps(1) infinite
}

@-webkit-keyframes flashing {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flashing {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-webkit-keyframes flashing-reverse {
    0%, 100%, 50% {
        opacity: 0
    }
    25%, 75% {
        opacity: 1
    }
}

@keyframes flashing-reverse {
    0%, 100%, 50% {
        opacity: 0
    }
    25%, 75% {
        opacity: 1
    }
}

.icon-rainy-animi, .icon-rainy-animi-2, .icon-rainy-animi-4, .icon-rainy-animi-5, .icon-windysnow-animi, .icon-windysnow-animi-2, .icon-moon {
    position: absolute;
    width: 100%;
    height: 100%
}

.icon-rainy-animi:before, .icon-rainy-animi:after, .icon-rainy-animi-2:before, .icon-rainy-animi-2:after, .icon-rainy-animi-4:before, .icon-rainy-animi-4:after, .icon-rainy-animi-5:before, .icon-rainy-animi-5:after, .icon-windysnow-animi:before, .icon-windysnow-animi:after, .icon-windysnow-animi-2:before, .icon-windysnow-animi-2:after {
    content: "\f107";
    position: absolute;
    z-index: 2;
    opacity: .6
}

.icon-rainy-animi:after, .icon-rainy-animi-2:after, .icon-rainy-animi-4:after, .icon-rainy-animi-5:after, .icon-windysnow-animi:after, .icon-windysnow-animi-2:after {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes rain-animi-effect {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em)
    }
}

@keyframes rain-animi-effect {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em)
    }
}

@-webkit-keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg)
    }
}

@keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg)
    }
}

@-webkit-keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg)
    }
}

@keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg)
    }
}

.animi-icons-wrap {
    font-size: .14em;
    position: absolute;
    z-index: 2;
    left: 48%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2.5em;
    height: 2.5em
}

.icon-rainy-animi:before, .icon-rainy-animi:after, .icon-rainy-animi-2:before, .icon-rainy-animi-2:after, .icon-rainy-animi-4:before, .icon-rainy-animi-4:after, .icon-rainy-animi-5:before, .icon-rainy-animi-5:after {
    content: "\f078";
    top: calc(50% - 0.43em);
    left: 0;
    right: auto;
    width: .96em;
    height: .96em
}

.is-animated .icon-rainy-animi:after {
    -webkit-animation: rain-animi-effect 0.2s ease-out infinite;
    animation: rain-animi-effect 0.2s ease-out infinite
}

.icon-rainy-animi-2:before, .icon-rainy-animi-2:after {
    right: 0;
    left: auto;
    top: calc(50% - 0.43em)
}

.is-animated .icon-rainy-animi-2:after {
    -webkit-animation: rain-animi-effect 0.25s ease-out infinite;
    animation: rain-animi-effect 0.25s ease-out infinite
}

.icon-rainy-animi-4:before, .icon-rainy-animi-4:after {
    left: calc(50% - 0.43em);
    top: calc(100% - 0.96em)
}

.is-animated .icon-rainy-animi-4:after {
    -webkit-animation: rain-animi-effect 0.35s ease-out infinite;
    animation: rain-animi-effect 0.35s ease-out infinite
}

.icon-rainy-animi-5:before, .icon-rainy-animi-5:after {
    left: calc(50% - 0.43em);
    top: 0
}

.is-animated .icon-rainy-animi-5:after {
    -webkit-animation: rain-animi-effect 0.4s ease-out infinite;
    animation: rain-animi-effect 0.4s ease-out infinite
}

.drizzle-icons .icon-rainy-animi:before, .drizzle-icons .icon-rainy-animi:after, .drizzle-icons .icon-rainy-animi-2:before, .drizzle-icons .icon-rainy-animi-2:after, .drizzle-icons .icon-rainy-animi-4:before, .drizzle-icons .icon-rainy-animi-4:after, .drizzle-icons .icon-rainy-animi-5:before, .drizzle-icons .icon-rainy-animi-5:after {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.is-animated .drizzle-icons .icon-rainy-animi:after {
    -webkit-animation: drizzle-animi-effect 2.2s ease-out infinite;
    animation: drizzle-animi-effect 2.2s ease-out infinite
}

.is-animated .drizzle-icons .icon-rainy-animi-2:after {
    -webkit-animation: drizzle-animi-effect 2.3s ease-out infinite;
    animation: drizzle-animi-effect 2.3s ease-out infinite
}

.is-animated .drizzle-icons .icon-rainy-animi-4:after {
    -webkit-animation: drizzle-animi-effect 2.5s ease-out infinite;
    animation: drizzle-animi-effect 2.5s ease-out infinite
}

.is-animated .drizzle-icons .icon-rainy-animi-5:after {
    -webkit-animation: drizzle-animi-effect 2.6s ease-out infinite;
    animation: drizzle-animi-effect 2.6s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi:after {
    -webkit-animation: drizzle-animi-effect 0.2s ease-out infinite;
    animation: drizzle-animi-effect 0.2s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi-2:after {
    -webkit-animation: drizzle-animi-effect 0.23s ease-out infinite;
    animation: drizzle-animi-effect 0.23s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi-4:after {
    -webkit-animation: drizzle-animi-effect 0.18s ease-out infinite;
    animation: drizzle-animi-effect 0.18s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi-5:after {
    -webkit-animation: drizzle-animi-effect 0.44s ease-out infinite;
    animation: drizzle-animi-effect 0.44s ease-out infinite
}

.icon-windysnow-animi:before, .icon-windysnow-animi:after, .icon-windysnow-animi-2:before, .icon-windysnow-animi-2:after {
    content: "\f103";
    width: 100%;
    height: 100%;
    font-size: 1.8em;
    top: 0;
    left: .3em
}

.icon-windysnow-animi:after, .icon-windysnow-animi-2:after {
    width: 2em;
    height: 2em
}

.is-animated .icon-windysnow-animi:after, .is-animated .icon-windysnow-animi-2:after {
    -webkit-animation: rain-animi-effect-with-rotate 2s ease-out infinite;
    animation: rain-animi-effect-with-rotate 2s ease-out infinite
}

.icon-windysnow-animi-2:before, .icon-windysnow-animi-2:after {
    font-size: 1em;
    top: 1.5em;
    right: .7em;
    left: auto
}

.icon-windysnow-animi-2:after {
    width: 2em;
    height: 2em;
    left: -.5em
}

.is-animated .icon-windysnow-animi-2:after {
    -webkit-animation: rain-animi-effect-with-rotate 1.5s ease-out infinite;
    animation: rain-animi-effect-with-rotate 1.5s ease-out infinite
}

.icon-moon:after {
    content: "\f10d";
    position: absolute;
    font-size: .65em;
    left: 0;
    right: 0;
    top: .2em
}

.is-animated .icon-moon:after {
    -webkit-animation: tie-float-y 2s linear infinite;
    animation: tie-float-y 2s linear infinite
}

.icon-moon:before {
    display: none
}

.icon-moon-animi:before {
    content: "\f10d";
    position: absolute;
    right: -.3em;
    font-size: .35em;
    top: .2em
}

.is-animated .icon-moon-animi:before {
    -webkit-animation: tie-float-y 2s linear infinite;
    animation: tie-float-y 2s linear infinite
}

@-webkit-keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.icon-sun:after {
    content: "\f113";
    position: absolute;
    color: orange;
    font-size: .9em;
    left: 0;
    right: 0
}

.is-animated .icon-sun:after {
    -webkit-animation: tie-spin 8s infinite linear;
    animation: tie-spin 8s infinite linear
}

.icon-sun-animi:after {
    content: "\f113";
    position: absolute;
    color: orange;
    right: -.3em;
    top: .07em;
    font-size: .4em
}

.is-animated .icon-sun-animi:after {
    -webkit-animation: tie-spin 8s infinite linear;
    animation: tie-spin 8s infinite linear
}

@-webkit-keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.icon-basecloud-bg:after, .icon-cloud:after {
    content: "\e904";
    font-size: .86em;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
}

.icon-basecloud-bg:after {
    content: '\e905';
    z-index: 1
}

.icon-cloud-behind:after {
    font-size: .48em;
    content: "\e904";
    position: absolute;
    left: -.2em;
    top: .4em;
    z-index: 1;
    opacity: .6
}

.is-animated .icon-cloud-behind:after {
    -webkit-animation: passing 2s linear infinite;
    animation: passing 2s linear infinite
}

@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
}

@keyframes passing {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
}

.icon-mist:before {
    content: '\f108';
    position: absolute;
    left: 0;
    right: 0
}

.is-animated .icon-mist:before {
    -webkit-animation: tie-float-x 2s infinite ease;
    animation: tie-float-x 2s infinite ease
}

.icon-mist-animi:before {
    content: '\f108';
    position: absolute;
    left: 0;
    right: 0;
    display: none
}

.is-animated .icon-mist-animi:before {
    display: inline-block;
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear
}

@-webkit-keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes tie-float-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes tie-float-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.latest-tweets-widget {
    position: relative;
    min-height: 80px
}

.latest-tweets-widget .widget-title-icon:before {
    content: "\f099"
}

.latest-tweets-widget li {
    padding: 0 0 10px
}

.latest-tweets-widget li:last-child {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.latest-tweets-widget .widget-title + ul {
    margin-bottom: 20px
}

.twitter-icon-wrap {
    width: 20px;
    float: left
}

.twitter-icon-wrap span {
    color: #08f;
    margin-top: 5px
}

.latest-tweets-widget .tweetaya-body {
    padding-left: 20px
}

.latest-tweets-widget .tweetaya-meta {
    display: block;
    font-size: 11px;
    text-align: right
}

.latest-tweets-widget .tie-slick-slider {
    display: none;
    position: relative;
    border-radius: 2px
}

.latest-tweets-widget .tie-slick-slider .slick-list {
    width: 100%
}

.latest-tweets-widget .tie-slick-slider li {
    border: 0;
    height: 58px;
    padding-bottom: 0;
    overflow: hidden
}

.latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #40bff5;
    border-radius: 2px;
    margin-right: 20px;
    text-align: center;
    display: none
}

.latest-tweets-widget .tie-slick-slider .tweetaya-body {
    padding: 0
}

.latest-tweets-widget .tie-slick-slider .tweetaya-body p {
    margin: 0
}

.latest-tweets-widget .slider-links {
    float: right;
    display: none
}

.latest-tweets-widget .slider-links .button {
    line-height: 23px;
    padding: 1px 10px;
    margin-right: 10px
}

.latest-tweets-widget .slider-links .tie-slider-nav {
    margin: 0;
    opacity: 1;
    float: right;
    position: static;
    width: auto
}

.latest-tweets-widget .slider-links .tie-slider-nav li {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    margin-left: 5px;
    float: right
}

.latest-tweets-widget .slider-links .tie-slider-nav li span {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 23px;
    position: relative;
    top: 0;
    cursor: pointer;
    font-size: 14px
}

.dark-skin .latest-tweets-widget .slider-links .tie-slider-nav li span:not(:hover) {
    background-color: transparent
}

.latest-tweets-widget .slick-initialized ~ .slider-links {
    display: block
}

.normal-side .latest-tweets-widget .tie-slick-slider .tweetaya-body p {
    white-space: normal;
    display: block;
    display: -webkit-box;
    height: 36.4px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.fullwidth-area .latest-tweets-widget {
    padding-bottom: 0
}

@media (max-width: 767px) {
    .fullwidth-area .latest-tweets-widget {
        max-height: inherit
    }
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider {
    margin-bottom: 0;
    background: rgba(0, 0, 0, .15);
    padding: 20px
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .slide {
    margin: 2px 0;
    height: auto
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
    display: inline-block
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .twitter-icon-wrap span {
    color: #ffffff !important
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
    width: calc(100% - 160px);
    padding-left: 60px
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body .tweetaya-meta {
    display: inline
}

@media (max-width: 767px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .slide {
        height: 58px
    }

    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body p {
        white-space: normal;
        display: block;
        display: -webkit-box;
        height: 36.4px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.fullwidth-area .latest-tweets-widget ul:not(.tie-slick-slider) .tweetaya-meta {
    text-align: left
}

.fullwidth-area .latest-tweets-widget .slider-links {
    margin: 0;
    right: 20px;
    top: 40px;
    bottom: 35px;
    position: absolute
}

@media (min-width: 601px) {
    .fullwidth-area .latest-tweets-widget .widget-title ~ .slider-links {
        top: 100px
    }
}

@media (max-width: 600px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider {
        padding-bottom: 60px
    }

    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
        width: 100%
    }

    .fullwidth-area .latest-tweets-widget .slider-links {
        top: auto;
        bottom: 35px
    }
}

@media (max-width: 479px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
        padding-left: 0
    }

    .fullwidth-area .latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
        display: none
    }
}

.subscribe-widget .widget-inner-wrap {
    text-align: center
}

.subscribe-widget .widget-title {
    text-align: left
}

.subscribe-widget .widget-title-icon:before {
    content: "\f0e0"
}

.subscribe-widget .newsletter-icon {
    color: rgba(0, 0, 0, .2);
    font-size: 40px;
    display: block;
    margin: 0 0 20px;
    line-height: .8
}

.subscribe-widget .subscribe-widget-content {
    margin-bottom: 20px
}

.subscribe-widget .subscribe-widget-content h4 {
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.subscribe-widget .subscribe-widget-content h4:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.15s
}

.subscribe-widget .subscribe-widget-content h3 {
    font-size: 28px;
    color: #2c2f34;
    margin-bottom: 10px
}

.subscribe-widget form {
    position: relative
}

.subscribe-widget form:before {
    font-size: 15px;
    position: absolute;
    left: 12px;
    top: 10px;
    color: rgba(0, 0, 0, .2);
    font-size: 18px;
    content: "\f0e0";
    font-family: tiefonticon
}

.subscribe-widget .subscribe-input {
    padding: 8px 30px;
    width: 100%;
    text-align: center;
    font-size: 13px
}

.subscribe-widget .subscribe-input::-webkit-input-placeholder {
    text-align: center
}

.subscribe-widget .subscribe-input::-moz-placeholder {
    text-align: center
}

.subscribe-widget .subscribe-input:-moz-placeholder {
    text-align: center
}

.subscribe-widget .subscribe-input:-ms-input-placeholder {
    text-align: center
}

.subscribe-widget .button {
    margin-top: 10px;
    padding: 10px !important;
    width: 100%;
    font-size: 14px
}

.social-icons-widget .widget-title-icon:before {
    content: "\f1e0"
}

.social-icons-widget ul {
    margin: 0 -3px
}

.social-icons-widget .social-icons-item {
    float: left;
    margin: 3px;
    border-bottom: 0;
    padding: 0
}

.social-icons-widget .social-icons-item .social-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px
}

.social-icons-widget .is-centered {
    text-align: center;
    overflow: hidden
}

.social-icons-widget .is-centered .social-icons-item {
    float: none;
    display: inline-block
}

@media (max-width: 479px) {
    .social-icons-widget .solid-social-icons {
        text-align: center
    }

    .social-icons-widget .social-icons-item {
        float: none;
        display: inline-block
    }
}

.stream-item .widget-title-icon:before, .stream-item-widget .widget-title-icon:before {
    content: "\f0a1"
}

.stream-item-widget a {
    display: block
}

.stream-item-widget img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto
}

.stream-item-widget .stream-item-widget-content {
    text-align: center
}

.stream-item-125-widget .widget-title-icon:before {
    content: "\f0a1"
}

.stream-item-125-widget ul {
    text-align: center;
    margin: 0 -5px -5px
}

.stream-item-125-widget li {
    display: inline-block;
    padding: 0;
    margin: 5px;
    width: 125px;
    height: 125px
}

.stream-item-125-widget li a {
    display: block
}

.container-wrapper .wpcv-global-updates, .container-wrapper .wpcv-chart, .container-wrapper .wpcv-map {
    margin: 0
}

.entry .wpcv-widget {
    margin-bottom: 30px
}

.widget_tie-snapchat-theme .widget-title-icon::before {
    content: "\f2ac"
}

.tie-snapchat-badge {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    line-height: 0;
    border: 3px solid #000;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    border-radius: 20px;
    transition: all 0.25s
}

.tie-snapchat-badge.is-circle {
    border-radius: 100%
}

.tie-snapchat-badge-wrap a:hover {
    color: #e6e419
}

.tie-snapchat-badge-wrap .snapchat-username, .tie-snapchat-badge-wrap .snapchat-userid {
    text-align: center;
    display: block
}

.tie-snapchat-badge-wrap .snapchat-username {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700
}

a.remove {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 15px
}

a.remove:before {
    content: "\e117";
    font-family: 'tiefonticon';
    color: #e74c3c;
    transition: color 0.15s
}

a.remove:hover:before {
    color: #bf2718
}

a.remove.big-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 22px
}

a.remove.light-btn:not(:hover):before {
    color: #fff
}

.side-aside a.remove {
    z-index: 1;
    top: 15px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.admin-bar .side-aside a.remove {
    top: 47px
}

.admin-bar.is-mobile .side-aside a.remove {
    top: 61px
}

.tie-popup a.remove {
    transition: 0.3s;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    top: 15px;
    right: 15px;
    z-index: 1
}

.tie-popup-is-opend .tie-popup a.remove {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both
}

.side-aside, .has-custom-scroll {
    overflow-x: hidden;
    scrollbar-width: thin
}

.side-aside::-webkit-scrollbar, .has-custom-scroll::-webkit-scrollbar {
    width: 5px
}

.side-aside::-webkit-scrollbar-track, .has-custom-scroll::-webkit-scrollbar-track {
    background: transparent
}

.side-aside::-webkit-scrollbar-thumb, .has-custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(0, 0, 0, .2)
}

.dark-skin .side-aside::-webkit-scrollbar-thumb, .dark-skin .has-custom-scroll::-webkit-scrollbar-thumb {
    background: #000
}

#tie-body #foxpush_blocked_box {
    display: none !important
}

.ui-front {
    z-index: 110
}

.tie-popup-is-opend #tie-wrapper {
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.tie-popup {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    -webkit-perspective: 600px;
    perspective: 600px
}

.tie-popup-container {
    position: relative;
    z-index: 100;
    width: 90%;
    max-width: 420px;
    margin: 10em auto 0;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transition: 0.3s;
    will-change: transform, opacity;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.tie-popup-container .login-submit {
    padding-top: 15px;
    padding-bottom: 15px
}

.tie-popup-container .container-wrapper {
    padding: 60px;
    background-color: #fff !important;
    border-radius: 5px
}

@media (max-width: 479px) {
    .tie-popup-container .container-wrapper {
        padding: 30px
    }
}

#tie-popup-adblock .tie-popup-container {
    max-width: 500px
}

#tie-popup-adblock .container-wrapper {
    background: #e74c3c !important;
    text-align: center;
    color: #fff
}

#tie-popup-adblock .tie-adblock-icon {
    font-size: 120px;
    margin-bottom: 10px
}

#tie-popup-adblock .adblock-message {
    font-size: 12px
}

.pop-up-live-search {
    will-change: transform, opacity;
    transition: 0.3s;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0
}

.tie-popup-is-opend .pop-up-live-search, .tie-popup-is-opend .tie-popup-container {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tie-popup-search-wrap .container {
    padding: 0
}

.tie-popup-search-wrap::-webkit-input-placeholder {
    color: #fff
}

.tie-popup-search-wrap::-moz-placeholder {
    color: #fff
}

.tie-popup-search-wrap:-moz-placeholder {
    color: #fff
}

.tie-popup-search-wrap:-ms-input-placeholder {
    color: #fff
}

.tie-popup-search-wrap form {
    position: relative;
    height: 80px;
    margin-bottom: 20px
}

.popup-search-wrap-inner {
    position: relative;
    padding: 80px 15px 0;
    margin: 0 auto;
    max-width: 800px
}

input.tie-popup-search-input {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, .7) !important;
    font-weight: 500;
    font-size: 22px;
    border: 0;
    padding-right: 80px;
    padding-left: 30px;
    color: #fff
}

button.tie-popup-search-submit {
    font-size: 28px;
    color: #666;
    position: absolute;
    right: 10px;
    top: 20px;
    background: transparent !important;
    transition: 0.15s
}

button.tie-popup-search-submit .tie-icon-spinner {
    color: #666;
    cursor: default;
    -webkit-animation: tie-spin 3s infinite linear;
    animation: tie-spin 3s infinite linear
}

#tie-popup-search-mobile .popup-search-wrap-inner {
    padding-top: 50px
}

#tie-popup-search-mobile input.tie-popup-search-input {
    height: 50px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 50px
}

#tie-popup-search-mobile button.tie-popup-search-submit {
    font-size: 16px;
    top: 9px;
    right: 0
}

#autocomplete-suggestions {
    overflow: auto;
    padding: 20px;
    color: #eee;
    position: absolute;
    display: none;
    width: 370px;
    z-index: 9999
}

#autocomplete-suggestions .post-meta {
    margin: 3px 0 0
}

.autocomplete-suggestion {
    padding-bottom: 20px;
    clear: both;
    overflow: hidden
}

.autocomplete-suggestion:last-child {
    padding-bottom: 0 !important
}

.autocomplete-no-suggestion {
    text-align: center;
    font-weight: 600
}

.live-search-dark {
    color: #ccc;
    background: #1f2024;
    border: 1px solid rgba(255, 255, 255, .07);
    margin: 0 -1px
}

.live-search-dark.search-in-top-nav {
    background-color: #2c2e32
}

.live-search-dark .post-title a:not(:hover), .live-search-popup .post-title a:not(:hover) {
    color: #fff
}

.live-search-light {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff
}

.live-search-popup {
    position: fixed !important;
    width: 100% !important;
    z-index: 999999 !important;
    background: rgba(0, 0, 0, .7);
    padding: 35px;
    border-top: 1px solid #222
}

@media (max-width: 991px) {
    .live-search-popup {
        padding: 20px;
        max-height: calc(100vmax - 150px)
    }
}

@media (min-width: 992px) {
    .live-search-popup .post-widget-body .post-title {
        line-height: 23px;
        font-size: 16px
    }
}

.live-search-popup .button {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px
}

@font-face {
    font-family: 'tiefonticon';
    src: url(../../../themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.eot);
    src: url("../../../themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.eot#iefix") format("embedded-opentype"), url(../../../themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.woff) format("woff"), url(../../../themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.ttf) format("truetype"), url("../../../themes/jannah/assets/fonts/tielabs-fonticon/tielabs-fonticon.svg#tielabs-fonticon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.tie-icon-tiktok:before {
    content: "\e90b"
}

.tie-icon-line:before {
    content: "\e906"
}

.tie-icon-messenger:before {
    content: "\f39f"
}

.tie-icon-facebook:before {
    content: "\f09a"
}

.tie-icon-basecloud-2:before {
    content: "\f105"
}

.tie-icon-cloud-2:before {
    content: "\e904"
}

.tie-icon-cloud-solid:before {
    content: "\e905"
}

.tie-icon-gps:before {
    content: "\e90a"
}

.tie-icon-check:before {
    content: "\e116"
}

.tie-icon-cross:before {
    content: "\e117"
}

.tie-icon-search:before {
    content: "\f002"
}

.tie-icon-heart:before {
    content: "\f004"
}

.tie-icon-star-s:before {
    content: "\f005"
}

.tie-icon-star-o:before {
    content: "\f006"
}

.tie-icon-author:before {
    content: "\f007"
}

.tie-icon-plus:before {
    content: "\f067"
}

.tie-icon-minus:before {
    content: "\f068"
}

.tie-icon-search:before {
    content: "\f002"
}

.tie-icon-heart:before {
    content: "\f004"
}

.tie-icon-star-s:before {
    content: "\f005"
}

.tie-icon-star-o:before {
    content: "\f006"
}

.tie-icon-check1:before {
    content: "\f00c"
}

.tie-icon-remove:before {
    content: "\f00d"
}

.tie-icon-search-plus:before {
    content: "\f00e"
}

.tie-icon-cog:before {
    content: "\f013"
}

.tie-icon-home:before {
    content: "\f015"
}

.tie-icon-clock:before {
    content: "\f017"
}

.tie-icon-download:before {
    content: "\f019"
}

.tie-icon-refresh:before {
    content: "\f021"
}

.tie-icon-lock:before {
    content: "\f023"
}

.tie-icon-headphones:before {
    content: "\f025"
}

.tie-icon-volume-up:before {
    content: "\f028"
}

.tie-icon-tags:before {
    content: "\f02c"
}

.tie-icon-bookmark:before {
    content: "\f02e"
}

.tie-icon-print:before {
    content: "\f02f"
}

.tie-icon-camera:before {
    content: "\f030"
}

.tie-icon-list:before {
    content: "\f03a"
}

.tie-icon-video-camera:before {
    content: "\f03d"
}

.tie-icon-pencil:before {
    content: "\f040"
}

.tie-icon-play:before {
    content: "\f04b"
}

.tie-icon-pause:before {
    content: "\f04c"
}

.tie-icon-ban:before {
    content: "\f05e"
}

.tie-icon-gift:before {
    content: "\f06b"
}

.tie-icon-eye:before {
    content: "\f06e"
}

.tie-icon-exclamation-triangle:before {
    content: "\f071"
}

.tie-icon-warning:before {
    content: "\f071"
}

.tie-icon-random:before {
    content: "\f074"
}

.tie-icon-chevron-down:before {
    content: "\f079"
}

.tie-icon-shopping-cart:before {
    content: "\f07a"
}

.tie-icon-folder:before {
    content: "\f07b"
}

.tie-icon-bar-chart:before {
    content: "\f080"
}

.tie-icon-comments:before {
    content: "\f086"
}

.tie-icon-sign-out:before {
    content: "\f08b"
}

.tie-icon-thumb-tack:before {
    content: "\f08d"
}

.tie-icon-external-link:before {
    content: "\f08e"
}

.tie-icon-phone:before {
    content: "\f095"
}

.tie-icon-twitter:before {
    content: "\f099"
}

.tie-icon-github:before {
    content: "\f09b"
}

.tie-icon-credit-card:before {
    content: "\f09d"
}

.tie-icon-feed:before {
    content: "\f09e"
}

.tie-icon-bullhorn:before {
    content: "\f0a1"
}

.tie-icon-globe:before {
    content: "\f0ac"
}

.tie-icon-filter:before {
    content: "\f0b0"
}

.tie-icon-group:before {
    content: "\f0c0"
}

.tie-icon-link:before {
    content: "\f0c1"
}

.tie-icon-navicon:before {
    content: "\f0c9"
}

.tie-icon-truck:before {
    content: "\f0d1"
}

.tie-icon-pinterest:before {
    content: "\f0d2"
}

.tie-icon-envelope:before {
    content: "\f0e0"
}

.tie-icon-linkedin:before {
    content: "\f0e1"
}

.tie-icon-dashboard:before {
    content: "\f0e4"
}

.tie-icon-tachometer:before {
    content: "\f0e4"
}

.tie-icon-bolt:before {
    content: "\f0e7"
}

.tie-icon-lightbulb:before {
    content: "\f0eb"
}

.tie-icon-bell:before {
    content: "\f0f3"
}

.tie-icon-file-text:before {
    content: "\f0f6"
}

.tie-icon-angle-left:before {
    content: "\f104"
}

.tie-icon-angle-right:before {
    content: "\f106"
}

.tie-icon-angle-up:before {
    content: "\f107"
}

.tie-icon-angle-down:before {
    content: "\f109"
}

.tie-icon-circle-o:before {
    content: "\f10c"
}

.tie-icon-quote-left:before {
    content: "\f10e"
}

.tie-icon-quote-right:before {
    content: "\f10f"
}

.tie-icon-spinner:before {
    content: "\f110"
}

.tie-icon-info:before {
    content: "\f129"
}

.tie-icon-thumbs-up:before {
    content: "\f164"
}

.tie-icon-thumbs-down:before {
    content: "\f165"
}

.tie-icon-xing:before {
    content: "\f168"
}

.tie-icon-youtube:before {
    content: "\f16a"
}

.tie-icon-instagram:before {
    content: "\f16d"
}

.tie-icon-flickr:before {
    content: "\f16e"
}

.tie-icon-bitbucket:before {
    content: "\f171"
}

.tie-icon-tumblr:before {
    content: "\f173"
}

.tie-icon-long-arrow-right:before {
    content: "\f178"
}

.tie-icon-apple:before {
    content: "\f179"
}

.tie-icon-dribbble:before {
    content: "\f17d"
}

.tie-icon-skype:before {
    content: "\f17e"
}

.tie-icon-foursquare:before {
    content: "\f180"
}

.tie-icon-archive:before {
    content: "\f187"
}

.tie-icon-vk:before {
    content: "\f189"
}

.tie-icon-dot-circle-o:before {
    content: "\f192"
}

.tie-icon-wordpress:before {
    content: "\f19a"
}

.tie-icon-reddit:before {
    content: "\f1a1"
}

.tie-icon-behance:before {
    content: "\f1b4"
}

.tie-icon-steam:before {
    content: "\f1b6"
}

.tie-icon-spotify:before {
    content: "\f1bc"
}

.tie-icon-deviantart:before {
    content: "\f1bd"
}

.tie-icon-soundcloud:before {
    content: "\f1be"
}

.tie-icon-paper-plane:before {
    content: "\f1d8"
}

.tie-icon-share:before {
    content: "\f1e0"
}

.tie-icon-twitch:before {
    content: "\f1e8"
}

.tie-icon-yelp:before {
    content: "\f1e9"
}

.tie-icon-wifi:before {
    content: "\f1eb"
}

.tie-icon-paypal:before {
    content: "\f1ed"
}

.tie-icon-lastfm:before {
    content: "\f202"
}

.tie-icon-cart-plus:before {
    content: "\f217"
}

.tie-icon-whatsapp:before {
    content: "\f232"
}

.tie-icon-medium:before {
    content: "\f23a"
}

.tie-icon-tripadvisor:before {
    content: "\f262"
}

.tie-icon-odnoklassniki:before {
    content: "\f263"
}

.tie-icon-get-pocket:before {
    content: "\f265"
}

.tie-icon-500px:before {
    content: "\f26e"
}

.tie-icon-vimeo:before {
    content: "\f27d"
}

.tie-icon-mixcloud:before {
    content: "\f289"
}

.tie-icon-shopping-bag:before {
    content: "\f290"
}

.tie-icon-shopping-basket:before {
    content: "\f291"
}

.tie-icon-viadeo:before {
    content: "\f2a9"
}

.tie-icon-snapchat:before {
    content: "\f2ac"
}

.tie-icon-grid-4:before {
    content: "\e908"
}

.tie-icon-grid-9:before {
    content: "\e909"
}

.tie-icon-wind:before {
    content: "\e902"
}

.tie-icon-thermometer-half:before {
    content: "\e901"
}

.tie-icon-dots-three-vertical:before {
    content: "\e907"
}

.tie-icon-dots-three-horizontal:before {
    content: "\e903"
}

.tie-icon-facebook:before {
    content: "\f09a"
}

.tie-icon-basecloud-2:before {
    content: "\f105"
}

.tie-icon-fire:before {
    content: "\e900"
}

.tie-icon-map:before {
    content: "\e6ab"
}

.tie-icon-goto:before {
    content: "\e64a"
}

.tie-icon-star:before {
    content: "\e66b"
}

.tie-icon-plaine:before {
    content: "\e671"
}

.tie-icon-house:before {
    content: "\e67d"
}

.tie-icon-users:before {
    content: "\e69b"
}

.tie-icon-user:before {
    content: "\e69c"
}

.tie-icon-typing:before {
    content: "\e69e"
}

.tie-icon-settings:before {
    content: "\e6a3"
}

.tie-icon-ringer:before {
    content: "\e6a7"
}

.tie-icon-messageright:before {
    content: "\e6b3"
}

.tie-icon-list1:before {
    content: "\e6b8"
}

.tie-icon-inbox:before {
    content: "\e6bb"
}

.tie-icon-edit:before {
    content: "\e6bd"
}

.tie-icon-raindrop:before {
    content: "\f078"
}

.tie-icon-text:before {
    content: "\e685"
}

.tie-icon-audio:before {
    content: "\e6a2"
}

.tie-icon-picture:before {
    content: "\e6ac"
}

.tie-icon-video:before {
    content: "\e6b6"
}

.tie-icon-windysnow:before {
    content: "\f103"
}

.tie-icon-mist:before {
    content: "\f108"
}

.tie-icon-moon:before {
    content: "\f10d"
}

.tie-icon-sun:before {
    content: "\f113"
}

.tie-icon-thunder:before {
    content: "\f114"
}

.woocommerce-message, .woocommerce-error, .woocommerce-info, .bbp-template-notice, .indicator-hint {
    list-style: none outside;
    width: 100%;
    word-wrap: break-word;
    position: relative;
    padding: 10px 10px 10px 50px !important;
    margin: 15px 0 !important;
    line-height: 30px;
    background-color: #89ba16;
    color: #fff;
    border-radius: 2px;
    *zoom: 1
}

.woocommerce-message p, .woocommerce-error p, .woocommerce-info p, .bbp-template-notice p, .indicator-hint p {
    margin: 0;
    line-height: inherit;
    height: auto
}

.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after, .bbp-template-notice:after, .indicator-hint:after {
    content: " ";
    display: table
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before, .bbp-template-notice:before, .indicator-hint:before {
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: tiefonticon;
    content: "\f00c";
    font-size: 14px;
    width: 30px;
    text-align: center;
    display: inline-block
}

.woocommerce-message a, .woocommerce-message a.button, .woocommerce-error a, .woocommerce-error a.button, .woocommerce-info a, .woocommerce-info a.button, .bbp-template-notice a, .bbp-template-notice a.button, .indicator-hint a, .indicator-hint a.button {
    color: #ffffff !important;
    background: transparent;
    float: right;
    padding: 0 10px;
    line-height: 30px
}

.woocommerce-message a:hover, .woocommerce-message a.button:hover, .woocommerce-error a:hover, .woocommerce-error a.button:hover, .woocommerce-info a:hover, .woocommerce-info a.button:hover, .bbp-template-notice a:hover, .bbp-template-notice a.button:hover, .indicator-hint a:hover, .indicator-hint a.button:hover {
    background-color: rgba(255, 255, 255, .1) !important
}

.woocommerce-info, .bbp-template-notice.info {
    background-color: #3498db !important
}

.woocommerce-info:before, .bbp-template-notice.info:before {
    content: "\f129"
}

.woocommerce-error, .bbp-template-notice.error {
    background-color: #e74c3c
}

.woocommerce-error:before, .bbp-template-notice.error:before {
    content: "\e117"
}

.woocommerce-warning, .bbp-template-notice.important, .bbp-template-notice.warning {
    background-color: #f39c12
}

.woocommerce-warning:before, .bbp-template-notice.important:before, .bbp-template-notice.warning:before {
    content: "\f071"
}

@media (min-width: 768px) {
    .cdsROW.wide {
        margin: 25px auto 35px !important;
        border-radius: 60px !important;
        width: 500px !important
    }

    .cdsROW.wide .cdsLocName {
        max-width: 280px !important;
        width: 280px !important
    }
}

@media (max-width: 767px) {
    .cdsROW.wide {
        width: 100% !important;
        padding: 30px;
        text-align: center;
        height: auto !important
    }

    .cdsROW.wide .cdsROWContainer > div {
        width: 100% !important;
        display: block !important;
        margin: 0 0 20px;
        max-width: none !important
    }

    .cdsROW.wide .cdsROWContainer > div:last-child {
        margin-bottom: 0
    }

    .cdsROW.wide .logo {
        border-right: none !important
    }
}

.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\f95b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\f952"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\f905"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\f907"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\f95c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\f95d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\f95e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\f95f"
}

.fa-handshake-slash:before {
    content: "\f960"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\f961"
}

.fa-head-side-cough-slash:before {
    content: "\f962"
}

.fa-head-side-mask:before {
    content: "\f963"
}

.fa-head-side-virus:before {
    content: "\f964"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\f965"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\f913"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\f955"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\f966"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\f967"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\f91a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\f956"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\f968"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\f91e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\f969"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\f96a"
}

.fa-pump-soap:before {
    content: "\f96b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\f96c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\f957"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\f96e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\f96f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\f970"
}

.fa-store-slash:before {
    content: "\f971"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\f972"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\f941"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\f949"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\f974"
}

.fa-virus-slash:before {
    content: "\f975"
}

.fa-viruses:before {
    content: "\f976"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../themes/jannah/assets/fonts/fontawesome/fa-brands-400.eot);
    src: url("../../../themes/jannah/assets/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url(../../../themes/jannah/assets/fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(../../../themes/jannah/assets/fonts/fontawesome/fa-brands-400.woff) format("woff"), url(../../../themes/jannah/assets/fonts/fontawesome/fa-brands-400.ttf) format("truetype"), url("../../../themes/jannah/assets/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../themes/jannah/assets/fonts/fontawesome/fa-regular-400.eot);
    src: url("../../../themes/jannah/assets/fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url(../../../themes/jannah/assets/fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(../../../themes/jannah/assets/fonts/fontawesome/fa-regular-400.woff) format("woff"), url(../../../themes/jannah/assets/fonts/fontawesome/fa-regular-400.ttf) format("truetype"), url("../../../themes/jannah/assets/fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../themes/jannah/assets/fonts/fontawesome/fa-solid-900.eot);
    src: url("../../../themes/jannah/assets/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url(../../../themes/jannah/assets/fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../../../themes/jannah/assets/fonts/fontawesome/fa-solid-900.woff) format("woff"), url(../../../themes/jannah/assets/fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url("../../../themes/jannah/assets/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    font-family: inherit !important
}

.tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

a.post-tooltip {
    cursor: help;
    display: inline;
    border-bottom: 1px #666 dotted;
    text-decoration: none !important
}

.post-content-slideshow {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    min-height: 200px
}

.magazine2 .post-content-slideshow {
    border: 0
}

.post-content-slide {
    padding: 30px
}

@media (max-width: 767px) {
    .post-content-slide {
        padding: 20px
    }
}

.magazine2 .post-content-slide {
    padding: 0
}

.post-content-slideshow .tie-slick-slider {
    display: none
}

.post-content-slideshow img {
    border-radius: 0;
    opacity: 1 !important
}

.post-content-slideshow .slick-list {
    width: 100%;
    transition: height 0.3s
}

.post-content-slideshow .slider-nav-wrapper {
    background-color: rgba(0, 0, 0, .03);
    height: 60px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.magazine2 .post-content-slideshow .slider-nav-wrapper {
    background: transparent;
    border: 0
}

.post-content-slideshow .tie-slider-nav {
    opacity: 1;
    width: calc(100% - 30px);
    margin: 0;
    right: 15px;
    top: 15px;
    padding: 0
}

@media (max-width: 767px) {
    .post-content-slideshow .tie-slider-nav {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.post-content-slideshow .tie-slider-nav li {
    list-style: none
}

.post-content-slideshow .tie-slider-nav li span {
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 16px
}

.magazine2 .post-content-slideshow .tie-slider-nav li span {
    width: 40px;
    height: 40px;
    line-height: 38px
}

.post-content-slideshow .tie-slider-nav li span:not(:hover) {
    background-color: transparent
}

.post-content-slideshow .tie-slick-dots {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
    margin: 0;
    padding: 0
}

.magazine2 .post-content-slideshow .tie-slick-dots {
    bottom: 18px
}

@media (max-width: 767px) {
    .post-content-slideshow .tie-slick-dots {
        display: none !important
    }
}

.post-content-slideshow .tie-slick-dots li {
    margin: 0 2px
}

.google-map.alignleft {
    margin-right: 10px
}

.google-map.alignright {
    margin-left: 10px
}

.google-map.aligncenter {
    text-align: center
}

.tie-highlight {
    background: #FF9;
    color: #FFF
}

.tie-highlight-yellow {
    background: #FF9;
    color: #222
}

.tie-highlight-red {
    background: #F43D2A
}

.tie-highlight-blue {
    background: #3DB2EA
}

.tie-highlight-orange {
    background: #F97405
}

.tie-highlight-black {
    background: #000
}

.tie-highlight-green {
    background: #8CCB0A
}

.tie-highlight-gray {
    background: #999
}

.tie-highlight-pink {
    background: #FF7979
}

.tie-dropcap {
    float: left;
    font-size: 600%;
    line-height: 85%;
    margin: 4px 10px 0 0
}

.rtl .tie-dropcap {
    float: right;
    margin: 4px 0 0 10px
}

.tie-list-shortcode ul {
    margin-bottom: 30px
}

.entry .tie-list-shortcode ul {
    padding: 0
}

.tie-list-shortcode ul li {
    list-style: none !important;
    padding-left: 25px;
    line-height: 25px
}

.tie-list-shortcode ul li:before {
    margin-left: -25px;
    font-family: tiefonticon;
    float: left
}

.rtl .tie-list-shortcode ul li {
    padding-left: 0;
    padding-right: 25px
}

.rtl .tie-list-shortcode ul li:before {
    margin-right: -25px;
    float: right
}

.tie-list-shortcode.starlist ul li:before {
    content: "\f005";
    color: #fbd606
}

.tie-list-shortcode.checklist ul li:before {
    content: "\f00c";
    color: #7fb718
}

.tie-list-shortcode.lightbulb ul li:before {
    content: "\f0eb";
    color: #fbd606
}

.tie-list-shortcode.thumbup ul li:before {
    content: "\f164";
    color: #7fb718
}

.tie-list-shortcode.thumbdown ul li:before {
    content: "\f165";
    color: #f01818
}

.tie-list-shortcode.plus ul li:before {
    content: "\f067";
    color: #555
}

.tie-list-shortcode.minus ul li:before {
    content: "\f068";
    color: #555
}

.tie-list-shortcode.heart ul li:before {
    content: "\f004";
    color: #FF7979
}

.tie-list-shortcode.cons ul li:before {
    content: "\f00d";
    color: #f01818
}

.box {
    clear: both;
    padding: 20px;
    background-color: #fdfdfd;
    margin-bottom: 20px;
    word-wrap: break-word;
    text-shadow: 0 1px 1px #fff
}

.box-inner-block {
    padding-left: 50px;
    min-height: 30px
}

.tie-shortcode-boxicon {
    float: left;
    margin-left: -50px;
    width: 40px;
    text-align: center
}

.tie-shortcode-boxicon:before {
    font-family: tiefonticon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    margin: 0
}

.rtl .box-inner-block {
    padding-left: 0;
    padding-right: 50px
}

.rtl .tie-shortcode-boxicon {
    float: right;
    margin-left: 0;
    margin-right: -50px
}

.box .tie-dropcap {
    margin-top: 0
}

.box.shadow {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px #eee;
    color: #222
}

.box.shadow .box-inner-block {
    padding: 0 !important
}

.box.info {
    background: #d6f6ff;
    border-color: #BFE3EC;
    color: #005770
}

.box.info .tie-shortcode-boxicon:before {
    content: "\f129";
    color: #2CB4DA
}

.box.success {
    background: #e2f2cb;
    border-color: #D1E4B7;
    color: #314612
}

.box.success .tie-shortcode-boxicon:before {
    content: "\f00c";
    color: #8AB84D
}

.box.warning {
    background: #fffddb;
    border-color: #E9E59E;
    color: #756f00
}

.box.warning .tie-shortcode-boxicon:before {
    content: "\f071";
    color: #ECC21B
}

.box.error {
    background: #ffe6e2;
    border-color: #EEBFB8;
    color: #7c1100
}

.box.error .tie-shortcode-boxicon:before {
    content: "\f05e";
    color: #F03317
}

.box.download {
    background: #e2f2cb;
    border-color: #D1E4B7;
    color: #314612
}

.box.download .tie-shortcode-boxicon:before {
    content: "\f019";
    color: #8AB84D
}

.box.note {
    background: #fffddb;
    border-color: #E9E59E;
    color: #756f00
}

.box.note .tie-shortcode-boxicon:before {
    content: '\f0f6';
    color: #ECC21B
}

.shortc-button {
    cursor: pointer;
    padding: 10px 15px;
    display: inline-block;
    margin: 10px 5px 0 0;
    font-weight: 400;
    outline: none;
    position: relative;
    text-decoration: none !important;
    font-size: 13px;
    min-width: 80px;
    line-height: 1.5;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    opacity: .85;
    transition: all .5s
}

.rtl .shortc-button {
    margin-right: 0;
    margin-left: 5px
}

.shortc-button:not(.button) {
    color: #fff !important
}

.shortc-button:hover {
    opacity: 1;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .4)
}

.shortc-button.red {
    background-color: #B02B2C
}

.shortc-button.red:hover {
    box-shadow: 0 5px 10px -5px #B02B2C
}

.shortc-button.green {
    background-color: #83a846
}

.shortc-button.green:hover {
    box-shadow: 0 5px 10px -5px #83a846
}

.shortc-button.blue {
    background-color: #7bb0e7
}

.shortc-button.blue:hover {
    box-shadow: 0 5px 10px -5px #7bb0e7
}

.shortc-button.orange {
    background-color: #edae44
}

.shortc-button.orange:hover {
    box-shadow: 0 5px 10px -5px #edae44
}

.shortc-button.pink {
    background-color: #d65799
}

.shortc-button.pink:hover {
    box-shadow: 0 5px 10px -5px #d65799
}

.shortc-button.purple {
    background-color: #745f7e
}

.shortc-button.purple:hover {
    box-shadow: 0 5px 10px -5px #745f7e
}

.shortc-button.black {
    background-color: #2c2c2c
}

.shortc-button.black:hover {
    box-shadow: 0 5px 10px -5px #2c2c2c
}

.shortc-button.white {
    background-color: #fcfcfc;
    color: #666666 !important
}

.shortc-button.white:hover {
    box-shadow: 0 5px 10px -5px #ccc
}

.shortc-button.gray {
    background: #DADADA;
    color: #333333 !important
}

.shortc-button.gray:hover {
    box-shadow: 0 5px 10px -5px #ccc
}

.shortc-button.medium {
    padding: 13px 25px;
    min-width: 90px;
    font-size: 15px
}

.shortc-button.big {
    padding: 15px 30px;
    min-width: 140px;
    font-size: 17px
}

.flickr-wrapper {
    overflow: hidden;
    margin: 0 -8px 20px -8px
}

.flickr-wrapper .flickr_badge_image {
    float: left;
    margin: 8px
}

.flickr-wrapper .flickr_badge_image img {
    opacity: 1;
    padding: 4px;
    border: 1px solid #eee
}

.flickr-wrapper .flickr_badge_image a:hover img {
    opacity: 0.6 !important
}

.rtl .flickr-wrapper .flickr_badge_image {
    float: right
}

.toggle {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    border-radius: 2px
}

.toggle h3 {
    background: rgba(0, 0, 0, .03);
    font-weight: 400;
    font-size: 14px;
    padding: 15px;
    margin: 0 !important;
    cursor: pointer;
    transition: background 0.3s ease
}

.toggle h3:hover {
    background: rgba(0, 0, 0, .05)
}

.toggle h3 span.fa {
    font-family: 'tiefonticon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.toggle h3 span.fa:before {
    content: "\f109" !important
}

.rtl .toggle h3 span.fa {
    float: left
}

.toggle .toggle-content {
    padding: 25px
}

.toggle.tie-sc-close .toggle-content {
    display: none
}

.toggle.tie-sc-open h3 span.fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tie-columns {
    position: relative;
    margin-right: 4%;
    float: left
}

.rtl .tie-columns {
    float: right;
    margin-left: 4%;
    margin-right: 0
}

@media (max-width: 768px) {
    .tie-columns {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

.one_half {
    width: 48%
}

.one_third {
    width: 30.66%
}

.two_third {
    width: 65.33%
}

.one_fourth {
    width: 22%
}

.three_fourth {
    width: 74%
}

.one_fifth {
    width: 16.8%
}

.two_fifth {
    width: 37.6%
}

.three_fifth {
    width: 58.4%
}

.four_fifth {
    width: 67.2%
}

.one_sixth {
    width: 13.33%
}

.five_sixth {
    width: 82.67%
}

.tie-columns.last {
    margin-right: 0;
    clear: right
}

.rtl .tie-columns.last {
    clear: left;
    margin-left: 0
}

.tie-padding {
    display: inline-block;
    margin-bottom: 1.75em;
    max-width: 100%
}

.tie-padding:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .tie-padding {
        padding: 0 !important
    }
}

@media (min-width: 768px) {
    .tie-padding.has-padding-left .alignleft {
        margin-left: -5%
    }

    .tie-padding.has-padding-right .alignright {
        margin-right: -5%
    }
}

.divider, .entry hr {
    border-top: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    margin: 10px 0 10px;
    clear: both
}

.divider.divider-solid {
    border-top-width: thick;
    border-style: solid
}

.divider.divider-dashed {
    border-top-width: 2px;
    border-style: dashed
}

.divider.divider-dotted {
    border-top-width: 2px;
    border-style: dotted
}

.divider.divider-double {
    height: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tags-shortcode {
    padding: 10px 0 40px
}

.login-shortcode {
    padding: 40px;
    margin: 10px auto 30px;
    max-width: 350px
}

.login-shortcode p {
    padding-bottom: 0
}

.login-shortcode ul {
    text-align: center;
    padding: 0;
    margin: 0
}

.login-shortcode ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px
}

.post-content.container-wrapper {
    padding: 0
}

.post-components > div, .post-components #add-comment-block {
    margin-top: 30px
}

@media (max-width: 991px) {
    .post-components > div, .post-components #add-comment-block {
        margin-top: 15px
    }
}

.post-components #respond {
    margin-top: 30px
}

#go-to-content {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 45px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 70px;
    z-index: 3
}

#go-to-content:hover {
    color: #08f
}

@media (max-width: 767px) {
    .post-layout-4 #content, .post-layout-5 #content, .post-layout-7 #content {
        margin-top: 0
    }

    .post-layout-4 #go-to-content, .post-layout-5 #go-to-content {
        display: none
    }

    .post-layout-5 .fullwidth-entry-title {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0
    }
}

.entry-header, .page-title {
    font-size: 45px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .entry-header, .page-title {
        font-size: 28px
    }
}

.entry-header .entry-title {
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .entry-header .entry-title {
        font-size: 28px
    }
}

.entry-header .entry-sub-title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 15px;
    color: #777;
    font-family: inherit;
    letter-spacing: 0
}

@media (max-width: 991px) {
    .entry-header .entry-sub-title {
        font-size: 18px;
        line-height: 23px
    }
}

.entry-header .post-is-trending {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: 700
}

.entry-header .trending-post {
    margin-right: 5px
}

.entry-header .post-cat {
    margin-bottom: 6px
}

.entry-header .post-meta {
    overflow: inherit;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 24px
}

.entry-header .post-meta .meta-item {
    margin-right: 12px
}

.entry-header .post-meta, .entry-header .post-meta a:not(:hover) {
    color: #333
}

.dark-skin .entry-header .post-meta, .dark-skin .entry-header .post-meta a:not(:hover) {
    color: #aaa
}

.entry-header .post-meta .meta-author {
    margin: 0
}

.entry-header .post-meta .meta-author .tie-icon-author {
    display: none
}

.entry-header .post-meta .meta-author a {
    font-weight: 600
}

.entry-header .post-meta .date:before {
    content: "\2022";
    color: #ccc;
    margin: 0 3px 0 5px;
    display: inline-block
}

.entry-header .post-meta .tie-alignright {
    display: inline
}

@media (max-width: 767px) {
    .entry-header .post-meta {
        margin-bottom: -8px
    }

    .entry-header .post-meta .tie-alignright {
        float: none
    }

    .entry-header .post-meta .meta-item, .entry-header .post-meta .tie-alignright .meta-item:last-child {
        margin-bottom: 8px !important
    }

    .entry-header .post-meta > span, .entry-header .post-meta > div {
        float: initial !important
    }

    .entry-header .post-meta .meta-author a {
        font-weight: 400
    }

    .entry-header .meta-author-avatar img {
        width: 20px;
        height: 20px
    }
}

.meta-author-avatar img {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-top: -5px;
    vertical-align: middle;
    border-radius: 50%;
    transition: 0.15s
}

.fullwidth-entry-title {
    background-color: transparent;
    margin: 30px 0 0;
    padding: 30px 0;
    border: none
}

@media (max-width: 991px) {
    .fullwidth-entry-title {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.post-layout-3 .fullwidth-entry-title {
    padding: 0
}

.one-column-no-sidebar .fullwidth-entry-title {
    border-width: 0
}

.dark-skin .one-column-no-sidebar .fullwidth-entry-title {
    background-color: transparent
}

.dark-skin .one-column-no-sidebar .fullwidth-entry-title .entry-header-outer {
    border-bottom-width: 0
}

.single-big-img {
    position: relative;
    height: 570px;
    margin-top: 30px;
    border: 0;
    background-size: cover
}

@media (max-width: 991px) {
    .single-big-img {
        height: 380px
    }
}

@media (max-width: 767px) {
    .single-big-img {
        height: 320px
    }
}

@media (max-width: 479px) {
    .single-big-img {
        height: 400px
    }
}

@media (max-width: 320px) {
    .single-big-img .entry-sub-title {
        display: none
    }
}

.post-layout-5 .single-big-img {
    padding: 30px
}

@media (max-width: 991px) {
    .post-layout-5 .single-big-img {
        padding: 20px
    }
}

.single-big-img .container {
    position: relative;
    height: 100%;
    padding: 0
}

.single-big-img .entry-title, .single-big-img .entry-sub-title, .single-big-img .post-meta {
    text-shadow: 0 0 10px rgba(0, 0, 0, .8)
}

.single-big-img .entry-sub-title {
    color: #fff
}

.single-big-img #go-to-content {
    bottom: 55px;
    right: 30px
}

.single-big-img .thumb-overlay {
    pointer-events: none;
    overflow: hidden
}

.single-big-img .entry-header {
    border: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 30px;
    color: #fff;
    left: 0;
    width: 100%
}

@media (max-width: 991px) {
    .single-big-img .entry-header {
        padding: 20px
    }
}

.single-big-img .entry-title {
    padding-right: 100px;
    color: #fff
}

.one-column-no-sidebar .single-big-img .entry-title {
    padding: 0 100px
}

@media (max-width: 991px) {
    .one-column-no-sidebar .single-big-img .entry-title {
        padding: 0
    }
}

@media (max-width: 767px) {
    .single-big-img .entry-title {
        padding-right: 0
    }
}

.full-width .single-big-img .entry-title {
    padding: 0 100px
}

@media (max-width: 767px) {
    .full-width .single-big-img .entry-title {
        padding: 0 20px
    }
}

.single-big-img .post-meta, .single-big-img .post-meta a:not(:hover) {
    color: #fff
}

.single-big-img .post-meta .tie-alignright {
    float: none;
    padding-left: 10px
}

.single-big-img #breadcrumb {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .5)
}

.single-big-img #breadcrumb a {
    color: #fff
}

.single-big-img #breadcrumb a:hover {
    opacity: .8
}

.full-width-area {
    padding: 0;
    margin-top: 0
}

@media (max-width: 991px) {
    .full-width-area {
        margin-bottom: 15px
    }
}

.full-width-area .entry-header-outer {
    padding: 30px 0 0
}

@media (max-width: 1240px) {
    .full-width-area .entry-header-outer {
        padding: 30px 30px 0
    }
}

@media (max-width: 991px) {
    .full-width-area .entry-header-outer {
        padding: 20px
    }
}

.full-width-area #go-to-content {
    right: 15px
}

.post-layout-3 .entry-header {
    padding: 0;
    margin: 0
}

.post-layout-4 .fullwidth-entry-title {
    padding: 0
}

@media (min-width: 1240px) {
    .post-layout-4 .entry-header {
        padding: 30px 15px
    }

    .post-layout-4 #breadcrumb {
        padding: 0 15px
    }
}

.post-layout-1 div.entry-content {
    padding-top: 0
}

.post-layout-1 .entry-header-outer, .post-layout-2 .entry-header-outer, .post-layout-6 .entry-header-outer {
    padding: 30px 30px 20px
}

@media (max-width: 767px) {
    .post-layout-1 .entry-header-outer, .post-layout-2 .entry-header-outer, .post-layout-6 .entry-header-outer {
        padding: 20px
    }
}

.post-layout-1 .entry-header, .post-layout-2 .entry-header, .post-layout-6 .entry-header {
    padding: 0;
    margin: 0
}

.post-layout-6 .featured-area {
    margin: 35px 0 0
}

.post-layout-6 .featured-area .slick-list {
    width: 100%
}

@media (max-width: 991px) {
    .post-layout-6 .featured-area {
        margin-top: 15px
    }
}

.post-layout-6.is-map-format .featured-area, .post-layout-6.is-slider-format .featured-area {
    margin-top: 0
}

.post-layout-6 .google-map .tie-fluid-width-video-wrapper {
    padding-top: 40% !important
}

.post-layout-7 .fullwidth-entry-title {
    text-align: center;
    margin: 30px 0;
    padding: 0
}

@media (max-width: 991px) {
    .post-layout-7 .fullwidth-entry-title {
        margin: 15px 0
    }
}

.post-layout-7 .entry-header {
    padding: 0;
    margin-bottom: 0
}

.post-layout-7 .featured-area {
    margin-top: -1px
}

.post-layout-7 .featured-area .slick-list {
    width: 100%
}

.post-layout-7 .featured-area .google-map .tie-fluid-width-video-wrapper {
    padding-top: 40% !important
}

@media (max-width: 767px) {
    .post-layout-7 .fullwidth-featured-area-wrapper, .post-layout-6 .fullwidth-featured-area-wrapper {
        padding: 0
    }
}

.post-layout-8 #tie-container {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed
}

@media (min-width: 768px) {
    .post-layout-8 #tie-container {
        background-size: cover
    }
}

.post-layout-8 #tie-wrapper {
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 100px, transparent 900px)
}

.post-layout-8 .entry-header {
    text-align: center;
    bottom: auto;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    padding: 0 30px
}

@media (max-width: 767px) {
    .post-layout-8 .entry-header {
        margin-bottom: 20px
    }
}

.post-layout-8 .entry-title {
    padding: 0
}

.post-layout-8 .entry-header .post-meta {
    font-size: 15px
}

.post-layout-8 .entry-header .post-meta .date:before {
    display: none
}

.post-layout-8 #go-to-content {
    bottom: 5%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.post-layout-8 #breadcrumb {
    text-align: center
}

.post-layout-8 .entry-header .with-avatars {
    display: block;
    margin-bottom: 35px
}

.post-layout-8 .entry-header .with-avatars .meta-author-wrapper {
    margin: 0
}

.post-layout-8 .entry-header .with-avatars.multiple-authors .meta-author-wrapper {
    padding: 0 20px
}

.post-layout-8 .entry-header .meta-author-avatar {
    display: block;
    margin: 60px 0 10px;
    pointer-events: none
}

.post-layout-8 .entry-header .meta-author-avatar img {
    pointer-events: auto;
    width: 70px;
    height: 70px;
    margin: 0
}

.post-layout-8 #content {
    padding-top: 15px;
    padding-bottom: 70px;
    background-color: #fff
}

.post-layout-8 .single-big-img {
    height: 700px
}

@media (max-width: 991px) {
    .post-layout-8 .single-big-img {
        height: 480px
    }

    .post-layout-8 #go-to-content {
        bottom: 0
    }

    .post-layout-8 .meta-author-avatar {
        margin: 10px 0 10px
    }

    .post-layout-8 .meta-author-avatar img {
        width: 35px;
        height: 35px
    }
}

@media (max-width: 767px) {
    .post-layout-8 .single-big-img {
        height: auto
    }

    .post-layout-8 .entry-header {
        position: static;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .post-layout-8 #go-to-content, .post-layout-8 .post-meta .date, .post-layout-8 .post-meta .tie-alignright {
        display: none
    }

    .post-layout-8.magazine1 #content {
        padding-top: 0
    }
}

.post-layout-8.is-header-layout-3 .single-big-img {
    position: static;
    background-image: none
}

.post-layout-8.is-header-layout-3 .single-big-img:before {
    content: '';
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, .5));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px
}

.post-layout-8.boxed-layout #content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%
}

.post-layout-8 .site-footer {
    margin-top: 0
}

.post-layout-8.one-column-no-sidebar #the-post {
    border: none
}

@media (min-width: 992px) {
    .post-layout-8.one-column-no-sidebar #content {
        background-color: transparent
    }

    .post-layout-8.one-column-no-sidebar .main-content {
        padding: 0
    }
}

.one-column-no-sidebar .entry-header .tie-alignright, .full-width .entry-header .tie-alignright, .fullwidth-entry-title .tie-alignright {
    float: none
}

.featured-area {
    position: relative;
    margin-bottom: 30px;
    line-height: 1
}

@media (max-width: 767px) {
    .featured-area {
        margin-bottom: 20px
    }
}

.post-layout-7 .featured-area, .post-layout-2 .featured-area {
    margin-bottom: 0
}

.featured-area img, .featured-area iframe {
    width: 100%
}

.single-featured-image {
    position: relative;
    margin: 0;
    line-height: 0
}

.single-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    line-height: 1.8;
    font-size: 90%
}

.single-caption-text a {
    color: #fff
}

.single-caption-text a:hover {
    opacity: .8
}

.entry-content {
    padding: 0 30px 30px
}

@media (max-width: 767px) {
    .entry-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

.entry a, .dark-skin .entry a {
    color: #08f
}

.entry a:hover, .dark-skin .entry a:hover {
    color: #006dcc
}

.entry a.button {
    color: #fff;
    vertical-align: inherit
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 0 0 .5em
}

@media (max-width: 767px) {
    .fullwidth-entry-title {
        padding: 20px 15px
    }

    .single .entry-content {
        padding-top: 15px
    }
}

.post-bottom-meta {
    margin: 3px 0 0;
    font-size: 11px;
    clear: both;
    line-height: 20px
}

.post-bottom-meta:after {
    content: "";
    display: table;
    clear: both
}

.post-bottom-meta-title, .post-bottom-meta a {
    float: left;
    padding: 0 6px;
    margin: 5px 5px 0 0;
    background: #2c2f34;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.post-bottom-meta-title {
    color: #fff
}

.post-bottom-meta-title a {
    color: #ffffff !important;
    padding: 0;
    margin: 0
}

.post-bottom-meta-title a:hover {
    opacity: .7
}

.post-bottom-meta a {
    background: rgba(0, 0, 0, .03)
}

.post-bottom-meta a:not(:hover) {
    color: #2c2f34
}

.post-bottom-meta a:hover {
    color: #08f
}

.dark-skin .post-bottom-meta a {
    background: rgba(255, 255, 255, .05)
}

.dark-skin .post-bottom-meta a:not(:hover) {
    color: #ccc
}

.post-tags-modern {
    margin-top: 30px
}

.post-tags-modern .post-bottom-meta-title {
    display: none
}

.post-tags-modern .tagcloud {
    display: block;
    text-align: center
}

.post-tags-modern a {
    float: none;
    padding: 8px 15px;
    display: inline-block;
    font-size: 12pt;
    font-weight: 700
}

.post-tags-modern a:before {
    content: '#'
}

.magazine1.post-layout-7 .entry-content, .post-layout-8 .entry-content {
    padding-top: 20px
}

.share-buttons {
    padding: 18px 28px;
    line-height: 0
}

@media (max-width: 767px) {
    .share-buttons {
        padding: 15px
    }
}

.magazine1 .share-buttons-bottom {
    background: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width: 768px) {
    .share-buttons-top {
        padding-bottom: 0
    }
}

.featured-area + .share-buttons-top, .entry-header-outer + .share-buttons-top {
    padding-top: 0
}

.post-layout-1 .share-buttons-top {
    padding-bottom: 18px
}

@media (min-width: 768px) {
    .share-buttons-top ~ .entry-content {
        padding-top: 20px
    }
}

.share-buttons-sticky {
    background: transparent;
    border: 0 none;
    padding: 0
}

.share-buttons-sticky .share-links {
    top: 300px;
    left: 0;
    position: fixed;
    width: 40px;
    z-index: 1000
}

.share-buttons-sticky .share-links.share-right {
    left: auto;
    right: 0
}

.share-buttons-sticky .share-links a {
    margin: 0;
    border-radius: 0
}

.share-buttons-mobile {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    background: transparent;
    border: 0 none;
    padding: 0
}

.share-buttons-mobile .share-links a {
    margin: 0;
    border-radius: 0;
    width: 1%;
    display: table-cell;
    opacity: 1 !important
}

.share-buttons-mobile .share-links a .share-btn-icon {
    margin: 0 auto;
    float: none
}

@media (min-width: 768px) {
    .share-buttons-mobile {
        display: none
    }
}

.mobile-share-buttons-spacer {
    height: 40px
}

@media (min-width: 768px) {
    .mobile-share-buttons-spacer {
        display: none
    }
}

.share-links a, .dark-skin .share-links a {
    color: #fff
}

.share-links {
    overflow: hidden;
    position: relative
}

.share-links .share-btn-icon {
    font-size: 15px
}

.share-links a {
    display: inline-block;
    margin: 2px;
    height: 40px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    border-radius: 2px;
    width: 40px
}

.share-links a, .share-links a:before {
    background-color: #444
}

.share-links a.large-share-button {
    width: auto
}

.share-links a .share-btn-icon {
    width: 40px;
    height: 40px;
    float: left;
    display: block;
    text-align: center;
    line-height: 40px
}

.share-links a .social-text {
    border: 0 solid rgba(255, 255, 255, .3);
    border-left-width: 1px;
    padding-left: 15px;
    height: 20px;
    float: left;
    margin-top: 10px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 20px;
    font-family: "open sans", sans-serif
}

.share-links a:hover {
    opacity: .8;
    color: #fff
}

.share-links .equal-width {
    width: 1%;
    display: table-cell;
    margin: 0;
    border-radius: 0
}

.share-links .equal-width .share-btn-icon {
    display: inline-block;
    float: none;
    width: 100%
}

.share-centered {
    text-align: center
}

.share-inverted {
    text-align: right
}

.share-rounded a {
    border-radius: 100%
}

.share-skew {
    overflow: visible
}

.share-skew a {
    padding-left: 10px;
    opacity: .99;
    background: transparent !important;
    overflow: visible !important
}

.share-skew a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skew(-20deg) translateX(6px);
    -ms-transform: skew(-20deg) translateX(6px);
    transform: skew(-20deg) translateX(6px)
}

.share-pill a.large-share-button {
    padding: 4px 15px;
    border-radius: 200px;
    height: auto
}

.share-pill a.large-share-button span.social-text {
    font-size: 12px
}

.share-title {
    padding-right: 15px;
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 12px;
    margin: 2px 0
}

.share-title .tie-icon-share {
    margin-right: 5px;
    font-size: 14px
}

.icons-text .share-title {
    line-height: 30px
}

.icons-text .large-share-button {
    height: 30px
}

.icons-text .large-share-button .social-text {
    padding-left: 6px;
    padding-right: 8px;
    height: 20px;
    margin-top: 5px;
    line-height: 20px;
    font-size: 10px
}

.icons-text .large-share-button .share-btn-icon {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.share-links a.facebook-share-btn, .share-links a.facebook-share-btn:before {
    background: #4080FF
}

.share-links a.twitter-share-btn, .share-links a.twitter-share-btn:before {
    background: #40bff5
}

.share-links a.linkedin-share-btn, .share-links a.linkedin-share-btn:before {
    background: #238cc8
}

.share-links a.pinterest-share-btn, .share-links a.pinterest-share-btn:before {
    background: #e13138
}

.share-links a.reddit-share-btn, .share-links a.reddit-share-btn:before {
    background: #ff4500
}

.share-links a.tumblr-share-btn, .share-links a.tumblr-share-btn:before {
    background: #35465c
}

.share-links a.vk-share-btn, .share-links a.vk-share-btn:before {
    background: #45668e
}

.share-links a.odnoklassniki-share-btn, .share-links a.odnoklassniki-share-btn:before {
    background: #ee8208
}

.share-links a.pocket-share-btn, .share-links a.pocket-share-btn:before {
    background: #ef4056
}

.share-links a.skype-share-btn, .share-links a.skype-share-btn:before {
    background: #00aff0
}

.share-links a.whatsapp-share-btn, .share-links a.whatsapp-share-btn:before {
    background: #43d854
}

.share-links a.line-share-btn, .share-links a.line-share-btn:before {
    background: #00c300
}

.share-links a.line-share-btn .tie-icon-line:before {
    margin: 0 -1px
}

.share-links a.telegram-share-btn, .share-links a.telegram-share-btn:before {
    background: #08c
}

.share-links a.messenger-share-btn, .share-links a.messenger-share-btn:before {
    background: #0078ff
}

.share-links a.viber-share-btn, .share-links a.viber-share-btn:before {
    background: #773ead
}

.share-links a.email-share-btn, .share-links a.email-share-btn:before {
    background: #333
}

@media (max-width: 767px) {
    .social-text {
        display: none
    }
}

@media (max-width: 479px) {
    .share-title {
        display: none
    }
}

@media (min-width: 768px) {
    a.line-share-btn, a.whatsapp-share-btn, a.telegram-share-btn, a.viber-share-btn {
        display: none !important
    }
}

@media (min-width: 768px) {
    a.messenger-mob-share-btn {
        display: none !important
    }
}

@media (max-width: 767px) {
    a.messenger-desktop-share-btn {
        display: none !important
    }
}

.prev-next-post-nav {
    overflow: hidden
}

.prev-next-post-nav .tie-media-icon {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    display: block;
    line-height: 30px
}

.prev-next-post-nav .prev-post {
    padding-left: 0;
    float: left
}

.prev-next-post-nav .prev-post .tie-media-icon:before {
    content: "\f104";
    letter-spacing: 5px
}

.prev-next-post-nav .next-post {
    padding-right: 0;
    float: right
}

.prev-next-post-nav .next-post .tie-media-icon:before {
    content: "\f106";
    letter-spacing: -5px
}

@media (max-width: 479px) {
    .prev-next-post-nav > div {
        width: 100%;
        padding: 0 !important
    }

    .prev-next-post-nav > div:first-child {
        margin-bottom: 20px
    }

    .prev-next-post-nav > div:last-child h3 {
        padding-bottom: 0
    }
}

.prev-next-post-nav .post-thumb {
    height: 180px;
    background-size: cover;
    background-color: rgba(0, 0, 0, .2)
}

@media (min-width: 992px) {
    .full-width .prev-next-post-nav .post-thumb {
        height: 250px
    }
}

.prev-next-post-nav .post-thumb .tie-media-icon {
    width: 60px;
    height: 60px
}

.prev-next-post-nav .post-thumb .tie-media-icon:before, .prev-next-post-nav .post-thumb .tie-media-icon:after {
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 50px;
    border-width: 3px
}

.prev-next-post-nav .post-thumb:hover {
    opacity: .8
}

.prev-next-post-nav h3 {
    font-size: 16px;
    transition: 0.15s;
    line-height: 22px;
    text-align: center;
    padding: 10px 20px 0
}

@media (max-width: 767px) {
    .prev-next-post-nav h3 {
        padding: 10px 10px 0
    }
}

.related-posts-full-width #related-posts {
    margin-top: 30px
}

@media (max-width: 991px) {
    .related-posts-full-width #related-posts {
        margin-top: 15px
    }
}

#related-posts .related-posts-list {
    overflow: hidden;
    margin: 0 -15px -20px
}

@media (max-width: 767px) {
    #related-posts .related-posts-list {
        margin: 0 -8px -20px
    }
}

#related-posts .related-item {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    #related-posts .related-item {
        padding: 0 8px
    }
}

#related-posts .related-item .post-thumb {
    margin-bottom: 10px
}

#related-posts .related-item .post-title {
    font-size: 14px;
    line-height: 19px
}

#related-posts .related-item .post-meta {
    margin: 4px 0 0
}

.one-column-no-sidebar .site-content #related-posts .related-item:nth-child(3n+1), .has-sidebar .site-content #related-posts .related-item:nth-child(3n+1) {
    clear: both
}

.full-width #related-posts .related-item {
    width: 25%
}

.full-width #related-posts .related-item:nth-child(4n+1) {
    clear: both
}

@media (max-width: 767px) {
    #related-posts .related-item {
        width: 50% !important;
        clear: none !important
    }

    #related-posts .related-item:nth-child(2n+1) {
        clear: left !important
    }
}

#related-posts.has-extra-post .related-item:last-child {
    clear: none !important;
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #related-posts.has-extra-post .related-item:last-child {
        display: block
    }
}

#show-comments-section {
    padding: 15px 25px;
    font-size: 130%;
    font-weight: 700;
    width: 100%;
    text-align: center
}

.comment-list .comment {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.comment-list .comment.pingback {
    padding-bottom: 5px;
    margin-bottom: 5px
}

.comment-list .comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.comment-list .comment #respond {
    margin-top: 10px;
    margin-left: 90px
}

.comment-list .comment-author img {
    border-radius: 50%;
    box-shadow: 0 0 8px #e0e7f1;
    border: 2px solid #fff;
    margin: 6px 20px 6px 6px;
    float: left
}

.comment-list .comment-author .fn {
    font-size: 18px;
    margin-bottom: 15px
}

.comment-list .comment-content {
    overflow: hidden;
    padding-top: 10px
}

.comment-list .comment-content a {
    color: #08f
}

.comment-list .comment-content a:hover {
    color: #006dcc
}

.comment-list .comment-body {
    line-height: 1.8;
    margin-top: 10px;
    overflow: hidden
}

.comment-list .comment-body p {
    margin-bottom: 7px
}

.comment-list .comment-awaiting-moderation {
    display: block;
    margin-bottom: 10px
}

.comment-list .comment-edit-link {
    padding-left: 5px
}

.comment-list .has-avatar .reply {
    margin-left: 90px
}

.comment-list .reply a {
    background: #2c2f34;
    color: #fff;
    padding: 0 10px;
    line-height: 25px;
    display: block;
    float: left;
    border-radius: 2px;
    margin: 10px 0
}

.comment-list .reply a:hover {
    background: #08f;
    color: #fff
}

.comment-list ol.children {
    margin-left: 75px;
    margin-top: 20px
}

@media (max-width: 670px) {
    .comment-list ol.children {
        margin-left: 25px
    }
}

@media (max-width: 479px) {
    .comment-list ol.children {
        margin-left: 10px
    }
}

.comment-list ol.children li {
    border-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.comment-list ol.children .comment-author img {
    width: 60px;
    height: 60px
}

.comment-list ol.children .reply, .comment-list ol.children #respond {
    margin-left: 80px
}

@media (max-width: 767px) {
    .magazine1 .compact-comments {
        padding: 0 15px
    }
}

#add-comment-block {
    margin-bottom: 0
}

#add-comment-block #respond {
    margin-top: 0
}

#cancel-comment-reply-link {
    float: right;
    line-height: 18px
}

.block-head-4 #cancel-comment-reply-link {
    margin-left: 10px
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
    width: 100%
}

#respond .comment-form-email, #respond .comment-form-url {
    width: 48%;
    float: left
}

#respond .comment-form-email {
    margin-right: 4%
}

@media (max-width: 670px) {
    #respond .comment-form-email, #respond .comment-form-url {
        width: 100%;
        float: none;
        margin-right: 0
    }
}

#respond .comment-notes {
    margin-bottom: 10px
}

#respond p {
    margin-bottom: 10px
}

#respond p:last-of-type {
    margin-bottom: 0
}

#respond .required {
    font-weight: 700;
    color: red
}

#respond label {
    line-height: 30px;
    font-weight: 700
}

#respond label:after {
    content: "";
    display: table;
    clear: both
}

#respond .form-allowed-tags {
    display: none
}

#respond textarea {
    vertical-align: top;
    resize: none
}

#respond .form-submit {
    clear: both
}

#respond .form-submit #submit {
    margin-top: 15px
}

#reading-position-indicator {
    display: block;
    height: 4px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #08f;
    box-shadow: 0 0 10px rgba(0, 136, 255, .7);
    width: 0;
    z-index: 9999;
    max-width: 100%
}

#check-also-box {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    bottom: 15px;
    right: -1px;
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
    width: 340px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: 0.3s cubic-bezier(.55, 0, .1, 1) 0s;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#check-also-box.show-check-also {
    -webkit-transform: translatex(0) !important;
    -ms-transform: translatex(0) !important;
    transform: translatex(0) !important
}

#check-also-box.check-also-left {
    right: auto;
    left: -1px;
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%)
}

#check-also-box .has-first-big-post .post-widget-body {
    clear: both
}

#check-also-box .posts-list-big-first li {
    padding-bottom: 0
}

#check-also-box .posts-list-big-first li .post-title {
    font-size: 18px;
    line-height: 1.3em
}

@media (max-width: 991px) {
    #check-also-box {
        display: none
    }
}

.block-head-7 #check-also-close {
    top: 7px;
    right: 5px
}

.block-head-7 #check-also-close:before {
    color: #fff
}

.block-head-7 #check-also-close:hover:before {
    color: #e74c3c
}

.sticky {
    background: #fffbda;
    padding: 11px
}

.bypostauthor {
    display: block
}

div.fly-text-share {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    border-radius: 3px;
    position: relative;
    margin-left: -50px;
    margin-right: 0;
    z-index: 9999;
    width: 100px;
    height: 35px;
    text-decoration: none;
    float: none;
    text-align: center
}

.dark-skin div.fly-text-share {
    background: #161619;
    border-color: #161619
}

.dark-skin div.fly-text-share:before, .dark-skin div.fly-text-share:after {
    border-color: #161619 transparent
}

div.fly-text-share:before {
    border-color: #e5e5e5 transparent;
    border-style: solid;
    border-width: 10px 11px 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 0
}

div.fly-text-share:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 9px 10px 0;
    bottom: -9px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0
}

div.fly-text-share a {
    font-size: 16px;
    text-align: center;
    padding: 8px 0 8px;
    width: 1%;
    display: table-cell;
    color: #999
}

div.fly-text-share a.tie-icon-facebook {
    color: #4080FF
}

div.fly-text-share a.tie-icon-twitter {
    color: #40bff5
}

div.fly-text-share a.tie-icon-linkedin {
    color: #238cc8
}

div.fly-text-share a:hover {
    opacity: .6
}

.toggle-post-content {
    display: none
}

@media (max-width: 991px) {
    .post-has-toggle #the-post .entry {
        max-height: 400px;
        overflow: hidden;
        position: relative
    }

    .post-has-toggle #the-post .entry:not(.is-expanded):before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: 1;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fff 100%)
    }

    .post-has-toggle #the-post .entry.is-expanded {
        max-height: none;
        overflow: visible
    }

    .toggle-post-content {
        display: block
    }

    .toggle-post-content #toggle-post-button {
        display: block;
        padding: 5px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        padding: 10px 0;
        margin: 0 30px 30px
    }
}

@media (max-width: 767px) {
    .toggle-post-content #toggle-post-button {
        margin: 0 20px 30px
    }
}

.multiple-post-pages {
    text-align: center;
    margin: 10px -2px -4px
}

.multiple-post-pages a {
    display: inline-block;
    margin: 4px 2px
}

.multiple-post-pages a:not(:hover) {
    color: #2c2f34
}

.multiple-post-pages .post-page-numbers {
    display: inline-block;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 13px;
    border-radius: 2px
}

.multiple-post-pages > span {
    background: #08f;
    border-color: #08f;
    color: #fff
}

#story-highlights {
    float: left;
    clear: left;
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
    max-width: 450px
}

#story-highlights .widget-title {
    margin-bottom: 15px
}

#story-highlights .widget-title h4 {
    margin: 0
}

#story-highlights ul {
    padding: 0;
    margin: 0
}

#story-highlights li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 90%
}

@media (max-width: 767px) {
    #story-highlights {
        width: 100%;
        margin: 0 0 20px;
        max-width: 100%
    }
}

#story-highlights + .review_wrap #review-box {
    margin-top: 0
}

#story-index {
    width: 180px;
    position: absolute !important;
    left: -181px;
    z-index: 10;
    opacity: 0
}

#story-index.is-fixed {
    opacity: 1;
    min-height: unset !important
}

#story-index .story-index-content {
    padding: 15px 10px
}

#story-index:not(.is-compact) .story-index-content {
    background-color: #fff;
    display: block !important
}

.dark-skin #story-index:not(.is-compact) .story-index-content {
    background-color: #27292d !important
}

#story-index li {
    margin-bottom: 15px
}

#story-index li:last-child {
    margin-bottom: 0
}

#story-index li a {
    color: #2c2f34;
    opacity: .7
}

#story-index li a:hover {
    opacity: 1
}

#story-index li .is-current {
    color: #08f;
    opacity: 1
}

#story-index.is-compact, .one-column-no-sidebar #story-index.is-compact {
    left: -23px
}

.magazine2 #story-index.is-compact {
    left: -35px
}

.magazine2.boxed-layout #story-index.is-compact {
    left: -53px
}

.post-layout-8 #story-index.is-compact {
    left: -38px
}

#story-index.is-compact .story-index-content {
    background: #08f;
    display: none
}

#story-index.is-compact .story-index-content li a {
    opacity: .6;
    color: #fff
}

#story-index.is-compact .story-index-content li a:hover, #story-index.is-compact .story-index-content li .is-current {
    opacity: 1
}

#story-index.is-compact #story-index-icon {
    display: inline-block
}

@media (max-width: 1280px) {
    .post-layout-8 #story-index, .magazine2 #story-index {
        left: 0
    }
}

@media (max-width: 1305px) {
    .magazine2.boxed-layout #story-index {
        left: 0
    }
}

@media (max-width: 992px) {
    #story-index {
        display: none
    }
}

#story-index-icon {
    font-size: 18px;
    background: #08f;
    color: #fff;
    padding: 10px;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%)
}

.sidebar-left #story-index:not(.is-compact), .rtl:not(.sidebar-right) #story-index:not(.is-compact) {
    right: -181px;
    left: auto
}

.sidebar-left .is-compact #story-index-icon, .rtl:not(.sidebar-right) .is-compact #story-index-icon {
    right: 0;
    left: auto
}

.sidebar-left #story-index.is-compact, .sidebar-left.one-column-no-sidebar #story-index.is-compact, .rtl:not(.sidebar-right) #story-index.is-compact, .rtl:not(.sidebar-right).one-column-no-sidebar #story-index.is-compact {
    right: -23px;
    left: auto
}

.sidebar-left.post-layout-8 #story-index.is-compact, .rtl:not(.sidebar-right).post-layout-8 #story-index.is-compact {
    right: -38px
}

.sidebar-left.magazine2 #story-index.is-compact, .rtl:not(.sidebar-right).magazine2 #story-index.is-compact {
    left: auto;
    right: -35px
}

.sidebar-left.magazine2.boxed-layout #story-inde.is-compactx, .rtl:not(.sidebar-right).magazine2.boxed-layout #story-inde.is-compactx {
    left: auto;
    right: -53px
}

@media (max-width: 1260px) {
    .sidebar-left #story-index, .rtl:not(.sidebar-right) #story-index {
        right: 15px;
        left: auto
    }
}

@media (max-width: 1280px) {
    .sidebar-left.magazine2 #story-index, .sidebar-left.post-layout-8 #story-index, .rtl:not(.sidebar-right).magazine2 #story-index, .rtl:not(.sidebar-right).post-layout-8 #story-index {
        right: 0
    }
}

@media (max-width: 1305px) {
    .sidebar-left.magazine2.boxed-layout #story-index, .rtl:not(.sidebar-right).magazine2.boxed-layout #story-index {
        right: 0
    }
}

span.video-close-btn {
    display: none;
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #1f2024;
    color: #fff;
    z-index: 1;
    right: -10px;
    top: -10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    cursor: pointer
}

span.video-close-btn:hover {
    background-color: #08f
}

@media (min-width: 992px) {
    .tie-video.post-content {
        position: relative;
        z-index: 3
    }

    #the-sticky-video.featured-area {
        background-color: #111
    }

    #the-sticky-video.video-is-sticky {
        display: none
    }

    #the-sticky-video.video-is-sticky .featured-area-inner {
        position: fixed;
        z-index: 9;
        box-shadow: 0 0 15px rgba(20, 22, 26, .4);
        background-color: #1f2024;
        width: 350px;
        height: 196px;
        bottom: 20px
    }

    body.full-width #the-sticky-video.video-is-sticky .featured-area-inner, body.one-column-no-sidebar #the-sticky-video.video-is-sticky .featured-area-inner {
        left: 20px
    }

    #the-sticky-video.video-is-sticky .featured-area-inner .video-close-btn {
        display: block
    }

    #the-sticky-video.video-is-sticky .featured-area-inner .mejs-controls {
        height: 40px;
        padding: 0 20px
    }

    #the-sticky-video.video-is-sticky .featured-area-inner .mejs-time, #the-sticky-video.video-is-sticky .featured-area-inner div.mejs-time-rail, #the-sticky-video.video-is-sticky .featured-area-inner .mejs-time {
        padding-top: 15px
    }

    #the-sticky-video.video-is-sticky .featured-area-inner .mejs-button button {
        margin-top: 13px
    }
}

#the-sticky-video:not(.video-is-sticky) .featured-area-inner {
    width: 100% !important;
    height: auto !important
}

.post-gallery .tie-slick-slider {
    height: auto
}

.post-gallery .tie-slick-slider:not(.slick-initialized) .slide {
    display: none
}

.post-gallery .slick-list {
    width: 100%
}

.post-gallery .slide {
    position: relative;
    overflow: hidden
}

.post-gallery img {
    display: block
}

.is-lazyload .post-gallery img {
    opacity: 0;
    visibility: hidden
}

.post-gallery .thumb-overlay {
    pointer-events: none
}

.post-gallery .thumb-overlay:after {
    opacity: 0
}

.post-gallery .thumb-content {
    opacity: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
    transition: 0.15s
}

.post-gallery .thumb-desc {
    opacity: 1;
    max-height: none;
    height: auto
}

@media (max-width: 991px) {
    .post-gallery .thumb-content {
        opacity: 1;
        bottom: 30px
    }

    .post-gallery .thumb-overlay:after {
        opacity: .8
    }
}

@media (max-width: 767px) {
    .post-gallery .thumb-title {
        font-size: 20px
    }
}

@media (max-width: 479px) {
    .post-gallery .thumb-overlay {
        padding: 20px
    }

    .post-gallery .thumb-content {
        bottom: 20px
    }
}

.post-gallery .tie-slider-nav {
    opacity: 1
}

#tie-post-normal-gallery .tie-slick-slider:not(.slick-initialized) .tie-slider-nav + .slide {
    display: block
}

.is-lazyload #tie-post-normal-gallery img {
    display: none
}

#tie-post-normal-gallery .slide-bg {
    height: 470px;
    position: relative
}

@media (min-width: 992px) {
    .full-width #tie-post-normal-gallery .slide-bg {
        height: 600px
    }
}

@media (max-width: 767px) {
    #tie-post-normal-gallery .slide-bg {
        height: 300px
    }
}

@media (max-width: 479px) {
    #tie-post-normal-gallery .slide-bg {
        height: 220px
    }
}

#tie-post-fullwidth-gallery {
    margin-bottom: 35px;
    height: 600px
}

#tie-post-fullwidth-gallery .slide-bg {
    background-position: center center
}

#tie-post-fullwidth-gallery img {
    width: auto;
    height: 600px
}

@media (max-width: 991px) {
    #tie-post-fullwidth-gallery {
        margin-bottom: 20px
    }

    #tie-post-fullwidth-gallery .thumb-content {
        width: 100%;
        max-width: calc(100vw - 10px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        padding: 0 30px
    }

    #tie-post-fullwidth-gallery, #tie-post-fullwidth-gallery img {
        height: 470px
    }
}

@media (max-width: 767px) {
    #tie-post-fullwidth-gallery, #tie-post-fullwidth-gallery img {
        height: 380px
    }
}

@media (max-width: 479px) {
    #tie-post-fullwidth-gallery, #tie-post-fullwidth-gallery img {
        height: 250px
    }
}

#tie-post-normal-gallery .tie-slick-slider:hover .thumb-content, .post-gallery .slide:hover .thumb-content {
    opacity: 1;
    bottom: 30px
}

#tie-post-normal-gallery .tie-slick-slider:hover .thumb-overlay:after, .post-gallery .slide:hover .thumb-overlay:after {
    opacity: .8
}

@media (min-width: 768px) {
    #tie-wrapper .featured-area .mejs-container {
        min-height: 73px !important
    }

    #tie-wrapper .featured-area .mejs-controls {
        height: 77px;
        padding: 0 20px
    }

    #tie-wrapper .featured-area .mejs-time {
        padding-top: 35px
    }

    #tie-wrapper .featured-area div.mejs-time-rail {
        padding-top: 32px
    }

    #tie-wrapper .featured-area .mejs-container span:not(.mejs-time-float-corner), #tie-wrapper .featured-area div.mejs-time-rail a {
        height: 3px;
        border: none
    }

    #tie-wrapper .featured-area .mejs-time-handle {
        display: block;
        width: 10px;
        height: 10px;
        top: -4px;
        border: none
    }

    #tie-wrapper .featured-area .mejs-time-handle-content {
        left: 0;
        top: 4px
    }

    #tie-wrapper .featured-area .mejs-time-float {
        background: #fff;
        border-color: #fff;
        height: 17px !important
    }

    #tie-wrapper .featured-area .mejs-time-float-corner {
        border-color: #fff transparent transparent
    }

    #tie-wrapper .featured-area .mejs-button button {
        margin-top: 30px
    }

    #tie-wrapper .featured-area .mejs-horizontal-volume-total {
        top: 37px;
        height: 3px
    }

    #tie-wrapper .featured-area .mejs-container.wp-audio-shortcode {
        width: 100%
    }
}

#read-next-block {
    border: 0;
    padding: 0;
    position: relative;
    z-index: 2
}

.read-next-block-title {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 4;
    color: #fff;
    padding-bottom: 5px;
    font-size: 18px
}

.read-next-block-title:after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.read-next-slider-4 .read-next-block-title {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.read-next-slider-4 .read-next-block-title:after {
    left: calc(50% - 20px);
    right: calc(50% - 20px)
}

@media (max-width: 767px) {
    .read-next-block-title {
        display: none
    }
}

.read-next-button-wrap {
    margin-top: 30px
}

.read-next-button {
    pointer-events: auto;
    z-index: 1;
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.stream-item-above-post, .stream-item-above-post-content {
    margin: 0 auto 30px
}

#story-highlights + .stream-item-above-post-content {
    clear: both
}

.stream-item-below-post, .stream-item-below-post-content {
    margin: 30px auto;
    clear: both
}

#inline-related-post {
    clear: both
}

#inline-related-post ul {
    padding: 0
}

#inline-related-post ul li {
    list-style: none !important;
    margin-top: 0;
    margin-bottom: 15px
}

#inline-related-post ul li .post-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px
}

#inline-related-post ul li .post-thumb-overlay {
    display: none
}

#inline-related-post ul li .post-thumb {
    margin: 0
}

#inline-related-post ul li a:not(:hover) {
    color: #333
}

.dark-skin #inline-related-post ul li a:not(:hover) {
    color: #eee
}

#post-extra-info {
    display: none
}

@media (min-width: 768px) {
    .post-meta-column #the-post .entry-content {
        width: 75%;
        width: calc(100% - 170px);
        float: right
    }

    .post-meta-column #single-post-meta {
        display: none
    }

    .post-meta-column.magazine2 #post-extra-info {
        padding-left: 0;
        padding-right: 25px
    }

    .post-meta-column #post-extra-info {
        display: block;
        float: left;
        width: 25%;
        width: calc(169px + 1px);
        padding: 10px 0 20px 25px
    }

    .post-meta-column #post-extra-info #single-post-meta {
        display: block;
        margin: 0 0 20px;
        overflow: visible;
        font-size: 14px
    }

    .post-meta-column #post-extra-info #single-post-meta .tie-alignright {
        float: none
    }

    .post-meta-column #post-extra-info #single-post-meta .meta-item {
        display: block;
        float: none;
        padding: 5px 0;
        margin: 0
    }

    .post-meta-column #post-extra-info #single-post-meta .meta-item:not(.meta-author-wrapper) {
        padding-left: 8px
    }

    .post-meta-column #post-extra-info #share-buttons-top {
        padding: 0;
        text-align: center
    }

    .post-meta-column #post-extra-info #share-buttons-top a {
        margin-right: 0;
        margin-left: 0
    }

    .post-meta-column #post-extra-info #share-buttons-top a.large-share-button {
        width: 100%
    }

    .post-meta-column #post-extra-info #share-buttons-top .equal-width {
        width: 40px;
        float: left;
        width: 33.3333%
    }

    .post-meta-column #post-extra-info #share-buttons-top .share-skew a {
        width: calc(100% - 12px);
        float: left !important
    }

    .post-meta-column #post-extra-info #share-buttons-top .share-pill a {
        padding-right: 2px;
        padding-left: 5px
    }
}

#tie-infinte-posts-iframes-wrapper {
    width: 100%;
    display: block;
    clear: both
}

#tie-infinte-posts-iframes {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px)
}

#tie-infinte-posts-loading {
    position: relative;
    height: 80px;
    display: none
}

.tie-infinte-post-iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 0;
    border: 0;
    opacity: 0;
    padding: 0;
    margin: 50px 0 0;
    transition: opacity 1s;
    overflow: hidden
}

.tie-infinte-post-iframe[style] {
    opacity: 1
}

.is-ajax-loaded-post .theiaStickySidebar {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.is-ajax-loaded-post.post-layout-8 #tie-container {
    background-size: contain
}

@media (max-width: 767px) {
    .is-ajax-loaded-post.post-layout-8 #tie-container {
        background-size: auto 600px
    }
}

.is-ajax-loaded-post.post-layout-8 .single-big-img {
    max-height: 600px
}

.is-ajax-loaded-post.post-layout-8 #breadcrumb {
    padding-top: 20px
}

.is-ajax-loaded-post .tie-parallax [id^="jarallax-container-"] > div, .is-ajax-loaded-post .tie-parallax [id^="jarallax-container-"] > iframe {
    max-height: 700px
}

#wpd-bubble-wrapper {
    z-index: 110
}

.entry .blocks-gallery-grid {
    padding: 0 !important;
    margin: 0 0 17px !important
}

.entry .wp-block-quote, .entry .wp-block-pullquote {
    background: transparent;
    color: #2c2f34;
    font-size: 13px
}

.entry .wp-block-quote cite, .entry .wp-block-pullquote cite {
    display: inline
}

.entry .wp-block-quote:before, .entry .wp-block-pullquote:before {
    display: none
}

.entry .wp-block-quote.alignfull, .entry .wp-block-pullquote.alignfull {
    padding-left: 10px;
    padding-right: 10px
}

.entry .wp-block-pullquote {
    margin-bottom: 25px
}

.entry .wp-block-quote {
    padding: 0 1em
}

.entry .wp-block-quote.is-large cite {
    display: block
}

.entry .wp-block-separator {
    margin: 1.65em auto
}

.entry .alignfull, .entry .alignwide {
    margin: 1em 0
}

.entry .wp-block-columns {
    margin: 0 -10px
}

.entry .wp-block-columns > div {
    padding: 0 10px
}

.entry .wp-block-cover-image {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.tie-full-width-img img, .entry .alignwide, .entry .alignfull {
    height: auto;
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
    left: 0;
    max-width: none;
    margin-bottom: 20px;
    border-radius: 0
}

@media (max-width: 767px) {
    .tie-full-width-img img, .entry .alignwide, .entry .alignfull {
        margin-right: -15px;
        margin-left: -15px;
        width: calc(100% + 30px)
    }
}

.magazine2.post-layout-8 .tie-full-width-img img, .magazine2.post-layout-8 .entry .alignwide, .magazine2.post-layout-8 .entry .alignfull {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px)
}

@media (min-width: 768px) {
    .full-width.magazine2 .entry .alignfull, .one-column-no-sidebar.magazine2 .entry .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%
    }

    .full-width.magazine2 .entry .alignwide, .one-column-no-sidebar.magazine2 .entry .alignwide {
        margin-left: calc(25% - 22vw);
        margin-right: calc(25% - 22vw);
        width: auto;
        max-width: 1000%
    }

    .full-width.magazine2 .entry .alignwide img, .full-width.magazine2 .entry .alignfull img, .one-column-no-sidebar.magazine2 .entry .alignwide img, .one-column-no-sidebar.magazine2 .entry .alignfull img {
        display: block;
        margin: 0 auto
    }
}

.wp-block-embed__wrapper .twitter-tweet-rendered {
    margin-right: auto !important;
    margin-left: auto !important
}

.dark-skin .entry .wp-block-quote, .dark-skin .entry .wp-block-pullquote {
    color: #fff
}

.dark-skin .wp-block-pullquote cite, .dark-skin .wp-block-pullquote footer {
    color: #6c7781
}

.lwptoc {
    margin: 32px 0
}

.lwptoc:first-child {
    margin-top: 16px
}

.lwptoc_i {
    padding: 14px 18px 18px;
    text-align: left
}

.lwptoc_header {
    margin-bottom: 6px
}

.rtl .lwptoc_header {
    text-align: right
}

.lwptoc_toggle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%
}

.rtl .lwptoc_toggle {
    margin-left: 0;
    margin-right: 4px
}

.lwptoc_toggle:before {
    content: '['
}

.lwptoc_toggle:after {
    content: ']'
}

.lwptoc_toggle_label {
    margin: 0 1px
}

.lwptoc_item {
    margin-top: 2px
}

.rtl .lwptoc_item {
    text-align: right
}

LI.lwptoc_item {
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important
}

.lwptoc_item:first-child {
    margin-top: 0
}

LI.lwptoc_item:first-child {
    margin-top: 0 !important
}

.lwptoc_item_number {
    margin-right: 2px
}

.rtl .lwptoc_item_number {
    margin-right: 0;
    margin-left: 2px
}

.lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 2px 0 0 14px
}

.rtl .lwptoc_itemWrap .lwptoc_itemWrap {
    margin-left: 0;
    margin-right: 14px
}

OL.lwptoc_itemWrap, UL.lwptoc_itemWrap {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

OL.lwptoc_itemWrap OL.lwptoc_itemWrap, OL.lwptoc_itemWrap UL.lwptoc_itemWrap, UL.lwptoc_itemWrap OL.lwptoc_itemWrap, UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin: 2px 0 0 14px !important
}

.rtl OL.lwptoc_itemWrap OL.lwptoc_itemWrap, .rtl OL.lwptoc_itemWrap UL.lwptoc_itemWrap, .rtl UL.lwptoc_itemWrap OL.lwptoc_itemWrap, .rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin-left: 0 !important;
    margin-right: 14px !important
}

.lwptoc-autoWidth .lwptoc_i {
    display: inline-block
}

.lwptoc-left {
    float: left;
    margin-top: 0;
    margin-right: 32px
}

.lwptoc-right {
    float: right;
    margin-top: 0;
    margin-left: 32px
}

.lwptoc-rightwithoutflow {
    text-align: right
}

.lwptoc-rightwithoutflow .lwptoc_i {
    display: inline-block
}

.lwptoc-center {
    text-align: center
}

.lwptoc-center .lwptoc_i {
    margin-left: auto;
    margin-right: auto
}

.lwptoc-baseItems .lwptoc_items {
    font-size: 90%
}

.lwptoc-notInherit .lwptoc_i DIV A {
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important
}

.lwptoc-notInherit .lwptoc_i DIV A:active, .lwptoc-notInherit .lwptoc_i DIV A:focus, .lwptoc-notInherit .lwptoc_i DIV A:hover {
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important
}

.lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 1px dotted !important
}

.lwptoc-light .lwptoc_i {
    color: #333;
    background: #fafafa
}

.lwptoc-light .lwptoc_i A {
    color: #3175e4
}

.lwptoc-light .lwptoc_i A:active, .lwptoc-light .lwptoc_i A:focus, .lwptoc-light .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-light .lwptoc_items A:visited {
    color: #000394
}

.lwptoc-dark .lwptoc_i {
    color: #d3d5d8;
    background: #2b2b2b
}

.lwptoc-dark .lwptoc_i A {
    color: #96c6ff
}

.lwptoc-dark .lwptoc_i A:active, .lwptoc-dark .lwptoc_i A:focus, .lwptoc-dark .lwptoc_i A:hover {
    color: #96c6ff;
    border-color: #71b2ff
}

.lwptoc-dark .lwptoc_items A:visited {
    color: #53a1ff
}

.lwptoc-white .lwptoc_i {
    color: #333;
    background: #fff
}

.lwptoc-white .lwptoc_i A {
    color: #3175e4
}

.lwptoc-white .lwptoc_i A:active, .lwptoc-white .lwptoc_i A:focus, .lwptoc-white .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-white .lwptoc_items A:visited {
    color: #000394
}

.lwptoc-transparent .lwptoc_i {
    border: 1px solid #eee
}
#menu-menyu {
    display: flex;
    flex-wrap: wrap;
}
#menu-menyu li {
    margin: 10px;
}
.site-content img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}
table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid green;
}
