@charset "UTF-8";
.breadcrumbtrail {display: none !important}
#start-resizable-editor-section {
    display: none
}

.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: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

    .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.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    margin-left: 0;
    width: 100%
}

.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 > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid
}

    .is-style-outline > .wp-block-button__link:not(.has-text-color),
    .wp-block-button__link.is-style-outline:not(.has-text-color) {
        color: #32373c
    }

    .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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .wp-block-buttons.is-vertical {
        flex-direction: column
    }

        .wp-block-buttons.is-vertical > .wp-block-button {
            margin-right: 0
        }

            .wp-block-buttons.is-vertical > .wp-block-button:last-child {
                margin-bottom: 0
            }

    .wp-block-buttons > .wp-block-button {
        display: inline-block;
        margin-left: 0;
        margin-right: .5em;
        margin-bottom: .5em
    }

        .wp-block-buttons > .wp-block-button:last-child {
            margin-right: 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 > .wp-block-button {
            margin-left: .5em;
            margin-right: 0
        }

            .wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
                margin-left: 0
            }

        .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.alignleft .wp-block-button {
        margin-left: 0;
        margin-right: .5em
    }

        .wp-block-buttons.alignleft .wp-block-button:last-child {
            margin-right: 0
        }

    .wp-block-buttons.alignright .wp-block-button {
        margin-right: 0;
        margin-left: .5em
    }

        .wp-block-buttons.alignright .wp-block-button:first-child {
            margin-left: 0
        }

    .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-right: auto;
        margin-left: auto;
        margin-bottom: .5em;
        width: 100%
    }

.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;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media(min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

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

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media(max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media(min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-right: 2em
    }
}

@media(min-width:782px) {
    .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }

        .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }

        .wp-block-column:not(:first-child) {
            margin-right: 2em
        }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: 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-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-overflow-scrolling:touch) {
    .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.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.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__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .5
}

.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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.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:-webkit-sticky) or (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 .wp-block-subhead:not(.has-text-color),
.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 .wp-block-subhead: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;
    right: 0;
    left: 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-right: 0;
    text-align: right
}

.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-left: 0;
    text-align: left
}

.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-bottom: 1em
}

    .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;
    left: 0;
    bottom: 0;
    right: 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__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-right: .75em
    }

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item,
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        margin: 0 0 1em 1em;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: calc(50% - 1em)
    }

        .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
        .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
        .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
        .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
            margin-left: 0
        }

        .blocks-gallery-grid .blocks-gallery-image figure,
        .blocks-gallery-grid .blocks-gallery-item figure,
        .wp-block-gallery .blocks-gallery-image figure,
        .wp-block-gallery .blocks-gallery-item figure {
            margin: 0;
            height: 100%
        }

@supports((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .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
}

    .blocks-gallery-grid .blocks-gallery-image figcaption img,
    .blocks-gallery-grid .blocks-gallery-item figcaption img,
    .wp-block-gallery .blocks-gallery-image figcaption img,
    .wp-block-gallery .blocks-gallery-item figcaption img {
        display: inline
    }

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-left: 0
}

@media(min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-left: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-left: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-left: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-left: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-left: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-left: 1em
    }

        .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
        .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
        .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
        .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
        .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
        .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
        .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
        .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
        .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
        .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
        .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
        .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
        .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
        .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
        .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
        .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
        .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
        .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
        .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
        .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
        .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
        .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
        .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
        .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
        .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
        .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
        .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
        .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
        .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
        .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
        .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
        .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-left: 0
        }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-left: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    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-bottom: 1em
}

    .wp-block-image img {
        max-width: 100%
    }

    .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 {
        width: 100%
    }

    .wp-block-image .aligncenter,
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        display: table
    }

        .wp-block-image .aligncenter > figcaption,
        .wp-block-image .alignleft > figcaption,
        .wp-block-image .alignright > figcaption {
            display: table-caption;
            caption-side: bottom
        }

    .wp-block-image .alignleft {
        float: left;
        margin-left: 1em;
        margin-top: .5em;
        margin-bottom: .5em
    }

    .wp-block-image .alignright {
        float: right;
        margin-right: 1em;
        margin-top: .5em;
        margin-bottom: .5em
    }

    .wp-block-image .aligncenter {
        margin-right: auto;
        margin-left: 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 {
        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;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        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-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-right: 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: right;
    height: 2.5em;
    margin-left: .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
}

    .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 0 1.25em 1.25em;
        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-left: 0
        }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

        .wp-block-latest-posts.columns-3 li:nth-child(3n) {
            margin-left: 0
        }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

        .wp-block-latest-posts.columns-4 li:nth-child(4n) {
            margin-left: 0
        }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

        .wp-block-latest-posts.columns-5 li:nth-child(5n) {
            margin-left: 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-left: 0
        }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    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
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
        margin-bottom: 0
    }

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

    .wp-block-media-text.has-media-on-the-right {
        -ms-grid-columns: 1fr 50%;
        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 {
        -ms-grid-row-align: start;
        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 {
        -ms-grid-row-align: center;
        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 {
        -ms-grid-row-align: end;
        align-self: end
    }

    .wp-block-media-text .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        margin: 0
    }

    .wp-block-media-text .wp-block-media-text__content {
        direction: rtl;
        padding: 0 8%;
        word-break: break-word
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text .wp-block-media-text__content {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    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 {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1
        }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 2;
            grid-row: 2
        }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

.items-justified-left > ul {
    justify-content: flex-start
}

.items-justified-center > ul {
    justify-content: center
}

.items-justified-right > ul {
    justify-content: flex-end
}

.items-justified-space-between > ul {
    justify-content: space-between
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

    .wp-block-navigation-link .wp-block-navigation__container:empty {
        display: none
    }

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child > .wp-block-navigation-link__content {
    padding-left: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0,0,0,.15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    right: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

    .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
        flex-grow: 1
    }

    .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
        padding-left: .5em
    }

@media(min-width:782px) {
    .has-child .wp-block-navigation__container {
        right: 1.5em
    }

        .has-child .wp-block-navigation__container .wp-block-navigation__container {
            right: 100%;
            top: -1px
        }

            .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
                content: "";
                position: absolute;
                left: 100%;
                height: 100%;
                display: block;
                width: .5em;
                background: 0 0
            }

        .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
            transform: rotate(0)
        }
}

.has-child:hover {
    cursor: pointer
}

    .has-child:hover > .wp-block-navigation__container {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column
    }

.has-child:focus-within {
    cursor: pointer
}

    .has-child:focus-within > .wp-block-navigation__container {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column
    }

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

    .wp-block-navigation-link__content + .wp-block-navigation-link__content {
        padding-top: 0
    }

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 0 .375em 1em
}

    .wp-block-navigation-link__submenu-icon svg {
        fill: currentColor
    }

@media(min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.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: right;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em 0 0 .1em;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-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-left: 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 {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

    .wp-block-post-comments-form input[type=submit]:active,
    .wp-block-post-comments-form input[type=submit]:focus,
    .wp-block-post-comments-form input[type=submit]:hover,
    .wp-block-post-comments-form input[type=submit]:visited {
        color: #fff
    }

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center
}

    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright {
        max-width: 420px
    }

        .wp-block-pullquote.alignleft p,
        .wp-block-pullquote.alignright 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:not(.is-style-solid-color) {
        background: 0 0
    }

    .wp-block-pullquote.is-style-solid-color {
        border: none
    }

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-right: auto;
            margin-left: auto;
            text-align: right;
            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-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

    .wp-block-query-loop li {
        clear: both
    }

    .wp-block-query-loop.is-flex-container {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap
    }

        .wp-block-query-loop.is-flex-container li {
            margin: 0 0 1.25em;
            width: 100%
        }

@media(min-width:600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-left: 1.25em
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
            margin-left: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
            margin-left: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
            margin-left: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
            margin-left: 0
        }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }

        .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
            margin-left: 0
        }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .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 {
        display: inline-block;
        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-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
        font-size: 1.5em;
        font-style: italic;
        line-height: 1.6
    }

    .wp-block-quote.is-large cite,
    .wp-block-quote.is-large footer,
    .wp-block-quote.is-style-large cite,
    .wp-block-quote.is-style-large footer {
        font-size: 1.125em;
        text-align: left
    }

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

    .wp-block-rss.is-grid li {
        margin: 0 0 1em 1em;
        width: 100%
    }

@media(min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-right: .625em;
    word-break: normal
}

    .wp-block-search .wp-block-search__button.has-icon {
        line-height: 0
    }

    .wp-block-search .wp-block-search__button svg {
        min-width: 1.5em;
        min-height: 1.5em
    }

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-right: 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 .25em 0 0
    }

        .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-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: 0 0 !important;
    border: none;
    text-align: center;
    max-width: none;
    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-custom-logo {
    line-height: 0
}

    .wp-block-custom-logo .aligncenter {
        display: table
    }

    .wp-block-custom-logo.is-style-rounded img {
        border-radius: 9999px
    }

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
    text-indent: 0;
    margin-right: 0
}

    .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.wp-social-link.wp-social-link {
        margin: 4px 0 4px 8px
    }

    .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.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-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media(prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

    .wp-social-link a,
    .wp-social-link a:active,
    .wp-social-link a:hover,
    .wp-social-link a:visited,
    .wp-social-link svg {
        color: currentColor;
        fill: currentColor
    }

.wp-social-link:hover {
    transform: scale(1.1)
}

.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: 0 0;
    padding: 4px
}

.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 {
    background-color: #d32422;
    color: #fff
}

.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-right: .66667em;
        padding-left: .66667em
    }

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-right: 1em;
    padding-left: 1em
}

.wp-block-table {
    overflow-x: auto
}

    .wp-block-table table {
        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-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-right: 0
        }

        .wp-block-text-columns .wp-block-column:last-child {
            margin-left: 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-right: 0;
    margin-left: 0
}

    .wp-block-video video {
        width: 100%
    }

@supports((position:-webkit-sticky) or (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
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(-135deg,#0693e3,#9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(-135deg,#00d084,#0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(-135deg,#7adcb4,#00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(-135deg,#fcb900,#ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(-135deg,#ff6900,#cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(-135deg,#eee,#a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(-135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(-135deg,#ffceec,#9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(-135deg,#fecda5,#fe2d2d 50%,#6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(-135deg,#ffcb70,#c751c0 50%,#4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(-135deg,#faaca8,#dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(-135deg,#fff5cb,#b6e3d4 50%,#33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(-135deg,#caf880,#71ce7e)
}

: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)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link,#00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

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

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-code {
    font-family: Menlo,Consolas,monaco,monospace;
    color: #1e1e1e;
    padding: .8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0,0%,100%,.65)
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor
}

    .wp-block-pullquote__citation,
    .wp-block-pullquote cite,
    .wp-block-pullquote footer {
        color: currentColor;
        text-transform: uppercase;
        font-size: .8125em;
        font-style: normal
    }

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none
}

.wp-block-navigation-link.wp-block-navigation-link {
    margin: 0
}

.wp-block-quote {
    border-right: .25em solid;
    margin: 0 0 1.75em;
    padding-right: 1em
}

    .wp-block-quote__citation,
    .wp-block-quote cite,
    .wp-block-quote footer {
        color: currentColor;
        font-size: .8125em;
        margin-top: 1em;
        position: relative;
        font-style: normal
    }

    .wp-block-quote.has-text-align-right {
        border-right: none;
        border-left: .25em solid;
        padding-right: 0;
        padding-left: 1em
    }

    .wp-block-quote.has-text-align-center {
        border: none;
        padding-right: 0
    }

    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        border: none
    }

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-group.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-right: auto;
    margin-left: auto;
    opacity: .4
}

    .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
        max-width: 100px
    }

    .wp-block-separator.has-background:not(.is-style-dots) {
        border-bottom: none;
        height: 1px
    }

    .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
        height: 2px
    }

.wp-block-table {
    border-collapse: collapse
}

    .wp-block-table thead {
        border-bottom: 3px solid
    }

    .wp-block-table tfoot {
        border-top: 3px solid
    }

    .wp-block-table td,
    .wp-block-table th {
        padding: .5em;
        border: 1px solid;
        word-break: normal
    }

    .wp-block-table figcaption {
        color: #555;
        font-size: 13px;
        text-align: center
    }

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0,0%,100%,.65)
}

.wp-block-template-part.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

#end-resizable-editor-section {
    display: none
}

.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

    .components-custom-select-control__button.components-custom-select-control__button {
        padding-right: 24px
    }

    .components-custom-select-control__button:focus:not(:disabled) {
        border-color: var(--wp-admin-theme-color);
        box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
    }

    .components-custom-select-control__button .components-custom-select-control__button-icon {
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.components-custom-select-control__menu {
    background-color: #fff;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

    .components-custom-select-control__menu:focus {
        border: 1px solid #1e1e1e;
        border-radius: 2px;
        outline: none;
        transition: none
    }

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px;
    cursor: default
}

    .components-custom-select-control__item.is-highlighted {
        background: #ddd
    }

.components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0
}

.components-spinner {
    display: inline-block;
    background-color: #949494;
    width: 18px;
    height: 18px;
    opacity: .7;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative
}

    .components-spinner:before {
        content: "";
        position: absolute;
        background-color: #fff;
        top: 3px;
        left: 3px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        transform-origin: 6px 6px;
        -webkit-animation: components-spinner__animation 1s linear infinite;
        animation: components-spinner__animation 1s linear infinite
    }

@-webkit-keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.components-snackbar {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer
}

@media(min-width:600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar__action.components-button {
    margin-left: 32px;
    color: #fff;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0
}

    .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
        text-decoration: underline;
        background-color: transparent
    }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
            color: #fff;
            box-shadow: none;
            outline: 1px dotted #fff
        }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
            color: var(--wp-admin-theme-color)
        }

.components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px
}

.wc-block-link-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

    .wc-block-link-button,
    .wc-block-link-button:active,
    .wc-block-link-button:focus,
    .wc-block-link-button:hover {
        background: 0 0
    }

.wc-block-suspense-placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-suspense-placeholder > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-suspense-placeholder:after {
    content: " "
}

.wc-block-grid__products .wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative
}

    .wc-block-grid__products .wc-block-grid__product-image a {
        text-decoration: none;
        border: 0;
        outline: 0;
        box-shadow: none
    }

    .wc-block-grid__products .wc-block-grid__product-image img {
        height: auto;
        width: 100%
    }

        .wc-block-grid__products .wc-block-grid__product-image img[hidden] {
            display: none
        }

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    font-family: inherit;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.wc-block-grid__product-price {
    display: block
}

    .wc-block-grid__product-price .wc-block-grid__product-price__regular {
        margin-left: .5em
    }

.wc-block-grid__product-add-to-cart.wp-block-button {
    word-break: break-word;
    white-space: normal
}

    .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
        word-break: break-word;
        white-space: normal;
        margin: 0 auto !important;
        display: inline-flex;
        justify-content: center;
        text-align: center;
        padding: .5em 1em;
        font-size: 1em
    }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
            opacity: .25
        }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
            font-family: WooCommerce;
            content: "";
            margin-right: .5em;
            display: inline-block;
            width: auto;
            height: auto
        }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
            font-family: WooCommerce;
            content: "";
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            margin-right: .5em;
            display: inline-block;
            width: auto;
            height: auto
        }

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

    .wc-block-grid__product-rating .star-rating,
    .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        overflow: hidden;
        position: relative;
        width: 5.3em;
        height: 1.618em;
        line-height: 1.618;
        font-size: 1em;
        font-family: star;
        font-weight: 400;
        margin: 0 auto;
        text-align: right
    }

        .wc-block-grid__product-rating .star-rating:before,
        .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
            content: "SSSSS";
            top: 0;
            right: 0;
            left: 0;
            position: absolute;
            opacity: .5;
            color: #aaa;
            white-space: nowrap
        }

        .wc-block-grid__product-rating .star-rating span,
        .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
            overflow: hidden;
            top: 0;
            right: 0;
            left: 0;
            position: absolute;
            padding-top: 1.5em
        }

            .wc-block-grid__product-rating .star-rating span:before,
            .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
                content: "SSSSS";
                top: 0;
                right: 0;
                left: 0;
                position: absolute;
                color: #000;
                white-space: nowrap
            }

.wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

    .theme-twentynineteen .wc-block-grid__product-title:before {
        display: none
    }

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    color: #000;
    font-size: 1.2em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

    .theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
    .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
    .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
    .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        line-height: 1
    }

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.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;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

    .screen-reader-text:focus {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #2b2d2f;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        right: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.wc-block-components-product-add-to-cart-attribute-picker {
    margin: 0;
    flex-basis: 100%
}

    .wc-block-components-product-add-to-cart-attribute-picker label {
        display: block;
        font-size: 1em
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
        position: relative
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
            min-width: 60%;
            min-height: 1.75em
        }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
            margin-bottom: 24px
        }

            .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
                border-color: #cc1818
            }

                .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
                    outline-color: #cc1818
                }

.wc-block-components-product-add-to-cart {
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
            display: block
        }

            .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
                fill: currentColor;
                vertical-align: top;
                width: 1.5em;
                height: 1.5em;
                margin: -.25em .5em -.25em 0
            }

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
        margin: 0 0 .75em 1em;
        flex-basis: 5em;
        padding: .618em;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #43454b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
        text-align: center
    }

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *,
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    word-break: break-word;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 12px
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        word-break: break-word;
        white-space: normal;
        margin: 0 auto;
        display: inline-flex;
        justify-content: center
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none;
        pointer-events: none;
        max-width: 100%;
        min-width: 8em;
        min-height: 3em
    }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
            visibility: hidden
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 8em;
    min-height: 3em
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    color: var(--button--color-text);
    border-color: var(--button--color-background)
}

.wc-block-components-product-category-list {
    margin-top: 0;
    margin-bottom: .75em
}

    .wc-block-components-product-category-list ul {
        margin: 0;
        padding: 0;
        display: inline
    }

        .wc-block-components-product-category-list ul li {
            display: inline;
            list-style: none
        }

            .wc-block-components-product-category-list ul li:after {
                content: ", "
            }

            .wc-block-components-product-category-list ul li:last-child:after {
                content: ""
            }

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,
.wc-block-components-product-image {
    margin-top: 0;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    position: relative
}

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,
    .wc-block-components-product-image a {
        text-decoration: none;
        border: 0;
        outline: 0;
        box-shadow: none
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,
    .wc-block-components-product-image img {
        vertical-align: middle;
        width: 100%
    }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],
        .wc-block-components-product-image img[hidden] {
            display: none
        }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
    .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
        position: absolute;
        right: 4px;
        top: 4px;
        left: auto;
        margin: 0
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,
    .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
        position: absolute;
        top: 4px;
        right: 50%;
        left: auto;
        transform: translateX(50%);
        margin: 0
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
    .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
        position: absolute;
        left: 4px;
        top: 4px;
        right: auto;
        margin: 0
    }

.is-loading .wc-block-components-product-image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-rating {
    display: block;
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-components-product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: right
}

    .wc-block-components-product-rating__stars:before {
        content: "SSSSS";
        top: 0;
        right: 0;
        left: 0;
        position: absolute;
        opacity: .5;
        color: #aaa;
        white-space: nowrap
    }

    .wc-block-components-product-rating__stars span {
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em
    }

        .wc-block-components-product-rating__stars span:before {
            content: "SSSSS";
            top: 0;
            right: 0;
            left: 0;
            position: absolute;
            color: #000;
            white-space: nowrap
        }

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    margin: 0 auto 12px;
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: static
}

.wc-block-components-product-sku {
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: .875em
}

.wc-block-components-product-stock-indicator {
    margin-top: 0;
    margin-bottom: .75em;
    display: block;
    font-size: .875em
}

.wc-block-components-product-stock-indicator--in-stock {
    color: #4ab866
}

.wc-block-components-product-stock-indicator--out-of-stock {
    color: #cc1818
}

.wc-block-components-product-stock-indicator--available-on-backorder,
.wc-block-components-product-stock-indicator--low-stock {
    color: #f0b849
}

.wc-block-components-product-summary {
    margin-top: 0;
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-summary:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: block;
    width: 100%;
    height: 6em
}

    .is-loading .wc-block-components-product-summary:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-top: 0;
    margin-bottom: .75em
}

    .wc-block-components-product-tag-list ul {
        margin: 0;
        padding: 0;
        display: inline
    }

        .wc-block-components-product-tag-list ul li {
            display: inline;
            list-style: none
        }

            .wc-block-components-product-tag-list ul li:after {
                content: ", "
            }

            .wc-block-components-product-tag-list ul li:last-child:after {
                content: ""
            }

.wc-block-components-product-title {
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-grid .wc-block-components-product-title {
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.is-loading .wc-block-components-product-title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 7em
}

    .is-loading .wc-block-components-product-title:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: right
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: left
}

.wc-block-components-error {
    display: flex;
    background-color: #f0f0f0;
    border-right: 4px solid #ddd;
    padding: 36px 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #757575
}

.wc-block-components-error__header {
    font-size: 2em;
    font-weight: 700;
    margin: 0
}

.wc-block-components-error__image {
    max-width: 25%
}

.wc-block-components-error__text {
    margin: 0
}

.wc-block-components-error__message {
    margin: 1em 0 0;
    font-style: italic
}

@media(min-width:481px) {
    .wc-block-components-error {
        flex-direction: row
    }

    .wc-block-components-error__image + .wc-block-components-error__content {
        margin-right: 24px
    }
}

.wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    background-color: #1e1e1e;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    min-height: 3em;
    justify-content: center;
    line-height: 1;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative
}

    .wc-block-components-button:not(.is-link):active,
    .wc-block-components-button:not(.is-link):disabled,
    .wc-block-components-button:not(.is-link):focus,
    .wc-block-components-button:not(.is-link):hover {
        background-color: #1e1e1e;
        color: #fff
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__spinner {
        width: 1em;
        height: 1em;
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 100%;
        margin-top: -.5em;
        color: inherit;
        box-sizing: content-box
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after {
            content: " ";
            display: inline-block;
            margin: 0 auto;
            width: 1em;
            height: 1em;
            box-sizing: border-box;
            transform-origin: 50% 50%;
            transform: translateZ(0) scale(.5);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 50%;
            border: .2em solid;
            border-right: .2em solid transparent;
            -webkit-animation: wc-block-components-button__spinner__animation 1s linear infinite;
            animation: wc-block-components-button__spinner__animation 1s linear infinite
        }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__spinner + .wc-block-components-button__text {
            visibility: hidden
        }

@-webkit-keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.wc-block-components-form {
    counter-reset: checkout-step
}

    .wc-block-components-form .wc-block-components-checkout-step {
        position: relative;
        border: none;
        padding: 0 36px 0 0;
        background: 0 0;
        margin: 0
    }

.is-large .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 24px
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading:after {
    content: "";
    border-right: 1px solid;
    opacity: .3;
    position: absolute;
    right: -18px;
    top: 2.5em;
    bottom: -1em
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content {
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin: .75em 0 1em;
    position: relative;
    align-items: center;
    gap: 1em
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 0 0 12px
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

    .wc-block-components-checkout-step__heading-content a {
        font-weight: 700;
        color: inherit
    }

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0;
    counter-increment: checkout-step;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    position: absolute;
    width: 36px;
    right: -18px;
    top: 0;
    text-align: center;
    transform: translateX(50%)
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: "";
    height: 100%;
    border-right: 1px solid;
    opacity: .3;
    position: absolute;
    right: -18px;
    top: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    position: relative;
    font-size: .875em;
    display: flex;
    padding-bottom: 1px;
    padding-top: 16px;
    width: 100%
}

    .wc-block-components-order-summary-item:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-order-summary-item:first-child {
        padding-top: 0
    }

    .wc-block-components-order-summary-item:last-child > div {
        padding-bottom: 0
    }

    .wc-block-components-order-summary-item:last-child:after {
        display: none
    }

    .wc-block-components-order-summary-item .wc-block-components-product-metadata {
        font-size: 1em
    }

.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    width: 48px;
    padding-bottom: 16px;
    position: relative
}

    .wc-block-components-order-summary-item__image > img {
        width: 48px;
        max-width: 48px
    }

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    line-height: 1;
    min-height: 20px;
    padding: 0 .4em;
    position: absolute;
    justify-content: center;
    min-width: 20px;
    left: 0;
    top: 0;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-right: 24px;
    padding-left: 12px;
    padding-bottom: 16px
}

    .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
    .wc-block-components-order-summary-item__description p {
        line-height: 1.375;
        margin-top: 4px
    }

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-right: auto;
    text-align: left
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    display: block;
    text-align: center;
    margin: 0 0 14px
}

    .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
        display: inline-block;
        margin: 0 4px 2px;
        padding: 0;
        width: auto;
        height: 24px;
        vertical-align: middle
    }

.wc-block-components-payment-method-icons--align-left {
    text-align: right
}

    .wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
        margin-right: 0;
        margin-left: 8px
    }

.wc-block-components-payment-method-icons--align-right {
    text-align: left
}

    .wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
        margin-left: 0;
        margin-right: 8px
    }

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,
.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

    .wc-block-components-payment-method-label--with-icon > img,
    .wc-block-components-payment-method-label--with-icon > svg {
        vertical-align: middle;
        margin: -2px 0 0 4px
    }

.is-mobile .wc-block-components-payment-method-label--with-icon > img,
.is-mobile .wc-block-components-payment-method-label--with-icon > svg,
.is-small .wc-block-components-payment-method-label--with-icon > img,
.is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies,
.wc-block-components-checkout-policies {
    font-size: .75em;
    text-align: center;
    list-style: none outside;
    line-height: 1;
    margin: 24px 0
}

.wc-block-components-checkout-policies__item {
    list-style: none outside;
    display: inline-block;
    padding: 0 .25em;
    margin: 0
}

    .wc-block-components-checkout-policies__item:not(:first-child) {
        border-right: 1px solid #ccc
    }

    .wc-block-components-checkout-policies__item > a {
        color: inherit;
        padding: 0 .25em
    }

.wc-block-components-product-badge {
    font-size: .75em;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

    .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
        margin-bottom: 0
    }

    .wc-block-components-product-details.wc-block-components-product-details li {
        margin-right: 0
    }

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

.wc-block-components-product-metadata {
    font-size: .75em
}

    .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p,
    .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        margin: .25em 0
    }

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-right: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

    .wc-block-components-checkout-return-to-cart-button svg {
        right: 0;
        position: absolute;
        transform: translateY(-50%);
        top: 50%
    }

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    width: 100%;
    margin-top: 1.5em
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title {
    border: 0;
    border-radius: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    background: 0 0;
    font-weight: 700;
    margin: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 1em
}

    .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
        padding-bottom: 0
    }

.wc-block-components-shipping-rates-control__package-items {
    font-size: .875em;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    display: inline-block;
    margin: 0;
    padding: 0
}

    .wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
        content: ", ";
        white-space: pre
    }

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: .5em;
    width: 100%
}

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
        margin-bottom: 0;
        margin-top: 0;
        flex-grow: 1
    }

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
        height: 3em;
        flex-shrink: 0;
        margin-right: 8px;
        padding-right: 24px;
        padding-left: 24px;
        white-space: nowrap
    }

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: right
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,
    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,
    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0;
        opacity: .8
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline
}

    .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,
    .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,
    .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0
    }

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    display: flex;
    height: 1em;
    position: relative
}

    .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
        font-size: 1em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 2px solid #50575e;
        border-radius: 2px;
        height: 1.5em;
        width: 1.5em;
        margin: 0;
        min-height: 24px;
        min-width: 24px;
        overflow: hidden;
        position: static;
        vertical-align: middle;
        background-color: #fff
    }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
            background: #fff;
            border-color: #50575e
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,
        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
            content: ""
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked) + .wc-block-components-checkbox__mark {
            display: none
        }

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-color: hsla(0,0%,100%,.6);
    background-color: rgba(0,0,0,.1)
}

    .has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
        background: rgba(0,0,0,.1);
        border-color: hsla(0,0%,100%,.6)
    }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    position: absolute;
    right: .1875em;
    top: -.125em;
    width: 1.125em;
    height: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
    padding-right: 16px;
    vertical-align: middle
}

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

    .theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,
    .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
        background-color: #fff;
        border-color: var(--form--border-color)
    }

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none outside
}

    .editor-styles-wrapper .wc-block-components-checkbox-list li,
    .wc-block-components-checkbox-list li {
        margin: 0 0 4px;
        padding: 0;
        list-style: none outside
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
        .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
        .wc-block-components-checkbox-list li.show-less button,
        .wc-block-components-checkbox-list li.show-more button {
            background: 0 0;
            border: none;
            padding: 0;
            text-decoration: underline;
            cursor: pointer
        }

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
    .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none;
        pointer-events: none;
        max-width: 100%
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *,
        .wc-block-components-checkbox-list.is-loading li > * {
            visibility: hidden
        }

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
    .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    border: 0;
    display: inline-flex;
    padding: .125em .5em .25em;
    margin: 0 0 .365em .365em;
    border-radius: 0;
    line-height: 1;
    max-width: 100%
}

    .wc-block-components-chip,
    .wc-block-components-chip:active,
    .wc-block-components-chip:focus,
    .wc-block-components-chip:hover {
        background: #e0e0e0;
        color: #1e1e1e
    }

        .wc-block-components-chip.wc-block-components-chip--radius-small {
            border-radius: 3px
        }

        .wc-block-components-chip.wc-block-components-chip--radius-medium {
            border-radius: .433em
        }

        .wc-block-components-chip.wc-block-components-chip--radius-large {
            border-radius: 2em;
            padding-right: .75em;
            padding-left: .75em
        }

        .wc-block-components-chip .wc-block-components-chip__text {
            flex-grow: 1
        }

        .wc-block-components-chip.is-removable {
            padding-left: .5em
        }

            .wc-block-components-chip.is-removable .wc-block-components-chip__text {
                padding-left: .25em
            }

        .wc-block-components-chip .wc-block-components-chip__remove {
            font-size: .75em;
            background: 0 0;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0
        }

        .wc-block-components-chip .wc-block-components-chip__remove-icon {
            vertical-align: middle
        }

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus > .wc-block-components-chip__remove,
button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    fill: #cc1818
}

.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #949494;
    cursor: not-allowed
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

.wc-block-components-dropdown-selector {
    max-width: 300px;
    position: relative;
    width: 100%
}

.wc-block-components-dropdown-selector__input-wrapper {
    background: #fff;
    border: 1px solid #50575e;
    color: #2b2d2f;
    align-items: center;
    border-radius: 4px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 8px
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #e0e0e0
}

.is-multiple.has-checked > .wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px
}

.is-open > .wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0 0
}

.wc-block-components-dropdown-selector__input {
    font-size: .875em;
    line-height: 1.2857142857;
    margin: .1875em 0;
    min-width: 0;
    padding: .1875em 0
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%
}

    .is-single .wc-block-components-dropdown-selector__input:active,
    .is-single .wc-block-components-dropdown-selector__input:focus,
    .is-single .wc-block-components-dropdown-selector__input:hover {
        outline: 0
    }

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-bottom: 1.5px;
    margin-top: 1.5px
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
    position: absolute
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1;
    min-width: 0
}

.is-multiple .wc-block-components-dropdown-selector__input,
.is-single .wc-block-components-dropdown-selector__input:first-child {
    background: 0 0;
    border: 0
}

    .is-multiple .wc-block-components-dropdown-selector__input:active,
    .is-multiple .wc-block-components-dropdown-selector__input:focus,
    .is-multiple .wc-block-components-dropdown-selector__input:hover,
    .is-single .wc-block-components-dropdown-selector__input:first-child:active,
    .is-single .wc-block-components-dropdown-selector__input:first-child:focus,
    .is-single .wc-block-components-dropdown-selector__input:first-child:hover {
        outline: 0
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active,
    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus,
    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover,
    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active,
    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus,
    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
        background-color: transparent;
        text-decoration: none
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    font-size: .875em;
    align-items: center;
    color: #757575;
    display: inline-flex;
    margin: .1875em 0;
    padding: .1875em 0;
    width: 100%
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    flex-grow: 1;
    line-height: 1.2857142857;
    padding: 0;
    text-align: right
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 .3em 0 0
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove > svg {
        display: block
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em;
    line-height: 1.2857142857
}

.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1
}

    .wc-block-components-dropdown-selector__list:not(:empty) {
        border: 1px solid #9f9f9f
    }

.wc-block-components-dropdown-selector__list-item {
    font-size: .875em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: 0 4px
}

    .wc-block-components-dropdown-selector__list-item.is-selected {
        background-color: #ddd
    }

    .wc-block-components-dropdown-selector__list-item.is-highlighted,
    .wc-block-components-dropdown-selector__list-item:active,
    .wc-block-components-dropdown-selector__list-item:focus,
    .wc-block-components-dropdown-selector__list-item:hover {
        background-color: #00669e;
        color: #fff
    }

.wc-block-components-filter-submit-button {
    display: block;
    margin-right: auto;
    white-space: nowrap
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    position: relative;
    min-height: 34px
}

    .wc-block-components-loading-mask .components-spinner {
        position: absolute;
        margin: 0;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%)
    }

.wc-block-components-loading-mask__children {
    opacity: .5
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
    font-size: 1em;
    color: #333;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    padding: .3em .6em;
    min-width: 2.2em
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        padding: .1em .2em;
        min-width: 1.6em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

    .wc-block-components-pagination__page--active[disabled]:focus,
    .wc-block-components-pagination__page--active[disabled]:hover {
        background-color: inherit;
        color: #333;
        opacity: 1 !important
    }

.wc-block-components-price-slider {
    margin-bottom: 24px
}

    .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
        justify-content: flex-end
    }

        .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-right: 0;
            margin-left: 10px
        }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount > *,
        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button > *,
        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *,
        .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount > *,
        .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button > *,
        .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: #e1e1e1;
    margin: 15px 0
}

.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    --track-background: linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

.wc-block-components-price-slider__controls {
    display: flex
}

    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
        margin: 0;
        border-radius: 4px;
        width: auto;
        max-width: 100px;
        min-width: 0
    }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
            margin-left: 10px
        }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-right: auto
        }

.wc-block-components-price-slider__range-input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none !important;
    position: absolute;
    right: 0;
    top: 0
}

    .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
        cursor: default;
        height: 1px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
        background-color: transparent;
        background-position: 100% 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nNTYnIGhlaWdodD0nNDYnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgY2xpcC1wYXRoPSd1cmwoI2NsaXAwKSc+PHBhdGggZD0nTTI1LjMxOCA5Ljk0MkwxNi45IDMuOGMtMS43MDYtMS4yMjgtMy42NC0xLjg5OS01LjY4Ni0xLjc4N0gxMS4xYy00Ljg5LjMzNS04Ljk4NSA0LjM1Ni05LjA5OSA5LjI3QzEuODg4IDE2LjY0NSA2LjIxIDIxIDExLjY3IDIxaC4xMTNjMS44MiAwIDMuNjQtLjY3IDUuMTE4LTEuNzg3bDguNDE3LTYuMjU1Yy45MS0uODkzLjkxLTIuMjM0IDAtMy4wMTZ2MHonIGZpbGw9JyNmZmYnIHN0cm9rZT0nIzc1NzU3NScvPjxwYXRoIGQ9J00xMyA3djltLTMtOXY5LTl6JyBzdHJva2U9JyNCOEI4QjgnLz48cGF0aCBkPSdNMjUuMzE4IDkuOTQyTDE2LjkgMy44Yy0xLjcwNi0xLjIyOC0zLjY0LTEuODk5LTUuNjg2LTEuNzg3SDExLjFjLTQuODkuMzM1LTguOTg1IDQuMzU2LTkuMDk5IDkuMjdDMS44ODggMTYuNjQ1IDYuMjEgMjEgMTEuNjcgMjFoLjExM2MxLjgyIDAgMy42NC0uNjcgNS4xMTgtMS43ODdsOC40MTctNi4yNTVjLjkxLS44OTMuOTEtMi4yMzQgMC0zLjAxNnYweicgZmlsbD0nI2ZmZicgc3Ryb2tlPScjNzU3NTc1Jy8+PHBhdGggZD0nTTEzIDd2OW0tMy05djktOXonIHN0cm9rZT0nI0I4QjhCOCcvPjxwYXRoIGQ9J00yNS4zMTggMzIuOTQyTDE2LjkgMjYuOGMtMS43MDYtMS4yMjgtMy42NC0xLjg5OS01LjY4Ni0xLjc4N0gxMS4xYy00Ljg5LjMzNS04Ljk4NSA0LjM1Ni05LjA5OSA5LjI3QzEuODg4IDM5LjY0NSA2LjIxIDQ0IDExLjY3IDQ0aC4xMTNjMS44MiAwIDMuNjQtLjY3IDUuMTE4LTEuNzg3bDguNDE3LTYuMjU1Yy45MS0uODkzLjkxLTIuMjM0IDAtMy4wMTZ2MHonIGZpbGw9JyNGOEYzRjcnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLW9wYWNpdHk9Jy43NScgc3Ryb2tlLXdpZHRoPSczJy8+PHBhdGggZD0nTTI1LjMxOCAzMi45NDJMMTYuOSAyNi44Yy0xLjcwNi0xLjIyOC0zLjY0LTEuODk5LTUuNjg2LTEuNzg3SDExLjFjLTQuODkuMzM1LTguOTg1IDQuMzU2LTkuMDk5IDkuMjdDMS44ODggMzkuNjQ1IDYuMjEgNDQgMTEuNjcgNDRoLjExM2MxLjgyIDAgMy42NC0uNjcgNS4xMTgtMS43ODdsOC40MTctNi4yNTVjLjkxLS44OTMuOTEtMi4yMzQgMC0zLjAxNnYwek0xMyAzMHY5bS0zLTl2OS05eicgc3Ryb2tlPScjNzU3NTc1Jy8+PHBhdGggZD0nTTMwLjY4MiA5Ljk0MkwzOS4xIDMuOGMxLjcwNi0xLjIyOCAzLjY0LTEuODk5IDUuNjg2LTEuNzg3aC4xMTRjNC44OS4zMzUgOC45ODUgNC4zNTYgOS4wOTkgOS4yN0M1NC4xMTIgMTYuNjQ1IDQ5Ljc5IDIxIDQ0LjMzIDIxaC0uMTEzYy0xLjgyIDAtMy42NC0uNjctNS4xMTgtMS43ODdsLTguNDE3LTYuMjU1Yy0uOTEtLjg5My0uOTEtMi4yMzQgMC0zLjAxNnYweicgZmlsbD0nI2ZmZicgc3Ryb2tlPScjNzU3NTc1Jy8+PHBhdGggZD0nTTQzIDd2OW0zLTl2OS05eicgc3Ryb2tlPScjQjhCOEI4Jy8+PHBhdGggZD0nTTMwLjY4MiAzMi45NDJMMzkuMSAyNi44YzEuNzA2LTEuMjI4IDMuNjQtMS44OTkgNS42ODYtMS43ODdoLjExNGM0Ljg5LjMzNSA4Ljk4NSA0LjM1NiA5LjA5OSA5LjI3QzU0LjExMiAzOS42NDUgNDkuNzkgNDQgNDQuMzMgNDRoLS4xMTNjLTEuODIgMC0zLjY0LS42Ny01LjExOC0xLjc4N2wtOC40MTctNi4yNTVjLS45MS0uODkzLS45MS0yLjIzNCAwLTMuMDE2djB6JyBmaWxsPScjRjhGM0Y3JyBzdHJva2U9JyNmZmYnIHN0cm9rZS1vcGFjaXR5PScuNzUnIHN0cm9rZS13aWR0aD0nMycvPjxwYXRoIGQ9J00zMC42ODIgMzIuOTQyTDM5LjEgMjYuOGMxLjcwNi0xLjIyOCAzLjY0LTEuODk5IDUuNjg2LTEuNzg3aC4xMTRjNC44OS4zMzUgOC45ODUgNC4zNTYgOS4wOTkgOS4yN0M1NC4xMTIgMzkuNjQ1IDQ5Ljc5IDQ0IDQ0LjMzIDQ0aC0uMTEzYy0xLjgyIDAtMy42NC0uNjctNS4xMTgtMS43ODdsLTguNDE3LTYuMjU1Yy0uOTEtLjg5My0uOTEtMi4yMzQgMC0zLjAxNnYwek00MyAzMHY5bTMtOXY5LTl6JyBzdHJva2U9JyM3NTc1NzUnLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSdjbGlwMCc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTAgMGg1NnY0NkgweicvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
        -webkit-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: -6px 0 0
    }

        .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input::-webkit-slider-progress {
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        background: 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-moz-focus-outer {
        border: 0
    }

    .wc-block-components-price-slider__range-input::-moz-range-track {
        cursor: default;
        height: 1px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-moz-range-progress {
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        background: 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .wc-block-components-price-slider__range-input::-moz-range-thumb {
        background-color: transparent;
        background-position: 100% 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        margin: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nNTYnIGhlaWdodD0nNDYnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgY2xpcC1wYXRoPSd1cmwoI2NsaXAwKSc+PHBhdGggZD0nTTI1LjMxOCA5Ljk0MkwxNi45IDMuOGMtMS43MDYtMS4yMjgtMy42NC0xLjg5OS01LjY4Ni0xLjc4N0gxMS4xYy00Ljg5LjMzNS04Ljk4NSA0LjM1Ni05LjA5OSA5LjI3QzEuODg4IDE2LjY0NSA2LjIxIDIxIDExLjY3IDIxaC4xMTNjMS44MiAwIDMuNjQtLjY3IDUuMTE4LTEuNzg3bDguNDE3LTYuMjU1Yy45MS0uODkzLjkxLTIuMjM0IDAtMy4wMTZ2MHonIGZpbGw9JyNmZmYnIHN0cm9rZT0nIzc1NzU3NScvPjxwYXRoIGQ9J00xMyA3djltLTMtOXY5LTl6JyBzdHJva2U9JyNCOEI4QjgnLz48cGF0aCBkPSdNMjUuMzE4IDkuOTQyTDE2LjkgMy44Yy0xLjcwNi0xLjIyOC0zLjY0LTEuODk5LTUuNjg2LTEuNzg3SDExLjFjLTQuODkuMzM1LTguOTg1IDQuMzU2LTkuMDk5IDkuMjdDMS44ODggMTYuNjQ1IDYuMjEgMjEgMTEuNjcgMjFoLjExM2MxLjgyIDAgMy42NC0uNjcgNS4xMTgtMS43ODdsOC40MTctNi4yNTVjLjkxLS44OTMuOTEtMi4yMzQgMC0zLjAxNnYweicgZmlsbD0nI2ZmZicgc3Ryb2tlPScjNzU3NTc1Jy8+PHBhdGggZD0nTTEzIDd2OW0tMy05djktOXonIHN0cm9rZT0nI0I4QjhCOCcvPjxwYXRoIGQ9J00yNS4zMTggMzIuOTQyTDE2LjkgMjYuOGMtMS43MDYtMS4yMjgtMy42NC0xLjg5OS01LjY4Ni0xLjc4N0gxMS4xYy00Ljg5LjMzNS04Ljk4NSA0LjM1Ni05LjA5OSA5LjI3QzEuODg4IDM5LjY0NSA2LjIxIDQ0IDExLjY3IDQ0aC4xMTNjMS44MiAwIDMuNjQtLjY3IDUuMTE4LTEuNzg3bDguNDE3LTYuMjU1Yy45MS0uODkzLjkxLTIuMjM0IDAtMy4wMTZ2MHonIGZpbGw9JyNGOEYzRjcnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLW9wYWNpdHk9Jy43NScgc3Ryb2tlLXdpZHRoPSczJy8+PHBhdGggZD0nTTI1LjMxOCAzMi45NDJMMTYuOSAyNi44Yy0xLjcwNi0xLjIyOC0zLjY0LTEuODk5LTUuNjg2LTEuNzg3SDExLjFjLTQuODkuMzM1LTguOTg1IDQuMzU2LTkuMDk5IDkuMjdDMS44ODggMzkuNjQ1IDYuMjEgNDQgMTEuNjcgNDRoLjExM2MxLjgyIDAgMy42NC0uNjcgNS4xMTgtMS43ODdsOC40MTctNi4yNTVjLjkxLS44OTMuOTEtMi4yMzQgMC0zLjAxNnYwek0xMyAzMHY5bS0zLTl2OS05eicgc3Ryb2tlPScjNzU3NTc1Jy8+PHBhdGggZD0nTTMwLjY4MiA5Ljk0MkwzOS4xIDMuOGMxLjcwNi0xLjIyOCAzLjY0LTEuODk5IDUuNjg2LTEuNzg3aC4xMTRjNC44OS4zMzUgOC45ODUgNC4zNTYgOS4wOTkgOS4yN0M1NC4xMTIgMTYuNjQ1IDQ5Ljc5IDIxIDQ0LjMzIDIxaC0uMTEzYy0xLjgyIDAtMy42NC0uNjctNS4xMTgtMS43ODdsLTguNDE3LTYuMjU1Yy0uOTEtLjg5My0uOTEtMi4yMzQgMC0zLjAxNnYweicgZmlsbD0nI2ZmZicgc3Ryb2tlPScjNzU3NTc1Jy8+PHBhdGggZD0nTTQzIDd2OW0zLTl2OS05eicgc3Ryb2tlPScjQjhCOEI4Jy8+PHBhdGggZD0nTTMwLjY4MiAzMi45NDJMMzkuMSAyNi44YzEuNzA2LTEuMjI4IDMuNjQtMS44OTkgNS42ODYtMS43ODdoLjExNGM0Ljg5LjMzNSA4Ljk4NSA0LjM1NiA5LjA5OSA5LjI3QzU0LjExMiAzOS42NDUgNDkuNzkgNDQgNDQuMzMgNDRoLS4xMTNjLTEuODIgMC0zLjY0LS42Ny01LjExOC0xLjc4N2wtOC40MTctNi4yNTVjLS45MS0uODkzLS45MS0yLjIzNCAwLTMuMDE2djB6JyBmaWxsPScjRjhGM0Y3JyBzdHJva2U9JyNmZmYnIHN0cm9rZS1vcGFjaXR5PScuNzUnIHN0cm9rZS13aWR0aD0nMycvPjxwYXRoIGQ9J00zMC42ODIgMzIuOTQyTDM5LjEgMjYuOGMxLjcwNi0xLjIyOCAzLjY0LTEuODk5IDUuNjg2LTEuNzg3aC4xMTRjNC44OS4zMzUgOC45ODUgNC4zNTYgOS4wOTkgOS4yN0M1NC4xMTIgMzkuNjQ1IDQ5Ljc5IDQ0IDQ0LjMzIDQ0aC0uMTEzYy0xLjgyIDAtMy42NC0uNjctNS4xMTgtMS43ODdsLTguNDE3LTYuMjU1Yy0uOTEtLjg5My0uOTEtMi4yMzQgMC0zLjAxNnYwek00MyAzMHY5bTMtOXY5LTl6JyBzdHJva2U9JyM3NTc1NzUnLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSdjbGlwMCc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTAgMGg1NnY0NkgweicvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
        -moz-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        background-color: transparent;
        background-position: 100% 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        margin: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nNTYnIGhlaWdodD0nNDYnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgY2xpcC1wYXRoPSd1cmwoI2NsaXAwKSc+PHBhdGggZD0nTTI1LjMxOCA5Ljk0MkwxNi45IDMuOGMtMS43MDYtMS4yMjgtMy42NC0xLjg5OS01LjY4Ni0xLjc4N0gxMS4xYy00Ljg5LjMzNS04Ljk4NSA0LjM1Ni05LjA5OSA5LjI3QzEuODg4IDE2LjY0NSA2LjIxIDIxIDExLjY3IDIxaC4xMTNjMS44MiAwIDMuNjQtLjY3IDUuMTE4LTEuNzg3bDguNDE3LTYuMjU1Yy45MS0uODkzLjkxLTIuMjM0IDAtMy4wMTZ2MHonIGZpbGw9JyNmZmYnIHN0cm9rZT0nIzc1NzU3NScvPjxwYXRoIGQ9J00xMyA3djltLTMtOXY5LTl6JyBzdHJva2U9JyNCOEI4QjgnLz48cGF0aCBkPSdNMjUuMzE4IDkuOTQyTDE2LjkgMy44Yy0xLjcwNi0xLjIyOC0zLjY0LTEuODk5LTUuNjg2LTEuNzg3SDExLjFjLTQuODkuMzM1LTguOTg1IDQuMzU2LTkuMDk5IDkuMjdDMS44ODggMTYuNjQ1IDYuMjEgMjEgMTEuNjcgMjFoLjExM2MxLjgyIDAgMy42NC0uNjcgNS4xMTgtMS43ODdsOC40MTctNi4yNTVjLjkxLS44OTMuOTEtMi4yMzQgMC0zLjAxNnYweicgZmlsbD0nI2ZmZicgc3Ryb2tlPScjNzU3NTc1Jy8+PHBhdGggZD0nTTEzIDd2OW0tMy05djktOXonIHN0cm9rZT0nI0I4QjhCOCcvPjxwYXRoIGQ9J00yNS4zMTggMzIuOTQyTDE2LjkgMjYuOGMtMS43MDYtMS4yMjgtMy42NC0xLjg5OS01LjY4Ni0xLjc4N0gxMS4xYy00Ljg5LjMzNS04Ljk4NSA0LjM1Ni05LjA5OSA5LjI3QzEuODg4IDM5LjY0NSA2LjIxIDQ0IDExLjY3IDQ0aC4xMTNjMS44MiAwIDMuNjQtLjY3IDUuMTE4LTEuNzg3bDguNDE3LTYuMjU1Yy45MS0uODkzLjkxLTIuMjM0IDAtMy4wMTZ2MHonIGZpbGw9JyNGOEYzRjcnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLW9wYWNpdHk9Jy43NScgc3Ryb2tlLXdpZHRoPSczJy8+PHBhdGggZD0nTTI1LjMxOCAzMi45NDJMMTYuOSAyNi44Yy0xLjcwNi0xLjIyOC0zLjY0LTEuODk5LTUuNjg2LTEuNzg3SDExLjFjLTQuODkuMzM1LTguOTg1IDQuMzU2LTkuMDk5IDkuMjdDMS44ODggMzkuNjQ1IDYuMjEgNDQgMTEuNjcgNDRoLjExM2MxLjgyIDAgMy42NC0uNjcgNS4xMTgtMS43ODdsOC40MTctNi4yNTVjLjkxLS44OTMuOTEtMi4yMzQgMC0zLjAxNnYwek0xMyAzMHY5bS0zLTl2OS05eicgc3Ryb2tlPScjNzU3NTc1Jy8+PHBhdGggZD0nTTMwLjY4MiA5Ljk0MkwzOS4xIDMuOGMxLjcwNi0xLjIyOCAzLjY0LTEuODk5IDUuNjg2LTEuNzg3aC4xMTRjNC44OS4zMzUgOC45ODUgNC4zNTYgOS4wOTkgOS4yN0M1NC4xMTIgMTYuNjQ1IDQ5Ljc5IDIxIDQ0LjMzIDIxaC0uMTEzYy0xLjgyIDAtMy42NC0uNjctNS4xMTgtMS43ODdsLTguNDE3LTYuMjU1Yy0uOTEtLjg5My0uOTEtMi4yMzQgMC0zLjAxNnYweicgZmlsbD0nI2ZmZicgc3Ryb2tlPScjNzU3NTc1Jy8+PHBhdGggZD0nTTQzIDd2OW0zLTl2OS05eicgc3Ryb2tlPScjQjhCOEI4Jy8+PHBhdGggZD0nTTMwLjY4MiAzMi45NDJMMzkuMSAyNi44YzEuNzA2LTEuMjI4IDMuNjQtMS44OTkgNS42ODYtMS43ODdoLjExNGM0Ljg5LjMzNSA4Ljk4NSA0LjM1NiA5LjA5OSA5LjI3QzU0LjExMiAzOS42NDUgNDkuNzkgNDQgNDQuMzMgNDRoLS4xMTNjLTEuODIgMC0zLjY0LS42Ny01LjExOC0xLjc4N2wtOC40MTctNi4yNTVjLS45MS0uODkzLS45MS0yLjIzNCAwLTMuMDE2djB6JyBmaWxsPScjRjhGM0Y3JyBzdHJva2U9JyNmZmYnIHN0cm9rZS1vcGFjaXR5PScuNzUnIHN0cm9rZS13aWR0aD0nMycvPjxwYXRoIGQ9J00zMC42ODIgMzIuOTQyTDM5LjEgMjYuOGMxLjcwNi0xLjIyOCAzLjY0LTEuODk5IDUuNjg2LTEuNzg3aC4xMTRjNC44OS4zMzUgOC45ODUgNC4zNTYgOS4wOTkgOS4yN0M1NC4xMTIgMzkuNjQ1IDQ5Ljc5IDQ0IDQ0LjMzIDQ0aC0uMTEzYy0xLjgyIDAtMy42NC0uNjctNS4xMTgtMS43ODdsLTguNDE3LTYuMjU1Yy0uOTEtLjg5My0uOTEtMi4yMzQgMC0zLjAxNnYwek00MyAzMHY5bTMtOXY5LTl6JyBzdHJva2U9JyM3NTc1NzUnLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSdjbGlwMCc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTAgMGg1NnY0NkgweicvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
        -ms-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .wc-block-components-price-slider__range-input::-ms-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input:focus::-ms-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
        z-index: 21
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
            margin-right: -2px;
            background-position-x: right
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
            background-position-x: right;
            transform: translate(2px,4px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
            background-position-x: right
        }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
        z-index: 20
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
            background-position-x: left;
            margin-right: 2px
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
            background-position-x: left;
            transform: translate(-2px,4px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
            background-position-x: left
        }

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            transform: translate(-1px);
            pointer-events: auto
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *,
        .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            transform: translate(-1px);
            pointer-events: auto
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *,
        .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
        .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }

    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: 0 0;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: 0 0;
    margin: -3px;
    width: calc(100% + 6px)
}

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,
    .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,
    .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,
    .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
        margin-top: -9px
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
        transform: translate(-2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
        transform: translate(2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
        border-color: transparent !important
    }

@media(-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        position: relative;
        height: 50px
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: right
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-grid__no-products .wc-block-grid__no-products-image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-title {
        display: block;
        margin: 0;
        font-weight: 700
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px 16px;
    background-clip: padding-box
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    text-align: center;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 16px solid transparent;
    list-style: none
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

    .theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child,
    .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
        margin-top: auto;
        margin-bottom: 0;
        padding-bottom: 12px
    }

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28571%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),
.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin-right: auto;
        margin-left: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-right: auto;
        margin-left: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin-right: auto;
        margin-left: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin-right: auto;
        margin-left: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin-right: auto;
        margin-left: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin-right: auto;
        margin-left: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin-right: auto;
        margin-left: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

            .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                right: 8px
            }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

            .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                right: 8px
            }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

            .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                right: 8px
            }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

            .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                right: 8px
            }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

            .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                right: 8px
            }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

            .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                right: 8px
            }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
            padding-left: 8px
        }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
            padding-right: 8px
        }

            .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                right: 8px
            }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: right
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: left
}

.wc-block-components-product-price__value.is-discounted {
    margin-right: .5em
}

.is-loading .wc-block-components-product-price:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 5em
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    display: flex;
    width: 107px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-sizing: content-box;
    margin: 0 0 .25em
}

.has-dark-controls .wc-block-components-quantity-selector {
    background-color: transparent;
    border-color: hsla(0,0%,100%,.4)
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 1em;
    order: 2;
    min-width: 40px;
    flex: 1 1 auto;
    border: 0;
    padding: .4em 0;
    margin: 0;
    text-align: center;
    background: 0 0;
    box-shadow: none;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    -moz-appearance: textfield
}

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
        background: #f0f0f0;
        outline: 1px solid #ddd
    }

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
        color: #949494
    }

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #fff;
    background: 0 0
}

    .has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
        background: 0 0
    }

    .has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
        color: hsla(0,0%,100%,.3)
    }

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    font-size: 1em;
    min-width: 30px;
    cursor: pointer;
    color: #1e1e1e;
    font-style: normal;
    text-align: center;
    text-decoration: none
}

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
        outline: 2px solid #ddd
    }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
        border: 0;
        padding: 0;
        margin: 0;
        background: none transparent;
        box-shadow: none;
        color: #1e1e1e
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus,
        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
            outline: 2px solid #ddd
        }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
        color: #949494;
        cursor: default;
        border: 0;
        padding: 0;
        margin: 0;
        background: none transparent;
        box-shadow: none
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
            outline: 2px solid #ddd
        }

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    color: #fff
}

    .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
        color: hsla(0,0%,100%,.3)
    }

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    order: 1
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin: 1em 0;
    padding: 0 2.5em 0 0;
    position: relative
}

    .wc-block-components-radio-control__option:first-child {
        margin-top: 0
    }

    .wc-block-components-radio-control__option:last-child {
        margin-bottom: 0
    }

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
    display: table-row
}

    .wc-block-components-radio-control__description-group > span,
    .wc-block-components-radio-control__label-group > span {
        display: table-cell
    }

    .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
    .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
    .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
    .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
        text-align: left;
        min-width: 50%
    }

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem,24px)
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    min-height: 24px;
    min-width: 24px;
    width: 1.5em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

    .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #000;
        border-radius: 50%;
        content: "";
        display: block;
        height: .75em;
        right: 50%;
        margin: 0;
        min-height: 12px;
        min-width: 12px;
        position: absolute;
        top: 50%;
        transform: translate(50%,-50%);
        width: .75em
    }

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: hsla(0,0%,100%,.6);
    background-color: rgba(0,0,0,.1)
}

    .has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #fff
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

    .theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background-color: var(--form--color-text)
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    width: 60%
}

    .is-loading .wc-block-components-review-list-item__text > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    font-size: 1em;
    width: 80px
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,
.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    height: 1em;
    width: 120px
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
    margin: 0 0 48px;
    list-style: none
}

.wc-block-components-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr
}

.has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    align-items: center;
    display: flex;
    height: 48px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    justify-content: center;
    position: relative;
    width: 48px
}

    .wc-block-components-review-list-item__image > img {
        display: block;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto
    }

.wc-block-components-review-list-item__verified {
    width: 21px;
    height: 21px;
    text-indent: 21px;
    margin: 0;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    left: -7px;
    bottom: -7px
}

    .wc-block-components-review-list-item__verified:before {
        width: 21px;
        height: 21px;
        background: transparent url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjEwLjUiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsPSIjMDA4QTIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjE2NjcgMTAuNTAwM2MwLTQuNiAzLjczMzMtOC4zMzMzIDguMzMzMy04LjMzMzNzOC4zMzM0IDMuNzMzMyA4LjMzMzQgOC4zMzMzUzE1LjEgMTguODMzNyAxMC41IDE4LjgzMzdzLTguMzMzMy0zLjczMzQtOC4zMzMzLTguMzMzNHptMi41IDBsNC4xNjY2IDQuMTY2NyA3LjUwMDEtNy41LTEuMTc1LTEuMTgzMy02LjMyNSA2LjMyNS0yLjk5MTctMi45ODM0LTEuMTc1IDEuMTc1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PG1hc2sgaWQ9ImEiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMiIgeT0iMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi4xNjY3IDEwLjUwMDNjMC00LjYgMy43MzMzLTguMzMzMyA4LjMzMzMtOC4zMzMzczguMzMzNCAzLjczMzMgOC4zMzM0IDguMzMzM1MxNS4xIDE4LjgzMzcgMTAuNSAxOC44MzM3cy04LjMzMzMtMy43MzM0LTguMzMzMy04LjMzMzR6bTIuNSAwbDQuMTY2NiA0LjE2NjcgNy41MDAxLTcuNS0xLjE3NS0xLjE4MzMtNi4zMjUgNi4zMjUtMi45OTE3LTIuOTgzNC0xLjE3NSAxLjE3NXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDA4QTIxIiBkPSJNLjUuNWgyMHYyMEguNXoiLz48L2c+PC9zdmc+) 50% no-repeat;
        display: block;
        content: ""
    }

.wc-block-components-review-list-item__meta {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

    .wc-block-components-review-list-item__meta:after {
        order: 3;
        content: "";
        flex-basis: 100%
    }

.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    order: 1;
    margin-left: 8px
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
        font-weight: 400;
        color: grey;
        order: 4
    }

.wc-block-components-review-list-item__published-date {
    color: grey;
    order: 5
}

.wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    content: "";
    display: inline-block;
    margin-left: 8px;
    border-left: 1px solid #ddd;
    height: 1em;
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before,
.wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

    .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
        font-size: 1em;
        display: inline-block;
        top: 0;
        overflow: hidden;
        position: relative;
        height: 1.618em;
        line-height: 1.618;
        width: 5.3em;
        font-family: star;
        font-weight: 400;
        vertical-align: top
    }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
            content: "SSSSS";
            opacity: .25;
            float: right;
            top: 0;
            right: 0;
            position: absolute
        }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
            overflow: hidden;
            float: right;
            top: 0;
            right: 0;
            position: absolute;
            padding-top: 1.5em
        }

            .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
                content: "SSSSS";
                top: 0;
                position: absolute;
                right: 0;
                color: #e6a237
            }

.editor-styles .wc-block-components-review-list,
.wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: left
}

.wc-block-components-form .wc-block-components-select,
.wc-block-components-select {
    height: 3em;
    position: relative
}

    .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label,
    .wc-block-components-select label.components-custom-select-control__label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        line-height: 1.375;
        position: absolute;
        transform: translateY(.75em);
        transform-origin: top right;
        transition: all .2s ease;
        color: #757575;
        z-index: 1;
        margin: 0 17px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 32px);
        white-space: nowrap
    }

.has-dark-controls .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label,
.has-dark-controls .wc-block-components-select label.components-custom-select-control__label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label,
    .wc-block-components-select label.components-custom-select-control__label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-select.is-active label,
.wc-block-components-select.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button,
.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:active,
.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus,
.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:hover,
.wc-block-components-select.has-error .components-custom-select-control__button,
.wc-block-components-select.has-error .components-custom-select-control__button:active,
.wc-block-components-select.has-error .components-custom-select-control__button:focus,
.wc-block-components-select.has-error .components-custom-select-control__button:hover {
    border-color: #cc1818
}

    .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus,
    .wc-block-components-select.has-error .components-custom-select-control__button:focus {
        outline: 1px dotted #cc1818;
        outline-offset: 2px
    }

.wc-block-components-form .wc-block-components-select.has-error label,
.wc-block-components-select.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button,
.wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active,
.wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus,
.wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover,
.wc-block-components-select .components-custom-select-control__button,
.wc-block-components-select .components-custom-select-control__button:active,
.wc-block-components-select .components-custom-select-control__button:focus,
.wc-block-components-select .components-custom-select-control__button:hover {
    font-size: 1em;
    background: #fff;
    box-shadow: none;
    color: #2b2d2f;
    font-family: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: 1;
    overflow: hidden;
    padding: 1.5em 16px .25em;
    text-align: right;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
    opacity: 1;
    border-radius: 4px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button,
.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active,
.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover,
.has-dark-controls .wc-block-components-select .components-custom-select-control__button,
.has-dark-controls .wc-block-components-select .components-custom-select-control__button:active,
.has-dark-controls .wc-block-components-select .components-custom-select-control__button:focus,
.has-dark-controls .wc-block-components-select .components-custom-select-control__button:hover {
    background: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon,
.wc-block-components-select .components-custom-select-control__button-icon {
    left: 12px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon,
.has-dark-controls .wc-block-components-select .components-custom-select-control__button-icon {
    fill: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__menu,
.wc-block-components-select .components-custom-select-control__menu {
    background-color: #fff;
    margin: 0;
    max-height: 300px;
    overflow: auto;
    color: #2b2d2f
}

    .wc-block-components-form .wc-block-components-select .components-custom-select-control__menu:empty,
    .wc-block-components-select .components-custom-select-control__menu:empty {
        display: none
    }

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__menu,
.has-dark-controls .wc-block-components-select .components-custom-select-control__menu {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item,
.wc-block-components-select .components-custom-select-control__item {
    font-size: 1em;
    margin-right: 0;
    padding-right: 16px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item.is-highlighted,
.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:hover,
.has-dark-controls .wc-block-components-select .components-custom-select-control__item.is-highlighted,
.has-dark-controls .wc-block-components-select .components-custom-select-control__item:focus,
.has-dark-controls .wc-block-components-select .components-custom-select-control__item:hover {
    background-color: rgba(0,0,0,.4)
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item-icon,
.wc-block-components-select .components-custom-select-control__item-icon {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .components-custom-select-control__button {
    background-color: #fff;
    color: #2b2d2f
}

.theme-twentytwentyone.is-dark-theme .has-dark-controls .components-custom-select-control__item {
    color: #fff
}

.theme-twentytwentyone.is-dark-theme .components-custom-select-control__item {
    color: #2b2d2f
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .components-custom-select-control__button {
    background-color: #fff;
    color: #2b2d2f
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .has-dark-controls .components-custom-select-control__button {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

    .wc-block-components-sidebar-layout .wc-block-components-main {
        box-sizing: border-box;
        margin: 0;
        padding-left: 3.7735849057%;
        width: 65%
    }

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-right: 2.2641509434%;
    width: 35%
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 {
        font-size: 1em;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

    .is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
    .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
    .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
    .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
    .is-small.wc-block-components-sidebar-layout .wc-block-components-main,
    .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
        width: 100%
    }

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-right: 16px;
    padding-left: 16px
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    margin-left: 12px;
    display: inline-block;
    font-weight: 400
}

.wc-block-components-sort-select__select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

    .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
        border: none;
        flex: auto;
        background: 0 0;
        padding: 12px 16px;
        color: inherit;
        outline-offset: -1px;
        text-align: center;
        transition: box-shadow .1s linear;
        box-shadow: inset 0 -1px currentColor;
        border-radius: 0
    }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
            box-shadow: inset 0 -3px currentColor;
            font-weight: 600;
            position: relative
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:focus {
            outline-offset: -1px;
            outline: 1px dotted currentColor
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:active,
        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:hover {
            background: 0 0
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
            font-size: 1em;
            line-height: 1;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block;
            font-weight: 700
        }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > img,
            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > svg {
                height: 1.2em;
                vertical-align: middle;
                margin: .2em 0 -.2em
            }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
                margin: .2em 0 -.2em
            }

                .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
                    height: 1.2em;
                    vertical-align: middle
                }

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
    position: relative;
    margin-top: 1.5em;
    white-space: nowrap
}

    .wc-block-components-form .wc-block-components-text-input label,
    .wc-block-components-text-input label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        position: absolute;
        transform: translateY(.75em);
        right: 0;
        top: 0;
        transform-origin: top right;
        line-height: 1.375;
        color: #757575;
        transition: transform .2s ease;
        margin: 0 17px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 32px);
        cursor: text
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,
.has-dark-controls .wc-block-components-text-input label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-text-input label,
    .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input input:-webkit-autofill + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    font-size: 1em;
    background-color: #fff;
    padding: .75em 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    line-height: 1.375;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    min-height: 0;
    color: #2b2d2f
}

    .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
    .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
    .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
    .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
    .wc-block-components-text-input input[type=email]:focus,
    .wc-block-components-text-input input[type=tel]:focus,
    .wc-block-components-text-input input[type=text]:focus,
    .wc-block-components-text-input input[type=url]:focus {
        background-color: #fff;
        color: #2b2d2f
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],
.has-dark-controls .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
    .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
    .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
    .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
    .has-dark-controls .wc-block-components-text-input input[type=email]:focus,
    .has-dark-controls .wc-block-components-text-input input[type=tel]:focus,
    .has-dark-controls .wc-block-components-text-input input[type=text]:focus,
    .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
        background-color: rgba(0,0,0,.1);
        color: #fff
    }

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 16px .25em 0
}

.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form .wc-block-components-text-input.has-error input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

    .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
    .wc-block-components-text-input.has-error input:focus {
        outline: 1px dotted #cc1818;
        outline-offset: 2px
    }

.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
    margin-top: 0
}

.wc-block-components-textarea {
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-textarea::-moz-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea::placeholder {
        color: hsla(0,0%,100%,.6)
    }

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title,
.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25em;
    word-break: break-word
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

    .wc-block-components-notices .wc-block-components-notices__notice {
        margin: 0;
        display: flex;
        flex-wrap: nowrap
    }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
            background: transparent none;
            padding: 0;
            margin: 0 auto 0 0;
            border: 0;
            outline: 0;
            color: currentColor
        }

            .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
                fill: currentColor;
                vertical-align: text-top
            }

        .wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
            margin-top: 1em
        }

.wc-block-components-notices__snackbar {
    position: fixed;
    bottom: 20px;
    right: 16px;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        position: fixed;
        top: 10px;
        right: 0;
        bottom: auto
    }
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-right: 10px;
        margin-left: 10px
    }
}

.wc-block-components-validation-error {
    font-size: .75em;
    color: #cc1818;
    max-width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    white-space: normal
}

    .wc-block-components-validation-error > p {
        align-items: center;
        display: flex;
        line-height: 12px;
        margin: 0;
        min-height: 24px;
        padding: 0
    }

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-cart__submit {
    position: relative
}

.wc-block-cart__submit-container {
    padding-bottom: 16px
}

.wc-block-cart__submit-button {
    width: 100%;
    margin: 0 0 16px
}

    .wc-block-cart__submit-button:last-child {
        margin-bottom: 0
    }

.is-medium .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky),
.is-mobile .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky),
.is-small .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky) {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0
}

@media(min-width:783px) {
    .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media(max-width:782px) {
    .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        right: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

        .wc-block-cart__submit-container--sticky:before {
            box-shadow: 0 -10px 20px 10px currentColor;
            color: hsla(0,0%,80%,.5);
            content: "";
            height: 100%;
            right: 0;
            position: absolute;
            left: 0;
            top: 0
        }
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
    background: 0 0 !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
    width: 100%
}

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
    table.wc-block-cart-items .wc-block-cart-items__header {
        font-size: .75em;
        text-transform: uppercase
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
        table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
            width: 100px
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
        table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
            visibility: hidden
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
        table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
            width: 100px;
            text-align: left
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        width: 100%;
        margin: 0
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        background: 0 0;
        box-shadow: none;
        display: inline;
        text-shadow: none;
        text-decoration: underline;
        font-size: .75em;
        text-transform: none;
        white-space: nowrap
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
        table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
        table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
        table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
            background: 0 0
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        font-size: 1em;
        text-align: left;
        line-height: inherit
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
        margin-bottom: .75em
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,
    table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
        opacity: .5;
        pointer-events: none;
        transition: opacity .2s ease
    }

.wc-block-cart .wc-block-components-shipping-rates-control__package {
    position: relative
}

    .wc-block-cart .wc-block-components-shipping-rates-control__package:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block
}

    .wc-block-cart--is-loading h2 span > *,
    .wc-block-cart--is-loading th span > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading h2 span,
    .wc-block-cart--is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after {
    content: " "
}

.wc-block-cart--is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > * > *,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price > *,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price > *,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata > *,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price {
    max-width: 3em;
    display: block;
    margin-top: .25em
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price:after {
        content: " "
    }

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > div,
.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > span {
    display: none
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price {
    display: block
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after {
        content: " "
    }

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-height: 460px
}

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

    .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
        margin-top: 4px
    }

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 132px;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row:after,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        padding-left: 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 2;
        grid-column-end: 4;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: stretch;
        justify-self: stretch;
        padding: 0 0 16px 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        vertical-align: bottom;
        padding-left: 16px;
        -ms-grid-row-align: end;
        align-self: end;
        padding-top: 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        -ms-grid-row: 1;
        grid-row-start: 1
    }

        .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
        .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
        .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
            display: inline-block
        }

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

    .is-large.wc-block-cart .wc-block-cart-items:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .is-large.wc-block-cart .wc-block-cart-items th {
        padding: .25rem 0 .25rem 16px;
        white-space: nowrap
    }

    .is-large.wc-block-cart .wc-block-cart-items td {
        position: relative;
        padding: 16px 0 16px 16px;
        vertical-align: top
    }

        .is-large.wc-block-cart .wc-block-cart-items td:after {
            border-style: solid;
            border-width: 1px 0 0;
            bottom: 0;
            content: "";
            display: block;
            right: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            left: 0;
            top: 0
        }

        .is-large.wc-block-cart .wc-block-cart-items td:last-child,
        .is-large.wc-block-cart .wc-block-cart-items th:last-child {
            padding-left: 0
        }

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    right: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    position: relative;
    border: 0;
    border-radius: 0;
    margin: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    background: 0 0;
    font-size: .75em;
    display: block;
    font-weight: 600;
    padding: .25rem 0;
    text-align: left;
    text-transform: uppercase
}

    .is-large.wc-block-cart .wc-block-cart__totals-title:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-right: 16px;
    padding-left: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px
}

.wp-block-woocommerce-cart.is-loading {
    display: none
}

.wp-block-woocommerce-cart {
    margin-bottom: 3em
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

    .components-placeholder.wc-block-checkout__no-shipping-placeholder * {
        pointer-events: all
    }

    .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
        display: block
    }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff
        }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
            display: block;
            margin: .25em 0 1em
        }

.wc-block-checkout__add-note {
    margin: 1.5em 9px 1.5em 0
}

.is-medium .wc-block-checkout__add-note,
.is-mobile .wc-block-checkout__add-note,
.is-small .wc-block-checkout__add-note {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0
}

    .is-medium .wc-block-checkout__add-note:after,
    .is-mobile .wc-block-checkout__add-note:after,
    .is-small .wc-block-checkout__add-note:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-right: 0
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.wc-block-checkout__create-account,
.wc-block-checkout__use-address-for-billing {
    margin-top: 1.5em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    position: relative;
    margin: 0;
    padding: .75em 2.5em .75em 0
}

    .wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-right: -6px;
    margin-left: -6px
}

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
    .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
    .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
    .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
    .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
    .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
        content: "";
        clear: both;
        display: block
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
    .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
    .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
    .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
    .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
    .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
    .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
    .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
    .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
    .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
    .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
    .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
    .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
    .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
    .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
    .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
        float: right;
        margin-right: 6px;
        margin-left: 6px;
        position: relative;
        width: calc(50% - 12px)
    }

        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
        .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
        .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
        .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
        .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
        .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
        .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
        .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
        .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
        .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
        .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
        .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
        .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
        .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
        .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
        .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
        .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
        .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
        .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
        .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
        .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
        .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
        .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
        .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
        .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
        .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
        .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
        .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
        .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
        .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
        .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
            margin-top: 0
        }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
    .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
    .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
    .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
    .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
    .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
    .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
    .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
    .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
    .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
    .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
    .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
    .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
    .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
    .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
    .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
        width: calc(100% - 12px)
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
    .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
    .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
    .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
    .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
    .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
        clear: both
    }

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    display: block;
    color: inherit;
    flex-grow: 1;
    flex-basis: 0%
}

.wc-block-checkout__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 9px
}

    .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
        width: 50%;
        padding: 1em;
        height: auto
    }

        .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
            line-height: 24px
        }

            .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
                fill: #fff;
                vertical-align: top
            }

.wc-block-checkout--is-loading .wc-block-checkout__actions button,
.wc-block-checkout--is-loading .wc-block-components-express-payment {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-checkout--is-loading .wc-block-checkout__actions button > *,
    .wc-block-checkout--is-loading .wc-block-components-express-payment > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__actions button,
    .wc-block-checkout--is-loading .wc-block-components-express-payment {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button:after,
.wc-block-checkout--is-loading .wc-block-components-express-payment:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-components-express-payment {
    min-height: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    width: 150px
}

    .wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    width: 10em
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 1.5em
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    min-height: 100px
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after,
.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after > *,
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after,
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-height: 460px
}

    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: flex
}

.wc-block-checkout-empty,
.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-checkout-empty .wc-block-checkout-empty__image,
    .wc-block-checkout-empty .wc-block-checkout-error__image,
    .wc-block-checkout-error .wc-block-checkout-empty__image,
    .wc-block-checkout-error .wc-block-checkout-error__image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__title,
    .wc-block-checkout-empty .wc-block-checkout-error__title,
    .wc-block-checkout-error .wc-block-checkout-empty__title,
    .wc-block-checkout-error .wc-block-checkout-error__title {
        display: block;
        margin: 0;
        font-weight: 700
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__description,
    .wc-block-checkout-empty .wc-block-checkout-error__description,
    .wc-block-checkout-error .wc-block-checkout-empty__description,
    .wc-block-checkout-error .wc-block-checkout-error__description {
        display: block;
        margin: .25em 0 1em
    }

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
    order: 1
}

.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
    margin-bottom: 40px;
    order: 0
}

.is-large .wc-block-checkout__actions {
    position: relative;
    margin-left: 24px;
    padding-top: 1.5em
}

    .is-large .wc-block-checkout__actions:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-align: center
    }

        .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
            margin: 0
        }

            .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
                width: 100%;
                height: 48px
            }

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    right: 0;
    position: absolute;
    left: 0;
    top: -5px;
    vertical-align: middle
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
        border-right: 1px solid;
        border-top: 1px solid;
        border-radius: 0 5px 0 0;
        content: "";
        display: block;
        height: 4px;
        margin-left: 12px;
        opacity: .3;
        pointer-events: none;
        width: 22px
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
        border-left: 1px solid;
        border-top: 1px solid;
        border-radius: 5px 0 0 0;
        content: "";
        display: block;
        height: 4px;
        margin-right: 12px;
        opacity: .3;
        pointer-events: none;
        flex-grow: 1
    }

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    position: relative;
    margin-top: calc(.75em + 5px);
    padding: 1.5em 35px 1em
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
        border-style: solid;
        border-width: 0 1px 1px;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 0 5px 5px
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
        margin-bottom: 1em
    }

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li {
    display: inline-block;
    width: 50%
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(2n) {
        padding-right: 8px
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(odd) {
        padding-left: 8px
    }

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

    .wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
        padding-bottom: 0
    }

.wc-block-components-express-payment-continue-rule {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 36px;
    margin: 24px 0
}

    .wc-block-components-express-payment-continue-rule:before {
        margin-left: 10px
    }

    .wc-block-components-express-payment-continue-rule:after {
        margin-right: 10px
    }

    .wc-block-components-express-payment-continue-rule:after,
    .wc-block-components-express-payment-continue-rule:before {
        content: " ";
        flex: 1;
        border-bottom: 1px solid;
        opacity: .3
    }

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-right: 12px;
    padding-left: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
        pointer-events: all
    }

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
        display: block
    }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff
        }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
            display: block;
            margin: .25em 0 1em
        }

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

    .wc-block-card-elements .wc-block-components-validation-error {
        position: static
    }

.wc-block-gateway-container {
    position: relative;
    margin-bottom: 1.5em;
    white-space: nowrap
}

    .wc-block-gateway-container.wc-card-number-element {
        flex-basis: 15em;
        flex-grow: 1;
        min-width: min(15em,60%)
    }

    .wc-block-gateway-container.wc-card-expiry-element {
        flex-basis: 7em;
        margin-right: 12px;
        min-width: min(7em,calc(24% - 12px))
    }

    .wc-block-gateway-container.wc-card-cvc-element {
        flex-basis: 7em;
        margin-right: 12px;
        min-width: min(5em,calc(16% - 12px))
    }

    .wc-block-gateway-container .wc-block-gateway-input {
        font-size: 1em;
        line-height: 1.375;
        background-color: #fff;
        padding: .75em 16px .75em 0;
        border-radius: 4px;
        border: 1px solid #50575e;
        width: 100%;
        font-family: inherit;
        margin: 0;
        box-sizing: border-box;
        height: 3em;
        color: #2b2d2f;
        cursor: text
    }

        .wc-block-gateway-container .wc-block-gateway-input:focus,
        .wc-block-gateway-container:focus {
            background-color: #fff
        }

    .wc-block-gateway-container label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        line-height: 1.375;
        position: absolute;
        transform: translateY(.75em);
        right: 0;
        top: 0;
        transform-origin: top right;
        color: #757575;
        transition: transform .2s ease;
        margin: 0 17px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 24px);
        cursor: text
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-right: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label,
.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty) + label {
    margin-right: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    position: static;
    margin-top: -24px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 16px .25em 0
}

    .wc-block-gateway-container .wc-block-gateway-input.focused.empty + label,
    .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
        transform: translateY(4px) scale(.75)
    }

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

    .wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
        outline-color: #cc1818
    }

    .wc-block-gateway-container .wc-block-gateway-input.has-error + label {
        color: #cc1818
    }

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-large .wc-card-expiry-element .wc-block-components-validation-error > p,
.is-medium .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p,
.is-small .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements,
.is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element,
.is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element,
.is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-right: 0;
    margin-left: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element,
.is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-right: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-right: 56px
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        content: none
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
        right: 16px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option,
    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,
    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
        margin: 0;
        padding-bottom: 1em;
        padding-top: 1em
    }

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,
    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 1px 1px 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,
    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
        border-width: 1px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
        border-width: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
        height: 24px
    }

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-right: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    padding-top: 14px;
    height: 28px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

    .wc-block-components-radio-control-accordion-content:empty {
        display: none
    }

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wc-block-components-panel.has-border {
    position: relative
}

    .wc-block-components-panel.has-border:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        right: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .wc-block-components-panel.has-border + .wc-block-components-panel.has-border:after {
        border-top-width: 0
    }

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    margin: .375em 0;
    padding: .375em 0 .375em 32px;
    position: relative;
    text-align: right;
    width: 100%
}

    .wc-block-components-panel__button,
    .wc-block-components-panel__button:active,
    .wc-block-components-panel__button:focus,
    .wc-block-components-panel__button:hover {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        background: 0 0;
        box-shadow: none
    }

        .wc-block-components-panel__button > .wc-block-components-panel__button-icon {
            fill: currentColor;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: auto
        }

.wc-block-components-panel__content {
    padding-bottom: 1em
}

    .wc-block-components-panel__content[hidden] {
        display: none
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button,
.theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

    .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,
    .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,
    .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,
    .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
        background: none transparent
    }

.wc-block-components-totals-item {
    display: flex;
    flex-wrap: wrap;
    margin: .75em 0;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-product-categories {
    margin-bottom: 1em
}

    .wc-block-product-categories.is-dropdown {
        display: flex
    }

    .wc-block-product-categories select {
        margin-left: .5em
    }

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
        margin: 4px 60px 4px 0;
        list-style: none outside;
        clear: both
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
            margin: 4px 0 0
        }

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
        max-width: 50px;
        display: inline-block;
        padding: 0;
        margin: 0 -60px 0 .5em;
        position: relative;
        vertical-align: middle;
        border: 1px solid #eee
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
            margin: 0;
            padding: 0
        }

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2
}

.wc-block-product-categories__button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

    .wc-block-product-categories__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-categories__button svg {
    transform: rotate(-180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-categories__button:disabled:focus,
    .wc-block-product-categories__button[aria-disabled=true]:focus {
        box-shadow: none
    }

.wc-block-featured-product {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em
}

    .wc-block-featured-product,
    .wc-block-featured-product .wc-block-featured-product__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center
    }

        .wc-block-featured-product .wc-block-featured-product__wrapper {
            overflow: hidden;
            height: 100%
        }

        .wc-block-featured-product.has-left-content {
            justify-content: flex-start
        }

            .wc-block-featured-product.has-left-content .wc-block-featured-product__description,
            .wc-block-featured-product.has-left-content .wc-block-featured-product__price,
            .wc-block-featured-product.has-left-content .wc-block-featured-product__title,
            .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
                margin-right: 0;
                text-align: right
            }

        .wc-block-featured-product.has-right-content {
            justify-content: flex-end
        }

            .wc-block-featured-product.has-right-content .wc-block-featured-product__description,
            .wc-block-featured-product.has-right-content .wc-block-featured-product__price,
            .wc-block-featured-product.has-right-content .wc-block-featured-product__title,
            .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
                margin-left: 0;
                text-align: left
            }

        .wc-block-featured-product .wc-block-featured-product__description,
        .wc-block-featured-product .wc-block-featured-product__price,
        .wc-block-featured-product .wc-block-featured-product__title,
        .wc-block-featured-product .wc-block-featured-product__variation {
            color: #fff;
            line-height: 1.25;
            margin-bottom: 0;
            text-align: center
        }

            .wc-block-featured-product .wc-block-featured-product__description a,
            .wc-block-featured-product .wc-block-featured-product__description a:active,
            .wc-block-featured-product .wc-block-featured-product__description a:focus,
            .wc-block-featured-product .wc-block-featured-product__description a:hover,
            .wc-block-featured-product .wc-block-featured-product__price a,
            .wc-block-featured-product .wc-block-featured-product__price a:active,
            .wc-block-featured-product .wc-block-featured-product__price a:focus,
            .wc-block-featured-product .wc-block-featured-product__price a:hover,
            .wc-block-featured-product .wc-block-featured-product__title a,
            .wc-block-featured-product .wc-block-featured-product__title a:active,
            .wc-block-featured-product .wc-block-featured-product__title a:focus,
            .wc-block-featured-product .wc-block-featured-product__title a:hover,
            .wc-block-featured-product .wc-block-featured-product__variation a,
            .wc-block-featured-product .wc-block-featured-product__variation a:active,
            .wc-block-featured-product .wc-block-featured-product__variation a:focus,
            .wc-block-featured-product .wc-block-featured-product__variation a:hover {
                color: #fff
            }

        .wc-block-featured-product .wc-block-featured-product__description,
        .wc-block-featured-product .wc-block-featured-product__link,
        .wc-block-featured-product .wc-block-featured-product__price,
        .wc-block-featured-product .wc-block-featured-product__title,
        .wc-block-featured-product .wc-block-featured-product__variation {
            width: 100%;
            padding: 16px 48px 0;
            z-index: 1
        }

        .wc-block-featured-product .wc-block-featured-product__title,
        .wc-block-featured-product .wc-block-featured-product__variation {
            margin-top: 0;
            border: 0
        }

            .wc-block-featured-product .wc-block-featured-product__title:before,
            .wc-block-featured-product .wc-block-featured-product__variation:before {
                display: none
            }

        .wc-block-featured-product .wc-block-featured-product__variation {
            font-style: italic;
            padding-top: 0
        }

        .wc-block-featured-product .wc-block-featured-product__description p {
            margin: 0;
            line-height: 1.5em
        }

        .wc-block-featured-product .wp-block-button.aligncenter {
            text-align: center
        }

        .wc-block-featured-product.has-background-dim:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: inherit;
            opacity: .5;
            z-index: 1
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-10:before {
            opacity: .1
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-20:before {
            opacity: .2
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-30:before {
            opacity: .3
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-40:before {
            opacity: .4
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-50:before {
            opacity: .5
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-60:before {
            opacity: .6
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-70:before {
            opacity: .7
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-80:before {
            opacity: .8
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-90:before {
            opacity: .9
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-100:before {
            opacity: 1
        }

        .wc-block-featured-product.alignleft,
        .wc-block-featured-product.alignright {
            max-width: 290px;
            width: 100%
        }

        .wc-block-featured-product:after {
            display: block;
            content: "";
            font-size: 0;
            min-height: inherit
        }

@supports(position:sticky) {
    .wc-block-featured-product:after {
        content: none
    }
}

.wc-block-featured-product.aligncenter,
.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright,
.wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
    display: flex;
    align-items: center;
    margin: 0 6px 0 0;
    cursor: pointer;
    padding: 0 .5em;
    position: relative;
    overflow: hidden
}

    .wc-block-product-search .wc-block-product-search__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(-180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-search .wc-block-product-search__button:disabled:focus,
    .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
        box-shadow: none
    }

.wc-block-featured-category {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

    .wc-block-featured-category .wc-block-featured-category__wrapper {
        overflow: hidden;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center
    }

    .wc-block-featured-category.has-left-content {
        justify-content: flex-start
    }

        .wc-block-featured-category.has-left-content .wc-block-featured-category__description,
        .wc-block-featured-category.has-left-content .wc-block-featured-category__price,
        .wc-block-featured-category.has-left-content .wc-block-featured-category__title {
            margin-right: 0;
            text-align: right
        }

    .wc-block-featured-category.has-right-content {
        justify-content: flex-end
    }

        .wc-block-featured-category.has-right-content .wc-block-featured-category__description,
        .wc-block-featured-category.has-right-content .wc-block-featured-category__price,
        .wc-block-featured-category.has-right-content .wc-block-featured-category__title {
            margin-left: 0;
            text-align: left
        }

    .wc-block-featured-category .wc-block-featured-category__description,
    .wc-block-featured-category .wc-block-featured-category__price,
    .wc-block-featured-category .wc-block-featured-category__title {
        color: #fff;
        line-height: 1.25;
        margin-bottom: 0;
        text-align: center
    }

        .wc-block-featured-category .wc-block-featured-category__description a,
        .wc-block-featured-category .wc-block-featured-category__description a:active,
        .wc-block-featured-category .wc-block-featured-category__description a:focus,
        .wc-block-featured-category .wc-block-featured-category__description a:hover,
        .wc-block-featured-category .wc-block-featured-category__price a,
        .wc-block-featured-category .wc-block-featured-category__price a:active,
        .wc-block-featured-category .wc-block-featured-category__price a:focus,
        .wc-block-featured-category .wc-block-featured-category__price a:hover,
        .wc-block-featured-category .wc-block-featured-category__title a,
        .wc-block-featured-category .wc-block-featured-category__title a:active,
        .wc-block-featured-category .wc-block-featured-category__title a:focus,
        .wc-block-featured-category .wc-block-featured-category__title a:hover {
            color: #fff
        }

    .wc-block-featured-category .wc-block-featured-category__description,
    .wc-block-featured-category .wc-block-featured-category__link,
    .wc-block-featured-category .wc-block-featured-category__price,
    .wc-block-featured-category .wc-block-featured-category__title {
        width: 100%;
        padding: 0 48px 16px;
        z-index: 1
    }

    .wc-block-featured-category .wc-block-featured-category__title {
        margin-top: 0
    }

        .wc-block-featured-category .wc-block-featured-category__title:before {
            display: none
        }

    .wc-block-featured-category .wc-block-featured-category__description p {
        margin: 0
    }

    .wc-block-featured-category .wp-block-button.aligncenter {
        text-align: center
    }

    .wc-block-featured-category.has-background-dim:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: inherit;
        opacity: .5;
        z-index: 1
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-10:before {
        opacity: .1
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-20:before {
        opacity: .2
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-30:before {
        opacity: .3
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-40:before {
        opacity: .4
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-50:before {
        opacity: .5
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-60:before {
        opacity: .6
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-70:before {
        opacity: .7
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-80:before {
        opacity: .8
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-90:before {
        opacity: .9
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-100:before {
        opacity: 1
    }

    .wc-block-featured-category.alignleft,
    .wc-block-featured-category.alignright {
        max-width: 290px;
        width: 100%
    }

    .wc-block-featured-category:after {
        display: block;
        content: "";
        font-size: 0;
        min-height: inherit
    }

@supports(position:sticky) {
    .wc-block-featured-category:after {
        content: none
    }
}

.wc-block-featured-category.aligncenter,
.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
    display: flex
}

.wc-block-attribute-filter {
    margin-bottom: 24px
}

    .wc-block-attribute-filter .wc-block-attribute-filter-list-count:before {
        content: " ("
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list-count:after {
        content: ")"
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list {
        margin: 0
    }

        .wc-block-attribute-filter .wc-block-attribute-filter-list li {
            text-decoration: underline
        }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li label {
                cursor: pointer
            }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li input {
                cursor: pointer;
                display: inline-block
            }

        .wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
            float: left
        }

    .wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count,
    .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
        opacity: .6
    }

    .wc-block-attribute-filter .wc-block-attribute-filter__button {
        margin-top: 8px
    }

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

    .wc-block-active-filters .wc-block-active-filters__clear-all {
        font-size: 1em;
        float: left;
        border: none;
        padding: 0;
        text-decoration: underline;
        cursor: pointer
    }

        .wc-block-active-filters .wc-block-active-filters__clear-all,
        .wc-block-active-filters .wc-block-active-filters__clear-all:active,
        .wc-block-active-filters .wc-block-active-filters__clear-all:focus,
        .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
            background: 0 0;
            color: inherit
        }

    .wc-block-active-filters .wc-block-active-filters__list {
        margin: 0 0 4px;
        padding: 0;
        list-style: none outside;
        clear: both
    }

        .wc-block-active-filters .wc-block-active-filters__list li {
            margin: 0;
            padding: 0;
            list-style: none outside;
            clear: both
        }

            .wc-block-active-filters .wc-block-active-filters__list li ul {
                margin: 0;
                padding: 0;
                list-style: none outside
            }

            .wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
                margin: 0
            }

    .wc-block-active-filters .wc-block-active-filters__list-item-type {
        font-size: .75em;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin: 16px 0 0;
        display: block
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-operator {
        font-weight: 400;
        font-style: italic
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-name {
        font-weight: 700;
        display: block;
        position: relative;
        padding: 0 0 0 16px
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-remove {
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 16px;
        width: 16px;
        padding: 0;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -8px 0 0;
        color: currentColor
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips li,
    .wc-block-active-filters .wc-block-active-filters__list--chips ul {
        display: inline
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
        display: none
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
        font-size: .875em;
        margin-top: .1875em;
        margin-bottom: .1875em
    }

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

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

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media(prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

    .wpcf7 input[type=file]:disabled {
        cursor: default
    }

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-not-valid-tip {
    direction: rtl
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    right: 1em
}

.wpcf7-list-item {
    margin: 0 1em 0 0
}

.somdn-debug-wrap {
    padding: 0 !important;
    margin: 0 0 20 !important;
    font-size: 12px !important
}

.somdn-download-wrap {
    padding-bottom: 25px
}

    .somdn-download-wrap a.somdn-download-archive {
        text-decoration: none
    }

    .somdn-download-wrap form {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important
    }

.single-product .product .summary .somdn-download-wrap form {
    text-align: left !important
}

.somdn-available-downloads {
    font-style: italic;
    padding-bottom: 10px
}

.somdn-download-button {
    margin: 0;
    float: none !important
}

.somdn-checkboxes-wrap {
    position: relative;
    padding: 0
}

    .somdn-checkboxes-wrap label {
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
        vertical-align: middle !important
    }

    .somdn-checkboxes-wrap input[type=checkbox] {
        margin: 0 !important;
        margin-right: 10px !important;
        vertical-align: middle !important
    }

.somdn-select-all-wrap {
    padding-top: 10px
}

.somdn-checkbox-form .somdn-checkboxes-button-wrap {
    padding-top: 15px !important
}

.somdn-download-form .somdn-download-button,
.somdn-form-table-bottom .somdn-download-button {
    max-width: 100%;
    word-wrap: break-word
}

.somdn-shortcode-wrap.left {
    text-align: left !important
}

.somdn-shortcode-wrap.right {
    text-align: right !important
}

.somdn-shortcode-wrap.center {
    text-align: center !important
}

.somdn-shortcode-wrap .somdn-download-wrap {
    display: inline-block
}

.somdn-download-wrap .somdn-pad-top-15 {
    padding-top: 15px
}

.somdn-download-wrap input.somdn-inline-block,
.somdn-download-wrap label.somdn-inline-block,
.somdn-download-wrap span.somdn-inline-block {
    display: inline-block
}

.somdn-warn-text {
    color: red
}

.somdn-form-table-bottom.somdn-form-validate {
    display: none
}

.somdn-qview-link-wrap {
    display: block;
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
    z-index: 999
}

li.product:hover .somdn-qview-link {
    visibility: visible;
    opacity: 1
}

.somdn-qview-link-wrap .somdn-qview-link {
    background: #2679ce;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 3px !important;
    visibility: hidden;
    opacity: 0;
    display: inline !important;
    cursor: pointer
}

button.somdn-qview-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

.somdn-qview-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.somdn-qview-close {
    color: #333
}

somdn-qview:hover,
somdn-qview:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #d5d5d5;
    border-color: #d5d5d5
}

.somdn-qview-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

    .somdn-qview-wrap.open {
        display: block;
        display: flex;
        overflow-y: scroll
    }

.somdn-qview-wrap-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
    z-index: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.somdn-qview-window-wrap {
    max-width: 100%;
    margin: auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.somdn-qview-window {
    position: relative;
    z-index: 10;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.somdn-qview-window-wrap,
.somdn-qview-window {
    width: 960px
}

.somdn-qview-header {
    text-align: center;
    padding: 20px 40px;
    position: relative
}

    .somdn-qview-header h3 {
        margin: 0 !important;
        padding: 0 !important;
        color: #fff !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        line-height: 1 !important
    }

    .somdn-qview-header .dashicons-no {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 26px;
        color: #fff;
        cursor: pointer
    }

        .somdn-qview-header .dashicons-no:hover {
            color: #ddd
        }

.somdn-qview-body {
    background-color: #fff;
    padding: 0
}

.somdn-qview-right {
    padding: 25px 15px
}

ul.products li.product img.somdn-qview-image,
img.somdn-qview-image {
    text-align: center;
    margin: 0 auto !important;
    display: block;
    width: 800px;
    max-width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 0
}

@media(min-width:768px) {
    .somdn-qview-body {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 0;
        min-height: 500px
    }

        .somdn-qview-body:after {
            display: table;
            clear: both;
            content: ''
        }

    .somdn-qview-left,
    .somdn-qview-right {
        display: table-cell;
        padding: 30px 20px
    }

    .somdn-qview-left {
        width: 50%;
        text-align: center;
        vertical-align: top;
        padding: 0
    }

    .somdn-qview-right {
        vertical-align: top;
        width: 50%;
        padding: 45px 20px 15px
    }

    .somdn-qview-img-bg {
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: auto 102%;
        background-repeat: no-repeat;
        background-position: center center
    }

    ul.products li.product img.somdn-qview-image,
    img.somdn-qview-image {
        display: none
    }

    .somdn-qview-window-wrap,
    .somdn-qview-window {
        width: 960px
    }
}

.somdn-qview-right .somdn-download-wrap {
    padding-bottom: 15px
}

.somdn-qview-left,
.somdn-qview-right {
    text-align: left
}

body.somdn-qview-open {
    max-height: 100vh !important;
    overflow-y: hidden !important
}

@media(max-width:767px) {
    .somdn-qview-wrap.open {
        overflow-y: scroll
    }

    .somdn-qview-img-bg {
        background: 0 0 !important
    }

    .somdn-qview-window-wrap,
    .somdn-qview-window {
        width: 500px
    }
}

ul.products li.product .somdn-qview-summary h2.somdn-qview-title,
.somdn-qview-summary h2.somdn-qview-title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 !important;
    line-height: 1.2
}

.somdn-qview-title-wrap {
    margin-bottom: 1.5rem
}

ul.products li.product .somdn-qview-summary .woocommerce-LoopProduct-link {
    display: inline-block
}

ul.products li.product .somdn-qview-summary .somdn-qview-price,
.somdn-qview-summary .somdn-qview-price {
    margin: 0 0 25px;
    display: block !important
}

    ul.products li.product .somdn-qview-summary .somdn-qview-price .amount,
    .somdn-qview-summary .somdn-qview-price .amount {
        font-size: 20px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important
    }

ul.products li.product .somdn-qview-summary .somdn-qview-summary p,
.somdn-qview-summary .somdn-qview-summary p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: 1.6
}

#jckqv_summary .somdn-download-wrap {
    float: left
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.demo_store {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    height: 60px;
    line-height: 60px;
    background-color: #08f;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    padding: 0 20px
}

    .demo_store:before {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: .5407911001em;
        content: "\f05a"
    }

    .demo_store a {
        color: #fff;
        font-weight: 400;
        text-decoration: underline;
        background: rgba(0,0,0,.1);
        float: right;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        padding: 0 1.41575em;
        margin-right: -20px;
        transition: background .3s
    }

        .demo_store a:before {
            display: inline-block;
            font: normal normal normal 1em/1 FontAwesome;
            font-size: inherit;
            -webkit-font-smoothing: antialiased;
            content: "\f057";
            margin-right: .3342343017em
        }

        .demo_store a:hover {
            color: inherit;
            text-decoration: none;
            background: rgba(0,0,0,.2)
        }

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative;
    z-index: 1 !important
}

    .woocommerce .blockUI.blockOverlay:before,
    .woocommerce .loader:before {
        height: 1em;
        width: 1em;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -.5em;
        margin-top: -.5em;
        display: block;
        content: "";
        -webkit-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        font-family: fontawesome;
        content: "\f110";
        line-height: 1;
        text-align: center;
        font-size: 2em;
        color: rgba(0,0,0,.75)
    }

.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
    list-style: none outside;
    padding-left: 0;
    margin-left: 0
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce #breadcrumb.woocommerce-breadcrumb {
    margin: 0 0 20px;
    padding: 0
}

    .woocommerce #breadcrumb.woocommerce-breadcrumb > a:first-child:before {
        content: "\f015";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.woocommerce div.product .quantity {
    float: left
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    position: relative;
    margin-bottom: -30px
}

@media(max-width:767px) {
    .woocommerce div.product {
        margin-bottom: -20px
    }
}

.woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0;
    word-spacing: 0;
    margin-bottom: 15px
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    color: #08f;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

    .woocommerce div.product span.price del,
    .woocommerce div.product p.price del {
        font-size: 14px;
        text-decoration: line-through;
        color: #333;
        margin-right: 10px
    }

.woocommerce div.product p.stock {
    font-size: .92em;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: #89ba16;
    display: inline-block
}

.woocommerce div.product p.out-of-stock {
    background-color: #e74c3c
}

.woocommerce div.product .woocommerce-product-rating {
    float: right;
    line-height: 22px
}

    .woocommerce div.product .woocommerce-product-rating .star-rating {
        margin: 4px 0 0;
        width: 5em
    }

    .woocommerce div.product .woocommerce-product-rating:after {
        clear: none
    }

.woocommerce div.product .woocommerce-review-link:before {
    content: "/";
    margin: 0 5px;
    pointer-events: none
}

.woocommerce div.product .woocommerce-product-gallery {
    width: 45%;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative
}

    .woocommerce div.product .woocommerce-product-gallery > .flex-viewport {
        height: auto !important
    }

@media(max-width:767px) {
    .woocommerce div.product .woocommerce-product-gallery {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 15px;
    transition: background .3s
}

    .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
        background: rgba(0,0,0,.9)
    }

    .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        content: "\f00e";
        line-height: 2;
        text-indent: 0
    }

    .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
        display: none !important
    }

.woocommerce div.product .woocommerce-product-gallery .lazy-img {
    opacity: 1 !important
}

.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0
}

.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    min-height: inherit !important;
    position: relative
}

    .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
        display: none
    }

    .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
        display: block
    }

        .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
            display: inline-block;
            margin: 0;
            vertical-align: top
        }

.woocommerce div.product .woocommerce-product-gallery .flex-control-nav-wrapper {
    position: relative;
    overflow: hidden
}

    .woocommerce div.product .woocommerce-product-gallery .flex-control-nav-wrapper:hover .tie-slider-nav {
        opacity: 1
    }

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0
}

    .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs .slick-list {
        width: 100%
    }

    .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        margin: 0;
        cursor: pointer
    }

        .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
            opacity: .5;
            transition: all,ease,.2s
        }

            .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
                opacity: 1
            }

        .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
            opacity: 1
        }

.woocommerce div.product .woocommerce-product-gallery .tie-slider-nav li {
    transition: .3s
}

    .woocommerce div.product .woocommerce-product-gallery .tie-slider-nav li.slick-disabled {
        opacity: 0;
        -webkit-transform: scale(.2);
        -ms-transform: scale(.2);
        transform: scale(.2)
    }

.woocommerce div.product div.summary {
    width: calc(55% - 40px);
    float: right;
    margin-right: 0;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .woocommerce div.product div.summary {
        width: 100%;
        margin-bottom: 30px
    }
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description {
    clear: right;
    padding: 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

    .woocommerce div.product div.summary .woocommerce-product-details__short-description p {
        margin-bottom: 15px
    }

.woocommerce div.product div.summary .product_meta > span {
    display: block;
    line-height: 22px;
    color: #08f;
    font-weight: 700
}

    .woocommerce div.product div.summary .product_meta > span span {
        color: #2c2f34;
        font-weight: 400;
        margin: 0 5px
    }

    .woocommerce div.product div.summary .product_meta > span a {
        font-weight: 400;
        margin-left: 5px;
        color: #2c2f34
    }

        .woocommerce div.product div.summary .product_meta > span a:hover {
            color: #08f
        }

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

    .woocommerce div.product div.social span {
        margin: 0 0 0 2px
    }

        .woocommerce div.product div.social span span {
            margin: 0
        }

        .woocommerce div.product div.social span .stButton .chicklets {
            padding-left: 16px;
            width: 0
        }

    .woocommerce div.product div.social iframe {
        float: left;
        margin-top: 3px
    }

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

    .woocommerce div.product p.cart:after {
        content: "";
        display: table;
        clear: both
    }

.woocommerce div.product form.cart {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 0 25px;
    margin: 0 0 25px;
    overflow: hidden
}

    .woocommerce div.product form.cart:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce div.product form.cart .button {
        float: right;
        vertical-align: middle
    }

    .woocommerce div.product form.cart .variations_button {
        overflow: hidden;
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 25px 0 0;
        margin: 25px 0 0
    }

    .woocommerce div.product form.cart table {
        border-width: 0 0 1px
    }

        .woocommerce div.product form.cart table td {
            padding-left: 0
        }

        .woocommerce div.product form.cart table div.quantity {
            float: none;
            margin: 0
        }

        .woocommerce div.product form.cart table small.stock {
            display: block;
            float: none
        }

    .woocommerce div.product form.cart .variations {
        margin-bottom: 1em;
        border: 0;
        width: 100%
    }

        .woocommerce div.product form.cart .variations td,
        .woocommerce div.product form.cart .variations th {
            border: 0;
            vertical-align: top;
            line-height: 2em
        }

        .woocommerce div.product form.cart .variations label {
            font-weight: 700
        }

        .woocommerce div.product form.cart .variations select {
            max-width: 100%;
            min-width: 150px;
            display: inline-block;
            margin-right: 1em;
            margin: 5px 10px
        }

        .woocommerce div.product form.cart .variations td.label {
            padding-right: 1em
        }

    .woocommerce div.product form.cart .woocommerce-variation-description p {
        margin-bottom: 1em
    }

    .woocommerce div.product form.cart .reset_variations {
        visibility: hidden;
        font-size: .83em
    }

    .woocommerce div.product form.cart .wc-no-matching-variations {
        display: none
    }

    .woocommerce div.product form.cart .group_table td.label {
        padding-right: 1em;
        padding-left: 1em
    }

    .woocommerce div.product form.cart .group_table td {
        vertical-align: top;
        padding-bottom: .5em;
        border: 0
    }

.woocommerce .woocommerce-tabs {
    clear: both;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,.1)
}

@media(max-width:767px) {
    .woocommerce .woocommerce-tabs {
        margin-bottom: 20px
    }
}

.woocommerce .woocommerce-tabs .panel {
    padding-top: 30px
}

    .woocommerce .woocommerce-tabs .panel p {
        margin-bottom: 25px;
        line-height: 26px
    }

        .woocommerce .woocommerce-tabs .panel p:last-child {
            margin: 0
        }

@media(max-width:767px) {
    .woocommerce .woocommerce-tabs .panel {
        padding: 30px 20px
    }
}

.woocommerce .woocommerce-tabs .panel#tab-description {
    display: block
}

.woocommerce .woocommerce-tabs .panel table:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-tabs .panel ol,
.woocommerce .woocommerce-tabs .panel ul {
    margin-bottom: 20px;
    padding-left: 15px;
    margin-left: 20px
}

    .woocommerce .woocommerce-tabs .panel ol li,
    .woocommerce .woocommerce-tabs .panel ul ol li {
        list-style: decimal
    }

    .woocommerce .woocommerce-tabs .panel ul li,
    .woocommerce .woocommerce-tabs .panel ol ul li {
        list-style: disc;
        list-style-image: none
    }

.woocommerce .woocommerce-tabs .panel li {
    margin: 0 0 5px
}

    .woocommerce .woocommerce-tabs .panel li ol,
    .woocommerce .woocommerce-tabs .panel li ul {
        margin: 5px 0 0 15px
    }

.woocommerce .tabs a {
    padding: 0 25px
}

@media(max-width:479px) {
    .woocommerce .tabs {
        max-height: none !important
    }

        .woocommerce .tabs li {
            width: 100%;
            float: none;
            display: block
        }

            .woocommerce .tabs li:after {
                display: none
            }

            .woocommerce .tabs li a {
                border-width: 0 0 1px
            }
}

.woocommerce div.product .related.products {
    clear: both
}

.woocommerce div.product .related.products,
.woocommerce div.product .up-sells.products,
.woocommerce .cart_totals,
.woocommerce .cross-sells {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    padding: 30px;
    margin-bottom: 30px
}

    .woocommerce div.product .related.products ul,
    .woocommerce div.product .up-sells.products ul,
    .woocommerce .cart_totals ul,
    .woocommerce .cross-sells ul {
        margin: 0 0 -30px
    }

@media(max-width:767px) {
    .woocommerce div.product .related.products,
    .woocommerce div.product .up-sells.products,
    .woocommerce .cart_totals,
    .woocommerce .cross-sells {
        margin-bottom: 20px;
        padding: 30px 20px
    }

        .woocommerce div.product .related.products ul,
        .woocommerce div.product .up-sells.products ul,
        .woocommerce .cart_totals ul,
        .woocommerce .cross-sells ul {
            margin-bottom: -40px
        }
}

.woocommerce span.onsale,
.woocommerce span.new {
    background: rgba(0,0,0,.8);
    color: #fff;
    padding: 3px 10px;
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1em;
    border-radius: 3px
}

.woocommerce li.product span.onsale,
.woocommerce li.product span.new {
    position: absolute;
    left: 20px;
    top: 20px
}

.woocommerce span.new {
    background: #08f;
    color: #fff;
    left: auto;
    right: 20px
}

.woocommerce ul.products {
    padding: 0;
    list-style: none outside;
    clear: both
}

    .woocommerce ul.products:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce ul.products li {
        list-style: none outside
    }

        .woocommerce ul.products li a .star-rating,
        .woocommerce ul.products li a .price {
            color: #2c2f34
        }

.woocommerce .products {
    overflow: hidden;
    margin-bottom: -30px
}

    .woocommerce .products + ul {
        margin-top: 30px
    }

    .woocommerce .products .product {
        float: left;
        width: 30.736%;
        margin-right: 3.896%;
        margin-bottom: 30px
    }

        .woocommerce .products .product.last {
            margin-right: 0
        }

        .woocommerce .products .product.first {
            clear: both
        }

        .woocommerce .products .product .product-img {
            position: relative;
            transition: .15s;
            margin-bottom: 10px;
            min-height: 100px;
            background: #f1f1f1
        }

.dark-skin .woocommerce .products .product .product-img {
    background: #242529
}

.woocommerce .products .product .product-img img {
    margin: 0 auto;
    display: block !important;
    opacity: 1 !important
}

.woocommerce .products .product .product-img:hover {
    opacity: .8
}

.woocommerce .products .product h2 {
    font-size: 17px;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 500
}

.woocommerce .products .product a {
    text-decoration: none
}

    .woocommerce .products .product a img {
        height: auto;
        display: block;
        margin: 0 0 1em;
        box-shadow: none
    }

.woocommerce .products .product strong {
    display: block
}

.woocommerce .products .product .star-rating {
    font-size: .857em;
    margin: 0 0 10px
}

@media(max-width:670px) {
    .woocommerce .products .product .star-rating {
        margin: 0 auto 10px
    }
}

.woocommerce .products .product .price {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

    .woocommerce .products .product .price ins {
        text-decoration: none;
        color: #08f;
        background: 0 0
    }

    .woocommerce .products .product .price del {
        font-size: 13px;
        margin-right: 5px;
        opacity: .8;
        font-weight: 400
    }

    .woocommerce .products .product .price .from {
        font-size: .67em;
        margin: -2px 0 0;
        color: rgba(159,96,98,.5)
    }

@media(max-width:670px) {
    .woocommerce .products .product {
        width: 48.491%;
        margin-right: 3.018%;
        margin-bottom: 30px;
        text-align: center
    }

        .woocommerce .products .product.first {
            clear: none
        }

        .woocommerce .products .product:nth-child(2n) {
            margin-right: 0
        }

        .woocommerce .products .product:nth-child(2n+1) {
            margin-right: 3.018%
        }
}

@media(max-width:479px) {
    .woocommerce .products .product:nth-child(n) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center
    }
}

@media(min-width:992px) {
    .full-width form.woocommerce-ordering {
        width: 23%
    }
}

@media(min-width:992px) {
    .full-width .products .product {
        width: 23.077%;
        margin-right: 2.564%;
        margin-bottom: 2.564%
    }

        .full-width .products .product.last {
            margin-right: 0
        }
}

@media only screen and (min-width:670px) and (max-width:992px) {
    .full-width .products .product:nth-child(3n+3) {
        margin-right: 0
    }

    .full-width .products .product:nth-child(3n+1) {
        clear: both
    }

    .full-width .products .product.first {
        clear: none
    }

    .full-width .products .product.last {
        margin-right: 3.896%
    }
}

.woocommerce.latest-poroducts-slider-box .products .product {
    clear: none !important;
    width: 100%;
    margin: 0 12px !important;
    position: relative
}

.woocommerce .scrolling-slider.products {
    margin-bottom: 0 !important
}

.latest-poroducts-slider-box .product img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.latest-poroducts-slider-box ul.products {
    padding: 0 2px
}

.latest-poroducts-slider-box .scrolling-slider .tie-slick-dots {
    position: relative;
    margin: 20px 0 0
}

.woocommerce .woocommerce-products-header {
    margin-bottom: 20px
}

    .woocommerce .woocommerce-products-header .term-description {
        margin-top: 15px
    }

.woocommerce .woocommerce-result-count {
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 30px
}

@media(max-width:479px) {
    .woocommerce .woocommerce-result-count {
        margin-bottom: 0
    }
}

.woocommerce .woocommerce-ordering {
    float: right;
    margin-bottom: 30px;
    width: 30.73593073593074%
}

@media(max-width:479px) {
    .woocommerce .woocommerce-ordering {
        width: 100%;
        margin-top: 20px
    }
}

.woocommerce .woocommerce-ordering select {
    width: 100%;
    cursor: pointer;
    vertical-align: top;
    height: 35px
}

.woocommerce .woocommerce-pagination {
    margin: 50px 0 0;
    text-align: center
}

    .woocommerce .woocommerce-pagination ul.page-numbers {
        margin: 0;
        padding: 0;
        overflow: hidden
    }

        .woocommerce .woocommerce-pagination ul.page-numbers li {
            float: left;
            margin-right: 10px;
            list-style: none
        }

            .woocommerce .woocommerce-pagination ul.page-numbers li a,
            .woocommerce .woocommerce-pagination ul.page-numbers li span {
                width: 35px;
                height: 35px;
                line-height: 35px;
                background: #fff;
                display: block;
                border-radius: 2px;
                border: 1px solid rgba(0,0,0,.1)
            }

                .woocommerce .woocommerce-pagination ul.page-numbers li a.current,
                .woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
                .woocommerce .woocommerce-pagination ul.page-numbers li span.current,
                .woocommerce .woocommerce-pagination ul.page-numbers li span:hover {
                    color: #08f
                }

.woocommerce .button {
    white-space: nowrap;
    word-wrap: normal
}

    .woocommerce .button.loading {
        opacity: .65;
        padding-right: 2.618em
    }

        .woocommerce .button.loading:after {
            font-family: fontawesome;
            content: "\f110";
            vertical-align: top;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: 400;
            position: absolute;
            top: .618em;
            right: 1em;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite
        }

    .woocommerce .button.added:after {
        font-family: fontawesome;
        content: "\f00c";
        margin-left: .53em;
        vertical-align: bottom
    }

    .woocommerce .button:hover {
        background-color: #006dcc;
        text-decoration: none;
        background-image: none;
        color: #fff
    }

    .woocommerce .button.alt {
        background-color: #08f;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

        .woocommerce .button.alt:hover {
            background-color: #07e;
            color: #fff
        }

        .woocommerce .button.alt.disabled,
        .woocommerce .button.alt:disabled,
        .woocommerce .button.alt:disabled[disabled],
        .woocommerce .button.alt.disabled:hover,
        .woocommerce .button.alt:disabled:hover,
        .woocommerce .button.alt:disabled[disabled]:hover {
            background-color: #08f;
            color: #fff
        }

    .woocommerce .button:disabled,
    .woocommerce .button.disabled,
    .woocommerce .button:disabled[disabled] {
        color: inherit;
        cursor: not-allowed;
        opacity: .5;
        color: #fff
    }

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: right
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    word-wrap: normal;
    display: inline-block
}

    .woocommerce a.added_to_cart.wc-forward {
        margin-left: 10px;
        text-decoration: underline !important
    }

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}

    .woocommerce #reviews h2 small a {
        text-decoration: none;
        color: #777
    }

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce #reviews #comments h2 {
    display: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    padding: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

    .woocommerce #reviews #comments ol.commentlist:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce #reviews #comments ol.commentlist li {
        padding: 0;
        margin: 0 0 20px;
        border: 0;
        position: relative;
        background: 0;
        border: 0;
        list-style: none
    }

        .woocommerce #reviews #comments ol.commentlist li .meta {
            color: #777;
            font-size: .75em
        }

        .woocommerce #reviews #comments ol.commentlist li img.avatar {
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px;
            width: 52px;
            height: auto;
            border: 1px solid rgba(0,0,0,.1);
            margin: 0;
            box-shadow: none;
            border-radius: 50%
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text {
            margin: 0 0 0 70px;
            border: 1px solid rgba(0,0,0,.1);
            border-radius: 4px;
            padding: 1em
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
                content: "";
                display: table;
                clear: both
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em
            }

                .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: .83em;
                    margin-bottom: .5em
                }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        list-style: none outside;
        margin: 20px 0 0 50px
    }

        .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
            display: none
        }

    .woocommerce #reviews #comments ol.commentlist #respond {
        border: 1px solid #c4e0f8;
        border-radius: 4px;
        padding: 1em 1em 0;
        margin: 20px 0 0 50px
    }

.woocommerce #reviews #comments .commentlist > li:before {
    content: ""
}

.woocommerce #reviews #comments .woocommerce-pagination {
    margin-top: 10px;
    margin-bottom: 50px
}

.woocommerce #reviews #review_form_wrapper {
    margin-top: 30px
}

    .woocommerce #reviews #review_form_wrapper .comment-reply-title {
        margin-bottom: 20px;
        display: block;
        font-weight: 600
    }

    .woocommerce #reviews #review_form_wrapper .comment-form-rating .stars {
        float: left;
        clear: both
    }

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: fontawesome
}

    .woocommerce .star-rating:before {
        content: "\f006\f006\f006\f006\f006";
        float: left;
        top: 0;
        left: 0;
        position: absolute
    }

    .woocommerce .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em
    }

        .woocommerce .star-rating span:before {
            content: "\f005\f005\f005\f005\f005";
            top: 0;
            position: absolute;
            left: 0
        }

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

    .woocommerce .woocommerce-product-rating:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce .woocommerce-product-rating .star-rating {
        margin: .5em 4px 0 0;
        float: left
    }

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

    .woocommerce #review_form #respond:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce #review_form #respond p {
        margin: 0 0 10px;
        float: none;
        width: 100%
    }

    .woocommerce #review_form #respond .form-submit input {
        left: auto
    }

    .woocommerce #review_form #respond textarea {
        box-sizing: border-box;
        width: 100%
    }

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

    .woocommerce p.stars a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: fontawesome;
        content: "\f006";
        text-indent: 0
    }

    .woocommerce p.stars a:hover {
        color: inherit
    }

        .woocommerce p.stars a:hover ~ a:before {
            content: "\f006"
        }

.woocommerce p.stars:hover a:before {
    content: "\f005"
}

.woocommerce p.stars.selected a.active:before {
    content: "\f005"
}

.woocommerce p.stars.selected a.active ~ a:before {
    content: "\f006"
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\f005"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

    .woocommerce table.shop_attributes th {
        width: 150px;
        font-weight: 700;
        padding: 8px;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5
    }

    .woocommerce table.shop_attributes td {
        padding: 0 8px;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5
    }

        .woocommerce table.shop_attributes td p {
            margin: 0;
            padding: 8px 0
        }

    .woocommerce table.shop_attributes .alt td,
    .woocommerce table.shop_attributes .alt th {
        background: rgba(0,0,0,.025)
    }

.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 60px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 2px
}

    .woocommerce table.shop_table th {
        font-weight: 700;
        padding: 9px 12px;
        border: none
    }

    .woocommerce table.shop_table td {
        padding: 6px 12px;
        vertical-align: middle;
        border: none
    }

        .woocommerce table.shop_table td small {
            font-weight: 400
        }

    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .woocommerce table.shop_table tbody:first-child tr:first-child td {
        border-top: 0
    }

    .woocommerce table.shop_table tfoot td,
    .woocommerce table.shop_table tfoot th,
    .woocommerce table.shop_table tbody th {
        font-weight: 700;
        border-top: 1px solid rgba(0,0,0,.1)
    }

.woocommerce table.my_account_orders {
    font-size: .85em
}

    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders td {
        padding: 4px 8px;
        vertical-align: middle
    }

    .woocommerce table.my_account_orders .button {
        white-space: nowrap;
        word-wrap: normal
    }

    .woocommerce table.my_account_orders .order-actions {
        text-align: right
    }

        .woocommerce table.my_account_orders .order-actions .button {
            margin: .125em 0 .125em .25em
        }

.woocommerce dl.variation {
    font-size: .857em;
    float: left;
    line-height: 20px;
    margin: 0;
    width: calc(100% - 80px)
}

    .woocommerce dl.variation dt {
        float: left;
        margin-bottom: 5px
    }

    .woocommerce dl.variation dd {
        margin: 0 20px 0 0;
        float: left;
        opacity: .8;
        padding-left: 5px
    }

        .woocommerce dl.variation dd p {
            margin: 0;
            line-height: 20px
        }

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li {
        padding: 0 0 10px;
        list-style: none
    }

        .woocommerce ul.cart_list li:after,
        .woocommerce ul.product_list_widget li:after {
            content: "";
            display: table;
            clear: both
        }

        .woocommerce ul.cart_list li:last-child,
        .woocommerce ul.product_list_widget li:last-child {
            padding-bottom: 0
        }

        .woocommerce ul.cart_list li a,
        .woocommerce ul.product_list_widget li a {
            display: block;
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 5px
        }

        .woocommerce ul.cart_list li img,
        .woocommerce ul.product_list_widget li img {
            float: left;
            margin-right: 20px;
            width: 60px;
            height: auto;
            box-shadow: none;
            opacity: 1 !important
        }

        .woocommerce ul.cart_list li .star-rating,
        .woocommerce ul.product_list_widget li .star-rating {
            float: none;
            margin: 5px 0
        }

        .woocommerce ul.cart_list li .quantity,
        .woocommerce ul.product_list_widget li .quantity {
            float: none;
            display: inline-block;
            margin-top: 10px
        }

        .woocommerce ul.product_list_widget li .quantity {
            margin-top: 0
        }

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
    border-top: 1px solid rgba(0,0,0,.1);
    margin: 20px 0;
    padding-top: 20px;
    font-size: 16px
}

    .woocommerce.widget_shopping_cart .total strong,
    .woocommerce .widget_shopping_cart .total strong {
        min-width: 40px;
        display: inline-block
    }

    .woocommerce.widget_shopping_cart .total span,
    .woocommerce .widget_shopping_cart .total span {
        float: right
    }

.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
    position: relative;
    padding-top: 0;
    padding-right: 30px
}

.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
    width: 48%;
    margin-bottom: 10px;
    display: block;
    float: left
}

    .woocommerce.widget_shopping_cart .buttons a.checkout,
    .woocommerce .widget_shopping_cart .buttons a.checkout {
        margin-left: 4%
    }

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
        transition: opacity .5s .5s ease;
        opacity: 0
    }

    .woocommerce form .form-row label {
        line-height: 2
    }

        .woocommerce form .form-row label.hidden {
            visibility: hidden
        }

        .woocommerce form .form-row label.inline {
            display: inline
        }

    .woocommerce form .form-row select {
        cursor: pointer;
        margin: 0
    }

    .woocommerce form .form-row .required {
        color: red;
        font-weight: 700;
        border: 0;
        text-decoration: none
    }

    .woocommerce form .form-row .input-checkbox {
        display: inline;
        margin: -2px 8px 0 0;
        text-align: center;
        vertical-align: middle
    }

    .woocommerce form .form-row .input-text,
    .woocommerce form .form-row .select2,
    .woocommerce form .form-row textarea {
        box-sizing: border-box;
        width: 100%;
        display: block;
        max-width: 400px;
        margin: 0;
        outline: 0;
        line-height: 1
    }

    .woocommerce form .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        box-shadow: none
    }

    .woocommerce form .form-row .select2-container {
        width: 100%;
        line-height: 2em
    }

    .woocommerce form .form-row.woocommerce-invalid label {
        color: #a00
    }

    .woocommerce form .form-row.woocommerce-invalid .select2-container,
    .woocommerce form .form-row.woocommerce-invalid input.input-text,
    .woocommerce form .form-row.woocommerce-invalid select {
        border-color: #a00
    }

    .woocommerce form .form-row.woocommerce-validated .select2-container,
    .woocommerce form .form-row.woocommerce-validated input.input-text,
    .woocommerce form .form-row.woocommerce-validated select {
        border-color: #69bf29
    }

    .woocommerce form .form-row ::-webkit-input-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-moz-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-ms-input-placeholder {
        line-height: normal
    }

.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    margin: 2em 0;
    border-radius: 5px
}

.woocommerce .checkout_coupon {
    padding: 30px;
    border: 3px dashed rgba(0,0,0,.1);
    text-align: center;
    position: relative
}

    .woocommerce .checkout_coupon .form-row-first {
        width: 100%;
        float: left;
        position: relative
    }

        .woocommerce .checkout_coupon .form-row-first:before {
            content: '\f06b';
            font-family: FontAwesome;
            position: absolute;
            left: 10px;
            width: 40px;
            height: 40px;
            font-size: 20px;
            line-height: 40px;
            color: #2c2f34;
            opacity: .2
        }

    .woocommerce .checkout_coupon input {
        max-width: none !important;
        padding: 12px 12px 12px 50px;
        border-style: dashed
    }

    .woocommerce .checkout_coupon .form-row-last {
        position: absolute;
        right: 30px
    }

    .woocommerce .checkout_coupon button {
        font-size: 0;
        background-color: transparent !important;
        color: #2c2f34 !important;
        line-height: 1;
        padding: 12px;
        height: 40px;
        width: 50px
    }

        .woocommerce .checkout_coupon button:before {
            content: '\f061';
            display: inline-block;
            font-family: FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 15px
        }

        .woocommerce .checkout_coupon button:hover {
            opacity: .7
        }

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    .woocommerce ul#shipping_method li {
        margin: 0;
        padding: .25em 0 .25em 22px;
        text-indent: -22px;
        list-style: none outside
    }

        .woocommerce ul#shipping_method li input {
            margin: 3px .5ex
        }

        .woocommerce ul#shipping_method li label {
            display: inline
        }

    .woocommerce ul#shipping_method .amount {
        font-weight: 700
    }

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce .order_details {
    margin: 0 0 3em;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

    .woocommerce .order_details:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce .order_details li:nth-child(n) {
        font-size: .715em;
        line-height: 1;
        border-bottom: 1px dashed rgba(0,0,0,.1);
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        list-style: none
    }

        .woocommerce .order_details li:nth-child(n) strong {
            display: block;
            font-size: 1.4em;
            text-transform: none;
            line-height: 1.5
        }

.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

    .woocommerce .widget_layered_nav ul li {
        list-style: none
    }

        .woocommerce .widget_layered_nav ul li:after {
            content: "";
            display: table;
            clear: both
        }

        .woocommerce .widget_layered_nav ul li span {
            padding: 1px 0
        }

        .woocommerce .widget_layered_nav ul li.chosen a:before {
            font-family: fontawesome;
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: 5px;
            content: "";
            text-decoration: none;
            color: #a00
        }

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1;
    margin: -5px
}

    .woocommerce .widget_layered_nav_filters ul li {
        float: left;
        list-style: none;
        margin: 5px;
        padding: 0
    }

        .woocommerce .widget_layered_nav_filters ul li a {
            text-decoration: none;
            display: block;
            padding: 5px;
            margin: 0
        }

            .woocommerce .widget_layered_nav_filters ul li a:hover {
                color: #a00
            }

            .woocommerce .widget_layered_nav_filters ul li a:before {
                font-family: fontawesome;
                speak: none;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                margin-right: 5px;
                content: "";
                text-decoration: none;
                color: #a00
            }

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

    .woocommerce .widget_price_filter .price_slider_amount .price_label {
        font-size: 14px
    }

    .woocommerce .widget_price_filter .price_slider_amount .button {
        font-size: 1.15em;
        float: left
    }

    .woocommerce .widget_price_filter .price_slider_amount input[type=text] {
        display: none
    }

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 18px;
        height: 18px;
        background-color: #fff;
        transition: background-color .3s ease;
        border-radius: 1em;
        cursor: ew-resize;
        outline: none;
        top: 1px;
        margin-left: 1px
    }

        .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
            margin-left: -19px
        }

        .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover {
            background-color: #f1f1f1
        }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em;
        background-color: #08f
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #dfe3e8;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 20px
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px
    }

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

    .woocommerce .widget_rating_filter ul li {
        padding: 0 0 1px;
        list-style: none;
        margin-bottom: 10px
    }

        .woocommerce .widget_rating_filter ul li:after {
            content: "";
            display: table;
            clear: both
        }

        .woocommerce .widget_rating_filter ul li a {
            padding: 1px 0;
            text-decoration: none;
            text-align: right;
            display: block;
            opacity: .7
        }

            .woocommerce .widget_rating_filter ul li a:hover {
                opacity: 1
            }

        .woocommerce .widget_rating_filter ul li .star-rating {
            float: left;
            display: inline-block
        }

        .woocommerce .widget_rating_filter ul li:last-child {
            margin-bottom: 0
        }

        .woocommerce .widget_rating_filter ul li.chosen a {
            opacity: 1;
            color: #08f
        }

            .woocommerce .widget_rating_filter ul li.chosen a:before {
                font-family: fontawesome;
                speak: none;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                margin-right: 5px;
                content: "";
                text-decoration: none
            }

@media(min-width:768px) {
    .woocommerce-account .col2-set#customer_login,
    .woocommerce-account .col2-set.addresses {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

        .woocommerce-account .col2-set#customer_login .col-1,
        .woocommerce-account .col2-set.addresses .col-1 {
            width: 41.1764705882%;
            float: left;
            margin-right: 5.8823529412%
        }

        .woocommerce-account .col2-set#customer_login .col-2,
        .woocommerce-account .col2-set.addresses .col-2 {
            width: 52.9411764706%;
            float: right;
            margin-right: 0
        }
}

.woocommerce-account .woocommerce:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        margin: 0;
        padding: 0
    }

        .woocommerce-account .woocommerce-MyAccount-navigation ul li {
            list-style: none
        }

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-account .addresses .title:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

    .woocommerce-account ul.digital-downloads li {
        list-style: none;
        margin-left: 0;
        padding-left: 0
    }

        .woocommerce-account ul.digital-downloads li:before {
            font-family: fontawesome;
            speak: none;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: 5px;
            content: "";
            text-decoration: none
        }

        .woocommerce-account ul.digital-downloads li .count {
            float: right
        }

.product-remove .remove {
    position: relative;
    font-size: 0 !important
}

.remove_from_cart_button.remove {
    font-size: 0 !important
}

    .remove_from_cart_button.remove:before,
    .product-remove .remove:before {
        font-size: 15px
    }

.woocommerce-cart .product-remove {
    width: 40px
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 72px
}

.woocommerce-cart table.cart img {
    width: 52px;
    box-shadow: none;
    opacity: 1 !important
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    vertical-align: middle
}

    .woocommerce-cart table.cart td.actions {
        padding-top: 15px;
        padding-bottom: 15px
    }

        .woocommerce-cart table.cart td.actions .coupon {
            float: left
        }

            .woocommerce-cart table.cart td.actions .coupon input {
                border-radius: 2px 0 0 2px;
                border-right-width: 0
            }

            .woocommerce-cart table.cart td.actions .coupon button {
                border-radius: 0 2px 2px 0
            }

@media(max-width:479px) {
    .woocommerce-cart table.cart td.actions .coupon {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        float: none;
        margin-bottom: 15px
    }

        .woocommerce-cart table.cart td.actions .coupon input {
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

        .woocommerce-cart table.cart td.actions .coupon label {
            display: none
        }

        .woocommerce-cart table.cart td.actions .coupon + button {
            width: 100%;
            padding: 1em;
            font-size: 1.25em
        }
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    box-sizing: border-box;
    padding: 5px 6px;
    outline: 0
}

.woocommerce-cart table.cart td.actions .coupon input {
    margin: 0 0 0 5px
}

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0 0
}

    .woocommerce-cart .wc-proceed-to-checkout:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        display: block;
        text-align: center;
        margin-bottom: 0;
        font-size: 1.25em;
        padding: 1em
    }

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: fontawesome;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    content: "";
    text-decoration: none
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 47.8260869565%;
    float: right;
    margin-right: 0
}

    .woocommerce-cart .cart-collaterals .cart_totals p small {
        color: #777;
        font-size: .83em
    }

    .woocommerce-cart .cart-collaterals .cart_totals table {
        border-collapse: separate;
        margin: 0 0 6px;
        padding: 0
    }

        .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
        .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
            border-top: 0
        }

        .woocommerce-cart .cart-collaterals .cart_totals table th {
            width: 40%;
            border-top: 0
        }

        .woocommerce-cart .cart-collaterals .cart_totals table td,
        .woocommerce-cart .cart-collaterals .cart_totals table th {
            vertical-align: top;
            border-left: 0;
            border-right: 0;
            line-height: 1.5em
        }

        .woocommerce-cart .cart-collaterals .cart_totals table small {
            color: #777
        }

        .woocommerce-cart .cart-collaterals .cart_totals table select {
            width: 100%
        }

    .woocommerce-cart .cart-collaterals .cart_totals .discount td {
        color: #ff0009
    }

.woocommerce-cart .cart-collaterals .cross-sells {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 0
}

    .woocommerce-cart .cart-collaterals .cross-sells ul.products {
        margin: 0 0 -30px
    }

        .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
            width: calc(50% - 15px);
            float: left;
            margin: 0 30px 30px 0
        }

@media(max-width:479px) {
    .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
        width: 100%;
        margin: 0 0 20px
    }
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important
}

@media(max-width:767px) {
    .woocommerce-cart .cart-collaterals .cart_totals,
    .woocommerce-cart .cart-collaterals .cross-sells {
        width: 100%;
        margin: 0 0 30px
    }
}

@media(max-width:767px) {
    table.shop_table_responsive thead,
    table.shop_table_responsive tbody th {
        display: none
    }

    table.shop_table_responsive tr td {
        display: block;
        text-align: right;
        clear: both;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        table.shop_table_responsive tr td:before {
            content: attr(data-title);
            font-weight: 700;
            float: left
        }

    .woocommerce-cart table.shop_table_responsive tr td.product-thumbnail {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .woocommerce-cart table.shop_table_responsive tr td.product-thumbnail img {
            width: 80px
        }

    table.shop_table_responsive tr td .quantity .qty {
        padding: 10px;
        width: 5em
    }

    table.shop_table_responsive tr td.product-remove {
        border: 0
    }

        table.shop_table_responsive tr td.product-remove a {
            text-align: left;
            top: 12px;
            left: 5px;
            font-size: 21px
        }

        table.shop_table_responsive tr td.product-remove:before {
            display: none
        }

    table.shop_table_responsive tr td.actions,
    table.shop_table_responsive tr td.download-actions {
        overflow: hidden
    }

        table.shop_table_responsive tr td.actions:before,
        table.shop_table_responsive tr td.download-actions:before {
            display: none
        }

        table.shop_table_responsive tr td.download-actions .button {
            display: block;
            text-align: center
        }

    table.shop_table_responsive tr td.product-subtotal {
        padding-bottom: 25px
    }

    table.shop_table_responsive.my_account_orders .order-actions {
        text-align: right
    }

        table.shop_table_responsive.my_account_orders .order-actions:before {
            display: none
        }
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
    clear: left
}

.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
    clear: left
}

.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}

.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
    clear: both
}

.woocommerce-checkout .checkout h3 {
    margin-top: 30px
}

#payment:after {
    content: "";
    display: table;
    clear: both
}

#payment .create-account {
    clear: both
}

#payment .payment_methods {
    margin: 0 !important;
    padding: 0 !important
}

    #payment .payment_methods > .wc_payment_method > label {
        display: block;
        padding: 1.41575em;
        cursor: pointer
    }

        #payment .payment_methods > .wc_payment_method > label:before {
            display: inline-block;
            font: normal normal normal 1em/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f10c";
            margin-right: .5407911001em;
            transition: color,ease,.2s
        }

    #payment .payment_methods li {
        list-style: none !important;
        margin-left: 0;
        margin-bottom: 1px;
        position: relative;
        background-color: rgba(0,0,0,.03);
        transition: background .3s
    }

        #payment .payment_methods li:hover {
            background-color: rgba(0,0,0,.04)
        }

        #payment .payment_methods li img {
            float: right;
            border: 0;
            padding: 0;
            max-height: 1.618em
        }

        #payment .payment_methods li:last-child {
            padding-bottom: 0;
            border-bottom: 0
        }

        #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child {
            clip: rect(1px 1px 1px 1px);
            clip: rect(1px,1px,1px,1px);
            position: absolute !important
        }

            #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before {
                content: "\f192"
            }

        #payment .payment_methods li p {
            margin: 0
        }

        #payment .payment_methods li .payment_box {
            padding: 1.41575em;
            background: #fff
        }

            #payment .payment_methods li .payment_box fieldset {
                border: 0;
                margin: 0;
                padding: 1em 0 0;
                font-size: .875em
            }

                #payment .payment_methods li .payment_box fieldset label {
                    width: auto;
                    margin-left: 0
                }

                #payment .payment_methods li .payment_box fieldset .form-row {
                    margin-bottom: 1em
                }

                    #payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
                        margin-right: 5px
                    }

                #payment .payment_methods li .payment_box fieldset #cvv {
                    width: 22% !important
                }

                #payment .payment_methods li .payment_box fieldset .help {
                    width: 75%;
                    float: right
                }

            #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
                padding-top: 1em;
                margin: 0
            }

                #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
                    margin-top: .6180469716em
                }

                    #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
                        margin-right: .236em
                    }

            #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
                margin-left: 0
            }

            #payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
            #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
            #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
                font-size: 1.41575em
            }

            #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
                background-repeat: no-repeat;
                background-position: right .6180469716em center;
                background-size: 31px 20px
            }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
                    background-image: url(../../../themes/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
                    background-image: url(../../../themes/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
                    background-image: url(../../../themes/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
                    background-image: url(../../../themes/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
                    background-image: url(../../../themes/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
                    background-image: url(../../../themes/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
                    background-image: url(../../../themes/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
                }

                #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
                    background-image: url(../../../themes/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
                }

#payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-bottom: 1em
}

    #payment .terms label {
        display: block;
        cursor: pointer
    }

#payment .place-order {
    padding: 1.41575em 0;
    margin-bottom: 0;
    float: none;
    width: 100%
}

    #payment .place-order .button {
        font-size: 1.41575em;
        padding: .6180469716em 1.41575em;
        width: 100%;
        white-space: pre-wrap
    }

.woocommerce-password-strength {
    text-align: center;
    font-weight: 700;
    padding: 3px .5em;
    font-size: 1em
}

    .woocommerce-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373
    }

    .woocommerce-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b
    }

    .woocommerce-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53
    }

    .woocommerce-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733
    }

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

.product.has-default-attributes.has-children > .images {
    opacity: 0
}

.woocommerce-MyAccount-navigation {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px
}

    .woocommerce-MyAccount-navigation ul {
        margin-left: 0;
        margin-bottom: -1px;
        padding: 0
    }

        .woocommerce-MyAccount-navigation ul li {
            list-style: none;
            border-bottom: 1px solid rgba(0,0,0,.1);
            position: relative;
            margin-bottom: 0
        }

            .woocommerce-MyAccount-navigation ul li:last-child {
                border-bottom: 0
            }

            .woocommerce-MyAccount-navigation ul li.is-active {
                background-color: rgba(0,0,0,.03)
            }

                .woocommerce-MyAccount-navigation ul li.is-active a {
                    color: #08f
                }

                    .woocommerce-MyAccount-navigation ul li.is-active a:before {
                        opacity: 1
                    }

            .woocommerce-MyAccount-navigation ul li a {
                padding: 10px 15px;
                display: block
            }

                .woocommerce-MyAccount-navigation ul li a:before {
                    display: inline-block;
                    font: normal normal normal 1em/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "\f0f6";
                    line-height: 1.618;
                    margin-left: .53em;
                    width: 1.387em;
                    text-align: center;
                    float: right;
                    opacity: .25;
                    transition: .3s
                }

                .woocommerce-MyAccount-navigation ul li a:hover:before {
                    opacity: 1
                }

            .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
                content: "\f0e4"
            }

            .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
                content: "\f291"
            }

            .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
                content: "\f1c6"
            }

            .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
                content: "\f015"
            }

            .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
                content: "\f09d"
            }

            .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
                content: "\f007"
            }

            .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
                content: "\f08b"
            }

            .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
                content: "\f021"
            }

.woocommerce-MyAccount-content {
    padding: 0 10px
}

    .woocommerce-MyAccount-content h2 {
        font-size: 2em;
        font-weight: 600
    }

    .woocommerce-MyAccount-content #payment .payment_methods {
        margin-bottom: 1.618em !important
    }

        .woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
            background-color: rgba(0,0,0,.05)
        }

    .woocommerce-MyAccount-content fieldset {
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 2px;
        margin-bottom: 20px
    }

ul.order_details {
    list-style: none;
    position: relative;
    margin: 3.631em 0
}

    ul.order_details:after {
        content: "";
        display: table;
        clear: both
    }

    ul.order_details:before,
    ul.order_details:after {
        content: "";
        display: block;
        position: absolute;
        top: -16px;
        left: 0;
        width: 100%;
        height: 16px;
        background-size: 0 100%,16px 16px,16px 16px
    }

    ul.order_details:after {
        top: auto;
        bottom: -16px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    ul.order_details li {
        padding: 1em 1.618em;
        font-size: .8em;
        text-transform: uppercase
    }

        ul.order_details li:first-child {
            padding-top: 1.618em
        }

        ul.order_details li:last-child {
            border: 0;
            padding-bottom: 1.618em
        }

        ul.order_details li strong {
            display: block;
            font-size: 1.387em;
            text-transform: none
        }

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    padding: 2px 10px;
    font-size: .857em;
    margin-right: .236em
}

    .my_account_orders .button.view:before {
        display: inline-block;
        font: normal normal normal 1em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f06e";
        margin-right: .53em
    }

p.order-again .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-left: .53em
}

.woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: .53em
}

.woocommerce .widget_rating_filter .widget-title-icon:before,
.woocommerce .widget_price_filter .widget-title-icon:before,
.woocommerce .widget_layered_nav .widget-title-icon:before {
    content: "\f0b0"
}

.woocommerce.widget_products .widget-title-icon:before,
.woocommerce.widget_shopping_cart .widget-title-icon:before {
    content: "\f290"
}

.woocommerce.widget_recently_viewed_products .widget-title-icon:before {
    content: "\f06e"
}

.woocommerce.widget_recent_reviews .widget-title-icon:before,
.woocommerce.widget_top_rated_products .widget-title-icon:before {
    content: "\f006"
}

.rtl .woocommerce-tabs .panel ol,
.rtl .woocommerce-tabs .panel ul {
    padding-right: 15px;
    padding-left: 0;
    margin-right: 20px;
    margin-left: 0
}

.rtl .woocommerce-tabs .panel li ol,
.rtl .woocommerce-tabs .panel li ul {
    margin-right: 15px;
    margin-left: 0
}

.rtl .woocommerce .products .product,
.rtl.woocommerce .products .product {
    float: right;
    margin-left: 3.896%;
    margin-right: 0
}

    .rtl .woocommerce .products .product.last,
    .rtl.woocommerce .products .product.last {
        margin-left: 0
    }

    .rtl .woocommerce .products .product.first,
    .rtl.woocommerce .products .product.first {
        clear: both
    }

    .rtl .woocommerce .products .product .price del,
    .rtl.woocommerce .products .product .price del {
        margin-left: 5px;
        margin-right: 0
    }

@media(max-width:670px) {
    .rtl .woocommerce .products .product,
    .rtl.woocommerce .products .product {
        margin-left: 3.018%;
        margin-right: 0
    }

        .rtl .woocommerce .products .product.first,
        .rtl.woocommerce .products .product.first {
            clear: none
        }

        .rtl .woocommerce .products .product:nth-child(2n),
        .rtl.woocommerce .products .product:nth-child(2n) {
            margin-left: 0
        }

        .rtl .woocommerce .products .product:nth-child(2n+1),
        .rtl.woocommerce .products .product:nth-child(2n+1) {
            margin-left: 3.018%;
            margin-right: 0
        }
}

@media(max-width:479px) {
    .rtl .woocommerce .products .product:nth-child(n),
    .rtl.woocommerce .products .product:nth-child(n) {
        margin-left: 0
    }
}

.rtl .woocommerce li.product span.onsale,
.rtl .woocommerce li.product span.new,
.rtl.woocommerce li.product span.onsale,
.rtl.woocommerce li.product span.new {
    right: 20px;
    left: auto
}

.rtl .woocommerce span.new,
.rtl.woocommerce span.new {
    right: auto;
    left: 20px
}

@media(min-width:992px) {
    .rtl .full-width .products .product,
    .rtl.full-width .products .product {
        margin-left: 2.564%;
        margin-right: 0
    }

        .rtl .full-width .products .product.last,
        .rtl.full-width .products .product.last {
            margin-left: 0
        }
}

@media only screen and (min-width:670px) and (max-width:992px) {
    .rtl .full-width .products .product:nth-child(3n+3),
    .rtl.full-width .products .product:nth-child(3n+3) {
        margin-left: 0
    }

    .rtl .full-width .products .product:nth-child(3n+1),
    .rtl.full-width .products .product:nth-child(3n+1) {
        clear: both
    }

    .rtl .full-width .products .product.first,
    .rtl.full-width .products .product.first {
        clear: none
    }

    .rtl .full-width .products .product.last,
    .rtl.full-width .products .product.last {
        margin-left: 3.896%;
        margin-right: 0
    }
}

.rtl.woocommerce .woocommerce-error:before,
.rtl.woocommerce .woocommerce-info:before,
.rtl.woocommerce .woocommerce-message:before {
    right: 10px;
    left: auto
}

.rtl.woocommerce .woocommerce-error a,
.rtl.woocommerce .woocommerce-info a,
.rtl.woocommerce .woocommerce-message a {
    float: left
}

.rtl.woocommerce .woocommerce-error li,
.rtl.woocommerce .woocommerce-info li,
.rtl.woocommerce .woocommerce-message li {
    padding-right: 0 !important;
    margin-right: 0 !important
}

.rtl.woocommerce .woocommerce-pagination .page-numbers li {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

.rtl.woocommerce .pagination a.next,
.rtl.woocommerce .pagination a.prev,
.rtl.woocommerce .woocommerce-pagination a.next,
.rtl.woocommerce .woocommerce-pagination a.prev {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.rtl.woocommerce form.woocommerce-ordering {
    float: left
}

.rtl.woocommerce .woocommerce-result-count {
    float: right
}

.rtl.woocommerce div.product .woocommerce-product-gallery {
    float: right;
    margin-left: 40px;
    margin-right: 0
}

@media(max-width:767px) {
    .rtl.woocommerce div.product .woocommerce-product-gallery {
        margin-left: 0
    }
}

.rtl.woocommerce div.product div.summary {
    float: left;
    margin-left: 0
}

.rtl.woocommerce.single-product .summary .price,
.rtl.woocommerce.single-product .woocommerce-tabs ul.tabs li {
    float: right
}

.rtl.woocommerce.single-product .woocommerce-product-rating,
.rtl.woocommerce.single-product form.cart .button,
.rtl.woocommerce.single-product .woocommerce-review-link:before {
    float: left
}

.rtl.woocommerce .woocommerce-variation-price {
    overflow: hidden
}

.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 70px 0 0
}

.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: right;
    right: 0;
    left: auto
}

.rtl.woocommerce .star-rating {
    float: left
}

.rtl.woocommerce li.product .star-rating {
    float: none
}

.rtl.woocommerce .star-rating:before,
.rtl.woocommerce .star-rating span,
.rtl.woocommerce .star-rating span:before {
    float: right;
    right: 0;
    left: auto
}

.rtl.woocommerce #reviews #review_form_wrapper .comment-form-rating .stars {
    float: right
}

.rtl .woocommerce.widget_shopping_cart .total span,
.rtl .woocommerce .widget_shopping_cart .total span {
    float: left
}

.rtl.woocommerce-cart table.cart td.actions .coupon {
    float: right
}

.rtl .woocommerce .button.loading,
.rtl.woocommerce .button.loading {
    padding-left: 2.618em;
    padding-right: 15px
}

    .rtl .woocommerce .button.loading:after,
    .rtl.woocommerce .button.loading:after {
        top: auto;
        left: 1em;
        right: auto
    }

.rtl .woocommerce .button.added:after,
.rtl.woocommerce .button.added:after {
    float: left;
    margin-left: 0;
    margin-right: .53em
}

.rtl .woocommerce a.added_to_cart.wc-forward,
.rtl.woocommerce a.added_to_cart.wc-forward {
    margin-left: 0;
    margin-right: 10px
}

.rtl .cart .button,
.rtl .cart input.button {
    float: left
}

.rtl.woocommerce-cart table.cart td.actions .coupon input {
    margin: 0 5px 0 0;
    border-radius: 0 2px 2px 0;
    border-right-width: 1px;
    border-left-width: 0
}

.rtl.woocommerce-cart table.cart td.actions .coupon button {
    border-radius: 2px 0 0 2px
}

.rtl td.product-name dl.variation dd,
.rtl td.product-name dl.variation dt {
    float: right
}

.rtl td.product-name dl.variation dt {
    margin: 0 0 0 4px;
    clear: right
}

.rtl table.shop_table {
    margin: 0 0 24px -1px;
    text-align: right
}

.rtl table.my_account_orders .order-actions {
    text-align: left
}

.rtl.woocommerce-checkout #payment .payment_methods li img {
    float: left
}

.rtl.woocommerce-checkout .woocommerce-checkout #payment div.payment_box:before,
.rtl.woocommerce-checkout #add_payment_method #payment div.payment_box:before {
    right: 20px;
    left: auto
}

.rtl .cart-collaterals .cart_totals {
    float: left;
    margin-left: 0
}

.rtl .cart-collaterals .cross-sells {
    float: right;
    margin-left: 4.347826087%;
    margin-right: 0
}

    .rtl .cart-collaterals .cross-sells ul.products li.product {
        float: right;
        margin: 0 0 30px 30px
    }

        .rtl .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
            margin-left: 0 !important
        }

.rtl.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right
}

    .rtl.woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 0;
        margin-right: 0
    }

        .rtl.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
            float: left;
            margin-left: 0;
            margin-right: .53em
        }

@media(min-width:768px) {
    .rtl.woocommerce-account .col2-set#customer_login,
    .rtl.woocommerce-account .col2-set.addresses {
        float: right
    }

        .rtl.woocommerce-account .col2-set#customer_login .col-1,
        .rtl.woocommerce-account .col2-set.addresses .col-1 {
            float: right;
            margin-left: 5.8823529412%;
            margin-right: 0
        }

        .rtl.woocommerce-account .col2-set#customer_login .col-2,
        .rtl.woocommerce-account .col2-set.addresses .col-2 {
            float: left;
            margin-left: 0
        }
}

.rtl.woocommerce-account .addresses .title h3 {
    float: right
}

.rtl.woocommerce-account .addresses .title .edit,
.rtl.woocommerce-account .woocommerce-MyAccount-content {
    float: left
}

.rtl .woocommerce form.login,
.rtl .woocommerce form.checkout_coupon,
.rtl .woocommerce form.register {
    text-align: right
}

.rtl ul.cart_list li img,
.rtl ul.product_list_widget li img {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.rtl .woocommerce.widget_shopping_cart .cart_list li,
.rtl.woocommerce .widget_shopping_cart .cart_list li {
    padding-right: 0;
    padding-left: 30px
}

.rtl div.product .quantity {
    float: right
}

.rtl .woocommerce.widget_shopping_cart .buttons a,
.rtl .widget_shopping_cart .buttons a {
    float: right
}

    .rtl .woocommerce.widget_shopping_cart .buttons a.checkout,
    .rtl .woocommerce.widget_shopping_cart .buttons a.checkout,
    .rtl .widget_shopping_cart .buttons a.checkout,
    .rtl .widget_shopping_cart .buttons a.checkout {
        margin-right: 4%;
        margin-left: 0
    }

.rtl .widget_price_filter .price_slider_amount .button {
    float: right
}

.rtl .widget_price_filter .price_slider_amount .price_label {
    text-align: left
}

.rtl .widget_rating_filter ul li .star-rating {
    float: right
}

.rtl .widget_rating_filter ul li a {
    text-align: left
}

.rtl .widget_rating_filter ul li.chosen a:before {
    margin-right: 0;
    margin-left: 5px
}

.rtl .widget_layered_nav_filters ul li {
    float: right
}

    .rtl .widget_layered_nav_filters ul li a:before {
        float: right;
        margin-left: 5px;
        margin-right: 0
    }

.rtl .widget_layered_nav ul li.chosen a:before {
    margin-right: -12px;
    margin-left: 3px
}

@media(max-width:767px) {
    .rtl table.shop_table_responsive tr td {
        text-align: left
    }

        .rtl table.shop_table_responsive tr td:before {
            float: right
        }

        .rtl table.shop_table_responsive tr td.product-remove a {
            right: 5px;
            left: auto;
            text-indent: 999px !important
        }

    .woocommerce-cart .rtl table.shop_table_responsive tr td.actions .coupon {
        float: left
    }

    .rtl table.shop_table_responsive.my_account_orders .order-actions {
        text-align: left
    }
}

.rtl .my_account_orders .button.view:before {
    margin-left: .53em;
    margin-right: 0
}

.rtl .demo_store:before {
    margin-left: .5407911001em;
    margin-right: 0
}

.rtl .demo_store a {
    float: left;
    margin-left: -20px;
    margin-right: 0
}

    .rtl .demo_store a:before {
        margin-left: .3342343017em;
        margin-right: 0
    }

.dark-skin div.product .woocommerce-tabs,
.dark-skin .woocommerce div.product .woocommerce-tabs ul.tabs,
.dark-skin #reviews #comments ol.commentlist li .comment-text,
.dark-skin .woocommerce-MyAccount-navigation,
.dark-skin .woocommerce-MyAccount-navigation li,
.dark-skin .woocommerce.widget_shopping_cart .total,
.dark-skin .woocommerce .widget_shopping_cart .total,
.dark-skin .woocommerce table.shop_table,
.dark-skin .woocommerce-cart table.cart *,
.dark-skin #payment div.payment_box,
.dark-skin #add_payment_method #payment div.payment_box,
.dark-skin .select2-dropdown-open.select2-drop-above .select2-choice,
.dark-skin .select2-dropdown-open.select2-drop-above .select2-choices,
.dark-skin .woocommerce .order_details li,
.dark-skin .select2-dropdown,
.dark-skin .select2-container--default .select2-search--dropdown .select2-search__field,
.dark-skin .woocommerce .checkout_coupon {
    border-color: rgba(255,255,255,.1)
}

    .dark-skin #payment div.payment_box:before,
    .dark-skin #add_payment_method #payment div.payment_box:before {
        border-top: 0;
        border-bottom-color: rgba(255,255,255,.1);
        top: 0
    }

.dark-skin #payment .payment_methods li {
    background-color: rgba(255,255,255,.02)
}

    .dark-skin #payment .payment_methods li:hover {
        background-color: rgba(255,255,255,.03)
    }

.dark-skin .wc-tabs.tabs .active > a,
.dark-skin #payment div.payment_box,
.dark-skin .select2-container--open .select2-dropdown--below {
    background-color: #1f2024
}

.dark-skin .select2-drop-mask,
.dark-skin .select2-container .select2-choice {
    background: 0 0
}

.dark-skin h2.woocommerce-loop-product__title {
    color: inherit
}

.dark-skin .woocommerce .product .price del,
.dark-skin .woocommerce div.product div.summary .product_meta > span span,
.dark-skin .woocommerce div.product div.summary .product_meta > span a,
.dark-skin .select2-container--default .select2-selection--single .select2-selection__rendered,
.dark-skin .woocommerce .checkout_coupon button:before,
.dark-skin .woocommerce .checkout_coupon .form-row-first:before {
    color: #aaa
}

.dark-skin .woocommerce div.product .related.products,
.dark-skin .woocommerce div.product .up-sells.products,
.dark-skin .woocommerce .cart_totals,
.dark-skin .woocommerce .cross-sells,
.dark-skin .woocommerce .woocommerce-pagination .page-numbers li a,
.dark-skin .woocommerce .woocommerce-pagination .page-numbers li span {
    background: #1f2024;
    border-color: rgba(255,255,255,.1)
}

.dark-skin span.onsale,
.dark-skin .select2-container--default .select2-results__option[aria-selected=true],
.dark-skin .select2-container--default .select2-results__option[data-selected=true] {
    background: #2c2f34
}

.dark-skin .woocommerce-checkout #payment,
.dark-skin #add_payment_method #payment,
.dark-skin .woocommerce-checkout #payment ul.payment_methods,
.dark-skin #add_payment_method #payment ul.payment_methods,
.dark-skin .select2-container--default .select2-selection--single {
    border-color: rgba(255,255,255,.1);
    background: #1f2024
}

.dark-skin .woocommerce ul.products li a .star-rating,
.dark-skin .woocommerce ul.products li a .price,
.dark-skin.woocommerce ul.products li a .star-rating,
.dark-skin.woocommerce ul.products li a .price,
.dark-skin .single-product .product_title {
    color: #fff
}

.dark-skin .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img:not(.flex-active) {
    opacity: .9
}

.dark-skin .product_meta,
.dark-skin form.cart,
.dark-skin div.summary [itemprop=description],
.dark-skin div.product form.cart .variations_button {
    border-color: rgba(255,255,255,.1) !important
}

.dark-skin .select2-search--dropdown {
    background-color: rgba(0,0,0,.1)
}

.dark-skin .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgba(255,255,255,.04)
}

.dark-skin .woocommerce .blockUI.blockOverlay {
    background-color: #1f2024 !important;
    opacity: .8 !important
}

.wp-polls,
.wp-polls-form {
}

    .wp-polls ul li,
    .wp-polls-ul li,
    .wp-polls-ans ul li {
        text-align: left;
        background-image: none;
        display: block
    }

    .wp-polls ul,
    .wp-polls-ul,
    .wp-polls-ans ul {
        text-align: left;
        list-style: none;
        float: none
    }

        .wp-polls ul li:before,
        .wp-polls-ans ul li:before,
        #sidebar ul ul li:before {
            content: ''
        }

    .wp-polls img,
    .wp-polls label,
    .wp-polls input,
    .wp-polls-loading img,
    .wp-polls-image img {
        display: inline;
        border: 0;
        padding: 0;
        margin: 0
    }

.wp-polls-ul {
    padding: 0;
    margin: 0 0 10px 10px
}

.wp-polls-ans {
    width: 100%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

.wp-polls-loading {
    display: none;
    text-align: center;
    height: 16px;
    line-height: 16px
}

.wp-polls-image {
    border: 0
}

.wp-polls .Buttons {
    border: 1px solid #c8c8c8;
    background-color: #f3f6f8
}

.wp-polls-paging a,
.wp-polls-paging a:link {
    padding: 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #06c;
    color: #06c;
    background-color: #fff
}

    .wp-polls-paging a:visited {
        padding: 2px 4px;
        margin: 2px;
        text-decoration: none;
        border: 1px solid #06c;
        color: #06c;
        background-color: #fff
    }

    .wp-polls-paging a:hover {
        border: 1px solid #000;
        color: #000;
        background-color: #fff
    }

    .wp-polls-paging a:active {
        padding: 2px 4px;
        margin: 2px;
        text-decoration: none;
        border: 1px solid #06c;
        color: #06c;
        background-color: #fff
    }

.wp-polls-paging span.pages {
    padding: 2px 4px;
    margin: 2px;
    color: #000;
    border: 1px solid #000;
    background-color: #fff
}

.wp-polls-paging span.current {
    padding: 2px 4px;
    margin: 2px;
    font-weight: 700;
    border: 1px solid #000;
    color: #000;
    background-color: #fff
}

.wp-polls-paging span.extend {
    padding: 2px 4px;
    margin: 2px;
    border: 1px solid #000;
    color: #000;
    background-color: #fff
}

.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
    text-align: right
}

.wp-polls ul,
.wp-polls-ul,
.wp-polls-ans ul {
    text-align: right
}

.wp-polls-ul {
    margin: 0 10px 10px 0
}

[class*=hint--] {
    position: relative;
    display: inline-block
}

    [class*=hint--]:after,
    [class*=hint--]:before {
        position: absolute;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: hidden;
        opacity: 0;
        z-index: 1000000;
        pointer-events: none;
        transition: .3s ease;
        transition-delay: 0s
    }

    [class*=hint--]:before {
        content: '';
        background: 0 0;
        border: 6px solid transparent;
        z-index: 1000001
    }

    [class*=hint--]:hover:after,
    [class*=hint--]:hover:before {
        visibility: visible;
        opacity: 1;
        transition-delay: .1s
    }

    [class*=hint--]:after {
        background: #383838;
        color: #fff;
        padding: 8px 10px;
        font-size: 12px;
        font-family: helvetica neue,Helvetica,Arial,sans-serif;
        line-height: 12px;
        white-space: nowrap;
        text-shadow: 0 -1px 0 #000;
        box-shadow: 4px 4px 8px rgba(0,0,0,.3)
    }

    [class*=hint--][aria-label]:after {
        content: attr(aria-label)
    }

    [class*=hint--][data-hint]:after {
        content: attr(data-hint)
    }

[aria-label='']:after,
[aria-label='']:before,
[data-hint='']:after,
[data-hint='']:before {
    display: none !important
}

.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
    border-top-color: #383838
}

.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
    border-bottom-color: #383838
}

.hint--top:after,
.hint--top:before {
    bottom: 100%;
    left: 50%
}

.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:after,
.hint--bottom:before {
    top: 100%;
    left: 50%
}

.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px
}

.hint--right:after {
    margin-bottom: -14px
}

.hint--right:after,
.hint--right:before {
    left: 100%;
    bottom: 50%
}

.hint--right:hover:after,
.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px
}

.hint--left:after {
    margin-bottom: -14px
}

.hint--left:after,
.hint--left:before {
    right: 100%;
    bottom: 50%
}

.hint--left:hover:after,
.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--top-left:after,
.hint--top-left:before {
    bottom: 100%;
    left: 50%
}

.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:after,
.hint--top-right:before {
    bottom: 100%;
    left: 50%
}

.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--top-right:hover:after,
.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--bottom-left:after,
.hint--bottom-left:before {
    top: 100%;
    left: 50%
}

.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:after,
.hint--bottom-right:before {
    top: 100%;
    left: 50%
}

.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--large:after,
.hint--medium:after,
.hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word
}

.hint--small:after {
    width: 80px
}

.hint--medium:after {
    width: 150px
}

.hint--large:after {
    width: 300px
}

.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726
}

.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
    border-top-color: #b34e4d
}

.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.hint--error.hint--left:before {
    border-left-color: #b34e4d
}

.hint--error.hint--right:before {
    border-right-color: #b34e4d
}

.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0 #6c5328
}

.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
    border-top-color: #c09854
}

.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854
}

.hint--warning.hint--left:before {
    border-left-color: #c09854
}

.hint--warning.hint--right:before {
    border-right-color: #c09854
}

.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0 #1a3c4d
}

.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
    border-top-color: #3986ac
}

.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac
}

.hint--info.hint--left:before {
    border-left-color: #3986ac
}

.hint--info.hint--right:before {
    border-right-color: #3986ac
}

.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0 #1a321a
}

.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
    border-top-color: #458746
}

.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
    border-bottom-color: #458746
}

.hint--success.hint--left:before {
    border-left-color: #458746
}

.hint--success.hint--right:before {
    border-right-color: #458746
}

.hint--always:after,
.hint--always:before {
    opacity: 1;
    visibility: visible
}

.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.hint--always.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.hint--always.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--rounded:after {
    border-radius: 4px
}

.hint--no-animate:after,
.hint--no-animate:before {
    transition-duration: 0s
}

.hint--bounce:after,
.hint--bounce:before {
    transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24)
}

.hint--no-shadow:after,
.hint--no-shadow:before {
    text-shadow: initial;
    box-shadow: initial
}



#profilepress-myaccount-wrapper .ppmyac-icons,
.pp-form-field-wrap .pp-form-material-icons,
.ppress-material-icons {
    font-family: material icons !important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

.pp-tab-widget-avatar img {
    display: block;
    border-radius: 50%;
    height: 190px;
    margin: 0 auto 10px !important;
    padding: 2px;
    text-align: center;
    width: 190px;
    float: none !important
}

.pp-user-panel {
    border-radius: 6px;
    text-align: center
}

.pp-user-panel-title {
    font-size: 20px;
    margin: 0
}

.pp-user-panel p {
    font-size: 15px;
    margin-bottom: 23px
}

.pp-tabbed-btn {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: border .25s linear,color .25s linear,background-color .25s linear
}

.pp-tabbed-btn-inverse {
    color: #fff !important;
    background-color: #34495e
}

.pp-password-reset-handler-wrap .pp-reset-password-form {
    padding: 40px;
    max-width: 500px;
    margin-top: 5px;
    margin-bottom: 5px
}

    .pp-password-reset-handler-wrap .pp-reset-password-form h3 {
        color: #444;
        font-weight: 300;
        margin: 0 auto 40px
    }

    .pp-password-reset-handler-wrap .pp-reset-password-form label {
        color: #444;
        font-size: 15px
    }

        .pp-password-reset-handler-wrap .pp-reset-password-form label .req {
            margin: 2px;
            color: red
        }

        .pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {
            opacity: 0
        }

    .pp-password-reset-handler-wrap .pp-reset-password-form input {
        font-size: 22px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        padding: 5px 10px;
        background: 0 0;
        margin-bottom: 40px;
        border: 1px solid #a0b3b0;
        border-radius: 0;
        transition: border-color .25s ease,box-shadow .25s ease
    }

        .pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
            outline: 0;
            border-color: #1ab188
        }

    .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
        border: 0;
        outline: 0;
        border-radius: 0;
        padding: 15px 0;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .1em;
        background: #1ab188;
        color: #fff;
        transition: all .5s ease;
        -webkit-appearance: none;
        text-shadow: none;
        box-shadow: none
    }

        .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,
        .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover {
            background: #179b77
        }

    .pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {
        display: block;
        width: 100%
    }

.pp-password-reset-handler-wrap .profilepress-reset-status {
    margin-left: 40px;
    max-width: 420px
}

#pp-pass-strength-result {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #23282d;
    padding: 3px 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

    #pp-pass-strength-result.short {
        background-color: #f1adad;
        border-color: #e35b5b;
        opacity: 1
    }

    #pp-pass-strength-result.bad {
        background-color: #fbc5a9;
        border-color: #f78b53;
        opacity: 1
    }

    #pp-pass-strength-result.good {
        background-color: #ffe399;
        border-color: #ffc733;
        opacity: 1
    }

    #pp-pass-strength-result.strong {
        background-color: #c1e1b9;
        border-color: #83c373;
        opacity: 1
    }

.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
    color: red;
    font-weight: 400
}

.pp-form-wrapper input[type=checkbox],
.pp-form-wrapper input[type=radio] {
    cursor: pointer
}

.pp-form-wrapper p {
    margin: 0 0 5px !important;
    padding: 0 !important
}

.pp-form-wrapper input[type=datetime],
.pp-form-wrapper input[type=email],
.pp-form-wrapper input[type=number],
.pp-form-wrapper input[type=password],
.pp-form-wrapper input[type=search],
.pp-form-wrapper input[type=tel],
.pp-form-wrapper input[type=text],
.pp-form-wrapper input[type=url],
.pp-form-wrapper select,
.pp-form-wrapper textarea {
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: 1px solid #dedee5;
    padding: 13px 15px;
    outline: 0;
    line-height: 1
}

.pp-form-wrapper select {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/frontend/arrow-down.png) !important;
    background-position: right 20px center !important;
    background-repeat: no-repeat !important;
    background-size: 10px auto !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.pp-form-wrapper .pp-form-label-wrap {
    margin: 0 0 4px;
    padding: 0
}

.pp-form-wrapper .pp-form-label {
    font-size: 14px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline;
    cursor: pointer
}

.pp-form-wrapper .pp-checkbox-wrap,
.pp-form-wrapper .pp-radio-wrap {
    display: block;
    text-align: left;
    line-height: normal;
    margin: 5px 0;
    padding: 0
}

    .pp-form-wrapper .pp-checkbox-wrap label,
    .pp-form-wrapper .pp-radio-wrap label {
        margin-left: 5px
    }

.pp-form-wrapper input[type=checkbox],
.pp-form-wrapper input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    vertical-align: baseline
}

.pp-form-wrapper .ppress-pf-profile-connect {
    padding: 5px 0 10px
}

.pp-form-wrapper a.ppress-pf-social-icon {
    width: 100%;
    height: 100%;
    display: inline
}

.pp-form-wrapper .ppress-pf-social-icon svg {
    vertical-align: middle;
    width: 40px;
    height: 40px
}

.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,
.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg {
    padding: 3px
}

a.pp-button-social-login:focus {
    outline-color: transparent
}

    a.pp-button-social-login:focus .ppsc,
    a.pp-button-social-login:hover .ppsc {
        background-color: rgba(255,255,255,.75)
    }

a.pp-button-social-login:visited {
    color: #fff
}

a.pp-button-social-login,
a.pp-button-social-login .ppsc {
    display: inline-block;
    font-size: 100%;
    height: 2.5em;
    padding: 0
}

a.pp-button-social-login {
    position: relative;
    vertical-align: middle;
    line-height: 2.5em;
    font-family: inherit;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #333;
    color: #fff !important;
    background: #333;
    margin: 6px 0;
    border-radius: 2px;
    box-sizing: content-box;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    text-decoration: none !important;
    min-width: 220px
}

    a.pp-button-social-login .ppsc {
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
        text-transform: none;
        vertical-align: top;
        text-align: center;
        width: 2.5em;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 1.8em 1.8em;
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px;
        -moz-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        position: absolute;
        left: 0;
        margin: 0
    }

    a.pp-button-social-login span.ppsc-text {
        margin-left: 40px;
        padding: .5em;
        color: #fff !important
    }

    a.pp-button-social-login .ppsc-google {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/google.svg)
    }

    a.pp-button-social-login.pp-button-social-login-google {
        background: #4285f4;
        border-color: #4285f4
    }

    a.pp-button-social-login.pp-button-social-login-facebook {
        background: #3b5998;
        border-color: #3b5998
    }

    a.pp-button-social-login.pp-button-social-login-twitter {
        background: #55acee;
        border-color: #55acee
    }

    a.pp-button-social-login.pp-button-social-login-linkedin {
        background: #0077b5;
        border-color: #0077b5
    }

    a.pp-button-social-login.pp-button-social-login-vk {
        background: #4a76a8;
        border-color: #4a76a8
    }

    a.pp-button-social-login.pp-button-social-login-github {
        background: #24292e;
        border-color: #24292e
    }

    a.pp-button-social-login .ppsc-vk {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/vk-fa.svg)
    }

    a.pp-button-social-login .ppsc-facebook {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/facebook.svg)
    }

    a.pp-button-social-login .ppsc-twitter {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/twitter.svg)
    }

    a.pp-button-social-login .ppsc-linkedin {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/linkedin.svg)
    }

    a.pp-button-social-login .ppsc-github {
        background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/github-fa.svg)
    }

#profilepress-myaccount-wrapper,
#profilepress-myaccount-wrapper *,
#profilepress-myaccount-wrapper ::after,
#profilepress-myaccount-wrapper ::before,
.pp-form-container *,
.pp-form-container .pp-form-wrapper,
.pp-form-container .pp-form-wrapper * {
    box-sizing: border-box
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,
    html .pp-form-container .select2 input.select2-search__field {
        border: 0 !important
    }

.pp-form-container form input[type=submit] {
    -webkit-appearance: none !important;
    cursor: pointer;
    text-shadow: none
}

.pp-form-container form {
    margin: 0;
    padding: 0;
    background-color: transparent
}

.woocommerce .woocommerce-MyAccount-content .pp-form-container {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.pp-form-container form input,
.pp-form-container form select,
.pp-form-container form textarea {
    outline: 0;
    background-image: none;
    height: auto;
    float: none;
    position: static;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
    resize: vertical
}

.pp-form-container form p {
    margin: 0 0 .5em
}

.pp-form-container form input[type=submit]:focus {
    outline: 0
}

.pp-form-container .pp-user-avatar {
    border-radius: 50% !important;
    display: block !important;
    margin: 0 auto 10px !important;
    text-align: center !important
}

.pp-form-container img.pp-user-cover-image {
    width: 100% !important;
    height: auto !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border: 1px solid #7e8993 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #555 !important;
    clear: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    line-height: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1) !important;
    transition: .05s border-color ease-in-out !important;
    width: 16px !important;
    height: 16px !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 50% !important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 4px !important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 50% !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before {
    content: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTE0LjgzIDQuODlsMS4zNC45NC01LjgxIDguMzhIOS4wMkw1Ljc4IDkuNjdsMS4zNC0xLjI1IDIuNTcgMi40eicgZmlsbD0nIzAwMDAwMCcvPjwvc3ZnPg==) !important;
    margin: -3px 0 0 -4px !important;
    width: 20px !important;
    height: 20px !important;
    position: static
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
    content: "";
    border-radius: 50% !important;
    margin: 3px !important;
    background-color: #000 !important;
    line-height: 1.14285714 !important;
    width: 8px !important;
    height: 8px !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
    float: left !important;
    display: inline-block !important;
    vertical-align: middle !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pp-form-container .pp-form-wrapper.ppBuildScratch,
.pp-form-container .pp-form-wrapper.ppBuildScratch * {
    font-family: merriweather,sans-serif
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 1em;
        margin-top: 0;
        text-align: center;
        margin-right: 6.387%
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch h1,
    .pp-form-container .pp-form-wrapper.ppBuildScratch h2,
    .pp-form-container .pp-form-wrapper.ppBuildScratch h3,
    .pp-form-container .pp-form-wrapper.ppBuildScratch h4 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 1em;
        margin-top: 1em
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {
        opacity: .5
    }

.pp-form-container .pp-form-wrapper.ppBuildScratch {
    max-width: 100%;
    width: 100%;
    padding: 6% 0 6% 6%;
    background: #fff;
    color: #222;
    font-size: 14px;
    position: relative;
    box-shadow: 0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);
    border-radius: 3px;
    margin: 0 auto
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {
        box-shadow: none;
        border-radius: 0
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
        padding: 0 6.387% 4% 0;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 0 6.387% 0 0
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
        margin: 0 0 5px;
        padding: 0
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,
    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-hint-tooltip,
    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .pp-hint-tooltip,
    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description {
        display: none
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus ~ .pp-form-field-description {
        display: block
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-hint-tooltip {
        display: inline;
        font-weight: 400
    }

        .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-hint-tooltip .pp-form-material-icons {
            position: relative;
            margin: 0;
            padding: 0;
            font-size: 110%;
            display: inline;
            vertical-align: top
        }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside {
        position: relative
    }

        .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
            position: absolute;
            top: 5px;
            left: 15px;
            z-index: 2
        }

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
        left: 0 !important
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
        padding-top: 18px;
        padding-bottom: 2px
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
        padding-top: 23px;
        padding-bottom: 7px
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
        width: 50%
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third {
        width: 33.3333333333%
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,
    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
        border: 1px solid #dbdbdb;
        font-size: 14px;
        padding: 10px 15px;
        transition: all .35s;
        background: #fff;
        color: #69717a;
        width: 100%;
        border-radius: 0;
        line-height: 1.3;
        min-height: 40px;
        display: inline-block;
        margin: 0
    }

    .pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
        height: 100px;
        overflow: auto
    }

.pp-form-field-wrap .pp-form-material-icons {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    margin: 8px 12px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
    padding-right: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
    padding-left: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
    padding-left: 30px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
    padding-right: 30px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
    left: 0;
    margin-left: 12px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
    left: 0 !important;
    margin-left: 0 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons {
    margin-right: 0 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons {
    margin-top: 10px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {
    margin-top: 18px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons {
    cursor: pointer
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
    border-radius: 25px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea {
    border-radius: 6px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea {
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
    padding-left: 0 !important
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,
    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,
    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus {
        border-top: 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
        box-shadow: none !important
    }

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea {
    border: 0 !important;
    background: #f7f7f7 !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select {
    padding-top: 15px;
    padding-bottom: 15px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
    height: 150px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select {
    padding-top: 20px;
    padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea {
    height: 200px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {
    border: 1px solid #999
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
    font-style: normal;
    background-color: transparent;
    display: block;
    font-weight: 700;
    font-size: 14px;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    color: #444
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
    display: inline-block
}

.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,
.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label {
    display: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 15px 10px;
    transition: .15s ease-in-out;
    width: auto;
    min-width: 110px;
    text-align: center
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit] {
    padding-top: 20px;
    padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
    border-radius: 25px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit] {
    border-radius: 6px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover {
    background-color: #ededed;
    color: #000;
    text-decoration: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {
    margin: 0 0 5px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,
.ppressmd-new-dropdown ul {
    margin: 0;
    padding: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {
    margin-bottom: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 1.3;
    text-align: left;
    margin: 4px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit] {
    width: 100%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
    margin-top: 4%;
    margin-bottom: 4%
}

    .pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {
        width: 100% !important;
        position: absolute !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type {
    margin-bottom: 1.5em !important
}

#profilepress-myaccount-wrapper {
    font-size: 16px
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    #profilepress-myaccount-wrapper .profilepress-myaccount-nav {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0
    }

    #profilepress-myaccount-wrapper .ppmyac-dashboard-item {
        text-decoration: none !important;
        position: relative;
        display: block;
        padding: .75rem 1.25rem;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
        width: 100%;
        text-align: inherit;
        box-shadow: none
    }

        #profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
            z-index: 2;
            color: #fff;
            background-color: #007bff;
            border-color: #007bff
        }

        #profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem
        }

        #profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

    #profilepress-myaccount-wrapper .ppmyac-icons {
        margin-right: .5rem;
        vertical-align: text-bottom
    }

    #profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

@media(min-width:576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-content {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {
    text-align: center;
    margin-bottom: 20px
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar {
        margin: 0 !important;
        position: static !important;
        float: none !important;
        display: inline-block;
        border-radius: 999px
    }

#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {
    outline: 0;
    text-shadow: none;
    box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h2 {
    margin-top: 0 !important;
    margin-bottom: 1.8rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    font-size: 2rem !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
    margin-top: 0 !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap {
    margin-bottom: 2rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap {
    display: inline;
    padding-right: 1rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item {
    color: inherit;
    padding: 0 0 10px
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active {
        border-bottom: 3px solid #6c757d
    }

.profilepress-myaccount-alert,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .profilepress-myaccount-alert.pp-alert-danger,
    .profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb
    }

        .profilepress-myaccount-alert.pp-alert-success,
        .profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb
        }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field {
    margin-top: .5rem;
    margin-bottom: 1rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty {
    min-height: 250px;
    background-color: #eee
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap {
    padding: .75rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
    border-radius: .25rem
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img {
        width: 100%;
        height: auto
    }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field {
    margin-top: .5rem;
    margin-bottom: .5rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap {
    margin-bottom: 2rem
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label {
    margin-bottom: .2rem;
    font-weight: 500;
    display: block
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox] + label,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio] + label {
    display: inline
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    overflow: visible;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
    height: auto !important;
    min-height: 100px !important;
    resize: vertical !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus {
    background-color: #fff;
    border-color: #bbb;
    outline: 0;
    box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
    display: inline-block;
    cursor: pointer;
    width: auto
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        text-decoration: none
    }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    #profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        box-sizing: border-box;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input ~ .ppmyac-custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label {
    display: inline-block;
    margin: 0 0 0 .3819820591em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 1em 0 0;
    padding-left: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar {
    position: relative;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
    border-radius: .25rem;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
    display: -webkit-flex !important;
    display: flex !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
    width: 70px;
    height: 70px;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #fff;
    height: 35px;
    background-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #6c757d;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar {
    margin-top: .75rem !important;
    margin-bottom: 0 !important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button {
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #ddd
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection {
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125)
}

.pp-form-container .pp-field-user-avatar-picture-wrap {
    width: 250px;
    height: auto;
    margin: auto;
    position: relative
}

.pp-form-container .pp-field-user-cover-image-wrap {
    margin: auto;
    position: relative
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px #666;
    line-height: 21px;
    font-size: 16px;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    border-radius: 0
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {
    display: table;
    height: 100%;
    width: 100%
}

    .pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,
    .pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-decoration: none !important;
        background: 0 0 !important;
        color: #fff !important;
        border-bottom: none !important
    }

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons {
    font-size: 35px !important;
    display: block !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    color: #fff !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    cursor: pointer
}

html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
    border: 0 !important;
    height: auto !important
}

.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
    border: 0 !important;
    box-shadow: none !important
}

.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
    height: auto;
    line-height: normal
}

.pp-form-wrapper.pp-member-directory {
    opacity: 0
}

.pp-form-wrapper.ppress-default-profile {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    opacity: 0
}

    .pp-form-wrapper.ppress-default-profile * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        box-sizing: border-box
    }

    .pp-form-wrapper.ppress-default-profile a,
    .pp-form-wrapper.ppress-default-profile a:hover {
        text-decoration: none !important
    }

    .pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {
        background-color: #eee;
        box-sizing: border-box;
        position: relative
    }

    .pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {
        text-align: center;
        overflow: hidden
    }

        .pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {
            width: 100%;
            display: block;
            overflow: hidden;
            border-radius: 0;
            margin: 0
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
        position: relative;
        padding: 0 0 25px;
        border-bottom: solid 2px #eee;
        min-height: 85px;
        box-sizing: content-box
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
        position: absolute;
        top: 15px;
        right: 0;
        vertical-align: middle;
        font-size: 30px;
        height: 30px;
        line-height: 30px;
        z-index: 66;
        margin-right: 10px
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons {
            font-size: 30px
        }

    .pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {
        color: #aaa;
        text-decoration: none;
        border-bottom: 0
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,
        .pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {
            color: #007bff
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {
        float: left;
        position: absolute;
        margin: 0 0 0 30px;
        box-sizing: border-box;
        width: 200px;
        height: 200px
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {
            width: 100%;
            height: auto;
            border-radius: 100%;
            display: block;
            overflow: hidden;
            margin: 0;
            box-shadow: none;
            background: #fff;
            border: 5px solid #fff
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {
        padding-right: 30px;
        -ms-word-break: break-all;
        word-break: break-word;
        word-wrap: break-word
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {
        padding: 10px 0 0;
        color: #999
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-name {
        font-size: 24px;
        font-weight: 700;
        margin-right: 30px;
        color: #555;
        line-height: 1.7em
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {
        clear: both
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {
        margin: 0 5px;
        font-size: 14px;
        display: inline-block;
        line-height: .1
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {
            margin: 0 5px 0 0
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {
        margin: 5px 0 0;
        line-height: 1.4em;
        font-size: 13px
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {
        padding: 10px;
        background: #444;
        text-align: center
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 6px 10px 6px 28px;
        display: block;
        float: left;
        border-radius: 4px;
        margin-left: 5px;
        position: relative;
        border-bottom: 0;
        text-decoration: none !important
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
            background: #555
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {
        font-size: 18px;
        height: 18px;
        line-height: 1.5;
        position: absolute;
        display: block;
        left: 10px
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title {
        padding-left: 5px
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
        background: #007bff
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
        max-width: 600px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: auto
    }

    .pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,
    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note {
        text-align: center;
        padding-top: 20px;
        color: #666
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons {
            display: inline-block;
            font-size: 70px;
            height: 70px;
            line-height: 70px
        }

        .pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,
        .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span {
            margin-top: 10px;
            display: block;
            font-size: 16px;
            color: #888
        }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {
            border: 0 !important
        }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {
        margin: 0 0 30px
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {
        position: relative;
        padding: 15px 0 0
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
        display: block;
        margin: 0 0 8px;
        border-bottom: solid 2px #eee;
        padding-bottom: 4px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700
    }

    .pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {
        float: left;
        margin: 0 8px 0 0;
        height: 22px;
        line-height: 18px;
        display: inline-block;
        width: 24px;
        text-align: center
    }

        .pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {
            font-size: 22px;
            position: relative;
            top: 1px
        }

    .pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo {
        float: none;
        margin: 0 auto;
        text-align: center;
        position: relative
    }

    .pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important
    }

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {
    padding: 0
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    margin-left: 0;
    border-radius: 0
}

.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {
    padding-left: 0;
    padding-right: 0
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    position: static;
    top: auto;
    left: auto
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta {
    text-align: center;
    padding: 0;
    margin-top: -30px
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    padding-top: 0
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {
    float: none;
    margin-right: 0;
    font-size: 18px
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {
    padding: 0 20px
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    float: none;
    left: auto;
    text-align: center;
    top: -40px
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    width: 120px;
    height: 120px
}

.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {
    font-size: 12px
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons {
    display: block;
    position: static;
    top: auto;
    left: auto;
    height: 20px;
    line-height: 20px
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    margin-top: 0
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {
    padding: 0
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
    display: block;
    position: static;
    top: auto;
    left: auto;
    font-size: 22px;
    height: 22px;
    line-height: 22px
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {
    padding-left: 0;
    padding-right: 0
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    position: static;
    top: auto;
    left: auto;
    width: 120px;
    height: 120px
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    float: none;
    display: block;
    top: -40px;
    left: 0
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta {
    text-align: center;
    padding: 0;
    margin-top: -30px
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {
    float: none;
    margin-right: 0;
    font-size: 21px
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {
    padding: 0 20px;
    display: block
}

.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {
    font-size: 12px
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
    display: block;
    position: static;
    top: auto;
    left: auto;
    height: 20px;
    line-height: 20px
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    margin-top: 0
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {
    padding: 0
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {
    padding: 10px 20px;
    margin-left: 0;
    border-radius: 0
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
    width: 140px;
    height: 140px;
    top: -70px
}

.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    top: auto
}

.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-profile-meta {
    padding-left: 200px
}

.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px
}

.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {
    font-size: 12px
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons {
    display: block;
    position: static;
    top: auto;
    left: auto;
    font-size: 20px;
    height: 20px;
    line-height: 20px
}

.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
    width: 140px;
    height: 140px;
    top: -70px
}

.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {
    margin-top: -50px
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    padding: 5px 11px;
    font-size: 12px
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
    font-size: 14px
}

.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,
.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {
    font-size: 10px
}

.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,
.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-decoration: none
}

    .pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head {
        line-height: 20px
    }

.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {
    text-align: center;
    padding-top: 30px
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {
    font-size: 15px;
    border: 0;
    display: block;
    width: 100%;
    line-height: 1em;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    transition: .25s;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    max-width: 250px;
    margin: 0 auto;
    color: #fff;
    background: #007bff
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {
    color: inherit
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item + .ppress-dpf-more-post-wrap {
    display: none
}

.pp-member-directory .ppressmd-member-directory-header.ppressmd-form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 60%
}

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label {
        -webkit-flex: 1;
        flex: 1;
        margin: 0 10px 0 0;
        min-width: 90px;
        max-width: 85%
    }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line {
            -webkit-appearance: textfield;
            width: 100%;
            padding: 0 12px !important;
            display: block !important;
            border-radius: 2px;
            outline: 0 !important;
            cursor: text !important;
            font-size: 15px !important;
            height: 40px !important;
            box-sizing: border-box !important;
            box-shadow: none !important;
            margin: 0 !important;
            position: static
        }

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search {
        min-width: 15%;
        width: auto
    }

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: baseline;
        align-items: baseline;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex: 5;
        flex: 5
    }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-align-items: baseline;
            align-items: baseline;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
            position: relative;
            cursor: pointer
        }

.pp-member-directory .ppressmd-member-directory-header a {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons {
    display: inline;
    vertical-align: middle
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 2;
    flex: 2;
    text-align: right
}

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: baseline;
        align-items: baseline;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        cursor: pointer
    }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a {
            margin: 0 5px 0 0
        }

.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up {
    display: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,
.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down {
    display: none
}

.ppressmd-new-dropdown {
    font-size: 16px;
    margin: 0;
    position: absolute;
    height: auto;
    background: #fff;
    z-index: 10;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

    .ppressmd-new-dropdown ul li {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown {
    top: 24px;
    width: 200px;
    left: -12px
}

.ppressmd-new-dropdown ul li a {
    display: block;
    padding: 8px 12px;
    line-height: 1
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {
    padding: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible {
    margin: 0
}

.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
    display: grid
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(-webkit-max-content,auto);
    grid-auto-rows: minmax(max-content,auto);
    -ms-grid-template-rows: auto 1fr;
    -ms-grid-template-columns: repeat(3,1fr);
    -ms-grid-gap: 10px;
    -ms-grid-auto-rows: minmax(max-content,auto);
    -webkit-align-items: center;
    align-items: center
}

    .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
        flex-wrap: nowrap;
        width: 100%
    }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input {
            width: 100%;
            padding: 10px 30px
        }

            .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,
            .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),
            .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
                background-color: transparent;
                border: 1px solid #ddd !important
            }

        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,
        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,
        .pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,
        .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered {
            color: #666;
            background-color: transparent
        }

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus {
    border: 1px solid #bbb !important
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {
    border: 0 !important;
    display: block;
    width: 100%;
    line-height: 1em !important;
    padding: 16px 20px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: 400 !important;
    overflow: hidden;
    position: relative;
    transition: .25s;
    box-sizing: border-box;
    border-radius: 4px !important;
    box-shadow: none;
    vertical-align: middle !important;
    height: auto !important;
    cursor: pointer !important;
    text-shadow: none;
    font-family: inherit;
    outline: 0 !important;
    margin: 0;
    -webkit-appearance: none
}

.pp-member-directory .ppressmd-members-total-wrap {
    text-align: center;
    margin: 0 0 10px
}

.pp-member-directory .ppressmd-members-total {
    font-size: 20px;
    font-weight: 300
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container {
    width: 100% !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field {
    width: auto !important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
    display: block !important;
    height: 40px;
    padding: 0 0 0 12px !important;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    line-height: 35px !important;
    font-size: 15px !important;
    text-align: left !important;
    text-decoration: none !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0 !important
}

    .pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow {
        display: inline-block !important;
        width: 34px !important;
        height: 100% !important;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        border-radius: 0 2px 2px 0 !important;
        background-clip: padding-box !important;
        text-align: center !important;
        background: 0 0 !important;
        border-left: 0 !important
    }

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0
}

    .pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none;
        font-size: 15px;
        margin: 5px !important;
        color: #666 !important;
        padding: 3px 7px 4px !important;
        cursor: pointer;
        min-height: 1em !important
    }

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple {
    height: auto !important;
    line-height: .8 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 37px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 37px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 30px;
    width: 100%;
    font-size: 13px
}

.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted {
    background: 0 0 !important;
    background: #f4f4f4 !important;
    color: #666 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    right: 10px;
    margin: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 10px;
    font-size: 30px;
    margin: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #888 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 3px 3px 5px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline > input {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px !important
}

.pp-member-directory .ppmd-pagination-wrap {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center
}

    .pp-member-directory .ppmd-pagination-wrap .page-numbers {
        display: inline-block;
        width: auto;
        height: 34px;
        line-height: 34px;
        transition: all .2s linear;
        padding: 0 14px;
        color: #666;
        font-weight: 400
    }

        .pp-member-directory .ppmd-pagination-wrap .page-numbers.current {
            background: #007bff;
            color: #fff
        }

        .pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons {
            vertical-align: middle
        }

.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)
}

    .flatpickr-calendar.open,
    .flatpickr-calendar.inline {
        opacity: 1;
        max-height: 640px;
        visibility: visible
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
        animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px)
    }

        .flatpickr-calendar.static.open {
            z-index: 999;
            display: block
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-calendar .hasWeeks .dayContainer,
    .flatpickr-calendar .hasTime .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0
    }

    .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto
    }

    .flatpickr-calendar:before,
    .flatpickr-calendar:after {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        left: 22px
    }

    .flatpickr-calendar.rightMost:before,
    .flatpickr-calendar.rightMost:after {
        left: auto;
        right: 22px
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px
    }

    .flatpickr-calendar.arrowTop:before,
    .flatpickr-calendar.arrowTop:after {
        bottom: 100%
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff
    }

    .flatpickr-calendar.arrowBottom:before,
    .flatpickr-calendar.arrowBottom:after {
        top: 100%
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff
    }

    .flatpickr-calendar:focus {
        outline: 0
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-months .flatpickr-month {
        background: 0 0;
        color: rgba(0,0,0,.9);
        fill: rgba(0,0,0,.9);
        height: 34px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .flatpickr-months .flatpickr-prev-month,
    .flatpickr-months .flatpickr-next-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 34px;
        padding: 10px;
        z-index: 3;
        color: rgba(0,0,0,.9);
        fill: rgba(0,0,0,.9)
    }

        .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
        .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
            display: none
        }

        .flatpickr-months .flatpickr-prev-month i,
        .flatpickr-months .flatpickr-next-month i {
            position: relative
        }

        .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
        .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
            left: 0
        }

        .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
        .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
            right: 0
        }

        .flatpickr-months .flatpickr-prev-month:hover,
        .flatpickr-months .flatpickr-next-month:hover {
            color: #959ea9
        }

            .flatpickr-months .flatpickr-prev-month:hover svg,
            .flatpickr-months .flatpickr-next-month:hover svg {
                fill: #f64747
            }

        .flatpickr-months .flatpickr-prev-month svg,
        .flatpickr-months .flatpickr-next-month svg {
            width: 14px;
            height: 14px
        }

            .flatpickr-months .flatpickr-prev-month svg path,
            .flatpickr-months .flatpickr-next-month svg path {
                -webkit-transition: fill .1s;
                transition: fill .1s;
                fill: inherit
            }

.numInputWrapper {
    position: relative;
    height: auto
}

    .numInputWrapper input,
    .numInputWrapper span {
        display: inline-block
    }

    .numInputWrapper input {
        width: 100%
    }

        .numInputWrapper input::-ms-clear {
            display: none
        }

        .numInputWrapper input::-webkit-outer-spin-button,
        .numInputWrapper input::-webkit-inner-spin-button {
            margin: 0;
            -webkit-appearance: none
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57,57,57,.15);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,.1)
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,.2)
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57,57,57,.6);
                top: 26%
            }

        .numInputWrapper span.arrowDown {
            top: 50%
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,.6);
                top: 40%
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,.5)
            }

    .numInputWrapper:hover {
        background: rgba(0,0,0,.05)
    }

        .numInputWrapper:hover span {
            opacity: 1
        }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: .5ch;
        padding: 0
    }

        .flatpickr-current-month span.cur-month:hover {
            background: rgba(0,0,0,.05)
        }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,.9)
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,.9)
        }

    .flatpickr-current-month input.cur-year {
        background: 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 .5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0
        }

        .flatpickr-current-month input.cur-year[disabled],
        .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0,0,0,.5);
            background: 0 0;
            pointer-events: none
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: menulist;
        background: 0 0;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: -1px 0 0;
        outline: none;
        padding: 0 0 0 .5ch;
        position: relative;
        vertical-align: initial;
        -webkit-box-sizing: border-box;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        width: auto
    }

        .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
        .flatpickr-current-month .flatpickr-monthDropdown-months:active {
            outline: none
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
            background: rgba(0,0,0,.05)
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
            background-color: transparent;
            outline: none;
            padding: 0
        }

.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0,0,0,.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

    .flatpickr-days:focus {
        outline: 0
    }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

    .dayContainer + .dayContainer {
        -webkit-box-shadow: -1px 0 0 #e6e6e6;
        box-shadow: -1px 0 0 #e6e6e6
    }

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

    .flatpickr-day.inRange,
    .flatpickr-day.prevMonthDay.inRange,
    .flatpickr-day.nextMonthDay.inRange,
    .flatpickr-day.today.inRange,
    .flatpickr-day.prevMonthDay.today.inRange,
    .flatpickr-day.nextMonthDay.today.inRange,
    .flatpickr-day:hover,
    .flatpickr-day.prevMonthDay:hover,
    .flatpickr-day.nextMonthDay:hover,
    .flatpickr-day:focus,
    .flatpickr-day.prevMonthDay:focus,
    .flatpickr-day.nextMonthDay:focus {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6
    }

    .flatpickr-day.today {
        border-color: #959ea9
    }

        .flatpickr-day.today:hover,
        .flatpickr-day.today:focus {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff
        }

    .flatpickr-day.selected,
    .flatpickr-day.startRange,
    .flatpickr-day.endRange,
    .flatpickr-day.selected.inRange,
    .flatpickr-day.startRange.inRange,
    .flatpickr-day.endRange.inRange,
    .flatpickr-day.selected:focus,
    .flatpickr-day.startRange:focus,
    .flatpickr-day.endRange:focus,
    .flatpickr-day.selected:hover,
    .flatpickr-day.startRange:hover,
    .flatpickr-day.endRange:hover,
    .flatpickr-day.selected.prevMonthDay,
    .flatpickr-day.startRange.prevMonthDay,
    .flatpickr-day.endRange.prevMonthDay,
    .flatpickr-day.selected.nextMonthDay,
    .flatpickr-day.startRange.nextMonthDay,
    .flatpickr-day.endRange.nextMonthDay {
        background: #569ff7;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        border-color: #569ff7
    }

        .flatpickr-day.selected.startRange,
        .flatpickr-day.startRange.startRange,
        .flatpickr-day.endRange.startRange {
            border-radius: 50px 0 0 50px
        }

        .flatpickr-day.selected.endRange,
        .flatpickr-day.startRange.endRange,
        .flatpickr-day.endRange.endRange {
            border-radius: 0 50px 50px 0
        }

        .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
        .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
        .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
            -webkit-box-shadow: -10px 0 0 #569ff7;
            box-shadow: -10px 0 0 #569ff7
        }

        .flatpickr-day.selected.startRange.endRange,
        .flatpickr-day.startRange.startRange.endRange,
        .flatpickr-day.endRange.startRange.endRange {
            border-radius: 50px
        }

    .flatpickr-day.inRange {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-day.flatpickr-disabled,
    .flatpickr-day.flatpickr-disabled:hover,
    .flatpickr-day.prevMonthDay,
    .flatpickr-day.nextMonthDay,
    .flatpickr-day.notAllowed,
    .flatpickr-day.notAllowed.prevMonthDay,
    .flatpickr-day.notAllowed.nextMonthDay {
        color: rgba(57,57,57,.3);
        background: 0 0;
        border-color: transparent;
        cursor: default
    }

        .flatpickr-day.flatpickr-disabled,
        .flatpickr-day.flatpickr-disabled:hover {
            cursor: not-allowed;
            color: rgba(57,57,57,.1)
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
        box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7
    }

    .flatpickr-day.hidden {
        visibility: hidden
    }

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        -webkit-box-shadow: 1px 0 0 #e6e6e6;
        box-shadow: 1px 0 0 #e6e6e6
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px
    }

    .flatpickr-weekwrapper span.flatpickr-day,
    .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57,57,57,.3);
        background: 0 0;
        cursor: default;
        border: none
    }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both
    }

    .flatpickr-time .numInputWrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 40%;
        height: 40px;
        float: left
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%
    }

    .flatpickr-time input {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: 700
        }

        .flatpickr-time input.flatpickr-minute,
        .flatpickr-time input.flatpickr-second {
            font-weight: 400
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0
        }

    .flatpickr-time .flatpickr-time-separator,
    .flatpickr-time .flatpickr-am-pm {
        height: inherit;
        float: left;
        line-height: inherit;
        color: #393939;
        font-weight: 700;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400
    }

        .flatpickr-time input:hover,
        .flatpickr-time .flatpickr-am-pm:hover,
        .flatpickr-time input:focus,
        .flatpickr-time .flatpickr-am-pm:focus {
            background: #eee
        }

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

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

.stream-title, .ad-box h2 {
    margin-bottom: 3px;
    font-size: 85%;
    line-height: 20px;
    color: #a5a5a5;
    display: block;
    position: absolute;
    top: -33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
.ad-box .pad {position: relative; height: 100%; width: 100%;}
.ad-box h2 a {color: #a5a5a5;font-family: droid-naskh;}
.ad-box .spacer {display: none;}
.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
    }

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

.header-layout-2 .stream-item-top-wrapper {
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both
}

@media(min-width:992px) {
    .header-layout-3 .stream-item-top img {
        float: right
    }
}

@media(max-width:991px) {
    .header-layout-3 .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_breaking_news #top-nav,
    .hide_sidebars .sidebar,
    .hide_footer #footer-widgets-container,
    .hide_copyright #site-info,
    .hide_breadcrumbs #breadcrumb,
    .hide_share_post_top .post-footer-on-top,
    .hide_share_post_bottom .post-footer-on-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 {
        display: none !important
    }
}

body.tie-no-js a.remove,
body.tie-no-js .fa,
body.tie-no-js .weather-icon,
body.tie-no-js [class^=tie-icon-],
body.tie-no-js [class*=" tie-icon-"],
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 .weather-icon {
    visibility: hidden !important
}

.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-4 {
        width: 33.33333%
    }

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

.clearfix {
    zoom: 1
}

.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: 20px 0 20px 0;
    width: 100%;
}

#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: #000;
    position: relative;
    z-index: 999;
    height: 80px;
}

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

.logo-row {
    position: relative
}

.logo-container {
    overflow: hidden
}

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

.logo-text {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700
}

@media(max-width:670px) {
    .logo-text {
        font-size: 30px
    }
}

.logo_2x {
    display: none
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .logo_normal {
        display: none
    }

    .logo_2x {
        display: inline-block
    }
}

.header-layout-2 #logo {
    float: none;
    text-align: center
}

    .header-layout-2 #logo img {
        margin-right: auto;
        margin-left: auto
    }

.header-layout-2 .logo-container {
    width: 100%
}

@media(max-width:991px) {
    #theme-header #logo {
        margin: 10px 0 !important;
        text-align: left;
        line-height: 1
    }

        #theme-header #logo img {
            width: auto;
            max-width: 190px
        }
}

@media(max-width:479px) {
    #theme-header #logo img {
        max-width: 200px;
        max-height: 104px !important;
    }
}

@media(max-width:991px) {
    #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: 14px;
            color: #777
        }

            .components > li > a:hover,
            .components > li:hover > a {
                color: #08f;
                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 [class*=fa-] {
        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
    }

    .components #search {
        position: relative;
        background: 0 0
    }

    .components #search-input {
        border: 0;
        margin-bottom: 0;
        line-height: inherit;
        width: 100%;
        background: 0 0;
        padding: 0 35px 0 13px;
        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: 0 0;
        font-size: 15px;
        padding: 0;
        transition: color .15s
    }

        .components #search-submit:hover {
            color: #08f
        }

#search-submit .fa-spinner {
    color: #555;
    cursor: default
}

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

.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 10px;
        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: #aaa
}

.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 #mobile-menu-icon {
    right: 0
}

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

.is-header-bg-extended #theme-header,
.is-header-bg-extended #theme-header.header-layout-1 #main-nav:not(.fixed-nav) {
    background: 0 0 !important;
    display: inline-block !important;
    width: 100% !important;
    box-shadow: none !important;
    transition: background .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(bottom,transparent,rgba(0,0,0,.5))
    }

@media(max-width:991px) {
    .is-header-bg-extended #tie-wrapper #theme-header .logo-container:not(.fixed-nav) {
        background: 0 0;
        box-shadow: none;
        transition: background .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%)
}

.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: 11px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .topbar-today-date:before {
        /*! content: "\f017" */
    }
.topbar-today-date a {
    font-family: droid-naskh !important;
    font-size: 1.2rem;
}
.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: 0 0 !important;
        border-width: 0
    }

    .top-nav-boxed .topbar-today-date {
        padding: 0 15px
    }

    .top-nav-boxed .top-nav {
        background: 0 0;
        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: #aaa
}

.top-nav-dark #top-nav,
.top-nav-dark #top-nav .topbar-wrapper {
    border-width: 0
}

.top-nav-dark .top-nav * {
    border-color: rgba(255,255,255,.1)
}

.top-nav-dark .top-nav .breaking a {
    color: #aaa
}

    .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: #aaa
}

.top-nav-dark .top-nav .components > li:hover > a {
    color: #fff
}

.top-nav-dark .top-nav .top-menu li a {
    color: #aaa;
    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
}

@media(max-width:991px) {
    .top-nav:not(.has-breaking-news),
    .topbar-today-date,
    .top-menu,
    .theme-header .components {
        display: none
    }

    .is-header-layout-1 .top-nav-below .top-nav.has-breaking-news {
        border-top-width: 0
    }
}

.breaking {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px
}

.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.fa {
            display: none
        }

@media(max-width:600px) {
    .breaking-title span.fa {
        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: 19px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.1);
    transition: .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: fontawesome
}

.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: "\f105"
}

.up-down-controls .breaking-news-nav li:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ticker-dir-left .ticker-content,
.ticker-dir-left .ticker {
    float: left
}

.ticker-dir-right .ticker-content,
.ticker-dir-right .ticker {
    float: right
}

.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;
            padding-top: 4px;
        }

        .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: .15s
            }

            .header-menu .menu ul ul {
                padding-top: 0;
                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: .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: .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 .fa {
            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 .fa,
    .main-menu .menu .mega-recent-featured-list .fa,
    .main-menu .menu .mega-link-column .fa,
    .main-menu .menu .mega-cat-more-links .fa {
        width: 20px
    }

    .main-menu .menu-sub-content {
        display: none;
        padding: 0;
        width: 200px;
        position: absolute;
        box-shadow: 0 2px 2px rgba(0,0,0,.15)
    }

        .main-menu .menu-sub-content a {
            width: 200px
        }

    .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 > a:not(.follow-btn) {
        width: 35px
    }

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

    #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 .6s cubic-bezier(.55,0,.1,1),-webkit-transform .3s cubic-bezier(.55,0,.1,1);
        transition: transform .3s cubic-bezier(.55,0,.1,1),opacity .6s cubic-bezier(.55,0,.1,1);
        transition: transform .3s cubic-bezier(.55,0,.1,1),opacity .6s cubic-bezier(.55,0,.1,1),-webkit-transform .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
    }
}

@media(max-width:991px) {
    #sticky-logo {
        display: none
    }
}

.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 .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .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-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 .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease,-webkit-transform .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(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-color: 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) {
    #tie-wrapper header#theme-header {
        
    }

    .logo-container,
    .header-layout-1 .main-nav {
        border-width: 0;
        box-shadow: 0 4px 2px -2px 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
    }

    #sticky-nav-mask,
    .header-layout-1 #menu-components-wrap,
    .header-layout-3 .main-nav-wrapper,
    .header-layout-2 .main-nav-wrapper {
        display: none
    }

    .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 .tie-popup-container .container-wrapper {
    padding: 30px
}

.magazine2.page .entry-content,
.magazine2.archive .wide-post-box .container-wrapper {
    padding-top: 0
}

.magazine2 .mag-box,
.magazine2 .sidebar .container-wrapper,
.magazine2 .widget-content-only {
    margin-bottom: 50px
}

@media(max-width:991px) {
    .magazine2 .mag-box,
    .magazine2 .sidebar .container-wrapper,
    .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 .post-footer-on-bottom {
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px
}

.magazine2 .post-footer-on-top {
    padding-right: 0;
    padding-left: 0
}

    .magazine2 .post-footer-on-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
    }

.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: 4px
}

.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 .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .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 a {
        display: block;
        font-size: 13px
    }

        .comp-sub-menu.dropdown-social-icons a span {
            color: #2c2f34
        }

        .comp-sub-menu.dropdown-social-icons a .fa {
            width: 50px;
            text-align: center
        }

    .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;
    margin: 0;
    border: 1px solid rgba(0,0,0,.08);
    border-width: 0 1px 1px 0
}

    .grid-social-icons .comp-sub-menu.dropdown-social-icons li .fa {
        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: #aaa
}

.main-nav-dark .main-nav .dropdown-social-icons li a span,
.top-nav-dark .top-nav .dropdown-social-icons li a span {
    color: #aaa
}

.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: #aaa
}

.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: #aaa
}

@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 .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: #aaa
    }

    .top-nav-dark .top-menu .menu-item-has-children .menu-item-has-children > a:before {
        border-left-color: #aaa;
        border-top-color: transparent
    }

    .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: 0 0 !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 .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: .5 !important;
        transition: opacity .3s
    }

    .main-menu .mega-cat-wrapper {
        overflow: hidden;
        height: auto;
        clear: both
    }

    .main-menu .mega-ajax-content {
        min-height: 190px;
        position: relative
    }

    .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: 15px;
        border: 0;
        display: block
    }

        .main-menu .mega-menu a.mega-menu-link:hover {
            color: #08f;
            background: 0 0 !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
    }
}

@media(max-width:767px) {
    .magazine1:not(.has-builder) .main-content,
    .magazine1:not(.has-builder) .related-posts-full-width .tie-col-md-12,
    .magazine1:not(.has-builder) .sidebar {
        padding-left: 0;
        padding-right: 0
    }

    .magazine1:not(.has-builder) .social-icons-widget.widget-content-only {
        padding: 0 20px
    }
}

textarea,
input,
select {
    border: 1px solid rgba(0,0,0,.1);
    color: #2c2f34;
    font-size: 12px;
    outline: none;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s,border .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
    }

textarea {
    width: 100%
}

select {
    padding: 5px;
    height: 30px
}

    select[multiple] {
        height: auto
    }

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

.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: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: .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
}

.sidebar-left .main-content {
    float: right
}

.sidebar-left .sidebar {
    float: left
}

.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 .5s linear alternate 100;
        animation: lazyloadeffect .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 .4s forwards 1;
    animation: tieSlideInUp .4s forwards 1
}

#tie-body .tie-animate-delay:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

#tie-body .tie-animate-delay:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#tie-body .tie-animate-delay:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

#tie-body .tie-animate-delay:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

#tie-body .tie-animate-delay:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#tie-body .tie-animate-delay:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

#tie-body .tie-animate-delay:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

#tie-body .tie-animate-delay:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

#tie-body .tie-animate-delay:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

#tie-body .tie-animate-delay:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.is-thumb-overlay-disabled .post-thumb:hover {
    opacity: .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 .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: .4s;
    opacity: 0
}

    .post-thumb-overlay:hover {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .post-thumb-overlay .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 .icon:before {
            height: 32px;
            width: 32px;
            line-height: 32px;
            content: "\e685";
            font-family: tiefonticon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.tie-video .icon:before {
    content: "\e6b6"
}

.tie-thumb .icon:before,
.tie-slider .icon:before {
    content: "\e6ac"
}

.tie-map .icon:before {
    content: "\e6ab"
}

.tie-audio .icon:before {
    content: "\e6a2"
}

.media-overlay .post-thumb-overlay {
    background: 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.media-overlay .icon:before {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    font-family: fontawesome;
    content: "\f030";
    text-align: center;
    font-size: 17px;
    background: rgba(0,0,0,.3);
    transition: .3s;
    z-index: 2
}

.media-overlay .tie-video .icon:before {
    content: "\f04b";
    letter-spacing: -3px
}

.media-overlay .tie-audio .icon:before {
    content: "\f028"
}

.media-overlay .post-thumb:hover img {
    opacity: .85
}

.media-overlay .post-thumb:hover .icon:before {
    background: rgba(0,0,0,.6)
}

.media-overlay .tie-map .icon,
.media-overlay .tie-standard .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 .icon:before,
    .full-width-img-news-box li:not(.is-trending) .icon:before,
    .wide-post-box .icon:before,
    .big-posts-box .icon:before,
    .posts-list-bigs .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-before .fa {
                display: none
            }

            .post-meta .meta-item.fa-before:before {
                padding-right: 3px
            }

            .post-meta .meta-item.date:before, .Tabslider_posts time:before {
                content: "\f017";
                font-family: fontawesome !important;
                display: inline-block;
            }
            .Tabslider_posts time {
}

            .post-meta .meta-item.meta-comment:before {
                content: "\f086"
            }

        .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: 11px;
    line-height: 1.85em;
    margin-right: 4px;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 0;
    transition: .3s;
    border-radius: 2px
}

    .post-cat:first-child:last-child {
        margin: 0
    }

@media(max-width:479px) {
    .post-cat {
        font-size: 9px;
        padding: 1px 5px;
        height: 18px;
        line-height: 18px
    }
}

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: fontawesome;
        display: block
    }

.stars-rating-active-inner {
    text-align: left
}

    .stars-rating-active-inner:before {
        content: "\f005" "\f005" "\f005" "\f005" "\f005";
        font-family: fontawesome;
        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: .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: #aaa;
    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: 32px;
        padding: 0 15px;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 2px;
        display: inline-block;
        overflow: hidden
    }

.first-last-pages .fa {
    width: 22px;
    font-size: 16px;
    line-height: 32px;
    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 .fa:before {
        content: "\f105"
    }

.first-last-pages.first-page .fa {
    float: left;
    border-width: 0 1px 0 0;
    margin: 0 10px 0 0;
    text-align: left
}

    .first-last-pages.first-page .fa:before {
        content: "\f104"
    }

.pages-standard {
    overflow: hidden
}

    .pages-standard .first-page {
        float: left
    }

    .pages-standard .last-page,
    .pages-standard .fa {
        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: .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;
    line-height: 20px
}

.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: .15s
    }

.social-icons .social-icons-item .social-link,
.social-icons-widget .social-icons-item .social-link {
    width: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0;
    display: block;
    text-align: center;
    border-radius: 2px
}

.social-icons-item .social-link.custom-social-img span.fa {
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center
}

    .social-icons-item .social-link.custom-social-img span.fa:before {
        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: #fff !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: #5d82d1 !important
}

    .social-icons-item .facebook-social-icon span {
        color: #5d82d1
    }

        .social-icons-item .facebook-social-icon span.counter-icon {
            background-color: #5d82d1
        }

.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: #222 !important
}

    .social-icons-item .steam-social-icon span {
        color: #222
    }

        .social-icons-item .steam-social-icon span.counter-icon {
            background-color: #222
        }

.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 .skype-social-icon span.counter-icon {
            background-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 .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: #aaa
}

.solid-social-icons .social-link {
    background-color: #2c2f34;
    transition: opacity .3s
}

.dark-skin .solid-social-icons .social-link {
    background-color: #27292d;
    border-color: #27292d
}

.solid-social-icons .social-link span {
    color: #fff !important;
    transition: .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%
}

.wp-video-shortcode,
.wp-video {
    width: 100% !important;
    height: auto !important
}

#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: 0 0;
        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: #000 !important;
    display: block;
    clear: both
}

#the-post .theme-notice {
    margin-bottom: 10px
}

.trending-post.fa {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    background: #f64e4e;
    color: #fff;
    border-radius: 100%;
    z-index: 4
}

.thumb-meta .trending-post.fa {
    margin-right: 7px
}

.trending-post.fa.trending-lg,
.centered-title-slider .trending-post.fa {
    display: block;
    margin: 5px auto !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px
}

.wide-slider-nav-wrapper .trending-post.fa,
.boxed-five-slides-slider .trending-post.fa {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-top: -5px
}

.post-thumb .trending-post.fa.trending-lg {
    position: absolute;
    margin: 0 !important;
    left: 10px;
    top: -10px
}

@media(max-width:670px) {
    .post-thumb .trending-post.fa.trending-lg {
        top: 10px
    }
}

.trending-post.fa.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: 0 0;
    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.1em
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
    margin-right: .5em;
    opacity: .8
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.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) {
        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
    }

q,
blockquote {
    background: #2c2f34;
    padding: 30px 50px;
    margin: 20px 0;
    display: block;
    color: #fff
}

    q::before,
    blockquote::before {
        display: block;
        content: "\f10d";
        font-family: fontawesome;
        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: 0 0;
    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 th:last-child,
        table tr td:last-child {
            border-right: 0
        }

    table thead th {
        background: rgba(0,0,0,.03);
        border-bottom: 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
}

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

#mobile-container {
    display: none;
    padding: 10px 30px 30px
}

    #mobile-container .components {
        float: none;
        line-height: 50px;
        margin-top: 20px;
        margin-bottom: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

        #mobile-container .components li {
            display: inline-block;
            float: none;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

            #mobile-container .components li a {
                width: 100%
            }

                #mobile-container .components li a:hover {
                    color: #fff
                }

                #mobile-container .components li a > span {
                    right: calc(50% - 15px)
                }

        #mobile-container .components .comp-sub-menu {
            background: #333
        }

            #mobile-container .components .comp-sub-menu li {
                display: block
            }

#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.fa {
        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 > .fa {
    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: 25px !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 .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .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: 0 0;
            border: none
        }

.light-skin #mobile-social-icons .social-link:not(:hover) span {
    color: #777 !important
}

#mobile-search .search-field {
    background-color: rgba(0,0,0,.05);
    border-color: rgba(255,255,255,.1);
    color: #fff
}

.light-skin #mobile-search .search-field {
    background-color: rgba(0,0,0,.05);
    color: #2c2f34
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #mobile-search .search-field {
        font-size: 16px
    }
}

#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)
}

#mobile-menu-icon {
    display: none;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: .3s
}

    #mobile-menu-icon .nav-icon {
        display: inline-block;
        width: 22px;
        height: 2px;
        background-color: #2c2f34;
        position: relative;
        top: -4px;
        transition: background .4s ease
    }

        #mobile-menu-icon .nav-icon:before,
        #mobile-menu-icon .nav-icon:after {
            position: absolute;
            right: 0;
            background-color: #2c2f34;
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            transition: background .4s,right .2s ease,-webkit-transform .4s;
            transition: transform .4s,background .4s,right .2s ease;
            transition: transform .4s,background .4s,right .2s ease,-webkit-transform .4s;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

        #mobile-menu-icon .nav-icon:before {
            -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            transform: translateY(-6px)
        }

        #mobile-menu-icon .nav-icon:after {
            -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
            transform: translateY(6px)
        }

.dark-skin #mobile-menu-icon .nav-icon,
.dark-skin #mobile-menu-icon .nav-icon:before,
.dark-skin #mobile-menu-icon .nav-icon:after,
.main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon,
.main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon:before,
.main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon:after {
    background-color: #fff
}

    .dark-skin #mobile-menu-icon .nav-icon .menu-text,
    .main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon .menu-text {
        color: #fff
    }

#mobile-menu-icon .menu-text {
    color: #2c2f34;
    line-height: 30px;
    font-size: 12px;
    padding: 0 3px;
    display: inline-block;
    transition: color .4s
}

.dark-skin #mobile-menu-icon .menu-text,
.main-nav-dark.header-layout-1 #mobile-menu-icon .menu-text {
    color: #fff
}

@media(max-width:991px) {
    #mobile-container,
    #mobile-menu-icon {
        display: block
    }

    #slide-sidebar-widgets {
        display: none
    }
}

.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 0;
    border-bottom: 2px solid rgba(0,0,0,.1);
    margin-bottom: 0;
}
footer .the-global-title .the-subtitle {line-height: 39px !important;margin-bottom: 15px;}
    .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: #aaa
}

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

.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 .fa {
    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)
}

.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 .5s;
    overflow: hidden;
    /*! height: 22px; */
}

    .mag-box-filter-links li {
        float: left
    }

    .mag-box-filter-links a {
        padding: 4px 6px !important;
        margin: 0 2px !important; 
        line-height: 22px !important;
        border-radius: 2px !important;
        color: #2c2f34 !important;
        display: inline-block !important;
        transition: .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 li.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
}

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

.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 .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: 12px 0 4px 0 !important;
    display: block;
}

.mag-box .post-excerpt, .Tabslider_posts .strapline {
    margin-top: 5px;
    color: #666;    
    font-style: initial;
}
.Tabslider_posts h2 a {
    font-size: 14px;
    color: #000;
}

.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 -20px -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
}

    .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: .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 .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
}

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

        .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:992px) {
    .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 .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 .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 !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-bottom: 5px
}

.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 .icon {
        left: 10px;
        top: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

        .miscellaneous-box li:first-child .icon:before {
            width: 35px;
            height: 35px;
            line-height: 30px
        }

    .miscellaneous-box li:first-child.is-trending .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 .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: .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: 46px;
    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 .adsbygoogle {
    width: 300px !important;
    min-height: 250px !important
}

@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: #aaa
}

.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,.7)
}

.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: #aaa
}

.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 .3s;
    max-height: 66px;
    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: #aaa
}

.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: 0 13px;
   
}

.tab-content {
    position: relative;
    transition: .3s
}

@media(max-width:767px) {
    .tab-content {
        /*! padding: 5px; */
    }
}

.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 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 {
        border-width: 0 0 1px
    }

    .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 .3s
        }

            .tabs-vertical .tabs li a {
                border: 1px solid rgba(0,0,0,.1);
                border-width: 0 0 1px;
                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;
    max-height: 67px
}

.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: 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: 0 0;
    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 .search-form {
    max-width: 400px
}

.not-found h5 {
    margin-bottom: 20px
}

#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: 50px 0 100px
}

    .container-404 h2 {
        font-size: 250px;
        color: #333
    }

@media(max-width:767px) {
    .container-404 h2 {
        font-size: 80px
    }
}

.container-404 h3 {
    font-size: 30px;
    color: #2c2f34
}

.container-404 h4 {
    margin: 20px auto 50px
}

#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: #aaa
}

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

    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 .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 .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: #fff !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 .4s ease-out,max-height .4s ease-out,margin .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 .4s ease-out,max-height .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 .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 .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 .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 .icon,
    .slider-area .post-rating,
    .slider-area .digital-rating {
        display: none
    }
}

.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: .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 .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.icon {
    margin: -5px 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: 0 0
}

    .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: 0 0 !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: 650px;
    overflow: hidden;
    width: 100%;   
    bottom: 0;
    z-index: 3;
    opacity: 1;
    padding: 0;
    background-color: #fff;
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .wide-slider-nav-wrapper .nav-pills {
        display: none 
    }
}

.wide-slider-nav-wrapper .slick-list {
    width: 100%
}

.wide-slider-nav-wrapper .slide {
    cursor: pointer;
    transition: .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.icon {
    width: 30px;
    height: 30px;
    margin: 0
}

.boxed-five-slides-slider .icon:before,
.boxed-five-slides-slider .icon:after {
    width: 30px;
    height: 30px
}

.boxed-five-slides-slider .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% + 2px);
        margin: 0 -1px
    }

    .boxed-four-taller-slider .slide {
        margin: 0 1px 0 0;
        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.0833334%;
    width: calc(100% + 1px);
    margin: 0 -1px 0 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: 1px;
    margin-right: 1px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

    .grid-slider-wrapper .grid-item:nth-child(1) {
        float: left;
        width: 49.8%;
        width: calc(50% - 1px);
        height: 100%
    }

    .grid-slider-wrapper .grid-item:nth-child(2),
    .grid-slider-wrapper .grid-item:nth-child(3) {
        margin-bottom: 1px
    }

    .grid-slider-wrapper .grid-item:nth-child(n+2) {
        float: left;
        width: 25%;
        width: calc(25% - 1px);
        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% - 1px);
    height: 100%
}

    .grid-2-big .grid-item:nth-child(2) {
        width: 50%;
        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%;
        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% - 1px);
    height: calc(100% - 1px)
}

.grid-3-slides .grid-item:nth-child(n+2) {
    width: 34%;
    margin-right: 0;
    height: calc(50% - 1px)
}

@media(min-width:992px) {
    .full-width .grid-3-slides-half-first .grid-item:nth-child(1) {
        width: calc(50% - 1px);
        height: 100%
    }

    .full-width .grid-3-slides-half-first .grid-item:nth-child(2) {
        width: calc(25% - 1px);
        margin-right: 1px;
        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: 30%;
    width: 100%
}

.grid-4-big-first-half-second .grid-item:nth-child(3) {
    height: 30%;
    margin-right: 1px;
    width: calc(50% - 1px)
}

.grid-4-big-first-half-second .grid-item:nth-child(4) {
    width: 50%;
    height: 30%;
    margin-right: 0
}

@media(min-width:992px) {
    .full-width .grid-4-big-first-half-second .slide {
        height: 470px
    }

    .full-width .grid-4-big-first-half-second .grid-item {
        float: left;
        height: 50%
    }

        .full-width .grid-4-big-first-half-second .grid-item:nth-child(1) {
            height: 100%;
            width: calc(50% - 1px)
        }

        .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% - 1px)
        }

        .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% - 1px);
    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-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) {
    width: 49.9%;
    width: calc(50% - 1px)
}

.grid-5-in-rows .grid-item:nth-child(2) {
    width: 50%;
    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% - 1px)
}

.grid-5-in-rows .grid-item:nth-child(5) {
    width: calc(33.337% - 0.5px);
    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%;
        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% - 1px);
        margin-right: 1px;
        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% - 1px)
}

.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%;
    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% - 1px)
}

.grid-5-slider .grid-item:nth-child(n+4) {
    height: 25%;
    margin-right: 1px;
    width: calc(50% - 1px)
}

.grid-5-slider .grid-item:nth-child(n+3):nth-child(odd) {
    width: 50%;
    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%
    }
}

@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: 1px
    }

    .full-width .grid-5-slider .grid-item:nth-child(n+2) {
        height: calc(50% - 1px);
        width: 24.9%;
        width: calc(25% - 1px)
    }

    .full-width .grid-5-first-big .grid-item:nth-child(n+2) {
        height: 50%
    }
}

.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.2%;
        width: calc(33.3334% - 1px)
    }

@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% - 0.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.334%
    }
}

@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 .grid-item:nth-child(odd) {
        width: calc(50% - 1px);
        margin-right: 1px;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .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 .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) .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) .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:991px) {
    .grid-6-slides .icon,
    .grid-6-slides .post-rating,
    .grid-6-slides .digital-rating,
    .grid-5-in-rows .grid-item:nth-child(n+3) .icon,
    .grid-5-in-rows .grid-item:nth-child(n+3) .post-rating,
    .grid-5-in-rows .grid-item:nth-child(n+3) .digital-rating,
    .grid-3-slides .grid-item:nth-child(n+2) .icon,
    .grid-3-slides .grid-item:nth-child(n+2) .post-rating,
    .grid-3-slides .grid-item:nth-child(n+2) .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: 0 0
}

    .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: .5s .3s;
        opacity: .5;
        transition: opacity .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 .4s,-webkit-transform .3s;
        transition: transform .3s,opacity .4s;
        transition: transform .3s,opacity .4s,-webkit-transform .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 .5s,width .1s .5s,height .1s .5s
}

.side-aside {
    position: fixed;
    top: 0;
    right: 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: .5s cubic-bezier(.55,0,.1,1) 0s;
    -webkit-transform: translate3d(350px,0,0);
    transform: translate3d(350px,0,0);
    overflow-y: auto
}

.dark-skin .side-aside {
    background: #111114
}

@media(max-width:991px) {
    .side-aside {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

        .side-aside.is-fullwidth {
            width: 100%
        }
}

.is-mobile .side-aside .side-aside-wrapper,
.is-desktop .side-aside .mCSB_container {
    padding: 50px 0 0
}

.admin-bar.is-desktop .side-aside .mCSB_container,
.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: 0 0
}

.side-aside:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    content: '';
    opacity: 1;
    transition: opacity .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 .5s
}

.border-layout .side-aside-open #tie-wrapper:after {
    opacity: 0
}

.side-aside-open .side-aside {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important
}

    .side-aside-open .side-aside:after {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        transition: opacity .5s,width .1s .5s,height .1s .5s
    }

#footer .container-wrapper {
    padding: 15px 0;
    margin: 0;
    background: 0 0
}

.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: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: 0px
}
#author-bio-widget-3{padding: 9px 0 0px 0 !important;}
@media(max-width:767px) {
    .footer-widget-area {
        margin-bottom: 20px
    }
}

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

.tie-insta-post {
    position: relative;
    width: 33.33333333333%;
    float: left
}

    .tie-insta-post a {
        display: block;
        line-height: 0;
        position: relative
    }

        .tie-insta-post a:hover img {
            opacity: .9
        }

    .tie-insta-post img {
        max-width: 100%;
        width: 100%;
        height: auto;
        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-instagram {
    position: relative;
    text-align: center;
    color: #fff
}

    #footer-instagram .tie-insta-post {
        width: 16.6666666666666% !important
    }

        #footer-instagram .tie-insta-post a:hover {
            opacity: .7
        }

@media(min-width:901px) {
    #footer-instagram .mCSB_container {
        width: 100% !important;
        left: auto !important
    }
}

@media(max-width:900px) {
    #footer-instagram .tie-insta-photos {
        max-height: 150px;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        overflow-y: hidden
    }

    #footer-instagram .tie-insta-post {
        width: 150px !important;
        display: inline-block;
        float: none;
        font-size: 13px
    }
}

#footer-instagram .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 10px
}

    #footer-instagram .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        background: rgba(0,0,0,.6)
    }

#instagram-link {
    position: absolute;
    display: block;
    z-index: 1;
    padding: 20px;
    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: rgba(0,0,0,.7);
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    color: #fff
}

@media(max-width:767px) {
    #instagram-link {
        font-size: 0;
        right: 10px;
        top: 10px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 30px;
        height: 30px;
        padding: 5px;
        border-radius: 2px
    }

        #instagram-link span {
            font-size: 15px;
            vertical-align: middle
        }

        #instagram-link:before,
        #instagram-link:after {
            display: none
        }
}

#instagram-link:before,
#instagram-link:after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: 2px solid #08f;
    border-width: 2px 0 0 2px;
    transition: .5s
}

#instagram-link:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0
}

@media(min-width:768px) {
    #instagram-link:hover {
        color: #08f
    }

        #instagram-link:hover:before {
            -webkit-transform: translate3d(10px,10px,10px);
            transform: translate3d(10px,10px,10px)
        }

        #instagram-link:hover:after {
            -webkit-transform: translate3d(-10px,-10px,-10px);
            transform: translate3d(-10px,-10px,-10px)
        }
}

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

        .site-info .social-icons li a span {
            color: #aaa;
            line-height: 22px
        }

        .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: .3s
}

    a.go-to-top-button:hover {
        opacity: .85
    }

    a.go-to-top-button.show-top-button {
        bottom: 15px
    }

@media(max-width:767px) {
    a.go-to-top-button {
        right: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px
    }

        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: #aaa
}

    .dark-skin textarea,
    .dark-skin input:not([type=submit]),
    .dark-skin select {
        color: #aaa
    }

    .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-menu-icon:not(:hover) .menu-text,
    .dark-skin .about-author .social-icons li.social-icons-item a:not(:hover) span {
        color: #aaa !important
    }

@media(min-width:1600px) {
    .dark-skin #story-index li a:not(.is-current) {
        color: #aaa
    }
}

.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 .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 .fa,
.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: #aaa
}

.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 #wp-calendar tbody td {
    background-color: rgba(0,0,0,.1)
}

.dark-skin .subscribe-widget .subscribe-widget-content h3 {
    color: #fff
}

.dark-skin .subscribe-widget .fa-envelope,
.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: #1f2024
}

@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,transparent 50%,#1f2024 100%)
    }

    .dark-skin .magazine2.post-has-toggle #the-post .entry:not(.is-expanded):before {
        background-image: linear-gradient(to bottom,transparent 50%,#27292d 100%)
    }
}

.dark-skin .sticky {
    background: #1c1c1d;
    padding: 10px
}

.dark-skin .entry-header .entry-title {
    color: #fff
}

.dark-skin .post-footer-on-bottom {
    border-color: rgba(255,255,255,.1)
}

.dark-skin .magazine1 .post-footer-on-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 .comment-list .comment-author img,
.dark-skin .commentlist .comment-author img {
    box-shadow: 0 0 8px #000;
    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
}

    .widget-title-icon:before {
        content: "\f08d"
    }

    .widget-title-icon.fa {
        font-size: 15px
    }

.post-widget-body {
    padding-left: 125px
}

.post-widget-body .post-title, .Side_Tab h2 a {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 5px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    }




.post-widget-thumbnail {
    float: left;
    margin-right: 15px;
    position: relative
}

    .post-widget-thumbnail img.tie-small-image {
        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 {
    content: "\f0f6"
}

.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-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: 20px
}

.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: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:before {
        left: -10px
    }
}

.dark-skin .posts-list-counter li:before {
    border-color: #27292d
}

.site-footer .posts-list-counter li:before,
.side-aside.dark-skin .posts-list-counter li:before {
    border-color: #1f2024
}

.posts-list-counter li: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: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: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: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 .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: .3s
        }

        .timeline-widget li .date .fa {
            display: none
        }

    .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.fa {
        margin-right: 5px;
        font-size: 16px;
        line-height: 25px
    }

.aboutme-widget .about-author-img {
    float: left;
    margin: 27px 20px 0px 0;
    width: 90%;
    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%
}

.search-field {
    float: left;
    width: 73%
}

.woocommerce-product-search [type=submit],
.search-submit[type=submit] {
    float: right;
    padding: 7px;
    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
}

.login-widget .is-logged-login span.fa {
    width: 15px
}

.social-statistics-widget .widget-title-icon:before {
    content: "\f087"
}

.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.fa,
    .social-statistics-widget a span[class^=arqicon-],
    .social-statistics-widget a span[class*=" arqicon-"] {
        float: left;
        color: #fff;
        background-color: #2c2f34;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 15px;
        border-radius: 2px;
        transition: .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: .3s;
        white-space: nowrap;
        word-wrap: normal
    }

    .social-statistics-widget .followers .followers-name {
        opacity: .8
    }

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

    .two-cols:not(.transparent-icons):not(.white-bg) a span.fa,
    .fullwidth-stats-icons:not(.transparent-icons):not(.white-bg) a span.fa {
        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.fa,
.transparent-icons li a [class^=arqicon-],
.transparent-icons li a [class*=" arqicon-"] {
    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: 0 0 !important
}

    .white-bg .social-icons-item a span.followers span {
        color: #2c2f34
    }

.dark-skin .white-bg .social-icons-item a span.followers span {
    color: #aaa
}

.circle-icons .social-icons-item a span.fa,
.circle-icons .social-icons-item a span[class^=arqicon-],
.circle-icons .social-icons-item a span[class*=" arqicon-"] {
    border-radius: 50%
}

.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.fa,
        .three-cols .social-icons-item a [class^=arqicon-],
        .three-cols .social-icons-item a [class*=" arqicon-"] {
            line-height: 50px;
            height: 50px;
            font-size: 20px;
            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.fa,
        .three-cols-without-spaces .social-icons-item:nth-child(n) a [class^=arqicon-],
        .three-cols-without-spaces .social-icons-item:nth-child(n) a [class*=" arqicon-"] {
            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: 0 0 !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: #aaa
}

.circle-three-cols .social-icons-item a span {
    position: relative;
    z-index: 2
}

    .circle-three-cols .social-icons-item a span.fa,
    .circle-three-cols .social-icons-item a span[class^=arqicon-],
    .circle-three-cols .social-icons-item a span[class*=" arqicon-"] {
        color: #fff !important;
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        position: relative;
        left: 50%;
        margin-left: -35px
    }

.circle-three-cols .social-icons-item .followers {
    margin: 10px 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 .fa,
            .squared-four-cols li:nth-child(n) a [class^=arqicon-],
            .squared-four-cols li:nth-child(n) a [class*=" arqicon-"] {
                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-envato {
    background-size: 14px 17px;
    background-position: center
}

.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: .3s
}

    .flickr-widget img:hover {
        opacity: .8
    }

.flickr-widget a.button {
    margin-top: 10px
}

.widget_tie-instagram-theme .widget-title-icon:before {
    content: "\f16d"
}

.widget_tie-instagram-theme .tie-insta-photos {
    margin: 0 -2px
}

.widget_tie-instagram-theme .tie-insta-post {
    padding: 0 2px 4px !important
}

.widget_tie-instagram-theme .button {
    margin-top: 10px
}

.tie-insta-header {
    margin-bottom: 15px
}

.tie-insta-avatar a {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    float: left;
    margin-right: 20px
}

    .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% + 4px);
        height: calc(100% + 4px);
        left: -2px;
        top: -2px;
        border-radius: 50%;
        background: #fff
    }

.tie-insta-avatar img {
    border-radius: 50%;
    position: relative;
    z-index: 2
}

.tie-insta-info {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 5px
}

.tie-insta-counts li {
    display: inline-block;
    padding: 0 10px 0 0
}

.tie-insta-counts .counts-number {
    font-weight: 700
}

.tie-insta-counts span:last-child {
    opacity: .7;
    font-size: 90%
}

.tie-insta-desc {
    margin-top: 20px
}

.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 !important;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0 2px 6px;
    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;
        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: "\f1c5"
}

.widget_media_image img {
    margin: 0 auto
}

.widget_media_audio .widget-title-icon:before {
    content: "\f130"
}

.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: "\f105";
        font-family: fontawesome;
        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: #aaa
}

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

    #wp-calendar tbody {
        color: #aaa
    }

        #wp-calendar tbody td {
            background: rgba(0,0,0,.04);
            padding: 8px 0;
            text-align: center
        }

        #wp-calendar tbody .pad {
            background: 0 0;
            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
}

    .tie-weather-widget.widget .icon-basecloud-bg:after {
        color: #08f
    }

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

.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 20px 0;
    overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1120px) {
    .weather-forecast {
        padding: 20px 0 0
    }
}

.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 .2s ease-out infinite;
    animation: rain-animi-effect .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 .25s ease-out infinite;
    animation: rain-animi-effect .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 .35s ease-out infinite;
    animation: rain-animi-effect .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 .4s ease-out infinite;
    animation: rain-animi-effect .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 .2s ease-out infinite;
    animation: drizzle-animi-effect .2s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi-2:after {
    -webkit-animation: drizzle-animi-effect .23s ease-out infinite;
    animation: drizzle-animi-effect .23s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi-4:after {
    -webkit-animation: drizzle-animi-effect .18s ease-out infinite;
    animation: drizzle-animi-effect .18s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi-5:after {
    -webkit-animation: drizzle-animi-effect .44s ease-out infinite;
    animation: drizzle-animi-effect .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: -.25em;
    font-size: .4em;
    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: -.2em;
    top: .07em;
    font-size: .6em
}

.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: #fff !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
}
#mc_embed_signup-tie-newsletter-4 {margin: 27px 0 0 15px}
.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: .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: 12px;
        color: rgba(0,0,0,.2);
        font-size: 18px;
        content: "\f0e0";
        font-family: fontawesome
    }

.subscribe-widget .subscribe-input {
    padding: 8px 30px;
    width: 100%;
    text-align: center;
    font-size: 13px
}
footer .subscribe-input {line-height: 2rem !important; height: 40px !important;}
    .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: 38px;
        font-size: 15px
    }

.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;
    width: auto;
    height: 100% !important;
    margin-top: 30px;
    border: solid 1px #aaa;
}
.stream-item-widget .box {width: auto !important;height: 460px !important;padding: 0 !important;margin-bottom: 0;}
.stream-item-widget .item figure {height: 100%}
.stream-item-widget .item figure a {height: 100%;padding: 0 20px;}


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

.tie-slider-widget .widget-title-icon:before {
    content: "\f0dc"
}

.tie-slider-widget .widget-title-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.container-wrapper .wpcv-global-updates,
.container-wrapper .wpcv-chart,
.container-wrapper .wpcv-map {
    margin: 0
}

.entry .wpcv-widget {
    margin-bottom: 30px
}

a.remove {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    speak: none;
    -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 .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: .3s;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    top: 40px;
    right: 40px;
    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
}

.tie-popup-is-opend #tie-wrapper {
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s,-webkit-filter .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,.8);
    display: none;
    -webkit-perspective: 600px;
    perspective: 600px
}

.tie-popup-container {
    position: relative;
    z-index: 100;
    width: 90%;
    max-width: 370px;
    margin: 10em auto 0;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transition: .3s;
    will-change: transform,opacity;
    -webkit-transform: scale(.9) rotateX(12deg) translateY(-50px);
    transform: scale(.9) rotateX(12deg) translateY(-50px);
    opacity: 0
}

    .tie-popup-container .container-wrapper {
        background-color: #fff !important;
        border-radius: 2px !important
    }

#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 .fa {
    font-size: 120px;
    margin-bottom: 10px
}

#tie-popup-adblock .adblock-message {
    font-size: 12px
}

#pop-up-live-search {
    will-change: transform,opacity;
    transition: .3s;
    -webkit-transform: scale(.97) rotateX(10deg) translateY(-10px);
    transform: scale(.97) rotateX(10deg) translateY(-10px);
    opacity: 0
}

.tie-popup-is-opend #pop-up-live-search,
.tie-popup-is-opend .tie-popup-container {
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0) translateY(0);
    transform: scale(1) rotateX(0) translateY(0)
}

#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: 100px 15px 0
}

#tie-popup-search-input {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(0,0,0,.6);
    font-weight: 600;
    font-size: 25px;
    border: 0;
    padding-right: 80px;
    padding-left: 20px;
    color: #fff
}

#tie-popup-search-submit {
    font-size: 35px;
    color: #08f;
    position: absolute;
    right: 25px;
    top: 16px;
    background: 0 0 !important;
    transition: .15s
}

    #tie-popup-search-submit:hover {
        color: #006dcc
    }

    #tie-popup-search-submit .fa-spinner {
        color: #555;
        cursor: default
    }

.autocomplete-suggestions {
    overflow: auto;
    padding: 20px;
    color: #2c2f34;
    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: #aaa;
    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,.6)
}

    .live-search-popup .autocomplete-suggestion {
        padding-bottom: 30px
    }

    .live-search-popup .post-widget-body .post-title {
        font-size: 18px;
        line-height: 23px;
        padding-top: 5px
    }

    .live-search-popup .button {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px
    }



.fa,
.fa-before:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: fontawesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.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(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-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);
    -ms-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 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}


[class^=tie-icon-],
[class*=" tie-icon-"] {
    font-family: tiefonticon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tie-icon-basecloud:before {
    content: "\f105"
}

.tie-icon-cloud-2:before {
    content: "\e904"
}

.tie-icon-cloud-solid:before {
    content: "\e905"
}

.tie-icon-wind:before {
    content: "\e902"
}

.tie-icon-thermometer-half:before {
    content: "\e901"
}

.tie-icon-check:before {
    content: "\e116"
}

.tie-icon-cross:before {
    content: "\e117"
}

.tie-icon-dots-three-horizontal:before {
    content: "\e903"
}

.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-list: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: fontawesome;
        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: #fff !important;
        background: 0 0;
        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: "\f00d"
        }

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

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

    .mCustomScrollbar.mCS_no_scrollbar,
    .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    right: auto;
    top: 0;
    left: 0;
    bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: auto;
    right: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        text-align: center
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
        box-sizing: border-box
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background: rgba(0,0,0,.3);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background: rgba(0,0,0,.3);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background: rgba(0,0,0,.4);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background: rgba(0,0,0,.5);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.dark-skin .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255,255,255,.35)
}

.dark-skin .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255,255,255,.45)
}

.dark-skin .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.dark-skin .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255,255,255,.55)
}

.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .ilightbox-overlay,
    .ilightbox-loader,
    .ilightbox-loader *,
    .ilightbox-holder .ilightbox-container .ilightbox-caption,
    .ilightbox-toolbar,
    .ilightbox-thumbnails,
    .ilightbox-thumbnails *,
    .ilightbox-holder .ilightbox-container .ilightbox-social {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

.ilightbox-noscroll {
    overflow: hidden
}

.ilightbox-closedhand * {
    cursor: url(../../../themes/jannah/assets/ilightbox/dark-skin/ilightbox/closedhand.cur),default !important
}

.ilightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000
}

.ilightbox-loader {
    position: fixed;
    z-index: 100005;
    top: 45%;
    left: -192px;
    padding-left: 30px;
    opacity: .9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
    border-radius: 0 100px 100px 0
}

    .ilightbox-loader div {
        width: 72px;
        height: 72px;
        border-radius: 0 100px 100px 0
    }

    .ilightbox-loader.horizontal {
        left: 45%;
        top: -192px;
        padding: 0;
        padding-top: 30px;
        border-radius: 0 0 100px 100px
    }

        .ilightbox-loader.horizontal div {
            border-radius: 0 0 100px 100px
        }

.ilightbox-toolbar {
    display: none;
    position: fixed;
    z-index: 100010
}

    .ilightbox-toolbar a {
        float: left;
        cursor: pointer
    }

    .ilightbox-toolbar .ilightbox-prev-button,
    .ilightbox-toolbar .ilightbox-next-button {
        display: none
    }

.ilightbox-thumbnails {
    display: block;
    position: fixed;
    z-index: 100009
}

    .ilightbox-thumbnails.ilightbox-horizontal {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px
    }

        .ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
            width: 100%;
            height: 100px
        }

    .ilightbox-thumbnails.ilightbox-vertical {
        top: 0;
        right: 0;
        width: 140px;
        height: 100%;
        overflow: hidden
    }

        .ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
            width: 140px;
            height: 100%
        }

    .ilightbox-thumbnails .ilightbox-thumbnails-container {
        display: block;
        position: relative
    }

    .ilightbox-thumbnails .ilightbox-thumbnails-grid {
        display: block;
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

        .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
            display: block;
            cursor: pointer;
            padding: 10px;
            position: relative
        }

            .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
                width: 100%;
                height: 100%;
                border-radius: 2px;
                -ms-interpolation-mode: bicubic
            }

            .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                opacity: .7
            }

                .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
                    opacity: 1
                }

.ilightbox-holder {
    display: none;
    position: fixed;
    z-index: 100003;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

    .ilightbox-holder.ilightbox-next,
    .ilightbox-holder.ilightbox-prev {
        cursor: pointer
    }

    .ilightbox-holder div.ilightbox-container {
        position: relative;
        width: 100%;
        height: 100%
    }

    .ilightbox-holder.supportTouch div.ilightbox-container {
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .ilightbox-holder img.ilightbox-image {
        width: 100%;
        height: 100%
    }

    .ilightbox-holder .ilightbox-container .ilightbox-caption {
        display: none;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        max-width: 100%;
        padding: 5px 10px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 150%;
        word-wrap: break-word;
        z-index: 20003;
        box-sizing: border-box;
        border-radius: 3px 3px 0 0
    }

    .ilightbox-holder .ilightbox-alert {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        padding-top: 100px;
        margin: auto;
        width: 300px;
        height: 50px
    }

    .ilightbox-holder .ilightbox-wrapper {
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .ilightbox-holder .ilightbox-inner-toolbar {
        position: relative;
        z-index: 100
    }

        .ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
            position: absolute
        }

.ilightbox-button {
    position: fixed;
    z-index: 100008;
    cursor: pointer
}

.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
    display: none !important
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
    display: block
}

.ilightbox-title {
    font-size: 12px !important
}

    .ilightbox-title a {
        color: #ccc
    }

        .ilightbox-title a:hover {
            color: #fff
        }

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a,
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a {
    color: #555
}

    .ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a:hover,
    .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a:hover {
        color: #000
    }

.ilightbox-overlay.dark {
    background: #000
}

.ilightbox-loader.dark {
    -webkit-box-shadow: #000 0 0 85px,#000 0 0 85px;
    box-shadow: #000 0 0 85px,#000 0 0 85px
}

    .ilightbox-loader.dark div {
        background: #000 url(../../../themes/jannah/assets/ilightbox/dark-skin/preloader.gif) no-repeat center
    }

.ilightbox-holder.dark {
    padding: 5px;
    background: #000;
    -webkit-box-shadow: 0 0 15px hsla(0,0%,0%,.8);
    box-shadow: 0 0 15px hsla(0,0%,0%,.8)
}

    .ilightbox-holder.dark .ilightbox-container .ilightbox-caption {
        background: url(../../../themes/jannah/assets/ilightbox/dark-skin/caption-bg.png);
        color: #fff;
        text-shadow: 0 1px #000
    }

    .ilightbox-holder.dark .ilightbox-container .ilightbox-social {
        background: url(../../../themes/jannah/assets/ilightbox/dark-skin/caption-bg.png);
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .ilightbox-holder.dark .ilightbox-alert {
        background: url(../../../themes/jannah/assets/ilightbox/dark-skin/alert.png) no-repeat center top;
        color: #555
    }

.ilightbox-toolbar.dark {
    top: 11px;
    left: 10px
}

    .ilightbox-toolbar.dark a {
        width: 25px;
        height: 23px;
        background: #000 url(../../../themes/jannah/assets/ilightbox/dark-skin/buttons.png) no-repeat 7px 6px
    }

        .ilightbox-toolbar.dark a.disabled {
            opacity: .2;
            filter: alpha(opacity=20);
            cursor: default;
            background-color: #000 !important
        }

        .ilightbox-toolbar.dark a:first-of-type {
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px
        }

        .ilightbox-toolbar.dark a:last-of-type {
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px
        }

        .ilightbox-toolbar.dark a.ilightbox-close:hover {
            background-position: -32px 6px
        }

        .ilightbox-toolbar.dark a.ilightbox-fullscreen {
            background-position: 6px -33px;
            right: 35px
        }

            .ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
                background-position: -31px -33px
            }

        .ilightbox-toolbar.dark a.ilightbox-play {
            background-position: 8px -57px
        }

            .ilightbox-toolbar.dark a.ilightbox-play:hover {
                background-position: -32px -57px
            }

        .ilightbox-toolbar.dark a.ilightbox-pause {
            background-position: 8px -83px
        }

            .ilightbox-toolbar.dark a.ilightbox-pause:hover {
                background-position: -32px -83px
            }

.isMobile .ilightbox-toolbar.dark {
    background: #000;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.8);
    box-shadow: 0 0 25px rgba(0,0,0,.8)
}

    .isMobile .ilightbox-toolbar.dark a {
        display: inline-block;
        float: none;
        width: 50px;
        height: 40px;
        background-size: 50%;
        background-position: 50% !important
    }

        .isMobile .ilightbox-toolbar.dark a:hover {
            background-color: #111
        }

        .isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/fullscreen-icon-64.png);
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/fullscreen-icon-ie.png)\9
        }

        .isMobile .ilightbox-toolbar.dark a.ilightbox-close {
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/x-mark-icon-64.png);
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/x-mark-icon-ie.png)\9
        }

        .isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/arrow-next-icon-64.png);
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/arrow-next-icon-ie.png)\9;
            background-position: 52% 50%
        }

        .isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/arrow-prev-icon-64.png);
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/arrow-prev-icon-ie.png)\9;
            background-position: 48% 50%
        }

        .isMobile .ilightbox-toolbar.dark a.ilightbox-play {
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/play-icon-64.png);
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/play-icon-ie.png)\9
        }

        .isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/pause-icon-64.png);
            background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/pause-icon-ie.png)\9
        }

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
    font-size: 18px;
    padding: 10px 8px;
    padding-right: 60px;
    color: #fff
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
    left: auto;
    top: 5px;
    right: 5px
}

    .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
        -webkit-border-radius: 0;
        border-radius: 0;
        float: right
    }

        .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px
        }

        .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px
        }

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
    box-shadow: 0 0 6px rgba(0,0,0,.9)
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
    background: url(../../../themes/jannah/assets/ilightbox/dark-skin/thumb-overlay-play.png) no-repeat center
}

.ilightbox-button.dark.disabled {
    opacity: .1;
    filter: alpha(opacity=10);
    cursor: default;
    background-color: #000 !important
}

.ilightbox-button.dark span {
    display: block;
    width: 100%;
    height: 100%
}

.ilightbox-button.dark {
    bottom: 0;
    right: 0;
    left: 0;
    left: 45%\9;
    right: auto\9;
    width: 95px;
    height: 75px;
    margin: auto;
    background: url(../../../themes/jannah/assets/ilightbox/dark-skin/arrow-next-vertical-icon-64.png) no-repeat 50% 65%;
    background-color: #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ilightbox-button.ilightbox-button.dark:hover {
    background-color: #111
}

.ilightbox-button.ilightbox-prev-button.dark {
    top: 0;
    bottom: auto;
    background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/arrow-prev-vertical-icon-64.png);
    background-position: 50% 35%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ilightbox-button.dark.horizontal {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    top: 41%\9;
    bottom: auto\9;
    width: 75px;
    height: 95px;
    background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/arrow-next-icon-64.png);
    background-position: 65% 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.ilightbox-button.ilightbox-prev-button.dark.horizontal {
    right: auto;
    left: 0;
    background-image: url(../../../themes/jannah/assets/ilightbox/dark-skin/arrow-prev-icon-64.png);
    background-position: 35% 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.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 .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: 0 0;
    border: 0
}

.post-content-slideshow .tie-slider-nav {
    opacity: 1;
    width: calc(100% - 30px);
    margin: 0;
    right: 15px;
    top: 15px;
    padding: 0
}

.magazine2 .post-content-slideshow .tie-slider-nav {
    right: 0;
    width: 100%
}

@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: fontawesome;
        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: "\f0fe";
    color: #555
}

.tie-list-shortcode.minus ul li:before {
    content: "\f146";
    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-inner-block {
    padding-left: 50px;
    min-height: 30px
}

.tie-shortcode-boxicon {
    float: left;
    margin-left: -50px
}

    .tie-shortcode-boxicon:before {
        line-height: 30px;
        height: 30px;
        width: 30px;
        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
}

    .box.shadow .box-inner-block {
        padding: 0 !important
    }

.box.info {
    background: #d6f6ff;
    border-color: #bfe3ec;
    color: #005770
}

    .box.info .tie-shortcode-boxicon:before {
        content: "\f05a";
        color: #2cb4da
    }

.box.success {
    background: #e2f2cb;
    border-color: #d1e4b7;
    color: #314612
}

    .box.success .tie-shortcode-boxicon:before {
        content: "\f05d";
        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: '\f15c';
        color: #ecc21b
    }

.shortc-button {
    cursor: pointer;
    padding: 11px 14px 9px;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 400;
    outline: none;
    position: relative;
    background: #dadada;
    border-color: #b4b4b4;
    border-style: solid;
    border-width: 0 0 1px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    min-width: 80px;
    line-height: 1.2em;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    opacity: .9
}

    .shortc-button:hover {
        opacity: 1
    }

    .shortc-button:active {
        top: 1px
    }

    .shortc-button.red {
        background-color: #b02b2c;
        border-color: #8b2121
    }

    .shortc-button.green {
        background-color: #83a846;
        border-color: #6f8f3b
    }

    .shortc-button.blue {
        background-color: #7bb0e7;
        border-color: #6693c2
    }

    .shortc-button.orange {
        background-color: #edae44;
        border-color: #ca9336
    }

    .shortc-button.pink {
        background-color: #d65799;
        border-color: #bb4b85
    }

    .shortc-button.purple {
        background-color: #745f7e;
        border-color: #514358
    }

    .shortc-button.black {
        background-color: #2c2c2c;
        border-color: #000
    }

    .shortc-button.white {
        background-color: #fcfcfc;
        color: #666 !important;
        border-color: #e1e1e1;
        border-width: 1px
    }

    .shortc-button.gray {
        color: #333 !important
    }

    .shortc-button.medium {
        padding: 15px 16px 12px;
        min-width: 90px
    }

    .shortc-button.big {
        padding: 18px 30px 15px;
        min-width: 140px
    }

.flickr-wrapper {
    overflow: hidden;
    margin: 0 -8px 20px
}

    .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: .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 .3s ease
    }

        .toggle h3:hover {
            background: rgba(0,0,0,.05)
        }

        .toggle h3 span.fa {
            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 .3s;
            transition: transform .3s;
            transition: transform .3s,-webkit-transform .3s;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%
        }

.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;
    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
        }


body {
    font-family: poppins,sans-serif;
    font-weight: 500
}

.logo-text,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: roboto,sans-serif;
    font-weight: 700
}

#main-nav .main-menu > ul > li > a {
    font-family: roboto,sans-serif;
    font-weight: 700
}

blockquote p {
    font-family: poppins,sans-serif;
    font-weight: 600
}

.seconTitle {
    font-family: roboto,sans-serif;
    font-weight: 500;
    color: #005d77
}

#site-info {
    padding: 5px 0
}

.social-icons {
    direction: ltr
}

#menu-components-wrap {
    float: left
}

#tie-wrapper #main-nav .main-menu .menu > li.tie-current-menu {
    border: none !important
}

.main-menu .menu > li.tie-current-menu > a:after {
    display: none !important
}

.entry p,
.entry li {
    line-height: 32px
}

#the-post p,
#the-post li {
    text-align: justify
}

#the-post > h1,
#the-post > h2,
#the-post > h3,
#the-post > h4,
#the-post > h5,
#the-post > h6,
{
    font-family: roboto,sans-serif;
    font-weight: 500;
    color: #005d77
}

#the-post .References > p {
    margin-bottom: 5px;
    font-size: 12px !important;
    vertical-align: super;
    line-height: 20px
}

a.References,
.References,
.References > p {
    margin-bottom: 5px !important;
    font-size: 12px !important;
    vertical-align: super !important;
    line-height: 20px !important
}

.post-thumb img, .Side_Tab figure img, .Tabslider_posts figure img {
    border-style: solid;
    border-width: .5px;
    border-color: #aaa
}

.entry-header .meta-author-avatar img {
    width: 100px;
    height: 100px
}

.entry-header,
.entry-archives-header {
    padding: 0;
    margin: 10px
}

@media(max-width:991px) {
    .entry-header,
    .entry-archives-header {
        padding: 0
    }
}

@media(max-width:1199px) {
    .entry-archives-header {
        padding: 0;
        margin: 10px
    }
}

.white-font,
.author-name {
    color: #fff
}

.mashsb-count {
    margin: 10px 10px 0 0;
    font-size: 30px
}

#main-nav .main-menu > ul > li.lang-item-ar > a {
    font-family: IRANSans
}

#main-nav .main-menu > ul > li.lang-item-en > a {
    font-family: roboto,sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.tabs li {
    width: 16.666%
}

div#branding {
    display: none !important
}

.authors-wrap {
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-gap: 10px
}

ul.authors-wrap > li {
    text-align: center !important;
    margin-bottom: 10px !important
}

.about-author.container-wrapper {
    padding: 15px;
    height: 100%
}

.author-info {
    padding: 0
}

.about-author .author-avatar {
    display: contents
}

.grecaptcha-badge {
    display: none !important
}

.english-text {
    direction: ltr;
    text-align: right
}

@media(max-width:767px) {
    .widget,
    .container-wrapper,
    .entry-content {
        margin: auto 5px;
    }
}

@media(min-width:992px) {
    .woocommerce-page .tie-col-md-4 {
        width: 24%
    }

    .woocommerce-page .tie-col-md-8 {
        width: 75%
    }
}

#EBoard_hlink,
#ABoard_hlink {
    width: 100%;
    margin-bottom: 15px;
    background-color: #d20a11;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    font-size: 16px
}

.woocommerce-products-header,
.woocommerce-breadcrumb,
.woocommerce-product-gallery__trigger {
    display: none !important
}

.woocommerce-product-gallery__image a {
    pointer-events: none
}

@media(min-width:992px) {
    .woocommerce ul.product_list_widget li img {
        margin: 0 !important;
        width: 80px !important
    }
}

@media(max-width:991px) {
    .woocommerce ul.product_list_widget li img {
        width: 97% !important
    }
}

.woocommerce ul.product_list_widget .product-title {
    text-align: center
}

.woocommerce ul.product_list_widget li {
    padding: 2px !important
}

.woocommerce ul.product_list_widget {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px
}

.woocommerce div.product .up-sells.products {
    clear: both
}

.product-img {
    margin-bottom: 0 !important
}

.item-title {
    padding: 0 10px 2px;
    border-right: 5px solid #d20a11;
    border-left: 1px solid #eaeaea;
    margin-bottom: 0
}

.product-excerpt {
    padding: 10px;
    border: 1px solid #eaeaea;
    text-align: justify
}

.woocommerce-loop-product__author {
    padding: 0 0 7px
}

    .woocommerce-loop-product__author > a {
        font-size: 15px;
        color: #d20a11
    }

        .woocommerce-loop-product__author > a:hover {
            color: #333
        }

.date_published {
    font-size: 19px
}

.article .woocommerce-product-gallery {
    width: 100% !important;
    margin-top: 40px
}

    .article .woocommerce-product-gallery a img {
        width: 100% !important
    }

.article .summary.entry-summary {
    width: 100% !important;
    float: none !important;
    margin-bottom: 1px !important
}

.article #tab-title-description > a {
    border: 0;
    padding: 0 1px;
    text-align: right;
    background: transparent
}

.article .woocommerce-tabs,
.article .tabs.wc-tabs {
    border: 0
}

.article #tab-description {
    padding: 30px 5px;
    border-top: 2px solid #d20a11
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    opacity: 1 !important
}

.payment-card {
    position: relative;
    width: inherit;
    padding-bottom: 3.5rem;
    direction: ltr
}

.payment-card__front {
    width: 65%;
    padding: 4%;
    border-radius: 10px;
    background-color: #f0f0ee;
    box-shadow: 0 0 10px #f4f4f2;
    border: 1px solid #a29e97;
    position: relative;
    z-index: 1;
    max-height: 33vw
}

.payment-card__back {
    width: 65%;
    padding: 25% 5% 5%;
    text-align: end;
    border-radius: 10px;
    border: 1px solid #dad9d6;
    background-color: #e0ddd7;
    box-shadow: 0 0 20px #f3f3f3;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 33vw
}

    .payment-card__back::before {
        content: "";
        width: 100%;
        height: 20%;
        background-color: #8e8b85;
        position: absolute;
        top: 18%;
        right: 0
    }

.payment-card__group:nth-child(n+2) {
    margin-top: 3%
}

.payment-card__field {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.payment-card__month,
.payment-card__year,
.payment-card__cvc {
    width: 17%
}

.payment-card__hint {
    position: absolute;
    left: -9999px
}

.payment-card__input {
    box-sizing: border-box;
    width: 100%;
    padding: .4rem;
    border: 3px solid #d0d0ce;
    font-family: inherit;
    font-size: 80%;
    line-height: initial
}

    .payment-card__input:focus {
        outline: none;
        border-color: #fdde60
    }

.payment-card__caption {
    text-transform: uppercase;
    font-size: 80%
}

.payment-card__separator {
    font-size: 80%;
    color: #c4c4c3;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: middle
}

.payment-card__footer {
    background-repeat: no-repeat;
    background-position: calc(100% - 20%) 50%,100% 50%;
    background-size: 14%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDMwMCAxODAiPjxwYXRoIGQ9Ik0yOTguMDMyIDkwLjVjLjAxNCA0OC45MzYtMzkuNjQ2IDg4LjYxNC04OC41ODIgODguNjI3LTQ4LjkzNy4wMTItODguNjE0LTM5LjY0Ni04OC42MjctODguNTgyVjkwLjVjLS4wMTMtNDguOTM1IDM5LjY0Ny04OC42MTUgODguNTgxLTg4LjYyOCA0OC45MzctLjAxMyA4OC42MTUgMzkuNjQ3IDg4LjYyOCA4OC41ODN2LjA0NXoiIGZpbGw9IiNmOTAiLz48cGF0aCBkPSJNOTAuMDAxIDEuODk1QzQxLjM1NSAyLjIwNCAxLjk2NyA0MS43ODEgMS45NjcgOTAuNWMwIDQ4LjkwOSAzOS42OTUgODguNjA0IDg4LjYwNSA4OC42MDQgMjIuOTU1IDAgNDMuODc5LTguNzQ4IDU5LjYyNC0yMy4wODZsLS4wMDctLjAwNGguMDE5YTg5LjQzNyA4OS40MzcgMCAwIDAgOC45OTUtOS40ODhIMTQxLjA1YTg2LjUzNiA4Ni41MzYgMCAwIDEtNi42MDYtOS4xMjdoMzEuMzA4YTg4Ljc1IDg4Ljc1IDAgMCAwIDUuMTU4LTkuNDg4aC00MS42MzVhODcuMzkyIDg3LjM5MiAwIDAgMS0zLjcwMy05LjMwOWg0OS4wNDVhODguMzg4IDg4LjM4OCAwIDAgMCA0LjU2LTI4LjEwM2MwLTYuNTEyLS43MDYtMTIuODYxLTIuMDQyLTE4Ljk3NGgtNTQuMTY0YTg4LjM0NyA4OC4zNDcgMCAwIDEgMi41MjgtOS4zMDhoNDkuMDYzYTg4LjYxOCA4OC42MTggMCAwIDAtMy44Mi05LjQ4N0gxMjkuMjdhODUuMDEzIDg1LjAxMyAwIDAgMSA1LjA4NC05LjMwN2gzMS4yODVhODguNzk4IDg4Ljc5OCAwIDAgMC02Ljg3Ny05LjQ4OGgtMTcuNDQzYTgyLjIzMiA4Mi4yMzIgMCAwIDEgOC44ODktOC45NWMtMTUuNzQ2LTE0LjM0LTM2LjY3Ni0yMy4wOS01OS42MzYtMjMuMDloLS41NzF6IiBmaWxsPSIjYzAwIi8+PHBhdGggZD0iTTI4OS4xNDMgMTM2LjgyYy40ODIgMCAuOTUxLjEyNSAxLjQwOS4zNzEuNDYuMjQ2LjgxNC42MDEgMS4wNyAxLjA2Mi4yNTYuNDU2LjM4NC45MzcuMzg0IDEuNDM1IDAgLjQ5Mi0uMTI3Ljk2OC0uMzc5IDEuNDI0LS4yNTEuNDU1LS42MDUuODEtMS4wNjEgMS4wNjMtLjQ1MS4yNDktLjkyOC4zNzUtMS40MjQuMzc1cy0uOTcyLS4xMjYtMS40MjYtLjM3NWEyLjcxIDIuNzEgMCAwIDEtMS4wNjMtMS4wNjMgMi45MDggMi45MDggMCAwIDEtLjM3Ny0xLjQyNGMwLS40OTguMTI3LS45NzkuMzg0LTEuNDM1YTIuNjYzIDIuNjYzIDAgMCAxIDEuMDcxLTEuMDYyIDIuOTcgMi45NyAwIDAgMSAxLjQxMi0uMzcxbTAgLjQ3NWMtLjQwMSAwLS43OTMuMTA0LTEuMTc2LjMxMS0uMzguMjA3LS42NzcuNS0uODkxLjg4OGEyLjM3OCAyLjM3OCAwIDAgMC0uMzI1IDEuMTk0YzAgLjQxMi4xMDYuODEuMzE1IDEuMTg4LjIxNC4zNzcuNTEuNjczLjg4OC44ODUuMzgxLjIxMS43NzYuMzE1IDEuMTg4LjMxNS40MTQgMCAuODEtLjEwNCAxLjE4OS0uMzE1LjM3OC0uMjEyLjY3My0uNTA4Ljg4NC0uODg1YTIuMzkyIDIuMzkyIDAgMCAwLS4wMDgtMi4zODIgMi4xNzkgMi4xNzkgMCAwIDAtLjg5NC0uODg4IDIuNDAyIDIuNDAyIDAgMCAwLTEuMTctLjMxMW0tMS4yNTYgMy45NzV2LTMuMDgyaDEuMDYyYy4zNiAwIC42MjIuMDI4Ljc4NC4wODhhLjc1OC43NTggMCAwIDEgLjM4OC4yOTcuODEzLjgxMyAwIDAgMS0uMDk4IDEuMDM5Ljk0OS45NDkgMCAwIDEtLjYzOS4yODEuODk2Ljg5NiAwIDAgMSAuMjY0LjE2NGMuMTI1LjEyLjI3NS4zMjMuNDU1LjYxbC4zNzUuNjAzaC0uNjA2bC0uMjcyLS40ODVjLS4yMTUtLjM4Mi0uMzg4LS42Mi0uNTIxLS43MTgtLjA5MS0uMDY5LS4yMjQtLjEwNS0uMzk3LS4xMDVoLS4yOTN2MS4zMTFoLS41bS40OTYtMS43MzhoLjYwNGMuMjg4IDAgLjQ4My0uMDQ0LjU4OC0uMTI5YS40MjEuNDIxIDAgMCAwIC4xNTktLjM0Mi40MDQuNDA0IDAgMCAwLS4wNzUtLjI0NC40NjYuNDY2IDAgMCAwLS4yMTMtLjE2MmMtLjA4OS0uMDM1LS4yNTUtLjA1NS0uNDk3LS4wNTVoLS41NjR2LjkzMiIgZmlsbD0iI2ZjYjM0MCIvPjxnPjxwYXRoIGQ9Ik0xMTkuOTc1IDExNS45MmwxLjE4LTguMDJjLS42NDUgMC0xLjU5My4yNzktMi40MzEuMjc5LTMuMjg0IDAtMy42OTQtMS43NTUtMy40MzYtMy4wMzdsMy4yMzYtMTYuMTNoNC45OTJsMS4wMjktOS4xMDNoLTQuNzA1bC45NTgtNS41MTZoLTkuODQyYy0uMjA4LjIwOC01LjU2OCAzMS4wMjItNS41NjggMzQuNzc2IDAgNS41NTUgMy4xMTggOC4wMjcgNy41MTYgNy45ODggMy40NDItLjAzIDYuMTI1LS45ODIgNy4wNzEtMS4yMzd6TTEyMi45NjIgMTAwLjYzMmMwIDEzLjMzMiA4Ljc5OSAxNi40OTkgMTYuMjk3IDE2LjQ5OSA2LjkyMSAwIDEwLjU1LTEuNjA0IDEwLjU1LTEuNjA0bDEuNjYyLTkuMXMtNS44NDggMi4zNzgtMTAuNjAxIDIuMzc4Yy0xMC4xMzEgMC04LjM1NS03LjU1NC04LjM1NS03LjU1NGwxOS40NjMuMDU5czEuMjM5LTYuMTExIDEuMjM5LTguNjAyYzAtNi4yMTctMy4zODctMTMuODUtMTMuNzQ1LTEzLjg1LTkuNDg2LjAwMy0xNi41MSAxMC4yMjQtMTYuNTEgMjEuNzc0em0xNi41NDYtMTMuMzI1YzUuMzI0IDAgNC4zNDIgNS45ODQgNC4zNDIgNi40NjloLTEwLjQ3NGMwLS42Mi45ODktNi40NyA2LjEzMi02LjQ3ek0xOTkuMjQ2IDExNS45MTdsMS42ODktMTAuMjg0cy00LjYzMiAyLjMyLTcuODA3IDIuMzJjLTYuNjkzIDAtOS4zNzgtNS4xMS05LjM3OC0xMC42IDAtMTEuMTM3IDUuNzU4LTE3LjI2NSAxMi4xNjgtMTcuMjY1IDQuODA4IDAgOC42NjUgMi42OTkgOC42NjUgMi42OTlsMS41NC05Ljk5M3MtNC41NTQtMy4yOS05LjQ1Ni0zLjMwOGMtMTQuNzQ1LS4wNTgtMjMuMTgyIDEwLjIwOC0yMy4xODIgMjcuOTU1IDAgMTEuNzYzIDYuMjQ4IDE5Ljc2OCAxNy41MDYgMTkuNzY4IDMuMTgzIDAgOC4yNTUtMS4yOTIgOC4yNTUtMS4yOTJ6TTY4LjA4NiA3OS4wMDZjLTYuNDcgMC0xMS40MjcgMi4wNzktMTEuNDI3IDIuMDc5bC0xLjM3IDguMTI3czQuMDkzLTEuNjYzIDEwLjI4LTEuNjYzYzMuNTE0IDAgNi4wODQuMzk1IDYuMDg0IDMuMjUgMCAxLjczNC0uMzE0IDIuMzc0LS4zMTQgMi4zNzRzLTIuNzcyLS4yMzEtNC4wNTYtLjIzMWMtOS4yMSAwLTE2LjcyOSAzLjQ4Mi0xNi43MjkgMTMuOTggMCA4LjI3MyA1LjYyMyAxMC4xNyA5LjEwOCAxMC4xNyA2LjY1NyAwIDkuMjkyLTQuMjAzIDkuNDQ0LTQuMjE1bC0uMDc3IDMuNDg4aDguMzA3bDMuNzA2LTI1Ljk4YzAtMTEuMDI1LTkuNjE2LTExLjM4LTEyLjk1Ni0xMS4zOHptMS40MzggMjEuMDk2Yy4xOCAxLjU4Ni0uNDEgOS4wODYtNi4wOTIgOS4wODYtMi45MyAwLTMuNjkxLTIuMjQtMy42OTEtMy41NjIgMC0yLjU4NCAxLjQwMy01LjY4MyA4LjMxNS01LjY4MyAxLjYxIDAgMS4xOTcuMTE2IDEuNDY4LjE1OXpNODkuODcgMTE2LjljMi4xMjYgMCAxNC4yNzMuNTQgMTQuMjczLTExLjk5NCAwLTExLjcyMS0xMS4yNDQtOS40MDQtMTEuMjQ0LTE0LjExNCAwLTIuMzQyIDEuODMzLTMuMDggNS4xODQtMy4wOCAxLjMyOSAwIDYuNDQ3LjQyMyA2LjQ0Ny40MjNsMS4xODktOC4zM3MtMy4zMTItLjc0MS04LjcwNC0uNzQxYy02Ljk4IDAtMTQuMDYzIDIuNzg2LTE0LjA2MyAxMi4zMTggMCAxMC44MDIgMTEuODEyIDkuNzE3IDExLjgxMiAxNC4yNjcgMCAzLjAzNy0zLjMgMy4yODctNS44NDQgMy4yODctNC40MDEgMC04LjM2My0xLjUxMS04LjM3Ny0xLjQzOGwtMS4yNiA4LjI0NWMuMjMuMDcgMi42NzUgMS4xNTcgMTAuNTg4IDEuMTU3ek0yNzcuMDYzIDcxLjQ0OWwtMS43MDUgMTIuNzA5cy0zLjU1My00LjkwNS05LjExMi00LjkwNWMtMTAuNDU5IDAtMTUuODQ5IDEwLjQyMy0xNS44NDkgMjIuMzk2IDAgNy43MyAzLjg0NCAxNS4zMDcgMTEuNjk5IDE1LjMwNyA1LjY1MSAwIDguNzg0LTMuOTQxIDguNzg0LTMuOTQxbC0uNDE1IDMuMzY1aDkuMTc4bDcuMjA3LTQ0Ljg2Mi05Ljc4Ny0uMDd6bS00LjA1MiAyNC43YzAgNC45ODQtMi40NjggMTEuNjQtNy41ODEgMTEuNjQtMy4zOTYgMC00Ljk4OC0yLjg1LTQuOTg4LTcuMzIzIDAtNy4zMTUgMy4yODUtMTIuMTQgNy40MzItMTIuMTQgMy4zOTQgMCA1LjEzNyAyLjMzIDUuMTM3IDcuODI0ek0xNy4wMDUgMTE2LjQxN2w1Ljc0My0zMy44Ny44NDQgMzMuODdoNi40OTlsMTIuMTI1LTMzLjg3LTUuMzcxIDMzLjg3aDkuNjU4bDcuNDM3LTQ0LjkyMi0xNS4zNDItLjExNy05LjEyNiAyNy41MDQtLjI1LTI3LjM4N2gtMTQuMDZsLTcuNTQ0IDQ0LjkyMmg5LjM4N3oiIGZpbGw9IiMwMDYiLz48cGF0aCBkPSJNMTYyLjM1NyAxMTYuNDhjMi43NDYtMTUuNjE0IDMuNzI0LTI3Ljk0NiAxMS43MzItMjUuMzkyIDEuMTUtNi4wNDQgMy44OTEtMTEuMyA1LjE0My0xMy44NTggMCAwLS4zOTYtLjU5LTIuODcxLS41OS00LjIyNSAwLTkuODY2IDguNTc1LTkuODY2IDguNTc1bC44NDMtNS4zMDFoLTguNzg2bC01Ljg4NCAzNi41NjZoOS42ODl6TTIxOS4wMDYgNzkuMDA2Yy02LjQ3MiAwLTExLjQzIDIuMDc5LTExLjQzIDIuMDc5bC0xLjM2OSA4LjEyN3M0LjA5NS0xLjY2MyAxMC4yOC0xLjY2M2MzLjUxNCAwIDYuMDgzLjM5NSA2LjA4MyAzLjI1IDAgMS43MzQtLjMxMyAyLjM3NC0uMzEzIDIuMzc0cy0yLjc3LS4yMzEtNC4wNTUtLjIzMWMtOS4yMSAwLTE2LjcyOSAzLjQ4Mi0xNi43MjkgMTMuOTggMCA4LjI3MyA1LjYyMiAxMC4xNyA5LjEwNyAxMC4xNyA2LjY1NSAwIDkuMjkyLTQuMjAzIDkuNDQzLTQuMjE1bC0uMDc4IDMuNDg4aDguMzFsMy43MDQtMjUuOThjLjAwMS0xMS4wMjUtOS42MTUtMTEuMzgtMTIuOTUzLTExLjM4em0xLjQzNiAyMS4wOTZjLjE4IDEuNTg2LS40MTEgOS4wODYtNi4wOTIgOS4wODYtMi45MzIgMC0zLjY5Mi0yLjI0LTMuNjkyLTMuNTYyIDAtMi41ODQgMS40MDItNS42ODMgOC4zMTUtNS42ODMgMS42MTEgMCAxLjE5OS4xMTYgMS40NjkuMTU5ek0yNDEuNTIyIDExNi40OGMxLjUwOC0xMS40ODcgNC4yOTktMjcuNjE1IDExLjczMS0yNS4zOTIgMS4xNDktNi4wNDQuMDQxLTYuMDI4LTIuNDMzLTYuMDI4LTQuMjI4IDAtNS4xNjQuMTU0LTUuMTY0LjE1NGwuODQ0LTUuMzAxaC04Ljc4NWwtNS44ODQgMzYuNTY3aDkuNjl6IiBmaWxsPSIjMDA2Ii8+PGc+PHBhdGggZD0iTTEyMi40MzQgMTEzLjA1OWwxLjE4MS04LjAxOWMtLjY0NSAwLTEuNTk0LjI3Ni0yLjQzMS4yNzYtMy4yODQgMC0zLjY0Ni0xLjc0Ni0zLjQzNy0zLjAzN2wyLjY1My0xNi4zNjJoNC45OTFsMS4yMDUtOC44N2gtNC43MDZsLjk1OC01LjUxNmgtOS40MzRjLS4yMDguMjA4LTUuNTY5IDMxLjAyMy01LjU2OSAzNC43NzUgMCA1LjU1NSAzLjExOSA4LjAyOSA3LjUxNyA3Ljk4OSAzLjQ0NC0uMDI5IDYuMTI2LS45ODIgNy4wNzItMS4yMzZ6TTEyNS40MjMgOTcuNzdjMCAxMy4zMzIgOC44IDE2LjUgMTYuMjk3IDE2LjUgNi45MiAwIDkuOTY1LTEuNTQ3IDkuOTY1LTEuNTQ3bDEuNjYyLTkuMDk5cy01LjI2NCAyLjMxOS0xMC4wMTggMi4zMTljLTEwLjEzIDAtOC4zNTYtNy41NTMtOC4zNTYtNy41NTNoMTkuMTcyczEuMjM4LTYuMTEzIDEuMjM4LTguNjA0YzAtNi4yMTYtMy4wOTQtMTMuNzktMTMuNDUyLTEzLjc5LTkuNDg2LjAwMi0xNi41MDggMTAuMjIzLTE2LjUwOCAyMS43NzR6bTE2LjU0NC0xMy4zMjVjNS4zMjQgMCA0LjM0MiA1Ljk4MyA0LjM0MiA2LjQ2N2gtMTAuNDc0YzAtLjYxOC45OS02LjQ2NyA2LjEzMi02LjQ2N3pNMjAxLjcwNyAxMTMuMDU1bDEuNjg4LTEwLjI4NXMtNC42MjkgMi4zMjEtNy44MDYgMi4zMjFjLTYuNjkyIDAtOS4zNzYtNS4xMS05LjM3Ni0xMC42IDAtMTEuMTM3IDUuNzU4LTE3LjI2NCAxMi4xNjgtMTcuMjY0IDQuODA3IDAgOC42NjUgMi42OTkgOC42NjUgMi42OTlsMS41NC05Ljk5M3MtNS43MjEtMi4zMTUtMTAuNjI1LTIuMzE1Yy0xMC44OTEgMC0yMS40ODYgOS40NDgtMjEuNDg2IDI3LjE5MiAwIDExLjc2NiA1LjcyMSAxOS41MzcgMTYuOTc5IDE5LjUzNyAzLjE4My4wMDEgOC4yNTMtMS4yOTIgOC4yNTMtMS4yOTJ6TTcwLjU0NyA3Ni4xNDNjLTYuNDY5IDAtMTEuNDI4IDIuMDc5LTExLjQyOCAyLjA3OWwtMS4zNjkgOC4xMjdzNC4wOTMtMS42NjMgMTAuMjgtMS42NjNjMy41MTMgMCA2LjA4My4zOTUgNi4wODMgMy4yNSAwIDEuNzM0LS4zMTUgMi4zNzQtLjMxNSAyLjM3NHMtMi43NzEtLjIzMi00LjA1NC0uMjMyYy04LjE1OSAwLTE2LjczIDMuNDgyLTE2LjczIDEzLjk4IDAgOC4yNzIgNS42MjMgMTAuMTcgOS4xMDggMTAuMTcgNi42NTYgMCA5LjUyNS00LjMxOSA5LjY3OC00LjMzMmwtLjMxMSAzLjYwNWg4LjMwN2wzLjcwNi0yNS45ODFjMC0xMS4wMjItOS42MTUtMTEuMzc3LTEyLjk1NS0xMS4zNzd6bTIuMDIxIDIxLjE1NGMuMTggMS41ODctLjk5NSA5LjAyNi02LjY3NSA5LjAyNi0yLjkzIDAtMy42OTItMi4yMzgtMy42OTItMy41NjIgMC0yLjU4MiAxLjQwMy01LjY4MiA4LjMxNi01LjY4MiAxLjYwOC4wMDIgMS43OC4xNzQgMi4wNTEuMjE4ek05Mi4zMzEgMTE0LjAzOGMyLjEyNSAwIDE0LjI3My41NCAxNC4yNzMtMTEuOTk1IDAtMTEuNzE5LTExLjI0NS05LjQwNC0xMS4yNDUtMTQuMTEyIDAtMi4zNDQgMS44MzMtMy4wODIgNS4xODMtMy4wODIgMS4zMyAwIDYuNDQ3LjQyMyA2LjQ0Ny40MjNsMS4xOS04LjMzYzAgLjAwMS0zLjMxMi0uNzQxLTguNzA0LS43NDEtNi45NzkgMC0xNC4wNjMgMi43ODYtMTQuMDYzIDEyLjMxOCAwIDEwLjgwMSAxMS44MTIgOS43MTcgMTEuODEyIDE0LjI2NyAwIDMuMDM3LTMuMyAzLjI4NC01Ljg0MyAzLjI4NC00LjQwMSAwLTguMzY0LTEuNTEtOC4zNzgtMS40MzhsLTEuMjU4IDguMjQ2Yy4yMjguMDcgMi42NzIgMS4xNiAxMC41ODYgMS4xNnpNMjc5Ljg1MiA2OC42NjhsLTIuMDM1IDEyLjYyN3MtMy41NTEtNC45MDUtOS4xMS00LjkwNWMtOC42NDQgMC0xNS44NDkgMTAuNDIyLTE1Ljg0OSAyMi4zOTcgMCA3LjczIDMuODQzIDE1LjMwNCAxMS42OTkgMTUuMzA0IDUuNjUxIDAgOC43ODQtMy45NCA4Ljc4NC0zLjk0bC0uNDE1IDMuMzY1aDkuMTc2bDcuMjA3LTQ0Ljg2My05LjQ1Ny4wMTV6bS00LjM4MSAyNC42MmMwIDQuOTgzLTIuNDY3IDExLjYzOS03LjU4MiAxMS42MzktMy4zOTUgMC00Ljk4Ni0yLjg1LTQuOTg2LTcuMzIzIDAtNy4zMTQgMy4yODUtMTIuMTQgNy40My0xMi4xNCAzLjM5Ni0uMDAxIDUuMTM4IDIuMzMyIDUuMTM4IDcuODI0ek0xOS40NjYgMTEzLjU1NWw1Ljc0My0zMy44Ny44NDMgMzMuODdoNi41bDEyLjEyNS0zMy44Ny01LjM3MSAzMy44N2g5LjY1OGw3LjQzOC00NC45MjNINDEuNDY3bC05LjMwMSAyNy41NjMtLjQ4NC0yNy41NjNIMTcuOTE1bC03LjU0NSA0NC45MjNoOS4wOTZ6TTE2NC44MTggMTEzLjYxN2MyLjc0Ni0xNS42MTYgMy4yNTUtMjguMjk2IDkuODA4LTI1Ljk3NSAxLjE0Ny02LjA0NCAyLjI1NC04LjM4MiAzLjUwNi0xMC45NCAwIDAtLjU4Ny0uMTIzLTEuODE5LS4xMjMtNC4yMjUgMC03LjM1NSA1Ljc3Mi03LjM1NSA1Ljc3MmwuODQxLTUuMzAxaC04Ljc4NGwtNS44ODUgMzYuNTY3aDkuNjg4ek0yMjMuNDc1IDc2LjE0M2MtNi40NjkgMC0xMS40MjggMi4wNzktMTEuNDI4IDIuMDc5bC0xLjM2OCA4LjEyN3M0LjA5My0xLjY2MyAxMC4yOC0xLjY2M2MzLjUxMyAwIDYuMDgxLjM5NSA2LjA4MSAzLjI1IDAgMS43MzQtLjMxMyAyLjM3NC0uMzEzIDIuMzc0cy0yLjc3LS4yMzItNC4wNTUtLjIzMmMtOC4xNTggMC0xNi43MjkgMy40ODItMTYuNzI5IDEzLjk4IDAgOC4yNzIgNS42MjIgMTAuMTcgOS4xMDcgMTAuMTcgNi42NTYgMCA5LjUyNS00LjMxOSA5LjY3Ny00LjMzMmwtLjMwOSAzLjYwNWg4LjMwN2wzLjcwNS0yNS45ODFjLjAwMS0xMS4wMjItOS42MTUtMTEuMzc3LTEyLjk1NS0xMS4zNzd6bTIuMDI0IDIxLjE1NGMuMTggMS41ODctLjk5NiA5LjAyNi02LjY3OCA5LjAyNi0yLjkzIDAtMy42OS0yLjIzOC0zLjY5LTMuNTYyIDAtMi41ODIgMS40MDMtNS42ODIgOC4zMTUtNS42ODIgMS42MDguMDAyIDEuNzguMTc0IDIuMDUzLjIxOHpNMjQ0LjAyMyAxMTMuNjE3YzIuNzQ3LTE1LjYxNiAzLjI1Ni0yOC4yOTYgOS44MDctMjUuOTc1IDEuMTQ5LTYuMDQ0IDIuMjU3LTguMzgyIDMuNTA4LTEwLjk0IDAgMC0uNTg3LS4xMjMtMS44Mi0uMTIzLTQuMjI0IDAtNy4zNTQgNS43NzItNy4zNTQgNS43NzJsLjg0LTUuMzAxaC04Ljc4M2wtNS44ODUgMzYuNTY3aDkuNjg3ek0yODkuMTA1IDEwNy45NzVjLjQ3OSAwIC45NTEuMTIzIDEuNDA2LjM3My40NTkuMjQyLjgxNi41OTggMS4wNzIgMS4wNTkuMjU3LjQ1OC4zODMuOTM1LjM4MyAxLjQzNCAwIC40OTMtLjEyNi45NjktLjM3OSAxLjQyNGEyLjY1NSAyLjY1NSAwIDAgMS0xLjA1OSAxLjA2M2MtLjQ1NC4yNS0uOTMuMzc2LTEuNDI0LjM3Ni0uNDk4IDAtLjk3NC0uMTI2LTEuNDI5LS4zNzZhMi42NzggMi42NzggMCAwIDEtMS4wNTgtMS4wNjMgMi44NjUgMi44NjUgMCAwIDEtLjM4MS0xLjQyNGMwLS40OTkuMTI3LS45NzYuMzg0LTEuNDM0YTIuNjMgMi42MyAwIDAgMSAxLjA3My0xLjA1OWMuNDYxLS4yNS45MzMtLjM3MyAxLjQxMi0uMzczbTAgLjQ3MmMtLjQwMSAwLS43OTMuMTA0LTEuMTc2LjMxM2EyLjE4MyAyLjE4MyAwIDAgMC0uODk0Ljg4NWMtLjIxNC4zODEtLjMyMi43OC0uMzIyIDEuMTk0cy4xMDQuODEuMzEzIDEuMTg4Yy4yMTMuMzc3LjUwOS42NzMuODkxLjg4Ni4zNzguMjA4Ljc3My4zMTMgMS4xODguMzEzLjQxMiAwIC44MS0uMTA1IDEuMTg4LS4zMTMuMzc4LS4yMTMuNjc0LS41MDkuODg0LS44ODYuMjExLS4zODEuMzE0LS43NzQuMzE0LTEuMTg4cy0uMTA3LS44MTMtLjMyMS0xLjE5NGEyLjE2IDIuMTYgMCAwIDAtLjg5NC0uODg1IDIuNDA4IDIuNDA4IDAgMCAwLTEuMTcxLS4zMTNtLTEuMjU1IDMuOTc2di0zLjA4M2gxLjA2MWMuMzYxIDAgLjYyNS4wMjkuNzg1LjA4OGEuNzU2Ljc1NiAwIDAgMSAuMzg4LjI5Ny43ODQuNzg0IDAgMCAxIC4xNDYuNDUxLjgxNy44MTcgMCAwIDEtLjI0NC41ODguOTM0LjkzNCAwIDAgMS0uNjM3LjI4Ljk0Ni45NDYgMCAwIDEgLjI2Mi4xNjNjLjEyMy4xMjIuMjc1LjMyNi40NTUuNjExbC4zNzcuNjA0aC0uNjA5bC0uMjcxLS40ODVjLS4yMTYtLjM4My0uMzg5LS42MjEtLjUyMS0uNzE4LS4wOTEtLjA3MS0uMjI0LS4xMDYtLjM5OS0uMTA2aC0uMjkxdjEuMzExbC0uNTAyLS4wMDFtLjQ5OC0xLjczNWguNjA0Yy4yODkgMCAuNDg0LS4wNDMuNTg4LS4xMjlhLjQxOC40MTggMCAwIDAgLjE2LS4zNDIuNDA0LjQwNCAwIDAgMC0uMDc1LS4yNDIuNDU4LjQ1OCAwIDAgMC0uMjEzLS4xNjRjLS4wOTEtLjAzNS0uMjU0LS4wNTMtLjQ5OC0uMDUzaC0uNTY1di45MyIgZmlsbD0iI2ZmZiIvPjwvZz48L2c+PC9zdmc+),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSI2MCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDg4LjA0ODcgMjYuOTk1OSIgaWQ9InN2ZzIiPjxkZWZzIGlkPSJkZWZzNCI+PHN0eWxlIGlkPSJzdHlsZTYiLz48L2RlZnM+PGcgaWQ9Imc1MDg4Ij48cGF0aCBpZD0icG9seWdvbjEwIiBmaWxsPSIjMDA0Njg2IiBkPSJNMzEuMDE4IDI2LjYwOEwzNS40NzUuNDU0aDcuMTNsLTQuNDYgMjYuMTU0aC03LjEyN3oiLz48cGF0aCBkPSJNNjMuOTk5IDEuMDk4QzYyLjU4Ni41NjggNjAuMzczIDAgNTcuNjA5IDBjLTcuMDQzIDAtMTIuMDA1IDMuNTQ3LTEyLjA0NyA4LjYzLS4wNCAzLjc1OSAzLjU0MiA1Ljg1NSA2LjI0NiA3LjEwNiAyLjc3NSAxLjI4MSAzLjcwOCAyLjEgMy42OTQgMy4yNDQtLjAxNyAxLjc1My0yLjIxNSAyLjU1NC00LjI2NCAyLjU1NC0yLjg1NCAwLTQuMzctLjM5Ni02LjcxLTEuMzcybC0uOTItLjQxNy0xIDUuODU1YzEuNjY2LjczIDQuNzQ0IDEuMzYzIDcuOTQxIDEuMzk2IDcuNDk0IDAgMTIuMzU4LTMuNTA3IDEyLjQxMy04LjkzNS4wMjctMi45NzYtMS44NzItNS4yNC01Ljk4NC03LjEwNi0yLjQ5Mi0xLjIxLTQuMDE4LTIuMDE3LTQuMDAyLTMuMjQyIDAtMS4wODggMS4yOTItMi4yNSA0LjA4Mi0yLjI1IDIuMzMyLS4wMzcgNC4wMi40NzIgNS4zMzYgMS4wMDJsLjYzOS4zMDEuOTY2LTUuNjY4eiIgaWQ9InBhdGgxMiIgZmlsbD0iIzAwNDY4NiIvPjxwYXRoIGQ9Ik04Mi4yNzkuNDc4SDc2Ljc3Yy0xLjcwNiAwLTIuOTgzLjQ2Ny0zLjczMyAyLjE3TDYyLjQ1IDI2LjYxNmg3LjQ4NnMxLjIyNC0zLjIyMyAxLjUtMy45M2MuODIgMCA4LjA5LjAxMSA5LjEzLjAxMS4yMTQuOTE2Ljg2OCAzLjkyLjg2OCAzLjkybDYuNjE1LS4wMDFMODIuMjc5LjQ3OG0tOC43OSAxNi44NThjLjU4OS0xLjUwNyAyLjg0LTcuMzEgMi44NC03LjMxLS4wNDIuMDY5LjU4NC0xLjUxNS45NDUtMi40OTZsLjQ4MiAyLjI1NCAxLjY1IDcuNTUzaC01LjkxOHoiIGlkPSJwYXRoMTQiIGZpbGw9IiMwMDQ2ODYiLz48cGF0aCBkPSJNMjUuMDQuNDczbC02Ljk4IDE3LjgzNS0uNzQzLTMuNjI0Yy0xLjMtNC4xNzktNS4zNDgtOC43MDUtOS44NzMtMTAuOTcxbDYuMzgxIDIyLjg3MiA3LjU0My0uMDA5TDMyLjU5LjQ3M0gyNS4wNHoiIGlkPSJwYXRoMTYiIGZpbGw9IiMwMDQ2ODYiLz48cGF0aCBkPSJNMTEuNTg2LjQ1N0guMDkxTDAgMS4wMDFjOC45NDMgMi4xNjUgMTQuODYgNy4zOTcgMTcuMzE3IDEzLjY4M2wtMi41LTEyLjAxOUMxNC4zODYgMS4wMSAxMy4xMzQuNTE1IDExLjU4Ni40NTd6IiBpZD0icGF0aDE4IiBmaWxsPSIjZWY5YjExIi8+PC9nPjwvc3ZnPg==)
}

#payment .payment_methods li .payment_box {
    padding: 5%;
    line-height: 20px
}

@media(max-width:479px) {
    .payment-card__front {
        width: 80%;
        padding: 5%;
        border: 1px solid #a29e97
    }

    .payment-card__back {
        width: 80%;
        padding: 30% 5% 5%;
        border: 1px solid #dad9d6
    }

    .payment-card__month,
    .payment-card__year,
    .payment-card__cvc {
        width: 20%
    }

    .payment-card__input {
        padding: .12rem;
        border: 1px solid #d0d0ce;
        font-size: 65%
    }

    .payment-card__group:nth-child(n+2) {
        margin-top: 2%
    }

    .payment-card__caption {
        font-size: 55%
    }

    .payment-card__separator {
        font-size: 50%
    }
}

html {
    direction: rtl
}

.tie-col-xs-1,
.tie-col-xs-10,
.tie-col-xs-11,
.tie-col-xs-12,
.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 {
    float: right
}

@media(min-width:768px) {
    .tie-col-sm-1,
    .tie-col-sm-10,
    .tie-col-sm-11,
    .tie-col-sm-12,
    .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 {
        float: right
    }
}

@media(min-width:992px) {
    .tie-col-md-1,
    .tie-col-md-10,
    .tie-col-md-11,
    .tie-col-md-12,
    .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 {
        float: right
    }
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.tie-alignleft {
    float: right
}

.tie-alignright {
    float: left;
    padding-top: 5px;
}

.post-cat {
    margin-right: 0;
    margin-left: 4px
}

.search-field {
    float: right
}

.woocommerce-product-search [type=submit],
.search-submit[type=submit] {
    float: left;
    margin-right: 2%;
    margin-left: 0
}

.post-meta .meta-item {
    margin-left: 8px;
    margin-right: 0
}

    .post-meta .meta-item.fa-before:before {
        padding-left: 3px;
        padding-right: 0
    }

.mag-box .post-meta .meta-item {
    white-space: nowrap
}

@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: right
    }
}

.slider-arrow-nav {
    float: left;
    margin-left: 0;
    margin-right: 5px
}

    .slider-arrow-nav li {
        float: right
    }

    .slider-arrow-nav a {
        margin-left: 0;
        margin-right: 5px
    }

#tie-popup-search-wrap input[type=text] {
    padding-right: 20px;
    padding-left: 80px
}

#tie-popup-search-submit {
    left: 25px;
    right: auto
}

.post-thumb .post-rating,
.digital-rating {
    left: 10px;
    right: auto
}

.post-meta .post-rating {
    float: right;
    margin-right: 0;
    margin-left: 8px
}

.digital-rating-static {
    left: auto;
    right: 0;
    text-align: left
}

.post-thumb .trending-post.fa.trending-lg {
    right: 10px;
    left: auto
}

.trending-post.fa.trending-sm {
    float: right
}

.thumb-meta .trending-post.fa {
    margin-left: 7px;
    margin-right: 0
}

.first-last-pages .fa {
    border-width: 0 1px 0 0;
    margin: 0 10px 0 0;
    text-align: left
}

    .first-last-pages .fa:before {
        content: "\f104"
    }

.first-last-pages.first-page .fa {
    float: right;
    border-width: 0 0 0 1px;
    margin: 0 0 0 10px;
    text-align: right
}

    .first-last-pages.first-page .fa:before {
        content: "\f105"
    }

.pages-standard .first-page {
    float: right
}

.pages-standard .last-page,
.pages-standard .fa {
    float: left
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.bbp-template-notice,
.indicator-hint {
    padding: 10px 50px 10px 10px !important
}

    .woocommerce-message:before,
    .woocommerce-error:before,
    .woocommerce-info:before,
    .bbp-template-notice:before,
    .indicator-hint:before {
        right: 10px;
        left: auto
    }

    .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 {
        float: left
    }

.menu-item-language img.iclflag {
    margin-right: 0;
    margin-left: 4px
}

div[style*="visibility: hidden;"][style*="left: -10000px;"] {
    left: auto !important;
    right: -10000px !important
}

a.remove {
    left: 0;
    right: auto
}

.tie-popup a.remove {
    left: 40px;
    right: auto
}

.block-head-7 #check-also-close {
    left: 5px;
    right: auto
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#logo,
.header-layout-1 #logo {
    float: right
}

.header-layout-1 .main-menu {
    float: right
}

@media(min-width:992px) {
    .menu-item-has-children > a:before,
    .mega-menu > a:before {
        left: 12px;
        right: auto
    }

    .menu-item-has-children .menu-item-has-children > a:before,
    .mega-menu .menu-item-has-children > a:before {
        border-right-color: #fff;
        border-left-color: transparent
    }

    #theme-header .menu > li.menu-item-has-children:not(.is-icon-only) > a,
    #theme-header .main-menu li.mega-menu:not(.is-icon-only) > a {
        padding-left: 25px;
        padding-right: 15px
    }

    .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-right-color: #2c2f34;
        border-left-color: transparent !important
    }

    .main-nav-light .main-nav .menu-item-has-children li:hover > a:before,
    .main-nav-light .mega-menu li:hover > a:before {
        border-right-color: #08f
    }

    .top-nav-dark .top-menu .menu-item-has-children .menu-item-has-children > a:before {
        border-right-color: #aaa;
        border-left-color: transparent
    }

    .theme-header .top-menu li .menu-item-has-children > a:before {
        border-right-color: #2c2f34;
        border-left-color: transparent !important
    }

    .theme-header .top-menu li .current-menu-item > a:before,
    .theme-header .top-menu li li:hover > a[href]:before {
        border-right-color: #08f
    }

    .main-menu,
    .top-menu,
    .header-menu .menu li,
    #sticky-logo,
    .weather-menu-item .weather-forecast-day,
    .main-menu .mega-cat-more-links > li,
    .top-nav .tie-alignleft .components,
    .top-nav .tie-alignleft .components > i {
        float: right;
    }

    .header-menu .menu ul ul {
        right: 100%;
        left: auto
    }

    .components,
    .components > li {
        float: left
    }

    .header-layout-1 .main-menu-wrap:only-child .menu > li:only-child > .menu-sub-content {
        left: 0;
        right: auto
    }

        .header-layout-1 .main-menu-wrap:only-child .menu > li:only-child > .menu-sub-content ul {
            right: auto;
            left: 100%
        }

    .main-menu .mega-cat-more-links > li ul {
        right: calc(100% - 10px);
        left: auto
    }

    .main-menu .cats-horizontal li {
        margin-right: 0;
        margin-left: 7px
    }

    .main-menu .cats-vertical {
        float: right;
        padding-right: 20px;
        padding-left: 0
    }

    .main-menu .mega-recent-featured .mega-menu-content {
        float: left
    }

    .main-menu .mega-recent-featured.menu-item-has-children .mega-recent-post {
        padding-right: 30px
    }

    .main-menu .mega-recent-post {
        float: right;
        padding-right: 0;
        padding-left: 30px
    }

    .main-menu .mega-check-also {
        float: right
    }

        .main-menu .mega-check-also li:nth-child(2n+1) {
            clear: right
        }

        .main-menu .mega-check-also .post-thumbnail {
            float: right;
            margin-left: 20px;
            margin-right: 0
        }

        .main-menu .mega-check-also .post-details {
            padding-right: 130px;
            padding-left: 0
        }

    .main-menu ul.mega-recent-featured-list {
        float: right;
        padding-right: 0;
        padding-left: 30px
    }

        .main-menu ul.mega-recent-featured-list:after {
            left: 0;
            right: auto
        }

    .main-menu ul li .mega-links-head:after {
        right: 0;
        left: auto
    }

    .components #search-input {
        padding: 0 13px 0 35px
    }

    .components #search-submit {
        left: 0;
        right: auto
    }

    .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-left: 10px;
        padding-right: 0
    }

    .menu-counter-bubble-outer,
    .notifications-total-outer {
        right: auto;
        left: 2px
    }

    .comp-sub-menu {
        left: 0;
        right: auto
    }

        .comp-sub-menu .product-thumb {
            float: right;
            margin-left: 15px;
            margin-right: 0
        }

        .comp-sub-menu .product-title {
            padding-left: 30px;
            padding-right: 0
        }

        .comp-sub-menu.bp-notifications-menu li a {
            padding: 12px 35px 12px 10px
        }

            .comp-sub-menu.bp-notifications-menu li a span {
                margin-right: -22px;
                margin-left: 5px
            }

    .weather-menu-item {
        padding-left: 5px;
        padding-right: 0
    }

    .main-nav-boxed .main-nav-wrapper .search-bar {
        border-left-width: 0;
        border-right-width: 1px
    }

    .topbar-today-date {
        padding: 0 0 0 15px
    }

    .tie-alignright .top-menu {
        float: left
    }

    #top-nav .tie-alignleft .comp-sub-menu {
        left: auto;
        right: -1px
    }

    .top-nav-boxed .tie-alignleft .search-bar {
        border-width: 0 0 0 1px
    }

    .top-nav-boxed .tie-alignright .search-bar {
        border-width: 0 1px 0 0
    }

    .top-nav-boxed .has-date-components .tie-alignleft .search-bar,
    .top-nav-boxed .has-date-components-menu .tie-alignleft .search-bar {
        border-right-width: 1px
    }

    .grid-social-icons .comp-sub-menu.dropdown-social-icons li {
        float: right;
        border-width: 0 0 1px 1px
    }

    .components .follow-btn .follow-text {
        float: left;
        margin-right: 8px;
        margin-left: 0
    }
}

.menu-tiny-label {
    margin-left: auto;
    margin-right: 3px
}

.ticker-content,
.ticker-swipe {
    left: auto;
    right: 10px
}

.ticker-wrapper.has-js {
    padding-left: 20px;
    padding-right: 0
}

@media(min-width:480px) {
    .ticker-wrapper.has-js {
        padding-left: 20px;
        padding-right: 0
    }

    .controls-is-active .ticker-wrapper.has-js {
        padding-left: 70px;
        padding-right: 0
    }
}

.breaking-title {
    float: right
}

ul.breaking-news-nav {
    left: 0;
    right: auto;
    padding-right: 0;
    padding-left: 8px
}

    ul.breaking-news-nav li {
        float: right;
        margin: 6px 7px 6px 0
    }

        ul.breaking-news-nav li.jnt-prev,
        ul.breaking-news-nav li.jnt-next {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

@media(min-width:992px) {
    .header-layout-3 .stream-item-top-wrapper,
    .header-layout-3 .stream-item-top-wrapper img {
        float: left
    }
}

@media(max-width:991px) {
    #theme-header #logo {
        text-align: right
    }

    #mobile-menu-icon {
        left: 15px;
        right: auto
    }

    .header-layout-1 #mobile-menu-icon {
        left: 0;
        right: auto
    }

    #mobile-menu .menu > li li {
        padding-left: 0;
        padding-right: 15px
    }

    #mobile-menu li a {
        padding: 15px 0 15px 50px
    }

        #mobile-menu li a > .fa {
            margin-left: 3px;
            margin-right: 0
        }

    #mobile-menu .mobile-arrows {
        left: 0;
        right: auto
    }

    #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: 0 !important;
        padding-right: 25px !important
    }
}

.slider-area .icon {
    float: left;
    margin: -9px 10px 0 -5px
}

.slider-area .post-rating,
.slider-area .digital-rating {
    float: left;
    left: -5px;
    right: auto
}

    .slider-area .digital-rating .pie-wrap,
    .tie-slider-nav li:last-child {
        float: left
    }

.slick-slide,
.fullwidth-slider-wrapper .tie-slick-dots li,
.tie-slider-nav li,
.video-duration,
.grid-slider-wrapper .grid-item:nth-child(n) {
    float: right
}

.wide-slider-wrapper div.post-rating,
.wide-slider-wrapper div.digital-rating {
    float: right
}

.tie-slider-nav li > span,
.mag-box .mag-box-options .slider-arrow-nav a {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media(min-width:992px) {
    .boxed-slider-wrapper .thumb-content {
        right: 0;
        left: auto
    }
}

.boxed-slider-wrapper .tie-slick-dots {
    width: auto;
    left: 30px;
    right: auto
}

.tie-slider-nav li:last-child > span {
    left: 0;
    right: auto
}

.grid-slider-wrapper .grid-item,
.grid-4-big-first-half-second .grid-item:nth-child(3) {
    margin-right: 0;
    margin-left: 1px
}

.grid-2-big .grid-item:nth-child(2),
.grid-3-slides .grid-item:nth-child(n+2),
.grid-4-big-first-half-second .grid-item:nth-child(even),
.grid-4-slides .grid-item:nth-child(even),
.grid-5-first-big .grid-item:nth-child(n+3):nth-child(odd),
.grid-5-in-rows .grid-item:nth-child(2),
.grid-5-in-rows .grid-item:nth-child(5),
.grid-6-slides .grid-item:nth-child(3),
.grid-6-slides .grid-item:nth-child(6) {
    margin-left: 0
}

.grid-4-slides .grid-item:nth-child(3),
.grid-6-slides .grid-item:nth-child(4) {
    clear: right
}

.grid-5-slider .grid-item:nth-child(-2n+3),
.grid-5-slider .grid-item:nth-child(5) {
    margin-left: 0
}

.grid-5-slider .grid-item:nth-child(4) {
    margin-left: 1px;
    margin-right: 0
}

@media(min-width:992px) {
    .full-width .grid-5-slider .grid-item:nth-child(1) {
        margin-left: 1px;
        margin-right: 0
    }

    .full-width .grid-3-slides-half-first .grid-item:nth-child(2) {
        margin-right: 0;
        margin-left: 1px
    }
}

@media(max-width:600px) {
    .grid-3-slides .grid-item:first-child,
    .grid-5-in-rows .grid-item:first-child {
        margin-left: 0
    }

    .grid-3-slides .grid-item:nth-child(even),
    .grid-5-in-rows .grid-item:nth-child(even) {
        margin-left: 1px;
        margin-right: 0
    }

    .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) {
        margin-left: 0
    }

    .grid-6-slides .grid-item:nth-child(odd) {
        margin-left: 1px;
        margin-right: 0
    }

    .grid-6-slides .grid-item:nth-child(even) {
        margin-left: 0
    }
}

.read-next-block-title {
    right: 40px;
    left: auto
}

    .read-next-block-title:after {
        right: 0;
        left: auto
    }

.layout-1 .read-next-block-title {
    right: 0
}

.slider-vertical-navigation span.icon {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

@media(min-width:768px) {
    .slider-vertical-navigation .slider-main-container .thumb-overlay .container {
        margin-right: 0
    }
}

.has-sidebar .slider-vertical-navigation .wide-slider-nav-wrapper {
    padding: 0 0 0 15px
}

.vertical-slider-nav {
    left: 0;
    right: auto
}

    .vertical-slider-nav .tie-slider-nav {
        right: calc(50% - 23px);
        left: auto
    }

.mag-box-title h3 {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.block-more-button {
    margin-right: 10px;
    margin-left: 0
}

.mag-box-filter-links li {
    float: right
}

.flexMenu-popup {
    -webkit-transform: translateX(100%) translateX(-34px);
    -ms-transform: translateX(100%) translateX(-34px);
    transform: translateX(100%) translateX(-34px);
    text-align: left
}

.mag-box .posts-items li {
    float: right;
}
.Tabslider_posts time {
    font-size: 12px;
    color: #767676;
    display: inline-block;
}
.mag-box li:not(:first-child) .post-thumb, .Tabslider_posts .products_extended div:not(:first-child) .imageblock  {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
 .Tabslider_posts .products_extended div:not(:first-child) .detail-block  {   display: inline-block;width: 65%;}
.Tabslider_posts .products_extended div:not(:first-child) .strapline {    display: none;}
.Tabslider_posts .products_extended div:not(:first-child) figure {width: 100%;}
.Tabslider_posts .products_extended div:not(:first-child) .button,
.Tabslider_posts .products_extended div:not(:first-child) .extended-buttons
{display: none;}
.Tabslider_posts .products_extended div:not(:first-child) figure { width: 110px;    }


.Tabslider_posts .products_extended div:first-child figure {width: auto !important;}
.Tabslider_posts .products_extended div:first-child .button,
.Tabslider_posts .products_extended div:first-child .extended-buttons {display: initial}
.Tabslider_posts .products_extended div:first-child .strapline {display: block; padding: 5px 0 0 7px;margin-bottom: 15px;text-justify: inter-word;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;text-align: justify;}
.Tabslider_posts .products_extended div:first-child figure img {width: 100%}



.Tabslider_posts .products_extended div .item {
    width: 50%;
    float: right;
    padding-left: 19px !important;
    margin-bottom: 20px;
}
.mag-box li:not(:first-child) .post-details {
    padding-right: 125px;
    padding-left: 0
}

.post-thumb .post-cat-wrap {
    left: 10px;
    right: auto
}

.no-small-thumbs.post-item .post-details,
.no-small-thumbs.post-widget-body,
.no-small-thumbs.comment-body {
    padding-right: 0 !important
}

.big-post-top-box .posts-items li:first-child {
    margin-left: 0;
    margin-right: 2%
}

    .big-post-top-box .posts-items li:first-child .post-thumb {
        float: right;
        margin-left: 4%;
        margin-right: 0
    }

@media(min-width:671px) {
    .big-post-top-box .posts-items li:first-child .post-details {
        padding-right: 52%;
        padding-left: 0
    }
}

.big-post-top-box .posts-items li:nth-child(2n) {
    clear: right
}

@media(min-width:992px) {
    .full-width .big-post-top-box .posts-items li:first-child .post-details {
        padding-right: 34.767%;
        padding-left: 0
    }

    .full-width .big-post-top-box .posts-items li:nth-child(3n+2) {
        clear: right
    }
}

.half-box.mag-box {
    padding-left: 15px;
    padding-right: 0;
    clear: left
}

.half-box.second-half-box {
    padding-right: 15px;
    padding-left: 0
}

@media(min-width:768px) {
    .content-only.first-half-box {
        padding-right: 0
    }
}

.news-gallery-items li {
    float: right
}

.wide-post-box .posts-items li .post-thumb {
    margin-left: 25px;
    margin-right: 0
}

.timeline-box .posts-items:before,
.timeline-box .posts-items:last-of-type:after {
    right: 29px;
    left: 0
}

.timeline-box .year-month {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

.timeline-box .day-month {
    padding-right: 50px;
    padding-left: 0
}

    .timeline-box .day-month:before {
        left: auto;
        right: 23px
    }

.timeline-box .post-item-inner {
    margin-left: 0;
    margin-right: 50px
}

.big-posts-box .posts-items li .post-thumb {
    margin-left: 0
}

.big-posts-box .posts-items li .post-details {
    padding-right: 0
}

.big-posts-box .posts-items li .post-title {
    padding-right: 0
}

.big-posts-box .posts-items li:nth-child(2n+1) {
    clear: right
}

@media(min-width:992px) {
    .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: right
    }
}

@media(min-width:768px) {
    .full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        padding: 25px 0 0 25px
    }

    .full-overlay-title.media-overlay .icon {
        right: 15px;
        left: auto
    }

    .full-overlay-title.media-overlay .is-trending .trending-post {
        right: 15px;
        left: auto
    }

    .full-overlay-title.media-overlay .is-trending .icon {
        right: 63px;
        left: auto
    }

    .full-overlay-title .digital-rating {
        left: 15px;
        right: auto
    }
}

.mini-posts-box .posts-items li .post-thumb {
    float: right;
    margin-left: 15px;
    margin-right: 0
}

.mini-posts-box .posts-items li:nth-child(2n+1) {
    clear: right
}

@media(min-width:992px) {
    .full-width .mini-posts-box .posts-items li:nth-child(n) {
        clear: none
    }

    .full-width .mini-posts-box .posts-items li:nth-child(3n+1) {
        clear: right
    }
}

@media(max-width:670px) {
    .miscellaneous-box li:first-child .icon {
        right: 10px;
        left: auto
    }

    .miscellaneous-box li:first-child.is-trending .icon {
        right: 50px;
        left: auto
    }
}

@media(min-width:992px) {
    .full-width .miscellaneous-box .posts-items li:nth-child(4n+2) {
        clear: right
    }
}

.playlist-title-icon {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

.videos-number,
.video-play-icon,
.video-paused-icon,
.video-number,
.video-thumbnail {
    float: right;
    text-align: right
}

.video-info {
    padding-left: 0;
    padding-right: 105px
}

.video-playlist-nav-wrapper .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.video-playlist-nav-wrapper .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: 0;
    right: auto
}

.mag-box .breaking {
    border-left-width: 1px;
    border-right-width: 0
}

.mag-box .controls-is-active .ticker-wrapper.has-js {
    padding-right: 0;
    /*! padding-left: 90px; */
    position: absolute;
}

.mag-box .breaking-news-nav {
    padding-left: 0
}

.magazine2.full-width .masonry-with-spaces:not(.media-page-layout) #masonry-grid:not(.masonry-loaded) .post-element {
    margin-left: 4%;
    margin-right: 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
    }

.entry table td,
.entry table th {
    text-align: right;
    border-left: 1px dotted rgba(0,0,0,.1);
    border-right: 0
}

    .entry table th:last-child,
    .entry table tr td:last-child {
        border-left: 0;
        border-right: 1px
    }

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

.entry li ol,
.entry li ul {
    margin-right: 15px;
    margin-left: 0
}

.entry .post-bottom-meta .post-bottom-meta-title,
.entry .post-bottom-meta a {
    float: right;
    margin: 5px 0 0 5px
}

blockquote.quote-light {
    border-left-width: 0;
    border-right-width: 3px
}

q:before,
blockquote:before {
    content: '\f10e'
}

q cite,
blockquote cite {
    text-align: left
}

.featured-area .single-caption-text {
    right: 0;
    left: auto
}

#reading-position-indicator {
    right: 0;
    left: auto
}

body:not(.centered-title-big-bg) .single-big-img.full-width-area #go-to-content {
    left: 15px;
    right: auto
}

.single-big-img #go-to-content {
    right: auto;
    left: 30px
}

.entry-content .post-tags .tags-title {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.entry-header .post-meta .meta-item {
    margin-right: 0;
    margin-left: 12px
}

.entry-header .post-meta .tie-alignright .meta-item {
    margin-right: 0;
    margin-left: 15px;
    white-space: nowrap
}

.entry-header .trending-post {
    margin-left: 5px;
    margin-right: 0
}

.meta-author-avatar img {
    margin-right: 0;
    margin-left: 3px
}

.single-big-img .post-meta .tie-alignright {
    padding-left: 0;
    padding-right: 10px
}

.meta-views > span {
    float: right;
    line-height: inherit;
    margin-left: 3px
}

span.video-close-btn {
    left: -10px;
    right: auto
}

@media(min-width:992px) {
    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 {
        right: 20px;
        left: auto
    }
}

.prev-next-post-nav .prev-post {
    padding-left: 15px;
    padding-right: 0;
    float: right
}

    .prev-next-post-nav .prev-post .icon:before {
        content: "\f105";
        letter-spacing: -5px
    }

.prev-next-post-nav .next-post {
    padding-right: 15px;
    padding-left: 0;
    float: left
}

    .prev-next-post-nav .next-post .icon:before {
        content: "\f104";
        letter-spacing: 5px
    }

.share-links a .fa {
    float: right
}

.share-links a .social-text {
    border-right-width: 1px;
    border-left-width: 0;
    padding-right: 15px;
    padding-left: 25px
}

.share-title {
    padding-left: 15px;
    padding-right: 0;
    float: right
}

.icons-text .large-share-button .social-text {
    padding-left: 8px;
    padding-right: 6px
}

#related-posts .related-item {
    float: right
}

@media(max-width:767px) {
    #related-posts .related-item:nth-child(2n+1) {
        clear: right !important
    }
}

.about-author li.social-icons-item a span {
    margin-right: 0;
    margin-left: 12px
}

.about-author li.social-icons-item:last-child a span {
    margin-left: 0
}

@media(min-width:480px) {
    .about-author .author-avatar {
        float: right
    }

    .about-author .author-info {
        padding-right: 20px;
        padding-left: 0
    }

    .about-author li.social-icons-item {
        float: right
    }
}

.comment-list .comment-author img {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.comment-list .has-avatar .reply {
    margin-left: 0;
    margin-right: 90px
}

.comment-list .reply a {
    float: right
}

.comment-list ol.children {
    margin-left: 0;
    margin-right: 75px
}

@media(max-width:670px) {
    .comment-list ol.children {
        margin-right: 25px
    }
}

@media(max-width:479px) {
    .comment-list ol.children {
        margin-right: 10px
    }
}

.comment-list li.comment #respond {
    margin-right: 90px;
    margin-left: 0
}

#respond .comment-form-email,
#respond .comment-form-url {
    float: right
}

#respond .comment-form-email {
    margin-right: 0;
    margin-left: 4%
}

#cancel-comment-reply-link {
    float: left
}

.block-head-4 #cancel-comment-reply-link {
    margin-right: 10px;
    margin-left: 0
}

.single-big-img .entry-header .entry-title {
    padding-right: 0;
    padding-left: 30px
}

#story-highlights {
    float: right;
    clear: right;
    margin-left: 20px;
    margin-right: 0
}

.has-sidebar .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element {
    margin-left: 4%;
    margin-right: 0;
    float: right
}

.has-sidebar .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element {
    margin-left: 4%;
    margin-right: 0;
    float: right
}

    .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-left: 2%;
    margin-right: 0;
    float: right
}

@media(min-width:1200px) {
    .is-percent-width .full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
        margin-left: 2%;
        margin-right: 0
    }
}

@media(min-width:480px) {
    .full-width .entry-header-outer .author-info,
    .one-column-no-sidebar .entry-header-outer .author-info {
        text-align: right
    }
}

.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 {
    right: 0;
    left: auto
}

.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 {
    right: 0;
    left: auto;
    border-left: 5px solid transparent;
    border-right: 0
}

.block-head-2 .site-footer .widget-title:after {
    right: 0;
    left: auto
}

.block-head-3 .comment-reply-title:after,
.block-head-3 .the-global-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 {
    right: 0;
    left: auto
}

.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 {
    right: 0;
    left: auto
}

.block-head-4 #check-also-box .widget-title {
    padding-right: 30px;
    padding-left: 10px
}

.block-head-4 #check-also-close {
    right: 5px;
    left: auto
}

.block-head-4 span.widget-title-icon,
.block-head-7 span.widget-title-icon {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.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 25px 5px 15px
}

    .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 35px 5px 20px
}

    .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 20px 0 10px
}

.block-head-5 #check-also-box .widget-title {
    padding-right: 37px
}

.block-head-5 #check-also-close {
    right: 12px;
    left: auto
}

.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 {
    left: 0;
    right: auto;
    -webkit-transform: skew(40deg) translateX(-14px);
    -ms-transform: skew(40deg) translateX(-14px);
    transform: skew(40deg) translateX(-14px)
}

.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-7 .slider-arrow-nav {
    margin-left: -3px;
    margin-right: 5px
}

.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 {
    padding-right: 20px;
    padding-left: 0
}

    .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 {
        right: 0;
        left: auto
    }

.block-head-8 .section-title-default {
    padding-right: 25px;
    padding-left: 0
}

.widget-title-icon {
    left: 0;
    right: auto
}

.post-widget-body, .Side_Tab h2 {
    padding-left: 0;
    padding-right: 125px
}

.post-widget-thumbnail, .Side_Tab figure {
    float: right;
    margin-left: 15px;
    margin-right: 0
}

.login-widget .pass-container input[type=password] {
    padding-left: 70px;
    padding-right: 10px
}

.login-widget .forget-text {
    left: 10px;
    right: auto
}

.flickr-widget .flickr_badge_image {
    float: right
}

.authors-posts .post-widget-body,
.recent-comments-widget .comment-body,
.tab-content-comments .comment-body {
    padding-left: 0;
    padding-right: 80px
}

.subscribe-widget .widget-title {
    text-align: right
}

.subscribe-widget form:before {
    right: 12px;
    left: auto
}

.tie-instagram-post {
    float: right
}

@media(max-width:767px) {
    .site-footer #instagram-link {
        left: 10px;
        right: auto
    }
}

.tie-insta-avatar a {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.tie-insta-counts li {
    padding: 0 0 0 10px
}

.widget_categories li,
.widget_product_categories li,
.widget_archive li {
    text-align: left
}

    .widget_categories li a,
    .widget_product_categories li a,
    .widget_archive li a {
        float: right
    }

.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 12px 5px 0
}

    .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: '\f104';
        text-align: right;
        margin-right: -12px;
        margin-left: 0
    }

.widget_categories .children li,
.widget_product_categories .children li,
.widget_nav_menu .sub-menu li,
.widget_pages .children li {
    padding-right: 15px;
    padding-left: 0
}

.posts-list-bigs li .post-widget-thumbnail,
.posts-list-big-first li:first-child .post-widget-thumbnail,
.posts-list-half-posts li .post-widget-thumbnail {
    margin-left: 0
}

.posts-list-bigs li .post-widget-body,
.posts-list-big-first li:first-child .post-widget-body,
.posts-list-half-posts li .post-widget-body {
    padding-right: 0
}

.posts-list-half-posts li {
    float: right
}

    .posts-list-half-posts li:nth-child(2n) {
        float: left
    }

@media(max-width:991px) {
    .posts-list-big-first li,
    .posts-list-bigs li {
        float: right
    }

        .posts-list-big-first li:nth-child(2n),
        .posts-list-bigs li:nth-child(2n) {
            float: left
        }

        .posts-list-big-first li:first-child {
            float: right;
            clear: left
        }

        .posts-list-big-first li:nth-child(n+2) {
            float: left
        }
}

.timeline-widget ul {
    padding-right: 15px;
    padding-left: 0
}

    .timeline-widget ul:before {
        right: 0;
        left: auto
    }

    .timeline-widget ul li .date::before {
        right: -20px;
        left: auto
    }

.posts-list-counter .posts-list-items li:before {
    right: -15px;
    left: auto
}

@media(max-width:991px) {
    .magazine2 .posts-list-counter .posts-list-items li:before {
        right: -10px;
        left: auto
    }
}

.widget_nav_menu ul.children li,
.widget_nav_menu ul.sub-menu li {
    padding-right: 15px;
    padding-left: 0
}

.latest-tweets-widget .tweetaya-body {
    padding-left: 0;
    padding-right: 20px
}

.latest-tweets-widget .tweetaya-meta {
    text-align: left
}

.latest-tweets-widget .twitter-icon-wrap {
    float: right
}

.latest-tweets-widget .slider-links {
    float: left
}

    .latest-tweets-widget .slider-links .tie-slider-nav li {
        float: left
    }

.latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
    margin-right: 0;
    margin-left: 20px
}

.fullwidth-area .latest-tweets-widget .slider-links {
    left: 20px;
    right: auto
}

@media(min-width:480px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
        padding-right: 60px;
        padding-left: 0
    }
}

.fullwidth-area .latest-tweets-widget ul:not(.tie-slick-slider) .tweetaya-meta {
    text-align: right
}

.weather-more-todays-stats {
    text-align: right;
    padding-right: 10px;
    padding-left: 0
}

.social-statistics-widget ul li,
.social-statistics-widget a span.fa,
.social-statistics-widget a span[class^=arqicon-],
.social-statistics-widget a span[class*=" arqicon-"] {
    float: right
}

.social-statistics-widget .followers {
    float: right;
    margin-right: 10px;
    margin-left: 0
}

.fullwidth-stats-icons li::before {
    left: auto;
    right: 50px
}

.fullwidth-stats-icons .followers {
    margin-right: 30px;
    margin-left: 0
}

    .fullwidth-stats-icons .followers span {
        float: right;
        margin-left: 5px;
        margin-right: 0
    }

.circle-three-cols .social-icons-item a span.fa,
.circle-three-cols .social-icons-item a span[class^=arqicon-],
.circle-three-cols .social-icons-item a span[class*=" arqicon-"] {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -35px
}

.squared-four-cols li:nth-child(n) a .fa,
.squared-four-cols li:nth-child(n) a [class^=arqicon-],
.squared-four-cols li:nth-child(n) a [class*=" arqicon-"] {
    left: auto;
    margin-left: 0;
    right: 50%;
    margin-right: -27px
}

.social-icons-widget .social-icons-item {
    float: right
}

.aboutme-widget .about-author-img {
    float: right;
    margin-right: 0;
    margin-left: 12px
}

.widget_media_video iframe.me-plugin {
    right: 0
}

.side-aside {
    left: 0;
    top: 0;
    right: auto;
    direction: ltr;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

@media(max-width:991px) {
    .side-aside {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.side-aside .side-aside-wrapper {
    direction: rtl
}

.tie-parallax [id^=jarallax-container-] > div,
.tie-parallax [id^=jarallax-container-] > iframe {
    right: auto !important
}

@media(min-width:992px) {
    .side-aside {
        -webkit-transform: translate3d(-350px,0,0) !important;
        transform: translate3d(-350px,0,0) !important
    }
}

.tabs a {
    border-width: 0 0 1px 1px
}

.normal-side .tabs li:last-child a {
    border-left-width: 0
}

@media(max-width:320px) {
    .normal-side .tabs a {
        border-width: 0 0 1px
    }
}

.flex-tabs .flexMenu-viewMore a {
    border-width: 0 0 1px
}

.flex-tabs .flexMenu-popup {
    left: 0;
    right: auto;
    -webkit-transform: translateY(-1px) translateX(-1px);
    -ms-transform: translateY(-1px) translateX(-1px);
    transform: translateY(-1px) translateX(-1px)
}

    .flex-tabs .flexMenu-popup a {
        padding: 10px 40px 10px 20px;
        text-align: left
    }

.tabs-vertical:after {
    right: -1px;
    left: auto;
    border-width: 0 0 0 1px
}

.tabs-vertical .tabs {
    left: auto;
    float: right
}

    .tabs-vertical .tabs li a {
        border-width: 0 0 1px
    }

.tabs-vertical .tab-content {
    float: right
}

.magazine2 .tabs-vertical .tab-content {
    padding: 0 30px 0 0
}

.block-head-4.magazine2 .tabs .flexMenu-popup {
    -webkit-transform: translateY(0) translateX(-1px);
    -ms-transform: translateY(0) translateX(-1px);
    transform: translateY(0) translateX(-1px)
}

.block-head-5.magazine2 .tabs > .active a:before {
    right: 0;
    left: auto;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg)
}

.block-head-5.magazine2 .tabs > .active:first-child a:before,
.block-head-5.magazine2 .widget .tabs .active:last-child a:after {
    left: 0;
    right: auto
}

.block-head-5.magazine2 .tabs > .active:first-child a:after,
.block-head-5.magazine2 .widget .tabs .active:last-child a:before,
.block-head-6.magazine2 .tabs > .active a:before {
    right: 0;
    left: auto
}

.block-head-6.magazine2 .tabs > .active a:after {
    left: 0;
    right: auto;
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    transform: skew(35deg)
}

#go-to-top {
    right: auto;
    left: 15px
}

@media(max-width:768px) {
    #go-to-top {
        right: auto;
        left: 5px
    }
}

@media(min-width:768px) {
    .site-info-layout-2 .copyright-text-first {
        float: right
    }

    .site-info-layout-2 .copyright-text-second,
    .site-info-layout-2 ul.social-icons,
    .site-info-layout-2 .footer-menu {
        float: left;
        margin-right: 10px;
        margin-left: 0
    }
}

#top-nav .top-menu > ul > li > a {
    font-size: 12px;
}

#main-nav .main-menu > ul > li > a {
    font-size: 16px
}

.entry-header h1.entry-title {
    font-size: 39px
}

#the-post .entry-content,
#the-post .entry-content p {
    font-size: 18px
}

#tie-wrapper .copyright-text {
    font-size: 12px;
	margin: 0 auto;
	width: 100%;
}

.entry h1 {
    font-size: 24px
}

.entry h2 {
    font-size: 23px
}

.entry h3 {
    font-size: 22px
}

.entry h4 {
    font-size: 21px
}

.entry h5 {
    font-size: 20px
}

.entry h6 {
    font-size: 19px
}

.brand-title,
a:hover,
#tie-popup-search-submit,
#logo.text-logo a,
.theme-header nav .components #search-submit:hover,
.theme-header .header-nav .components > li:hover > a,
.theme-header .header-nav .components li a:hover,
.main-menu ul.cats-vertical li a.is-active,
.main-menu ul.cats-vertical li a:hover,
.main-nav li.mega-menu .post-meta a:hover,
.main-nav li.mega-menu .post-box-title a:hover,
.search-in-main-nav.autocomplete-suggestions a:hover,
#main-nav .menu ul li:hover > a,
#main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a,
.top-nav .menu li:hover > a,
.top-nav .menu > .tie-current-menu > a,
.search-in-top-nav.autocomplete-suggestions .post-title a:hover,
div.mag-box .mag-box-options .mag-box-filter-links li.active,
.mag-box-filter-links .flexMenu-viewMore:hover > a,
.stars-rating-active,
body .tabs.tabs .active > a,
.video-play-icon,
.spinner-circle:after,
#go-to-content:hover,
.comment-list .comment-author .fn,
.commentlist .comment-author .fn,
blockquote::before,
blockquote cite,
blockquote.quote-simple p,
.multiple-post-pages a:hover,
#story-index li .is-current,
.latest-tweets-widget .twitter-icon-wrap span,
.wide-slider-nav-wrapper .slide,
.wide-next-prev-slider-wrapper .tie-slider-nav li:hover span,
#instagram-link:hover,
.review-final-score h3,
#mobile-menu-icon:hover .menu-text,
.entry a,
.entry .post-bottom-meta a:hover,
.comment-list .comment-content a,
.widget.tie-weather-widget .icon-basecloud-bg:after,
q a,
blockquote a,
.site-footer a:hover,
.site-footer .stars-rating-active,
.site-footer .twitter-icon-wrap span,
.site-info a:hover {
    color: #d20a11;
}

#theme-header #main-nav .spinner-circle:after {
    color: #d20a11
}

[type=submit],
.button,
.generic-button a,
.generic-button button,
.theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,
.theme-header .header-nav .comp-sub-menu a.checkout-button,
nav.main-nav .menu > li.tie-current-menu > a,
nav.main-nav .menu > li:hover > a,
.main-menu .mega-links-head:after,
#main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,
#mobile-menu-icon:hover .nav-icon,
#mobile-menu-icon:hover .nav-icon:before,
#mobile-menu-icon:hover .nav-icon:after,
.search-in-main-nav.autocomplete-suggestions a.button,
.search-in-top-nav.autocomplete-suggestions a.button,
.spinner > div,
.post-cat,
.pages-numbers li.current span,
.multiple-post-pages > span,
#tie-wrapper .mejs-container .mejs-controls,
.mag-box-filter-links a:hover,
.slider-arrow-nav a:not(.pagination-disabled):hover,
.comment-list .reply a:hover,
.commentlist .reply a:hover,
#reading-position-indicator,
#story-index-icon,
.videos-block .playlist-title,
.review-percentage .review-item span span,
.tie-slick-dots li.slick-active button,
.tie-slick-dots li button:hover,
.digital-rating-static,
.timeline-widget li a:hover .date:before,
#wp-calendar #today,
.posts-list-counter li:before,
.cat-counter a + span,
.tie-slider-nav li span:hover,
.fullwidth-area .widget_tag_cloud .tagcloud a:hover,
.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,
.block-head-4.magazine2 .dark-widgetized-area .tabs.tabs .active a,
.block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:before,
.block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:after,
.demo_store,
.demo #logo:after,
.widget.tie-weather-widget,
span.video-close-btn:hover,
#go-to-top,
.latest-tweets-widget .slider-links .button:not(:hover) {
    background-color: #d20a11;
    color: #fff
}

.tie-weather-widget .widget-title .the-subtitle,
.block-head-4.magazine2 #footer .tabs .active a:hover {
    color: #fff
}

pre,
code,
.pages-numbers li.current span,
.theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,
.multiple-post-pages > span,
.post-content-slideshow .tie-slider-nav li span:hover,
#tie-body .tie-slider-nav li > span:hover,
#instagram-link:before,
#instagram-link:after,
.slider-arrow-nav a:not(.pagination-disabled):hover,
.main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,
.main-nav .mega-menu.mega-cat .cats-horizontal li a:hover,
.main-menu .menu > li > .menu-sub-content {
    border-color: #d20a11
}

.main-menu .menu > li.tie-current-menu {
    border-bottom-color: #d20a11
}

.top-nav .menu li.menu-item-has-children:hover > a:before {
    border-top-color: #d20a11
}

.main-nav .main-menu .menu > li.tie-current-menu > a:before,
.main-nav .main-menu .menu > li:hover > a:before {
    border-top-color: #fff
}

header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,
header.main-nav-light .main-nav .mega-menu li:hover > a:before {
    border-left-color: #d20a11
}

.rtl header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,
.rtl header.main-nav-light .main-nav .mega-menu li:hover > a:before {
    border-right-color: #d20a11;
    border-left-color: transparent
}

.top-nav ul.menu li .menu-item-has-children:hover > a:before {
    border-top-color: transparent;
    border-left-color: #d20a11
}

.rtl .top-nav ul.menu li .menu-item-has-children:hover > a:before {
    border-left-color: transparent;
    border-right-color: #d20a11
}

::-moz-selection {
    background-color: #d20a11;
    color: #fff
}

::selection {
    background-color: #d20a11;
    color: #fff
}

circle.circle_bar {
    stroke: #d20a11
}

#reading-position-indicator {
    box-shadow: 0 0 10px rgba(210,10,17,.7)
}

#tie-popup-search-submit:hover,
#logo.text-logo a:hover,
.entry a:hover,
.comment-list .comment-content a:hover,
.block-head-4.magazine2 .site-footer .tabs li a:hover,
q a:hover,
blockquote a:hover {
    color: #a00000
}

.button:hover,
input[type=submit]:hover,
.generic-button a:hover,
.generic-button button:hover,
a.post-cat:hover,
.site-footer .button:hover,
.site-footer [type=submit]:hover,
.search-in-main-nav.autocomplete-suggestions a.button:hover,
.search-in-top-nav.autocomplete-suggestions a.button:hover,
.theme-header .header-nav .comp-sub-menu a.checkout-button:hover {
    background-color: #a00000;
    color: #fff
}

.theme-header .header-nav .comp-sub-menu a.checkout-button:not(:hover),
.entry a.button {
    color: #fff
}

#story-index.is-compact .story-index-content {
    background-color: #d20a11
}

    #story-index.is-compact .story-index-content a,
    #story-index.is-compact .story-index-content .is-current {
        color: #fff
    }

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product div.summary .product_meta > span,
.woocommerce div.product div.summary .product_meta > span a:hover,
.woocommerce ul.products li.product .price ins,
.woocommerce .woocommerce-pagination ul.page-numbers li a.current,
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li span.current,
.woocommerce .woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce .widget_rating_filter ul li.chosen a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #d20a11
}

.woocommerce span.new,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #d20a11;
    color: #fff
}

.woocommerce div.product #product-images-slider-nav .tie-slick-slider .slide.slick-current img {
    border-color: #d20a11
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #a00000
}

#tie-body .mag-box-title h3 a,
#tie-body .block-more-button {
    color: #d20a11
}

    #tie-body .mag-box-title h3 a:hover,
    #tie-body .block-more-button:hover {
        color: #a00000
    }

#tie-body .mag-box-title {
    color: #d20a11;
	margin-bottom: 15px;
}

    #tie-body .mag-box-title:before {
        border-top-color: #d20a11
    }

    #tie-body .mag-box-title:after,
    #tie-body #footer .widget-title:after {
        background-color: #d20a11
    }

.brand-title,
a:hover,
#tie-popup-search-submit,
#logo.text-logo a,
.theme-header nav .components #search-submit:hover,
.theme-header .header-nav .components > li:hover > a,
.theme-header .header-nav .components li a:hover,
.main-menu ul.cats-vertical li a.is-active,
.main-menu ul.cats-vertical li a:hover,
.main-nav li.mega-menu .post-meta a:hover,
.main-nav li.mega-menu .post-box-title a:hover,
.search-in-main-nav.autocomplete-suggestions a:hover,
#main-nav .menu ul li:hover > a,
#main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a,
.top-nav .menu li:hover > a,
.top-nav .menu > .tie-current-menu > a,
.search-in-top-nav.autocomplete-suggestions .post-title a:hover,
div.mag-box .mag-box-options .mag-box-filter-links li.active,
.mag-box-filter-links .flexMenu-viewMore:hover > a,
.stars-rating-active,
body .tabs.tabs .active > a,
.video-play-icon,
.spinner-circle:after,
#go-to-content:hover,
.comment-list .comment-author .fn,
.commentlist .comment-author .fn,
blockquote::before,
blockquote cite,
blockquote.quote-simple p,
.multiple-post-pages a:hover,
#story-index li .is-current,
.latest-tweets-widget .twitter-icon-wrap span,
.wide-slider-nav-wrapper .slide,
.wide-next-prev-slider-wrapper .tie-slider-nav li:hover span,
#instagram-link:hover,
.review-final-score h3,
#mobile-menu-icon:hover .menu-text,
.entry a,
.entry .post-bottom-meta a:hover,
.comment-list .comment-content a,
.widget.tie-weather-widget .icon-basecloud-bg:after,
q a,
blockquote a,
.site-footer a:hover,
.site-footer .stars-rating-active,
.site-footer .twitter-icon-wrap span,
.site-info a:hover {
    color: #d20a11 !important;
}

#theme-header #main-nav .spinner-circle:after {
    color: #d20a11
}

[type=submit],
.button,
.generic-button a,
.generic-button button,
.theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,
.theme-header .header-nav .comp-sub-menu a.checkout-button,
nav.main-nav .menu > li.tie-current-menu > a,
nav.main-nav .menu > li:hover > a,
.main-menu .mega-links-head:after,
#main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,
#mobile-menu-icon:hover .nav-icon,
#mobile-menu-icon:hover .nav-icon:before,
#mobile-menu-icon:hover .nav-icon:after,
.search-in-main-nav.autocomplete-suggestions a.button,
.search-in-top-nav.autocomplete-suggestions a.button,
.spinner > div,
.post-cat,
.pages-numbers li.current span,
.multiple-post-pages > span,
#tie-wrapper .mejs-container .mejs-controls,
.mag-box-filter-links a:hover,
.slider-arrow-nav a:not(.pagination-disabled):hover,
.comment-list .reply a:hover,
.commentlist .reply a:hover,
#reading-position-indicator,
#story-index-icon,
.videos-block .playlist-title,
.review-percentage .review-item span span,
.tie-slick-dots li.slick-active button,
.tie-slick-dots li button:hover,
.digital-rating-static,
.timeline-widget li a:hover .date:before,
#wp-calendar #today,
.posts-list-counter li:before,
.cat-counter a + span,
.tie-slider-nav li span:hover,
.fullwidth-area .widget_tag_cloud .tagcloud a:hover,
.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,
.block-head-4.magazine2 .dark-widgetized-area .tabs.tabs .active a,
.block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:before,
.block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:after,
.demo_store,
.demo #logo:after,
.widget.tie-weather-widget,
span.video-close-btn:hover,
#go-to-top,
.latest-tweets-widget .slider-links .button:not(:hover) {
    background-color: #d20a11 !important;
    color: #fff !important;
}

.tie-weather-widget .widget-title .the-subtitle,
.block-head-4.magazine2 #footer .tabs .active a:hover {
    color: #fff
}

pre,
code,
.pages-numbers li.current span,
.theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover,
.multiple-post-pages > span,
.post-content-slideshow .tie-slider-nav li span:hover,
#tie-body .tie-slider-nav li > span:hover,
#instagram-link:before,
#instagram-link:after,
.slider-arrow-nav a:not(.pagination-disabled):hover,
.main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active,
.main-nav .mega-menu.mega-cat .cats-horizontal li a:hover,
.main-menu .menu > li > .menu-sub-content {
    border-color: #d20a11
}

.main-menu .menu > li.tie-current-menu {
    border-bottom-color: #d20a11
}

.top-nav .menu li.menu-item-has-children:hover > a:before {
    border-top-color: #d20a11
}

.main-nav .main-menu .menu > li.tie-current-menu > a:before,
.main-nav .main-menu .menu > li:hover > a:before {
    border-top-color: #fff
}

header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,
header.main-nav-light .main-nav .mega-menu li:hover > a:before {
    border-left-color: #d20a11
}

.rtl header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before,
.rtl header.main-nav-light .main-nav .mega-menu li:hover > a:before {
    border-right-color: #d20a11;
    border-left-color: transparent
}

.top-nav ul.menu li .menu-item-has-children:hover > a:before {
    border-top-color: transparent;
    border-left-color: #d20a11
}

.rtl .top-nav ul.menu li .menu-item-has-children:hover > a:before {
    border-left-color: transparent;
    border-right-color: #d20a11
}

::-moz-selection {
    background-color: #d20a11;
    color: #fff
}

::selection {
    background-color: #d20a11;
    color: #fff
}

circle.circle_bar {
    stroke: #d20a11
}

#reading-position-indicator {
    box-shadow: 0 0 10px rgba(210,10,17,.7)
}

#tie-popup-search-submit:hover,
#logo.text-logo a:hover,
.entry a:hover,
.comment-list .comment-content a:hover,
.block-head-4.magazine2 .site-footer .tabs li a:hover,
q a:hover,
blockquote a:hover {
    color: #a00000
}

.button:hover,
input[type=submit]:hover,
.generic-button a:hover,
.generic-button button:hover,
a.post-cat:hover,
.site-footer .button:hover,
.site-footer [type=submit]:hover,
.search-in-main-nav.autocomplete-suggestions a.button:hover,
.search-in-top-nav.autocomplete-suggestions a.button:hover,
.theme-header .header-nav .comp-sub-menu a.checkout-button:hover {
    background-color: #a00000;
    color: #fff
}

.theme-header .header-nav .comp-sub-menu a.checkout-button:not(:hover),
.entry a.button {
    color: #fff
}

#story-index.is-compact .story-index-content {
    background-color: #d20a11
}

    #story-index.is-compact .story-index-content a,
    #story-index.is-compact .story-index-content .is-current {
        color: #fff
    }

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product div.summary .product_meta > span,
.woocommerce div.product div.summary .product_meta > span a:hover,
.woocommerce ul.products li.product .price ins,
.woocommerce .woocommerce-pagination ul.page-numbers li a.current,
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li span.current,
.woocommerce .woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce .widget_rating_filter ul li.chosen a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #d20a11
}

.woocommerce span.new,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #d20a11;
    color: #fff
}

.woocommerce div.product #product-images-slider-nav .tie-slick-slider .slide.slick-current img {
    border-color: #d20a11
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #a00000
}

#tie-body .mag-box-title h3 a,
#tie-body .block-more-button {
    color: #d20a11
}

    #tie-body .mag-box-title h3 a:hover,
    #tie-body .block-more-button:hover {
        color: #a00000
    }

#tie-body .mag-box-title {
    color: #d20a11
}

    #tie-body .mag-box-title:before {
        border-top-color: #d20a11
    }

    #tie-body .mag-box-title:after,
    #tie-body #footer .widget-title:after {
        background-color: #d20a11
    }

#top-nav,
#top-nav .sub-menu,
#top-nav .comp-sub-menu,
#top-nav .ticker-content,
#top-nav .ticker-swipe,
.top-nav-boxed #top-nav .topbar-wrapper,
.search-in-top-nav.autocomplete-suggestions,
#top-nav .guest-btn {
    background-color: #333
}

    #top-nav *,
    .search-in-top-nav.autocomplete-suggestions {
        border-color: rgba(255,255,255,.08)
    }

    #top-nav .icon-basecloud-bg:after {
        color: #333
    }

    #top-nav a,
    #top-nav input,
    #top-nav #search-submit,
    #top-nav .fa-spinner,
    #top-nav .dropdown-social-icons li a span,
    #top-nav .components > li .social-link:not(:hover) span,
    .search-in-top-nav.autocomplete-suggestions a {
        color: #fff
    }

    #top-nav .menu-item-has-children > a:before {
        border-top-color: #fff
    }

    #top-nav li .menu-item-has-children > a:before {
        border-top-color: transparent;
        border-left-color: #fff
    }

.rtl #top-nav .menu li .menu-item-has-children > a:before {
    border-left-color: transparent;
    border-right-color: #fff
}

#top-nav input::-moz-placeholder {
    color: #fff
}

#top-nav input:-moz-placeholder {
    color: #fff
}

#top-nav input:-ms-input-placeholder {
    color: #fff
}

#top-nav input::-webkit-input-placeholder {
    color: #fff
}

#top-nav .comp-sub-menu .button:hover,
#top-nav .checkout-button,
.search-in-top-nav.autocomplete-suggestions .button {
    background-color: #d20a11
}

#top-nav a:hover,
#top-nav .menu li:hover > a,
#top-nav .menu > .tie-current-menu > a,
#top-nav .components > li:hover > a,
#top-nav .components #search-submit:hover,
.search-in-top-nav.autocomplete-suggestions .post-title a:hover {
    color: #d20a11
}

#top-nav .comp-sub-menu .button:hover {
    border-color: #d20a11
}

#top-nav .tie-current-menu > a:before,
#top-nav .menu .menu-item-has-children:hover > a:before {
    border-top-color: #d20a11
}

#top-nav .menu li .menu-item-has-children:hover > a:before {
    border-top-color: transparent;
    border-left-color: #d20a11
}

.rtl #top-nav .menu li .menu-item-has-children:hover > a:before {
    border-left-color: transparent;
    border-right-color: #d20a11
}

#top-nav .comp-sub-menu .button:hover,
#top-nav .comp-sub-menu .checkout-button,
.search-in-top-nav.autocomplete-suggestions .button {
    color: #fff
}

    #top-nav .comp-sub-menu .checkout-button:hover,
    .search-in-top-nav.autocomplete-suggestions .button:hover {
        background-color: #b40000
    }

#top-nav,
#top-nav .comp-sub-menu,
#top-nav .tie-weather-widget {
    color: #aaa
}

.search-in-top-nav.autocomplete-suggestions .post-meta,
.search-in-top-nav.autocomplete-suggestions .post-meta a:not(:hover) {
    color: rgba(170,170,170,.7)
}

#main-nav {
    background-color: #020202;
    border-width: 0
}

#theme-header #main-nav:not(.fixed-nav) {
    bottom: 0
}

#main-nav.fixed-nav {
    background-color: rgba(0,93,119,.95)
}

#main-nav .main-menu-wrapper,
#main-nav .menu-sub-content,
#main-nav .comp-sub-menu,
#main-nav .guest-btn,
#main-nav ul.cats-vertical li a.is-active,
#main-nav ul.cats-vertical li a:hover.search-in-main-nav.autocomplete-suggestions {
    /*! background-color: #005d77; */
}

#main-nav .icon-basecloud-bg:after {
    color: #005d77
}

#main-nav *,
.search-in-main-nav.autocomplete-suggestions {
    border-color: rgba(255,255,255,.07);
}

.main-nav-boxed #main-nav .main-menu-wrapper {
    border-width: 0
}

#main-nav .menu li.menu-item-has-children > a:before,
#main-nav .main-menu .mega-menu > a:before {
    border-top-color: #fff
}

#main-nav .menu li .menu-item-has-children > a:before,
#main-nav .mega-menu .menu-item-has-children > a:before {
    border-top-color: transparent;
    border-left-color: #fff
}

.rtl #main-nav .menu li .menu-item-has-children > a:before,
.rtl #main-nav .mega-menu .menu-item-has-children > a:before {
    border-left-color: transparent;
    border-right-color: #fff
}

#main-nav a,
#main-nav .dropdown-social-icons li a span,
.search-in-main-nav.autocomplete-suggestions a {
    color: #fff
}

#theme-header:not(.main-nav-boxed) #main-nav,
.main-nav-boxed .main-menu-wrapper {
    border-bottom-color: #666 !important;
    border-bottom-width: 4px !important;
    border-right: 0;
    border-left: 0
}

.main-nav-boxed #main-nav.fixed-nav {
    box-shadow: none
}

#main-nav .comp-sub-menu .button:hover,
#main-nav .menu > li.tie-current-menu,
#main-nav .menu > li > .menu-sub-content,
#main-nav .cats-horizontal a.is-active,
#main-nav .cats-horizontal a:hover {
    border-color: #d20a11
}

    #main-nav .menu > li.tie-current-menu > a,
    #main-nav .menu > li:hover > a,
    #main-nav .mega-links-head:after,
    #main-nav .comp-sub-menu .button:hover,
    #main-nav .comp-sub-menu .checkout-button,
    #main-nav .cats-horizontal a.is-active,
    #main-nav .cats-horizontal a:hover,
    .search-in-main-nav.autocomplete-suggestions .button,
    #main-nav .spinner > div {
        background-color: #d20a11
    }

.main-nav-light #main-nav .menu ul li:hover > a,
.main-nav-light #main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a,
#main-nav .components a:hover,
#main-nav .components > li:hover > a,
#main-nav #search-submit:hover,
#main-nav .cats-vertical a.is-active,
#main-nav .cats-vertical a:hover,
#main-nav .mega-menu .post-meta a:hover,
#main-nav .mega-menu .post-box-title a:hover,
.search-in-main-nav.autocomplete-suggestions a:hover,
#main-nav .spinner-circle:after {
    color: #d20a11
}

#main-nav .menu > li.tie-current-menu > a,
#main-nav .menu > li:hover > a,
#main-nav .components .button:hover,
#main-nav .comp-sub-menu .checkout-button,
.theme-header #main-nav .mega-menu .cats-horizontal a.is-active,
.theme-header #main-nav .mega-menu .cats-horizontal a:hover,
.search-in-main-nav.autocomplete-suggestions a.button {
    color: #fff
}

    #main-nav .menu > li.tie-current-menu > a:before,
    #main-nav .menu > li:hover > a:before {
        border-top-color: #fff
    }

.main-nav-light #main-nav .menu-item-has-children li:hover > a:before,
.main-nav-light #main-nav .mega-menu li:hover > a:before {
    border-left-color: #d20a11
}

.rtl .main-nav-light #main-nav .menu-item-has-children li:hover > a:before,
.rtl .main-nav-light #main-nav .mega-menu li:hover > a:before {
    border-right-color: #d20a11;
    border-left-color: transparent
}

.search-in-main-nav.autocomplete-suggestions .button:hover,
#main-nav .comp-sub-menu .checkout-button:hover {
    background-color: #b40000
}

#main-nav,
#main-nav input,
#main-nav #search-submit,
#main-nav .fa-spinner,
#main-nav .comp-sub-menu,
#main-nav .tie-weather-widget {
    color: #f6f6f6
}

    #main-nav input::-moz-placeholder {
        color: #f6f6f6
    }

    #main-nav input:-moz-placeholder {
        color: #f6f6f6
    }

    #main-nav input:-ms-input-placeholder {
        color: #f6f6f6
    }

    #main-nav input::-webkit-input-placeholder {
        color: #f6f6f6
    }

    #main-nav .mega-menu .post-meta,
    #main-nav .mega-menu .post-meta a,
    .search-in-main-nav.autocomplete-suggestions .post-meta {
        color: rgba(246,246,246,.6)
    }

#footer {
    background-color: #252525
}

#site-info {
    background-color: #252525
}

#footer .footer-widget-area:first-child {
    padding-top: 0px
}

#footer .posts-list-counter .posts-list-items li:before {
    border-color: #252525
}

#footer .timeline-widget a .date:before {
    border-color: rgba(37,37,37,.8)
}

#footer .footer-boxed-widget-area,
#footer textarea,
#footer input:not([type=submit]),
#footer select,
#footer code,
#footer kbd,
#footer pre,
#footer samp,
#footer .show-more-button,
#footer .slider-links .tie-slider-nav span,
#footer #wp-calendar,
#footer #wp-calendar tbody td,
#footer #wp-calendar thead th,
#footer .widget.buddypress .item-options a {
    border-color: rgba(255,255,255,.1)
}

#footer .social-statistics-widget .white-bg li.social-icons-item a,
#footer .widget_tag_cloud .tagcloud a,
#footer .latest-tweets-widget .slider-links .tie-slider-nav span,
#footer .widget_layered_nav_filters a {
    border-color: rgba(255,255,255,.1)
}

#footer .social-statistics-widget .white-bg li:before {
    background: rgba(255,255,255,.1)
}

.site-footer #wp-calendar tbody td {
    background: rgba(255,255,255,.02)
}

#footer .white-bg .social-icons-item a span.followers span,
#footer .circle-three-cols .social-icons-item a .followers-num,
#footer .circle-three-cols .social-icons-item a .followers-name {
    color: rgba(255,255,255,.8)
}

#footer .timeline-widget ul:before,
#footer .timeline-widget a:not(:hover) .date:before {
    background-color: #070707
}

#footer .widget-title,
#footer .widget-title a:not(:hover) {
    color: #fff
}

#footer,
#footer textarea,
#footer input:not([type=submit]),
#footer select,
#footer #wp-calendar tbody,
#footer .tie-slider-nav li span:not(:hover),
#footer .widget_categories li a:before,
#footer .widget_product_categories li a:before,
#footer .widget_layered_nav li a:before,
#footer .widget_archive li a:before,
#footer .widget_nav_menu li a:before,
#footer .widget_meta li a:before,
#footer .widget_pages li a:before,
#footer .widget_recent_entries li a:before,
#footer .widget_display_forums li a:before,
#footer .widget_display_views li a:before,
#footer .widget_rss li a:before,
#footer .widget_display_stats dt:before,
#footer .subscribe-widget-content h3,
#footer .about-author .social-icons a:not(:hover) span {
    color: #aaa
}

    #footer post-widget-body .meta-item,
    #footer .post-meta,
    #footer .stream-title,
    #footer.dark-skin .timeline-widget .date,
    #footer .wp-caption .wp-caption-text,
    #footer .rss-date {
        color: rgba(170,170,170,.7)
    }

    #footer input::-moz-placeholder {
        color: #aaa
    }

    #footer input:-moz-placeholder {
        color: #aaa
    }

    #footer input:-ms-input-placeholder {
        color: #aaa
    }

    #footer input::-webkit-input-placeholder {
        color: #aaa
    }

    #footer .site-info a:not(:hover) {
        color: #d20a11
    }

a#go-to-top {
    background-color: #181818
}

.social-icons-item .custom-link-1-social-icon {
    background-color: #4c68d7 !important
}

    .social-icons-item .custom-link-1-social-icon span {
        color: #4c68d7
    }

.social-icons-item .custom-link-2-social-icon {
    background-color: #cc181e !important
}

    .social-icons-item .custom-link-2-social-icon span {
        color: #cc181e
    }

.social-icons-item .custom-link-3-social-icon {
    background-color: #08f !important
}

    .social-icons-item .custom-link-3-social-icon span {
        color: #08f
    }

.social-icons-item .custom-link-4-social-icon {
    background-color: #faa33d !important
}

    .social-icons-item .custom-link-4-social-icon span {
        color: #faa33d
    }

.tie-cat-79,
.tie-cat-item-79 > span {
    background-color: #e67e22 !important;
    color: #fff !important
}

    .tie-cat-79:after {
        border-top-color: #e67e22 !important
    }

    .tie-cat-79:hover {
        background-color: #c86004 !important
    }

        .tie-cat-79:hover:after {
            border-top-color: #c86004 !important
        }

.tie-cat-85,
.tie-cat-item-85 > span {
    background-color: #2ecc71 !important;
    color: #fff !important
}

    .tie-cat-85:after {
        border-top-color: #2ecc71 !important
    }

    .tie-cat-85:hover {
        background-color: #10ae53 !important
    }

        .tie-cat-85:hover:after {
            border-top-color: #10ae53 !important
        }

.tie-cat-91,
.tie-cat-item-91 > span {
    background-color: #9b59b6 !important;
    color: #fff !important
}

    .tie-cat-91:after {
        border-top-color: #9b59b6 !important
    }

    .tie-cat-91:hover {
        background-color: #7d3b98 !important
    }

        .tie-cat-91:hover:after {
            border-top-color: #7d3b98 !important
        }

.tie-cat-94,
.tie-cat-item-94 > span {
    background-color: #34495e !important;
    color: #fff !important
}

    .tie-cat-94:after {
        border-top-color: #34495e !important
    }

    .tie-cat-94:hover {
        background-color: #162b40 !important
    }

        .tie-cat-94:hover:after {
            border-top-color: #162b40 !important
        }

.tie-cat-95,
.tie-cat-item-95 > span {
    background-color: #795548 !important;
    color: #fff !important
}

    .tie-cat-95:after {
        border-top-color: #795548 !important
    }

    .tie-cat-95:hover {
        background-color: #5b372a !important
    }

        .tie-cat-95:hover:after {
            border-top-color: #5b372a !important
        }

.tie-cat-96,
.tie-cat-item-96 > span {
    background-color: #4caf50 !important;
    color: #fff !important
}

    .tie-cat-96:after {
        border-top-color: #4caf50 !important
    }

    .tie-cat-96:hover {
        background-color: #2e9132 !important
    }

        .tie-cat-96:hover:after {
            border-top-color: #2e9132 !important
        }

.tie-cat-218,
.tie-cat-item-218 > span {
    background-color: #80a438 !important;
    color: #fff !important
}

    .tie-cat-218:after {
        border-top-color: #80a438 !important
    }

    .tie-cat-218:hover {
        background-color: #62861a !important
    }

        .tie-cat-218:hover:after {
            border-top-color: #62861a !important
        }

div#branding {
    display: none !important
}

#gs_id50 {
    margin: 0
}

#gs_id51 {
    margin-bottom: 0
}

.gsib_b {
    display: none
}

table.gsc-search-box td {
    padding: 0;
    border-right: 0
}

#gsc-i-id1 {
    padding: 4px !important
}

.gsc-search-button.gsc-search-button-v2 {
    font-size: 25px;
    padding: 5px 26px;
    width: auto;
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

body {
    font-family: droid-naskh;
}

.logo-text,
.the-subtitle,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IRANSans !important;
}

#main-nav .main-menu > ul > li > a {
    font-family: IRANSans
}

blockquote p {
    font-family: alhurra
}

.seconTitle {
    font-family: IRANSans;
    font-size: 21px;
    color: #005d77
}

.header-layout-1 .header-layout-1-logo {
    padding-left: 15px;
    padding-right: 0
}

#menu-components-wrap {
    float: right
}

#main-nav.fixed-nav .main-menu {
    margin-right: 20px;
    margin-left: 0
}

.sidebar-right .main-content {
    float: right
}

.sidebar-right .sidebar {
    float: left
}

.sidebar-left .main-content {
    float: left
}

.sidebar-left .sidebar {
    float: right
}

.fa-phone {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.mashsb-count {
    margin: 10px 0 0 10px
}

#check-also-box.show-check-also {
    left: 1px;
    right: auto
}

.header-layout-1 #mobile-menu-icon {
    right: auto
}

#the-post td p {
    text-align: right !important
}

#the-post table th:last-child,
#the-post table tr td:last-child {
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px
}
