@charset "UTF-8";

.wp-block-archives-dropdown label {
    display: block
}

#top-menu>li.mhc-menu-highlight {
    background-color: #6B1D45FF !important;
}

.border-gray {
    border: 1px solid gray;
    border-radius: 10px;
}

#main-content {
    /*margin-top: 170px !important;*/
    min-height: 30vw;
}

.menu-item-link {
    padding: 0px !important;
    width: max-content;
    height: 40px;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mhc-menu-item-link-head {
    line-height: unset !important;
}

.mhc-menu-item-link-content {
    padding: 4px !important;
}

.mhc-menu-item-link-head {
    line-height: unset;
}

.mhc-menu-item-link-content {
    padding: 4px;
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline>:where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap
}

@media(min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns:where(.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
}

@media(max-width:599px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media(min-width:600px) and (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: calc(50% - var(--wp--style--block-gap, 2em)/2) !important;
        flex-grow: 0
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
        margin-right: var(--wp--style--block-gap, 2em)
    }
}

@media(min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
        margin-right: var(--wp--style--block-gap, 2em)
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
    margin-right: var(--wp--style--block-gap, 2em)
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-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-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    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 .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports(position:sticky) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    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: 0 0 1em;
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    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__embed {
    margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-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%;
    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: 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;
    z-index: 2
}

.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%;
    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-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

.wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px);
    width: calc(50% - var(--gallery-block--gutter-size, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image),
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
    margin-left: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
    max-width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    margin: 0;
    flex-direction: column;
    flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    right: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    flex: initial;
    background: 0 0;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
    margin-bottom: var(--gallery-block--gutter-size, 16px)
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
    bottom: var(--gallery-block--gutter-size, 16px)
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    margin-left: 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px);
        width: calc(33.33333% - var(--gallery-block--gutter-size, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px);
        width: calc(25% - var(--gallery-block--gutter-size, 16px)*0.75)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px);
        width: calc(20% - var(--gallery-block--gutter-size, 16px)*0.8)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px);
        width: calc(16.66667% - var(--gallery-block--gutter-size, 16px)*0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px);
        width: calc(14.28571% - var(--gallery-block--gutter-size, 16px)*0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px);
        width: calc(12.5% - var(--gallery-block--gutter-size, 16px)*0.875)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px)
    }

    .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n),
    .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n),
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n),
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n),
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n),
    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n),
    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n),
    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
        margin-left: 0
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        margin-left: var(--gallery-block--gutter-size, 16px);
        width: calc(33.33% - var(--gallery-block--gutter-size, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
        margin-left: 0
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--gallery-block--gutter-size, 16px)*0.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image:not(.is-style-rounded)>a,
.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .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-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-right: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-right: 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;
    padding-right: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 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;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.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,
ul {
    overflow-wrap: break-word
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: rtl;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media(max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

.wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    color: inherit;
    display: block;
    padding: 0
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-item,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__submenu-container,
.wp-block-navigation[style*=text-decoration] a,
.wp-block-navigation[style*=text-decoration] a:active,
.wp-block-navigation[style*=text-decoration] a:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) a,
.wp-block-navigation:not([style*=text-decoration]) a:active,
.wp-block-navigation:not([style*=text-decoration]) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    margin-right: .25em;
    width: .6em;
    height: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    right: -1px;
    top: 100%
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: 0;
    margin-right: auto
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    margin: 0
}

@media(min-width:782px) {
    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
        right: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        left: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: 0 0
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within>.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    right: 0;
    top: 100%
}

@media(min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        right: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    position: relative;
    display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-align: right
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-container-content {
    gap: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation:where(.has-background),
.wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background) .wp-block-navigation__container {
    gap: var(--wp--style--block-gap, .5em)
}

.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,
.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    right: auto;
    left: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    right: -1px;
    left: -1px
}

@media(min-width:782px) {

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        right: auto;
        left: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    list-style: none;
    margin: 0;
    padding-right: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
    flex-grow: 1
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    color: inherit !important;
    background-color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    background-color: inherit;
    padding: 2em;
    overflow: auto;
    z-index: 100000
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2em + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting, inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-right: 2em;
    padding-left: 2em
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting, initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit !important;
    background: 0 0 !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media(min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        right: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media(min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-home-link__content {
    color: inherit;
    display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
    text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
    top: -1px
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: right;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em 0 0 .1em;
    text-transform: uppercase;
    font-style: normal
}

p {
    overflow-wrap: break-word
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-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 {
    margin: 0
}

.wp-block-post-comments>h3:first-of-type {
    margin-top: 0
}

.wp-block-post-comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-right: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: right;
    height: 2.5em;
    margin-left: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-right: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .75em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .reply {
    font-size: .75em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments input[type=submit] {
    border: none
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
    max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: right
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: left
}

.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;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template,
.wp-block-query-loop {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template.wp-block-post-template,
.wp-block-query-loop.wp-block-post-template {
    background: 0 0
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
    margin: 0;
    width: 100%
}

@media(min-width:600px) {

    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(-1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(-1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-quote {
    overflow-wrap: break-word
}

.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
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

ul.wp-block-rss.is-grid li {
    margin: 0 0 1em 1em;
    width: 100%
}

@media(min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-right: .625em;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
    fill: currentColor
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-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-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: 0 0 !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-site-logo {
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-social-links {
    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 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-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media(prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: 0 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1.25em;
    height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-right: .66667em;
    padding-left: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-right: 1em;
    padding-left: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-left: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-right: 5px;
    text-decoration: none
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
    border-width: inherit
}

.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: 0 0 1em
}

.wp-block-video video {
    width: 100%
}

@supports(position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image {
    margin-right: 0;
    margin-left: 0
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(-135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(-135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(-135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(-135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(-135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(-135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(-135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

.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 1px 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 {
    border: 1px solid #1e1e1e;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    transition: none;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
    display: none
}

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 8px;
    cursor: default;
    line-height: 28px
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
    margin-right: 0;
    margin-left: auto
}

.components-custom-select-control__item:last-child {
    margin-bottom: 0
}

.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;
    pointer-events: auto
}

@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.components-snackbar-explicit-dismiss {
    cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
    margin-left: 24px
}

.components-snackbar .components-snackbar__icon {
    position: absolute;
    top: 24px;
    left: 28px
}

.components-snackbar .components-snackbar__dismiss-button {
    margin-left: 32px;
    cursor: pointer
}

.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;
    pointer-events: none
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 2px;
    margin: 0;
    line-height: inherit;
    min-height: auto
}

@media(min-width:600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    outline: none;
    box-shadow: none
}

.components-combobox-control__suggestions-container {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 8px;
    padding: 4px
}

@media(prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

@media(min-width:600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.wc-block-suspense-placeholder>* {
    visibility: hidden
}

.wc-block-suspense-placeholder:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-suspense-placeholder:before {
    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: auto;
    max-width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.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: #cd2653;
    font-size: 1em
}

.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-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
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em;
    padding: .5em
}

@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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.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
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 8em;
    min-height: 3em
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
    visibility: hidden
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 8em;
    min-height: 3em
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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 img[alt=""],
.wc-block-components-product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.is-loading .wc-block-components-product-image>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-image:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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-summary {
    margin-top: 0;
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-summary:before {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    border-radius: .25rem;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    content: ".";
    display: block;
    width: 100%;
    height: 6em
}

.is-loading .wc-block-components-product-summary:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-summary:before:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    display: block;
    font-size: inherit
}

.wc-block-components-product-title a {
    color: inherit;
    font-size: inherit
}

.wc-block-grid {
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    display: block
}

.is-loading .wc-block-components-product-title:before {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    content: ".";
    display: inline-block;
    width: 7em
}

.is-loading .wc-block-components-product-title:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-title:before:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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;
    padding: 40px 0;
    margin: 40px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #757575;
    text-align: center
}

.wc-block-components-error__header {
    font-size: 2em;
    margin: 0;
    color: #646970
}

.wc-block-components-error__image {
    width: 25%;
    margin: 0 0 24px
}

.wc-block-components-error__text {
    margin: 1em 0 0;
    color: #8c8f94;
    font-size: 1.25em;
    max-width: 60ch
}

.wc-block-components-error__message {
    margin: 1em auto 0;
    font-style: italic;
    color: #8c8f94;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.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-spinner+.wc-block-components-button__text {
    visibility: hidden
}

.wc-block-components-form {
    counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
    position: relative;
    border: none;
    padding: 0 24px 0 0;
    background: 0 0;
    margin: 0
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-right: 0
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content>* {
    margin-bottom: 1em
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
    margin-bottom: 0;
    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,
.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .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: 24px;
    right: -24px;
    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: -24px;
    top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    position: static;
    transform: none;
    right: auto;
    top: auto;
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". "/""
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 0 0 12px
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    padding-top: 0;
    margin-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 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 {
    margin: 0 0 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    margin: 0 4px 2px;
    padding: 0;
    width: auto;
    max-width: 38px;
    height: 24px;
    max-height: 24px
}

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

.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 {
    justify-content: flex-end
}

.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
}

img.wc-block-components-product-image[alt=""] {
    border: 1px solid #f2f2f2
}

.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-panel__content,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control__package .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-checkout .wc-block-components-shipping-rates-control__package {
    margin-bottom: 1.5em
}

.wc-block-checkout .wc-block-components-shipping-rates-control__package:last-of-type {
    margin-bottom: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    width: 100%;
    margin-bottom: 0
}

.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__form .wc-block-components-totals-coupon__button.no-margin {
    margin: 0
}

.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-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.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__via {
    margin-bottom: 16px
}

.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
}

.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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,
.wc-block-components-checkbox-list.is-loading li>* {
    visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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
}

.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
    background: 0 0
}

.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-combobox .wc-block-components-combobox-control,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    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;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
    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;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    position: relative
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    box-sizing: border-box;
    outline: inherit;
    border: 1px solid #50575e;
    background: #fff;
    box-shadow: none;
    color: #2b2d2f;
    font-family: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: 1;
    padding: 1.5em 16px .25em;
    text-align: right;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
    opacity: 1;
    border-radius: 4px
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    background-color: #fff;
    color: #2b2d2f;
    outline: 0;
    box-shadow: 0 0 0 1px #50575e
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    margin: 3em 0 0;
    padding: 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    color: #2b2d2f
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    font-size: 1em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: .25em 16px
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: #ddd
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-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-combobox .wc-block-components-combobox-control label.components-base-control__label,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(480px)
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(480px)
    }
}

@media only screen and (max-width:480px) {
    @-webkit-keyframes slidein {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(100vw)
        }
    }

    @keyframes slidein {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(100vw)
        }
    }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95, 95, 95, .35);
    bottom: 0;
    right: 0;
    position: fixed;
    left: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999;
    opacity: 1
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadein;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    pointer-events: none;
    opacity: 0
}

.wc-block-components-drawer {
    position: relative;
    background: #fff;
    display: block;
    height: 100%;
    right: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(480px);
    width: 480px
}

.wc-block-components-drawer:after {
    border-style: solid;
    border-width: 0 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (max-width:480px) {
    .wc-block-components-drawer {
        transform: translateX(100vw);
        width: 100vw
    }
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: slidein;
    animation-name: slidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-drawer,
    .wc-block-components-drawer__screen-overlay {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        transition: none !important
    }
}

.wc-block-components-drawer .components-modal__content {
    padding: 40px 16px
}

.wc-block-components-drawer .components-modal__header {
    position: relative
}

.wc-block-components-drawer .components-modal__header .components-button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    background: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1em;
    margin: -1em
}

.wc-block-components-drawer .components-modal__header .components-button>span {
    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
}

.wc-block-components-drawer .components-modal__header-heading {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25rem;
    word-break: break-word
}

.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-filter-element-label-list-count {
    opacity: .6
}

.wc-filter-element-label-list-count:before {
    content: " ("
}

.wc-filter-element-label-list-count:after {
    content: ")"
}

.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;
    pointer-events: none
}

.wc-block-components-loading-mask .components-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
    opacity: .25
}

.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
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1)
}

.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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    z-index: 1;
    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
}

.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount:after,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button:after,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper:after,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount:after,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button:after,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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 !important;
    border: 0 !important;
    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 !important;
    border: 0 !important;
    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 !important;
    border: 0 !important;
    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 !important;
    border: 0 !important;
    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 {
        outline: 0 !important;
        border: 0 !important;
        background-color: #ebebeb !important;
        color: transparent !important;
        width: 100%;
        border-radius: .25rem;
        display: block;
        line-height: 1;
        position: relative !important;
        overflow: hidden !important;
        max-width: 100% !important;
        pointer-events: none;
        z-index: 1;
        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
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper:after,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper:after {
        content: " ";
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
        transform: translateX(100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }
}

@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 {
        outline: 0 !important;
        border: 0 !important;
        background-color: #ebebeb !important;
        color: transparent !important;
        width: 100%;
        border-radius: .25rem;
        display: block;
        line-height: 1;
        position: relative !important;
        overflow: hidden !important;
        max-width: 100% !important;
        pointer-events: none;
        z-index: 1;
        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
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper:after,
    .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper:after {
        content: " ";
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
        transform: translateX(100%);
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite
    }

    @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
}

.wc-block-grid__product.wc-block-grid__product {
    box-sizing: border-box
}

.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-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-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-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-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-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-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-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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    content: ".";
    display: inline-block;
    width: 5em
}

.is-loading .wc-block-components-product-price:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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;
    font-weight: 600
}

.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: .9em;
    min-width: 30px;
    cursor: pointer;
    color: #949494;
    font-style: normal;
    font-weight: 400;
    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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    display: block;
    width: 60%
}

.is-loading .wc-block-components-review-list-item__text>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__text:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    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
}

.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: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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:before {
    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 {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    height: 1em;
    width: 120px
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@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:before {
    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
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--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: 3em;
    -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: 3em
}

.wc-block-components-review-list-item__image>img {
    display: block;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.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;
    order: 4
}

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
    padding-right: 8px;
    position: relative
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    content: "";
    display: inline-block;
    margin-right: -8px;
    border-left: 1px solid;
    opacity: .5;
    height: 1em;
    vertical-align: middle;
    position: absolute;
    top: calc(50% + .1em);
    transform: translateY(-50%)
}

.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: block;
    top: 0;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 5.3em;
    font-family: star;
    font-weight: 400
}

.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
}

.wc-block-components-review-list-item__text p {
    font-size: inherit
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: left
}

.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
}

.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
    padding: 0
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
    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
}

.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.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 {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    color: inherit;
    box-sizing: content-box;
    text-align: center;
    font-size: 1.25em
}

.wc-block-components-spinner:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -.5em -.5em 0 0;
    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: spinner__animation 1s linear infinite;
    animation: spinner__animation 1s linear infinite
}

.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=number],
.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=number],
.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=number]: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=number]: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;
    outline: 0;
    box-shadow: 0 0 0 1px #50575e
}

.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=number],
.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=number],
.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=number]: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=number]: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;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4)
}

.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.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=number],
.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=number],
.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 {
    box-shadow: 0 0 0 1px #cc1818
}

.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
}

.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
    padding: 1.5rem 3rem
}

.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%;
    white-space: normal
}

.wc-block-components-validation-error>p {
    margin: 0;
    padding: 4px 0 0
}

.wc-block-components-select+.wc-block-components-validation-error {
    margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
    margin-bottom: 24px;
    order: 0
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart__submit {
    position: relative;
    margin: 0 0 16px
}

.wc-block-cart__submit-button {
    width: 100%;
    margin: 0
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0
}

@media(min-width:783px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media(max-width:782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        right: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .wc-block-cart .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
    }
}

.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-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
    margin: 0
}

.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span,
.wc-block-mini-cart__drawer.is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading th span {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading h2 span>*,
.wc-block-cart--is-loading th span>*,
.wc-block-mini-cart__drawer.is-loading h2 span>*,
.wc-block-mini-cart__drawer.is-loading th span>* {
    visibility: hidden
}

.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after,
.wc-block-mini-cart__drawer.is-loading h2 span:after,
.wc-block-mini-cart__drawer.is-loading th span:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading h2 span,
    .wc-block-cart--is-loading th span,
    .wc-block-mini-cart__drawer.is-loading h2 span,
    .wc-block-mini-cart__drawer.is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:before,
.wc-block-cart--is-loading th span:before,
.wc-block-mini-cart__drawer.is-loading h2 span:before,
.wc-block-mini-cart__drawer.is-loading th span:before {
    content: " "
}

.wc-block-cart--is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-cart--is-loading .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-metadata>*,
.wc-block-cart--is-loading .wc-block-components-product-price>*,
.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
.wc-block-cart--is-loading .wc-block-components-product-price:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-components-product-metadata,
    .wc-block-cart--is-loading .wc-block-components-product-price,
    .wc-block-cart--is-loading .wc-block-components-quantity-selector,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-width: 84px;
    display: inline-block
}

.wc-block-cart--is-loading .wc-block-components-product-name>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-components-product-name,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-cart-item__image>a,
    .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
    max-width: 3em;
    display: block;
    margin-top: .25em
}

.wc-block-cart--is-loading .wc-block-components-product-price:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    min-height: 460px
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
    .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
    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 {
    margin-bottom: 3em
}

.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 16px 16px 0;
    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 th:last-child {
    padding-left: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-left: 16px
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    right: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    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-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 0 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
    box-sizing: border-box;
    margin: 0;
    padding-left: 3.7735849057%;
    width: 65%;
    min-height: 10em
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    min-height: 15em;
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    box-sizing: border-box;
    margin: 0;
    padding-right: 2.2641509434%;
    width: 35%;
    min-height: 12em
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    min-height: 3em;
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    margin: 0 0 1em
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion:reduce) {

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
    height: 20em
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-cart.is-loading {
        padding-top: 16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
        padding: 0;
        width: 100%
    }
}

.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex
}

.wc-block-mini-cart__badge {
    background: #fff;
    border: .15em solid;
    border-radius: 1em;
    box-sizing: border-box;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    margin-right: -.7142857143em;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-mini-cart__icon {
    display: block;
    height: 1.5em;
    width: 1.5em;
    stroke: currentColor
}

.wc-block-mini-cart {
    background-color: transparent !important;
    display: flex;
    justify-content: flex-end
}

.wc-block-mini-cart.align-center {
    justify-content: center
}

.wc-block-mini-cart.align-left {
    justify-content: flex-start
}

.wc-block-mini-cart.is-transparent .wc-block-mini-cart__button {
    background-color: transparent !important
}

.wc-block-mini-cart__button {
    align-items: center;
    border: none;
    color: inherit;
    display: flex;
    font-weight: 400;
    padding: .75em .5em
}

.wc-block-mini-cart__button:hover {
    opacity: .6
}

.wc-block-mini-cart__amount {
    display: none
}

.wc-block-mini-cart__tax-label {
    margin-left: .5em
}

@media screen and (min-width:768px) {
    .wc-block-mini-cart__amount {
        display: initial;
        font-weight: 600;
        margin-left: 8px
    }
}

.modal-open .wc-block-mini-cart__button {
    pointer-events: none
}

.wc-block-mini-cart__drawer {
    font-size: 1rem
}

.wc-block-mini-cart__drawer .components-modal__content {
    padding: 0;
    position: relative
}

.wc-block-mini-cart__drawer .components-modal__header {
    position: absolute;
    top: 40px;
    left: 16px
}

.wc-block-mini-cart__drawer .components-modal__header button {
    color: inherit
}

.wc-block-mini-cart__drawer .components-modal__header svg {
    fill: currentColor
}

.wp-block-woocommerce-mini-cart-contents {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 0;
    justify-content: center
}

h2.wc-block-mini-cart__title {
    font-size: 2em;
    margin: 40px 16px 0
}

.wc-block-mini-cart__items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: hidden;
    padding: 0 16px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
    margin-bottom: auto;
    margin-left: -16px;
    overflow-y: auto;
    padding-left: 16px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
    content: none
}

.wc-block-mini-cart__footer {
    border-top: 1px solid #ddd;
    padding: 24px 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
    font-weight: 600;
    margin-bottom: 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    display: none;
    font-size: .75em;
    font-weight: 400
}

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display: unset
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    display: flex;
    gap: 16px
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
    background-color: transparent;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    display: none;
    flex-grow: 1;
    font-weight: 600
}

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
        display: inline-flex
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout {
    border: 1px solid #1e1e1e;
    flex-grow: 1;
    font-weight: 600
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px
}

.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 {
    margin-top: 5px
}

.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: 10px
}

.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;
    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;
    padding: 1.5em 23px
}

.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:only-child {
    display: block;
    width: 100%
}

.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 24px;
    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 {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    height: 24px;
    max-height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.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-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout-empty {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block;
    color: inherit
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__actions {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.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
}

.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-large .wc-block-checkout__actions {
    position: relative;
    padding: 1.5em 0
}

.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-checkout__form {
    margin: 0;
    max-width: 100%
}

.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
    order: 1
}

.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
}

.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__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
}

.wc-block-checkout__terms {
    margin: 1.5em 0
}

.wc-block-checkout__terms textarea {
    top: -5px;
    position: relative
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
    opacity: .6
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    display: block;
    color: inherit;
    flex-grow: 1;
    flex-basis: 0
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item,
.wc-block-checkout__sidebar .wc-block-components-totals-taxes {
    margin: 0;
    padding: 0
}

.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0
}

.wc-block-checkout__add-note {
    margin: 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
}

.wp-block-woocommerce-checkout {
    margin: 0
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wp-block-woocommerce-checkout.is-loading {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    width: 35%;
    padding-right: 2.2641509434%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
    width: 65%;
    padding-left: 3.7735849057%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    box-sizing: border-box;
    margin: 0
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
    outline: 0 !important;
    border: 0 !important;
    background-color: #ebebeb !important;
    color: transparent !important;
    width: 100%;
    border-radius: .25rem;
    display: block;
    line-height: 1;
    position: relative !important;
    overflow: hidden !important;
    max-width: 100% !important;
    pointer-events: none;
    box-shadow: none;
    z-index: 1;
    margin: 0 0 1.5em;
    display: none
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>* {
    visibility: hidden
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(-90deg, #ebebeb, #f5f5f5, #ebebeb);
    transform: translateX(100%);
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite
}

@media screen and (prefers-reduced-motion:reduce) {

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    min-height: 10em;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    min-height: 24em;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    width: 50%;
    min-height: 4em;
    margin-right: 50%;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    min-height: 47em;
    display: block
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    font-size: 1em;
    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
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-right: 16px;
    padding-left: 16px
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-checkout.is-loading {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
        padding: 0;
        width: 100%
    }

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
        padding-right: 0;
        padding-left: 0
    }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.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;
    margin-top: 1.5em
}

.wc-block-components-checkbox label {
    align-items: flex-start;
    display: flex;
    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;
    box-sizing: border-box;
    height: 1.5em;
    width: 1.5em;
    margin: 0 0 0 16px;
    min-height: 1.5em;
    min-width: 1.5em;
    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]:focus {
    outline: 2px solid #50575e;
    outline-offset: 2px
}

.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)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid hsla(0, 0%, 100%, .6);
    outline-offset: 2px
}

.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
    color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
    border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
    outline: 2px solid #cc1818;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    position: absolute;
    margin-right: .1875em;
    margin-top: .0625em;
    width: 1.125em;
    height: 1.125em;
    pointer-events: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
    vertical-align: middle;
    line-height: 1.5em
}

@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
}

.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.has-border.no-top-border {
    position: relative
}

.wc-block-components-panel.has-border.no-top-border:after {
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    border-width: 0 0 1px
}

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 0 0 32px;
    position: relative;
    text-align: right;
    width: 100%;
    word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
    padding-bottom: .375em;
    margin-bottom: .375em
}

.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-wrapper {
    position: relative;
    padding: 16px 0
}

.wc-block-components-totals-wrapper: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-totals-wrapper:last-child {
    padding-bottom: 0
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
    border-bottom-width: 1px
}

.wc-block-components-totals-wrapper.slot-wrapper {
    padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
    position: relative;
    padding: 16px 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>: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-totals-wrapper.slot-wrapper>*>:last-child:after {
    border-bottom-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
    position: relative
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child: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-totals-item {
    display: flex;
    flex-wrap: wrap;
    margin: .75em 0 0;
    width: 100%
}

.wc-block-components-totals-item:first-child {
    margin-top: 0
}

.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-components-totals-item.wc-block-components-totals-taxes__grouped-rate {
    margin: 4px 0
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:first-child {
    margin-top: 0
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:last-child {
    margin-bottom: 0
}

.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 {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    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: 420px;
    width: 100%
}

.wc-block-featured-product:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or (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
}

.wp-block-woocommerce-featured-category {
    background-color: #1e1e1e;
    border-color: transparent;
    color: #fff;
    overflow: hidden
}

.wc-block-featured-category {
    position: relative;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0;
    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 {
    color: inherit;
    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 div {
    color: inherit
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category .wc-block-featured-category__description {
    color: inherit
}

.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: 420px;
    width: 100%
}

.wc-block-featured-category:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or (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
}

.wp-block-woocommerce-price-filter {
    border-style: none !important
}

.wc-block-price-filter,
.wc-block-price-filter__controls,
.wc-block-price-slider {
    border-radius: inherit;
    border-color: inherit
}

.wc-block-price-filter__controls input {
    border-radius: inherit !important;
    border-color: inherit !important;
    border-style: solid
}

.wc-block-attribute-filter {
    margin-bottom: 24px
}

.wc-block-attribute-filter.style-dropdown {
    display: flex;
    gap: 16px
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0;
    width: 100%
}

.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-dropdown {
    flex-grow: 1;
    max-width: unset;
    width: 0
}

.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-components-dropdown-selector__input-wrapper {
    height: 100%
}

.wc-block-stock-filter {
    margin-bottom: 24px
}

.wc-block-stock-filter .wc-block-stock-filter-list {
    margin: 0
}

.wc-block-stock-filter .wc-block-stock-filter-list li label {
    cursor: pointer
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-stock-filter .is-single,
.wc-block-stock-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list {
    opacity: .6
}

.wc-block-stock-filter .wc-block-stock-filter__button {
    margin-top: 8px
}

@-webkit-keyframes 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 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)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(-100%)
    }
}

.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
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

#ctf {
    overflow-y: auto;
    -ms-overflow-y: auto
}

#ctf .ctf-item {
    padding: 15px 5px;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden
}

#ctf .ctf-item:first-child {
    border-top: none
}

#ctf .ctf_remaining {
    display: none
}

#ctf .ctf_more {
    padding: 1px;
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    line-height: 1
}

#ctf .ctf_more:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1);
    text-decoration: none
}

#ctf .ctf-header {
    float: left;
    clear: both;
    margin: 0;
    padding: 5px 5px 15px;
    line-height: 1.2;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#ctf .ctf-header a {
    float: left;
    display: block
}

#ctf .ctf-header-img {
    float: left;
    position: relative;
    width: 48px;
    margin: 0 0 0 -100% !important;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

#ctf .ctf-header-img img {
    display: block;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

#ctf .ctf-author-avatar {
    clear: both;
    margin: 3px 6px 0 -53px
}

#ctf .ctf-author-name {
    margin-left: 6px
}

#ctf .ctf-author-box {
    margin-left: 53px
}

#ctf .ctf-header-generic-icon,
#ctf .ctf-header-img-hover {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: #1b95e0;
    background: rgba(27, 149, 224, .85);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    z-index: 999
}

#ctf .ctf-header-generic-icon .fa,
#ctf .ctf-header-generic-icon svg,
#ctf .ctf-header-img-hover .fa,
#ctf .ctf-header-img-hover svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -8px;
    font-size: 20px;
    z-index: 1000
}

#ctf .ctf-header-generic-icon svg,
#ctf .ctf-header-img-hover svg {
    margin-top: -10px;
    margin-left: -10px
}

#ctf .ctf-header-text {
    float: left;
    width: 100%;
    padding-top: 5px
}

#ctf .ctf-no-bio .ctf-header-text {
    padding-top: 13px
}

#ctf .ctf-header a {
    text-decoration: none
}

#ctf .ctf-header-text .ctf-header-user,
#ctf .ctf-header-text p {
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 60px !important;
    padding: 0 !important
}

#ctf .ctf-header-name {
    font-weight: 700;
    margin-right: 6px
}

#ctf .ctf-header-text .ctf-header-bio {
    padding: 0 !important;
    word-break: break-word
}

#ctf .ctf-header-text .ctf-verified {
    margin-right: 5px
}

#ctf .ctf-header .ctf-header-follow {
    display: inline-block;
    padding: 3px 6px;
    margin: 0 0 0 2px;
    position: relative;
    top: -2px;
    background: #1b95e0;
    color: #fff;
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: background .6s ease-in-out;
    -webkit-transition: background .6s ease-in-out;
    -o-transition: background .6s ease-in-out;
    transition: background .6s ease-in-out
}

#ctf .ctf-header .ctf-header-follow .fa,
#ctf .ctf-header .ctf-header-follow svg {
    margin-right: 3px;
    font-size: 12px
}

#ctf .ctf-header a:hover .ctf-header-follow {
    background: #0c7abf;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

#ctf .ctf-header-type-generic .ctf-header-img {
    color: #fff;
    width: 48px;
    height: 48px;
    position: relative
}

#ctf .ctf-header-type-generic .ctf-header-link:hover .ctf-header-generic-icon {
    background: #0c7abf
}

#ctf .ctf-header-type-generic .ctf-header-no-bio {
    padding-top: 9px !important;
    font-size: 16px;
    font-weight: 700
}

#ctf .ctf-header-type-generic .ctf-header-generic-icon {
    display: block;
    color: #fff;
    background: #1b95e0;
    -moz-transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

#ctf .ctf-header-type-generic:hover .ctf-header-generic-icon {
    display: block;
    opacity: 1
}

#ctf .ctf-header .ctf-header-user {
    font-size: 16px;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-break: break-word
}

#ctf .ctf-header .ctf-header-screenname,
#ctf .ctf-header p {
    font-size: 13px;
    line-height: 1.3
}

.ctf-screenreader {
    text-indent: -9999px !important;
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    text-align: left !important
}

#ctf .ctf-header-text.sbi-no-info .ctf-header-user {
    padding-top: 9px !important
}

#ctf .ctf-header-text.sbi-no-bio .ctf-header-counts {
    clear: both
}

#ctf .ctf-context {
    width: 100%;
    padding-left: 42px;
    margin-bottom: 2px
}

#ctf .ctf-with-logo .ctf-context {
    padding-right: 30px
}

#ctf .ctf-retweet-icon {
    display: inline-block;
    font-size: inherit;
    line-height: 1;
    margin: 0 5px 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#ctf.ctf-super-narrow .ctf-retweet-icon {
    margin: 0 5px 0 0
}

#ctf .ctf-reply-icon {
    display: inline-block;
    font-size: inherit;
    padding: 1px 3px 3px;
    line-height: 1;
    margin: 0 3px 0 0
}

#ctf .ctf-author-box {
    margin-left: 56px
}

#ctf .ctf-author-avatar {
    width: 48px;
    height: 48px;
    margin: 3px 6px 0 -56px;
    float: left;
    overflow: hidden;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#ctf .ctf-author-avatar img {
    margin: 0 !important;
    padding: 0
}

#ctf .ctf-author-name,
#ctf .ctf-author-screenname,
#ctf .ctf-tweet-meta,
#ctf .ctf-verified {
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block
}

#ctf .ctf-screename-sep {
    margin: 0 2px;
    display: inline-block
}

#ctf .ctf-author-name {
    font-weight: 700 !important;
    margin-top: 4px
}

#ctf .ctf-author-box-link {
    color: #000;
    text-decoration: none;
    display: inline;
    line-height: 1.5 !important
}

#ctf .ctf-quoted-verified,
#ctf .ctf-verified {
    color: #77c7f7;
    margin-left: 0
}

#ctf .ctf-quoted-verified {
    margin-right: 4px
}

#ctf .ctf-tweet-meta {
    display: inline-block
}

#ctf .ctf-replied-to-text a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit
}

#ctf p.ctf-media-link,
#ctf p.ctf-tweet-text {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.4
}

#ctf .ctf-tweet-actions,
#ctf .ctf-tweet-content {
    margin-left: 58px;
    margin-top: 3px;
    max-width: 100%
}

#ctf .ctf-corner-logo {
    display: inline-block;
    float: right;
    color: #1b95e0;
    font-size: 24px
}

#ctf.ctf-narrow .ctf-corner-logo {
    font-size: 20px
}

#ctf .ctf-hide-avatar .ctf-author-box,
#ctf .ctf-hide-avatar .ctf-author-name,
#ctf .ctf-hide-avatar .ctf-context,
#ctf .ctf-hide-avatar .ctf-quoted-tweet,
#ctf .ctf-hide-avatar .ctf-tweet-actions,
#ctf .ctf-hide-avatar .ctf-tweet-content,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-author-box,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-context,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-quoted-tweet,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-actions,
#ctf.ctf-narrow .ctf-hide-avatar .ctf-tweet-content,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-author-box,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-context,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-quoted-tweet,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-actions,
#ctf.ctf-super-narrow .ctf-hide-avatar .ctf-tweet-content {
    margin-left: 0
}

#ctf .ctf-hide-avatar .ctf-context {
    padding-left: 0
}

#ctf .ctf-header-img.ctf-no-consent,
#ctf .ctf-header-img.ctf-no-consent .ctf-header-img-hover {
    display: block;
    opacity: 1;
    height: 48px
}

#ctf .ctf-quoted-tweet {
    display: block;
    clear: both;
    margin: 7px 0 5px 58px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, .1);
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

#ctf .ctf-quoted-tweet:focus,
#ctf .ctf-quoted-tweet:hover {
    background: #eee;
    background: rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, .05);
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

#ctf .ctf-quoted-author-name {
    font-weight: 700;
    margin-right: 4px
}

#ctf .ctf-quoted-tweet p {
    margin: 2px 0
}

#ctf .ctf-tweet-actions a {
    padding: 2px 10px 2px 5px;
    float: left
}

#ctf .ctf-tweet-actions a.ctf-like,
#ctf .ctf-tweet-actions a.ctf-reply,
#ctf .ctf-tweet-actions a.ctf-retweet {
    color: #bbb;
    color: rgba(0, 0, 0, .35);
    text-decoration: none;
    border: none;
    -moz-transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

#ctf .ctf-tweet-actions a span.fa,
#ctf .ctf-tweet-actions a svg {
    width: 1.1em;
    height: 1.1em;
    font-size: 1.1em
}

#ctf .ctf-tweet-actions a span.fa.fa-retweet {
    width: 1.2em;
    height: 1.2em;
    font-size: 1.2em
}

#ctf .ctf-tweet-actions .ctf-reply {
    margin-left: -5px
}

#ctf .ctf-tweet-actions a:focus,
#ctf .ctf-tweet-actions a:hover {
    -moz-transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

#ctf .ctf-tweet-actions .ctf-reply:focus,
#ctf .ctf-tweet-actions .ctf-reply:hover {
    color: #e34f0e !important
}

#ctf .ctf-tweet-actions .ctf-retweet:focus,
#ctf .ctf-tweet-actions .ctf-retweet:hover {
    color: #19cf86 !important
}

#ctf .ctf-tweet-actions .ctf-like:focus,
#ctf .ctf-tweet-actions .ctf-like:hover {
    color: #e81c4f !important
}

#ctf .ctf-action-count {
    float: right;
    padding-left: 3px;
    font-size: .9em;
    margin-top: .25em;
    line-height: 1.2em
}

#ctf .ctf-twitterlink {
    margin-top: .3em;
    line-height: 1.2em;
    font-size: .8em
}

#ctf .ctf-quoted-tweet-text-media-wrap,
#ctf .ctf-tweet-text-media-wrap {
    margin-left: 5px;
    padding: 4px;
    display: inline-block;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, .15);
    color: inherit;
    text-decoration: none;
    line-height: 1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

#ctf .ctf-tweet-text-media-wrap:focus,
#ctf .ctf-tweet-text-media-wrap:hover {
    background: #eee;
    background: rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, .1);
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

.ctf-multi-media-icon .ctf-tweet-text-media,
.ctf-quoted-tweet-text .ctf-tweet-text-media {
    margin-left: 3px
}

#ctf #ctf-more {
    display: block;
    border: none;
    background: #eee;
    background: rgba(0, 0, 0, .05);
    width: 100%;
    min-height: 30px;
    padding: 5px 0;
    margin: 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

#ctf #ctf-more:hover {
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    -o-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

#ctf #ctf-more.ctf-loading span {
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#ctf #ctf-more.ctf-loading span {
    opacity: 0
}

#ctf .ctf-loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: unset;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    -webkit-animation: ctf-sk-scaleout 1s infinite ease-in-out;
    animation: ctf-sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes ctf-sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes ctf-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ctf-credit-link {
    width: 100%;
    clear: both;
    padding: 5px 0;
    margin-top: 5px;
    text-align: center;
    font-size: 12px
}

.ctf-credit-link .fa,
.ctf-credit-link svg {
    margin-right: 4px
}

#ctf svg {
    box-sizing: unset
}

#ctf svg:not(:root).svg-inline--fa,
#ctf_lightbox svg:not(:root).svg-inline--fa {
    box-sizing: unset;
    overflow: visible;
    width: 1em
}

#ctf .svg-inline--fa.fa-w-16 {
    width: 16px
}

#ctf .svg-inline--fa.fa-w-20 {
    width: 20px
}

#ctf .ctf-context .ctf-retweet-icon svg {
    width: 1.2em;
    height: 1.2em
}

#ctf .svg-inline--fa,
#ctf_lightbox .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

#ctf #ctf .ctf-photo-hover span.fa-arrows-alt,
#ctf .ctf-photo-hover svg.fa-arrows-alt {
    display: none
}

#ctf.ctf-styles .ctf-author-screenname,
#ctf.ctf-styles .ctf-context,
#ctf.ctf-styles .ctf-screename-sep,
#ctf.ctf-styles .ctf-tweet-meta {
    font-size: 12px
}

#ctf .ctf-error {
    width: 100%;
    text-align: center
}

#ctf .ctf-error code,
#ctf .ctf-error iframe,
#ctf .ctf-error p {
    padding: 0;
    margin: 0 2px
}

#ctf .ctf-error-user p {
    padding-bottom: 5px
}

#ctf .ctf-error-user {
    width: 100%
}

#ctf .ctf-error-admin {
    margin-top: 15px;
    display: inline-block
}

#ctf .ctf-error code {
    display: block;
    padding: 4px
}

.ctf_smash_error {
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.ctf_smash_error p {
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important
}

.ctf_smash_error span {
    font-size: 12px
}

#ctf .ctf-out-of-tweets {
    width: 100%
}

#ctf .ctf-out-of-tweets {
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    background: 0 0;
    background: 0 0;
    width: 100%;
    min-height: 30px;
    padding: 5px 0;
    margin: 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#ctf .ctf-out-of-tweets iframe,
#ctf .ctf-out-of-tweets p {
    margin: 0 2px;
    padding: 0
}

#ctf .ctf-out-of-tweets p {
    padding: 3px;
    display: none
}

#ctf.ctf-narrow .ctf-author-avatar,
#ctf.ctf-narrow .ctf-author-avatar img {
    width: 38px;
    height: 38px
}

#ctf.ctf-narrow .ctf-quoted-tweet,
#ctf.ctf-narrow .ctf-tweet-actions,
#ctf.ctf-narrow .ctf-tweet-content {
    margin-left: 48px
}

#ctf.ctf-narrow .ctf-context {
    margin-left: 49px
}

#ctf.ctf-narrow .ctf-author-box {
    margin-left: 46px
}

#ctf.ctf-narrow .ctf-author-avatar {
    margin-left: -46px
}

#ctf.ctf-narrow .ctf-tweet-content {
    padding: 3px 0 5px
}

#ctf.ctf-narrow .ctf-tweet-actions {
    float: left;
    clear: both
}

#ctf.ctf-super-narrow .ctf-context,
#ctf.ctf-super-narrow .ctf-quoted-tweet,
#ctf.ctf-super-narrow .ctf-tweet-actions,
#ctf.ctf-super-narrow .ctf-tweet-content {
    margin-left: 0
}

#ctf.ctf-super-narrow .ctf-author-box {
    min-height: 32px;
    margin-bottom: 2px
}

#ctf.ctf-super-narrow .ctf-author-avatar,
#ctf.ctf-super-narrow .ctf-author-avatar img {
    width: 32px;
    height: 32px
}

#ctf.ctf-super-narrow .ctf-author-box {
    margin-left: 38px;
    float: left;
    clear: both
}

#ctf.ctf-super-narrow .ctf-author-avatar {
    margin-left: -38px;
    margin-top: 0
}

#ctf.ctf-super-narrow .ctf-author-screenname,
#ctf.ctf-super-narrow .ctf-screename-sep {
    display: none
}

#ctf.ctf-super-narrow .ctf-context {
    padding-bottom: 5px
}

#ctf.ctf-super-narrow .ctf-author-name {
    display: inline-block
}

#ctf.ctf-super-narrow .ctf-tweet-content {
    float: left;
    clear: both
}

#ctf.ctf-super-narrow .ctf-credit-link {
    font-size: 10px
}

#ctf.ctf-super-narrow .ctf-header-bio {
    margin: 0 !important;
    padding-top: 5px
}

#ctf.ctf-super-narrow .ctf-header-user {
    min-height: 48px
}

#ctf.ctf-super-narrow .ctf-header-text {
    padding-top: 10px
}

#ctf.ctf-super-narrow .ctf-header-follow {
    margin-top: 5px
}

#ctf.ctf-super-narrow .ctf-more span {
    display: block;
    margin-top: 3px
}

@media all and (max-width:640px) {
    #ctf.ctf-width-resp {
        width: 100% !important
    }
}

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: left
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before {
    content: " ";
    display: table
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: right;
    width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 48%
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: right;
    width: 48%
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    float: right;
    width: 30.75%;
    margin-left: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
    margin-left: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-left: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
    float: left;
    height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
    content: " ";
    display: table
}

.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
    clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: right;
    margin: 0 0 2.992em 3.8%;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-right: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-left: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-left: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-left: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: right
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: left
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: left
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: right
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
    display: none
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
    clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: right
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: right
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: left;
    float: left
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 48%
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: left;
    height: auto
}

.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before {
    content: " ";
    display: table
}

.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
    clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: right;
    float: right
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: left
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
    padding-left: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    left: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e010";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password:after,
.woocommerce-page form .show-password-input.display-password:after {
    color: #585858
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: right;
    padding: 0 0 0 1em;
    float: right
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: left
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: right
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-left: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-left: auto
    }
}

.twentyfifteen .t15wc {
    padding-right: 7.6923%;
    padding-left: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-right: 0
}

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-left: 7.6923%;
        margin-right: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-right: 8.3333%;
        margin-left: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-left: 7.6923%;
    margin-right: 7.6923%
}

.twentysixteen .entry-summary {
    margin-left: 0;
    margin-right: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-left: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-left: 0;
        margin-right: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-left: 15%;
        margin-right: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-left: 0;
        margin-right: 0
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: left
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
    float: right
}

@charset "UTF-8";

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    left: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    right: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    right: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: right;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: right
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: right
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: right
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: left;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 2px 0 0
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-right: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: right;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 1em 0 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart:after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart:after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: right;
    margin: 0 0 0 4px
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-right: 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;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: right
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-left: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-left: 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 .button {
    vertical-align: middle;
    float: right
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-left: 1em;
    padding-right: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    right: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: " ";
    display: table
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: -.5em 0 0 -.5em
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-left: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-left: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: right;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-left: 2.618em
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    left: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-right: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: left;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.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,
.woocommerce #reviews #comments .add_review:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 100%;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    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
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 50px 0 0
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 50px 0 0
}

.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating:before {
    content: "sssss";
    color: #d3ced2;
    float: right;
    top: 0;
    right: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    right: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating:after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 0 0 4px;
    float: right
}

.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,
.woocommerce #review_form #respond:before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond:after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    right: 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;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a:before {
    content: "\e021"
}

.woocommerce p.stars:hover a:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a:before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}

.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 {
    font-style: italic;
    padding: 0;
    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 tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot 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 td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: right
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: right
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
    content: "↓";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: right;
    clear: both;
    margin-left: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.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: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-right: 1em;
    border-right: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: right;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 0 0 4px;
    clear: right
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-right: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    right: 0
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-left: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    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 .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    right: 50%;
    top: 0;
    margin-top: -4px;
    -webkit-transform: translateX(50%) rotate(-180deg);
    -ms-transform: translateX(50%) rotate(-180deg);
    transform: translateX(50%) rotate(-180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: #1e85be transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 0 0 8px;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.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: #6dc22e
}

.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.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: right;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px 0 0 .4375em;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
    content: " ";
    display: table
}

.woocommerce ul.order_details:after {
    clear: both
}

.woocommerce ul.order_details li {
    float: right;
    margin-left: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-left: 1px dashed #d3ced2;
    padding-left: 2em;
    margin-right: 0;
    padding-right: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-left-width: 2px;
    text-align: right;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-right: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e037";
    text-decoration: none;
    margin-right: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-right: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: right;
    padding: 0 1px 1px 1em;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-left: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: right
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: right;
    margin-right: .5em;
    margin-left: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.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: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.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 {
    right: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    left: -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
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li:after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
    content: " ";
    display: table
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    clear: both
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    right: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: left
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-right: 0 !important;
    margin-right: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message:before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info:before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error:before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce:after {
    clear: both
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title:after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: right
}

.woocommerce-account .addresses .title .edit {
    float: left
}

.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-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-right: 0;
    padding-right: 0
}

.woocommerce-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: left
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: right;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 0 0 4px;
    outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-right: 0;
    border-left: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: right;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: right
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: right
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: right;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: right;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: right;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 0 0 1em
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px .5em 0 0;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-right: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 0 0 1em;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: left .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(//www.ayen.app/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    right: 0;
    margin: -1em 2em 0 0
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: left;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    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
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.woocommerce form .form-row .required {
    visibility: hidden
}

/*!Copyright (c) mharty.com*/
@font-face {
    font-family: mhicons;
    src: url(../fonts/mhicons.eot);
    src: url(../fonts/mhicons.eot) format("embedded-opentype"), url(../fonts/mhicons.woff) format("woff"), url(../fonts/mhicons.ttf) format("truetype"), url(../fonts/mhicons.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

blockquote {
    margin: 20px 0 30px;
    border-right: 5px solid;
    padding-right: 20px
}

:focus {
    outline: 0
}

input::-moz-focus-inner {
    border: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%
}

.comment-content table,
.entry-content table {
    font-size: 14px;
    line-height: 1.28571;
    margin-bottom: 24px
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
    display: block
}

body {
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.page-template-page-template-blank-php #page-container {
    padding-top: 0 !important
}

body.mh_cover_background {
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed
}

a {
    text-decoration: none;
    color: #4fd4ff
}

a:hover {
    text-decoration: none
}

.clear {
    clear: both
}

.ui-tabs-hide {
    display: none
}

br.clear {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    padding-bottom: 10px;
    line-height: 1.4em;
    font-weight: 500
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-family: inherit
}

h1 {
    font-size: 26px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

p {
    padding-bottom: 1em;
    line-height: 1.7em
}

p:last-of-type {
    padding-bottom: 0
}

strong {
    font-weight: 700
}

cite,
em,
i {
    font-style: italic
}

code,
pre {
    font-family: Courier New, monospace;
    margin-bottom: 10px;
    text-align: left;
    direction: ltr;
    max-width: 100%;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word
}

ins {
    text-decoration: none
}

sub,
sup {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: .8em
}

sub {
    top: .3em
}

dl {
    margin: 0 0 1.5em
}

dl dt {
    font-weight: 700
}

dd {
    margin-left: 1.5em
}

blockquote p {
    padding-bottom: 0
}

input {
    -webkit-appearance: none
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}

.search-field,
input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    padding: 2px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff
}

.search-field:focus,
input.text:focus,
input.title:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #2d3940;
    color: #3e3e3e
}

.search-field textarea,
input.text,
input.title,
input[type=text],
select {
    margin: 0
}

textarea {
    padding: 4px
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

.main-content li>ol,
.main-content li>ul {
    margin: 0 20px 0 0
}

img {
    max-width: 100%;
    height: auto
}

#ie8 img {
    width: auto
}

embed,
iframe,
object,
video {
    max-width: 100%
}

.mhc_section_video_bg embed,
.mhc_section_video_bg iframe,
.mhc_section_video_bg object,
.mhc_section_video_bg video {
    max-width: none
}

.mhc_section_video_bg .mejs-video {
    left: 50%;
    position: absolute
}

.bypostauthor,
.sticky {
    font-size: inherit
}

.container {
    text-align: right;
    margin: 0 auto;
    width: 1080px;
    position: relative
}

.mhc-icon {
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mhc-menu-icon:before {
    font-family: mhicons;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal
}

.mhc-icon.mhicons {
    font-family: mhicons
}

.mhc-icon.steadysets {
    font-family: Steadysets
}

.mhc-icon.awesome {
    font-family: FontAwesome
}

.mhc-icon.lineicons {
    font-family: Linecons
}

.mhc-icon.etline {
    font-family: ETlineicons
}

.mhc-icon.icomoon {
    font-family: IcoMoon
}

.mhc-icon.linearicons {
    font-family: Linearicons
}

.mh_overlay.mhc_data_icon:before,
.mhc_data_icon:before {
    content: attr(data-icon) !important
}

.author-social-icons a i:before,
.comment-edit-link:before,
.icon-icon_heart:before,
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after,
.mh-icon-after:after,
.mh-icon-before:before,
.mh-social-icon a:before,
.mh_audio_container .mejs-playpause-button button:before,
.mh_audio_container .mejs-volume-button button:before,
.mh_overlay:before,
.mh_quick_item_social i,
.mhc-arrow-next:before,
.mhc-arrow-prev:before,
.mhc_font_icon:before,
.mhc_pricing_neon .mhc_pricing li:before,
.mhc_scroll_top:before,
.mhc_social_icon a.icon:before,
.mhc_testimonial:before,
.mhc_testimonials_slide_icon:before,
.mhc_toggle_title:before,
.mhc_video_play:before,
.post-edit-link:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before,
.wpcf7 form .wpcf7-response-output:before,
[class*=" icon-mhicons"],
[class^=icon-mhicons],
span.mh_share_float_slide:before {
    font-family: mhicons;
    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
}

.slick-next:before,
.slick-prev:before {
    font-family: mhicons !important
}

.mh-full-search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .7);
    -webkit-animation: fadeIn 1s 1 cubic-bezier(.42, 0, .58, 1);
    -moz-animation: fadeIn 1s 1 cubic-bezier(.42, 0, .58, 1);
    -o-animation: fadeIn 1s 1 cubic-bezier(.42, 0, .58, 1);
    animation: fadeIn 1s 1 cubic-bezier(.42, 0, .58, 1)
}

.mh-full-search-overlay.show {
    display: table
}

.mh-full-search-overlay .form-search {
    padding-bottom: 32px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center
}

.mh-full-search-overlay .form-search:before {
    display: none
}

.mh-full-search-overlay .form-search h4 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
    display: block;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.mh-full-search-overlay .form-search .search-input {
    border: 0;
    padding: 0;
    height: auto;
    font-size: 5em;
    color: #272727;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    padding: .5em;
    box-sizing: border-box;
    text-align: center
}

@media(max-width:767px) {
    .mh-full-search-overlay .form-search {
        font-size: 8px;
        font-size: .8rem
    }
}

@media(max-width:480px) {
    .mh-full-search-overlay .form-search {
        font-size: 6px;
        font-size: .6rem
    }
}

.mh-full-search-overlay-inner {
    display: table-cell;
    vertical-align: middle
}

.mh_hide_menu.mh_header_style_centered #mh_top_search {
    vertical-align: middle
}

body.mh_rounded_corners #bbps-topic-assign input[type=submit],
body.mh_rounded_corners #bbps-topic-status input[type=submit],
body.mh_rounded_corners #bbps_support_forum_move input[type=submit],
body.mh_rounded_corners #cancel-comment-reply-link,
body.mh_rounded_corners #footer-widgets .footer-widget li:before,
body.mh_rounded_corners #mh-secondary-nav>li.mhc-menu-highlight,
body.mh_rounded_corners #top-menu-nav li.mega-menu li.mhc-menu-highlight a,
body.mh_rounded_corners .app-menu li.mhc-menu-highlight a,
body.mh_rounded_corners .bbp-submit-wrapper button.button,
body.mh_rounded_corners .bbp-topic-tags a,
body.mh_rounded_corners .comment-reply-link,
body.mh_rounded_corners .footer-widget h4.title,
body.mh_rounded_corners .form-submit input,
body.mh_rounded_corners .mailpoet_submit,
body.mh_rounded_corners .mh-cart-count,
body.mh_rounded_corners .mh-social-icon,
body.mh_rounded_corners .mh-social-icon a,
body.mh_rounded_corners .mh-tags .tag-links a,
body.mh_rounded_corners .mh_adjust_corners,
body.mh_rounded_corners .mh_share li,
body.mh_rounded_corners .mhc_contact_reset,
body.mh_rounded_corners .mhc_contact_submit,
body.mh_rounded_corners .mhc_newsletter_button,
body.mh_rounded_corners .mhc_pricing_default .mhc_pricing li:before,
body.mh_rounded_corners .mhc_pricing_menus_item_highlight,
body.mh_rounded_corners .mhc_pricing_table_button,
body.mh_rounded_corners .mhc_promo_button,
body.mh_rounded_corners .single_add_to_cart_button .button,
body.mh_rounded_corners .tagcloud a,
body.mh_rounded_corners .texton-btn,
body.mh_rounded_corners .widgettitle,
body.mh_rounded_corners .wpcf7-form input[type=submit],
body.mh_rounded_corners .wysija-submit,
body.mh_rounded_corners a.mhc_more_button,
body.mh_rounded_corners ul.mhc_social_media_follow li.has_follow_button a,
body.mh_rounded_corners.mh_no_header_padding #top-menu>li {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

body.mh_rounded_corners .mh_password_protected_form .mh_submit_button {
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important
}

body.mh_rounded_corners .widget_search #s {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

body.mh_rounded_corners .widget_search #searchsubmit {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

body.mh_rounded_corners .mhc_contact p input,
body.mh_rounded_corners .mhc_contact p textarea,
body.mh_rounded_corners .wpcf7-form p input[type=date],
body.mh_rounded_corners .wpcf7-form p input[type=email],
body.mh_rounded_corners .wpcf7-form p input[type=number],
body.mh_rounded_corners .wpcf7-form p input[type=tel],
body.mh_rounded_corners .wpcf7-form p input[type=text],
body.mh_rounded_corners .wpcf7-form p input[type=url],
body.mh_rounded_corners .wpcf7-form select,
body.mh_rounded_corners .wpcf7-form textarea {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

body.mh_rounded_corners #bbpress-forums .bbp-form input[type=text],
body.mh_rounded_corners #bbpress-forums .hentry div.bbp-reply-content,
body.mh_rounded_corners #bbpress-forums .hentry div.bbp-topic-content,
body.mh_rounded_corners .mh_list_posts img,
body.mh_rounded_corners .mh_quick_form .mh_quick_form_inner,
body.mh_rounded_corners .mhc_newsletter_form p input,
body.mh_rounded_corners .mhc_pricing_neon,
body.mh_rounded_corners .mhc_pricing_table,
body.mh_rounded_corners .nav li a em,
body.mh_rounded_corners .quicktags-toolbar,
body.mh_rounded_corners .wp-editor-area,
body.mh_rounded_corners form#new-post {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

body.mh_rounded_corners .comment_avatar img,
body.mh_rounded_corners ul.mhc_side_nav .side_nav_item a {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

body.mh_rounded_corners .mhc_controllers_corners .dot:before,
body.mh_rounded_corners .mhc_controllers_corners .mhc-controllers a {
    -webkit-border-radius: 1px;
    border-radius: 1px
}

body.mh_capsule_corners #bbps-topic-assign input[type=submit],
body.mh_capsule_corners #bbps-topic-status input[type=submit],
body.mh_capsule_corners #bbps_support_forum_move input[type=submit],
body.mh_capsule_corners #cancel-comment-reply-link,
body.mh_capsule_corners #footer-widgets .footer-widget li:before,
body.mh_capsule_corners #mh-secondary-nav>li.mhc-menu-highlight,
body.mh_capsule_corners #top-menu-nav li.mega-menu li.mhc-menu-highlight a,
body.mh_capsule_corners .app-menu li.mhc-menu-highlight a,
body.mh_capsule_corners .bbp-submit-wrapper button.button,
body.mh_capsule_corners .bbp-topic-tags a,
body.mh_capsule_corners .comment-reply-link,
body.mh_capsule_corners .footer-widget h4.title,
body.mh_capsule_corners .form-submit input,
body.mh_capsule_corners .mailpoet_submit,
body.mh_capsule_corners .mh-cart-count,
body.mh_capsule_corners .mh-social-icon,
body.mh_capsule_corners .mh-social-icon a,
body.mh_capsule_corners .mh-tags .tag-links a,
body.mh_capsule_corners .mh_adjust_corners,
body.mh_capsule_corners .mh_share li,
body.mh_capsule_corners .mhc_contact_reset,
body.mh_capsule_corners .mhc_contact_submit,
body.mh_capsule_corners .mhc_newsletter_button,
body.mh_capsule_corners .mhc_pricing_default .mhc_pricing li:before,
body.mh_capsule_corners .mhc_pricing_menus_item_highlight,
body.mh_capsule_corners .mhc_pricing_table_button,
body.mh_capsule_corners .mhc_promo_button,
body.mh_capsule_corners .single_add_to_cart_button .button,
body.mh_capsule_corners .tagcloud a,
body.mh_capsule_corners .texton-btn,
body.mh_capsule_corners .widgettitle,
body.mh_capsule_corners .wpcf7-form input[type=submit],
body.mh_capsule_corners .wysija-submit,
body.mh_capsule_corners a.mhc_more_button,
body.mh_capsule_corners ul.mhc_social_media_follow li.has_follow_button a,
body.mh_capsule_corners.mh_no_header_padding #top-menu>li {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

body.mh_capsule_corners .mh_password_protected_form .mh_submit_button {
    -webkit-border-radius: 100px !important;
    border-radius: 100px !important
}

body.mh_capsule_corners .widget_search #s {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

body.mh_capsule_corners .widget_search #searchsubmit {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

body.mh_capsule_corners .mhc_contact p input,
body.mh_capsule_corners .mhc_contact p textarea,
body.mh_capsule_corners .wpcf7-form p input[type=date],
body.mh_capsule_corners .wpcf7-form p input[type=email],
body.mh_capsule_corners .wpcf7-form p input[type=number],
body.mh_capsule_corners .wpcf7-form p input[type=tel],
body.mh_capsule_corners .wpcf7-form p input[type=text],
body.mh_capsule_corners .wpcf7-form p input[type=url],
body.mh_capsule_corners .wpcf7-form select,
body.mh_capsule_corners .wpcf7-form textarea {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

body.mh_capsule_corners #bbpress-forums .bbp-form input[type=text],
body.mh_capsule_corners #bbpress-forums .hentry div.bbp-reply-content,
body.mh_capsule_corners #bbpress-forums .hentry div.bbp-topic-content,
body.mh_capsule_corners .mh_list_posts img,
body.mh_capsule_corners .mh_quick_form .mh_quick_form_inner,
body.mh_capsule_corners .mhc_newsletter_form p input,
body.mh_capsule_corners .mhc_pricing_neon,
body.mh_capsule_corners .mhc_pricing_table,
body.mh_capsule_corners .nav li a em,
body.mh_capsule_corners .quicktags-toolbar,
body.mh_capsule_corners .wp-editor-area,
body.mh_capsule_corners form#new-post {
    -webkit-border-radius: 2px;
    border-radius: 2px
}

body.mh_capsule_corners .comment_avatar img,
body.mh_capsule_corners ul.mhc_side_nav .side_nav_item a {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

body.mh_capsule_corners .mhc_controllers_corners .dot:before,
body.mh_capsule_corners .mhc_controllers_corners .mhc-controllers a {
    -webkit-border-radius: 7px;
    border-radius: 7px
}

#top-header #mh-secondary-nav,
#top-header .mh-info-custom-text,
#top-header .mh-info-date,
#top-header .mh-info-email-url,
#top-header .mh-info-phone,
#top-header .mh-social-icons,
#top-header .mh_cart_wrapper,
.mh-app-nav #mh-secondary-nav,
.mh-app-nav .mh-info-custom-text,
.mh-app-nav .mh-info-date,
.mh-app-nav .mh-info-email-url,
.mh-app-nav .mh-info-phone,
.mh-app-nav .mh-social-icons,
.mh-app-nav .mh_cart_wrapper {
    padding-top: 9px;
    padding-bottom: 6px
}

#mh_top_search,
.mh_cart_wrapper,
.mobile-menu-trigger-icon {
    display: inline-block;
    margin-right: 8px
}

.header-container {
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 110
}

#main-header .header-name {
    display: inline-block;
    font-weight: 700;
    padding: 0 0 0 5px
}

#main-header .header-tagline {
    display: inline-block;
    color: inherit
}

#main-header {
    line-height: 20px;
    font-weight: 500;
    top: 0;
    background-color: transparent;
    width: 100%;
    min-height: 40px;
    position: relative;
    z-index: 998
}

#top-menu>li>a,
.fullwidth-menu>li>a {
    font-size: 14px
}

#top-menu li li a,
.fullwidth-menu li li a {
    font-size: 14px
}

#top-menu>li,
#top-menu>li>a,
.fullwidth-menu>li,
.fullwidth-menu>li>a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#main-header {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#main-header #logo,
#main-header #mh_top_search,
#main-header #top-menu .menu-item-has-children>a:first-child:after,
#main-header #top-menu>li,
#main-header #top-menu>li>a,
#main-header #top-menu>li>a .mhc-menu-item-link-head,
#main-header .fullwidth-menu>li>a .mhc-menu-item-link-head,
#main-header .mh_cart_wrapper,
#main-header .mh_cart_wrapper .mh-cart-info,
#main-header .mh_logo,
#main-header .mobile-menu-trigger-icon {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#logo {
    max-height: 40px
}

#mh-top-navigation .mh_cart_wrapper,
#mh_top_search,
#top-menu>li>a,
.fullwidth-menu>li>a,
.mh-top-navigation-icons>.mobile-menu-trigger-icon,
.mh_logo {
    line-height: 80px
}

#top-menu>li>a .mhc-menu-item-link-head,
.fullwidth-menu>li>a .mhc-menu-item-link-head {
    line-height: 83px
}

.mh_logo {
    height: 80px
}

.mh_logo img {
    vertical-align: middle;
    padding: 20px 0
}

#mh-top-navigation {
    float: left
}

.nav li {
    position: relative
}

.nav li ul {
    position: absolute;
    z-index: 9999;
    background: #fff;
    right: -30px;
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, .25), 0 15px 30px -15px rgba(0, 0, 0, .3), 0 -9px 30px -5px rgba(0, 0, 0, .025);
    -moz-box-shadow: 0 25px 50px -10px rgba(0, 0, 0, .25), 0 15px 30px -15px rgba(0, 0, 0, .3), 0 -9px 30px -5px rgba(0, 0, 0, .025);
    -webkit-box-shadow: 0 25px 50px -10px rgba(0, 0, 0, .25), 0 15px 30px -15px rgba(0, 0, 0, .3), 0 -9px 30px -5px rgba(0, 0, 0, .025);
    opacity: 0;
    visibility: hidden;
    text-align: right
}

.mhc_fullwidth_menu .mh-app-nav {
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, .25), 0 15px 30px -15px rgba(0, 0, 0, .3), 0 -9px 30px -5px rgba(0, 0, 0, .025);
    -moz-box-shadow: 0 25px 50px -10px rgba(0, 0, 0, .25), 0 15px 30px -15px rgba(0, 0, 0, .3), 0 -9px 30px -5px rgba(0, 0, 0, .025);
    -webkit-box-shadow: 0 25px 50px -10px rgba(0, 0, 0, .25), 0 15px 30px -15px rgba(0, 0, 0, .3), 0 -9px 30px -5px rgba(0, 0, 0, .025)
}

.nav li li {
    padding: 0;
    margin: 0;
    width: 100%
}

.nav li li ul {
    z-index: 1000;
    top: -21px;
    right: 160px;
    width: 180px
}

.nav li.mh-reverse-direction-nav li ul {
    right: auto;
    left: 180px
}

#top-menu li.mega-menu>ul,
.fullwidth-menu-nav li.mega-menu>ul,
.nav li ul {
    top: 100%
}

.nav li.mega-menu.mh-hover>ul ul,
.nav li.mega-menu:hover>ul ul {
    visibility: visible;
    opacity: 1
}

.nav li:hover {
    visibility: inherit
}

.nav li li a {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav ul li a:hover {
    color: #111
}

#mh-secondary-nav ul li a:hover>*,
.nav ul li a:hover>* {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.menu li a em,
.nav li a em {
    color: #fff;
    line-height: 1.3;
    font-size: 10px;
    padding: 0 3px
}

#mh-secondary-nav ul li a:hover,
.nav ul li a:hover {
    opacity: 1
}

#mh-secondary-nav .sub-menu:hover a:not(:hover),
.nav .sub-menu:hover a:not(:hover) {
    opacity: .8
}

.mh-top-navigation-icons {
    float: right
}

#top-menu a,
.fullwidth-menu a {
    color: #666;
    text-decoration: none;
    display: block;
    display: flex;
    position: relative
}

#top-menu .menu-item,
.fullwidth-menu .menu-item {
    color: #666
}

#top-menu .menu-item:hover,
#top-menu a:hover,
.fullwidth-menu .menu-item:hover,
.fullwidth-menu a:hover {
    color: #333
}

#top-menu li.current-menu-item>a,
.fullwidth-menu li.current-menu-item>a {
    font-weight: 500
}

#mh-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after,
.app-menu .menu-item-has-children>a:first-child:after,
.fullwidth-menu .menu-item-has-children>a:first-child:after {
    font-family: mhicons;
    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
}

#top-menu .menu-item-has-children>a:first-child:after,
.fullwidth-menu .menu-item-has-children>a:first-child:after {
    line-height: 80px
}

#top-menu>li,
.fullwidth-menu>li {
    padding: 0 15px
}

#top-menu>li:last-child,
.fullwidth-menu>li:last-child {
    padding-left: 0
}

#top-menu .menu-item-has-children>a,
.fullwidth-menu .menu-item-has-children>a {
    padding-left: 11px
}

#top-menu li li.menu-item-has-children>a:first-child:after,
.fullwidth-menu li li.menu-item-has-children>a:first-child:after {
    left: 20px
}

#top-menu>li,
.fullwidth-menu>li {
    float: right
}

#mh-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after,
.fullwidth-menu .menu-item-has-children>a:first-child:after {
    content: "\e6ce";
    font-size: 12px;
    position: absolute;
    left: -3px;
    top: 1px
}

#mh-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children .menu-item-has-children>a:first-child:after,
.fullwidth-menu .menu-item-has-children .menu-item-has-children>a:first-child:after {
    content: "\e6cd";
    left: 6px;
    top: 6px;
    line-height: inherit
}

body.chrome #footer-info,
body.chrome #footer-info a,
body.chrome #mh-secondary-nav li,
body.chrome .bottom-nav a,
body.chrome .bottom-nav li {
    white-space: nowrap
}

body.chrome .mh-cart-icon {
    display: inline-table
}

p.demo_store {
    bottom: 0 !important;
    top: auto !important;
    z-index: 100000
}

.fullwidth-menu-nav li.mega-menu,
.mh_horizontal_nav #top-menu li.mega-menu {
    position: static
}

#top-menu li.mega-menu>ul,
.fullwidth-menu-nav li.mega-menu>ul {
    width: 100% !important;
    left: 0 !important;
    right: 0;
    box-sizing: border-box
}

body.mh_w7_9_5 #top-menu li.mega-menu>ul,
body.mh_w7_9_5 .fullwidth-menu-nav li.mega-menu>ul {
    width: 795px !important
}

#top-menu li.mega-menu ul li,
.fullwidth-menu-nav li.mega-menu ul li {
    margin: 0;
    float: right !important;
    display: block !important;
    padding: 0 !important;
    width: 100%
}

#top-menu li.mega-menu li>ul,
.fullwidth-menu-nav li.mega-menu li>ul {
    padding: 0;
    border: none;
    right: auto;
    left: auto;
    top: auto;
    position: relative
}

#top-menu li.no-mega-menu>ul.sub-menu,
.fullwidth-menu li.no-mega-menu>ul.sub-menu {
    width: 240px
}

#top-menu li.mega-menu>ul.sub-menu>li.mega-col-1,
.fullwidth-menu li.mega-menu>ul.sub-menu>li.mega-col-1 {
    width: 100%
}

#top-menu li.mega-menu>ul.sub-menu>li.mega-col-2,
.fullwidth-menu li.mega-menu>ul.sub-menu>li.mega-col-2 {
    width: 49.5%
}

#top-menu li.mega-menu>ul.sub-menu>li.mega-col-3,
.fullwidth-menu li.mega-menu>ul.sub-menu>li.mega-col-3 {
    width: 33.25%
}

#top-menu li.mega-menu>ul.sub-menu>li.mega-col-4,
.fullwidth-menu li.mega-menu>ul.sub-menu>li.mega-col-4 {
    width: 24.9%
}

#top-menu li.mega-menu>ul.sub-menu>li.mega-col-5,
.fullwidth-menu li.mega-menu>ul.sub-menu>li.mega-col-5 {
    width: 19.8%
}

#top-menu li.mega-menu>ul.sub-menu>li.mega-col-6,
.fullwidth-menu li.mega-menu>ul.sub-menu>li.mega-col-6 {
    width: 16.5%
}

#top-menu li.mega-menu>ul.sub-menu>li>ul.sub-menu,
.fullwidth-menu li.mega-menu>ul.sub-menu>li>ul.sub-menu {
    width: 90% !important
}

#top-menu li.mega-menu>ul.sub-menu>li>ul.sub-menu a,
.fullwidth-menu li.mega-menu>ul.sub-menu>li>ul.sub-menu a {
    padding-right: 0
}

#top-menu li>ul.sub-menu a,
.fullwidth-menu li>ul.sub-menu a {
    padding: 8px 20px 0
}

#top-menu li.no-mega-menu>ul.sub-menu li:first-child a,
.fullwidth-menu li.no-mega-menu>ul.sub-menu li:first-child a {
    padding-top: 20px
}

#top-menu li.no-mega-menu>ul.sub-menu li:last-child a,
.fullwidth-menu li.no-mega-menu>ul.sub-menu li:last-child a {
    padding-bottom: 20px
}

#top-menu>li.mhc-menu-highlight,
.fullwidth-menu>li.mhc-menu-highlight {
    background-color: #4fd4ff
}

#top-menu>li.mhc-menu-highlight>a,
.fullwidth-menu>li.mhc-menu-highlight>a {
    color: #fff
}

#top-menu>li.mhc-menu-highlight:last-child,
.fullwidth-menu>li.mhc-menu-highlight:last-child {
    padding-left: 15px
}

#top-menu li>.sub-menu li.mhc-menu-highlight.menu-item-has-children>a:after,
.fullwidth-menu li>.sub-menu li.mhc-menu-highlight.menu-item-has-children>a:after {
    top: 13px
}

#top-menu li>.sub-menu li.mhc-menu-highlight>a,
.fullwidth-menu li>.sub-menu li.mhc-menu-highlight>a {
    background-color: #4fd4ff;
    color: #fff;
    padding: 14px;
    margin: 5px 0 0
}

#top-menu li>.sub-menu li.mhc-menu-highlight:first-child a,
.fullwidth-menu li>.sub-menu li.mhc-menu-highlight:first-child a {
    padding-bottom: 14px
}

#top-menu li>.sub-menu li.mhc-menu-highlight:last-child a,
.fullwidth-menu li>.sub-menu li.mhc-menu-highlight:last-child a {
    padding-top: 14px
}

#top-menu li.no-mega-menu>.sub-menu li.mhc-menu-highlight:first-child a,
.fullwidth-menu li.no-mega-menu>.sub-menu li.mhc-menu-highlight:first-child a {
    margin: 0 0 5px
}

#top-menu li.no-mega-menu>.sub-menu li.mhc-menu-highlight:last-child a,
.fullwidth-menu li.no-mega-menu>.sub-menu li.mhc-menu-highlight:last-child a {
    margin: 5px 0 0
}

#top-menu li.no-mega-menu>.sub-menu li.mhc-menu-highlight:only-child a,
.fullwidth-menu li.no-mega-menu>.sub-menu li.mhc-menu-highlight:only-child a {
    margin: 0
}

#top-menu li>.sub-menu li.menu-item-has-children:first-child a:after,
#top-menu li>.sub-menu li.menu-item-has-children:last-child a:after,
.fullwidth-menu li>.sub-menu li.menu-item-has-children:first-child a:after,
.fullwidth-menu li>.sub-menu li.menu-item-has-children:last-child a:after {
    top: 20px
}

#top-menu li.mega-menu>ul.sub-menu,
.fullwidth-menu li.mega-menu>ul.sub-menu {
    padding: 20px
}

.fullwidth-menu-nav ul {
    list-style: none !important;
    line-height: inherit !important;
    padding: 0
}

.fullwidth-menu-nav ul h3 {
    color: inherit !important
}

#mh-secondary-nav .megamenu-title,
#top-menu .megamenu-title,
.app-menu .megamenu-title,
.fullwidth-menu-nav .megamenu-title {
    padding: 0 5px 5px;
    padding-top: 0 !important;
    cursor: default
}

#mh-secondary-nav .megamenu-title:after,
#top-menu .megamenu-title:after,
.app-menu .megamenu-title:after,
.fullwidth-menu-nav .megamenu-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    padding-top: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, .1);
    float: right
}

#mh-secondary-nav .megamenu-title h3,
#top-menu .megamenu-title h3,
.app-menu .megamenu-title h3,
.fullwidth-menu-nav .megamenu-title h3 {
    font-weight: 700 !important
}

#top-menu li.mega-menu>ul>li>a:first-child:hover,
.fullwidth-menu-nav li.mega-menu>ul>li>a:first-child:hover {
    background-color: transparent !important
}

#top-menu li.mega-menu li>a,
.fullwidth-menu-nav li.mega-menu li>a {
    width: 100%;
    box-sizing: border-box
}

#top-menu li.mega-menu>ul>li,
.fullwidth-menu-nav li.mega-menu>ul>li,
.nav li>ul>li {
    box-sizing: border-box;
    line-height: 1.8
}

#mh-secondary-nav li.mega-menu .menu-item-has-children>a:first-child:after,
#top-menu li.mega-menu .menu-item-has-children>a:first-child:after,
.app-menu li.mega-menu .menu-item-has-children>a:first-child:after,
.fullwidth-menu li.mega-menu .menu-item-has-children>a:first-child:after {
    display: none
}

.megamenu-widgets-container {
    text-align: right;
    padding: 10px;
    line-height: 22px
}

.megamenu-widgets-container a {
    padding: 0 !important
}

.megamenu-widgets-container ul {
    list-style: none;
    margin: 0;
    background: 0 0 !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden;
    padding: 0 !important
}

.megamenu-widgets-container ul li {
    padding: 0 !important
}

.megamenu-widgets-container .mhc_widget {
    margin: 0 0 15px;
    overflow: visible;
    display: block;
    max-width: 100%
}

.megamenu-widgets-container .mhc_widget h4 {
    display: block
}

.mhc_fullwidth_menu .fullwidth-menu-nav,
.mhc_fullwidth_menu .fullwidth-menu-nav>ul {
    float: none;
    padding: 0
}

.mhc_fullwidth_menu .fullwidth-menu-nav>ul.upwards li ul {
    bottom: 100%;
    top: initial;
    border-top: none;
    -moz-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
    box-shadow: 2px -2px 5px rgba(0, 0, 0, .1)
}

.mhc_fullwidth_menu .fullwidth-menu-nav>ul.upwards li ul li ul {
    bottom: -23px
}

.mhc_fullwidth_menu .fullwidth-menu-nav>ul.upwards li.mega-menu ul ul {
    bottom: 0;
    top: initial;
    border: none
}

.mhc_fullwidth_menu .fullwidth-menu-nav>ul.upwards li.mega-menu>ul {
    bottom: 80px
}

.fullwidth-menu ul.upwards .menu-item-has-children>a:first-child:after,
.mhc_fullwidth_menu ul.upwards .menu-item-has-children>a:first-child:after {
    content: "\e6cf"
}

.mhc-menu-item-link-head {
    font-size: inherit;
    padding: 0;
    line-height: inherit;
    color: inherit
}

.mhc-menu-icon {
    padding-left: 5px;
    font-size: 18px;
    float: right;
    max-height: 48px;
    max-width: 48px
}

#top-header .mhc-menu-icon {
    padding-left: 3px;
    vertical-align: middle;
    margin: auto 0
}

.mhc-menu-item-link-content {
    overflow: hidden;
    width: auto;
    margin: auto 0
}

.mhc-menu-desc {
    opacity: .7;
    font-size: 12px;
    line-height: 26px
}

.mhc-menu-image {
    max-height: 32px;
    max-width: 32px;
    padding-left: 10px;
    vertical-align: bottom;
    float: right;
    margin: 0
}

.mhc-menu-image img {
    display: block
}

.mhc-menu-image svg {
    height: 32px;
    width: 32px;
    display: block
}

.mhc-menu-item-link-has-img .mhc-menu-item-link-content img {
    display: block
}

#top-menu>li>a .mhc-menu-image,
.fullwidth-menu>li>a .mhc-menu-image {
    margin: auto 0
}

#mh-footer-nav .mhc-menu-desc,
#mh-footer-nav .mhc-menu-item-link-content img,
#mh-secondary-nav>li>a .mhc-menu-desc,
#mh-secondary-nav>li>a .mhc-menu-item-link-content img,
#top-menu>li>a .mhc-menu-desc,
#top-menu>li>a .mhc-menu-item-link-content img,
.app-menu>li>a .mhc-menu-desc,
.app-menu>li>a .mhc-menu-item-link-content img,
.fullwidth-menu>li>a .mhc-menu-desc,
.fullwidth-menu>li>a .mhc-menu-item-link-content img {
    display: none
}

.mh-cart-icon,
.mh_search_icon {
    font-size: 20px
}

#logo {
    max-height: 40px
}

#top-menu,
.fullwidth-menu,
nav#top-menu-nav {
    display: none
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: rgba(0, 0, 0, .4)
}

.hamburger-box {
    width: 28px;
    height: 16.2px;
    display: inline-block;
    position: relative;
    margin-top: 2px
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 28px;
    height: 2px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -7.1px
}

.hamburger-inner:after {
    bottom: -7.1px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -14.2px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -7.1px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

body.mh_subnav_animation_fadebottom #mh-secondary-nav li.mega-menu:hover>ul,
body.mh_subnav_animation_fadebottom #mh-secondary-nav li.no-mega-menu:hover>ul,
body.mh_subnav_animation_fadebottom #mh-secondary-nav li.no-mega-menu>ul li:hover>ul,
body.mh_subnav_animation_fadebottom .mh-cart-container.mh-hover,
body.mh_subnav_animation_fadebottom .nav li.mh-hover>ul,
body.mh_subnav_animation_fadebottom .nav li.no-mega-menu:hover>ul,
body.mh_subnav_animation_fadebottom.mh-app-nav-active .mh-app-nav-opened.mh_app_nav_sub {
    -webkit-animation: slide-in-fwd-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-fwd-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    visibility: visible;
    opacity: 1
}

body.mh_subnav_animation_expand #mh-secondary-nav li.mega-menu:hover>ul,
body.mh_subnav_animation_expand #mh-secondary-nav li.no-mega-menu:hover>ul,
body.mh_subnav_animation_expand #mh-secondary-nav li.no-mega-menu>ul li:hover>ul,
body.mh_subnav_animation_expand .mh-cart-container.mh-hover,
body.mh_subnav_animation_expand .nav li.mh-hover>ul,
body.mh_subnav_animation_expand .nav li.no-mega-menu:hover>ul,
body.mh_subnav_animation_expand.mh-app-nav-active .mh-app-nav-opened.mh_app_nav_sub {
    -webkit-animation: flip-in-hor-top .4s ease-in .1s both;
    animation: flip-in-hor-top .4s ease-in .1s both;
    visibility: visible;
    opacity: 1
}

body.mh_subnav_animation_fadein #mh-secondary-nav li.mega-menu:hover>ul,
body.mh_subnav_animation_fadein #mh-secondary-nav li.no-mega-menu:hover>ul,
body.mh_subnav_animation_fadein #mh-secondary-nav li.no-mega-menu>ul li:hover>ul,
body.mh_subnav_animation_fadein .mh-cart-container.mh-hover,
body.mh_subnav_animation_fadein .nav li.mh-hover>ul,
body.mh_subnav_animation_fadein .nav li.no-mega-menu:hover>ul,
body.mh_subnav_animation_fadein.mh-app-nav-active .mh-app-nav-opened.mh_app_nav_sub {
    -webkit-animation: fadeIn .6s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeIn .6s 1 cubic-bezier(.77, 0, .175, 1);
    visibility: visible;
    opacity: 1
}

.app-nav-info {
    display: block;
    margin-top: 10px;
    margin-bottom: 0
}

.app-nav {
    padding: 70px 30px 30px;
    background-color: #f4f4f4;
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, .25), 0 15px 30px -15px rgba(0, 0, 0, .3), 0 -9px 30px -5px rgba(0, 0, 0, .025);
    -moz-box-shadow: 0 25px 50px -10px rgba(0, 0, 0, .25), 0 15px 30px -15px rgba(0, 0, 0, .3), 0 -9px 30px -5px rgba(0, 0, 0, .025);
    -webkit-box-shadow: 0 25px 50px -10px rgba(0, 0, 0, .25), 0 15px 30px -15px rgba(0, 0, 0, .3), 0 -9px 30px -5px rgba(0, 0, 0, .025)
}

#app-logo {
    display: inline-block;
    margin: 0 auto 30px
}

.app-tagline {
    font-weight: 400
}

.app-menu li {
    display: block;
    clear: both
}

.app-menu li.mhc-menu-highlight>a {
    background-color: #4fd4ff
}

.app-menu a,
.app-nav-info a {
    color: #444;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app-menu a:hover {
    color: #2c2c2c;
    color: rgba(0, 0, 0, .8)
}

.app-menu a {
    display: block;
    line-height: 34px;
    padding: 2px 3px;
    margin-bottom: 3px
}

.app-nav-info a {
    display: inline-block
}

.mh-app-nav .divider-bottom,
.mh-app-nav .divider-top {
    height: 1px;
    background: #444;
    background: rgba(0, 0, 0, .1);
    display: block;
    max-width: 70%;
    margin: 0
}

.mh-app-nav .divider-bottom,
.mh-app-nav .divider-top {
    margin: 10px 0
}

.mh-app-nav .mh-social-icons {
    float: none;
    padding-top: 10px
}

.mh-app-nav .mh-social-icons .mh-social-icon a {
    padding: 6px 8px;
    display: block
}

.mh-app-nav.mh_nav_text_color_light .app-menu,
.mh-app-nav.mh_nav_text_color_light .app-nav-info {
    color: #fff
}

.mh-app-nav.mh_nav_text_color_light .app-menu a,
.mh-app-nav.mh_nav_text_color_light .app-nav-info a {
    color: inherit
}

.mh-app-nav.mh_nav_text_color_light .app-menu a:hover,
.mh-app-nav.mh_nav_text_color_light .app-nav-info a:hover {
    color: rgba(255, 255, 255, .7)
}

.mh-app-nav.mh_nav_text_color_light .divider-bottom,
.mh-app-nav.mh_nav_text_color_light .divider-top {
    background: #fff;
    background: rgba(255, 255, 255, .3)
}

.admin-bar .mh-app-nav {
    top: 32px
}

.mh-app-nav {
    display: block !important;
    visibility: hidden;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0 !important;
    width: 100%;
    opacity: 0;
    z-index: 999998;
    height: 100%;
    background: #2ea3f2;
    box-sizing: border-box;
    overscroll-behavior: contain
}

.mh-app-nav.mh-app-nav-opened {
    visibility: visible;
    opacity: 1
}

.mh-app-nav-container {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    max-width: 320px;
    margin: 0 auto;
    text-align: right
}

.app-menu .sub-menu {
    background-image: unset !important
}

.mh-app-nav .mobile-menu-trigger-icon {
    position: absolute;
    left: 35px;
    top: 15px
}

.admin-bar .mh-app-nav .mobile-menu-trigger-icon {
    top: 30px
}

.mh-app-nav .menu-item-has-children ul {
    display: none
}

.mh-app-nav ul.app-menu>li.menu-item-has-children ul {
    padding-right: 10px
}

.app-menu .menu-item-has-children>a:first-child {
    position: relative
}

.app-menu .menu-item-has-children>a:first-child:after {
    content: "\e7c4";
    font-size: 16px;
    position: absolute;
    left: 6px;
    top: 9px;
    -webkit-transition: .3s all cubic-bezier(.68, -.55, .265, 1.55);
    transition: .3s all cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.app-menu .menu-item-has-children>a.active:first-child:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    content: "\e7c5"
}

.mh-app-nav.mh_app_nav_sub {
    max-width: 100%;
    overflow-y: auto;
    top: 100%;
    left: 0 !important;
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 85vh;
    padding: 30px
}

.mh-app-nav.mh_app_nav_sub.upwards {
    top: auto;
    bottom: 100%
}

.mh-app-nav.mh_app_nav_sub .mobile-menu-trigger-icon {
    display: none
}

.is-hidden {
    visibility: hidden
}

#main-header .mh-app-nav.mh_app_nav_side,
#main-header .mh-app-nav.mh_app_nav_side2,
#main-header .mh-app-nav.mh_app_nav_side3,
#main-header .mh-app-nav.mh_app_nav_side4 {
    max-width: 400px
}

.mh-app-nav-active #main-header .mh-app-nav.mh_app_nav_overlay {
    -webkit-animation: fadeIn .8s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeIn .8s 1 cubic-bezier(.77, 0, .175, 1);
    box-shadow: none
}

.mh-app-nav-active #main-header .mh-app-nav.mh_app_nav_side {
    -webkit-animation: slide-in-left .6s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-left .6s cubic-bezier(.25, .46, .45, .94) both;
    opacity: 1
}

.mh-app-nav-active #main-header .mh-app-nav.mh_app_nav_side2 {
    -webkit-animation: swing-in-left-fwd .5s cubic-bezier(.175, .885, .32, 1.275) both;
    animation: swing-in-left-fwd .5s cubic-bezier(.175, .885, .32, 1.275) both
}

.mh-app-nav-active #main-header .mh-app-nav.mh_app_nav_side3 {
    -webkit-animation: slit-in-vertical .45s ease-out both;
    animation: slit-in-vertical .45s ease-out both
}

.mh-app-nav-active #main-header .mh-app-nav.mh_app_nav_side4 {
    -webkit-animation: puff-in-hor .7s cubic-bezier(.47, 0, .745, .715) both;
    animation: puff-in-hor .7s cubic-bezier(.47, 0, .745, .715) both
}

.mh-search-form {
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), 0 -18px 60px -10px rgba(0, 0, 0, .025);
    -moz-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), 0 -18px 60px -10px rgba(0, 0, 0, .025);
    -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), 0 -18px 60px -10px rgba(0, 0, 0, .025);
    top: 100%;
    left: 0;
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    padding: 20px;
    line-height: 1 !important
}

form.mh-search-form.mh-hidden {
    display: none !important
}

.mh-search-form input {
    width: 280px;
    padding: 10px 20px;
    background-color: #f8f8f8;
    border: none;
    color: #333
}

.mh_search_icon:before {
    content: "\e7c1"
}

.mh_search_icon:hover {
    cursor: pointer
}

.mh-cart-icon:after {
    content: "\e7b1"
}

#top-header .mh-cart-icon:after {
    position: relative;
    vertical-align: middle
}

.mh-cart-count {
    display: inline-block;
    font-size: 12px;
    height: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    width: auto;
    vertical-align: text-bottom;
    margin-left: 3px
}

.mh-cart-container {
    min-width: 330px;
    text-align: right
}

.mh-cart-info {
    color: inherit
}

.mh-cart-count:hover {
    color: inherit
}

#top-header {
    z-index: 999;
    min-height: 42px
}

#mh-secondary-nav li li a,
#top-header {
    font-size: 13px
}

#mh-secondary-nav .sub-menu {
    background-image: unset !important
}

#mh-secondary-nav a {
    display: block
}

#mh-secondary-nav li {
    margin-left: 15px
}

#mh-secondary-nav>li:last-child {
    margin-left: 0
}

#mh-secondary-nav .menu-item-has-children>a:first-child:after {
    line-height: 2
}

#mh-secondary-nav .menu-item-has-children>a {
    padding-left: 10px
}

#mh-footer-nav .mhc-menu-image,
#mh-secondary-nav .mhc-menu-image {
    max-height: 20px;
    max-width: 20px
}

#mh-footer-nav .mhc-menu-image svg,
#mh-secondary-nav .mhc-menu-image svg {
    height: 20px;
    width: 20px
}

#mh-info .mh-info-item {
    margin-left: 15px
}

#top-header .mh_cart_wrapper {
    margin-right: 15px
}

#mh-secondary-menu .mh-cart-icon:after {
    line-height: 1 !important
}

.mh-info-custom-text,
.mh-info-date,
.mh-info-email,
.mh-info-phone {
    position: relative;
    display: inline-block
}

.mh-info-phone:after {
    content: "\e782"
}

.mh-info-email:after {
    content: "\e77e"
}

.mh-info-date:after {
    content: "\e78b"
}

.mh-info-custom-text:after,
.mh-info-date:after,
.mh-info-email:after,
.mh-info-phone:after {
    font-size: 18px;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
    float: right
}

#mh-secondary-nav li {
    position: relative;
    text-align: right;
    display: inline-block
}

#mh-secondary-nav li>ul.sub-menu a {
    padding: 8px 20px 0
}

#mh-secondary-nav li.no-mega-menu>ul.sub-menu li:first-child a {
    padding-top: 20px
}

#mh-secondary-nav li.no-mega-menu>ul.sub-menu li:last-child a {
    padding-bottom: 20px
}

#mh-secondary-nav>li.mhc-menu-highlight {
    background-color: #4fd4ff;
    padding: 0 5px
}

#mh-secondary-nav>li.mhc-menu-highlight.menu-item-has-children>a:after {
    left: 1px
}

#mh-secondary-nav li>.sub-menu li.mhc-menu-highlight.menu-item-has-children>a:after {
    top: 13px
}

#mh-secondary-nav li>.sub-menu li.mhc-menu-highlight>a {
    background-color: #4fd4ff;
    padding: 14px 20px;
    margin: 5px 0 0
}

#mh-secondary-nav li>.sub-menu li.mhc-menu-highlight:first-child a {
    padding-bottom: 14px;
    padding-top: 20px
}

#mh-secondary-nav li>.sub-menu li.mhc-menu-highlight:last-child a {
    padding-top: 14px
}

#mh-secondary-nav li.no-mega-menu>.sub-menu li.mhc-menu-highlight:first-child a {
    margin: 0 0 5px
}

#mh-secondary-nav li.no-mega-menu>.sub-menu li.mhc-menu-highlight:last-child a {
    margin: 5px 0 0
}

#mh-secondary-nav li>.sub-menu li.menu-item-has-children:first-child a:after,
#mh-secondary-nav li>.sub-menu li.menu-item-has-children:last-child a:after {
    top: 20px
}

#mh-secondary-nav li.mega-menu>ul.sub-menu>li:first-child {
    padding-top: 20px
}

#mh-secondary-nav li.mega-menu>ul.sub-menu>li:last-child {
    padding-bottom: 20px
}

#mh-secondary-nav li.mega-menu>ul,
#mh-secondary-nav li.no-mega-menu ul {
    position: absolute;
    top: 23px;
    left: 0
}

#mh-secondary-nav li.no-mega-menu ul ul {
    top: -20px;
    left: 190px
}

#mh-secondary-nav li ul li {
    display: block
}

#mh-secondary-nav li.mega-menu>ul,
#mh-secondary-nav li.no-mega-menu ul {
    z-index: 999999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), 0 -18px 60px -10px rgba(0, 0, 0, .025);
    -moz-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), 0 -18px 60px -10px rgba(0, 0, 0, .025);
    -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3), 0 -18px 60px -10px rgba(0, 0, 0, .025)
}

#mh-secondary-nav li li {
    padding: 0;
    margin: 0
}

#mh-secondary-nav li:hover {
    visibility: inherit
}

#mh-secondary-nav ul {
    min-width: 250px
}

#mh-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child:after {
    top: 10px
}

.mh_header_style_centered #main-header .container {
    text-align: center
}

.mh_header_style_centered #logo,
.mh_header_style_centered #sticky_logo {
    float: none;
    margin: 0 auto
}

.mh_header_style_centered #mh-top-navigation {
    display: inline-block;
    float: none
}

.mh_header_style_centered #mh_top_search {
    float: none;
    display: inline-block !important
}

.mh_header_style_centered nav#top-menu-nav {
    display: inline-block
}

.mh_header_style_centered #top-menu li.mega-menu>ul,
.mh_header_style_centered .mh-fixed-header .nav li ul {
    top: 160px
}

.mh_header_style_centered.mh_hide_menu #mh_top_search,
.mh_header_style_centered.mh_hide_menu .mh-cart-icon:after {
    line-height: 40px
}

.mh_header_style_centered .nav li.no-mega-menu li ul {
    top: -21px !important
}

.mh_header_style_centered .mh-fixed-header .has_sticky_logo #sticky_logo {
    float: none
}

.mh_header_style_centered .mh-fixed-header #top-menu li.mega-menu>ul,
.mh_header_style_centered .mh-fixed-header .mh-search-form {
    top: 100px
}

.mh_header_style_centered .mh-fixed-header .nav li ul {
    top: 50px
}

.mh_transparent_header.mh_header_style_centered .header-container {
    display: inline-block
}

.mh_fixed_nav.mh_transparent_header.mh_header_style_centered .header-container {
    display: block
}

.mh_header_style_centeredx #top-menu li.mega-menu>ul,
.mh_header_style_centeredx .mh-fixed-header .nav li ul {
    top: 80px
}

@media only screen and (min-width:981px) {

    .mh_header_style_full #footer-bottom>.container,
    .mh_header_style_full #main-header>.container,
    .mh_header_style_full #mh-footer-nav>.container,
    .mh_header_style_full #top-header>.container {
        width: 96%;
        box-sizing: border-box;
        display: table;
        border-spacing: 0;
        border-collapse: collapse
    }

    .mh_header_style_full .mh-top-navigation-wrapper,
    .mh_header_style_full .mh_logo {
        display: table-cell
    }

    .mh_header_style_full .mh_logo {
        min-width: 200px
    }

    .mh_header_style_full .mh-top-navigation-wrapper {
        width: 100%
    }

    .mh_header_style_full .mh-top-navigation-icons {
        display: table-cell;
        min-width: 200px;
        text-align: left
    }

    .mh_header_style_full .mh-top-navigation-icons>div {
        text-align: right
    }

    .mh_header_style_full #mh-top-navigation {
        display: inline-table;
        width: 100%;
        height: 100%
    }

    .mh_header_style_full #top-menu-nav {
        display: table-cell;
        width: 100%;
        float: none;
        white-space: nowrap;
        vertical-align: top
    }

    .mh_header_style_full #top-menu {
        display: inline-table;
        display: inline-flex
    }

    .mh_header_style_full #top-menu,
    .mh_header_style_full nav#top-menu-nav {
        text-align: center;
        float: none
    }

    .mh_header_style_full #top-menu>li:last-child {
        padding-left: 15px
    }

    .mhc_fullwidth_menu.mhc_force_fullwidth_menu .mhc_row {
        width: 96%;
        box-sizing: border-box
    }

    .mhc_fullwidth_menu .fullwidth-menu-nav {
        display: flex
    }

    .mhc_fullwidth_menu.mhc_menu_align_left ul.fullwidth-menu {
        float: none;
        margin: 0 auto 0 0
    }

    .mhc_fullwidth_menu.mhc_menu_align_left ul.fullwidth-menu li ul {
        right: auto;
        left: 0
    }

    .mhc_fullwidth_menu.mhc_menu_align_center ul.fullwidth-menu {
        float: none;
        margin: 0 auto
    }

    .mhc_fullwidth_menu.mhc_menu_align_right ul.fullwidth-menu {
        float: none;
        margin: 0 0 0 auto
    }

    .mhc_fullwidth_menu.mhc_menu_align_right ul.fullwidth-menu li ul {
        right: 0;
        left: auto
    }
}

.mh-fixed-header .nav li li ul {
    top: -3px
}

body.admin-bar.mh_fixed_nav #main-header,
body.admin-bar.mh_fixed_nav.mh_secondary_nav_above #top-header {
    top: 32px
}

body.mh-wp-pre-3_8.admin-bar.mh_fixed_nav #main-header,
body.mh-wp-pre-3_8.admin-bar.mh_fixed_nav.mh_secondary_nav_above #top-header {
    top: 28px
}

body.mh_fixed_nav.mh_secondary_nav_enabled.mh_secondary_nav_above #main-header {
    top: 33px
}

body.admin-bar.mh_fixed_nav.mh_secondary_nav_enabled #main-header {
    top: 66px
}

.mh_fixed_nav #main-header,
.mh_fixed_nav.mh_secondary_nav_above #top-header {
    position: fixed
}

.mh_fixed_nav.mh_secondary_nav_above #top-header {
    top: 0;
    left: 0;
    right: 0
}

.mh_duplicate_social_icons {
    display: none
}

.mh-fixed-header {
    min-height: 30px !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important
}

.mh-fixed-header #logo {
    max-height: 38.1679389313px;
    padding-top: 5px;
    padding-bottom: 5px
}

.mh-fixed-header .mh_logo img {
    vertical-align: middle;
    max-height: 50px;
    padding: 4.5454545455px 0
}

.mh-fixed-header .has_sticky_logo #sticky_logo {
    max-height: 40px;
    padding: 5px 0
}

.mh-fixed-header #mh-top-navigation .mh_cart_wrapper,
.mh-fixed-header #mh_top_search,
.mh-fixed-header #top-menu>li>a,
.mh-fixed-header .fullwidth-menu>li>a,
.mh-fixed-header .mh-top-navigation-icons>.mobile-menu-trigger-icon,
.mh-fixed-header .mh_logo {
    line-height: 50px
}

.mh-fixed-header #top-menu>li>a .mhc-menu-item-link-head,
.mh-fixed-header .fullwidth-menu>li>a .mhc-menu-item-link-head {
    line-height: 53px
}

.mh-fixed-header .mh_logo {
    height: 50px
}

.mh-fixed-header #mh-secondary-nav .menu-item-has-children>a:first-child:after,
.mh-fixed-header #top-menu .menu-item-has-children>a:first-child:after,
.mh-fixed-header .fullwidth-menu .menu-item-has-children>a:first-child:after {
    line-height: 50px
}

#logo,
#sticky_logo {
    -webkit-transition: opacity .4s cubic-bezier(1, 0, 0, 1);
    transition: opacity .4s cubic-bezier(1, 0, 0, 1)
}

#logo {
    visibility: visible;
    opacity: 1
}

#sticky_logo {
    opacity: 0;
    visibility: hidden;
    display: none
}

.mh-fixed-header .has_sticky_logo #logo {
    opacity: 0;
    visibility: hidden;
    display: none
}

.mh-fixed-header .has_sticky_logo #sticky_logo {
    float: right;
    display: block;
    visibility: visible;
    opacity: 1
}

.mh-promo {
    display: none;
    width: 100%;
    z-index: 1;
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #4fd4ff;
    opacity: 0;
    min-height: 40px
}

.mh-promo .mh-promo-inner {
    text-align: center
}

.mh-promo .mh-promo-inner p {
    color: #fff;
    padding-top: .75em;
    padding-bottom: .85em;
    display: inline-block;
    line-height: 1.6em
}

.mh-promo .mh-promo-inner a {
    background-color: #fff;
    color: #4fd4ff;
    text-decoration: none !important;
    padding: 6px 14px;
    display: inline-block;
    margin: 4px 20px 5px 0
}

.mh-promo .mh-promo-close {
    position: absolute;
    right: 20px;
    top: 11px;
    clear: both;
    cursor: pointer
}

.mh-promo .mh-promo-close:before {
    content: "\e7c3";
    font-size: 20px
}

#top-header.mh-promo-closing .mh-promo {
    opacity: 0
}

#top-header.mh-has-promo-only {
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

#top-header.mh-has-promo-only.mh-promo-closing {
    opacity: 0
}

body.mh_transparent_header #main-header.transparent {
    background: 0 0 !important;
    background-color: transparent !important;
    box-shadow: none !important
}

.mh_no_header_padding.mh_header_style_centered .mh-top-navigation-wrapper {
    margin-top: 20px
}

.mh_no_header_padding.mh_header_style_centeredx .mh-top-navigation-wrapper {
    margin-top: 0
}

.mh_no_header_padding .mh-fixed-header #logo {
    max-height: 50px
}

.mh_no_header_padding #top-menu>li {
    margin-left: 5px
}

.mh_no_header_padding #top-menu>li:last-child {
    margin-left: 0
}

.mh_no_header_padding #top-menu>li:last-child {
    padding-left: 15px
}

.mh_no_header_padding .mh_cart_wrapper {
    display: inline-block
}

.mh_no_header_padding .mh-fixed-header .mh_logo img {
    vertical-align: middle;
    max-height: 50px;
    padding: 0
}

.mh_no_header_padding .mh_logo img {
    vertical-align: middle;
    padding: 0
}

.mh_subnav_text_color_light .nav ul li a:hover {
    color: #fff
}

.mh_nav_text_color_light,
.mh_nav_text_color_light #mh-info a,
.mh_nav_text_color_light #mh-secondary-nav a,
.mh_nav_text_color_light .mh-social-icon a {
    color: rgba(255, 255, 255, .85)
}

.mh_nav_text_color_light #mh-secondary-nav .megamenu-title:after {
    border-bottom-color: rgba(255, 255, 255, .3)
}

.mh_subnav_text_color_light .mh-search-form,
.mh_subnav_text_color_light .nav ul li,
.mh_subnav_text_color_light .nav ul li a {
    color: rgba(255, 255, 255, .8) !important
}

.mh_subnav_text_color_light #top-menu .megamenu-title:after {
    border-bottom-color: rgba(255, 255, 255, .3)
}

.mh_nav_text_color_dark,
.mh_nav_text_color_dark #mh-info a,
.mh_nav_text_color_dark #mh-secondary-nav a,
.mh_nav_text_color_dark .mh-social-icon a {
    color: rgba(0, 0, 0, .4)
}

.mh_nav_text_color_light #mh-top-navigation .mh-cart-icon,
.mh_nav_text_color_light #mh-top-navigation .mh_search_icon,
.mh_nav_text_color_light #top-menu>li>a,
.mh_nav_text_color_light .fullwidth-menu>li>a {
    color: rgba(255, 255, 255, .85)
}

.mh_nav_text_color_light .mh-top-navigation-icons>.mobile-menu-trigger-icon .hamburger-inner,
.mh_nav_text_color_light .mh-top-navigation-icons>.mobile-menu-trigger-icon .hamburger-inner:after,
.mh_nav_text_color_light .mh-top-navigation-icons>.mobile-menu-trigger-icon .hamburger-inner:before {
    background-color: rgba(255, 255, 255, .85)
}

.mh_nav_text_color_light #top-menu li.current-menu-ancestor>a,
.mh_nav_text_color_light #top-menu li.current-menu-item>a,
.mh_nav_text_color_light .fullwidth-menu li.current-menu-ancestor>a,
.mh_nav_text_color_light .fullwidth-menu li.current-menu-item>a {
    color: #fff
}

.mh_subnav_text_color_dark #top-menu ul.sub-menu li.current_page_item>a,
.mh_subnav_text_color_dark .fullwidth-menu ul.sub-menu li.current_page_item>a {
    color: #444
}

.mh_nav_text_color_light .mh-search-form input {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9)
}

.mhc_bg_layout_dark .app-menu a,
.mhc_bg_layout_dark .app-nav-info a,
.mhc_bg_layout_dark .fullwidth-menu-nav>ul li a {
    color: #fff
}

.mhc_bg_layout_dark .mobile-menu-trigger-icon .hamburger-inner,
.mhc_bg_layout_dark .mobile-menu-trigger-icon .hamburger-inner:after,
.mhc_bg_layout_dark .mobile-menu-trigger-icon .hamburger-inner:before {
    background-color: rgba(255, 255, 255, .85)
}

.mh-app-nav.mh_nav_text_color_light .mobile-menu-trigger-icon .hamburger.is-active .hamburger-inner,
.mh-app-nav.mh_nav_text_color_light .mobile-menu-trigger-icon .hamburger.is-active .hamburger-inner:after,
.mh-app-nav.mh_nav_text_color_light .mobile-menu-trigger-icon .hamburger.is-active .hamburger-inner:before {
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    background-color: rgba(255, 255, 255, .9)
}

.mh-app-nav.mh_nav_text_color_dark .mobile-menu-trigger-icon .hamburger.is-active .hamburger-inner,
.mh-app-nav.mh_nav_text_color_dark .mobile-menu-trigger-icon .hamburger.is-active .hamburger-inner:after,
.mh-app-nav.mh_nav_text_color_dark .mobile-menu-trigger-icon .hamburger.is-active .hamburger-inner:before {
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    background-color: rgba(0, 0, 0, .5)
}

.mh-app-nav.mh_nav_text_color_light li.current-menu-ancestor>a,
.mh-app-nav.mh_nav_text_color_light li.current-menu-item>a {
    background-color: rgba(255, 255, 255, .1)
}

.mh-app-nav.mh_nav_text_color_dark li.current-menu-ancestor>a,
.mh-app-nav.mh_nav_text_color_dark li.current-menu-item>a {
    background-color: rgba(0, 0, 0, .03)
}

.mh_boxed_layout.mh_vertical_nav #page-container #main-header {
    width: auto
}

@media only screen and (min-width:1405px) {
    .mh_boxed_layout.mh_vertical_nav #page-container {
        width: 1425px
    }
}

@media only screen and (min-width:1200px) {
    .mh_boxed_layout #page-container {
        margin: 0 auto;
        position: relative;
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }

    .mh_boxed_layout.mh_vertical_nav #page-container #top-header {
        width: auto
    }

    .mh_boxed_layout.mh_secondary_nav_above #page-container #top-header {
        left: auto;
        right: auto
    }

    .mh_boxed_layout #page-container,
    .mh_boxed_layout #page-container #main-header,
    .mh_boxed_layout #page-container #top-header {
        width: 1200px
    }
}

@media only screen and (min-width:981px) {
    .mh_boxed_layout.mh_vertical_nav #page-container #main-header {
        width: 225px;
        right: auto
    }
}

@media only screen and (min-width:981px) {

    #top-menu,
    .fullwidth-menu,
    nav#top-menu-nav,
    nav.fullwidth-menu-nav {
        float: right;
        display: block
    }

    #mh-info,
    #mh-secondary-nav,
    #top-header .mh-social-icons,
    #top-header .mh_cart_wrapper {
        float: right
    }

    #top-header .mh_cart_wrapper {
        vertical-align: top
    }

    #mh-secondary-menu {
        float: left
    }

    .mh-app-nav.mh_app_nav_sub {
        left: -20px !important;
        width: 320px
    }

    .mhc_fullwidth_menu .mh-app-nav,
    .mhc_fullwidth_menu .mobile-menu-trigger-icon {
        display: none
    }

    #mh-secondary-menu #mh-secondary-nav {
        margin-right: 20px
    }
}

@media only screen and (max-width:980px) {
    .mh-prevent-overlay-scroll {
        position: fixed;
        overflow: auto;
        width: 100%
    }

    .mh_fixed_nav.mh_secondary_nav_above #main-header,
    .mh_fixed_nav.mh_secondary_nav_above #top-header {
        position: static
    }

    .mh_fixed_nav.mh_secondary_nav_above #main-header.mh-fixed-header.main-header-fixed {
        position: fixed;
        top: 0;
        -webkit-transition: none;
        transition: none
    }

    #mh-secondary-nav .menu-item-has-children a:after,
    #mh-secondary-nav>li ul {
        display: none
    }

    #mh-secondary-nav .menu-item-has-children>a {
        padding-left: 0
    }

    #top-header .mh-social-icons {
        float: none
    }

    #top-header .mh-cart-container {
        right: 0;
        left: auto
    }

    .fullwidth-menu-nav .mobile-menu-trigger-icon {
        text-align: center;
        display: block;
        padding: 20px 0
    }

    .mh_secondary_nav_style_centred .mh-info-custom-text,
    .mh_secondary_nav_style_centred .mh-info-date,
    .mh_secondary_nav_style_centred .mh-info-email,
    .mh_secondary_nav_style_centred .mh-info-phone,
    .mh_secondary_nav_style_stacked .mh-info-custom-text,
    .mh_secondary_nav_style_stacked .mh-info-date,
    .mh_secondary_nav_style_stacked .mh-info-email,
    .mh_secondary_nav_style_stacked .mh-info-phone {
        display: block;
        direction: initial
    }

    .mh_secondary_nav_style_centred .mh-info-custom-text:after,
    .mh_secondary_nav_style_centred .mh-info-custom-text:before,
    .mh_secondary_nav_style_centred .mh-info-date:after,
    .mh_secondary_nav_style_centred .mh-info-date:before,
    .mh_secondary_nav_style_centred .mh-info-email:after,
    .mh_secondary_nav_style_centred .mh-info-email:before,
    .mh_secondary_nav_style_centred .mh-info-phone:after,
    .mh_secondary_nav_style_centred .mh-info-phone:before,
    .mh_secondary_nav_style_stacked .mh-info-custom-text:after,
    .mh_secondary_nav_style_stacked .mh-info-custom-text:before,
    .mh_secondary_nav_style_stacked .mh-info-date:after,
    .mh_secondary_nav_style_stacked .mh-info-date:before,
    .mh_secondary_nav_style_stacked .mh-info-email:after,
    .mh_secondary_nav_style_stacked .mh-info-email:before,
    .mh_secondary_nav_style_stacked .mh-info-phone:after,
    .mh_secondary_nav_style_stacked .mh-info-phone:before {
        float: none
    }

    .mh_secondary_nav_style_centred #mh-info .mh-info-item,
    .mh_secondary_nav_style_stacked #mh-info .mh-info-item {
        margin-left: 0
    }

    .mh_secondary_nav_style_centred #mh-secondary-menu,
    .mh_secondary_nav_style_centred #top-header .mh-info-custom-text,
    .mh_secondary_nav_style_centred #top-header .mh-info-date,
    .mh_secondary_nav_style_centred #top-header .mh-info-email-url,
    .mh_secondary_nav_style_centred #top-header .mh-info-phone,
    .mh_secondary_nav_style_centred #top-header .mh-social-icons,
    .mh_secondary_nav_style_centred #top-header .mh_cart_wrapper {
        text-align: center
    }
}

@media only screen and (max-width:600px) {

    .admin-bar.mh_fixed_nav #main-header,
    .admin-bar.mh_fixed_nav #top-header {
        position: static
    }

    .admin-bar.mh_fixed_nav #page-container {
        padding-top: 0 !important
    }
}

#mh-main-area {
    z-index: 100;
    margin-top: 120px;
}

#cancel-comment-reply-link,
.bbp-submit-wrapper button.button,
.comment-reply-link,
.form-submit input,
.mh_password_protected_form .mh_submit_button,
.mhc_contact_reset,
.mhc_contact_submit,
.mhc_jetpack_form input[type=submit],
.mhc_mailpoet_form form input[type=submit],
.mhc_newsletter_button,
.mhc_pricing_table_button,
.mhc_promo_button,
.single_add_to_cart_button .button,
.wpcf7-form input[type=submit],
a.mhc_more_button {
    font-size: 16px;
    padding: 7px 40px;
    line-height: 1.7em;
    background: 0 0;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    font-family: inherit
}

.mhc_jetpack_form input[type=submit]:hover,
.mhc_mailpoet_form form input[type=submit]:hover,
.mhc_newsletter_button:hover,
.mhc_promo_button:hover,
a.mhc_more_button:hover {
    background: rgba(255, 255, 255, .2);
    border: 2px solid transparent
}

#cancel-comment-reply-link:hover,
.bbp-submit-wrapper button.button:hover,
.comment-reply-link:hover,
.form-submit input:hover,
.mh_password_protected_form .mh_submit_button:hover,
.mhc_bg_layout_light .mhc_jetpack_form input[type=submit]:hover,
.mhc_bg_layout_light .mhc_mailpoet_form form input[type=submit]:hover,
.mhc_bg_layout_light .mhc_more_button:hover,
.mhc_bg_layout_light .mhc_newsletter_button:hover,
.mhc_bg_layout_light .mhc_promo_button:hover,
.mhc_contact_reset:hover,
.mhc_contact_submit:hover,
.mhc_pricing_table_button:hover,
.wpcf7-form input[type=submit]:hover {
    background: rgba(0, 0, 0, .05);
    border: 2px solid transparent
}

.mhc_button_large,
.mhc_button_medium,
.mhc_button_xlarge {
    display: block
}

.mhc_button_medium,
.mhc_button_medium:hover {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    max-width: 180px
}

.mhc_button_large,
.mhc_button_large:hover {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
    max-width: 240px
}

.mhc_button_xlarge,
.mhc_button_xlarge:hover {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    max-width: 320px
}

.mhc_button_fullwidth,
.mhc_button_fullwidth:hover {
    display: block !important;
    max-width: none
}

.mh_subscribe_loader {
    display: none;
    background: url(//www.ayen.app/wp-content/themes/mharty/css/../images/subscribe-loader.gif);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: -8px
}

.mhc_button_text_loading .mhc_newsletter_button_text {
    visibility: hidden
}

.mhc_button_solid,
.mhc_solidify,
.mhc_wpcf7_solid .wpcf7-form input[type=submit] {
    transition: opacity .3s linear 0s;
    opacity: 1
}

.mhc_button_solid:hover,
.mhc_solidify:hover,
.mhc_wpcf7_solid .wpcf7-form input[type=submit]:hover {
    opacity: .85
}

.entry-content table {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: right;
    width: 100%
}

.entry-content thead th,
.entry-content tr th {
    color: #555;
    font-weight: 700;
    padding: 9px 24px
}

.entry-content tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px
}

#left-area ul,
.comment-content ul,
.entry-content ul {
    list-style-type: square;
    padding: 0 1em 23px 0;
    line-height: 26px
}

#left-area ol,
.comment-content ol,
.entry-content ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 0 23px;
    line-height: 26px
}

#left-area ul li ul,
.comment-content ul li ol,
.comment-content ul li ul,
.entry-content ul li ol {
    padding: 2px 0 2px 20px
}

#left-area ol li ul,
.comment-content ol li ol,
.comment-content ol li ul,
.entry-content ol li ol {
    padding: 2px 0 2px 35px
}

h2#comments {
    margin-bottom: 30px
}

.comment .children,
ol.commentlist {
    list-style: none !important;
    line-height: 1.7em !important;
    padding: 0 !important
}

.comment-content ul {
    padding: 0 0 23px 16px !important;
    line-height: 26px !important
}

.comment-content ol {
    line-height: 26px !important
}

.mh_post_gallery {
    padding: 0 !important;
    line-height: 1.7 !important;
    list-style: none !important
}

.gallery-item a {
    display: block
}

.gallery-caption,
.gallery-item a {
    width: 90%
}

.comment-content address,
.entry-content address {
    line-height: 24px;
    margin-bottom: 12px
}

#content-area table td,
#content-area table th,
#content-area table tr {
    padding: .857em .587em;
    max-width: 100%;
    text-align: right;
    font-style: normal
}

.mh-full-width-slide-featured-image {
    float: left;
    padding-right: 60px
}

.mh-full-width-left-image .mh-full-width-slide-description,
.mh-full-width-right-video .mh-full-width-slide-description {
    float: left;
    width: 410px
}

.mh-full-width-left-image .mh-full-width-slide-description {
    margin-right: 100px
}

.mh-full-width-right-video .mh-full-width-slide-description {
    margin-left: 100px;
    padding-right: 60px
}

.mhc_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px
}

.mhc_column_fit .mhc_blurb_content {
    max-width: 100%
}

.mhc_blurb a .mhc_blurb_content,
.mhc_blurb a .mhc_blurb_content p {
    color: #666
}

.mhc_bg_layout_dark.mhc_blurb a .mhc_blurb_content,
.mhc_bg_layout_dark.mhc_blurb a .mhc_blurb_content p {
    color: #fff
}

.mhc_blurb_content p:last-of-type {
    padding-bottom: 0
}

.mhc_blurb_content p {
    opacity: .85
}

.mhc_main_blurb_image {
    margin-bottom: 15px
}

.mhc_blurb h4 {
    padding-bottom: 5px
}

.mhc_blurb.mhc_blurb_position_right h4 {
    padding-top: 5px
}

.mhc_blurb h4 a {
    text-decoration: none
}

.mh_only_overlay {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.mhc_blurb {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.mhc_blurb>a {
    z-index: 4;
    position: relative
}

.mhc_blurb>a.mhc_has_bg {
    padding: 25px 15px 1px;
    display: block
}

.mhc_blurb.mhc_fx_color .mh_only_overlay,
.mhc_blurb.mhc_fx_reverse:hover .mh_only_overlay {
    opacity: .7
}

.mhc_blurb.mhc_fx_color:hover .mh_only_overlay,
.mhc_blurb.mhc_fx_reverse .mh_only_overlay {
    opacity: 0
}

.mhc_blurb.mhc_has_bg {
    padding: 20px 15px 1px
}

.mhc_texton {
    backface-visibility: hidden;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
    color: #fff;
    display: inline-block
}

.mhc_fullwidth_section .mhc_texton {
    margin-bottom: 0;
    display: block
}

.mhc_texton_image {
    display: block;
    height: auto;
    width: 100%;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.mhc_texton .mhc_texton_heading {
    position: absolute;
    right: 21px;
    left: 21px;
    border-spacing: 0;
    display: table !important;
    width: auto;
    z-index: 11
}

.mhc_texton_style_contain {
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.mhc_texton_style_contain .mhc_texton_heading {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 20px 20px 15px
}

.mhc_fullwidth_section .mhc_texton_heading {
    left: 5px;
    right: 5px;
    width: 1080px;
    margin: 0 auto
}

.mhc_column_4_4 .mhc_texton_heading {
    width: 96%
}

.mhc_column_1_2 .mhc_texton_heading {
    width: 90%
}

.mhc_column_1_4 .mhc_texton_heading {
    width: 83%
}

.mhc_column_1_3 .mhc_texton_heading {
    width: 85.5%
}

.mhc_column_2_3 .mhc_texton_heading {
    width: 94%
}

.mhc_column_3_4 .mhc_texton_heading {
    width: 94.5%
}

.mhc_column_3_8 .mhc_texton_heading {
    width: 88%
}

.mhc_texton_subtitle,
.mhc_texton_title {
    display: block;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
    color: inherit
}

.mhc_texton_shadow {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.mhc_texton_style_full .mhc_texton_place_right_bottom {
    bottom: 10px;
    text-align: right
}

.mhc_texton_style_full .mhc_texton_place_left_bottom {
    bottom: 10px;
    text-align: left
}

.mhc_texton_style_full .mhc_texton_place_center_bottom {
    bottom: 10px;
    text-align: center
}

.mhc_texton_style_full .mhc_texton_place_right_top {
    top: 21px;
    text-align: right
}

.mhc_texton_style_full .mhc_texton_place_left_top {
    top: 21px;
    text-align: left
}

.mhc_texton_style_full .mhc_texton_place_center_top {
    top: 21px;
    text-align: center
}

.mhc_texton_style_full .mhc_texton_place_middle {
    top: 50%;
    transform: translateY(-50%);
    text-align: center
}

.mhc_texton_heading h3,
.mhc_texton_heading h4 {
    padding-bottom: 5px
}

.mhc_texton_heading h3 {
    font-weight: 700
}

.mhc_texton_size_med h3 {
    font-size: 1.5em
}

.mhc_texton_size_med h4 {
    font-size: .9em
}

.mhc_texton_size_xl h3 {
    font-size: 2.2em;
    line-height: 1.28em
}

.mhc_texton_size_xl h4 {
    font-size: 1.2em
}

.mhc_texton_size_xxl h3 {
    font-size: 3em;
    line-height: 1.2em
}

.mhc_texton_size_xxl h4 {
    font-size: 1.4em
}

.mhc_texton_size_small h3 {
    font-size: 1em
}

.mhc_texton_size_small h4 {
    font-size: .9em
}

.mhc_texton_style_full.mhc_fx_color img,
.mhc_texton_style_full.mhc_fx_reverse:hover img {
    opacity: .7
}

.mhc_texton_style_full.mhc_fx_color:hover img,
.mhc_texton_style_full.mhc_fx_reverse img {
    opacity: 1
}

.mhc_texton_style_full.mhc_fx_color:hover .mhc_texton_heading {
    opacity: 0;
    transition: opacity .3s cubic-bezier(.33, 0, .2, 1) 0s
}

.mhc_texton_style_full.mhc_fx_reveal .mhc_texton_heading {
    opacity: 0;
    transition: opacity .3s cubic-bezier(.33, 0, .2, 1) 0s
}

.mhc_texton_style_full.mhc_fx_reveal .mhc_texton_image {
    opacity: 1;
    transition: opacity .3s cubic-bezier(.33, 0, .2, 1) 0s
}

.mhc_texton_style_full.mhc_fx_reveal:hover .mhc_texton_heading {
    opacity: 1
}

.mhc_texton_style_full.mhc_fx_reveal:hover .mhc_texton_image {
    opacity: .2
}

.texton-button {
    margin-top: 15px
}

.mhc_texton_border {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    right: 15px;
    z-index: 10;
    border: 0 solid #fff;
    box-sizing: border-box
}

.mhc_texton_style_contain .mhc_texton_border {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    right: 10px
}

.mhc_textone_has_border .mhc_texton_border {
    opacity: 1;
    transition: all .27s ease-out 0s
}

.mhc_textone_has_border:hover .mhc_texton_border {
    opacity: 0
}

.mhc_textone_has_border_hover .mhc_texton_border {
    opacity: 0;
    transition: all .3s cubic-bezier(0, 0, .7, 1) .3s
}

.mhc_textone_has_border_hover:hover .mhc_texton_border {
    opacity: 1
}

.mhc_thumb_box {
    margin-bottom: 30px
}

.mhc_thumb_box .mhc_thumb_box_heading {
    padding-right: 20px;
    transition: all .2s ease-in-out
}

.mhc_thumb_box .mhc_thumb_box_heading .mhc_texton_child:last-child {
    padding-bottom: 0
}

.mhc_thumb_box.mhc_image_sticky {
    display: grid
}

.mhc_thumb_box a:hover {
    opacity: .8
}

.mhc_thumb_box a:hover .mhc_thumb_box_heading {
    padding-right: 30px
}

.mhc_thumb_box_grid {
    display: grid;
    grid-template-columns: 25% 1fr;
    overflow: hidden;
    transition: all .2s ease-in-out;
    align-items: center
}

.mhc_pricing_menus.mhc_has_bg {
    padding: 15px
}

.mhc_pricing_menus .mhc_pricing_menus_title {
    font-size: 24px
}

.mhc_pricing_menus ul.mhc_pricing_menus_items>li a {
    color: inherit
}

.mhc_pricing_menus .mhc_pricing_menus_item_highlight {
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    font-weight: 400
}

.mhc_pricing_menus ul.mhc_pricing_menus_items {
    list-style: outside none none !important;
    margin: 0;
    padding: 0 !important;
    line-height: 1.7em !important
}

.mhc_pricing_menus_default ul.mhc_pricing_menus_items>li {
    margin-top: 30px;
    padding: 0 0 10px;
    position: relative
}

.mhc_pricing_menus_default .mhc_pricing_menus_item_title {
    max-width: 70%;
    padding-left: 5px;
    float: right
}

.mhc_pricing_menus_default .mhc_pricing_menus_item_price {
    margin-right: 3%;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    padding-right: 5px;
    float: left;
    opacity: .85
}

.mhc_pricing_menus_default .mhc_pricing_menus_item_price span {
    float: left;
    padding-right: 4px
}

.mhc_pricing_menus_default .mhc_pricing_menus_items>li p {
    opacity: .85;
    width: 80%
}

.mhc_pricing_menus_default .mhc_separator_line {
    background-color: rgba(255, 255, 255, .2);
    display: block;
    height: 2px;
    margin-top: 15px
}

.mhc_pricing_menus_default.mhc_bg_layout_light .mhc_separator_line {
    background-color: rgba(0, 0, 0, .2)
}

.mhc_pricing_menus_timeline .mhc_pricing_menus_title {
    margin-bottom: 30px
}

.mhc_pricing_menus_timeline ul.mhc_pricing_menus_items>li {
    padding-top: 30px;
    position: relative;
    color: inherit;
    padding-bottom: 10px;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #e2e2e2
}

.mhc_pricing_menus_timeline ul.mhc_pricing_menus_items>li:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    right: -4.5px;
    top: 38px;
    display: block;
    z-index: 1;
    border-color: #fff
}

.mhc_pricing_menus_timeline ul.mhc_pricing_menus_items>li:first-of-type {
    padding-top: 0
}

.mhc_pricing_menus_timeline ul.mhc_pricing_menus_items>li:first-of-type:after {
    top: 8px
}

.mhc_pricing_menus_timeline.mhc_bg_layout_light ul.mhc_pricing_menus_items>li:after {
    border-color: #666
}

.mhc_pricing_menus_timeline.mhc_pricing_menus_triangle ul.mhc_pricing_menus_items>li:after {
    top: 37px;
    border-width: 7px;
    right: -1px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.mhc_pricing_menus_timeline.mhc_pricing_menus_triangle ul.mhc_pricing_menus_items>li:first-of-type:after {
    top: 7px
}

.mhc_pricing_menus_timeline.mhc_pricing_menus_circle ul.mhc_pricing_menus_items>li:after {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.mhc_pricing_menus_timeline .mhc_pricing_menus_item_price {
    font-size: 14px;
    font-weight: 700;
    float: right
}

.mhc_pricing_menus_timeline .mhc_pricing_menus_item_price:after {
    content: '|';
    margin: 0 5px
}

.mhc_pricing_menus_timeline .mhc_pricing_menus_items>li .clearfix:after {
    display: none
}

.mhc_pricing {
    margin-bottom: 30px
}

.mhc_pricing_table {
    float: right;
    width: 25%;
    text-align: center
}

.mhc_pricing_content_wrapper {
    padding-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.mhc_pricing_3 .mhc_pricing_table {
    width: 33.3%
}

.mhc_pricing_4 .mhc_pricing_table {
    width: 25%
}

.mhc_pricing_2 .mhc_pricing_table {
    width: 50%
}

.mhc_pricing_1 .mhc_pricing_table {
    width: 100%
}

.mhc_featured_table {
    margin-top: -30px;
    position: relative;
    z-index: 10
}

.mhc_pricing_heading {
    padding-top: 11px
}

.mhc_pricing_heading h2 {
    font-size: 22px;
    line-height: 29px !important
}

.mhc_best_value {
    font-size: 16px;
    display: block;
    padding: 5px 0;
    font-weight: 500
}

.mhc_featured_table .mhc_pricing_heading h2 {
    padding-bottom: 6px
}

.mhc_pricing li {
    line-height: 1.6em;
    padding: 0 14px 1em 0;
    position: relative
}

.mhc_pricing_content_top {
    padding-top: 17px;
    padding-bottom: 15px
}

.mhc_price {
    color: #999;
    font-size: 16px;
    position: relative
}

.mhc_per_term {
    display: block;
    text-align: center;
    padding-top: 10px
}

.mhc_currency_sign {
    font-size: 17px;
    font-weight: 700;
    position: absolute
}

.mhc_pricing_content {
    text-align: right
}

.mhc_pricing li {
    line-height: 24px;
    position: relative
}

.mhc_pricing li.mhc_not_available {
    color: #ccc
}

.mhc_pricing li a {
    font-weight: 500;
    text-decoration: none
}

.mhc_pricing_table_button {
    display: inline-block;
    color: #fff
}

.mhc_pricing_table_button:hover {
    text-decoration: none
}

.mhc_pricing_default .mhc_pricing_heading {
    background-color: #a1a8aa
}

.mhc_pricing_default .mhc_pricing_heading .mhc_best_value,
.mhc_pricing_default .mhc_pricing_heading h2 {
    color: #fff
}

.mhc_pricing_default .mhc_featured_table {
    background-color: #fff;
    margin-top: -30px;
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .09);
    box-shadow: 0 0 13px rgba(0, 0, 0, .09);
    position: relative;
    z-index: 100;
    -moz-transition: box-shadow .2s linear 0s;
    -webkit-transition: box-shadow .2s linear 0s;
    transition: box-shadow .2s linear 0s
}

.mhc_pricing_default .mhc_featured_table:hover {
    box-shadow: 0 0 13px rgba(0, 0, 0, .16)
}

.mhc_pricing_default .mhc_pricing_content_wrapper {
    border: 1px solid #e4e4e4;
    border-top: none;
    background-color: #fcfcfc
}

.mhc_pricing_default .mhc_pricing_content_top {
    border-bottom: 1px solid #e4e4e4
}

.mhc_pricing_default .mhc_pricing_content {
    padding: 33px 30px 6px
}

.mhc_pricing_default .mhc_pricing li {
    padding: 0 14px 1em 0
}

.mhc_pricing_default .mhc_pricing li:before {
    border-color: #4fd4ff;
    border-style: solid;
    border-width: 4px;
    content: "";
    right: 0;
    position: absolute;
    top: 10px
}

.mhc_pricing_default .mhc_pricing li.mhc_not_available:before {
    border-color: #ccc
}

.mhc_pricing_default .mhc_sum {
    font-size: 80px;
    line-height: 82px;
    font-weight: 300
}

.mhc_pricing_default .mhc_currency_sign {
    top: 25px
}

.mhc_pricing_default .mhc_pricing_table {
    margin-left: -1px
}

.mhc_pricing_default .mhc_featured_table .mhc_pricing_content {
    padding-bottom: 32px
}

.mhc_pricing_neon .mhc_pricing_table {
    box-sizing: border-box;
    border-width: 3px;
    border-style: solid;
    border-color: #e2e2e2;
    margin-left: -3px
}

.mhc_pricing_neon .mhc_pricing li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 36px 10px 0
}

.mhc_pricing_neon .mhc_pricing li:first-child {
    border-top: 1px solid #e2e2e2
}

.mhc_pricing_neon .mhc_pricing li:before {
    content: "\e7c2";
    right: 7px;
    position: absolute;
    top: 17px
}

.mhc_pricing_neon .mhc_pricing li.mhc_not_available:before {
    content: "\e7c3"
}

.mhc_pricing_neon .mhc_sum {
    font-size: 48px;
    line-height: 30px;
    font-weight: 300
}

.mhc_pricing_neon .mhc_currency_sign {
    top: 0
}

.mhc_pricing_neon .mhc_featured_table .mhc_pricing_content {
    padding-top: 33px
}

.mhc_pricing_neon.mhc_bg_layout_dark .mhc_price {
    color: #b6b6b6
}

.mhc_pricing_neon.mhc_bg_layout_dark .mhc_pricing li.mhc_not_available {
    color: #aaa
}

.mhc_pricing_neon.mhc_bg_layout_dark .mhc_pricing_table_button {
    color: #444
}

.mhc_testimonial {
    position: relative;
    padding: 34px;
    line-height: 1.5;
    margin-bottom: 30px
}

.mhc_testimonials_slide_author {
    position: relative
}

.mhc_testimonial.mhc_testimonial_no_bg {
    padding: 30px 0 0
}

.mhc_testimonial p:last-of-type {
    padding-bottom: 0
}

.mhc_testimonial_portrait {
    float: right;
    position: relative;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 120px;
    border-radius: 120px
}

.mhc_testimonials_slide_portrait {
    position: relative;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    float: none;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 120px;
    border-radius: 120px
}

.mhc_testimonial_description {
    padding-right: 150px
}

.mhc_testimonials_slide_description {
    padding: 0 60px 50px;
    min-height: 265px
}

.mhc_bg_layout_dark .mhc_testimonial_description a {
    color: #fff
}

.mhc_column_1_3 .mhc_testimonial_description,
.mhc_column_1_4 .mhc_testimonial_description,
.mhc_column_3_8 .mhc_testimonial_description,
.mhc_testimonial_no_image .mhc_testimonial_description {
    padding-right: 0
}

.mhc_testimonial_no_image .mhc_testimonial_description {
    padding-right: 0 !important
}

.mhc_column_1_3 .mhc_testimonial_portrait,
.mhc_column_1_4 .mhc_testimonial_portrait,
.mhc_column_3_8 .mhc_testimonial_portrait {
    float: none;
    width: 120px;
    margin: 0 auto 20px
}

.mhc_bg_layout_light .mhc_testimonials_slide {
    color: #333
}

.mhc_section {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.mhc_testimonial_no_image {
    padding-top: 60px
}

.mhc_testimonial:before {
    content: "\e621";
    font-size: 24px;
    left: 50%;
    position: absolute;
    top: 10px;
    margin-left: -16px;
    color: #f5f5f5
}

.mhc_bg_layout_light.mhc_testimonial:before {
    color: #777
}

.mhc_testimonials_slide_icon:before {
    content: "\e621";
    font-size: 24px
}

.mhc_testimonial.mhc_data_icon:before,
.mhc_testimonials_slide_icon.mhc_data_icon:before {
    content: attr(data-icon)
}

.mhc_testimonials_slide_icon,
.mhc_testimonials_slide_portrait {
    margin: 30px auto 20px
}

.mhc_testimonial.mhc_testimonial_no_bg:before {
    background: inherit
}

.mhc_icon_off .mhc_testimonials_slide_author:before,
.mhc_testimonial.mhc_icon_off:before {
    display: none
}

.mhc_testimonial_author {
    margin-top: 16px;
    font-weight: 700;
    display: block
}

.mhc_testimonial_author a {
    color: inherit
}

.mhc_bg_layout_light .mhc_newsletter_form input {
    background-color: #f5f5f5
}

.mhc_counter_title {
    font-size: 13px;
    padding-bottom: 1px;
    display: block
}

.mhc_bg_layout_light .mhc_counter_title {
    color: #999
}

.mhc_counter_container {
    background-color: #ddd;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    display: block
}

.mhc_counter_amount {
    opacity: 0;
    float: right;
    font-size: 12px;
    text-align: left;
    padding: 1px 1px 1px 7px;
    display: block;
    box-sizing: border-box;
    line-height: 1.7em
}

.mhc_counters span.mhc_counter_amount_number {
    display: inline-block;
    padding-right: 5px
}

.mhc_post {
    margin-bottom: 60px;
    position: relative
}

.mhc_post_main_image {
    margin-bottom: 10px
}

.mhc_post h2 {
    margin-top: 30px
}

.mhc_post.post-meta-middle h2 {
    margin-top: 0
}

.mhc_portfolio_item h3 a,
.mhc_post h2 a {
    text-decoration: none
}

.mhc_post .post-meta-date {
    position: absolute;
    right: 19px;
    bottom: 9px
}

.mhc_post .mh_audio_content,
.mhc_post .mh_link_content,
.mhc_post .mh_quote_content {
    margin-bottom: 30px;
    overflow: hidden
}

.mhc_post.post-meta-middle .mh_audio_content,
.mhc_post.post-meta-middle .mh_link_content,
.mhc_post.post-meta-middle .mh_quote_content {
    margin-bottom: 0
}

.mhc_portfolio_item .post-meta a,
.mhc_post .post-meta a {
    text-decoration: none
}

.mhc_bg_layout_light .mhc_portfolio_item .post-meta,
.mhc_bg_layout_light .mhc_portfolio_item .post-meta a,
.mhc_bg_layout_light .mhc_post .post-meta,
.mhc_bg_layout_light .mhc_post .post-meta a,
.mhc_bg_layout_light .mhc_post p {
    color: #666
}

.mhc_bg_layout_dark .mhc_portfolio_item .post-meta,
.mhc_bg_layout_dark .mhc_portfolio_item .post-meta a,
.mhc_bg_layout_dark .mhc_post .post-meta,
.mhc_bg_layout_dark .mhc_post .post-meta a,
.mhc_bg_layout_dark .mhc_post p {
    color: inherit
}

.mhc_post .more {
    text-decoration: none
}

.mhc_blog_grid_wrapper {
    overflow: hidden
}

.mhc_blog_grid {
    margin-left: -60px
}

.mhc_blog_grid .mhc_post {
    margin: 0 0 60px 60px;
    width: 280px;
    border: 1px solid #e2e2e2;
    float: left;
    padding: 19px;
    word-wrap: break-word
}

.mhc_bg_layout_light.mhc_blog_grid .mhc_post {
    background-color: #fff
}

.mhc_blog_grid .mhc_post.with-loveit.post-meta-above,
.mhc_blog_grid .mhc_post.with-loveit.post-meta-below,
.mhc_blog_grid .mhc_post.with-loveit.post-meta-middle {
    padding-bottom: 40px
}

.js .mhc_blog_grid .mhc_post {
    opacity: 0
}

.js .mhc_blog_grid .mhc_post {
    opacity: 1;
    -webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: gridFadeIn 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_post_content {
    overflow: hidden
}

.mhc_post_content_inner {
    position: relative
}

.more-link.mhc_contact_submit {
    margin-top: 20px
}

.mh-tags span {
    margin-top: 20px;
    display: block
}

.mh-tags .tag-links a {
    margin: 0 0 4px 10px;
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    padding: 6px 7px;
    position: relative
}

.mhc_column_3_8 .mhc_blog_grid .mhc_post {
    width: 327px
}

.mhc_column_1_4 .mhc_blog_grid .mhc_post {
    width: 185px
}

.mhc_bg_layout_dark .mhc_blog_grid .mhc_post {
    border-color: rgba(255, 255, 255, .4)
}

.mhc_image_container img,
.mhc_post a img {
    vertical-align: bottom
}

.mhc_image {
    margin-bottom: 30px;
    overflow: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 0
}

.mh-mask-circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

.mhc_image_sticky {
    margin-bottom: 0 !important;
    display: inherit
}

.mhc_row:last-child .mhc_image_sticky:last-child {
    margin-bottom: -50px !important;
    display: block
}

.mhc_row:last-child .mhc_image_sticky:last-child img {
    display: block
}

.meta-container.with-loveit {
    width: 68%;
    float: right
}

.mhc_filterable_portfolio_grid,
.mhc_gallery_grid {
    display: none
}

.mhc_filterable_portfolio .mhc_portfolio_item.active,
.mhc_gallery_grid .mhc_gallery_item {
    opacity: 1;
    -webkit-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_portfolio_item {
    margin-bottom: 42px
}

.mhc_portfolio_item img {
    margin-bottom: 9px
}

.mhc_column_1_3 .mhc_post h2,
.mhc_column_1_4 .mhc_post h2,
.mhc_portfolio_grid .mhc_portfolio_item h2 {
    font-size: 18px
}

.mh_gallery_item:nth-child(3n),
.mh_section_regular .mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(4n),
.mhc_column_1_2 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(2n),
.mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n),
.mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n) {
    margin-left: 0
}

.mh_gallery_item:nth-child(3n+1) {
    clear: both
}

.mh_gallery_item,
.mhc_column_1_2 .mhc_portfolio_grid .mhc_portfolio_item,
.mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item,
.mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item {
    float: right;
    width: 225px;
    margin: 0 0 42px 60px
}

.mhc_column_1_2 .mhc_portfolio_grid .mhc_portfolio_item img,
.mhc_column_1_3 .mhc_portfolio_grid .mhc_portfolio_item img,
.mhc_column_1_4 .mhc_portfolio_grid .mhc_portfolio_item img,
.mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item img,
.mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item img,
.mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item img {
    margin-bottom: 2px
}

.mhc_column_1_2 .mhc_portfolio_grid .mhc_portfolio_item h2,
.mhc_column_1_3 .mhc_portfolio_grid .mhc_portfolio_item h2,
.mhc_column_1_4 .mhc_audio_module_content h2,
.mhc_column_1_4 .mhc_portfolio_grid .mhc_portfolio_item h2,
.mhc_column_1_4 .mhc_post h2,
.mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item h2,
.mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item h2,
.mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item h2 {
    font-size: 16px
}

.mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item {
    float: right;
    width: 195px;
    margin: 0 0 42px 57px
}

.mhc_column_1_3 .mhc_portfolio_grid .mhc_portfolio_item,
.mhc_column_1_4 .mhc_portfolio_grid .mhc_portfolio_item {
    float: none;
    margin: 0 0 42px
}

.mhc_column_3_8 .mhc_portfolio_grid .mhc_portfolio_item {
    width: 368px
}

.mhc_column_1_3 .mhc_portfolio_grid .mhc_portfolio_item {
    width: 320px
}

.mhc_column_1_4 .mhc_portfolio_grid .mhc_portfolio_item {
    width: 225px
}

.mhc_filterable_portfolio .mhc_portfolio_item {
    max-width: 100%
}

.mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(4n+1) {
    clear: none !important
}

.mhc_video {
    position: relative;
    margin-bottom: 30px
}

.mhc_video_box {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 0
}

.mhc_video_box video {
    width: 100% !important;
    height: auto !important
}

.mhc_video_overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.mhc_video_play:before {
    content: "\e6ab"
}

.mhc_video_play {
    display: block;
    position: absolute;
    z-index: 100;
    color: #fff;
    right: 50%;
    top: 50%
}

.mhc_bg_layout_light .mhc_video_play {
    color: #333
}

.mhc_video_overlay_hover {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mhc_video .mhc_video_overlay_hover:hover {
    background: rgba(0, 0, 0, .6)
}

.mhc_column_1_2 .mhc_video_play,
.mhc_column_2_3 .mhc_video_play,
.mhc_column_3_4 .mhc_video_play,
.mhc_column_4_4 .mhc_video_play {
    font-size: 6rem;
    line-height: 6rem;
    margin-right: -3rem;
    margin-top: -3rem
}

.mhc_column_1_3 .mhc_video_play,
.mhc_column_1_4 .mhc_video_play,
.mhc_column_3_8 .mhc_video_play {
    font-size: 3rem;
    line-height: 3rem;
    margin-right: -1.5rem;
    margin-top: -1.5rem
}

@media only screen and (min-width:768px) and (max-width:980px) {

    .mhc_column_1_3 .mhc_video_play,
    .mhc_column_1_4 .mhc_video_play,
    .mhc_column_3_8 .mhc_video_play {
        font-size: 6rem;
        line-height: 6rem;
        margin-right: -3rem;
        margin-top: -3rem
    }
}

@media only screen and (max-width:768px) {

    .mhc_column_1_2 .mhc_video_play,
    .mhc_column_2_3 .mhc_video_play,
    .mhc_column_3_4 .mhc_video_play,
    .mhc_column_4_4 .mhc_video_play {
        font-size: 3rem;
        line-height: 3rem;
        margin-right: -1.5rem;
        margin-top: -1.5rem
    }
}

.mhc_video_slider {
    margin-bottom: 30px
}

.mhc_video_slider .mhc_slider:hover .mhc_video_overlay_hover {
    background: rgba(0, 0, 0, .6)
}

.mhc_video_slider .mhc_slider_dots+.mhc-controllers {
    position: relative;
    margin-top: 10px;
    bottom: 0;
    z-index: initial
}

.mhc_video_slider .mhc_slider_dots.mhc_controls_light~.mhc-controllers a {
    background-color: rgba(255, 255, 255, .5)
}

.mhc_video_slider .mhc_slider_dots.mhc_controls_light~.mhc-controllers .mhc-active-control {
    background-color: #fff !important
}

.mhc_video_slider .mhc_slider_dots.mhc_controls_dark~.mhc-controllers a {
    background-color: rgba(51, 51, 51, .5)
}

.mhc_video_slider .mhc_slider_dots.mhc_controls_dark~.mhc-controllers .mhc-active-control {
    background-color: #333 !important
}

.mhc_video_slider .mhc_controls_dark .mhc-slider-arrows {
    color: #333
}

.mhc_slider_carousel {
    margin-bottom: 0 !important
}

.mhc_column_1_4 .mhc_slider_carousel .mhc_slide {
    min-height: initial !important
}

.mh_mobile_device .mhc_slider_carousel .mhc-arrow-prev {
    opacity: 0 !important
}

.mh_mobile_device .mhc_slider_carousel .mhc-arrow-next {
    opacity: 0 !important
}

.mhc_carousel {
    margin-top: 2%;
    position: relative;
    overflow: hidden
}

.mhc_carousel:hover .mhc-arrow-prev {
    right: 10px;
    opacity: 1
}

.mhc_carousel:hover .mhc-arrow-next {
    left: 10px;
    opacity: 1
}

.mh_mobile_device .mhc_carousel .mhc-arrow-prev {
    right: -10px;
    opacity: 1
}

.mh_mobile_device .mhc_carousel .mhc-arrow-next {
    left: -10px;
    opacity: 1
}

.mhc_slider_carousel.mhc_controls_light+.mhc_carousel .mhc-arrow-next,
.mhc_slider_carousel.mhc_controls_light+.mhc_carousel .mhc-arrow-prev,
.mhc_slider_carousel.mhc_controls_light+.mhc_carousel .mhc_video_play {
    color: #fff
}

.mhc_slider_carousel.mhc_controls_dark+.mhc_carousel .mhc-arrow-next,
.mhc_slider_carousel.mhc_controls_dark+.mhc_carousel .mhc-arrow-prev,
.mhc_slider_carousel.mhc_controls_dark+.mhc_carousel .mhc_video_play {
    color: #333
}

.mhc_carousel_items {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.mhc_carousel_items .mh-carousel-group {
    display: none;
    float: right;
    width: 100%;
    position: relative
}

.mhc_carousel_items .mh-carousel-group.active {
    display: block
}

.mhc_carousel_items .mh-carousel-group.active .mhc_carousel_item:last-child {
    margin-left: 0
}

.mhc_carousel_item {
    display: none;
    position: relative;
    background: rgba(0, 0, 0, .25);
    float: right;
    margin: 0 0 0 2%;
    padding: 0
}

.mhc_carousel_items.columns-6 .mhc_carousel_item {
    width: 15%
}

.mhc_carousel_items.columns-5 .mhc_carousel_item {
    width: 18.4%
}

.mhc_carousel_items.columns-4 .mhc_carousel_item {
    width: 23.5%
}

.mhc_carousel_items.columns-3 .mhc_carousel_item {
    width: 32%
}

.mhc_carousel_items.columns-2 .mhc_carousel_item {
    width: 49%
}

.mhc_carousel_items.columns-1 .mhc_carousel_item {
    width: 100%
}

.mhc_carousel_item:after {
    padding-top: 75%;
    display: block;
    content: ''
}

.mhc_carousel_item .mhc_video_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.mhc_carousel_item.mhc-active-control .mhc_video_overlay_hover {
    background: rgba(0, 0, 0, .6)
}

.mhc_carousel_item .mhc_video_play {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mhc_column_1_2 .mhc_carousel_item .mhc_video_play,
.mhc_column_2_3 .mhc_carousel_item .mhc_video_play,
.mhc_column_3_4 .mhc_carousel_item .mhc_video_play,
.mhc_column_4_4 .mhc_carousel_item .mhc_video_play {
    font-size: 2.78rem;
    line-height: 2.78rem;
    margin-right: -1.39rem;
    margin-top: -1.39rem
}

.mhc_column_1_3 .mhc_carousel_item .mhc_video_play,
.mhc_column_3_8 .mhc_carousel_item .mhc_video_play {
    font-size: 2rem;
    line-height: 2rem;
    margin-right: -1rem;
    margin-top: -1rem
}

.mhc_column_1_4 .mhc_carousel_item .mhc_video_play {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.mhc_carousel_item .mhc_video_overlay:hover .mhc_video_play {
    opacity: 1
}

.mhc_carousel_item .mhc_video_overlay_hover:hover {
    background: rgba(0, 0, 0, .6)
}

.mhc_widget_area_left {
    border-right: 1px solid #e2e2e2;
    padding-bottom: 30px
}

.mhc_column_4_4 .mhc_widget_area_left {
    border-right: none
}

.mhc_widget {
    float: right;
    margin: 0 90px 40px 0
}

.mhc_column_1_2 .mhc_widget_area_left .mhc_widget:nth-child(2n),
.mhc_column_2_3 .mhc_widget_area_left .mhc_widget:nth-child(2n),
.mhc_column_3_4 .mhc_widget_area_left .mhc_widget:nth-child(3n),
.mhc_column_4_4 .mhc_widget_area_left .mhc_widget:nth-child(4n),
.mhc_column_4_4 .mhc_widget_area_right .mhc_widget:nth-child(4n) {
    margin-right: 30px
}

.mhc_column_4_4 .mhc_widget_area_left .mhc_widget,
.mhc_column_4_4 .mhc_widget_area_right .mhc_widget {
    width: 195px
}

.mhc_column_3_4 .mhc_widget_area_left .mhc_widget,
.mhc_column_3_4 .mhc_widget_area_right .mhc_widget {
    width: 194px
}

.mhc_column_2_3 .mhc_widget_area_left .mhc_widget,
.mhc_column_2_3 .mhc_widget_area_right .mhc_widget {
    width: 289px
}

.mhc_column_1_2 .mhc_widget_area_left .mhc_widget,
.mhc_column_1_2 .mhc_widget_area_right .mhc_widget {
    width: 194px
}

.mhc_column_1_3 .mhc_widget_area_left .mhc_widget,
.mhc_column_1_4 .mhc_widget_area_left .mhc_widget {
    width: auto;
    margin-right: 30px;
    margin-left: 0
}

.mhc_column_1_3 .mhc_widget,
.mhc_column_1_4 .mhc_widget {
    float: none
}

.mhc_widget a {
    text-decoration: none;
    color: #666
}

.mhc_widget_area .mhc_widget a {
    color: inherit
}

.mhc_widget select {
    width: 100%;
    height: 28px
}

.mhc_bg_layout_light .mhc_widget li a {
    color: #666
}

.mhc_bg_layout_dark .mhc_widget li a {
    color: inherit
}

.mhc_widget li a:hover {
    color: #4fd4ff
}

.mhc_widget ul li {
    margin-bottom: 6px
}

.mhc_widget ul li ul li {
    margin-right: 15px
}

.tagcloud a {
    font-size: 12px !important;
    padding: 2px 8px;
    background: rgba(0, 0, 0, .05);
    display: inline-block;
    margin-bottom: 4px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tagcloud a:hover {
    background: rgba(0, 0, 0, .15)
}

.mhc_widget_area_right {
    border-left: 1px solid #e2e2e2
}

.mhc_column_4_4 .mhc_widget_area_right {
    border-left: none
}

.mhc_column_1_2 .mhc_widget_area_right .mhc_widget,
.mhc_column_1_3 .mhc_widget_area_right .mhc_widget,
.mhc_column_1_4 .mhc_widget_area_right .mhc_widget,
.mhc_column_2_3 .mhc_widget_area_right .mhc_widget,
.mhc_column_3_4 .mhc_widget_area_right .mhc_widget {
    margin: 0 0 40px 30px
}

.mhc_column_1_2 .mhc_widget:nth-child(2n+1),
.mhc_column_2_3 .mhc_widget:nth-child(2n+1),
.mhc_column_3_4 .mhc_widget:nth-child(3n+1),
.mhc_column_4_4 .mhc_widget:nth-child(4n+1) {
    clear: both
}

.me-plugin {
    right: 0;
    left: 0
}

img.about-image {
    display: block;
    margin: 3px 0 8px 8px
}

.mhc_promo {
    padding: 40px 60px;
    text-align: center;
    margin-bottom: 30px
}

.mhc_promo_padding {
    margin-top: 20px
}

.mhc_promo_description p:last-of-type {
    padding-bottom: 0
}

.mhc_promo_button {
    display: inline-block;
    color: inherit;
    text-align: center
}

.mhc_promo_button span {
    color: inherit;
    font-size: 20px;
    padding-left: 15px;
    vertical-align: sub
}

.mhc_button_icon .mhc_promo_button {
    padding: 7px;
    margin-left: 15px
}

.mhc_button_icon .mhc_promo_button span {
    padding-left: 0
}

.mhc-button-icon-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    border-radius: 100% !important
}

.mhc_button_icon_medium {
    width: 42px;
    height: 42px;
    line-height: 42px
}

.mhc_button_icon_large {
    width: 58px;
    height: 58px;
    line-height: 58px
}

.mhc_button_icon_xlarge {
    width: 72px;
    height: 72px;
    line-height: 72px
}

.mhc_jetpack_form input[type=submit]:hover,
.mhc_mailpoet_form form input[type=submit]:hover,
.mhc_newsletter_button:hover,
.mhc_promo_button:hover {
    text-decoration: none
}

.mhc_column_1_2 .mhc_promo,
.mhc_column_1_3 .mhc_promo,
.mhc_column_1_4 .mhc_promo {
    padding: 40px
}

.mhc_newsletter {
    padding: 40px 0;
    margin-bottom: 30px
}

.mhc_newsletter_description {
    width: 58%;
    float: left;
    padding: 0 5.5%
}

.mhc_newsletter_description p:last-of-type {
    padding-bottom: 0
}

.mhc_newsletter_form {
    float: left;
    width: 25.5%;
    padding-right: 5.5%
}

.mhc_newsletter_form p input {
    font-size: 14px;
    border: none !important;
    padding: 14px !important;
    color: #666;
    background-color: #fff;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box
}

#subscribe-email input[type=email] {
    width: 92% !important
}

.mhc_jetpack_form .widgettitle {
    display: none
}

.mhc_jetpack_form .error {
    color: red;
    display: list-item;
    font-size: 13px;
    list-style: inside none disc
}

.mhc_jetpack_form .success p {
    display: list-item;
    font-size: 13px;
    list-style: inside none disc
}

.mhc_newsletter_form p .mhc_signup_error {
    border: 1px solid red !important
}

.mhc_newsletter_result {
    margin-bottom: 18px;
    display: none
}

.mhc_newsletter_button,
.mhc_newsletter_form.mhc_jetpack_form p input[type=submit],
.mhc_newsletter_form.mhc_mailpoet_form form input[type=submit] {
    display: block;
    color: inherit;
    padding: 7px 0 !important;
    width: 100%;
    text-align: center;
    box-sizing: border-box
}

.mhc_newsletter_form.mhc_mailpoet_form form input[type=submit] {
    margin-top: 1em
}

.mhc_feedburner_form .mhc_newsletter_button,
.mhc_jetpack_form input[type=submit],
.mhc_login_form .mhc_newsletter_button,
.mhc_mailpoet_form form input[type=submit] {
    margin: 0;
    width: 100%;
    cursor: pointer
}

.mhc_feedburner_form form,
.mhc_login_form form {
    text-align: right
}

.mhc_feedburner_form::-webkit-input-placeholder,
.mhc_login_form::-webkit-input-placeholder {
    color: #666
}

.mhc_feedburner_form::-moz-placeholder,
.mhc_login_form::-moz-placeholder {
    color: #666
}

.mhc_feedburner_form:-ms-input-placeholder,
.mhc_login_form:-ms-input-placeholder {
    color: #666
}

.mhc_column_2_3 .mhc_newsletter_description,
.mhc_column_2_3 .mhc_newsletter_form,
.mhc_column_3_4 .mhc_newsletter_description,
.mhc_column_3_4 .mhc_newsletter_form {
    width: 41.75%
}

.mhc_column_1_2 .mhc_newsletter_description,
.mhc_column_1_2 .mhc_newsletter_form,
.mhc_column_1_3 .mhc_newsletter_description,
.mhc_column_1_3 .mhc_newsletter_form,
.mhc_column_1_4 .mhc_newsletter_description,
.mhc_column_1_4 .mhc_newsletter_form,
.mhc_column_3_8 .mhc_newsletter_description,
.mhc_column_3_8 .mhc_newsletter_form {
    width: 89%;
    padding-right: 5.5%;
    padding-left: 5.5%;
    max-width: 388px;
    float: none;
    margin: 0 auto
}

.mhc_widget.widget_wysija .wysija-input {
    color: #666 !important;
    width: 100%;
    margin: 0;
    border-color: #ddd;
    height: 30px !important;
    box-sizing: border-box
}

.mhc_widget.widget_wysija .wysija-submit {
    background-color: #ddd;
    border: medium;
    color: #666;
    cursor: pointer !important;
    font-size: 12px;
    font-weight: 400 !important;
    height: 31px !important;
    line-height: 1;
    margin: 10px 0 0;
    width: 100%
}

.mhc_widget.widget_wysija .wysija-submit::active,
.mhc_widget.widget_wysija .wysija-submit::focus {
    border: medium
}

.mhc_widget.widget_mailpoet_form .mailpoet_paragraph {
    padding: 0
}

.mhc_widget.widget_mailpoet_form hr {
    border-style: solid;
    margin: 10px 0;
    color: #ddd
}

.mhc_widget.widget_mailpoet_form .mailpoet_text {
    color: #666 !important;
    width: 100%;
    margin: 0;
    border-color: #ddd;
    height: 30px !important;
    box-sizing: border-box
}

.mhc_widget.widget_mailpoet_form .mailpoet_submit {
    background-color: #ddd;
    border: medium;
    color: #666;
    cursor: pointer !important;
    font-size: 12px;
    font-weight: 400 !important;
    height: 31px !important;
    line-height: 1;
    margin: 10px 0 0;
    width: 100%
}

.mhc_widget.widget_mailpoet_form .mailpoet_submit::active,
.mhc_widget.widget_mailpoet_form .mailpoet_submit::focus {
    border: medium
}

.mhc_newsletter_form.mhc_mailpoet_form .mailpoet_text {
    width: 100% !important
}

.mhc_newsletter_form.mhc_mailpoet_form .mailpoet_paragraph {
    padding: 0
}

.mhc_newsletter_form.mhc_mailpoet_form form input[type=submit] {
    border: 2px solid !important
}

.mhc_newsletter_form.mhc_mailpoet_form form input[type=submit]:hover {
    border: 2px solid transparent !important
}

.mhc_newsletter_form.mhc_mailpoet_form .parsley-errors-list {
    background-color: #fff
}

.mhc_newsletter_form.mhc_mailpoet_form .mailpoet_checkbox_label {
    padding-bottom: 0
}

.mhc_newsletter_form.mhc_mailpoet_form .mailpoet_checkbox {
    width: auto
}

.mhc_newsletter_form.mhc_mailpoet_form hr {
    border-style: solid;
    margin: 20px 0
}

.mhc_mailpoet_form .wysija-checkbox-label {
    padding-bottom: 0
}

.mhc_mailpoet_form .wysija-checkbox {
    width: auto
}

.mhc_mailpoet_form .formError .formErrorContent {
    background: #d90000;
    border: none;
    font-size: 12px
}

.mhc_mailpoet_form hr {
    border-style: solid
}

.mhc_bg_layout_dark .mhc_mailpoet_form hr {
    color: #fff
}

.mhc_bg_layout_light .mhc_mailpoet_form hr {
    color: #666
}

.mhc_bg_layout_light .mhc_mailpoet_form .mailpoet_submit,
.mhc_bg_layout_light .mhc_mailpoet_form .wysija-submit {
    background-color: transparent !important
}

.mhc_mailpoet_count {
    font-size: 12px;
    padding-top: 5px
}

.mhc_column_1_2 .mhc_newsletter_description {
    padding-bottom: 25px
}

.mhc_column_1_3 .mhc_newsletter,
.mhc_column_1_4 .mhc_newsletter,
.mhc_column_3_8 .mhc_newsletter {
    padding: 30px 0
}

.mhc_column_1_3 .mhc_newsletter_description,
.mhc_column_1_4 .mhc_newsletter_description,
.mhc_column_3_8 .mhc_newsletter_description {
    padding-bottom: 15px
}

.mhc_all_tabs>div,
.mhc_toggle_close .mhc_toggle_content {
    display: none
}

.mhc_toggle_content {
    padding-top: 20px
}

.mhc_toggle_content p:last-of-type {
    padding-bottom: 0
}

.mhc_all_tabs .mhc_active_content {
    display: block
}

.mhc_show_borders.mhc_tabs {
    border: 1px solid #d9d9d9
}

.mhc_show_borders .mhc_tabs_controls {
    border-bottom: 1px solid #d9d9d9
}

.mhc_show_borders .mhc_tabs_controls li {
    border-left: 1px solid #d9d9d9
}

.mhc_column_1_3 .mhc_show_borders .mhc_tabs_controls li,
.mhc_column_1_4 .mhc_show_borders .mhc_tabs_controls li,
.mhc_row_inner .mhc_column_1_2 .mhc_show_borders .mhc_tabs_controls li,
.mhc_row_inner .mhc_column_1_3 .mhc_show_borders .mhc_tabs_controls li {
    border-bottom: 1px solid #d9d9d9
}

.mhc_tabs {
    margin-bottom: 30px;
    background-color: #fff
}

.mhc_tabs_controls {
    background-color: #f4f4f4
}

.mhc_tabs_controls li {
    float: right;
    padding: 14px 30px 15px;
    position: relative;
    cursor: pointer
}

.mhc_tabs_controls li a {
    text-decoration: none;
    color: #666
}

.mhc_tabs_controls li.mhc_tab_active {
    padding: 15px 30px;
    background-color: #fff;
    bottom: -1px
}

.mhc_tab_active a {
    color: #333 !important
}

.mhc_bg_layout_dark .mhc_tabs_controls li a {
    color: #fff
}

.mhc_bg_layout_dark .mhc_tab_active a {
    color: rgba(255, 255, 255, .8) !important
}

.mhc_tab p:last-of-type {
    padding-bottom: 0
}

.mhc_all_tabs {
    padding: 24px 30px
}

.mhc_column_1_3 .mhc_tabs_controls,
.mhc_column_1_4 .mhc_tabs_controls {
    border-bottom: none
}

.mhc_column_1_3 .mhc_tabs_controls li,
.mhc_column_1_4 .mhc_tabs_controls li,
.mhc_column_3_8 .mhc_tabs_controls li {
    float: none;
    border-left: none
}

.mhc_toggle {
    margin-bottom: 30px
}

.mhc_toggle.mhc_show_borders {
    border: 1px solid #d9d9d9
}

.mhc_toggle_close {
    background-color: #f4f4f4;
    padding: 20px
}

.mhc_toggle_open {
    padding: 20px;
    background: #fff
}

.mhc_toggle h5.mhc_toggle_title {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px
}

.mhc_toggle_title:before {
    content: "\e6d6";
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #c3c3c3;
    top: 0
}

.mhc_toggle_open .mhc_toggle_title:before {
    content: "\e6d7"
}

.mhc-arrow-next,
.mhc-arrow-prev {
    position: absolute;
    top: 50%;
    z-index: 100;
    font-size: 48px;
    color: #fff;
    margin-top: -24px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.mhc_bg_layout_light .mhc-arrow-next,
.mhc_bg_layout_light .mhc-arrow-prev {
    color: #333
}

.mhc_bg_layout_light .mhc-controllers .mhc-active-control {
    background-color: #333
}

.mhc_bg_layout_light .mhc-controllers a {
    background-color: rgba(0, 0, 0, .3)
}

.format-gallery .mhc-arrow-next,
.format-gallery .mhc-arrow-prev {
    color: #fff
}

.format-gallery .mhc-controllers a {
    background-color: rgba(255, 255, 255, .5)
}

.mhc-controllers .mhc-active-control {
    background-color: #fff !important
}

.mhc-arrow-next:hover,
.mhc-arrow-prev:hover {
    text-decoration: none
}

.mhc-arrow-next span,
.mhc-arrow-prev span {
    display: none
}

.mhc-arrow-prev {
    right: -22px
}

.mhc-arrow-next {
    left: -22px
}

.mhc-arrow-prev:before {
    content: "\e6d8"
}

.mhc-arrow-next:before {
    content: "\e6d5"
}

.mh_mobile_device .mhc-arrow-prev,
.mhc_slider:hover .mhc-arrow-prev {
    right: 22px;
    opacity: 1
}

.mh_mobile_device .mhc-arrow-next,
.mhc_slider:hover .mhc-arrow-next {
    left: 22px;
    opacity: 1
}

.format-gallery .mhc_slider:hover .mhc-arrow-prev {
    right: 5px
}

.format-gallery .mhc_slider:hover .mhc-arrow-next {
    left: 5px
}

.mhc_column_1_3 .mhc_slider:hover .mhc-arrow-prev,
.mhc_column_1_4 .mhc_slider:hover .mhc-arrow-prev {
    right: 4px
}

.mhc_column_1_3 .mhc_slider:hover .mhc-arrow-next,
.mhc_column_1_4 .mhc_slider:hover .mhc-arrow-prev {
    left: 4px
}

.mhc_column_1_4 .mhc_slider:hover .mhc-arrow-next {
    left: 0
}

#sidebar {
    padding-bottom: 1px
}

.mh_right_sidebar #left-area {
    float: left;
    width: 795px;
    margin-right: 60px
}

.mh_right_sidebar #sidebar {
    float: right;
    width: 224px
}

#sidebar .mhc_widget {
    float: none;
    margin: 0 0 40px 30px
}

#main-content .container {
    padding-top: 58px
}

.mh_right_sidebar #main-content .container:before {
    right: 224px
}

.mh_left_sidebar #main-content .container:before {
    left: 224px
}

.mh_full_width_page #main-content .container:before,
.mh_full_width_portfolio_page #main-content .container:before {
    display: none
}

.mh_full_width_page #left-area {
    float: none;
    width: 100%
}

#left-area {
    padding-bottom: 23px
}

.post-meta {
    font-size: 14px;
    padding-bottom: 15px
}

.post-meta a {
    text-decoration: none;
    color: #666
}

.mhc_the_views {
    display: inline-block;
    line-height: 1
}

.mh_author_avatar_40 img {
    border-radius: 100%;
    max-width: 40px
}

.post-meta.post-meta-alt {
    font-size: 12px;
    line-height: 1.3
}

.post-meta.post-meta-alt .mh_author_avatar_40 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

.post-meta.post-meta-alt .post-meta-inline {
    display: table-cell;
    vertical-align: middle
}

.post-meta.post-meta-alt .post-meta-inline .mh_author_link {
    color: inherit
}

.post-meta.post-meta-alt .post-meta-inline p {
    color: rgba(0, 0, 0, .3);
    display: block;
    text-rendering: auto
}

.post-meta.post-meta-alt .post-meta-inline p a {
    color: rgba(0, 0, 0, .3)
}

.mhc_bg_layout_dark .post-meta.post-meta-alt .post-meta-inline p {
    color: rgba(255, 255, 255, .5)
}

.mhc_bg_layout_dark .post-meta.post-meta-alt .post-meta-inline p a {
    color: rgba(255, 255, 255, .5)
}

.mhc_more_link a {
    float: right
}

#left-area .mh_featured_image {
    padding-bottom: 7px
}

.single .post {
    padding-bottom: 25px
}

.single .mhc_blog_grid .mhc_post {
    padding-bottom: 19px
}

.mhc_is_active.single .post {
    padding-bottom: 0
}

.mh_left_sidebar #left-area {
    float: right;
    width: 795px;
    margin-left: 60px
}

.mh_left_sidebar #sidebar {
    float: left;
    width: 224px
}

.mh_left_sidebar #sidebar .mhc_widget {
    float: none;
    margin: 0 30px 40px 0
}

.single-project #left-area {
    padding-bottom: 50px
}

.mhc_contact_form {
    margin-right: -3%
}

.mhc_contact_main_title {
    padding-bottom: 16px
}

.mhc_contact_blurb {
    padding-bottom: 10px
}

.mhc_contact_right {
    width: 100%;
    float: right
}

.mhc_contact_left {
    float: left;
    width: auto;
    margin: 8px 0 0 15px;
    text-align: right
}

.mhc_contact_form_label {
    display: none
}

.mhc_contact_form_container {
    padding-bottom: 30px
}

.mhc_contact_field {
    margin-bottom: 3%;
    padding: 0 3% 0 0;
    box-sizing: border-box
}

.mhc_contact .mhc_contact_field_half {
    width: 50%;
    float: right;
    overflow: hidden
}

.mhc-contact-message {
    font-size: 13px;
    line-height: 1.4em
}

.mhc-contact-message ul {
    padding-bottom: 5px
}

.mhc_contact_submit_message {
    border-right: 4px solid #eee;
    box-sizing: border-box;
    padding: 10px !important
}

.mhc_contact p input,
.mhc_contact p textarea,
.wpcf7-form p input[type=date],
.wpcf7-form p input[type=email],
.wpcf7-form p input[type=number],
.wpcf7-form p input[type=tel],
.wpcf7-form p input[type=text],
.wpcf7-form p input[type=url],
.wpcf7-form select,
.wpcf7-form textarea {
    background-color: #eee;
    border: none !important;
    width: 100% !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mhc_contact_left p input {
    width: 50px !important;
    padding: 9px !important;
    line-height: 1.7em;
    font-size: 16px
}

.mhc_contact_message {
    min-height: 150px
}

.mhc_contact_reset,
.mhc_contact_submit,
.wpcf7-form input[type=submit] {
    display: block;
    float: left;
    margin: 8px auto 0;
    cursor: pointer
}

.mhc_bg_layout_light .mhc_contact_submit.mhc_button_solid,
.mhc_bg_layout_light.mhc_wpcf7_solid .wpcf7-form input[type=submit] {
    color: #fff
}

.mhc_column_1_3 .mhc_contact_right p,
.mhc_column_1_4 .mhc_contact_right p,
.mhc_column_3_8 .mhc_contact_right p {
    width: 100%;
    float: none;
    margin-left: 0
}

.mhc_contact p .mh_contact_error {
    border: 1px solid red !important
}

.mhc_contact_form .mhc_contactform_hpv_field {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    visibility: hidden !important
}

.mhc_contactform_hpv_field {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px;
    margin: 45px 0 30px
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: #fff
}

.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border-color: #dc3232;
    background-color: #dc3232;
    color: #fff
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    background-color: #f56e28;
    color: #fff
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #e8a200;
    background-color: #e8a200;
    color: #fff
}

.wpcf7 form .wpcf7-response-output:before,
.wpcf7 form.sent .wpcf7-response-output:before {
    font-size: 24px;
    line-height: 20px;
    margin-left: 16px;
    vertical-align: middle
}

.wpcf7 form .wpcf7-response-output:before {
    content: "\e687"
}

.wpcf7 form.sent .wpcf7-response-output:before {
    content: "\e7c8"
}

.mhc_contact7.mh-form-transparent.mhc_bg_layout_dark .mailpoet_text,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_dark .wysija-input,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_dark input.input,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-date,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-number,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-quiz,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-text,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_dark select,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_dark textarea,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_dark .mailpoet_text,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_dark .wysija-input,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_dark input.input,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-date,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-number,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-quiz,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-text,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_dark select,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_dark textarea,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_dark .mailpoet_text,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_dark .wysija-input,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_dark input.input,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-date,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-number,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-quiz,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_dark input.wpcf7-text,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_dark select,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_dark textarea {
    background-color: rgba(238, 238, 238, .11) !important;
    color: rgba(255, 255, 255, .85) !important
}

.mhc_contact7.mh-form-transparent.mhc_bg_layout_light .mailpoet_text,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_light .wysija-input,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_light input.input,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_light input.wpcf7-date,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_light input.wpcf7-number,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_light input.wpcf7-quiz,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_light input.wpcf7-text,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_light select,
.mhc_contact7.mh-form-transparent.mhc_bg_layout_light textarea,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_light .mailpoet_text,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_light .wysija-input,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_light input.input,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_light input.wpcf7-date,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_light input.wpcf7-number,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_light input.wpcf7-quiz,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_light input.wpcf7-text,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_light select,
.mhc_contact_form_container.mh-form-transparent.mhc_bg_layout_light textarea,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_light .mailpoet_text,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_light .wysija-input,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_light input.input,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_light input.wpcf7-date,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_light input.wpcf7-number,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_light input.wpcf7-quiz,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_light input.wpcf7-text,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_light select,
.mhc_newsletter.mh-form-transparent.mhc_bg_layout_light textarea {
    background-color: rgba(68, 68, 68, .11) !important;
    color: rgba(0, 0, 0, .7) !important
}

.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark .mailpoet_text,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark .mhc_contact_submit.mhc_button_transparent,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark .wysija-input,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark input.input,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-date,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-number,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-quiz,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-text,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark select,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_dark textarea,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark .mailpoet_text,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark .mhc_contact_submit.mhc_button_transparent,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark .wysija-input,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark input.input,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-date,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-number,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-quiz,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-text,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark select,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_dark textarea,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark .mailpoet_text,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark .mhc_contact_submit.mhc_button_transparent,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark .wysija-input,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark input.input,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-date,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-number,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-quiz,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark input.wpcf7-text,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark select,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_dark textarea {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    color: rgba(255, 255, 255, .85) !important
}

.mhc_contact7.mh-form-bordered.mhc_bg_layout_light .mailpoet_text,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_light .mhc_contact_submit.mhc_button_transparent,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_light .wysija-input,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_light input.input,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_light input.wpcf7-date,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_light input.wpcf7-number,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_light input.wpcf7-quiz,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_light input.wpcf7-text,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_light select,
.mhc_contact7.mh-form-bordered.mhc_bg_layout_light textarea,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light .mailpoet_text,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light .mhc_contact_submit.mhc_button_transparent,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light .wysija-input,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light input.input,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light input.wpcf7-date,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light input.wpcf7-number,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light input.wpcf7-quiz,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light input.wpcf7-text,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light select,
.mhc_contact_form_container.mh-form-bordered.mhc_bg_layout_light textarea,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light .mailpoet_text,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light .mhc_contact_submit.mhc_button_transparent,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light .wysija-input,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light input.input,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light input.wpcf7-date,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light input.wpcf7-number,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light input.wpcf7-quiz,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light input.wpcf7-text,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light select,
.mhc_newsletter.mh-form-bordered.mhc_bg_layout_light textarea {
    background-color: transparent !important;
    border: 2px solid #444 !important;
    color: rgba(0, 0, 0, .7) !important
}

.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark .mailpoet_text,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark .wysija-input,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark input.input,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-date,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-number,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-quiz,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-text,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark select,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark textarea,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark .mailpoet_text,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark .wysija-input,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark input.input,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-date,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-number,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-quiz,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-text,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark select,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark textarea,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark .mailpoet_text,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark .wysija-input,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark input.input,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-date,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-number,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-quiz,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark input.wpcf7-text,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark select,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark textarea {
    background-color: rgba(238, 238, 238, .11) !important;
    border: 2px solid #fff !important;
    color: rgba(255, 255, 255, .85) !important
}

.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_dark .mhc_contact_submit.mhc_button_transparent,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_dark .mhc_contact_submit.mhc_button_transparent,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_dark .mhc_contact_submit.mhc_button_transparent {
    border: 2px solid #fff !important;
    color: rgba(255, 255, 255, .85) !important
}

.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_light .mailpoet_text,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_light .wysija-input,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_light input.input,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-date,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-number,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-quiz,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-text,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_light select,
.mhc_contact7.mh-form-transparent-bordered.mhc_bg_layout_light textarea,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_light .mailpoet_text,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_light .wysija-input,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_light input.input,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-date,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-number,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-quiz,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-text,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_light select,
.mhc_contact_form_container.mh-form-transparent-bordered.mhc_bg_layout_light textarea,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_light .mailpoet_text,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_light .wysija-input,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_light input.input,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-date,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-number,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-quiz,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_light input.wpcf7-text,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_light select,
.mhc_newsletter.mh-form-transparent-bordered.mhc_bg_layout_light textarea {
    background-color: rgba(68, 68, 68, .11) !important;
    border: 2px solid #444 !important;
    color: rgba(0, 0, 0, .7) !important
}

.widget_text textarea {
    max-height: 100px
}

.mhc_countdown_timer .mhc_countdown_timer_container {
    margin: 0 0 30px;
    text-align: center;
    padding: 40px
}

.mhc_countdown_timer .title {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 30px;
    padding: 0;
    text-align: center
}

.mhc_countdown_timer .section {
    margin-right: 15px;
    display: inline-block
}

.mhc_countdown_timer .seconds {
    margin-right: 0
}

.mhc_countdown_timer .section.values {
    width: 76px
}

.mhc_countdown_timer .section.days {
    width: 124px
}

.mhc_countdown_timer .section p {
    font-size: 64px;
    line-height: 64px;
    padding-bottom: 0;
    text-align: center;
    display: inline-block
}

.mhc_countdown_timer .section.zero p {
    opacity: .4
}

.mhc_countdown_timer .section p.label {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    display: block
}

.mhc_countdown_timer .sep {
    position: relative;
    top: -28px
}

.mhc_column_1_2 .mhc_countdown_timer .sep,
.mhc_column_1_3 .mhc_countdown_timer .sep,
.mhc_column_1_4 .mhc_countdown_timer .sep,
.mhc_column_3_8 .mhc_countdown_timer .sep {
    top: -22px
}

.mhc_column_1_2 .mhc_countdown_timer .section {
    margin-right: 5px
}

.mhc_column_1_2 .mhc_countdown_timer .section.values {
    width: 57px
}

.mhc_column_1_2 .mhc_countdown_timer .section.days {
    width: 80px
}

.mhc_column_1_2 .mhc_countdown_timer .section p {
    font-size: 48px;
    line-height: 48px
}

.mhc_column_1_2 .mhc_countdown_timer .section p.label {
    font-size: 12px;
    line-height: 20px
}

.mhc_column_1_3 .mhc_countdown_timer .mhc_countdown_timer_container,
.mhc_column_3_8 .mhc_countdown_timer .mhc_countdown_timer_container {
    padding: 40px 20px
}

.mhc_column_1_3 .mhc_countdown_timer .section,
.mhc_column_1_4 .mhc_countdown_timer .section,
.mhc_column_3_8 .mhc_countdown_timer .section {
    margin-right: 0
}

.mhc_column_1_3 .mhc_countdown_timer .section.values,
.mhc_column_3_8 .mhc_countdown_timer .section.values {
    width: 42px
}

.mhc_column_1_3 .mhc_countdown_timer .section.days,
.mhc_column_3_8 .mhc_countdown_timer .section.days {
    width: 50px
}

.mhc_column_1_3 .mhc_countdown_timer .section p,
.mhc_column_3_8 .mhc_countdown_timer .section p {
    font-size: 28px;
    line-height: 28px
}

.mhc_column_1_3 .mhc_countdown_timer .section p.label,
.mhc_column_3_8 .mhc_countdown_timer .section p.label {
    font-size: 11px;
    line-height: 19px
}

.mhc_column_1_3 .mhc_countdown_timer .title,
.mhc_column_3_8 .mhc_countdown_timer .title {
    font-size: 18px;
    margin-bottom: 20px
}

.mhc_column_1_4 .mhc_countdown_timer .mhc_countdown_timer_container {
    padding: 20px 0
}

.mhc_column_1_4 .mhc_countdown_timer .section {
    margin-right: 4px
}

.mhc_column_1_4 .mhc_countdown_timer .section.values {
    width: 25px
}

.mhc_column_1_4 .mhc_countdown_timer .section.days {
    width: 30px
}

.mhc_column_1_4 .mhc_countdown_timer .section p {
    font-size: 20px;
    line-height: 20px
}

.mhc_column_1_4 .mhc_countdown_timer .section p.label {
    font-size: 11px;
    line-height: 19px
}

.mhc_column_1_4 .mhc_countdown_timer .title {
    font-size: 16px;
    margin: 0 0 20px
}

.mhc_circle_counter,
.mhc_number_counter {
    width: 225px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center
}

.mhc_circle_counter canvas {
    position: absolute;
    top: 0;
    left: 0
}

.mhc_circle_counter .percent {
    word-wrap: initial
}

.mhc_circle_counter .percent,
.mhc_number_counter .percent {
    position: relative;
    z-index: 2
}

.mhc_circle_counter .percent p,
.mhc_number_counter .percent p {
    visibility: hidden
}

.mhc_circle_counter .percent {
    height: 225px
}

.mhc_circle_counter .percent p {
    font-size: 40px;
    font-weight: 500;
    line-height: 225px
}

.mhc_circle_counter h3,
.mhc_number_counter h3 {
    padding: 20px 0 0;
    font-size: 16px
}

.mhc_number_counter {
    width: auto
}

.mhc_number_counter.mhc_has_bg {
    padding: 15px
}

.mhc_number_counter canvas {
    display: none;
    visibility: hidden
}

.mhc_number_counter .percent {
    height: 56px
}

.mhc_number_counter .percent p {
    font-size: 56px;
    line-height: 56px;
    font-weight: 500
}

.mh_password_protected_form {
    min-height: 550px;
    min-height: 68vh
}

.mh_password_protected_form p input {
    background-color: #eee;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mh_password_protected_form label {
    display: none
}

.mh_password_protected_form .mh_submit_button {
    font-family: inherit;
    display: block;
    float: left;
    margin: 8px auto 0;
    cursor: pointer
}

.post-password-required .mhc_row,
.post-password-required p.nocomments.container {
    max-width: 100%
}

.post-password-required p.nocomments.container:before {
    display: none
}

.mh_main_title {
    padding-bottom: 40px
}

.mh_main_title.mh_project_title {
    padding-bottom: 0
}

.mh_main_title h1 {
    display: inline-block;
    padding-left: 2px
}

.mh_main_title .mh_project_categories {
    font-size: 14px
}

.mh_main_title .mh_project_categories a {
    text-decoration: none;
    color: #666
}

.event .entry-content,
.mhc_post .entry-content,
.project .entry-content {
    padding: 15px 0
}

.mh_project_meta {
    margin: 23px 0 14px;
    border-top: 1px solid #e2e2e2;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2
}

.mh_full_width_portfolio_page .mh_project_meta {
    margin-bottom: 0
}

.mh_project_meta_title {
    display: block;
    font-weight: 700;
    color: #333
}

.mh_project_meta p {
    padding-bottom: 15px
}

.mh_project_meta p a {
    text-decoration: none;
    color: #666
}

.nav-single a {
    text-decoration: none;
    color: #4fd4ff;
    font-size: 14px;
    font-weight: 400
}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

.mh_full_width_portfolio_page .mh_project_meta {
    float: left;
    width: 225px;
    margin-top: 60px;
    border-bottom: none
}

.mh_full_width_portfolio_page .entry-content {
    margin-bottom: 43px
}

.mh_full_width_portfolio_page .nav-single {
    border-top: 1px solid #e2e2e2;
    padding-top: 13px
}

.mhc_is_active .entry-content {
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0
}

.mh_portfolio_image,
.mh_shop_image {
    position: relative;
    display: block
}

.mh_overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.mhc_bg_layout_dark .mh_overlay {
    background: #000;
    background: rgba(0, 0, 0, .6)
}

.mh_overlay:before {
    content: '\e7c7';
    position: absolute;
    top: 55%;
    left: 50%;
    margin: -14px 0 0 -14px;
    font-size: 32px;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mhc_bg_layout_dark .mh_overlay:before {
    color: #fff
}

.mhc_bg_layout_light .mh_overlay:before {
    color: #444
}

.mh_overlay:hover:before {
    top: 50%
}

#ie7 .mh_overlay,
#ie8 .mh_overlay {
    display: none
}

.mh_portfolio_image:hover .mh_overlay,
.mh_shop_image:hover .mh_overlay,
.mhc_blurb:hover .mh_only_overlay,
.mhc_fullwidth_portfolio .mhc_portfolio_image:hover .meta,
.mhc_fullwidth_portfolio .mhc_portfolio_image:hover .mh_overlay,
.mhc_gallery_image:hover .mh_overlay {
    opacity: 1;
    z-index: 3
}

.mhc_slider.mhc_gallery_fullwidth span.mh_overlay {
    display: none
}

.mh_portfolio_image img {
    vertical-align: bottom;
    margin-bottom: 0 !important
}

.mhc_portfolio_item h2 {
    margin-top: 10px;
    padding-bottom: 5px
}

.mhc_section_video_bg .mejs-overlay-loading {
    display: none !important
}

.main_title {
    margin-bottom: 20px
}

.mhc_forgot_password {
    font-size: 12px;
    margin-top: -5px
}

.mhc_forgot_password a {
    color: #fff;
    text-decoration: underline
}

.mhc_bg_layout_light .mhc_forgot_password a {
    color: #666
}

.mhc_team_member {
    margin-bottom: 30px
}

.mhc_column_2_3 .mhc_team_member_description,
.mhc_column_3_4 .mhc_team_member_description,
.mhc_column_4_4 .mhc_team_member_description {
    margin-right: 350px
}

.mhc_column_3_8 .mhc_team_member_description,
.mhc_team_member_no_image .mhc_team_member_description {
    margin-right: 0 !important
}

.mhc_team_member_image {
    float: right;
    width: 320px;
    margin-left: 30px;
    line-height: 0 !important
}

.mhc_team_member_description h4 {
    padding-bottom: 0
}

.mhc_team_member_description p:last-of-type {
    padding-bottom: 14px
}

.mhc_member_position {
    color: #aaa
}

.mhc_member_position.mhc_show_borders {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .1);
    padding: 10px 0 14px;
    margin: 15px 0 10px
}

.mhc_bg_layout_dark .mhc_member_position {
    color: #fff
}

.mhc_bg_layout_dark .mhc_member_position.mhc_show_borders {
    border-color: rgba(255, 255, 255, .2)
}

.mhc_bg_layout_dark .mhc_member_social_links a {
    color: #fff
}

.entry-content .mhc_member_social_links {
    list-style-type: none;
    margin-top: 15px;
    padding: 0
}

.mhc_member_social_links li {
    display: inline-block
}

.mhc_text_align_center .mhc_member_social_links li {
    margin-left: 7px;
    margin-right: 7px
}

.mhc_text_align_left .mhc_member_social_links li {
    margin-right: 14px
}

.mhc_text_align_right .mhc_member_social_links li {
    margin-left: 14px
}

.mhc_text_align_justified .mhc_member_social_links li {
    margin-left: 14px
}

.mhc_member_social_links a {
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-align: center;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #b2b2b2;
    text-decoration: none
}

.mhc_member_social_links a:hover {
    opacity: .85;
    color: inherit
}

.mhc_member_social_links span {
    display: none
}

.mhc_facebook_icon:before {
    content: '\e6f6'
}

.mhc_twitter_icon:before {
    content: '\e6f4'
}

.mhc_google_icon:before {
    content: '\e6f9'
}

.mhc_linkedin_icon:before {
    content: '\e6ff'
}

.mhc_behance_icon:before {
    content: '\e718'
}

.mhc_instagram_icon:before {
    content: '\e70c'
}

.mhc_website_icon:before {
    content: '\e628'
}

.mhc_column_1_2 .mhc_team_member_image,
.mhc_column_1_3 .mhc_team_member_image,
.mhc_column_1_4 .mhc_team_member_image,
.mhc_column_3_8 .mhc_team_member_image {
    float: none;
    width: auto;
    margin: 0 0 12px;
    text-align: center
}

.mh_quote_content {
    text-align: right
}

.mh_audio_content,
.mh_link_content,
.mhc_audio_module_content {
    text-align: center;
    word-wrap: break-word;
    position: relative
}

.mh_audio_content,
.mh_link_content,
.mh_quote_content,
.mhc_audio_module_content {
    padding: 35px 60px
}

.mh_quote_content blockquote {
    padding: 0;
    margin: 0;
    border: none
}

.mh_audio_content h2,
.mh_link_content a.mh_link_main_url,
.mh_link_content h2,
.mh_quote_content .quote-author,
.mh_quote_content blockquote cite,
.mh_quote_content blockquote p,
.mhc_audio_module_content h2 {
    color: #fff !important
}

.mhc_text_color_dark .mh_audio_content h2,
.mhc_text_color_dark .mh_audio_module_meta,
.mhc_text_color_dark .mh_link_content a.mh_link_main_url,
.mhc_text_color_dark .mh_link_content h2,
.mhc_text_color_dark .mh_quote_content blockquote cite,
.mhc_text_color_dark .mh_quote_content blockquote p,
.mhc_text_color_dark .mhc_audio_module_content h2 {
    color: #666 !important
}

.mhc_text_color_dark.mh_audio_content h2,
.mhc_text_color_dark.mh_link_content a.mh_link_main_url,
.mhc_text_color_dark.mh_link_content h2,
.mhc_text_color_dark.mh_quote_content .quote-author,
.mhc_text_color_dark.mh_quote_content blockquote cite,
.mhc_text_color_dark.mh_quote_content blockquote p,
.mhc_text_color_dark.mhc_audio_module_content h2 {
    color: #bbb !important
}

.mhc_text_color_dark.mh_audio_content,
.mhc_text_color_dark.mh_link_content,
.mhc_text_color_dark.mh_quote_content {
    background-color: #e8e8e8
}

.mh_quote_main_link {
    position: absolute;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0
}

.mh_audio_content h2,
.mh_link_content h2,
.mh_quote_content blockquote p,
.mhc_audio_module_content h2 {
    font-size: 26px;
    margin-top: 0
}

.mh_audio_content h2,
.mh_link_content h2,
.mh_quote_content blockquote p {
    line-height: 44px
}

.mh_audio_content h2 {
    margin-bottom: 20px
}

.mhc_blog_grid .mh_audio_content h2,
.mhc_column_1_2 .mh_audio_content h2,
.mhc_column_1_3 .mh_audio_content h2,
.mhc_column_1_4 .mh_audio_content h2,
.mhc_column_3_8 .mh_audio_content h2 {
    margin-bottom: 9px;
    margin-top: 0
}

.mh_link_content a.mh_link_main_url,
.mh_quote_content blockquote cite {
    font-size: 18px;
    font-weight: 200
}

.mh_link_content a.mh_link_main_url {
    direction: ltr;
    unicode-bidi: embed
}

.mh_quote_content blockquote cite {
    font-style: normal
}

.mhc_column_2_3 .mh_quote_content {
    padding: 50px 42px 45px
}

.mhc_column_2_3 .mh_audio_content,
.mhc_column_2_3 .mh_link_content,
.mhc_column_2_3 .mhc_audio_module_content {
    padding: 40px 40px 45px
}

.mhc_column_1_2 .mh_quote_content {
    padding: 35px 40px
}

.mhc_column_1_2 .mh_audio_content,
.mhc_column_1_2 .mh_link_content {
    padding: 35px 40px
}

.mhc_column_1_2 .mhc_audio_module_content {
    padding: 40px 40px 35px
}

.mhc_column_1_2 .mh_audio_content h2,
.mhc_column_1_2 .mh_link_content h2,
.mhc_column_1_2 .mh_quote_content blockquote p,
.mhc_column_1_2 .mhc_audio_module_content h2 {
    font-size: 26px
}

.mhc_column_1_2 .mh_audio_content h2,
.mhc_column_1_2 .mh_link_content h2,
.mhc_column_1_2 .mh_quote_content blockquote p {
    line-height: 32px
}

.mhc_column_1_2 .mh_link_content a.mh_link_main_url,
.mhc_column_1_2 .mh_quote_content blockquote cite {
    font-size: 14px
}

.mhc_blog_grid .mh_quote_content,
.mhc_column_1_3 .mh_quote_content,
.mhc_column_1_4 .mh_quote_content,
.mhc_column_3_8 .mh_quote_content {
    padding: 35px 30px 32px
}

.mhc_blog_grid .mh_audio_content h2,
.mhc_blog_grid .mh_link_content h2,
.mhc_blog_grid .mh_quote_content blockquote p,
.mhc_column_1_3 .mh_audio_content h2,
.mhc_column_1_3 .mh_link_content h2,
.mhc_column_1_3 .mh_quote_content blockquote p,
.mhc_column_1_4 .mh_audio_content h2,
.mhc_column_1_4 .mh_link_content h2,
.mhc_column_1_4 .mh_quote_content blockquote p,
.mhc_column_3_8 .mh_audio_content h2,
.mhc_column_3_8 .mh_link_content h2,
.mhc_column_3_8 .mh_quote_content blockquote p {
    font-size: 18px;
    line-height: 26px
}

.mhc_column_1_3 .mhc_audio_module_content h2,
.mhc_column_3_8 .mhc_audio_module_content h2 {
    font-size: 20px
}

.mhc_blog_grid .mh_link_content a.mh_link_main_url,
.mhc_blog_grid .mh_quote_content blockquote cite,
.mhc_column_1_3 .mh_link_content a.mh_link_main_url,
.mhc_column_1_3 .mh_quote_content blockquote cite,
.mhc_column_1_4 .mh_link_content a.mh_link_main_url,
.mhc_column_1_4 .mh_quote_content blockquote cite,
.mhc_column_3_8 .mh_link_content a.mh_link_main_url,
.mhc_column_3_8 .mh_quote_content blockquote cite {
    font-size: 14px
}

.mhc_blog_grid .mh_audio_content,
.mhc_blog_grid .mh_link_content,
.mhc_column_1_3 .mh_audio_content,
.mhc_column_1_3 .mh_link_content,
.mhc_column_1_4 .mh_audio_content,
.mhc_column_1_4 .mh_link_content,
.mhc_column_3_8 .mh_audio_content,
.mhc_column_3_8 .mh_link_content {
    padding: 35px 20px
}

.mhc_column_1_3 .mhc_audio_module_content,
.mhc_column_3_8 .mhc_audio_module_content {
    padding: 30px 20px 35px
}

.mhc_column_1_4 .mhc_audio_module_content {
    padding: 10px 20px 25px
}

.mhc_column_1_4 .mh_audio_content .mejs-controls .mejs-horizontal-volume-total,
.mhc_column_1_4 .mh_audio_content .mejs-controls div.mejs-horizontal-volume-slider,
.mhc_column_1_4 .mhc_audio_module_content .mejs-controls .mejs-horizontal-volume-total,
.mhc_column_1_4 .mhc_audio_module_content .mejs-controls div.mejs-horizontal-volume-slider {
    width: 33px
}

.mh_post_no_thumb h2 {
    margin-top: 0
}

.mhc_blog_grid .mh_audio_content {
    margin-bottom: 0
}

.mhc_post.post-meta-middle h2 {
    margin-top: 0
}

.mhc_post.post-meta-middle .post-meta {
    padding-top: 10px
}

.mhc_blog_grid h2 {
    font-size: 18px
}

.mhc_blog_grid .mh_audio_content,
.mhc_blog_grid .mh_link_content,
.mhc_blog_grid .mh_main_video_container,
.mhc_blog_grid .mh_quote_content,
.mhc_blog_grid .mhc_image_container,
.mhc_blog_grid .mhc_slider {
    margin: -20px
}

.mhc_blog_grid .post-meta-below .mh_audio_content,
.mhc_blog_grid .post-meta-below .mh_link_content,
.mhc_blog_grid .post-meta-below .mh_main_video_container,
.mhc_blog_grid .post-meta-below .mh_quote_content,
.mhc_blog_grid .post-meta-below .mhc_image_container,
.mhc_blog_grid .post-meta-below .mhc_slider {
    margin: -20px -20px 10px
}

.mhc_blog_grid .post-meta-below h2 {
    margin-top: 19px
}

.mhc_blog_grid .post-meta-below .post-meta {
    margin-bottom: 6px
}

.mhc_blog_grid .post-meta-middle .mh_audio_content,
.mhc_blog_grid .post-meta-middle .mh_link_content,
.mhc_blog_grid .post-meta-middle .mh_main_video_container,
.mhc_blog_grid .post-meta-middle .mh_quote_content,
.mhc_blog_grid .post-meta-middle .mhc_image_container,
.mhc_blog_grid .post-meta-middle .mhc_slider {
    margin: -20px -20px 10px
}

.mhc_blog_grid .post-meta-above .mh_audio_content,
.mhc_blog_grid .post-meta-above .mh_link_content,
.mhc_blog_grid .post-meta-above .mh_main_video_container,
.mhc_blog_grid .post-meta-above .mh_quote_content,
.mhc_blog_grid .post-meta-above .mhc_image_container,
.mhc_blog_grid .post-meta-above .mhc_slider {
    margin: 0 -20px
}

#left-area .mhc_post.with-loveit.format-audio .mh-loveit-container,
#left-area .mhc_post.with-loveit.format-link .mh-loveit-container,
#left-area .mhc_post.with-loveit.format-quote .mh-loveit-container {
    left: 10px;
    bottom: 5px
}

.format-audio.has-post-thumbnail img {
    display: block
}

.mh_audio_container {
    direction: ltr
}

.mh_audio_container .mejs-container,
.mh_audio_container .mejs-container .mejs-controls,
.mh_audio_container .mejs-embed,
.mh_audio_container .mejs-embed body {
    background: 0 0
}

.mh_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mh_audio_container .mejs-time.mejs-currenttime-container {
    display: none !important
}

.mh_audio_container .mejs-time.mejs-currenttime-container.custom {
    display: block !important
}

.mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mh_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    height: 4px;
    margin-top: 8px
}

.mhc_text_color_dark .mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mhc_text_color_dark .mh_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(153, 153, 153, .5)
}

.mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    margin-top: 2px
}

.mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mh_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    height: 4px;
    border-radius: 5px
}

.mhc_text_color_dark .mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mhc_text_color_dark .mh_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #999
}

.mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 0
}

.mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.mh_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: block;
    border: none;
    width: 10px
}

.mhc_audio_legacy .mh_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
    top: -3px
}

.mh_audio_container .mejs-time-rail .mejs-time-handle-content {
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mh_audio_container .mejs-time-rail .mejs-time-hovered {
    height: 4px
}

.mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 10px;
    position: absolute;
    top: -3px
}

.mhc_audio_legacy .mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    top: 5px
}

.mhc_audio_legacy .mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 8px
}

.mh_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 18px;
    font-weight: 200
}

.mh_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
    height: 4px
}

.mh_audio_container .mejs-playpause-button button,
.mh_audio_container .mejs-volume-button button {
    background: 0 0 !important;
    margin-left: 0 !important;
    width: 30px !important;
    height: 30px !important
}

.mh_audio_container .mejs-playpause-button button:before {
    content: "\e6ab";
    font-size: 24px;
    left: 10px;
    top: -5px
}

.mh_audio_container .mejs-playpause-button button:before,
.mh_audio_container .mejs-volume-button button:before {
    position: absolute;
    color: #fff
}

.mhc_text_color_dark .mh_audio_container .mejs-playpause-button button:before,
.mhc_text_color_dark .mh_audio_container .mejs-volume-button button:before {
    color: #666
}

.mhc_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle,
.mhc_text_color_dark .mh_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    background: #666
}

.mhc_text_color_dark .mejs-container .mejs-controls .mejs-time span {
    color: #999
}

.mh_audio_container .mejs-playpause-button {
    margin-right: 3px !important
}

.mh_audio_container .mejs-controls .mejs-button button:focus {
    outline: 0
}

.mh_audio_container .mejs-playpause-button.mejs-pause button:before {
    content: "\e6ac"
}

.mh_audio_container .mejs-volume-button button:before {
    content: "\e671";
    font-size: 18px;
    top: -3px;
    right: 1px
}

.mhc_blog_grid .mh_audio_container .mejs-container .mejs-controls .mejs-time span,
.mhc_column_1_3 .mh_audio_container .mejs-container .mejs-controls .mejs-time span,
.mhc_column_1_4 .mh_audio_container .mejs-container .mejs-controls .mejs-time span,
.mhc_column_3_8 .mh_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 14px
}

.mhc_column_1_4 .mh_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-right: 9px !important
}

.mhc_column_1_3 .mh_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-right: -1px !important
}

.mhc_column_3_8 .mh_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-right: 0 !important;
    margin-left: 9px
}

.mhc_column_1_4 .mh_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-right: 0 !important
}

.mhc_post .mhc_slide {
    min-height: 600px;
    background-size: cover !important
}

.mhc_column_3_4 .mhc_post .mhc_slide {
    min-height: 442px
}

.mhc_column_2_3 .mhc_post .mhc_slide {
    min-height: 390px
}

.mhc_column_1_2 .mhc_post .mhc_slide {
    min-height: 284px
}

.mhc_column_1_3 .mhc_post .mhc_slide,
.mhc_column_3_8 .mhc_post .mhc_slide {
    min-height: 180px
}

.mhc_column_1_4 .mhc_post .mhc_slide {
    min-height: 125px
}

.mhc_blog_grid .mhc_post .mhc_slide {
    min-height: 180px
}

.mh_full_width_page .mh_gallery_item:nth-child(3n) {
    margin-left: 60px
}

.mh_full_width_page .mh_gallery_item:nth-child(3n+1) {
    clear: none
}

.mh_full_width_page .mh_gallery_item:nth-child(4n) {
    margin-left: 0
}

.mh_full_width_page .mh_gallery_item:nth-child(4n+1) {
    clear: both
}

.mhc_audio_module {
    margin-bottom: 30px;
    position: relative
}

.mhc_audio_cover_art {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 220px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.mhc_audio_module_content {
    margin-right: 220px;
    overflow: hidden
}

.mhc_audio_module_content h2 {
    margin-bottom: -7px
}

.mh_audio_module_meta {
    color: #fff;
    margin-bottom: 15px
}

.mhc_column_2_3 .mhc_audio_cover_art {
    width: 180px
}

.mhc_column_1_2 .mhc_audio_cover_art,
.mhc_column_1_3 .mhc_audio_cover_art,
.mhc_column_1_4 .mhc_audio_cover_art,
.mhc_column_3_8 .mhc_audio_cover_art {
    float: none;
    width: 100%;
    position: relative
}

.mhc_column_1_2 .mhc_audio_module_content,
.mhc_column_1_3 .mhc_audio_module_content,
.mhc_column_1_4 .mhc_audio_module_content,
.mhc_column_3_8 .mhc_audio_module_content {
    margin-right: 0
}

.mhc_column_1_4 .mh_audio_module_meta {
    font-size: 12px
}

.mhc_audio_no_image .mhc_audio_module_content {
    margin-right: 0
}

.mhc_column_1_2 .mhc_audio_cover_art {
    height: 380px
}

.mhc_column_3_8 .mhc_audio_cover_art {
    height: 275px
}

.mhc_column_1_3 .mhc_audio_cover_art {
    height: 240px
}

.mhc_column_1_4 .mhc_audio_cover_art {
    height: 170px
}

.mh-breadcrumb {
    font-size: .92em;
    margin: 0 0 1em;
    padding: 0
}

.mh-breadcrumb,
.mh-breadcrumb a {
    opacity: .6;
    color: #777
}

#comment-wrap {
    padding-top: 75px
}

.single-project #comment-wrap {
    padding-top: 0
}

.comment-body {
    position: relative;
    padding: 0 100px 0 110px;
    margin-bottom: 48px;
    min-height: 87px
}

.comment_avatar {
    right: 0;
    position: absolute;
    top: 7px
}

.comment_avatar img {
    display: block;
    height: auto;
    max-width: 80px;
    width: auto
}

.comment_postinfo {
    margin-bottom: 8px
}

span.fn,
span.fn a {
    color: #444;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    display: inline-block
}

span.comment_date {
    color: #444;
    font-size: 12px;
    font-weight: 300
}

.comment-reply-link {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    color: #fff;
    padding: 0 10px;
    font-size: 14px
}

#cancel-comment-reply-link {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    margin: 5px 0
}

#cancel-comment-reply-link:hover,
.comment-reply-link:hover,
.form-submit:hover {
    text-decoration: none
}

.comment-reply-link:hover {
    padding: 0 10px !important
}

.comment .children {
    margin-right: 0 !important;
    padding-right: 80px !important;
    background-image: url(//www.ayen.app/wp-content/themes/mharty/css/../images/comment-arrow.png);
    background-position: right 47px;
    background-repeat: no-repeat;
    border-right: 1px solid #e2e2e2
}

body.mh_w7_9_5.mh_left_sidebar .comment .children {
    padding-right: 40px !important
}

.comment #respond {
    margin: -30px 0 0
}

#respond {
    padding-top: 17px
}

#respond p {
    line-height: 1;
    margin: 0 0 20px;
    padding-bottom: 0
}

#commentform {
    padding-bottom: 50px
}

#commentform textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#commentform textarea {
    padding: 12px;
    color: #999;
    background-color: #eee;
    border: none;
    font-size: 14px
}

.form-submit {
    float: left
}

.form-submit input {
    display: block;
    cursor: pointer
}

.comment-edit-link:before {
    content: "\e606";
    font-size: 20px;
    vertical-align: middle;
    padding: 0 5px
}

#reply-title small {
    display: block;
    font-size: 14px;
    font-weight: 400
}

.single-project h1#comments {
    padding-top: 40px
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.33%;
    box-sizing: border-box;
    float: right
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 12px 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    background-color: #eee;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.comment-form-author {
    padding: 0 0 0 10px
}

.comment-form-email {
    padding: 0 10px
}

.comment-form-url {
    padding: 0 10px 0 0
}

#main-footer {
    background-color: #383838
}

#footer-widgets {
    padding-top: 80px
}

.footer-widget {
    width: 300px;
    margin: 0 auto 35px;
    float: none
}

.footer-widget .mhc_widget {
    float: none
}

#main-footer .mhc_widget {
    margin: 0
}

#footer-widgets .fwidget {
    padding-bottom: 15px
}

#footer-widgets .footer-widget li {
    padding: 0 14px 10px 0;
    position: relative
}

#footer-widgets .footer-widget li:before {
    border-style: solid;
    border-width: 3px;
    content: "";
    right: 0;
    position: absolute;
    top: 12px
}

#footer-widgets .footer-widget li a {
    color: #fff;
    text-decoration: none
}

#footer-widgets .footer-widget li a:hover {
    color: rgba(255, 255, 255, .7)
}

#footer-widgets .footer-widget .widget_recent_entries .post-date {
    padding-right: 10px
}

#footer-bottom {
    background-color: #1b1b1b;
    padding: 15px 0 5px
}

#footer-info {
    text-align: right;
    color: #5c5a5a;
    padding-bottom: 10px
}

#footer-info a {
    color: #747474
}

#mh-footer-nav {
    background-color: rgba(255, 255, 255, .03)
}

#mh-footer-nav h3 {
    font-size: inherit !important
}

.bottom-nav {
    padding: 15px 0
}

.bottom-nav li {
    display: inline-block;
    padding-left: 15px;
    margin-left: 8px
}

.bottom-nav li.mhc-menu-highlight {
    background-color: #4fd4ff;
    padding-right: 15px
}

.bottom-nav li.mhc-menu-highlight>a {
    color: #fff
}

.bottom-nav a {
    display: block;
    color: #bbb
}

.bottom-nav a:hover {
    color: rgba(187, 187, 187, .5)
}

.mh-social-icons {
    float: left
}

.mh-social-icons li {
    display: inline-block
}

.mh-social-icons li:last-child {
    margin-left: 0
}

.mh-social-icon a {
    font-size: 16px;
    position: relative;
    text-align: center;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    color: inherit !important;
    font-family: sans-serif;
    padding: 3px 5px
}

body.mh_icons_bordered #footer-bottom .mh-social-icon a,
body.mh_icons_bordered .mh-app-nav .mh-social-icon a {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    width: 28px;
    height: 28px;
    padding: 4px;
    line-height: 32px;
    margin: 0 auto;
    display: block
}

body.mh_icons_bordered #footer-bottom .mh-social-icons li,
body.mh_icons_bordered .mh-app-nav .mh-social-icons li {
    margin-bottom: 3px
}

body.mh_icons_bordered .mh-social-icon a:hover {
    opacity: .75
}

body.mh_icons_bordered #top-header .mh-social-icon a {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    width: 16px;
    height: 16px;
    padding: 3px;
    line-height: 16px;
    border-color: inherit;
    display: block
}

body.mh_icons_bordered #top-header .mh-social-icons li {
    margin-bottom: 3px
}

.mh-social-icon span {
    display: none
}

body.mh_footer_style_centered #footer-info,
body.mh_footer_style_centered #main-footer .mh-social-icons {
    float: none;
    text-align: center
}

body.mh_footer_style_centered #mh-footer-nav .container {
    text-align: center
}

body.mh_footer_style_centered #main-footer .bottom-nav li:last-child {
    padding-left: 0
}

body.mh_footer_style_centered #footer-bottom .mh-social-icons {
    margin: 20px 0
}

body.mh_footer_style_centered #footer-bottom .mh-social-icons li {
    margin: 0 3px 10px
}

.mh-copyrights {
    display: block
}

.mh_quick_form {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 301
}

.mh_quick_form .mh_quick_form_button {
    text-align: center;
    background: rgba(0, 0, 0, .6);
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    font-size: 13px;
    padding: 15px;
    color: #fff;
    width: 29px;
    height: 29px;
    z-index: 99999;
    opacity: 0;
    line-height: 29px
}

.mh_quick_form .mh_quick_form_button_has_text .mh_quick_form_button {
    width: auto;
    max-width: 240px;
    padding: 12px 15px
}

.mh_quick_form .mh_quick_form_button_has_text .mh_quick_form_button:before {
    vertical-align: middle;
    display: inline-block;
    padding-left: 5px
}

.mh_quick_form .mh_quick_item_contact .mh_quick_form_button:before {
    content: "\e604";
    font-size: 28px;
    display: inline-block
}

.mh_quick_form .mh_quick_form_button {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2)
}

.mh_quick_form .mh_quick_form_inner {
    background-color: #fff;
    bottom: 105px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
    display: none;
    padding: 20px 20px 30px;
    position: absolute;
    right: 20px;
    width: 350px;
    min-height: 300px
}

.mh_quick_form .mh_quick_form_inner .mh_quick_form_avatar {
    text-align: center;
    display: block;
    margin: 20px auto;
    max-width: 70px
}

.mh_quick_form .mh_quick_form_inner .mh_quick_form_avatar img {
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.mh_quick_form .mh_quick_form_inner .mhc_contact_form_container {
    padding-bottom: 0
}

.mh_quick_form .mh_quick_form_inner .mhc_contact_message {
    min-height: 100px
}

.mh_quick_form .mh_quick_form_inner .mhc_contact p input {
    padding: 10px 16px !important
}

.mh_quick_form .mh_quick_form_inner .mhc_contact .mhc_contact_captcha {
    padding: 7px 16px !important
}

.mh_quick_form .mh_quick_form_inner .mhc_contact p input,
.mh_quick_form .mh_quick_form_inner .mhc_contact p textarea {
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important
}

.mh_quick_form .mh_quick_form_inner .mhc_contact_submit {
    width: 200px;
    color: #fff;
    background: rgba(0, 0, 0, .6) !important;
    border-color: rgba(0, 0, 0, .6) !important
}

.mh_quick_form .mh_quick_form_inner .mhc_contact_submit_message {
    background-color: transparent;
    border: 0;
    text-align: center;
    padding-top: 30px !important;
    font-size: 15px
}

.mh_quick_form .mh_quick_form_button_light .mh_quick_form_button,
.mh_quick_form .mh_quick_form_button_light .mhc_contact_submit {
    color: #444 !important
}

.mh_quick_form .show {
    background: rgba(0, 0, 0, 0) radial-gradient(at right bottom, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, 0) 50%) repeat scroll 0 0;
    width: 400px;
    height: 400px
}

.mh_quick_form .show .mh_quick_form_inner {
    display: block;
    -webkit-animation: fadeBottom .4s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeBottom .4s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeBottom .4s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeBottom .4s 1 cubic-bezier(.77, 0, .175, 1)
}

.mh_quick_form .show .mh_quick_form_button {
    width: 29px;
    padding: 15px
}

.mh_quick_form .show .mh_quick_form_button .mh_quick_form_button_text {
    display: none
}

.mh_quick_form .show .mh_quick_form_button:before {
    content: '\e6d0';
    font-weight: 700;
    font-size: 28px;
    padding: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .2s ease-in-out
}

.mh_quick_form .mh_quick_form_no_header .mh_quick_form_inner {
    padding-top: 40px
}

.mh_quick_form .mh_quick_form_dark {
    color: #fff !important
}

.mh_quick_form .mh_quick_form_dark h4 {
    color: #fff !important
}

.mh_quick_form .mh_quick_form_dark .mh_quick_form_avatar img {
    border-color: #fff !important
}

.mh_quick_form .mh_quick_form_inner_header {
    text-align: center;
    padding: 10px 0
}

.mh_quick_form .mh_quick_form_inner_header h4 {
    font-size: 20px
}

.mh_quick_item_social .mh_quick_form_button {
    border: none
}

.mh_quick_item_social .mh_quick_form_button i {
    font-size: 28px;
    display: inline-block
}

.mh_quick_item_social.mh-social-default-color .mh-social-snapchat {
    color: #fffc00
}

.mh_quick_item_social.mh-social-default-color .mh-social-custom {
    color: #fff
}

.mh_quick_two_buttons .mh_quick_item_social .mh_quick_form_button {
    right: 93px
}

.mh_share_float {
    z-index: 300 !important
}

.mh_widget_info_email,
.mh_widget_info_phone {
    direction: ltr
}

.widget_search .screen-reader-text {
    display: none
}

.widget_search #s {
    color: #666 !important;
    width: 65%;
    margin: 0;
    border-color: #ddd;
    height: 30px !important;
    box-sizing: border-box
}

.widget_search #searchform {
    position: relative;
    height: 30px !important
}

.widget_search #searchsubmit {
    font-size: 12px;
    font-weight: 400 !important;
    color: #666;
    background-color: #ddd;
    width: 34%;
    max-width: 90px;
    margin: 0 0 0 -4px;
    border: none;
    line-height: 14px;
    width: 63px;
    height: 31px !important;
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 1;
    cursor: pointer !important
}

.safari .widget_search #searchsubmit {
    margin-right: 8px
}

#searchsubmit {
    cursor: pointer
}

.mh_list_posts ul {
    padding: 0 !important;
    list-style: none !important
}

.mh_list_posts ul li {
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0 !important;
    list-style: none !important
}

.mh_list_posts ul li .list-post-thumb {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 7px 0 0
}

.mh_list_posts ul li .list-post-info {
    margin: 0 0 0 100px
}

.mh_list_posts ul li .list-post-info.post-no-thumb {
    margin-left: 0
}

.mh_list_posts ul li .list-post-title {
    display: block
}

.mh_list_posts ul li .list-post-meta {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    line-height: 16px
}

.mh_list_posts ul li .list-post-meta .post-meta-time {
    color: rgba(0, 0, 0, .3)
}

.mh_list_posts ul li:before {
    border: none !important;
    position: relative
}

.mh_list_posts img {
    max-width: 80px
}

#footer-widgets .mh_list_posts ul li .list-post-meta .post-meta-time {
    color: rgba(255, 255, 255, .5)
}

.mh_widget_latest_comments ul li {
    padding-bottom: 10px;
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #e2e2e2
}

.mh_widget_latest_comments ul li:last-child {
    padding-bottom: 5px
}

.mh_widget_latest_comments ul li .date_label {
    background-color: rgba(0, 0, 0, .03);
    margin-top: 7px;
    margin-bottom: 5px;
    position: relative;
    font-size: 12px
}

.mh_widget_latest_comments ul li .date_label:after {
    border-right-color: rgba(0, 0, 0, .03)
}

.mh_widget_latest_comments ul li:after {
    content: "";
    width: 1px;
    height: 1px;
    border-width: 4px;
    border-style: solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: 6px;
    display: block;
    z-index: 1
}

.mh_widget_latest_comments ul li p {
    margin-bottom: 0
}

.mh_widget_latest_comments ul li:before {
    border: none !important;
    position: relative
}

#mh-related-posts {
    margin: 30px 0
}

#mh-related-posts h2 {
    padding-bottom: 0
}

#mh-related-posts li {
    margin-top: 30px
}

#mh-related-posts li .list-post-title {
    padding-bottom: 5px
}

#mh-related-posts li .list-post-title a {
    color: inherit
}

#mh-related-posts li .list-post-content {
    color: inherit
}

.mh_widget_info_inner p i {
    font-style: normal;
    font-size: 18px
}

.mh_widget_info_email i:before {
    content: '\e77e'
}

.mh_widget_info_phone i:before {
    content: '\e782'
}

.mh_widget_info_location i:before {
    content: '\e784'
}

.mh_widget_social_follow_inner .mh-social-icons {
    float: right;
    width: 100%
}

.mh_widget_social_follow_inner .mh-social-icons li {
    margin: 0 0 5px 5px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    width: 41px;
    height: 41px;
    line-height: 33px;
    float: right;
    transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    box-sizing: border-box
}

.mh_widget_social_follow_inner .mh-social-icons li a {
    display: block;
    padding: 4px 0;
    line-height: 2
}

.mh_widget_social_follow_inner .mh-social-icons li:hover {
    opacity: .8
}

.mh_widget_social_follow_inner.mh_social_follow_fullwidth .mh-social-icons li {
    width: 100%;
    height: auto;
    margin-left: 0;
    float: none
}

.mh_widget_social_follow_inner.mh_social_follow_fullwidth .mh-social-icons li a {
    width: 100%
}

.mh_widget_social_follow_inner.mh-social-default-color li a:hover {
    color: inherit !important
}

.mh_widget_social_follow_inner.mh-social-default-color .mh-social-behance {
    color: #333
}

.mh_widget_social_follow_inner.mh-social-solid-color .mh-social-icons li,
.mh_widget_social_follow_inner.mh-social-solid-color .mh-social-icons li a {
    color: #fff !important
}

.mh_widget_social_follow_inner.mh-social-transparent .mh-social-icons li {
    background-color: transparent !important
}

.mh-social-accent-color {
    color: #4fd4ff;
    border-color: #4fd4ff
}

.mh-social-accent-color.mh-social-solid-color li a {
    color: #fff !important
}

.mh-social-accent-color.mh-social-solid-color li a:hover {
    color: #fff !important
}

.mhc_bg_layout_light .mh_widget_social_follow_inner li a {
    color: #fff !important
}

.mhc_bg_layout_dark .mh_widget_social_follow_inner li a {
    color: #444 !important
}

.mhc_bg_layout_light .mh_widget_social_follow_inner li a {
    color: inherit !important
}

#footer-widgets .mh-social-default-color.mh-social-transparent .mh-social-icons li a {
    color: inherit !important
}

#footer-widgets .mh_widget_social_follow_inner .mh-social-icons li {
    padding: 0
}

#footer-widgets .mh_widget_social_follow_inner .mh-social-icons li:before {
    display: none
}

.mh_widget_title_style_line .footer-widget h4.title,
.mh_widget_title_style_line .widgettitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #4fd4ff;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.3;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.mh_widget_title_style_box .footer-widget h4.title,
.mh_widget_title_style_box .widgettitle {
    background-color: #444;
    font-size: 15px;
    margin-bottom: 16px;
    padding: 4px 0;
    text-align: center
}

.mh_widget_title_style_arrow .footer-widget h4.title:after,
.mh_widget_title_style_arrow .widgettitle:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #4fd4ff;
    bottom: -5px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0
}

.mh_widget_title_style_arrow .footer-widget h4.title,
.mh_widget_title_style_arrow .widgettitle {
    background-color: #444;
    font-size: 15px;
    margin-bottom: 25px;
    padding: 13px 0;
    position: relative;
    text-align: center
}

.mh_widget_title_style_border .footer-widget h4.title,
.mh_widget_title_style_border .widgettitle {
    border-width: 2px;
    border-style: solid;
    border-color: #4fd4ff;
    font-size: 15px;
    margin-bottom: 16px;
    padding: 4px 0;
    text-align: center
}

.mh_widget_title_style_smallborder .footer-widget h4.title,
.mh_widget_title_style_smallborder .widgettitle {
    border-width: 1px;
    border-style: solid;
    border-color: #4fd4ff;
    font-size: 13px;
    margin-bottom: 16px;
    padding: 4px 0;
    text-align: center
}

.aligncenter,
div.post .new-post .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 10px;
    max-width: 96%;
    padding: 8px
}

.wp-caption.alignleft {
    margin: 0 10px 10px 0
}

.wp-caption.alignright {
    margin: 0 0 10px 10px
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    padding: 0 4px 5px;
    margin: 0
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px
}

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 100%
}

#wp-calendar a {
    display: block;
    text-decoration: none;
    font-weight: 700
}

#wp-calendar a:hover {
    text-decoration: underline
}

#wp-calendar caption {
    text-decoration: none;
    font: 700 13px Arial, Sans-Serif
}

#wp-calendar td {
    padding: 3px 5px !important;
    color: #9f9f9f
}

#wp-calendar td#today {
    font-weight: 700
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 5px !important
}

#wp-calendar #next a,
#wp-calendar #prev a {
    font-size: 9pt
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left
}

.pagination {
    clear: both
}

.wp-pagenavi {
    text-align: right;
    border-top: 1px solid #e2e2e2;
    padding-top: 13px;
    clear: both;
    margin-bottom: 30px
}

.wp-pagenavi a,
.wp-pagenavi span {
    float: right;
    color: #666;
    margin: 0 5px;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: none !important
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #999 !important
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #4fd4ff !important
}

.mhc_bg_layout_dark .wp-pagenavi .nextpostslink,
.mhc_bg_layout_dark .wp-pagenavi .previouspostslink {
    color: #fff !important
}

.mhc_bg_layout_dark .wp-pagenavi a,
.mhc_bg_layout_dark .wp-pagenavi span {
    color: #fff
}

.mhc_slide_video {
    position: absolute;
    top: 50%;
    bottom: auto
}

.mhc_slider {
    position: relative;
    overflow: hidden
}

.mhc_row:after,
.mhc_row_inner:after,
.mhc_slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0
}

.mhc_slider .mhc_slide {
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    list-style: none
}

.format-gallery .mhc_slider .mhc_slide,
.mhc_slider .mhc_slide.mhc_testimonials_slide,
.mhc_slider_hide_shadow .mhc_slide {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.format-gallery .mhc_slider.gallery-not-found .mhc_slide {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1)
}

.mhc_slider.gallery-not-found .mhc_slide,
.mhc_slider.gallery-not-found .mhc_slide .mhc_container {
    min-height: 0 !important
}

.mhc_slider .mhc_slide {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.mhc_slider .mhc_slide:first-child {
    display: list-item
}

.mhc_slider .mhc_container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.mhc_slide {
    padding: 0 6%;
    box-sizing: border-box
}

.mhc_video_slider .mhc_slide {
    padding: 0
}

.mhc_slide_image {
    bottom: 0;
    position: absolute
}

.mhc_slide:first-child .mhc_slide_image img {
    opacity: 0
}

.mhc_slide:first-child .mhc_slide_image img.active {
    opacity: 1
}

.mhc_media_alignment_center .mhc_slide_image {
    bottom: auto;
    top: 50%
}

.mhc_media_alignment_top .mhc_slide_image {
    bottom: auto;
    top: 0
}

.mhc-active-slide .mhc_slide_image,
.mhc-active-slide .mhc_slide_video {
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .7s;
    -moz-animation-delay: .6s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .7s;
    -o-animation-delay: .6s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .7s;
    -ms-animation-delay: .6s;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: both;
    animation-duration: .7s;
    animation-delay: .6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both
}

.mh_slide_animation .mhc-active-slide .mhc_slide_image {
    -webkit-animation-name: fadeRight;
    -moz-animation-name: fadeRight;
    -ms-animation-name: fadeRight;
    -o-animation-name: fadeRight;
    animation-name: fadeRight
}

.mhc-active-slide .mhc_slide_video {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

.mhc_slide_image img {
    vertical-align: bottom
}

.mh_slide_animation .mhc-active-slide .mhc_slide_description {
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .9s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .7s;
    -moz-animation-delay: .9s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .7s;
    -o-animation-delay: .9s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .7s;
    -ms-animation-delay: .9s;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: both;
    animation-duration: .7s;
    animation-delay: .9s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    -webkit-animation-name: fadeBottom;
    -moz-animation-name: fadeBottom;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeBottom
}

.mh_custom_animation .mhc-active-slide .mhc_more_button,
.mh_custom_animation .mhc-active-slide .mhc_slide_content,
.mh_custom_animation .mhc-active-slide .mhc_slide_title {
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .7s;
    -moz-animation-delay: .6s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .7s;
    -o-animation-delay: .6s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .7s;
    -ms-animation-delay: .6s;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: both;
    animation-duration: .7s;
    animation-delay: .6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both
}

.mh_custom_animation .mhc-active-slide .mh_custom_animation_top {
    -webkit-animation-name: fadeTop;
    -moz-animation-name: fadeTop;
    -ms-animation-name: fadeTop;
    -o-animation-name: fadeTop;
    animation-name: fadeTop
}

.mh_custom_animation .mhc-active-slide .mh_custom_animation_left {
    -webkit-animation-name: fadeLeft;
    -moz-animation-name: fadeLeft;
    -ms-animation-name: fadeLeft;
    -o-animation-name: fadeLeft;
    animation-name: fadeLeft
}

.mh_custom_animation .mhc-active-slide .mh_custom_animation_bottom {
    -webkit-animation-name: fadeBottom;
    -moz-animation-name: fadeBottom;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeBottom
}

.mh_custom_animation .mhc-active-slide .mh_custom_animation_right {
    -webkit-animation-name: fadeRight;
    -moz-animation-name: fadeRight;
    -ms-animation-name: fadeRight;
    -o-animation-name: fadeRight;
    animation-name: fadeRight
}

.mh_custom_animation .mhc-active-slide .mh_custom_animation_fade_in {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

.mhc_slide_description,
.mhc_slider_fullwidth_off .mhc_slide_description {
    margin: auto;
    padding: 17% 8%;
    width: auto
}

.mhc_bg_layout_dark .mhc_slide_description {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.mhc_bg_layout_dark .mhc_slide_content {
    color: #fff
}

.mhc_slide_with_image .mhc_slide_description {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    float: left
}

.mhc_slide_image,
.mhc_slide_video,
.mhc_slide_with_image .mhc_slide_description {
    width: 47.25%
}

.mhc-controllers {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10
}

.format-gallery .mhc-controllers {
    bottom: 0
}

.mhc-controllers a {
    display: inline-block;
    background-color: rgba(255, 255, 255, .5);
    text-indent: -9999px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    width: 9px;
    height: 9px;
    margin-left: 10px
}

.mhc_post .mhc-controllers a {
    margin-bottom: 10px
}

.mhc-controllers a:last-child {
    margin-left: 0
}

.mhc-controllers .mhc-active-control {
    background-color: #fff
}

.mhc_testimonial_old_layout,
.mhc_testimonial_old_layout .mhc_testimonial_description a {
    color: #666 !important
}

.mhc_slide_description h2 {
    font-weight: 300;
    font-size: 46px
}

.mhc_slide_description h2 {
    padding-top: 0 !important;
}

.iframe-video {
    border: 10px solid #fff;
    border-radius: 1rem;
    width: 100%;
    min-height: 300px;
}

.mhc_slide_content {
    font-size: 16px;
    padding-bottom: 24px;
    color: #333
}

.mhc_slide_content p:last-of-type {
    padding-bottom: 0
}

a.mhc_more_button {
    color: inherit;
    text-shadow: none;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px
}

.mhc_slide.has_two_buttons .mhc_more_button1 {
    margin-left: 15px
}

.mhc_column_1_3 a.mhc_more_button,
.mhc_column_1_4 a.mhc_more_button,
.mhc_column_3_8 a.mhc_more_button {
    margin: 0 auto 20px
}

.mhc_section_parallax,
.mhc_slider_parallax {
    overflow: hidden
}

.mh_parallax_bg,
.mh_transparent_bg {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mhc_section_parallax .mhc_parallax_css,
.mhc_slides .mh_parallax_bg.mhc_parallax_css {
    background-attachment: fixed
}

.mh_mobile_device .mhc_section_parallax .mhc_parallax_css,
.mh_mobile_device .mhc_slider_parallax .mhc_slide,
.mh_mobile_device .mhc_slides .mh_parallax_bg.mhc_parallax_css {
    background-attachment: scroll
}

.mhc_slider_fullwidth_off {
    margin-bottom: 30px
}

.mhc_post .mhc_slider {
    margin-bottom: 0
}

.mhc_column_1_2 .mhc_slide_description h2,
.mhc_column_2_3 .mhc_slide_description h2,
.mhc_column_3_4 .mhc_slide_description h2 {
    font-size: 32px
}

.mhc_column_1_3 .mhc_slide_description h2,
.mhc_column_1_4 .mhc_slide_description h2,
.mhc_column_3_8 .mhc_slide_description h2 {
    font-size: 22px
}

.mhc_column_1_2 .mhc_slide_image,
.mhc_column_1_2 .mhc_slide_video,
.mhc_column_1_3 .mhc_slide_image,
.mhc_column_1_3 .mhc_slide_video,
.mhc_column_1_4 .mhc_slide_image,
.mhc_column_1_4 .mhc_slide_video,
.mhc_column_2_3 .mhc_slide_image,
.mhc_column_2_3 .mhc_slide_video,
.mhc_column_3_8 .mhc_slide_image,
.mhc_column_3_8 .mhc_slide_video {
    margin-top: 7% !important;
    position: relative;
    width: 100%
}

.mhc_column_1_2 .mhc_slide_with_image .mhc_slide_description,
.mhc_column_1_3 .mhc_slide_with_image .mhc_slide_description,
.mhc_column_1_4 .mhc_slide_with_image .mhc_slide_description,
.mhc_column_2_3 .mhc_slide_with_image .mhc_slide_description,
.mhc_column_3_8 .mhc_slide_with_image .mhc_slide_description {
    float: none;
    text-align: center;
    width: 100%
}

.mhc_column_1_2 .mhc_slide.has_two_buttons .mhc_more_button1,
.mhc_column_1_3 .mhc_slide.has_two_buttons .mhc_more_button1,
.mhc_column_1_4 .mhc_slide.has_two_buttons .mhc_more_button1,
.mhc_column_2_3 .mhc_slide.has_two_buttons .mhc_more_button1,
.mhc_column_3_8 .mhc_slide.has_two_buttons .mhc_more_button1 {
    margin-left: 0
}

.mhc_column_1_2 .mhc_more_button,
.mhc_column_1_3 .mhc_more_button,
.mhc_column_1_4 .mhc_more_button,
.mhc_column_2_3 .mhc_more_button,
.mhc_column_3_8 .mhc_more_button {
    display: block
}

.mhc_column_3_4 .mhc_slide_with_image .mhc_slide_description .mhc_more_button1 {
    margin-left: 0
}

.mhc_column_3_4 .mhc_slide_with_image .mhc_slide_description .mhc_more_button {
    display: block
}

ul.mhc_social_media_follow {
    list-style-type: none;
    margin: 0 0 22px;
    padding: 0
}

ul.mhc_social_media_follow li {
    display: inline-block;
    margin-bottom: 8px
}

ul.mhc_social_media_follow li a {
    display: block;
    float: right;
    text-decoration: none;
    text-align: center;
    height: 32px;
    width: 32px;
    padding: 0;
    color: #fff
}

ul.mhc_social_media_follow li a span {
    display: none
}

ul.mhc_social_media_follow li.has_follow_button a:before {
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    display: block;
    color: #fff;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    float: right
}

ul.mhc_social_media_follow li.has_follow_button a {
    padding: 0 12px;
    font-size: 14px;
    line-height: 23px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    width: auto
}

ul.mhc_social_media_follow li.has_follow_button a span.follow-text {
    display: block;
    float: right;
    padding-left: 12px;
    margin-top: 4px;
    color: #fff;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s
}

ul.mhc_social_media_follow li.has_follow_button a.icon:hover:before,
ul.mhc_social_media_follow li.has_follow_button a:hover span.follow-text {
    color: rgba(255, 255, 255, .7)
}

ul.mhc_social_media_follow.mhc_social_icons_right li a {
    margin-left: 8px
}

ul.mhc_social_media_follow.mhc_social_icons_right li.has_follow_button a {
    margin-left: 25px
}

ul.mhc_social_media_follow.mhc_social_icons_left li a {
    margin-right: 8px
}

ul.mhc_social_media_follow.mhc_social_icons_left li.has_follow_button a {
    margin-right: 25px
}

ul.mhc_social_media_follow.mhc_social_icons_center li a {
    margin-left: 4px;
    margin-right: 4px
}

ul.mhc_social_media_follow.mhc_social_icons_center li.has_follow_button a {
    margin-left: 12.5px;
    margin-right: 12.5px
}

ul.mhc_social_media_follow li.not_follow_button a:before {
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    display: block;
    color: #fff;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s
}

ul.mhc_social_media_follow li.not_follow_button a.icon:hover:before,
ul.mhc_social_media_follow li.not_follow_button a:hover span.follow-text {
    color: rgba(255, 255, 255, .7)
}

ul.mhc_social_media_follow li.not_follow_button a.icon.bordered_rounded,
ul.mhc_social_media_follow li.not_follow_button a.icon.rounded_rectangle {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

ul.mhc_social_media_follow li.not_follow_button a.icon.bordered_circle,
ul.mhc_social_media_follow li.not_follow_button a.icon.circle {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}

ul.mhc_social_media_follow li.not_follow_button a.icon.bordered:before,
ul.mhc_social_media_follow li.not_follow_button a.icon.bordered_circle:before,
ul.mhc_social_media_follow li.not_follow_button a.icon.bordered_rounded:before {
    color: inherit !important
}

ul.mhc_social_media_follow li.not_follow_button a.icon.bordered,
ul.mhc_social_media_follow li.not_follow_button a.icon.bordered_circle,
ul.mhc_social_media_follow li.not_follow_button a.icon.bordered_rounded {
    border: 1px solid
}

ul.mhc_social_media_large li.not_follow_button a:before {
    height: 64px;
    width: 64px;
    font-size: 24px;
    line-height: 64px
}

ul.mhc_social_media_large li.not_follow_button a {
    height: 64px;
    width: 64px
}

ul.mhc_social_media_xlarge li.not_follow_button a:before {
    height: 96px;
    width: 96px;
    font-size: 32px;
    line-height: 96px
}

ul.mhc_social_media_xlarge li.not_follow_button a {
    height: 96px;
    width: 96px
}

ul.mhc_social_media_follow.mhc_bg_layout_dark li a {
    color: #000
}

ul.mhc_social_media_follow.mhc_bg_layout_dark li.has_follow_button a:before {
    color: #000
}

ul.mhc_social_media_follow.mhc_bg_layout_dark li.has_follow_button a span.follow-text {
    color: #000
}

ul.mhc_social_media_follow.mhc_bg_layout_dark li.has_follow_button a.icon:hover:before,
ul.mhc_social_media_follow.mhc_bg_layout_dark li.has_follow_button a:hover span.follow-text {
    color: rgba(0, 0, 0, .4)
}

ul.mhc_social_media_follow.mhc_bg_layout_dark li.not_follow_button a:before {
    color: #000
}

ul.mhc_social_media_follow.mhc_bg_layout_dark li.not_follow_button a.icon:hover:before,
ul.mhc_social_media_follow.mhc_bg_layout_dark li.not_follow_button a:hover span.follow-text {
    color: rgba(0, 0, 0, .4)
}

.mh-select-tweet-icon:before,
.mh-social-twitter a.icon:before,
.twitter i:before {
    content: '\e6f4'
}

.facebook i:before,
.mh-social-facebook a.icon:before {
    content: '\e6f6'
}

.gmail i:before {
    content: '\e7bd'
}

.yahoomail i:before {
    content: '\e7bc'
}

.mh-social-pinterest a.icon:before,
.pinterest i:before {
    content: '\e6fb'
}

.mh-social-wordpress a.icon:before,
.wordpress i:before {
    content: '\e7ba'
}

.linkedin i:before,
.mh-social-linkedin a.icon:before {
    content: '\e6ff'
}

.mh-social-tumblr a.icon:before,
.tumblr i:before {
    content: '\e6fd'
}

.instagram i:before,
.mh-social-instagram a.icon:before {
    content: '\e70c'
}

.mh-social-skype a.icon:before,
.skype i:before {
    content: '\e710'
}

.flickr i:before,
.mh-social-flickr a.icon:before {
    content: '\e6f0'
}

.mh-social-soundcloud a.icon:before,
.soundcloud i:before {
    content: '\e716'
}

.dribbble i:before,
.mh-social-dribbble a.icon:before {
    content: '\e701'
}

.mh-social-youtube a.icon:before,
.youtube i:before {
    content: '\e71d'
}

.mh-social-vimeo a.icon:before,
.vimeo i:before {
    content: '\e6f2'
}

.dropbox i:before,
.mh-social-dropbox a.icon:before {
    content: '\e70d'
}

.behance i:before,
.mh-social-behance a.icon:before {
    content: '\e718'
}

.mh-social-vine a.icon:before,
.vine i:before {
    content: '\e71c'
}

.drive i:before,
.mh-social-drive a.icon:before {
    content: '\e71e'
}

.mh-social-mixlr a.icon:before,
.mixlr i:before {
    content: '\e75a'
}

.mh-social-periscope a.icon:before,
.periscope i:before {
    content: '\e75b'
}

.mh-social-younow a.icon:before,
.younow i:before {
    content: '\e75c'
}

.mh-social-snapchat a.icon:before,
.snapchat i:before {
    content: '\e76b'
}

.mh-social-tripadvisor a.icon:before,
.tripadvisor i:before {
    content: '\e77c'
}

.mh-social-rss a.icon:before,
.rss i:before {
    content: '\e66a'
}

.buffer i:before {
    content: '\e759'
}

.printfriendly i:before {
    content: '\e758'
}

.whatsapp i:before {
    content: '\e75d'
}

.mh-social-whatsapp a.icon:before,
.whatsapp i:before {
    content: '\e75d'
}

.mh-social-telegram a.icon:before,
.telegram i:before {
    content: '\e605'
}

.mh-social-slack a.icon:before,
.slack i:before {
    content: '\e7cb'
}

.github i:before,
.mh-social-github a.icon:before {
    content: '\e7ca'
}

.line i:before,
.mh-social-line a.icon:before {
    content: '\e7cc'
}

.mh-social-outlook a.icon:before,
.outlook i:before {
    content: '\e7cd'
}

.mh-social-tiktok a.icon:before,
.tiktok i:before {
    content: '\e7ce'
}

.clubhouse i:before,
.mh-social-clubhouse a.icon:before {
    content: '\e7cf'
}

.mh-social-zoom a.icon:before,
.zoom i:before {
    content: '\e7d0'
}

.mh-social-website a.icon:before,
.website i:before {
    content: '\e628'
}

.mh-social-light-color {
    color: #fff
}

.mh-social-default-color .mh-social-twitter {
    color: #00aced
}

.mh-social-default-color .mh-social-facebook {
    color: #1778f2
}

.mh-social-default-color .mh-social-instagram {
    color: #e1306c
}

.mh-social-default-color .mh-social-linkedin {
    color: #007bb6
}

.mh-social-default-color .mh-social-youtube {
    color: #a82400
}

.mh-social-default-color .mh-social-soundcloud {
    color: #ff3a00
}

.mh-social-default-color .mh-social-dribbble {
    color: #ea4c8d
}

.mh-social-default-color .mh-social-flickr {
    color: #ff0084
}

.mh-social-default-color .mh-social-rss {
    color: #ff8a3c
}

.mh-social-default-color .mh-social-behance {
    color: #e2e2e2
}

.mh-social-default-color .mh-social-skype {
    color: #12a5f4
}

.mh-social-default-color .mh-social-telegram {
    color: #08c
}

.mh-social-default-color .mh-social-mixlr {
    color: #ed1c24
}

.mh-social-default-color .mh-social-periscope {
    color: #40a4c4
}

.mh-social-default-color .mh-social-younow {
    color: #85d855
}

.mh-social-default-color .mh-social-snapchat {
    color: #fffc00
}

.mh-social-default-color .mh-social-tripadvisor {
    color: #589442
}

.mh-social-default-color .mh-social-pinterest {
    color: #bd081c
}

.mh-social-default-color .mh-social-wordpress {
    color: #0073aa
}

.mh-social-default-color .mh-social-whatsapp {
    color: #25d366
}

.mh-social-default-color .mh-social-github {
    color: #e2e2e2
}

.mh-social-default-color .mh-social-slack {
    color: #4a154b
}

.mh-social-default-color .mh-social-line {
    color: #00c300
}

.mh-social-default-color .mh-social-outlook {
    color: #127cd6
}

.mh-social-default-color .mh-social-tiktok {
    color: #69c9d0
}

.mh-social-default-color .mh-social-clubhouse {
    color: #ffcd33
}

.mh-social-default-color .mh-social-zoom {
    color: #2d8cff
}

.mh-social-default-color .mh-social-website {
    color: #ccc
}

.mh-social-bg-color .mh-social-twitter {
    background-color: #00aced;
    border-color: #00aced
}

.mh-social-bg-color .mh-social-facebook {
    background-color: #1778f2;
    border-color: #1778f2
}

.mh-social-bg-color .mh-social-instagram {
    background-color: #e1306c;
    border-color: #e1306c
}

.mh-social-bg-color .mh-social-linkedin {
    background-color: #007bb6;
    border-color: #007bb6
}

.mh-social-bg-color .mh-social-youtube {
    background-color: #a82400;
    border-color: #a82400
}

.mh-social-bg-color .mh-social-soundcloud {
    background-color: #ff3a00;
    border-color: #ff3a00
}

.mh-social-bg-color .mh-social-dribbble {
    background-color: #ea4c8d;
    border-color: #ea4c8d
}

.mh-social-bg-color .mh-social-flickr {
    background-color: #ff0084;
    border-color: #ff0084
}

.mh-social-bg-color .mh-social-rss {
    background-color: #ff8a3c;
    border-color: #ff8a3c
}

.mh-social-bg-color .mh-social-behance {
    background-color: #333;
    border-color: #333
}

.mh-social-bg-color .mh-social-skype {
    background-color: #12a5f4;
    border-color: #12a5f4
}

.mh-social-bg-color .mh-social-telegram {
    background-color: #08c;
    border-color: #08c
}

.mh-social-bg-color .mh-social-mixlr {
    background-color: #ed1c24;
    border-color: #ed1c24
}

.mh-social-bg-color .mh-social-periscope {
    background-color: #40a4c4;
    border-color: #40a4c4
}

.mh-social-bg-color .mh-social-younow {
    background-color: #85d855;
    border-color: #85d855
}

.mh-social-bg-color .mh-social-snapchat {
    background-color: #fffc00;
    border-color: #fffc00
}

.mh-social-bg-color .mh-social-snapchat i {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000
}

.mh-social-bg-color .mh-social-tripadvisor {
    background-color: #589442;
    border-color: #589442
}

.mh-social-bg-color .mh-social-tripadvisor i {
    font-size: 24px
}

.mh-social-bg-color .mh-social-pinterest {
    background-color: #bd081c;
    border-color: #bd081c
}

.mh-social-bg-color .mh-social-wordpress {
    background-color: #0073aa;
    border-color: #0073aa
}

.mh-social-bg-color .mh-social-whatsapp {
    background-color: #25d366;
    border-color: #25d366
}

.mh-social-bg-color .mh-social-github {
    background-color: #333;
    border-color: #333
}

.mh-social-bg-color .mh-social-slack {
    background-color: #4a154b;
    border-color: #4a154b
}

.mh-social-bg-color .mh-social-line {
    background-color: #00c300;
    border-color: #00c300
}

.mh-social-bg-color .mh-social-outlook {
    background-color: #127cd6;
    border-color: #127cd6
}

.mh-social-bg-color .mh-social-tiktok {
    background-color: #69c9d0;
    border-color: #69c9d0
}

.mh-social-bg-color .mh-social-clubhouse {
    background-color: #ffcd33;
    border-color: #ffcd33
}

.mh-social-bg-color .mh-social-zoom {
    background-color: #2d8cff;
    border-color: #2d8cff
}

.mh-social-bg-color .mh-social-website {
    background-color: #ccc;
    border-color: #ccc
}

.mh-post-navigation {
    position: fixed;
    top: 60%;
    margin-top: -115px;
    text-decoration: none;
    width: 160px;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    backface-visibility: hidden;
    z-index: 300
}

@media handheld,
only screen and (max-width:767px) {
    .mh-post-navigation {
        display: none !important
    }
}

.postnav-wrapper .postnav-bottom {
    height: 80px;
    display: block;
    position: relative;
    background-color: #ededed;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s
}

.postnav-wrapper .postnav-bottom .postnav-image {
    position: absolute;
    display: block;
    height: 80px
}

.postnav-wrapper .postnav-bottom .postnav-image img {
    height: 80px;
    width: 80px;
    line-height: 4px
}

.postnav-wrapper .postnav-bottom .mh-postnav-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    display: table;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out
}

.postnav-wrapper .postnav-bottom .mh-postnav-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.postnav-wrapper .nav-info-container {
    height: 45px;
    width: 160px;
    overflow: hidden
}

.postnav-wrapper .postnav-top {
    display: block;
    height: inherit;
    background-color: #fff;
    background-color: rgba(0, 0, 0, .4);
    width: inherit;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

.postnav-wrapper .postnav-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 20px 0
}

.mh-post-prev {
    right: -100px
}

.mh-post-prev .postnav-image {
    right: 0
}

.mh-post-prev .mh-postnav-icon {
    left: 0
}

.mh-post-prev .mh-postnav-icon i {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0)
}

.mh-post-prev .postnav-top {
    -webkit-transition: all .3s ease-out .2s;
    transition: all .3s ease-out .2s;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
    text-align: left
}

.mh-post-next {
    left: -100px
}

.mh-post-next .postnav-image {
    left: 0
}

.mh-post-next .mh-postnav-icon {
    right: 0
}

.mh-post-next .mh-postnav-icon i {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0)
}

.mh-post-next .postnav-top {
    -webkit-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0
}

.mh-post-navigation:hover {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mh-post-navigation:hover.mh-post-prev {
    right: 0
}

.mh-post-navigation:hover.mh-post-next {
    left: 0
}

.mh-post-navigation:hover .postnav-bottom {
    background-color: rgba(0, 0, 0, .4)
}

.mh-post-navigation:hover .mh-postnav-icon i {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mh-post-navigation:hover .postnav-top {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1) .4s;
    transition: all .5s cubic-bezier(.075, .82, .165, 1) .4s
}

.mh-icon-arrow-right:before {
    content: '\e6d8'
}

.mh-icon-arrow-left:before {
    content: '\e6d5'
}

.mhc_section {
    padding: 50px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover
}

.mhc_row {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0 0;
    position: relative;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover
}

.mhc_row_inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover
}

.mh_section_transparent,
.mhc_is_active #main-content {
    background-color: transparent
}

.mhc_fullwidth_section {
    padding: 0
}

.mhc_fullwidth_section .mhc_row {
    padding: 0
}

.mhc_fullwidth_header {
    padding: 70px 0
}

.mhc_fullwidth_header p {
    padding-bottom: 0
}

.mhc_fullwidth_header.subhead_top h1 {
    padding-bottom: 0
}

.mhc_fullwidth_header.subhead_top p {
    padding-bottom: 8px
}

.mhc_inner_shadow {
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .07)
}

.mhc_section_video {
    overflow: hidden
}

.mhc_section_video_bg {
    background-color: #282828;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mhc_section_video_bg .mejs-controls,
.mhc_section_video_bg .mejs-overlay-play {
    display: none !important
}

body.iphone .mhc_section_video_bg video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

.mhc_row_inner:nth-of-type(n+2) {
    padding-top: 30px
}

.mhc_row.mhc_row_empty,
.mhc_row_inner:nth-of-type(n+2).mhc_row_empty {
    display: none
}

.mhc_column {
    float: right;
    margin-left: 60px
}

.mhc_column_4_4 {
    width: 100%;
    float: none
}

.mhc_column_1_2 {
    width: 510px
}

.mhc_column_1_3 {
    width: 320px
}

.mhc_column_1_4 {
    width: 225px
}

.mhc_column_2_3 {
    width: 700px
}

.mhc_column_3_4 {
    width: 795px
}

.mhc_column_3_8,
.mhc_row_inner .mhc_column_1_2 {
    width: 367.5px
}

.mhc_column_1_2.mhc_specialty_column .mhc_column_1_2 {
    width: 225px
}

.mhc_column_2_3.mhc_specialty_column .mhc_column_1_2 {
    width: 320px
}

.mhc_column_3_4 .mhc_row_inner .mhc_column_1_3 {
    width: 225px
}

.mhc_row .mhc_column:last-child {
    margin-left: 0
}

.mhc_row .mhc_column_3_4.w7_9_5 {
    margin-left: auto;
    margin-right: auto;
    float: none
}

.mhc_pct {
    box-sizing: border-box
}

.mhc_force_fullwidth {
    overflow: hidden
}

.mhc_force_fullwidth .mhc_row {
    width: 100%
}

.mhc_force_fullwidth .mhc_column {
    padding-bottom: 0
}

.mhc_force_fullwidth .mhc_audio_module,
.mhc_force_fullwidth .mhc_gallery,
.mhc_force_fullwidth .mhc_image,
.mhc_force_fullwidth .mhc_newsletter,
.mhc_force_fullwidth .mhc_pct,
.mhc_force_fullwidth .mhc_slider_fullwidth_off,
.mhc_force_fullwidth .mhc_texton,
.mhc_force_fullwidth .mhc_video {
    margin-bottom: 0;
    width: 100%;
    display: block
}

.mhc_force_fullwidth .mhc_video_slider {
    margin-bottom: 2%;
    width: 100%
}

.mhc_force_fullwidth .mhc_number_counter,
.mhc_force_fullwidth .mhc_tabs,
.mhc_force_fullwidth .mhc_testimonial {
    margin-bottom: 0
}

.mhc_force_fullwidth .mhc_blurb {
    display: inline-block;
    margin-bottom: 0
}

.mhc_force_fullwidth .mhc_blurb_content {
    max-width: none
}

.mhc_force_fullwidth .mhc_gallery_fullwidth .mhc_gallery_item {
    width: 100% !important;
    max-width: 1080px
}

.mhc_force_fullwidth .mhc_gallery_fullwidth .mhc_gallery_item .mhc_gallery_image img {
    display: block
}

.mhc_force_fullwidth .mhc_column_2_3 .mhc_audio_cover_art,
.mhc_force_fullwidth .mhc_column_3_4 .mhc_audio_cover_art,
.mhc_force_fullwidth .mhc_column_4_4 .mhc_audio_cover_art {
    width: 25%
}

.mhc_force_fullwidth .mhc_column_2_3 .mhc_audio_module_content,
.mhc_force_fullwidth .mhc_column_3_4 .mhc_audio_module_content,
.mhc_force_fullwidth .mhc_column_4_4 .mhc_audio_module_content {
    margin-right: 25%
}

.mhc_force_fullwidth .mhc_testimonials_slide_description {
    padding-top: 60px
}

.mhc_force_fullwidth .mhc_contact_form_container {
    padding-bottom: 0
}

.mhc_force_fullwidth .mhc_author_card .author-header {
    padding-bottom: 0
}

.mhc_force_fullwidth .mhc_texton_heading {
    margin: 0 auto
}

@media only screen and (min-width:981px) {
    .mhc_force_fullwidth .mhc_column {
        margin-left: 0
    }

    .mhc_force_fullwidth .mhc_column_1_2 {
        width: 50%
    }

    .mhc_force_fullwidth .mhc_column_1_3 {
        width: 33.333%
    }

    .mhc_force_fullwidth .mhc_column_1_4 {
        width: 25%
    }

    .mhc_force_fullwidth .mhc_column_2_3 {
        width: 66.667%
    }

    .mhc_force_fullwidth .mhc_column_3_4 {
        width: 75%
    }

    .mhc_force_fullwidth .mhc_column_3_4 .mhc_row_inner .mhc_column_1_4,
    .mhc_force_fullwidth .mhc_row_inner .mhc_column_1_3 {
        width: 33.333%
    }

    .mhc_force_fullwidth .mhc_column_2_3 .mhc_row_inner .mhc_column_1_3,
    .mhc_force_fullwidth .mhc_column_3_8.mhc_column_inner,
    .mhc_force_fullwidth .mhc_row_inner .mhc_column_1_4 {
        width: 50%
    }
}

.padding-0pct .mhc_column_4_4 .mhc_pct {
    padding: 0 0 20px !important
}

.padding-0pct .mhc_column_3_4 .mhc_pct {
    padding: 0 0 20px !important
}

.padding-0pct .mhc_column_2_3 .mhc_pct {
    padding: 0 0 20px !important
}

.padding-0pct .mhc_column_1_2 .mhc_pct {
    padding: 0 !important
}

.padding-0pct .mhc_column_3_8 .mhc_pct {
    padding: 0 0 20px !important
}

.padding-0pct .mhc_column_1_3 .mhc_pct {
    padding: 0 0 20px !important
}

.padding-0pct .mhc_column_1_4 .mhc_pct {
    padding: 0 0 20px !important
}

.padding-1pct .mhc_column_4_4 .mhc_pct {
    padding: 1% 1% 20px !important
}

.padding-1pct .mhc_column_3_4 .mhc_pct {
    padding: 1.3333333333% 1.3333333333% 20px !important
}

.padding-1pct .mhc_column_2_3 .mhc_pct {
    padding: 1.4999925% 1.4999925% 20px !important
}

.padding-1pct .mhc_column_1_2 .mhc_pct {
    padding: 2% 2% 0 !important
}

.padding-1pct .mhc_column_3_8 .mhc_pct {
    padding: 2.6666666667% 2.6666666667% 20px !important
}

.padding-1pct .mhc_column_1_3 .mhc_pct {
    padding: 3.0000300003% 3.0000300003% 20px !important
}

.padding-1pct .mhc_column_1_4 .mhc_pct {
    padding: 4% 4% 20px !important
}

.padding-2pct .mhc_column_4_4 .mhc_pct {
    padding: 2% 2% 20px !important
}

.padding-2pct .mhc_column_3_4 .mhc_pct {
    padding: 2.6666666667% 2.6666666667% 20px !important
}

.padding-2pct .mhc_column_2_3 .mhc_pct {
    padding: 2.9999850001% 2.9999850001% 20px !important
}

.padding-2pct .mhc_column_1_2 .mhc_pct {
    padding: 4% 4% 0 !important
}

.padding-2pct .mhc_column_3_8 .mhc_pct {
    padding: 5.3333333333% 5.3333333333% 20px !important
}

.padding-2pct .mhc_column_1_3 .mhc_pct {
    padding: 6.0000600006% 6.0000600006% 20px !important
}

.padding-2pct .mhc_column_1_4 .mhc_pct {
    padding: 8% 8% 20px !important
}

.padding-3pct .mhc_column_4_4 .mhc_pct {
    padding: 3% 3% 20px !important
}

.padding-3pct .mhc_column_3_4 .mhc_pct {
    padding: 4% 4% 20px !important
}

.padding-3pct .mhc_column_2_3 .mhc_pct {
    padding: 4.4999775001% 4.4999775001% 20px !important
}

.padding-3pct .mhc_column_1_2 .mhc_pct {
    padding: 6% 6% 0 !important
}

.padding-3pct .mhc_column_3_8 .mhc_pct {
    padding: 8% 8% 20px !important
}

.padding-3pct .mhc_column_1_3 .mhc_pct {
    padding: 9.0000900009% 9.0000900009% 20px !important
}

.padding-3pct .mhc_column_1_4 .mhc_pct {
    padding: 12% 12% 20px !important
}

.padding-4pct .mhc_column_4_4 .mhc_pct {
    padding: 4% 4% 20px !important
}

.padding-4pct .mhc_column_3_4 .mhc_pct {
    padding: 5.3333333333% 5.3333333333% 20px !important
}

.padding-4pct .mhc_column_2_3 .mhc_pct {
    padding: 5.9999700001% 5.9999700001% 20px !important
}

.padding-4pct .mhc_column_1_2 .mhc_pct {
    padding: 8% 8% 0 !important
}

.padding-4pct .mhc_column_3_8 .mhc_pct {
    padding: 10.6666666667% 10.6666666667% 20px !important
}

.padding-4pct .mhc_column_1_3 .mhc_pct {
    padding: 12.0001200012% 12.0001200012% 20px !important
}

.padding-4pct .mhc_column_1_4 .mhc_pct {
    padding: 16% 16% 20px !important
}

.padding-5pct .mhc_column_4_4 .mhc_pct {
    padding: 5% 5% 20px !important
}

.padding-5pct .mhc_column_3_4 .mhc_pct {
    padding: 6.6666666667% 6.6666666667% 20px !important
}

.padding-5pct .mhc_column_2_3 .mhc_pct {
    padding: 7.4999625002% 7.4999625002% 20px !important
}

.padding-5pct .mhc_column_1_2 .mhc_pct {
    padding: 10% 10% 0 !important
}

.padding-5pct .mhc_column_3_8 .mhc_pct {
    padding: 13.3333333333% 13.3333333333% 20px !important
}

.padding-5pct .mhc_column_1_3 .mhc_pct {
    padding: 15.0001500015% 15.0001500015% 20px !important
}

.padding-5pct .mhc_column_1_4 .mhc_pct {
    padding: 20% 20% 20px !important
}

.padding-6pct .mhc_column_4_4 .mhc_pct {
    padding: 6% 6% 20px !important
}

.padding-6pct .mhc_column_3_4 .mhc_pct {
    padding: 8% 8% 20px !important
}

.padding-6pct .mhc_column_2_3 .mhc_pct {
    padding: 8.9999550002% 8.9999550002% 20px !important
}

.padding-6pct .mhc_column_1_2 .mhc_pct {
    padding: 12% 12% 0 !important
}

.padding-6pct .mhc_column_3_8 .mhc_pct {
    padding: 16% 16% 20px !important
}

.padding-6pct .mhc_column_1_3 .mhc_pct {
    padding: 18.0001800018% 18.0001800018% 20px !important
}

.padding-6pct .mhc_column_1_4 .mhc_pct {
    padding: 24% 24% 20px !important
}

.padding-7pct .mhc_column_4_4 .mhc_pct {
    padding: 7% 7% 20px !important
}

.padding-7pct .mhc_column_3_4 .mhc_pct {
    padding: 9.3333333333% 9.3333333333% 20px !important
}

.padding-7pct .mhc_column_2_3 .mhc_pct {
    padding: 10.4999475003% 10.4999475003% 20px !important
}

.padding-7pct .mhc_column_1_2 .mhc_pct {
    padding: 14% 14% 0 !important
}

.padding-7pct .mhc_column_3_8 .mhc_pct {
    padding: 18.6666666667% 18.6666666667% 20px !important
}

.padding-7pct .mhc_column_1_3 .mhc_pct {
    padding: 21.0002100021% 21.0002100021% 20px !important
}

.padding-7pct .mhc_column_1_4 .mhc_pct {
    padding: 28% 28% 20px !important
}

.mhc_column .mhc_toggle_container.mhc_pct:not(:first-child) {
    padding-top: 0 !important
}

@media only screen and (min-width:981px) {
    .mh-hide-on-desktop {
        display: none !important
    }
}

@media only screen and (max-width:980px) and (min-width:768px) {
    .mh-hide-on-tablet {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .mh-hide-on-mobile {
        display: none !important
    }
}

.mhc_text {
    width: 100%;
    margin-bottom: 30px
}

.mhc_text p:last-of-type {
    padding-bottom: 0
}

.mhc_text_align_left {
    text-align: left
}

.mhc_text_align_center {
    text-align: center
}

.mhc_text_align_right {
    text-align: right
}

.mhc_text_align_justified {
    text-align: justify
}

.mhc_bg_layout_dark,
.mhc_bg_layout_dark h1,
.mhc_bg_layout_dark h2,
.mhc_bg_layout_dark h3,
.mhc_bg_layout_dark h4,
.mhc_bg_layout_dark h5,
.mhc_bg_layout_dark h6 {
    color: #fff !important
}

.mhc_space {
    border: none
}

.mhc_divider {
    margin: 0;
    position: relative
}

.mhc_preload .mhc_section_video_bg,
.mhc_preload>div {
    visibility: hidden
}

.mhc_preload {
    position: relative;
    background: #464646 !important
}

.mhc_preload:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(//www.ayen.app/wp-content/themes/mharty/css/../images/preloader.gif) no-repeat;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

.mhc-icon-circle {
    font-size: 48px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 25px
}

.mhc-icon-circle.linearicons {
    font-size: 60px
}

.mhc-icon-circle-border {
    border: 3px solid
}

.mhc_blurb_position_right .mhc_blurb_content {
    padding-right: 45px;
    text-align: right
}

.mhc_blurb_position_left .mhc_blurb_content {
    padding-left: 45px;
    text-align: left
}

.mhc_blurb_position_right .mhc-icon,
.mhc_fullwidth_header .mhc-icon {
    font-size: 32px;
    margin-left: 20px;
    vertical-align: middle
}

.mhc_fullwidth_header_titles,
mhc_fullwidth_header .mhc-icon {
    display: inline-block;
    vertical-align: middle
}

.mhc_blurb_position_left .mhc-icon {
    font-size: 32px;
    margin-left: 20px;
    vertical-align: middle
}

.mhc_blurb_position_right .mhc_main_blurb_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px
}

.mhc_blurb_position_left .mhc_main_blurb_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px
}

.mhc_blurb_position_left .mhc-icon-circle,
.mhc_blurb_position_right .mhc-icon-circle {
    font-size: 16px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    padding: 8px
}

.mhc_blurb_position_left .mhc-icon-circle-border,
.mhc_blurb_position_right .mhc-icon-circle-border {
    border: 2px solid
}

.mhc_accordion {
    margin-bottom: 30px
}

.mhc_accordion .mhc_toggle {
    margin-bottom: 10px
}

.mhc_accordion .mhc_toggle:last-child {
    margin-bottom: 0
}

.mhc_accordion .mhc_toggle_open .mhc_toggle_title:before {
    display: none
}

.mhc_counters {
    margin-bottom: 30px
}

.mhc_counters,
.mhc_pricing,
.mhc_tabs_controls,
.mhc_widget_area ul {
    list-style: none !important;
    padding: 0 !important;
    line-height: inherit !important
}

.mhc_widget_area li {
    list-style: none !important
}

.mh-grayscale a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(//www.ayen.app/wp-content/themes/mharty/css/../images/desaturate.svg#grayscale)
}

.mh-grayscale a:hover img {
    -webkit-filter: grayscale(0);
    filter: none
}

/*!Generated by Animista on 2019-6-10 6:48:24
http://animista.net, t: @cssanimista*/
@-webkit-keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0
    }

    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0)
    }
}

@keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0
    }

    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0)
    }
}

@-webkit-keyframes puff-in-hor {
    0% {
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes puff-in-hor {
    0% {
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes swing-in-right-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 1
    }
}

@keyframes swing-in-right-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 1
    }
}

@-webkit-keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1
    }
}

@keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1
    }
}

@-webkit-keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-fwd-bottom {
    0% {
        -webkit-transform: translateZ(-80px) translateY(30px);
        transform: translateZ(-80px) translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-fwd-bottom {
    0% {
        -webkit-transform: translateZ(-80px) translateY(30px);
        transform: translateZ(-80px) translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes rotate-in-2-br-cw {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@keyframes rotate-in-2-br-cw {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

/*!Some based on Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden*/
@-webkit-keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeBottom {
    0% {
        opacity: 0;
        -moz-transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeBottom {
    0% {
        opacity: 0;
        -o-transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeBottom {
    0% {
        opacity: 0;
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeRight {
    0% {
        opacity: 0;
        -o-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(100%)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(100%)
    }
}

@-webkit-keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeTop {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeTop {
    0% {
        opacity: 0;
        -o-transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: scale(.3);
        opacity: .1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scaleUp {
    0% {
        -moz-transform: scale(.3);
        opacity: .1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes scaleUp {
    0% {
        -o-transform: scale(.3);
        opacity: .1
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(.3);
        opacity: .1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideWidth {
    0% {
        width: 0
    }
}

@-moz-keyframes slideWidth {
    0% {
        width: 0
    }
}

@-o-keyframes slideWidth {
    0% {
        width: 0
    }
}

@keyframes slideWidth {
    0% {
        width: 0
    }
}

@-webkit-keyframes Expand {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, .5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}

@-moz-keyframes Expand {
    0% {
        opacity: 0;
        -moz-transform: scale(1, .5)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1)
    }
}

@-o-keyframes Expand {
    0% {
        opacity: 0;
        -o-transform: scale(1, .5)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1, 1)
    }
}

@keyframes Expand {
    0% {
        opacity: 0;
        transform: scale(1, .5)
    }

    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-moz-keyframes bouncing {

    0%,
    100%,
    20%,
    50%,
    80% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bouncing {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bouncing {

    0%,
    100%,
    20%,
    50%,
    80% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-5%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0)
    }
}

@-moz-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -moz-transform: translatey(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translatey(0)
    }
}

@-o-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -o-transform: translatey(-5%)
    }

    100% {
        opacity: 1;
        -o-transform: translatey(0)
    }
}

@keyframes gridFadeIn {
    0% {
        opacity: 0;
        transform: translatey(-5%)
    }

    100% {
        opacity: 1;
        transform: translatey(0)
    }
}

@-webkit-keyframes shine {
    100% {
        right: 125%
    }
}

@-moz-keyframes shine {
    100% {
        left: 125%
    }
}

@-o-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes btnIconBroadcast {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35)
    }

    100% {
        opacity: 0
    }
}

@keyframes btnIconBroadcast {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35)
    }

    100% {
        opacity: 0
    }
}

.mh-waypoint {
    opacity: 0
}

.mhc_counters {
    opacity: 1
}

.mhc_animation_off {
    opacity: 1
}

.mh_mobile_no_animation.mh_mobile_device .mh-waypoint,
.mh_mobile_no_animation.mh_mobile_device .mhc_counter_amount {
    opacity: 1 !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important
}

.mhc_animation_left.mh-animated {
    opacity: 1;
    -webkit-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeLeft 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_right.mh-animated {
    opacity: 1;
    -webkit-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeRight 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_top.mh-animated {
    opacity: 1;
    -webkit-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeTop 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_bottom.mh-animated {
    opacity: 1;
    -webkit-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_fade_in.mh-animated {
    opacity: 1;
    -webkit-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_scaleup.mh-animated {
    opacity: 1;
    -webkit-animation: scaleUp .7s 1 cubic-bezier(.445, .05, .55, .95);
    -moz-animation: scaleUp .7s 1 cubic-bezier(.445, .05, .55, .95);
    -o-animation: scaleUp .7s 1 cubic-bezier(.445, .05, .55, .95);
    animation: scaleUp .7s 1 cubic-bezier(.445, .05, .55, .95)
}

.mh-animated li span .mhc_counter_amount {
    opacity: 1;
    -webkit-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_bouncein.mh-animated {
    opacity: 1;
    -webkit-animation: bounceIn .75s 1 cubic-bezier(.77, 0, .175, 1);
    animation: bounceIn .75s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_bounceinup.mh-animated {
    opacity: 1;
    -webkit-animation: bounceInUp 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: bounceInUp 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_bounceindown.mh-animated {
    opacity: 1;
    -webkit-animation: bounceInDown 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: bounceInDown 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_bounceinright.mh-animated {
    opacity: 1;
    -webkit-animation: bounceInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: bounceInRight 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_bounceinleft.mh-animated {
    opacity: 1;
    -webkit-animation: bounceInLeft 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: bounceInLeft 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_animation_broadcast.mh-animated a,
.mhc_animation_broadcast.mh-animated a div {
    position: relative
}

.mhc_animation_broadcast.mhc_button_full.mh-animated {
    opacity: 1
}

.mhc_animation_broadcast.mhc_button_full.mh-animated a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    -webkit-animation: btnIconBroadcast 2s cubic-bezier(.23, 1, .32, 1) both infinite;
    animation: btnIconBroadcast 2s cubic-bezier(.23, 1, .32, 1) both infinite
}

.mhc_animation_broadcast.mhc_button_icon.mh-animated {
    opacity: 1
}

.mhc_animation_broadcast.mhc_button_icon.mh-animated .mhc_single_button:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    -webkit-animation: btnIconBroadcast 2s cubic-bezier(.23, 1, .32, 1) both infinite;
    animation: btnIconBroadcast 2s cubic-bezier(.23, 1, .32, 1) both infinite
}

.mhc_animation_scrollout {
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.mhc_animation_scrollout.mh-animated {
    opacity: .1
}

.mhc_animation_bouncing.mh-animated {
    opacity: 1;
    -moz-animation: bouncing 2s 4;
    -webkit-animation: bouncing 2s 4;
    animation: bouncing 2s 4
}

.mhc_animation_bounce.mh-animate {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.mhc_animation_shake.mh-animate {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.mhc_fx_scaleup img {
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.mhc_fx_scaleup:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.mhc_fx_shine:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.mhc_fx_shine:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.mhc_fx_flash:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s
}

.mhc_fx_rotate:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    -moz-transform: rotate(15deg) scale(1.4);
    -o-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4)
}

.mhc_fx_rotate img {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.mhc_filterable_portfolio {
    margin: 0 0 30px;
    position: relative
}

.mhc_filterable_portfolio .mhc_portfolio_filters {
    clear: both;
    margin: 0 0 40px
}

.mhc_filterable_portfolio .mhc_portfolio_filters ul {
    list-style-type: none;
    padding: 0;
    float: right
}

.mhc_filterable_portfolio .mhc_portfolio_filters li {
    float: right;
    font-size: 14px;
    line-height: 14px
}

.mhc_filterable_portfolio .mhc_portfolio_filters .current-category {
    font-size: 16px;
    float: right;
    padding: 10px 0 10px 15px;
    margin: 0 0 0 5px
}

.mhc_filterable_portfolio .mhc_portfolio_filters li a {
    color: #666;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 5px
}

.mhc_filterable_portfolio .mhc_portfolio_filters li a span {
    opacity: 0;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 2px
}

.mhc_filterable_portfolio .mhc_portfolio_filters li a:hover {
    color: #666
}

.mhc_filterable_portfolio .mhc_portfolio_filters li a.active {
    color: #4fd4ff
}

.mhc_filterable_portfolio .mhc_portfolio_filters li a.active span,
.mhc_filterable_portfolio .mhc_portfolio_filters li a:hover span {
    opacity: 1
}

.mhc_filterable_portfolio.mhc_bg_layout_dark .mhc_portfolio_filters li a {
    color: #fff
}

.mhc_column_1_3 .mhc_filterable_portfolio .mhc_portfolio_filters,
.mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters {
    margin: 0 auto 40px
}

.mhc_column_1_3 .mhc_filterable_portfolio .mhc_portfolio_filters li a,
.mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters li a {
    margin: 0 0 0 5px
}

.mhc_column_3_8 .mhc_filterable_portfolio .mhc_portfolio_filters li {
    width: 50%
}

.mhc_column_3_8 .mhc_filterable_portfolio .mhc_portfolio_filters li:first-child a {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.mhc_filterable_portfolio_grid .mhc_portfolio_item h2 {
    font-size: 18px
}

.mhc_filterable_portfolio .column_width {
    height: 0;
    width: 225px
}

.mhc_filterable_portfolio .gutter_width {
    height: 0;
    width: 60px
}

.mhc_column_1_2 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
.mhc_column_1_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
.mhc_column_1_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
.mhc_column_2_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
.mhc_column_3_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
.mhc_column_4_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
    float: left;
    width: 225px;
    margin: 0 0 42px
}

.mhc_column_3_8 .mhc_filterable_portfolio .column_width,
.mhc_column_3_8 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
    width: 368px
}

.mhc_column_3_8 .mhc_filterable_portfolio .gutter_width {
    width: 0
}

.mhc_column_2_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
    width: 195px
}

.mhc_column_2_3 .mhc_filterable_portfolio .column_width {
    width: 195px
}

.mhc_column_2_3 .mhc_filterable_portfolio .gutter_width {
    width: 57px
}

.mhc_column_1_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
    width: 320px
}

.mhc_column_1_3 .mhc_filterable_portfolio .column_width {
    width: 320px
}

.mhc_column_1_3 .mhc_filterable_portfolio .gutter_width,
.mhc_column_1_4 .mhc_filterable_portfolio .gutter_width {
    width: 0
}

.mhc_filterable_portfolio .mhc_portfolio_items,
.mhc_filterable_portfolio .mhc_portfolio_items_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden
}

.mhc_filterable_portfolio .mhc_portfolio_items_wrapper {
    border-bottom: 1px solid #e2e2e2
}

.mhc_filterable_portfolio .mhc_portofolio_pagination {
    float: right;
    height: 24px
}

.mhc_filterable_portfolio .mhc_portofolio_pagination ul {
    list-style-type: none;
    width: 100%
}

.mhc_filterable_portfolio .mhc_portofolio_pagination ul li {
    float: right;
    padding: 5px
}

.mhc_filterable_portfolio .mhc_portofolio_pagination ul li a {
    float: right;
    padding: 5px;
    font-size: 16px;
    line-height: 16px;
    color: #999
}

.mhc_filterable_portfolio.mhc_bg_layout_dark .mhc_portofolio_pagination ul li a {
    color: #fff
}

.mhc_filterable_portfolio .mhc_portofolio_pagination ul li a.active {
    color: #4fd4ff
}

.mhc_portfolio_items_wrapper.no_pagination {
    border-bottom: none
}

.mhc_gallery {
    margin: 0 0 30px;
    position: relative;
    overflow: hidden
}

.mhc_gallery_fullwidth .mhc_gallery_item {
    display: none;
    float: right;
    margin-left: -100%;
    position: relative;
    width: 100%
}

.mhc_gallery_fullwidth .mhc_gallery_item:first-child {
    display: block
}

.mhc_gallery_fullwidth .mhc_gallery_item .mhc_gallery_image,
.mhc_gallery_fullwidth .mhc_gallery_item .mhc_gallery_image img {
    width: 100%;
    height: auto
}

.mhc_column_4_4 .mhc_gallery_fullwidth .mhc_gallery_item {
    width: 1080px
}

.mhc_column_3_4 .mhc_gallery_fullwidth .mhc_gallery_item {
    width: 795px
}

.mhc_column_2_3 .mhc_gallery_fullwidth .mhc_gallery_item {
    width: 700px
}

.mhc_column_1_2 .mhc_gallery_fullwidth .mhc_gallery_item {
    width: 510px
}

.mhc_column_3_8 .mhc_gallery_fullwidth .mhc_gallery_item,
.mhc_row_inner .mhc_column_1_2 .mhc_gallery_fullwidth .mhc_gallery_item {
    width: 368px
}

.mhc_column_1_3 .mhc_gallery_fullwidth .mhc_gallery_item {
    width: 320px
}

.mhc_column_1_4 .mhc_gallery_fullwidth .mhc_gallery_item {
    width: 225px
}

.mhc_gallery_grid .mhc_gallery_items {
    transition: height .2s ease-in-out;
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out
}

.mhc_gallery_grid .mhc_gallery_item {
    float: right;
    margin-bottom: 53px;
    width: 225px
}

.mhc_gallery_grid .column_width {
    height: 0;
    width: 225px
}

.mhc_gallery_grid .gutter_width {
    height: 0;
    width: 60px
}

.mhc_gallery_grid .mhc_gallery_image {
    overflow: hidden;
    height: 169px;
    width: 225px;
    margin: 0;
    position: relative
}

.mhc_logos_grid.mhc_gallery_grid .mhc_gallery_image {
    height: auto;
    max-height: 225px
}

.mhc_logos_grid.mhc_gallery_grid .mhc_gallery_image.landscape img {
    height: auto;
    max-height: 225px
}

.safari .mhc_gallery_grid .mhc_gallery_image {
    overflow: visible
}

.mhc_gallery_grid .mhc_gallery_image img {
    max-width: inherit;
    height: inherit;
    min-height: 169px;
    min-width: 225px
}

.mhc_gallery_grid .mhc_gallery_image.landscape img {
    height: 169px
}

.mhc_gallery_grid .mhc_gallery_image.portrait img {
    width: 225px
}

.mhc_gallery_grid .mhc_gallery_item .mhc_gallery_title {
    font-size: 16px;
    padding: 10px 0
}

.mhc_gallery_grid .mhc_gallery_item .mhc_gallery_caption {
    font-size: 14px
}

.mhc_gallery .mhc_gallery_items {
    width: 100%;
    overflow: hidden
}

.mhc_gallery .mhc_gallery_pagination {
    width: 100%;
    float: left;
    border-top: 1px solid #e2e2e2
}

.mhc_gallery .mhc_gallery_pagination ul {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0
}

.mhc_gallery .mhc_gallery_pagination ul li {
    float: right
}

.mhc_gallery .mhc_gallery_pagination ul li a {
    float: right;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    display: block
}

.mhc_gallery .mhc_gallery_pagination ul li a.active {
    color: #4fd4ff
}

.mhc_column_3_8 .mhc_gallery .column_width,
.mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item,
.mhc_row_inner .mhc_column_1_2 .mhc_gallery .column_width,
.mhc_row_inner .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item {
    width: 368px
}

.mhc_column_3_8 .mhc_gallery .gutter_width,
.mhc_row_inner .mhc_column_1_2 .mhc_gallery .gutter_width {
    width: 0
}

.mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
.mhc_row_inner .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image {
    height: 276px;
    width: 368px
}

.mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
.mhc_row_inner .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img {
    min-height: 276px;
    min-width: 368px
}

.mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
.mhc_row_inner .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img {
    height: 276px
}

.mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
.mhc_row_inner .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img {
    width: 368px
}

.mhc_column_2_3 .mhc_gallery .column_width,
.mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item {
    width: 195px
}

.mhc_column_2_3 .mhc_gallery .gutter_width {
    width: 57px
}

.mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image {
    height: 146px;
    width: 195px
}

.mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img {
    min-height: 146px;
    min-width: 195px
}

.mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img {
    height: 146px
}

.mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img {
    width: 195px
}

.mhc_column_1_3 .mhc_gallery .column_width,
.mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item {
    width: 320px
}

.mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image {
    height: 240px;
    width: 320px
}

.mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img {
    min-height: 240px;
    min-width: 320px
}

.mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img {
    height: 240px
}

.mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img {
    width: 320px
}

.mhc_column_1_3 .mhc_gallery .gutter_width,
.mhc_column_1_4 .mhc_gallery .gutter_width {
    width: 0
}

.mh_post_gallery .mh_overlay:before,
.mhc_gallery_image .mh_overlay:before {
    content: '\e7c1'
}

.mhc_gallery_image .mh_overlay.mhc_data_icon:before {
    content: attr(data-icon)
}

.mfp-fade.mfp-bg {
    opacity: .001;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: .001;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    left: -6px;
    text-align: left;
    padding-left: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    direction: ltr
}

.mfp-arrow {
    position: absolute;
    opacity: .55;
    margin: 0;
    top: 50%;
    margin-top: -32px;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow-left {
    right: 10px
}

.mfp-arrow-right {
    left: 10px
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: right;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-left: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        left: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        left: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-bg {
    z-index: 1000000
}

.mfp-wrap {
    z-index: 1000001
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border: none;
    font-size: 84px;
    color: #fff
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
    display: none
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    content: "\e6d8"
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    content: "\e6d5"
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    font-size: 44px;
    font-weight: 200;
    top: -10px;
    opacity: .2
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
    opacity: 1
}

.mhc_fullwidth_portfolio {
    margin: 0;
    position: relative;
    overflow: hidden
}

.mhc_fullwidth_portfolio .mh_overlay {
    border: none
}

.mhc_fullwidth_portfolio .mhc_carousel_group {
    display: none;
    float: right;
    width: 100%;
    position: relative
}

.mhc_fullwidth_portfolio .mhc_carousel_group.active {
    display: block
}

.mhc_fullwidth_portfolio.mhc_fullwidth_portfolio_grid .mhc_carousel_group {
    display: block
}

.mhc_fullwidth_portfolio .mhc_portfolio_items {
    width: 100%;
    position: relative;
    overflow: hidden;
    right: 0;
    top: 0
}

.mhc_fullwidth_portfolio .mhc_portfolio_item {
    float: right;
    margin: 0;
    height: 0;
    width: 20%;
    position: relative
}

.mhc_fullwidth_portfolio .mhc_portfolio_image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0
}

.mhc_fullwidth_portfolio .mhc_portfolio_image img {
    max-width: inherit;
    height: inherit;
    min-height: 100%;
    min-width: 100%
}

.mhc_fullwidth_portfolio .mhc_portfolio_image.landscape img {
    height: 100%
}

.mhc_fullwidth_portfolio .mhc_portfolio_image.portrait img {
    width: 100%
}

.mhc_fullwidth_portfolio .mhc_portfolio_image .mh_overlay:before {
    top: 45%;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mhc_fullwidth_portfolio .mhc_portfolio_image:hover .mh_overlay:before {
    top: 33%
}

.mhc_fullwidth_portfolio.mhc_bg_layout_dark .meta p {
    color: #fff
}

.mhc_fullwidth_portfolio .mhc_portfolio_image .meta {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.mhc_fullwidth_portfolio h2 {
    text-align: center;
    margin: 30px 0
}

.mhc_fullwidth_portfolio .mhc_portfolio_image h3,
.mhc_fullwidth_portfolio .mhc_portfolio_image p {
    display: block;
    position: relative;
    float: right;
    z-index: 5;
    width: 100%;
    text-align: center;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.mhc_fullwidth_portfolio .mhc_portfolio_image h3 {
    margin-top: 40%;
    padding: 0 5px
}

.mhc_fullwidth_portfolio .mhc_portfolio_image:hover h3 {
    margin-top: 35%
}

.mhc_fullwidth_portfolio:hover .mhc-arrow-prev {
    right: 22px;
    opacity: 1
}

.mhc_fullwidth_portfolio:hover .mhc-arrow-next {
    left: 22px;
    opacity: 1
}

.mhc_author_card .author-header {
    transition: all .5s ease-in-out 0s;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    padding: 40px 10px;
    max-width: 100%;
    box-sizing: border-box
}

.mhc_author_card .author-header-avatar {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    margin: 0 auto;
    transition: all .3s ease-in-out 0s;
    z-index: 10
}

.mhc_author_card .author-header-avatar img.avatar {
    width: 110px;
    display: block;
    border-radius: 100%;
    transition: all .3s ease-in-out 0s
}

.mhc_author_card .author-header-content {
    z-index: 5;
    position: relative;
    padding-top: 10px
}

.mhc_author_card .author-header-content .author-name {
    display: block;
    padding: 0;
    font-weight: 700
}

.mhc_author_card .author-header-content .author-posts-url {
    display: block;
    padding: 10px 0
}

.mhc_author_card .author-header-content .author-social-icons {
    display: block;
    padding: 10px 0
}

.mhc_author_card .author-header-content .author-social-icons a {
    color: inherit
}

.mhc_author_card .author-header-content .author-social-icons a i {
    padding: 0 5px;
    font-size: 18px;
    opacity: .85;
    color: inherit
}

.mhc_author_card .author-bio {
    margin: 0 auto;
    display: block;
    padding: 10px 0
}

.mhc_author_card.mhc_author_xs {
    text-align: right
}

.mhc_author_card.mhc_author_xs .author-header-avatar {
    border: 0;
    padding: 0 0 15px 15px
}

.mhc_author_card.mhc_author_xs .author-header-avatar img.avatar {
    width: 80px
}

.mhc_author_card.mhc_author_xs .author-header-content {
    padding: 0;
    max-width: 380px
}

.mhc_author_card.mhc_author_xs .author-header-content .author-posts-url {
    padding: 0
}

.mhc_author_card.mhc_author_xl {
    text-align: center
}

.mhc_pie_chart_container {
    display: block;
    position: relative;
    overflow: hidden
}

.mhc_pie_chart {
    margin: 0 0 0 22px;
    float: right
}

.mhc_pie_chart_legend {
    position: relative;
    float: right;
    width: 40%
}

.mhc_pie_chart_legend ul {
    list-style: none;
    padding: 0
}

.mhc_pie_chart_legend ul li {
    display: block;
    margin: 0 0 10px
}

.mhc_pie_chart_legend ul li .color_choice {
    width: 25px;
    height: 25px;
    background-color: #e6ae48;
    float: right
}

.mhc_pie_chart_legend ul li p {
    line-height: 25px;
    margin: 0;
    padding: 0 35px 0 0
}

.mhc_column_1_3 .mhc_pie_chart,
.mhc_column_1_4 .mhc_pie_chart,
.mhc_column_3_8 .mhc_pie_chart,
.mhc_row_inner .mhc_column_1_2 .mhc_pie_chart {
    width: 70%;
    margin: 0 auto 25px;
    float: none
}

.mhc_column_1_3 .mhc_pie_chart canvas,
.mhc_column_1_3 .mhc_pie_chart_legend,
.mhc_column_1_4 .mhc_pie_chart canvas,
.mhc_column_1_4 .mhc_pie_chart_legend,
.mhc_column_3_8 .mhc_pie_chart canvas,
.mhc_column_3_8 .mhc_pie_chart_legend,
.mhc_row_inner .mhc_column_1_2 .mhc_pie_chart canvas,
.mhc_row_inner .mhc_column_1_2 .mhc_pie_chart_legend {
    width: 100% !important;
    height: auto !important
}

.mhc_post_header {
    margin-bottom: 30px
}

.mhc_fullwidth_post_header {
    margin-bottom: 0
}

.mhc_title_featured_container {
    line-height: 0
}

.mhc_title_featured_container img {
    width: 100%
}

.mhc_title_container {
    margin: auto;
    display: block;
    max-width: 1080px;
    word-wrap: break-word;
    z-index: 98;
    position: relative;
    box-sizing: border-box;
    width: 100%
}

.mhc_title_container .avatar {
    width: 40px;
    height: 40px;
    vertical-align: bottom
}

.mhc_fullwidth_section .mhc_post_header {
    margin-bottom: 0
}

.mhc_fullwidth_section .mhc_title_featured_container {
    width: 100%;
    max-width: 100%;
    padding-top: 0
}

.mhc_fullwidth_section .mhc_title_container h1 {
    padding-top: 20px
}

.mhc_fullwidth_section .mhc_title_container .entry-excerpt {
    padding-bottom: 20px
}

.mhc_fullwidth_section .mhc_title_container .mh_share {
    margin-bottom: 20px;
    overflow: hidden
}

.mhc_title_meta_container {
    display: inline-block
}

.post-meta-inline {
    text-align: right
}

.mhc_post_header.mhc_featured_bg {
    padding: 20% 8%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.mhc_post_header .mhc_parallax_css {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mhc_post_header.mhc_featured_bg .mhc_title_container .avatar {
    width: 80px;
    height: 80px;
    max-width: 80px
}

.mhc_post_header.mhc_featured_bg .mhc_title_container .post-meta-inline {
    font-size: 14px
}

.mhc_post_header.mhc_featured_bg .mhc_title_container_has_bg {
    padding: 20px 30px 10px
}

.mhc_post_header.mhc_bg_layout_dark.mhc_featured_bg .post-meta.post-meta-alt .post-meta-inline p,
.mhc_post_header.mhc_bg_layout_dark.mhc_featured_bg .post-meta.post-meta-alt .post-meta-inline p a {
    color: rgba(255, 255, 255, .7)
}

.mhc_post_header.mhc_overlay_shadow:before {
    background: rgba(0, 0, 0, .3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    bottom: 0;
    content: " ";
    display: block;
    height: 351px;
    right: 0;
    position: absolute;
    transition: all .1s cubic-bezier(.42, 0, .58, 1) 0s;
    width: 100%;
    z-index: 1
}

.mhc_title_container.mhc_title_shadow {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

@media all and (max-width:980px) {
    .mhc_post_header .mhc_title_container {
        max-width: 80%
    }
}

.mhc_search_bar_form {
    max-width: 795px;
    margin: 0 auto;
    position: relative
}

.mhc_search_bar_content,
.mhc_search_bar_terms {
    max-width: 795px;
    margin: 15px auto 0
}

.mhc_search_bar_form .mhc_search_bar_input {
    display: inline-block;
    width: 100%;
    margin: 0 auto
}

.mhc_search_bar_form .mhc_search_bar_input .mhc_search_bar_btn {
    position: absolute;
    left: 0;
    top: 0
}

.mhc_search_bar_form .mhc_search_bar_input .mhc_search_bar_field {
    height: 52px;
    background-color: #fff;
    margin-bottom: 0;
    width: 100%;
    border: none;
    opacity: .6;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    padding: 10px 20px 10px 10px;
    box-sizing: border-box;
    font-size: 14px
}

.mhc_search_bar_form .mhc_search_bar_input .mhc_search_bar_field:active,
.mhc_search_bar_form .mhc_search_bar_input .mhc_search_bar_field:focus {
    opacity: 1
}

.mhc_search_bar_form .mhc_search_bar_input button.mhc_search_bar_submit {
    border: none;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background: 0 0;
    padding: 0
}

.mhc_search_bar_form .mhc_search_bar_input button.mhc_search_bar_submit i:before {
    content: "\e7c1";
    font-size: 24px;
    vertical-align: middle;
    line-height: 52px
}

.mhc_fullwidth_search_bar {
    padding: 70px 0
}

.mhc_fullwidth_search_bar .mhc_container {
    display: block;
    margin: 0 auto
}

.mhc_search_bar_terms a {
    color: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    padding: 2px 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.mhc_search_bar_terms a:hover {
    opacity: .6
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 22px
}

.flickity-prev-next-button.next {
    right: 22px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 22px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 22px
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.flickity-prev-next-button .arrow {
    fill: #fff
}

.flickity-prev-next-button.no-svg {
    color: #fff;
    font-size: 42px
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -55px;
    padding: 0 !important;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot:before {
    background-color: #333;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    border-radius: 9px
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 9px;
    height: 30px;
    margin: 0 10px;
    opacity: .3;
    cursor: pointer;
    position: relative;
    transition: all .2s linear 0s
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.gallery-cell-image {
    transition: opacity .4s;
    opacity: 0
}

.gallery-cell-image.flickity-lazyerror,
.gallery-cell-image.flickity-lazyloaded {
    opacity: 1
}

.mhc_flickity {
    opacity: 1;
    -webkit-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_fullwidth_gallery {
    padding-bottom: 70px
}

.mhc_fullwidth_gallery .mhc_gallery_item {
    width: 50%;
    margin-left: 60px;
    box-sizing: border-box;
    vertical-align: middle
}

.mhc_fullwidth_gallery .mhc_gallery_item img {
    margin: 0;
    max-width: none;
    vertical-align: middle;
    width: 100%
}

.mhc_carousel_gallery {
    padding-bottom: 70px
}

.mhc_carousel_gallery .mhc_gallery_item {
    width: 30%;
    margin-left: 60px;
    box-sizing: border-box;
    vertical-align: middle
}

.mhc_carousel_gallery .mhc_gallery_item img {
    margin: 0;
    max-width: none;
    vertical-align: middle;
    width: 100%
}

.mhc_column_2_3>.mhc_carousel_gallery .mhc_gallery_item,
.mhc_column_3_4>.mhc_carousel_gallery .mhc_gallery_item,
.mhc_column_4_4>.mhc_carousel_gallery .mhc_gallery_item {
    width: 18%
}

.mhc_controllers_corners .dot:before,
.mhc_controllers_corners .mhc-controllers a {
    -webkit-border-radius: 0;
    border-radius: 0
}

.gallery-cell-image {
    transition: opacity .4s;
    opacity: 0
}

.gallery-cell-image.flickity-lazyerror,
.gallery-cell-image.flickity-lazyloaded {
    opacity: 1
}

.widget_mh_authors ul {
    list-style: none !important
}

.widget_mh_authors ul li {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px !important;
    padding: 0 0 10px !important
}

.widget_mh_authors ul li:before {
    display: none
}

.widget_author_avatar {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: #666;
    max-width: 50px
}

.widget_author_avatar .photo {
    display: block;
    width: 100%;
    height: auto
}

.widget_author_title {
    display: inline-block;
    margin: auto 5px
}

.widget_author_title .widget_author_title_name {
    font-size: 13px;
    font-weight: 700
}

.widget_author_title .widget_author_title_name span {
    opacity: .5
}

ul.mhc_side_nav {
    position: fixed;
    left: 0;
    top: 50%;
    width: 16px;
    padding: 10px 10px 10px 26px;
    z-index: 100;
    display: block;
    opacity: 0
}

ul.mhc_side_nav .side_nav_item a {
    border: 2px solid rgba(0, 0, 0, .4)
}

ul.mhc_side_nav li.side_nav_item {
    padding-bottom: 12px
}

ul.mhc_side_nav .side_nav_item a {
    display: block;
    background-color: rgba(220, 220, 220, .5);
    text-indent: -9999px;
    height: 12px;
    width: 12px;
    position: relative
}

ul.mhc_side_nav.mh-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeInRight 1.5s 1 cubic-bezier(.77, 0, .175, 1)
}

ul.mhc_side_nav .side_nav_item a.active {
    background-color: #fff !important
}

.mhc_scroll_top {
    text-align: center;
    background: rgba(0, 0, 0, .6);
    text-decoration: none;
    position: fixed;
    bottom: 114px;
    right: 30px;
    display: none;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
    color: #fff;
    width: 29px;
    height: 29px;
    z-index: 300;
    line-height: 27px
}

.mhc_scroll_top:before {
    content: "\e6d7"
}

.mhc_scroll_top.mh-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_scroll_top.mh-hidden {
    opacity: 0;
    -webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeOutRight 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mhc_no_bg {
    padding: 0 !important
}

.post-edit-link {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .15);
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 39px;
    z-index: 300;
    text-align: center
}

.post-edit-link:before {
    content: "\e606";
    font-size: 18px
}

body.admin-bar .post-edit-link {
    display: none
}

#wpadminbar {
    z-index: 100001
}

.mh_main_video_container {
    position: relative
}

.mh-video-cover {
    background-color: #1e1e1e
}

.mh-video-cover .mh-video-container {
    max-width: 795px;
    margin: 0 auto;
    display: block
}

.mh-video-cover .mh-video-container .mh_main_video_container {
    background-color: #000;
    width: 100%
}

body.search-no-results .mh_main_title {
    padding-bottom: 0;
    margin-top: 20px
}

.mh-no-content-search {
    max-width: 194px
}

.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url] {
    direction: rtl !important
}

.mh_vertical_nav #main-header #top-menu>li.menu-item-has-children>a:after {
    font-family: mhicons;
    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
}

.mh_vertical_nav #page-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.mh_vertical_nav #mh_top_search,
.mh_vertical_nav .mh-top-navigation-icons {
    position: relative
}

.mh_vertical_nav #top-menu>li:last-child {
    padding-left: 15px
}

.mh_boxed_layout.mh_vertical_nav #page-container #main-header {
    width: auto
}

.mh_vertical_nav.mh_left_sidebar #left-area,
.mh_vertical_nav.mh_right_sidebar #left-area {
    width: 700px
}

.mh_vertical_nav.mh_left_sidebar #sidebar,
.mh_vertical_nav.mh_right_sidebar #sidebar {
    width: 320px
}

.mh_vertical_nav.mh_right_sidebar #main-content .container:before {
    right: 320px
}

.mh_vertical_nav.mh_left_sidebar #main-content .container:before {
    left: 320px
}

.mh_vertical_nav #page-container {
    padding-top: 0 !important
}

.mh_vertical_nav .mhc_section:first-child .mhc_row:first-child {
    padding-top: 0
}

.mh_vertical_nav .mhc_force_fullwidth .mhc_row {
    width: 100%
}

@media only screen and (min-width:1405px) {
    .mh_boxed_layout.mh_vertical_nav #page-container {
        width: 1425px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_audio_module .mejs-time.mejs-currenttime-container.custom {
        margin-left: 0
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_blog_grid .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_1_2 .mhc_blog_grid .mh_audio_container .mejs-time-total {
        width: 140px !important
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_blog_grid .mh_audio_container .mejs-time-rail {
        width: 155px !important
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_blog_grid .mhc_post {
        width: 327px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_blog_grid .mhc_post {
        width: 185px
    }

    .mh_vertical_nav.mh_left_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(3n+1),
    .mh_vertical_nav.mh_right_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(3n+1) {
        clear: both !important
    }

    .mh_vertical_nav.mh_left_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(2n),
    .mh_vertical_nav.mh_right_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(2n) {
        margin-left: 60px !important
    }

    .mh_vertical_nav.mh_left_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(3n),
    .mh_vertical_nav.mh_right_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(3n) {
        margin-left: 0 !important
    }

    .mh_vertical_nav.mh_left_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(2n+1),
    .mh_vertical_nav.mh_right_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(2n+1) {
        clear: none !important
    }

    .mh_vertical_nav.mh_left_sidebar .mh_post_gallery li.mh_gallery_item,
    .mh_vertical_nav.mh_right_sidebar .mh_post_gallery li.mh_gallery_item {
        width: 193px
    }
}

@media only screen and (min-width:981px) {
    .mh_vertical_nav.mh_transparent_header.mh_header_style_centered .header-container {
        display: inline
    }

    .mh_vertical_nav #top-menu li.mega-menu>ul {
        top: 62px;
        position: absolute !important;
        width: 860px !important;
        left: 0 !important
    }

    .mh_vertical_nav #mh-top-navigation .mh_cart_wrapper,
    .mh_vertical_nav #mh_top_search,
    .mh_vertical_nav #top-menu>li>a,
    .mh_vertical_nav .mh_logo,
    .mh_vertical_nav .mobile-menu-trigger-icon,
    .mh_vertical_nav h3 {
        line-height: 1.8 !important
    }

    .mh_vertical_nav #top-menu>li {
        display: block;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
        clear: both
    }

    .mh_vertical_nav .app-nav-trigger-icon:before,
    .mh_vertical_nav .mh-cart-icon:after,
    .mh_vertical_nav .mh_search_icon:before {
        padding-right: 0;
        float: none
    }

    .mh_vertical_nav.mh_header_style_centered #top-menu>li,
    .mh_vertical_nav.mh_menu_style02 #top-menu>li {
        padding-right: 15px
    }

    .mh_vertical_nav .app-nav-trigger .app-nav-trigger-a i {
        float: none
    }

    .mh_vertical_nav #page-container {
        position: relative
    }

    .mh_vertical_nav #main-header {
        position: fixed;
        padding-top: 40px !important;
        top: 0 !important;
        right: 0;
        width: 225px;
        height: 100%
    }

    .mh_vertical_nav #mh-main-area,
    .mh_vertical_nav #top-header {
        margin-right: 225px;
        position: relative
    }

    .mh_vertical_nav #top-header {
        z-index: 9998
    }

    .mh_vertical_nav #main-header {
        z-index: 9999
    }

    .mh_vertical_nav #main-header .container {
        width: auto;
        margin: 0 40px
    }

    .mh_vertical_nav #main-header #mh-top-navigation,
    .mh_vertical_nav #main-header #mh_top_search,
    .mh_vertical_nav #main-header #top-menu,
    .mh_vertical_nav #main-header .mh-top-navigation-icons,
    .mh_vertical_nav #main-header .mh_cart_wrapper,
    .mh_vertical_nav #main-header .mobile-menu-trigger-icon,
    .mh_vertical_nav #main-header nav#top-menu-nav,
    .mh_vertical_nav .mh_vertical_nav #main-header #logo {
        float: none;
        display: block
    }

    .mh_vertical_nav #main-header #top-menu li.mega-menu>ul {
        right: 145px
    }

    .mh_vertical_nav #main-header .nav li ul {
        top: -32px;
        right: 145px;
        margin: 0
    }

    .mh_vertical_nav #main-header .mh-cart-container {
        bottom: -32px;
        right: 145px;
        margin: 0
    }

    .mh_vertical_nav #main-header #top-menu>li.menu-item-has-children>a:after {
        left: -12px;
        content: "\e6d1";
        position: absolute;
        top: 5px
    }

    .mh_vertical_nav #main-header .nav li ul ul {
        top: -23px;
        right: 180px
    }

    .mh_vertical_nav #main-header .nav li.mega-menu li ul {
        right: auto;
        top: auto
    }

    .mh_vertical_nav #main-header #logo {
        margin-bottom: 28px;
        padding: 0;
        max-height: none
    }

    .mh_vertical_nav #main-header .mh-search-form {
        bottom: 0;
        left: auto;
        right: 145px
    }

    .mh_vertical_nav #mh-top-navigation .mh-cart-info {
        float: none;
        display: block
    }

    .mh_vertical_nav.mh_left_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(3n+1),
    .mh_vertical_nav.mh_right_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(3n+1) {
        clear: none
    }

    .mh_vertical_nav.mh_left_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(3n),
    .mh_vertical_nav.mh_right_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(3n) {
        margin-left: 60px
    }

    .mh_vertical_nav.mh_left_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(2n),
    .mh_vertical_nav.mh_right_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(2n) {
        margin-left: 0
    }

    .mh_vertical_nav.mh_left_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(2n+1),
    .mh_vertical_nav.mh_right_sidebar .mh_post_gallery li.mh_gallery_item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1200px) {
    .mh_boxed_layout.mh_vertical_nav #page-container #top-header {
        width: auto
    }
}

@media only screen and (min-width:981px) and (max-width:1405px) {

    .mh_vertical_nav .mhc_column_2_3 .mhc_countdown_timer .section p.value,
    .mh_vertical_nav .mhc_column_3_4 .mhc_countdown_timer .section p.value {
        font-size: 50px;
        line-height: 50px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_countdown_timer .section,
    .mh_vertical_nav .mhc_column_3_4 .mhc_countdown_timer .section {
        margin-right: 0
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_countdown_timer .section.values,
    .mh_vertical_nav .mhc_column_3_4 .mhc_countdown_timer .section.values {
        width: 70px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_countdown_timer .section.days,
    .mh_vertical_nav .mhc_column_3_4 .mhc_countdown_timer .section.days {
        width: 90px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_countdown_timer .section p.value {
        font-size: 30px;
        line-height: 30px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_countdown_timer .section {
        margin-right: 0
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_countdown_timer .section.values {
        width: 42px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_countdown_timer .section.days {
        width: 60px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_countdown_timer .section p.value,
    .mh_vertical_nav .mhc_column_3_8 .mhc_countdown_timer .section p.value {
        font-size: 20px;
        line-height: 20px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_countdown_timer .section,
    .mh_vertical_nav .mhc_column_3_8 .mhc_countdown_timer .section {
        margin-right: 0
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mh_vertical_nav .mhc_column_3_8 .mhc_countdown_timer .mhc_countdown_timer_container {
        padding: 20px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_countdown_timer .section {
        margin-right: 0
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_countdown_timer .section p.value {
        font-size: 16px;
        line-height: 16px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_countdown_timer .section.values {
        width: 20px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_countdown_timer .section.days {
        width: 24px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_countdown_timer .sep {
        width: 0
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_countdown_timer .section.values {
        width: 24px !important
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_countdown_timer .section.days {
        width: 36px !important
    }

    .mh_vertical_nav .mhc_countdown_timer .mhc_countdown_timer_container {
        padding: 30px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_countdown_timer .mhc_countdown_timer_container {
        padding: 10px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_currency_sign,
    .mh_vertical_nav .mhc_column_1_4 .mhc_currency_sign {
        top: -20px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_sum,
    .mh_vertical_nav .mhc_column_1_4 .mhc_sum {
        font-size: 40px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_pricing_content_top,
    .mh_vertical_nav .mhc_column_1_4 .mhc_pricing_content_top {
        padding-bottom: 20px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_newsletter .mhc_newsletter_description,
    .mh_vertical_nav .mhc_column_1_3 .mhc_newsletter_form,
    .mh_vertical_nav .mhc_column_1_4 .mhc_newsletter .mhc_newsletter_description,
    .mh_vertical_nav .mhc_column_1_4 .mhc_newsletter_form {
        padding: 0 20px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_newsletter,
    .mh_vertical_nav .mhc_column_1_4 .mhc_newsletter {
        padding: 35px 0
    }

    .mh_vertical_nav .mhc_column_1_4 .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_1_4 .mh_audio_container .mejs-time-total {
        width: 70px !important
    }

    .mh_vertical_nav .mhc_column_3_8 .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_3_8 .mh_audio_container .mejs-time-total {
        width: 170px !important
    }

    .mh_vertical_nav .mhc_column_1_3 .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_1_3 .mh_audio_container .mejs-time-total {
        width: 140px !important
    }

    .mh_vertical_nav .mhc_column_1_4 .mh_audio_container {
        padding-bottom: 40px
    }

    .mh_vertical_nav .mhc_column_1_3 .mh_audio_container .mejs-time.mejs-currenttime-container.custom {
        margin-left: 7px
    }

    .mh_vertical_nav .mhc_column_1_3 .mejs-container,
    .mh_vertical_nav .mhc_column_1_3 .mejs-container .mejs-controls,
    .mh_vertical_nav .mhc_column_1_4 .mejs-container,
    .mh_vertical_nav .mhc_column_1_4 .mejs-container .mejs-controls,
    .mh_vertical_nav .mhc_column_3_8 .mejs-container,
    .mh_vertical_nav .mhc_column_3_8 .mejs-container .mejs-controls {
        height: 60px !important
    }

    .mh_vertical_nav.mh_full_width_page .mh_post_gallery li.mh_gallery_item:nth-child(3n+1) {
        clear: both !important
    }

    .mh_vertical_nav.mh_full_width_page .mh_post_gallery li.mh_gallery_item:nth-child(2n) {
        margin-left: 60px !important
    }

    .mh_vertical_nav.mh_full_width_page .mh_post_gallery li.mh_gallery_item:nth-child(3n) {
        margin-left: 0 !important
    }

    .mh_vertical_nav.mh_full_width_page .mh_post_gallery li.mh_gallery_item:nth-child(2n+1) {
        clear: none !important
    }

    .mh_vertical_nav .mhc_slide_description {
        padding: 140px 100px
    }

    .mh_vertical_nav .mhc_slider_fullwidth_off .mhc_slide_description {
        padding: 100px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_slider_fullwidth_off .mhc_slide_description {
        padding: 80px 60px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_slider_fullwidth_off .mhc_slide_description,
    .mh_vertical_nav .mhc_column_1_3 .mhc_slider_fullwidth_off .mhc_slide_description,
    .mh_vertical_nav .mhc_column_2_3 .mhc_slider_fullwidth_off .mhc_slide_description,
    .mh_vertical_nav .mhc_column_3_8 .mhc_slider_fullwidth_off .mhc_slide_description {
        padding: 60px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n+1),
    .mh_vertical_nav .mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(4n+1) {
        clear: none
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(2n+1),
    .mh_vertical_nav .mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n+1) {
        clear: both
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(2n),
    .mh_vertical_nav .mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n) {
        margin-left: 0
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(2n+1),
    .mh_vertical_nav .mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n+1) {
        margin-left: 60px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(2n) {
        margin-right: 0
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(2n+1) {
        margin-right: 17px;
        clear: both
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n+1) {
        clear: none
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_slider_fullwidth_off .mhc_slide_description {
        width: 100%;
        padding: 80px 0
    }
}

@media only screen and (min-width:981px) {
    .mh_boxed_layout.mh_vertical_nav #page-container #main-header {
        width: 225px;
        right: auto
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_portfolio_grid .mhc_portfolio_item {
        float: none !important;
        margin-right: 0 !important;
        width: 100% !important
    }
}

@media only screen and (min-width:981px) and (max-width:1100px) {
    .mh_vertical_nav .mhc_column_1_3 .mhc_blog_grid .mhc_post {
        width: 150px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_blog_grid .mhc_post {
        width: 91px
    }

    .mh_vertical_nav .mh_section_specialty .mhc_column_3_8 .mhc_blog_grid .mhc_post {
        width: 186px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_blog_grid .mhc_post {
        width: 185px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_blog_grid .mhc_post {
        width: 360px
    }

    .mh_vertical_nav .mhc_column_1_4 .wp-pagenavi span.pages {
        width: 119px !important;
        display: block
    }

    .mh_vertical_nav .mhc_slide_with_image .mhc_slide_image {
        width: 330px
    }

    .mh_vertical_nav .mhc_slide_with_image .mhc_slide_video {
        float: left;
        width: 330px;
        padding-top: 100px
    }

    .mh_vertical_nav .mhc_slide_with_image .mhc_slide_description {
        width: 330px;
        padding: 80px 0
    }

    .mh_vertical_nav .mhc_column_4_4 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_description {
        width: 257px;
        padding: 80px 60px
    }

    .mh_vertical_nav .mhc_column_4_4 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_image,
    .mh_vertical_nav .mhc_column_4_4 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_video {
        width: 268px;
        margin-left: 60px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_description {
        width: 187px;
        padding: 60px 60px 60px 40px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_image,
    .mh_vertical_nav .mhc_column_3_4 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_video {
        width: 167px;
        margin-left: 60px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_description {
        width: 330px;
        padding: 60px;
        text-align: center
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_slider_fullwidth_off .mhc_slide_image,
    .mh_vertical_nav .mhc_column_2_3 .mhc_slider_fullwidth_off .mhc_slide_video {
        display: none
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_description {
        width: 202px;
        padding: 60px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_description {
        width: 146.5px;
        padding: 40px;
        text-align: center
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_slider_fullwidth_off .mhc_slide_with_image .mhc_slide_description {
        width: 115px;
        padding: 40px;
        text-align: center
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_filterable_portfolio .mhc_portfolio_filters li,
    .mh_vertical_nav .mhc_column_3_4 .mhc_filterable_portfolio .mhc_portfolio_filters li {
        width: 50%
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_filterable_portfolio .mhc_portfolio_filters li,
    .mh_vertical_nav .mhc_column_3_8 .mhc_filterable_portfolio .mhc_portfolio_filters li {
        width: 100%
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_filterable_portfolio .mhc_portfolio_filters li a,
    .mh_vertical_nav .mhc_column_3_8 .mhc_filterable_portfolio .mhc_portfolio_filters li a {
        margin: -1px 0 0
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_filterable_portfolio .column_width,
    .mh_vertical_nav .mhc_column_2_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 216px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_filterable_portfolio .gutter_width {
        width: 18px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_filterable_portfolio .column_width,
    .mh_vertical_nav .mhc_column_3_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 227px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_filterable_portfolio .column_width,
    .mh_vertical_nav .mhc_column_3_8 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 226.5px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_filterable_portfolio .column_width,
    .mh_vertical_nav .mhc_column_1_2 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 322px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_filterable_portfolio .column_width,
    .mh_vertical_nav .mhc_column_1_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_filterable_portfolio .column_width,
    .mh_vertical_nav .mhc_column_1_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 131px
    }

    .mh_vertical_nav .mhc_column_4_4 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 100%
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 450px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 514px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 226.5px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 322px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 131px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_gallery .column_width,
    .mh_vertical_nav .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item {
        width: 216px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_gallery .gutter_width {
        width: 18px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_gallery .column_width,
    .mh_vertical_nav .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item {
        width: 227px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_gallery .column_width,
    .mh_vertical_nav .mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item {
        width: 226.5px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_gallery .column_width,
    .mh_vertical_nav .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item {
        width: 322px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_gallery .column_width,
    .mh_vertical_nav .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item {
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_gallery .column_width,
    .mh_vertical_nav .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item {
        width: 131px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_gallery_grid .gutter_width,
    .mh_vertical_nav .mhc_column_1_3 .mhc_gallery_grid .gutter_width,
    .mh_vertical_nav .mhc_column_1_4 .mhc_gallery_grid .gutter_width,
    .mh_vertical_nav .mhc_column_3_8 .mhc_gallery_grid .gutter_width {
        width: 0
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_image {
        height: 162px;
        width: 216px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_image img {
        min-height: 162px;
        min-width: 216px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_image.landscape img {
        height: 162px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_image.portrait img {
        width: 216px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_image {
        height: 170px;
        width: 227px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_image img {
        min-height: 170px;
        min-width: 227px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_image.landscape img {
        height: 170px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_image.portrait img {
        width: 227px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_image {
        height: 170px;
        width: 226.5px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_image img {
        min-height: 170px;
        min-width: 226.5px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_image.landscape img {
        height: 170px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_image.portrait img {
        width: 226.5px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_image {
        height: 234px;
        width: 322px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_image img {
        min-height: 234px;
        min-width: 322px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_image.landscape img {
        height: 234px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_image.portrait img {
        width: 322px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_image {
        height: 146px;
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_image img {
        min-height: 146px;
        min-width: 195px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_image.landscape img {
        height: 146px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_image.portrait img {
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_image {
        height: 98px;
        width: 131px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_image img {
        min-height: 98px;
        min-width: 131px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_image.landscape img {
        height: 98px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_image.portrait img {
        width: 131px
    }

    .mh_vertical_nav .mhc_newsletter_description,
    .mh_vertical_nav .mhc_newsletter_form {
        padding: 0 60px;
        float: none;
        width: auto
    }

    .mh_vertical_nav .mhc_newsletter_description {
        margin-bottom: 15px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_newsletter_description h2,
    .mh_vertical_nav .mhc_column_1_4 .mhc_newsletter_description h2,
    .mh_vertical_nav .mhc_column_3_8 .mhc_newsletter_description h2 {
        font-size: 24px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_newsletter_button,
    .mh_vertical_nav .mhc_column_1_3 .mhc_newsletter_form p input,
    .mh_vertical_nav .mhc_column_1_4 .mhc_newsletter_button,
    .mh_vertical_nav .mhc_column_1_4 .mhc_newsletter_form p input,
    .mh_vertical_nav .mhc_column_3_8 .mhc_newsletter_button,
    .mh_vertical_nav .mhc_column_3_8 .mhc_newsletter_form p input {
        font-size: 11px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item {
        width: 216px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item {
        width: 227px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_portfolio_grid .mhc_portfolio_item {
        width: 226.5px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_portfolio_grid .mhc_portfolio_item {
        width: 322px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_portfolio_grid .mhc_portfolio_item {
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_portfolio_grid .mhc_portfolio_item {
        width: 131px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_circle_counter,
    .mh_vertical_nav .mhc_column_1_3 .mhc_number_counter {
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_circle_counter .percent {
        height: 195px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_circle_counter .percent p {
        line-height: 195px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_circle_counter,
    .mh_vertical_nav .mhc_column_1_3 .mhc_number_counter {
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_circle_counter .percent {
        height: 195px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_circle_counter .percent p {
        line-height: 195px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_circle_counter,
    .mh_vertical_nav .mhc_column_1_4 .mhc_number_counter {
        width: 131px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_circle_counter .percent {
        height: 131px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_circle_counter .percent p {
        line-height: 131px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_number_counter .percent p {
        font-size: 65px;
        line-height: 65px
    }

    .mh_vertical_nav .container,
    .mh_vertical_nav .mhc_container,
    .mh_vertical_nav .mhc_row {
        width: 705px
    }

    .mh_vertical_nav .mhc_column_1_2 {
        width: 322px
    }

    .mh_vertical_nav .mhc_column_1_3 {
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_4 {
        width: 131px
    }

    .mh_vertical_nav .mhc_column_2_3 {
        width: 450px
    }

    .mh_vertical_nav .mhc_column_3_4 {
        width: 514px
    }

    .mh_vertical_nav .mhc_column_3_8 {
        width: 226.5px
    }

    .mh_vertical_nav .mhc_force_fullwidth .mhc_column_4_4 {
        width: 100%;
        float: none
    }

    .mh_vertical_nav .mhc_force_fullwidth .mhc_column_1_2 {
        width: 50%
    }

    .mh_vertical_nav .mhc_force_fullwidth .mhc_column_1_3 {
        width: 50%
    }

    .mh_vertical_nav .mhc_force_fullwidth .mhc_column_1_4 {
        width: 50%
    }

    .mh_vertical_nav .mhc_force_fullwidth .mhc_column_2_3 {
        width: 50%
    }

    .mh_vertical_nav .mhc_force_fullwidth .mhc_column_3_4 {
        width: 100%;
        float: none
    }

    .mh_vertical_nav .mhc_force_fullwidth .mhc_column_1_4.mhc_column_inner {
        width: 50%
    }

    .mh_vertical_nav .mhc_force_fullwidth .mhc_column_1_3.mhc_column_inner {
        width: 50%
    }

    .mh_vertical_nav #main-header {
        width: 225px
    }

    .mh_vertical_nav #mh-main-area {
        margin-right: 225px
    }

    .mh_vertical_nav.mh_left_sidebar #left-area,
    .mh_vertical_nav.mh_right_sidebar #left-area {
        width: 450px
    }

    .mh_vertical_nav.mh_left_sidebar #sidebar,
    .mh_vertical_nav.mh_right_sidebar #sidebar {
        width: 165px;
        margin-left: 30px
    }

    .mh_vertical_nav.mh_left_sidebar #sidebar {
        margin: 0 30px 0 0;
        width: 165px
    }

    .mh_vertical_nav.mh_right_sidebar #main-content .container:before {
        right: 205px
    }

    .mh_vertical_nav.mh_left_sidebar #main-content .container:before {
        left: 205px
    }

    .mh_vertical_nav #top-menu li.mega-menu>ul {
        width: 740px !important
    }

    .mh_vertical_nav .mhc_newsletter_description,
    .mh_vertical_nav .mhc_newsletter_form {
        padding: 0 60px;
        float: none;
        width: auto
    }

    .mh_vertical_nav .mhc_newsletter_description {
        margin-bottom: 15px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_widget,
    .mh_vertical_nav .mhc_column_4_4 .mhc_widget {
        margin-right: 90px !important
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_widget:nth-child(2n),
    .mh_vertical_nav .mhc_column_4_4 .mhc_widget:nth-child(3n) {
        margin-right: 0 !important
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_widget:nth-child(2n+1),
    .mh_vertical_nav .mhc_column_4_4 .mhc_widget:nth-child(3n+1) {
        clear: both
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_widget:nth-child(3n+1),
    .mh_vertical_nav .mhc_column_4_4 .mhc_widget:nth-child(4n+1) {
        clear: none
    }

    .mh_vertical_nav .mhc_column_3_4 .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_3_4 .mh_audio_container .mejs-time-total {
        width: 140px !important
    }

    .mh_vertical_nav .mhc_column_2_3 .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_2_3 .mh_audio_container .mejs-time-total {
        width: 155px !important
    }

    .mh_vertical_nav .mhc_column_1_3 .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_1_3 .mh_audio_container .mejs-time-total {
        width: 120px !important
    }

    .mh_vertical_nav .mhc_column_1_3 .mh_audio_container .mejs-time.mejs-currenttime-container.custom {
        margin-left: 7px
    }

    .mh_vertical_nav .mhc_column_1_4 .mh_audio_container .mejs-controls .mejs-horizontal-volume-slider {
        width: 18px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_posts .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_2_3 .mhc_posts .mh_audio_container .mejs-time-total {
        width: 193px !important;
        margin-right: 9px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_posts .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_3_4 .mhc_posts .mh_audio_container .mejs-time-total {
        width: 217px !important;
        margin-right: 9px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_posts .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_3_8 .mhc_posts .mh_audio_container .mejs-time-total {
        width: 147px !important
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_blog_grid .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_3_4 .mhc_blog_grid .mh_audio_container .mejs-time-total {
        width: 130px !important
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_blog_grid .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_1_3 .mhc_blog_grid .mh_audio_container .mejs-time-total {
        width: 110px !important
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_blog_grid .mh_audio_container .mejs-controls .mejs-time-rail,
    .mh_vertical_nav .mhc_column_2_3 .mhc_blog_grid .mh_audio_container .mejs-time-total {
        width: 110px !important;
        margin-right: 9px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_blog_grid .mhc_post,
    .mh_vertical_nav .mhc_column_4_4 .mhc_blog_grid .mhc_post {
        width: 281px
    }

    .mh_vertical_nav .mhc_column_2_3 .mhc_blog_grid .mhc_post {
        width: 155px
    }

    .mh_vertical_nav .mhc_column_3_4 .mejs-container,
    .mh_vertical_nav .mhc_column_3_4 .mejs-container .mejs-controls {
        height: 60px !important
    }
}

@media only screen and (max-width:980px) {

    .mh_vertical_nav.mh_left_sidebar #left-area,
    .mh_vertical_nav.mh_right_sidebar #left-area {
        width: auto
    }

    .mh_vertical_nav .mh-top-navigation-wrapper {
        display: inline
    }
}

.mh_vertical_nav .mhc_force_fullwidth .mhc_map {
    height: 100%
}

.mh_vertical_nav .mhc_force_fullwidth .mhc_column .mhc_map {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:1100px) and (max-width:1405px) {
    .mh_vertical_nav .mhc_column_2_3 .mhc_map {
        height: 383px;
        width: 510px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_map {
        height: 436px;
        width: 580px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_map {
        height: 195px;
        width: 259.5px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_map {
        height: 276px;
        width: 367px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_map {
        height: 169px;
        width: 225px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_map {
        height: 115px;
        width: 153px
    }
}

@media only screen and (min-width:981px) and (max-width:1405px) {

    .mh_vertical_nav .mhc_column_1_2 .mhc_map,
    .mh_vertical_nav .mhc_column_1_3 .mhc_map,
    .mh_vertical_nav .mhc_column_2_3 .mhc_map,
    .mh_vertical_nav .mhc_column_3_4 .mhc_map,
    .mh_vertical_nav .mhc_column_3_8 .mhc_map,
    .mh_vertical_nav .mhc_column_4_4 .mhc_map {
        max-width: 100%
    }
}

@media only screen and (min-width:981px) and (max-width:1100px) {
    .mh_vertical_nav .mhc_column_2_3 .mhc_map {
        height: 338px;
        width: 450px
    }

    .mh_vertical_nav .mhc_column_3_4 .mhc_map {
        height: 385px;
        width: 514px
    }

    .mh_vertical_nav .mhc_column_3_8 .mhc_map {
        height: 170px;
        width: 226.5px
    }

    .mh_vertical_nav .mhc_column_1_2 .mhc_map {
        height: 234px;
        width: 322px
    }

    .mh_vertical_nav .mhc_column_1_3 .mhc_map {
        height: 146px;
        width: 195px
    }

    .mh_vertical_nav .mhc_column_1_4 .mhc_map {
        height: 98px;
        width: 131px
    }
}

svg:not(:root) {
    overflow: hidden
}

[class*=separator-] {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0
}

[class*=separator-] svg {
    height: 101%
}

.separator-top {
    bottom: 100%
}

.separator-bottom {
    top: 99.8%
}

.mh-separator {
    display: block;
    position: relative;
    margin: 0 auto
}

@media(max-width:767px) {
    [class*=mh-separator-] {
        height: 40px
    }
}

.mhc_section.top-separator {
    padding-top: 90px;
    z-index: 5
}

.mhc_section.bottom-separator {
    padding-bottom: 90px;
    z-index: 6
}

.mhc_section.bottom-separator.top-separator {
    z-index: 22
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(1) {
    z-index: 21
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(2) {
    z-index: 20
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(3) {
    z-index: 19
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(4) {
    z-index: 18
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(5) {
    z-index: 17
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(6) {
    z-index: 16
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(7) {
    z-index: 15
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(8) {
    z-index: 14
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(9) {
    z-index: 13
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(10) {
    z-index: 12
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(11) {
    z-index: 11
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(12) {
    z-index: 10
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(13) {
    z-index: 9
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(14) {
    z-index: 8
}

.mhc_section.bottom-separator:not(.top-separator):nth-child(15) {
    z-index: 7
}

/*!Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT*/
.lity-active,
.lity-active body {
    overflow: hidden
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, .9);
    outline: 0 !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: 0 !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: 0 !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

.lity-instagram .lity-container {
    width: 100%;
    max-width: 612px
}

.lity-instagram .lity-iframe-container {
    padding-top: 113.0719%
}

@media only screen and (min-width:1200px) {
    .mh_boxed_layout #page-container {
        margin: 0 auto;
        position: relative;
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }
}

@media only screen and (min-width:1100px) {
    .footer-widget {
        float: right;
        width: 225px;
        margin: 0 60px 50px 0;
        color: #fff
    }

    .footer-widget:first-child {
        margin-right: 0
    }

    body.mh_widget_style_one .footer-widget {
        float: none;
        width: 330px;
        margin: 0 auto 50px
    }

    body.mh_widget_style_two .footer-widget {
        float: right;
        width: 510px;
        margin: 0 60px 50px 0
    }

    body.mh_widget_style_two .footer-widget:first-child,
    body.mh_widget_style_two .footer-widget:nth-child(3n) {
        margin-right: 0;
        clear: right
    }

    body.mh_widget_style_three .footer-widget {
        float: right;
        width: 320px;
        margin: 0 60px 50px 0
    }

    body.mh_widget_style_three .footer-widget:first-child,
    body.mh_widget_style_three .footer-widget:nth-child(4n) {
        margin-right: 0;
        clear: right
    }

    .mh_w7_9_5.mh_widget_style_four .footer-widget,
    .mh_w7_9_5.mh_widget_style_three .footer-widget,
    .mh_w7_9_5.mh_widget_style_two .footer-widget {
        width: 367.5px !important
    }

    .mh_w7_9_5.mh_widget_style_four .footer-widget:first-child,
    .mh_w7_9_5.mh_widget_style_four .footer-widget:nth-child(3n),
    .mh_w7_9_5.mh_widget_style_three .footer-widget:first-child,
    .mh_w7_9_5.mh_widget_style_three .footer-widget:nth-child(3n),
    .mh_w7_9_5.mh_widget_style_two .footer-widget:first-child,
    .mh_w7_9_5.mh_widget_style_two .footer-widget:nth-child(3n) {
        margin-right: 0 !important;
        clear: right !important
    }

    .mh_w7_9_5.mh_widget_style_three .footer-widget:nth-child(4n) {
        margin-right: 60px !important;
        clear: none !important
    }

    .mhc_column_3_8 .mh_audio_container .mejs-time-rail {
        width: 159px !important
    }

    .mhc_column_3_8 .mhc_blog_grid .mh_audio_container .mejs-time-rail {
        width: 110px !important
    }
}

@media only screen and (max-width:1100px) and (min-width:981px) {

    .mhc_column_3_4 .mhc_column_3_8,
    .mhc_column_3_4 .mhc_row_inner .mhc_column_1_2 {
        width: 320.5px
    }

    .mhc_column_3_4 .mhc_row_inner .mhc_column_1_3 {
        width: 195px
    }
}

@media only screen and (max-width:1100px) and (min-width:981px) {
    .footer-widget {
        width: 460px;
        margin: 0 30px 60px 0;
        float: right
    }

    .footer-widget:first-child,
    .footer-widget:nth-child(3n) {
        margin-right: 0;
        clear: right
    }

    .mh_w7_9_5 .footer-widget,
    body.mh_widget_style_one .footer-widget {
        float: none;
        width: 300px;
        margin: 0 auto 50px
    }
}

@media only screen and (min-width:981px) and (max-width:1405px) {
    .mhc_column_3_8 .mhc_countdown_timer .section.values {
        width: 24px !important
    }

    .mhc_column_3_8 .mhc_countdown_timer .section.days {
        width: 36px !important
    }
}

@media only screen and (min-width:981px) {
    body.mh_w7_9_5 .container {
        width: 795px
    }

    body.mh_w7_9_5.mh_right_sidebar #left-area {
        width: 510px
    }

    body.mh_w7_9_5.mh_left_sidebar #left-area {
        width: 510px
    }

    .mhc_blog_horizantal .mhc_post.activity,
    .mhc_blog_horizantal .mhc_post.format-standard,
    .mhc_blog_horizantal .mhc_post.format-video,
    .mhc_blog_horizantal .mhc_post.project,
    .mhc_blog_horizantal .mhc_post.type-page,
    .mhc_blog_horizantal .mhc_post.type-product {
        clear: both;
        display: inline-block;
        width: 100%
    }

    .mhc_blog_horizantal .mhc_post.activity .mh_main_video_container,
    .mhc_blog_horizantal .mhc_post.activity .mhc_image_container,
    .mhc_blog_horizantal .mhc_post.format-standard .mh_main_video_container,
    .mhc_blog_horizantal .mhc_post.format-standard .mhc_image_container,
    .mhc_blog_horizantal .mhc_post.format-video .mh_main_video_container,
    .mhc_blog_horizantal .mhc_post.format-video .mhc_image_container,
    .mhc_blog_horizantal .mhc_post.project .mh_main_video_container,
    .mhc_blog_horizantal .mhc_post.project .mhc_image_container,
    .mhc_blog_horizantal .mhc_post.type-page .mh_main_video_container,
    .mhc_blog_horizantal .mhc_post.type-page .mhc_image_container,
    .mhc_blog_horizantal .mhc_post.type-product .mh_main_video_container,
    .mhc_blog_horizantal .mhc_post.type-product .mhc_image_container {
        float: right;
        padding-left: 30px;
        width: 40%;
        box-sizing: border-box
    }

    .mhc_blog_horizantal .mhc_post.activity h2,
    .mhc_blog_horizantal .mhc_post.format-standard h2,
    .mhc_blog_horizantal .mhc_post.format-video h2,
    .mhc_blog_horizantal .mhc_post.project h2,
    .mhc_blog_horizantal .mhc_post.type-page h2,
    .mhc_blog_horizantal .mhc_post.type-product h2 {
        margin-top: 0
    }

    .mhc_blog_horizantal .mhc_post.activity .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.format-standard .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.format-video .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.project .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.type-page .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.type-product .mhc_post_content {
        width: 60%;
        float: right
    }

    .mhc_blog_horizantal .mhc_post.activity.mh_post_no_thumb .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.format-standard.mh_post_no_thumb .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.format-video.mh_post_no_thumb .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.project.mh_post_no_thumb .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.type-page.mh_post_no_thumb .mhc_post_content,
    .mhc_blog_horizantal .mhc_post.type-product.mh_post_no_thumb .mhc_post_content {
        width: 100%;
        float: none
    }

    .mhc_column_1_2 .mhc_pricing_table,
    .mhc_column_2_3 .mhc_pricing_table {
        width: 50%;
        margin-top: 60px
    }

    .mhc_column_1_2 .mhc_pricing_table:nth-child(2n+1),
    .mhc_column_2_3 .mhc_pricing_table:nth-child(2n+1) {
        clear: both
    }

    .mhc_column_1_2 .mhc_pricing_table:nth-child(1),
    .mhc_column_1_2 .mhc_pricing_table:nth-child(2),
    .mhc_column_2_3 .mhc_pricing_table:nth-child(1),
    .mhc_column_2_3 .mhc_pricing_table:nth-child(2) {
        margin-top: 0
    }

    .mhc_column_1_2 .mhc_featured_table,
    .mhc_column_2_3 .mhc_featured_table {
        margin-top: -30px !important
    }

    .mhc_column_1_3 .mhc_pricing_table,
    .mhc_column_1_4 .mhc_pricing_table {
        width: 100% !important;
        margin-bottom: 60px
    }

    .mhc_column_1_3 .mhc_featured_table,
    .mhc_column_1_4 .mhc_featured_table {
        margin-top: 0
    }

    .mhc_column_1_2 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(2n+1),
    .mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n+1),
    .mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(4n+1) {
        clear: both
    }

    .mhc_column_3_8 .mhc_portfolio_grid .mhc_portfolio_item {
        float: none !important;
        margin-right: 0 !important;
        width: 100% !important
    }

    .mhc_align_left .mhc_title_container {
        padding-right: 20%
    }

    .mhc_align_right .mhc_title_container {
        padding-left: 20%
    }

    .mhc_align_center .mhc_title_container {
        padding-right: 10%;
        padding-left: 10%
    }
}

@media only screen and (min-width:981px) and (max-width:1100px) {

    .container,
    .mhc_container,
    .mhc_fullwidth_section .mhc_texton_heading,
    .mhc_row {
        width: 960px
    }

    .mhc_column_1_2 {
        width: 450px
    }

    .mhc_column_1_3 {
        width: 280px
    }

    .mhc_column_1_4 {
        width: 195px
    }

    .mhc_column_2_3 {
        width: 620px
    }

    .mhc_column_3_4 {
        width: 705px
    }

    .mhc_column_3_8 {
        width: 322.5px
    }

    .mhc_post {
        margin-bottom: 42px
    }

    .mhc_blog_grid .mhc_post {
        width: 240px
    }

    .mhc_column_3_8 .mhc_blog_grid .mhc_post {
        width: 284px
    }

    .mhc_column_1_2 .mhc_portfolio_grid .mhc_portfolio_item,
    .mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item,
    .mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item {
        float: right;
        margin: 0 0 42px 60px
    }

    .mh_gallery_item,
    .mhc_column_1_2 .mhc_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_4 .mhc_portfolio_grid .mhc_portfolio_item,
    .mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item,
    .mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item,
    .mhc_column_4_4 .mhc_portfolio_grid .mhc_portfolio_item {
        width: 195px
    }

    .mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item {
        float: left;
        margin: 0 17px 42px 0
    }

    .mhc_column_1_3 .mhc_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_4 .mhc_portfolio_grid .mhc_portfolio_item {
        float: none;
        margin: 0 0 42px
    }

    .mhc_column_1_3 .mhc_portfolio_grid .mhc_portfolio_item {
        width: 280px
    }

    .mhc_column_3_8 .mhc_portfolio_grid .mhc_portfolio_item {
        width: 323px
    }

    .mhc_column_4_4 .mhc_widget_area_left .mhc_widget,
    .mhc_column_4_4 .mhc_widget_area_right .mhc_widget {
        width: 165px
    }

    .mhc_column_3_4 .mhc_widget_area_left .mhc_widget,
    .mhc_column_3_4 .mhc_widget_area_right .mhc_widget {
        width: 164px
    }

    .mhc_column_2_3 .mhc_widget_area_left .mhc_widget,
    .mhc_column_2_3 .mhc_widget_area_right .mhc_widget {
        width: 249px
    }

    .mhc_column_1_2 .mhc_widget_area_left .mhc_widget,
    .mhc_column_1_2 .mhc_widget_area_right .mhc_widget {
        width: 164px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_2_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_3_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_4_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 195px
    }

    .mhc_column_1_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 280px
    }

    .mhc_column_3_8 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 323px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio .column_width,
    .mhc_column_1_4 .mhc_filterable_portfolio .column_width,
    .mhc_column_2_3 .mhc_filterable_portfolio .column_width,
    .mhc_column_3_4 .mhc_filterable_portfolio .column_width,
    .mhc_column_4_4 .mhc_filterable_portfolio .column_width {
        width: 195px
    }

    .mhc_column_1_3 .mhc_filterable_portfolio .column_width {
        width: 280px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_3_4 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_4_4 .mhc_filterable_portfolio .gutter_width {
        width: 60px
    }

    .mhc_column_2_3 .mhc_filterable_portfolio .gutter_width {
        width: 17px
    }

    .mhc_column_1_3 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_1_4 .mhc_filterable_portfolio .gutter_width {
        width: 0
    }

    .mhc_column_1_3 .mhc_filterable_portfolio .mhc_portfolio_filters,
    .mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters {
        margin: 0 auto 40px
    }

    .mhc_column_1_3 .mhc_filterable_portfolio .mhc_portfolio_filters li {
        width: 50%
    }

    .mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters li {
        width: 100%
    }

    .mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters li a {
        margin: -1px 0 0
    }

    .mhc_column_4_4 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 960px
    }

    .mhc_column_3_4 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 705px
    }

    .mhc_column_2_3 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 620px
    }

    .mhc_column_1_2 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 450px
    }

    .mhc_column_3_8 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 323px
    }

    .mhc_column_1_3 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 280px
    }

    .mhc_column_1_4 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 195px
    }

    .mhc_column_1_2 .mhc_gallery .column_width,
    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_1_4 .mhc_gallery .column_width,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_2_3 .mhc_gallery .column_width,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_3_4 .mhc_gallery .column_width,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_4_4 .mhc_gallery .column_width,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item {
        width: 195px
    }

    .mhc_column_1_3 .mhc_gallery .column_width,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item {
        width: 280px
    }

    .mhc_column_1_2 .mhc_gallery .gutter_width,
    .mhc_column_3_4 .mhc_gallery .gutter_width,
    .mhc_column_4_4 .mhc_gallery .gutter_width {
        width: 60px
    }

    .mhc_column_2_3 .mhc_gallery .gutter_width {
        width: 17px
    }

    .mhc_column_1_3 .mhc_gallery .gutter_width,
    .mhc_column_1_4 .mhc_gallery .gutter_width {
        width: 0
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image {
        height: 146px;
        width: 195px
    }

    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image {
        height: 210px;
        width: 280px
    }

    .mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image {
        height: 243px;
        width: 323px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img {
        min-height: 146px;
        min-width: 195px
    }

    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img {
        min-height: 210px;
        min-width: 280px
    }

    .mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img {
        min-height: 243px;
        min-width: 323px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img {
        height: 146px
    }

    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img {
        height: 210px
    }

    .mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img {
        height: 243px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img {
        width: 195px
    }

    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img {
        width: 280px
    }

    .mhc_column_3_8 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img {
        width: 323px
    }

    .mhc_pricing_content {
        padding: 33px 20px 6px
    }

    .mh_left_sidebar #left-area,
    .mh_right_sidebar #left-area {
        width: 705px
    }

    .mh_left_sidebar #sidebar,
    .mh_right_sidebar #sidebar {
        width: 194px
    }

    .mh_full_width_portfolio_page .mh_project_meta {
        width: 195px
    }

    #sidebar .mhc_widget {
        margin-left: 0
    }

    .mh_left_sidebar #sidebar .mhc_widget {
        margin-right: 0
    }

    .widget_search #s {
        width: 64%
    }

    .widget_search #searchsubmit {
        width: 29%;
        max-width: none
    }

    .mhc_column_1_4 .mhc_blog_grid .mhc_post {
        width: 155px
    }

    .mhc_column_2_3 .mhc_team_member_image,
    .mhc_column_3_4 .mhc_team_member_image,
    .mhc_column_4_4 .mhc_team_member_image {
        width: 280px
    }

    .mhc_column_2_3 .mhc_team_member_description,
    .mhc_column_3_4 .mhc_team_member_description,
    .mhc_column_4_4 .mhc_team_member_description {
        margin-right: 310px
    }

    .mhc_column_3_8 .mhc_team_member_image {
        width: auto
    }

    .mh_quote_content {
        padding: 50px 70px 45px
    }

    .mhc_column_2_3 .mh_quote_content {
        padding: 50px 50px 45px
    }

    .mhc_column_1_2 .mh_quote_content {
        padding: 35px 47px 30px
    }

    .mhc_blog_grid .mh_quote_content,
    .mhc_column_1_3 .mh_quote_content,
    .mhc_column_1_4 .mh_quote_content,
    .mhc_column_3_8 .mh_quote_content {
        padding: 35px 25px 32px
    }

    .mhc_column_1_4 .mh_audio_container .mejs-playpause-button button {
        left: -11px
    }

    .mhc_column_1_4 .mh_audio_container .mejs-controls div.mejs-time-rail {
        margin-left: -14px
    }

    .mhc_column_3_8 .mh_audio_container .mejs-time-rail {
        width: 114px !important
    }

    .mhc_column_3_8 .mhc_blog_grid .mh_audio_container .mejs-time-rail {
        width: 70px !important
    }

    .mhc_column_4_4 .mhc_post .mhc_slide {
        min-height: 534px
    }

    .mhc_column_3_4 .mhc_post .mhc_slide {
        min-height: 392px
    }

    .mhc_column_2_3 .mhc_post .mhc_slide {
        min-height: 345px
    }

    .mhc_column_1_2 .mhc_post .mhc_slide {
        min-height: 250px
    }

    .mhc_column_1_3 .mhc_post .mhc_slide,
    .mhc_column_3_8 .mhc_post .mhc_slide {
        min-height: 155px
    }

    .mhc_column_1_4 .mhc_post .mhc_slide {
        min-height: 108px
    }

    .mhc_blog_grid .mhc_post .mhc_slide {
        min-height: 155px
    }

    .mhc_column_1_2 .mhc_audio_cover_art {
        height: 340px
    }

    .mhc_column_3_8 .mhc_audio_cover_art {
        height: 242px
    }

    .mhc_column_1_3 .mhc_audio_cover_art {
        height: 210px
    }

    .mhc_column_1_4 .mhc_audio_cover_art {
        height: 145px
    }

    .mhc_column_1_4 .mhc_contact_left {
        margin-right: 5px
    }
}

@media only screen and (max-width:980px) {
    .mhc_row:last-child .mhc_image_sticky:last-child {
        margin-bottom: 0 !important
    }

    .mhc_blurb_content,
    .mhc_promo {
        text-align: center
    }

    .mhc_column_1_3 .mhc_widget_area_left .mhc_widget,
    .mhc_column_1_4 .mhc_widget_area_left .mhc_widget {
        margin-right: 0
    }

    .container,
    .mhc_container,
    .mhc_fullwidth_section .mhc_texton_heading,
    .mhc_row {
        width: 690px
    }

    .mhc_column {
        padding-bottom: 30px
    }

    .mhc_column_fit .mhc_column {
        padding-bottom: 0
    }

    .mhc_column.mhc_column_empty {
        display: none
    }

    .mhc_section {
        padding: 50px 0 20px
    }

    .mhc_fullwidth_section {
        padding: 0
    }

    .mhc_column_1_2,
    .mhc_column_1_3,
    .mhc_column_1_4,
    .mhc_column_2_3,
    .mhc_column_3_4,
    .mhc_column_3_4 .mhc_row_inner .mhc_column_1_3,
    .mhc_column_3_8,
    .mhc_row_inner .mhc_column_1_2 {
        width: 100%;
        margin-left: 0
    }

    .mh_gallery_item,
    .mhc_portfolio_grid .mhc_portfolio_item {
        width: 315px !important
    }

    .mh_gallery_item:nth-child(2n),
    .mhc_portfolio_grid .mhc_portfolio_item:nth-child(2n) {
        margin-left: 0 !important
    }

    .mh_gallery_item:nth-child(2n+1) {
        clear: both
    }

    .mh_gallery_item:nth-child(3n+1) {
        clear: none
    }

    .mh_gallery_item:nth-child(3n),
    .mhc_column_2_3 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n),
    .mhc_column_3_4 .mhc_portfolio_grid .mhc_portfolio_item:nth-child(3n) {
        margin-left: 60px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_2_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_3_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_4_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 315px;
        margin: 0 0 42px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio .column_width,
    .mhc_column_1_3 .mhc_filterable_portfolio .column_width,
    .mhc_column_1_4 .mhc_filterable_portfolio .column_width,
    .mhc_column_2_3 .mhc_filterable_portfolio .column_width,
    .mhc_column_3_4 .mhc_filterable_portfolio .column_width,
    .mhc_column_4_4 .mhc_filterable_portfolio .column_width {
        width: 315px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_1_3 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_1_4 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_2_3 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_3_4 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_4_4 .mhc_filterable_portfolio .gutter_width {
        width: 60px
    }

    .mhc_column_1_3 .mhc_filterable_portfolio .mhc_portfolio_filters,
    .mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters {
        margin: 0 0 40px
    }

    .mhc_column_1_3 .mhc_filterable_portfolio .mhc_portfolio_filters li,
    .mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters li {
        width: auto
    }

    .mhc_column_1_3 .mhc_filterable_portfolio .mhc_portfolio_filters li a,
    .mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters li a {
        margin: 0 0 0 5px
    }

    .mhc_column_1_2 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_1_3 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_1_4 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_2_3 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_3_4 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_4_4 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 688px
    }

    .mhc_column_1_2 .mhc_gallery .column_width,
    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_1_3 .mhc_gallery .column_width,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_1_4 .mhc_gallery .column_width,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_2_3 .mhc_gallery .column_width,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_3_4 .mhc_gallery .column_width,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_4_4 .mhc_gallery .column_width,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item {
        width: 208px
    }

    .mhc_column_1_2 .mhc_gallery .gutter_width,
    .mhc_column_1_3 .mhc_gallery .gutter_width,
    .mhc_column_1_4 .mhc_gallery .gutter_width,
    .mhc_column_2_3 .mhc_gallery .gutter_width,
    .mhc_column_3_4 .mhc_gallery .gutter_width,
    .mhc_column_4_4 .mhc_gallery .gutter_width {
        width: 32px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image {
        height: 156px;
        width: 208px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img {
        min-height: 156px;
        min-width: 208px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img {
        height: 156px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img {
        width: 208px
    }

    .mhc_blog_grid .mhc_post {
        margin: 0 0 60px 32px;
        width: 289px
    }

    .mhc_column_1_4 .mhc_blog_grid .mhc_post {
        width: 289px
    }

    .mhc_widget {
        float: none;
        margin: 0 0 40px;
        width: 100% !important
    }

    .mhc_widget_area_left {
        border-right: none
    }

    .mhc_widget_area_right {
        border-left: none
    }

    .mhc_column_1_2 .mhc_widget_area_right .mhc_widget,
    .mhc_column_1_3 .mhc_widget_area_right .mhc_widget,
    .mhc_column_1_4 .mhc_widget_area_right .mhc_widget,
    .mhc_column_2_3 .mhc_widget_area_right .mhc_widget,
    .mhc_column_3_4 .mhc_widget_area_right .mhc_widget,
    .mhc_column_4_4 .mhc_widget_area_right .mhc_widget {
        margin: 0 0 40px
    }

    .mhc_column_4_4 .mhc_newsletter_description,
    .mhc_column_4_4 .mhc_newsletter_form {
        width: 41.75%
    }

    .mhc_newsletter_description {
        padding-bottom: 30px
    }

    .mhc_pricing_table {
        width: 50% !important
    }

    .mhc_pricing_table:nth-child(3),
    .mhc_pricing_table:nth-child(4) {
        margin-top: 60px
    }

    .mhc_pricing .mhc_featured_table:nth-child(3),
    .mhc_pricing .mhc_featured_table:nth-child(4) {
        margin-top: 30px !important
    }

    .mhc_pricing_table:nth-child(2n+1) {
        clear: both
    }

    .mh_left_sidebar #left-area,
    .mh_left_sidebar #sidebar,
    .mh_right_sidebar #left-area,
    .mh_right_sidebar #sidebar {
        width: auto;
        float: none
    }

    .mh_right_sidebar #left-area {
        margin-right: 0
    }

    .mh_left_sidebar #left-area {
        margin-left: 0
    }

    .mh_right_sidebar #sidebar {
        margin-left: 0;
        border-left: none
    }

    .mh_left_sidebar #sidebar {
        margin-right: 0;
        border-right: none
    }

    .mh_left_sidebar #sidebar .mhc_widget,
    .mh_right_sidebar #sidebar .mhc_widget {
        margin: 0 0 30px
    }

    .widget_search #s {
        width: 84%
    }

    #main-content .container:before {
        display: none !important
    }

    .mh_full_width_portfolio_page .mh_project_meta {
        float: none;
        width: 100%;
        margin-top: -20px;
        border-top: none;
        padding: 0 0 39px
    }

    .mhc_image {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .fwidget {
        padding-bottom: 30px
    }

    .mhc_column_1_3 .mhc_contact_right p,
    .mhc_column_1_4 .mhc_contact_right p,
    .mhc_column_3_8 .mhc_contact_right p {
        width: 48.5%;
        float: left;
        margin-right: 3%
    }

    .mhc_column_1_3 .mhc_contact_right p:last-child,
    .mhc_column_1_4 .mhc_contact_right p:last-child,
    .mhc_column_3_8 .mhc_contact_right p:last-child {
        margin-right: 0
    }

    #footer-bottom .mh-social-icons,
    #footer-info {
        float: none;
        text-align: center
    }

    #footer-bottom .mh-social-icons {
        margin: 0 0 5px
    }

    #footer-bottom .mh-social-icons li {
        margin: 0 10px 10px
    }

    .bottom-nav {
        text-align: center
    }

    .mhc_column_1_2 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_column_1_3 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_column_1_4 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_column_3_8 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_countdown_timer .mhc_countdown_timer_container {
        margin: 0 auto 30px;
        padding: 40px
    }

    .mhc_column_1_2 .mhc_countdown_timer .title,
    .mhc_column_1_3 .mhc_countdown_timer .title,
    .mhc_column_1_4 .mhc_countdown_timer .title,
    .mhc_column_3_8 .mhc_countdown_timer .title,
    .mhc_countdown_timer .title {
        font-size: 22px;
        margin: 0 0 30px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section,
    .mhc_column_1_3 .mhc_countdown_timer .section,
    .mhc_column_1_4 .mhc_countdown_timer .section,
    .mhc_column_3_8 .mhc_countdown_timer .section,
    .mhc_countdown_timer .section {
        margin-right: 15px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section.values,
    .mhc_column_1_3 .mhc_countdown_timer .section.values,
    .mhc_column_1_4 .mhc_countdown_timer .section.values,
    .mhc_column_3_8 .mhc_countdown_timer .section.values,
    .mhc_countdown_timer .section.values {
        width: 76px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section.days,
    .mhc_column_1_3 .mhc_countdown_timer .section.days,
    .mhc_column_1_4 .mhc_countdown_timer .section.days,
    .mhc_column_3_8 .mhc_countdown_timer .section.days,
    .mhc_countdown_timer .section.days {
        width: 124px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section p,
    .mhc_column_1_3 .mhc_countdown_timer .section p,
    .mhc_column_1_4 .mhc_countdown_timer .section p,
    .mhc_column_3_8 .mhc_countdown_timer .section p,
    .mhc_countdown_timer .section p {
        font-size: 64px;
        line-height: 64px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section p.label,
    .mhc_column_1_3 .mhc_countdown_timer .section p.label,
    .mhc_column_1_4 .mhc_countdown_timer .section p.label,
    .mhc_column_3_8 .mhc_countdown_timer .section p.label,
    .mhc_countdown_timer .section p.label {
        font-size: 14px;
        line-height: 25px
    }

    .mhc_column_3_8 .mhc_team_member_description,
    .mhc_team_member_description {
        margin-right: 310px !important
    }

    .mhc_column_3_8 .mhc_team_member_no_image .mhc_team_member_description {
        margin-right: 0 !important
    }

    .mhc_column_1_2 .mhc_countdown_timer .sep,
    .mhc_column_1_3 .mhc_countdown_timer .sep,
    .mhc_column_1_4 .mhc_countdown_timer .sep,
    .mhc_column_3_8 .mhc_countdown_timer .sep {
        top: -28px
    }

    .mhc_column_3_8 .mhc_blog_grid .mh_audio_container .mejs-time.mejs-currenttime-container.custom {
        margin-left: 0
    }

    .mhc_blog_grid .mh_audio_container .mejs-container .mejs-controls .mejs-time span,
    .mhc_column_1_3 .mh_audio_container .mejs-container .mejs-controls .mejs-time span,
    .mhc_column_1_4 .mh_audio_container .mejs-container .mejs-controls .mejs-time span,
    .mhc_column_3_8 .mh_audio_container .mejs-container .mejs-controls .mejs-time span {
        font-size: 18px
    }

    .mhc_column_1_3 .mhc_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_4 .mhc_portfolio_grid .mhc_portfolio_item {
        float: left;
        margin: 0 60px 42px 0
    }

    .mhc_portfolio_grid .mhc_portfolio_item:nth-child(2n+1) {
        clear: both
    }

    .comment .children {
        padding-right: 20px !important;
        background-position: right 23px
    }

    .comment_avatar img {
        max-width: 40px
    }

    .comment-body {
        padding: 0 50px 0 0
    }
}

@media only screen and (min-width:768px) and (max-width:980px) {

    .mhc_column_1_3 .mhc_tabs_controls,
    .mhc_column_1_4 .mhc_tabs_controls {
        border-bottom: 1px solid #d9d9d9
    }

    .mhc_column_1_3 .mhc_tabs_controls li,
    .mhc_column_1_4 .mhc_tabs_controls li {
        float: right;
        border-left: 1px solid #d9d9d9;
        border-bottom: none
    }

    .mhc_column_1_3 .mhc_tabs_controls,
    .mhc_column_1_4 .mhc_tabs_controls,
    .mhc_column_3_8 .mhc_tabs_controls {
        border-bottom: 1px solid #d9d9d9
    }

    .mhc_column_1_3 .mhc_tabs_controls li,
    .mhc_column_1_4 .mhc_tabs_controls li,
    .mhc_column_3_8 .mhc_tabs_controls li,
    .mhc_tabs_controls li,
    .mhc_tabs_controls li:last-child {
        float: right;
        border-left: 1px solid #d9d9d9;
        border-bottom: none
    }

    .mhc_column_1_3 .mhc_newsletter_description,
    .mhc_column_1_4 .mhc_newsletter_description,
    .mhc_column_3_8 .mhc_newsletter_description {
        padding-bottom: 15px
    }

    .mhc_column_1_3 .mhc_testimonial_description,
    .mhc_column_1_4 .mhc_testimonial_description,
    .mhc_column_3_8 .mhc_testimonial_description,
    .mhc_testimonial_no_image .mhc_testimonial_description {
        padding-right: 150px
    }

    .mhc_column_1_3 .mhc_testimonial_portrait,
    .mhc_column_1_4 .mhc_testimonial_portrait,
    .mhc_column_3_8 .mhc_testimonial_portrait {
        float: right;
        width: 120px;
        margin: 0
    }

    .mhc_column .mhc_team_member_image {
        float: right !important;
        width: 280px !important;
        margin: 0 0 0 30px !important;
        text-align: right !important
    }

    .mh_quote_content {
        padding: 50px 43px 45px !important
    }

    .mh_quote_content blockquote p {
        font-size: 26px !important;
        line-height: 44px !important
    }

    .mh_quote_content blockquote cite {
        font-size: 18px !important
    }

    .mhc_blog_grid .mh_quote_content {
        padding: 35px 30px !important
    }

    .mhc_blog_grid .mh_quote_content blockquote p {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .mhc_blog_grid .mh_quote_content blockquote cite {
        font-size: 14px !important
    }

    .mh_link_content {
        padding: 40px 40px 45px
    }

    .mh_link_content h2 {
        font-size: 26px !important;
        line-height: 44px !important
    }

    .mh_link_content a.mh_link_main_url {
        font-size: 18px !important
    }

    .mhc_blog_grid .mh_link_content h2 {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .mhc_blog_grid .mh_link_content a.mh_link_main_url {
        font-size: 14px !important
    }

    .mh_audio_content h2 {
        font-size: 26px !important;
        line-height: 44px !important;
        margin-bottom: 24px !important
    }

    .mhc_blog_grid .mh_audio_content h2 {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .mhc_post .mhc_slide {
        min-height: 384px !important
    }

    .mhc_blog_grid .mhc_post .mhc_slide {
        min-height: 182px !important
    }

    .mhc_audio_cover_art {
        float: none !important;
        width: 100% !important;
        position: relative;
        height: 400px !important
    }

    .mhc_audio_module_content {
        margin-left: 0 !important;
        padding: 55px 60px !important
    }

    .mhc_audio_module_content h2 {
        font-size: 36px !important
    }

    .mhc_column_1_4 .mh_audio_module_meta {
        font-size: 14px !important
    }

    .mh_force_center_on_mobile {
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important
    }
}

@media only screen and (max-width:767px) {
    .mh-search-form {
        left: -35px
    }

    .mh-search-form input {
        width: 360px
    }

    .widget_search #s {
        width: 306px
    }

    .mhc_blurb_content {
        text-align: center
    }

    .mhc_space.mh_hide_on_small {
        display: none
    }

    .mhc_column {
        padding-bottom: 30px
    }

    .mhc_column_fit .mhc_column {
        padding-bottom: 0
    }

    .mhc_section {
        padding: 50px 0 20px
    }

    .mhc_section.mhc_video_hide_mobile .mhc_section_video_bg {
        display: none
    }

    .mhc_fullwidth_section {
        padding: 0
    }

    .container,
    .mhc_container,
    .mhc_fullwidth_section .mhc_texton_heading,
    .mhc_row {
        width: 400px
    }

    .mhc_portfolio_item h2,
    .mhc_post h2 {
        font-size: 18px
    }

    .mhc_blog_grid {
        margin-right: 0
    }

    .mhc_blog_grid .mhc_post {
        margin-bottom: 60px;
        width: 360px;
        float: none
    }

    .mhc_portfolio_item {
        margin-bottom: 22px
    }

    .mh_gallery_item,
    .mhc_portfolio_grid .mhc_portfolio_item {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important
    }

    .mhc_portfolio_item h2 {
        font-size: 18px
    }

    .mhc_column_1_2 .mhc_carousel_item .mhc_video_play,
    .mhc_column_1_4 .mhc_carousel_item .mhc_video_play,
    .mhc_column_2_3 .mhc_carousel_item .mhc_video_play,
    .mhc_column_3_4 .mhc_carousel_item .mhc_video_play,
    .mhc_column_4_4 .mhc_carousel_item .mhc_video_play {
        font-size: 2rem;
        line-height: 2rem;
        margin-left: -1rem;
        margin-top: -1rem
    }

    .mhc_carousel .mhc-arrow-prev,
    .mhc_carousel:hover .mhc-arrow-prev {
        left: -8px;
        opacity: 1
    }

    .mhc_carousel .mhc-arrow-next,
    .mhc_carousel:hover .mhc-arrow-next {
        right: -8px;
        opacity: 1
    }

    .mhc_slider_carousel:hover .mhc-arrow-prev {
        opacity: 0 !important
    }

    .mhc_slider_carousel:hover .mhc-arrow-next {
        opacity: 0 !important
    }

    .mhc_column_1_2 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_2_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_3_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_4_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 400px;
        margin: 0 0 42px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio .column_width,
    .mhc_column_1_3 .mhc_filterable_portfolio .column_width,
    .mhc_column_1_4 .mhc_filterable_portfolio .column_width,
    .mhc_column_2_3 .mhc_filterable_portfolio .column_width,
    .mhc_column_3_4 .mhc_filterable_portfolio .column_width,
    .mhc_column_4_4 .mhc_filterable_portfolio .column_width {
        width: 400px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_1_3 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_1_4 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_2_3 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_3_4 .mhc_filterable_portfolio .gutter_width,
    .mhc_column_4_4 .mhc_filterable_portfolio .gutter_width {
        width: 0
    }

    .mhc_column_1_2 .mhc_filterable_portfolio .mhc_portfolio_filters,
    .mhc_column_1_3 .mhc_filterable_portfolio .mhc_portfolio_filters,
    .mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters,
    .mhc_column_2_3 .mhc_filterable_portfolio .mhc_portfolio_filters,
    .mhc_column_3_4 .mhc_filterable_portfolio .mhc_portfolio_filters,
    .mhc_column_4_4 .mhc_filterable_portfolio .mhc_portfolio_filters {
        margin: 0 auto 40px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio .mhc_portfolio_filters li,
    .mhc_column_1_3 .mhc_filterable_portfolio .mhc_portfolio_filters li,
    .mhc_column_1_4 .mhc_filterable_portfolio .mhc_portfolio_filters li,
    .mhc_column_2_3 .mhc_filterable_portfolio .mhc_portfolio_filters li,
    .mhc_column_3_4 .mhc_filterable_portfolio .mhc_portfolio_filters li,
    .mhc_column_4_4 .mhc_filterable_portfolio .mhc_portfolio_filters li {
        width: 50%
    }

    .mhc_column_1_2 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_1_3 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_1_4 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_2_3 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_3_4 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_4_4 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 400px
    }

    .mhc_gallery_grid .mhc_gallery_item {
        margin-bottom: 39px
    }

    .mhc_column_1_2 .mhc_gallery .column_width,
    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_1_3 .mhc_gallery .column_width,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_1_4 .mhc_gallery .column_width,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_2_3 .mhc_gallery .column_width,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_3_4 .mhc_gallery .column_width,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_4_4 .mhc_gallery .column_width,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item {
        width: 400px
    }

    .mhc_column_1_2 .mhc_gallery .gutter_width,
    .mhc_column_1_3 .mhc_gallery .gutter_width,
    .mhc_column_1_4 .mhc_gallery .gutter_width,
    .mhc_column_2_3 .mhc_gallery .gutter_width,
    .mhc_column_3_4 .mhc_gallery .gutter_width,
    .mhc_column_4_4 .mhc_gallery .gutter_width {
        width: 0
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image {
        height: 284px;
        width: 400px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img {
        min-height: 284px;
        min-width: 400px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img {
        height: 284px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img {
        width: 400px
    }

    .mhc_widget {
        float: none;
        margin: 0 0 40px;
        width: 100% !important
    }

    .mhc_widget_area_left {
        border-right: none
    }

    .mhc_widget_area_right {
        border-left: none
    }

    .mhc_promo {
        padding: 40px
    }

    .mhc_column_2_3 .mhc_newsletter_description,
    .mhc_column_2_3 .mhc_newsletter_form,
    .mhc_column_3_4 .mhc_newsletter_description,
    .mhc_column_3_4 .mhc_newsletter_form,
    .mhc_column_4_4 .mhc_newsletter_description,
    .mhc_column_4_4 .mhc_newsletter_form {
        width: 89%;
        padding-right: 5.5%;
        padding-left: 5.5%;
        max-width: 388px;
        float: none
    }

    .mhc_newsletter {
        padding: 40px 0
    }

    .mhc_newsletter_description {
        padding-bottom: 25px
    }

    .mhc_slider:hover .mhc-arrow-prev {
        right: 0;
        opacity: 1
    }

    .mhc_slider:hover .mhc-arrow-next {
        left: 0;
        opacity: 1
    }

    .mhc-controllers {
        bottom: 10px
    }

    .mhc_tabs_controls {
        border-bottom: none
    }

    .mhc_tabs_controls li {
        float: none;
        border-left: none;
        border-bottom: 1px solid #d9d9d9
    }

    .mhc_slide_image,
    .mhc_slide_video {
        position: relative;
        width: 100%;
        margin-top: 7% !important
    }

    .mhc_slider_hide_media .mhc_slide_image,
    .mhc_slider_hide_media .mhc_slide_video {
        display: none !important
    }

    .mhc_slide_with_image .mhc_slide_description {
        float: none;
        text-align: center;
        width: 100%
    }

    a.mhc_more_button {
        margin-left: auto !important;
        display: block !important
    }

    .mhc_slide_content.mh_hide_on_small,
    .mhc_slider_fullwidth_off .mhc_more_button.mh_hide_on_small,
    .mhc_slider_fullwidth_off .mhc_slide_content.mh_hide_on_small,
    a.mhc_more_button.mh_hide_on_small {
        display: none !important
    }

    .mhc_pricing_table {
        width: 100% !important;
        margin-bottom: 60px
    }

    .mhc_pricing_table:last-child {
        margin-bottom: 0
    }

    .mhc_featured_table {
        margin-top: 0
    }

    .mhc_pricing_table:nth-child(3),
    .mhc_pricing_table:nth-child(4) {
        margin-top: 0
    }

    .mhc_pricing .mhc_featured_table:nth-child(3),
    .mhc_pricing .mhc_featured_table:nth-child(4) {
        margin-top: 0 !important
    }

    .comment-reply-link {
        bottom: -25px;
        top: auto
    }

    #commentform input[type=text] {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        padding: 0 !important;
        width: 100%
    }

    .mhc_contact p.mhc_contact_field_half {
        width: 100%;
        float: none
    }

    .mh_quick_form .mh_quick_form_inner {
        width: 80%
    }

    .fwidget {
        padding-bottom: 0
    }

    .mh-hide-mobile {
        display: none
    }

    .mhc_column_1_4 .mhc_blog_grid .mhc_post {
        margin-right: 0;
        width: 360px
    }

    .mhc_column_1_3 .mhc_contact_right p,
    .mhc_column_1_4 .mhc_contact_right p,
    .mhc_column_3_8 .mhc_contact_right p {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .mhc_column_1_2 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_column_1_3 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_column_1_4 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_column_3_8 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_countdown_timer .mhc_countdown_timer_container {
        margin: 0 auto 30px;
        padding: 40px 20px
    }

    .mhc_column_1_2 .mhc_countdown_timer .title,
    .mhc_column_1_3 .mhc_countdown_timer .title,
    .mhc_column_1_4 .mhc_countdown_timer .title,
    .mhc_column_3_8 .mhc_countdown_timer .title,
    .mhc_countdown_timer .title {
        font-size: 22px;
        margin: 0 0 30px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section,
    .mhc_column_1_3 .mhc_countdown_timer .section,
    .mhc_column_1_4 .mhc_countdown_timer .section,
    .mhc_column_3_8 .mhc_countdown_timer .section,
    .mhc_countdown_timer .section {
        margin-right: 4px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section.values,
    .mhc_column_1_3 .mhc_countdown_timer .section.values,
    .mhc_column_1_4 .mhc_countdown_timer .section.values,
    .mhc_column_3_8 .mhc_countdown_timer .section.values,
    .mhc_countdown_timer .section.values {
        width: 56px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section.days,
    .mhc_column_1_3 .mhc_countdown_timer .section.days,
    .mhc_column_1_4 .mhc_countdown_timer .section.days,
    .mhc_column_3_8 .mhc_countdown_timer .section.days,
    .mhc_countdown_timer .section.days {
        width: 95px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section p,
    .mhc_column_1_3 .mhc_countdown_timer .section p,
    .mhc_column_1_4 .mhc_countdown_timer .section p,
    .mhc_column_3_8 .mhc_countdown_timer .section p,
    .mhc_countdown_timer .section p {
        font-size: 48px;
        line-height: 48px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section p.label,
    .mhc_column_1_3 .mhc_countdown_timer .section p.label,
    .mhc_column_1_4 .mhc_countdown_timer .section p.label,
    .mhc_column_3_8 .mhc_countdown_timer .section p.label,
    .mhc_countdown_timer .section p.label {
        font-size: 14px;
        line-height: 25px
    }

    .mhc_column_1_3 .mhc_newsletter_description,
    .mhc_column_1_4 .mhc_newsletter_description,
    .mhc_column_3_8 .mhc_newsletter_description {
        padding-bottom: 15px
    }

    .mhc_testimonial_description {
        padding-right: 0 !important
    }

    .mhc_testimonial_portrait {
        float: none !important;
        width: 120px !important;
        margin: 0 auto 20px !important
    }

    .mhc_team_member_image {
        float: none;
        width: auto;
        margin: 0 0 12px;
        text-align: center
    }

    .mhc_column_3_8 .mhc_team_member_description,
    .mhc_team_member_description {
        margin-right: 0 !important
    }

    .mh_quote_content,
    .mhc_blog_grid .mh_quote_content {
        padding: 35px 30px !important
    }

    .mh_quote_content blockquote p,
    .mhc_blog_grid .mh_quote_content blockquote p {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .mh_quote_content blockquote cite,
    .mhc_blog_grid .mh_quote_content blockquote cite {
        font-size: 14px !important
    }

    .mh_link_content {
        padding: 35px 20px
    }

    .mh_audio_content h2,
    .mh_link_content h2 {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .mh_link_content a.mh_link_main_url {
        font-size: 14px !important
    }

    .mh_audio_content {
        padding: 35px 20px !important
    }

    .mh_audio_content h2 {
        margin-bottom: 9px !important
    }

    .mh_audio_container .mejs-container .mejs-controls .mejs-time span {
        font-size: 14px !important
    }

    .mhc_post .mhc_slide {
        min-height: 222px !important
    }

    .mhc_blog_grid .mhc_post .mhc_slide {
        min-height: 222px !important
    }

    .mhc_audio_cover_art {
        float: none !important;
        width: 100% !important;
        position: relative;
        height: 300px !important
    }

    .mhc_audio_module_content {
        margin-left: 0 !important;
        padding: 40px 40px 34px !important
    }

    .mhc_audio_module_content h2 {
        font-size: 26px !important
    }

    .mhc_column_1_4 .mh_audio_module_meta {
        font-size: 14px !important
    }

    .mhc_thumb_box_grid {
        grid-template-columns: 60px 1fr !important
    }
}

@media only screen and (max-width:479px) {
    #page-container {
        overflow: hidden
    }

    .mh-search-form input {
        width: 240px
    }

    .widget_search #s {
        width: 193px
    }

    .mhc_blurb_content {
        text-align: center
    }

    .mhc_column {
        padding-bottom: 30px
    }

    .mhc_column_fit .mhc_column {
        padding-bottom: 0
    }

    .mhc_section {
        padding: 50px 0 20px
    }

    .mhc_fullwidth_section {
        padding: 0
    }

    .container,
    .mhc_container,
    .mhc_fullwidth_section .mhc_texton_heading {
        width: 300px;
        padding-left: 10px;
        padding-right: 10px
    }

    .mhc_row {
        width: 300px
    }

    .mhc_blog_grid h2,
    .mhc_post h2 {
        font-size: 16px;
        padding-bottom: 0
    }

    .mhc_post .post-meta {
        color: #666;
        font-size: 14px
    }

    .mhc_blog_grid .mhc_post {
        margin: 0 0 40px;
        width: 280px;
        border: none;
        background: 0 0;
        float: none
    }

    .mhc_image_container {
        margin: 0
    }

    .mhc_blog_grid .mh_audio_content,
    .mhc_blog_grid .mh_main_video_container,
    .mhc_blog_grid .mhc_post .mhc_slider,
    .mhc_blog_grid .mhc_post.format-link>*,
    .mhc_blog_grid .mhc_post.format-quote>* {
        display: block
    }

    .mhc_blog_grid .mhc_post>.mhc_image_container,
    .mhc_blog_grid .mhc_post>.post-meta,
    .mhc_blog_grid .mhc_post>h2 {
        display: block
    }

    .mhc_blog_grid .mhc_post .post-meta {
        display: block !important;
        padding: 0
    }

    .mhc_portfolio_item {
        margin-bottom: 22px
    }

    .mhc_portfolio_grid .mhc_portfolio_item {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important
    }

    .mhc_blog_grid .mh_main_video_container,
    .mhc_blog_grid .mhc_post .mhc_slider,
    .mhc_image_container {
        margin: 0
    }

    .mhc_column_1_2 .mhc_carousel_item .mhc_video_play,
    .mhc_column_1_3 .mhc_carousel_item .mhc_video_play,
    .mhc_column_2_3 .mhc_carousel_item .mhc_video_play,
    .mhc_column_3_4 .mhc_carousel_item .mhc_video_play,
    .mhc_column_3_8 .mhc_carousel_item .mhc_video_play,
    .mhc_column_4_4 .mhc_carousel_item .mhc_video_play {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-left: -.75rem;
        margin-top: -.75rem
    }

    .mhc_column_1_2 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_1_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_2_3 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_3_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item,
    .mhc_column_4_4 .mhc_filterable_portfolio_grid .mhc_portfolio_item {
        width: 280px;
        margin: 0 0 42px
    }

    .mhc_column_1_2 .mhc_filterable_portfolio .column_width,
    .mhc_column_1_3 .mhc_filterable_portfolio .column_width,
    .mhc_column_1_4 .mhc_filterable_portfolio .column_width,
    .mhc_column_2_3 .mhc_filterable_portfolio .column_width,
    .mhc_column_3_4 .mhc_filterable_portfolio .column_width,
    .mhc_column_4_4 .mhc_filterable_portfolio .column_width {
        width: 280px
    }

    .mhc_column_1_2 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_1_3 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_1_4 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_2_3 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_3_4 .mhc_gallery_fullwidth .mhc_gallery_item,
    .mhc_column_4_4 .mhc_gallery_fullwidth .mhc_gallery_item {
        width: 280px
    }

    .mhc_column_1_2 .mhc_gallery .column_width,
    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_1_3 .mhc_gallery .column_width,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_1_4 .mhc_gallery .column_width,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_2_3 .mhc_gallery .column_width,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_3_4 .mhc_gallery .column_width,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item,
    .mhc_column_4_4 .mhc_gallery .column_width,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item {
        width: 280px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image {
        height: 200px;
        width: 280px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image img {
        min-height: 200px;
        min-width: 280px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.landscape img {
        height: 200px
    }

    .mhc_column_1_2 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_1_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_1_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_2_3 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_3_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img,
    .mhc_column_4_4 .mhc_gallery_grid .mhc_gallery_item .mhc_gallery_image.portrait img {
        width: 280px
    }

    .mhc_widget {
        float: none;
        margin: 0 0 40px;
        width: 100% !important
    }

    .mhc_widget_area_left {
        border-right: none
    }

    .mhc_widget_area_right {
        border-left: none
    }

    .mhc_promo {
        padding: 40px
    }

    .mhc_newsletter {
        padding: 30px 0
    }

    .mhc_newsletter_description {
        padding-bottom: 15px
    }

    .mhc_tabs_controls {
        border-bottom: none
    }

    .mhc_tabs_controls li {
        float: none;
        border-left: none;
        border-bottom: 1px solid #d9d9d9
    }

    .mhc_column_1_2 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_column_1_3 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_column_1_4 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_column_3_8 .mhc_countdown_timer .mhc_countdown_timer_container,
    .mhc_countdown_timer .mhc_countdown_timer_container {
        margin: 0 auto 30px;
        padding: 40px 20px
    }

    .mhc_column_1_2 .mhc_countdown_timer .title,
    .mhc_column_1_3 .mhc_countdown_timer .title,
    .mhc_column_1_4 .mhc_countdown_timer .title,
    .mhc_column_3_8 .mhc_countdown_timer .title,
    .mhc_countdown_timer .title {
        font-size: 18px;
        margin: 0 0 20px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section,
    .mhc_column_1_3 .mhc_countdown_timer .section,
    .mhc_column_1_4 .mhc_countdown_timer .section,
    .mhc_column_3_8 .mhc_countdown_timer .section,
    .mhc_countdown_timer .section {
        margin-right: 5px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section.values,
    .mhc_column_1_3 .mhc_countdown_timer .section.values,
    .mhc_column_1_4 .mhc_countdown_timer .section.values,
    .mhc_column_3_8 .mhc_countdown_timer .section.values,
    .mhc_countdown_timer .section.values {
        width: 35px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section.days,
    .mhc_column_1_3 .mhc_countdown_timer .section.days,
    .mhc_column_1_4 .mhc_countdown_timer .section.days,
    .mhc_column_3_8 .mhc_countdown_timer .section.days,
    .mhc_countdown_timer .section.days {
        width: 40px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section p,
    .mhc_column_1_3 .mhc_countdown_timer .section p,
    .mhc_column_1_4 .mhc_countdown_timer .section p,
    .mhc_column_3_8 .mhc_countdown_timer .section p,
    .mhc_countdown_timer .section p {
        font-size: 28px;
        line-height: 28px
    }

    .mhc_column_1_2 .mhc_countdown_timer .section p.label,
    .mhc_column_1_3 .mhc_countdown_timer .section p.label,
    .mhc_column_1_4 .mhc_countdown_timer .section p.label,
    .mhc_column_3_8 .mhc_countdown_timer .section p.label,
    .mhc_countdown_timer .section p.label {
        font-size: 11px;
        line-height: 19px
    }

    .mhc_column_1_3 .mhc_newsletter_description,
    .mhc_column_1_4 .mhc_newsletter_description,
    .mhc_column_3_8 .mhc_newsletter_description {
        padding-bottom: 15px
    }

    .mh_audio_content,
    .mh_quote_content,
    .mhc_blog_grid .mh_link_content,
    .mhc_blog_grid .mh_quote_content {
        padding: 35px 20px !important
    }

    .mhc_blog_grid .mh_main_video_container {
        margin-left: 0;
        margin-right: 0
    }

    .mhc_blog_grid .mhc_post .mhc_slide,
    .mhc_post .mhc_slide {
        min-height: 156px !important
    }

    .mhc_audio_cover_art {
        float: none !important;
        width: 100% !important;
        height: 210px !important
    }

    .mhc_audio_module_content {
        margin-left: 0 !important;
        padding: 40px 20px 34px !important
    }

    .mhc_audio_module_content h2 {
        font-size: 20px !important
    }

    .mhc_column_1_4 .mh_audio_module_meta {
        font-size: 14px !important
    }

    .mhc_countdown_timer .sep {
        top: -24px !important
    }

    .mhc_blog_grid .mh_link_content,
    .mhc_blog_grid .mh_quote_content {
        margin: -20px
    }

    .mhc_blog_grid .mh_audio_content,
    .mhc_blog_grid .mh_main_video_container,
    .mhc_blog_grid .mhc_post .mhc_slider,
    .mhc_image_container {
        margin: 0 0 10px
    }

    .mhc_column_3_8 .mhc_blog_grid .mh_audio_container .mejs-time.mejs-currenttime-container.custom {
        margin-left: 0
    }

    .mhc_column_1_4 .mhc_blog_grid .mhc_post {
        width: 100%
    }

    .mhc_scroll_top {
        right: 0
    }

    ul.mhc_side_nav {
        display: none
    }
}

@media only screen and (min-width:981px) {
    .mh-disable-desktop {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:980px) {
    .mh-disable-tablet {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .mh-disable-mobile {
        display: none !important
    }
}

/*!Copyright (c) mharty.com*/
.mh-author-page-cover .container {
    padding-top: 0 !important
}

.mh-author-page-cover .container:before {
    display: none
}

.mh-author-page-cover.mh-cover-right .container {
    padding-top: 0 !important
}

.mh-author-page-cover.mh-cover-right .container:before {
    display: none
}

.mh-author-page-cover.mh-cover-right .author-header {
    text-align: right;
    transition: all .5s ease-in-out 0s;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    padding: 220px 0 0;
    max-width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center top
}

.mh-author-page-cover.mh-cover-right .author-header-avatar {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    margin: -20px 0 30px;
    float: right;
    transition: all .3s ease-in-out 0s;
    z-index: 10
}

.mh-author-page-cover.mh-cover-right .author-header-avatar img.avatar {
    width: 110px;
    display: block;
    border-radius: 100%;
    transition: all .3s ease-in-out 0s
}

.mh-author-page-cover.mh-cover-right .author-header-content {
    z-index: 5;
    position: relative;
    width: auto;
    float: right;
    display: inline-block;
    overflow: hidden
}

.mh-author-page-cover.mh-cover-right .author-header-content .author-name {
    display: inline-block;
    padding: 0 20px 10px 0;
    font-weight: 700
}

.mh-author-page-cover.mh-cover-right .author-header-content .author-social-icons {
    display: inline-block;
    padding: 0 5px 10px
}

.mh-author-page-cover.mh-cover-right .author-header-content .author-social-icons a {
    color: inherit
}

.mh-author-page-cover.mh-cover-right .author-header-content .author-social-icons a i {
    padding: 0 5px;
    font-size: 18px;
    opacity: .85;
    color: inherit
}

.mh-author-page-cover.mh-cover-right .author-bio {
    max-width: 450px;
    display: block;
    padding: 0 20px 20px 0
}

.mh-author-page-cover.mh-cover-right.mh-profile-img .author-header {
    background: url(//www.ayen.app/wp-content/plugins/mh-author-page-cover/assets/css/../img/heading.png) repeat-x 0 115px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.mh-author-page-cover.mh-cover-right.mh-profile-img .author-header .author-header-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    background: rgba(0, 0, 0, .3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%)
}

.mh-author-page-cover.mh-cover-right.mh-profile-img .author-header .author-header-content {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .6)
}

.mh-author-page-cover.mh-cover-right.mh-profile-img .author-header .author-header-content .author-name {
    color: #fff
}

.mh-author-page-cover.mh-cover-right.mh-profile-img .author-header .author-header-content .author-social-icons a i {
    color: #fff
}

.mh-author-box-cover .author-header,
.mh-author-page-cover.mh-cover-center .author-header {
    text-align: center;
    transition: all .5s ease-in-out 0s;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    padding: 40px 10px;
    max-width: 100%;
    box-sizing: border-box
}

.mh-author-box-cover .author-header-avatar,
.mh-author-page-cover.mh-cover-center .author-header-avatar {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    margin: 0 auto;
    transition: all .3s ease-in-out 0s;
    z-index: 10
}

.mh-author-box-cover .author-header-avatar img.avatar,
.mh-author-page-cover.mh-cover-center .author-header-avatar img.avatar {
    width: 110px;
    display: block;
    border-radius: 100%;
    transition: all .3s ease-in-out 0s
}

.mh-author-box-cover .author-header-content,
.mh-author-page-cover.mh-cover-center .author-header-content {
    z-index: 5;
    position: relative;
    padding-top: 10px
}

.mh-author-box-cover .author-header-content .author-name,
.mh-author-page-cover.mh-cover-center .author-header-content .author-name {
    display: inline-block;
    padding: 0 0 10px;
    font-weight: 700
}

.mh-author-box-cover .author-header-content .author-social-icons,
.mh-author-page-cover.mh-cover-center .author-header-content .author-social-icons {
    display: inline-block;
    padding: 0 5px 10px
}

.mh-author-box-cover .author-header-content .author-social-icons a,
.mh-author-page-cover.mh-cover-center .author-header-content .author-social-icons a {
    color: inherit
}

.mh-author-box-cover .author-header-content .author-social-icons a i,
.mh-author-page-cover.mh-cover-center .author-header-content .author-social-icons a i {
    padding: 0 5px;
    font-size: 18px;
    opacity: .85;
    color: inherit
}

.mh-author-box-cover .author-bio,
.mh-author-page-cover.mh-cover-center .author-bio {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0 10px 20px
}

.mh-author-box-cover.mh-profile-img .author-header,
.mh-author-page-cover.mh-cover-center.mh-profile-img .author-header {
    background: url(//www.ayen.app/wp-content/plugins/mh-author-page-cover/assets/css/../img/heading.png) repeat-x 0 115px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.mh-author-box-cover.mh-profile-img .author-header .author-header-inner,
.mh-author-page-cover.mh-cover-center.mh-profile-img .author-header .author-header-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .65) 100%)
}

.mh-author-box-cover.mh-profile-img .author-header .author-header-content,
.mh-author-page-cover.mh-cover-center.mh-profile-img .author-header .author-header-content {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .6)
}

.mh-author-box-cover.mh-profile-img .author-header .author-header-content .author-name,
.mh-author-page-cover.mh-cover-center.mh-profile-img .author-header .author-header-content .author-name {
    color: #fff
}

.mh-author-box-cover.mh-profile-img .author-header .author-header-content .author-social-icons a i,
.mh-author-page-cover.mh-cover-center.mh-profile-img .author-header .author-header-content .author-social-icons a i {
    color: #fff
}

.mh-author-box-cover {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    margin-top: 15px
}

.mh-author-box-cover .author-header .author-header-avatar img.avatar {
    width: 80px
}

@media only screen and (max-width:981px) {
    .mh-author-page-cover .author-header-content .author-social-icons {
        display: block !important;
        padding-right: 20px !important
    }
}

@media only screen and (max-width:767px) {
    .mh-author-page-cover .author-header-avatar {
        margin-bottom: 10px !important
    }

    .mh-author-page-cover.mh-cover-right .author-header-content .author-name {
        padding-right: 0 !important
    }

    .mh-author-page-cover.mh-cover-right .author-header-content .author-bio {
        padding-right: 0 !important
    }

    .mh-author-page-cover.mh-cover-right .author-header-content .author-social-icons {
        padding-right: 0 !important
    }
}

#mh_author_pc_container {
    display: none
}

body.mh_author_has_cover.archive.author .mh_main_title {
    display: none
}

/*!Copyright (c) mharty.com*/
.mh_share_float ul.mh_share_type_icon,
.mh_share_footer ul.mh_share_type_icon {
    display: inline-block;
    margin: 20px 0 0;
    width: auto;
    overflow: hidden
}

.mh_share_float ul.mh_share_type_title,
.mh_share_footer ul.mh_share_type_title {
    width: 100%;
    overflow: hidden;
    margin: 70px 0 0
}

.mh_share_float ul.mh_share_type_icon_xl,
.mh_share_footer ul.mh_share_type_icon_xl {
    width: 100%;
    overflow: hidden;
    margin: 70px 0 0
}

.mh_share_float ul.mh_share_type_hover,
.mh_share_footer ul.mh_share_type_hover {
    display: inline-block;
    margin: 10px 0 0;
    float: left
}

.mh_share_float ul.mh_share_type_sticky,
.mh_share_footer ul.mh_share_type_sticky {
    display: inline-block;
    margin: 10px 0 0;
    float: left
}

.mh_share ul {
    padding: 0 !important
}

.mh_share ul.mh_share_type_icon li {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: right;
    position: relative;
    margin: 0 0 3px 3px;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mh_share ul.mh_share_type_icon li a {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: 48px;
    height: 50px
}

.mh_share ul.mh_share_type_icon li a i {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 50px
}

.mh_share ul.mh_share_type_icon li a i:before {
    line-height: inherit
}

.mh_share ul.mh_share_type_icon li a .post_share_item_title {
    display: none
}

.mh_share ul.mh_share_type_title li {
    display: inline-block;
    float: right;
    position: relative;
    margin: 0 .2% 3px;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mh_share ul.mh_share_type_title li a {
    display: block;
    padding: 3% 0;
    box-sizing: border-box;
    text-align: center
}

.mh_share ul.mh_share_type_title li a i {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 16px;
    line-height: 28px
}

.mh_share ul.mh_share_type_title li a i:before {
    line-height: inherit
}

.mh_share ul.mh_share_type_title li a .post_share_item_title {
    backface-visibility: hidden;
    font-size: 14px
}

.mh_share ul.mh_share_type_title.post_share_3col li {
    width: 32.93%
}

.mh_share ul.mh_share_type_title.post_share_4col li {
    width: 24.6%
}

.mh_share ul.mh_share_type_icon_xl {
    margin: 70px 0 0
}

.mh_share ul.mh_share_type_icon_xl li {
    display: inline-block;
    float: right;
    position: relative;
    margin: 0 .2% 3px;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mh_share ul.mh_share_type_icon_xl li a {
    display: block;
    padding: 3% 0;
    box-sizing: border-box;
    text-align: center
}

.mh_share ul.mh_share_type_icon_xl li a i {
    display: inline-block;
    left: 0 !important;
    right: 0 !important;
    font-size: 18px;
    text-align: center;
    position: absolute;
    line-height: 28px
}

.mh_share ul.mh_share_type_icon_xl li a i:before {
    line-height: inherit
}

.mh_share ul.mh_share_type_icon_xl li a .post_share_item_title {
    visibility: hidden
}

.mh_share ul.mh_share_type_icon_xl.post_share_3col li {
    width: 32.93%
}

.mh_share ul.mh_share_type_icon_xl.post_share_4col li {
    width: 24.6%
}

.mh_share ul.mh_share_type_hover {
    position: relative;
    overflow: hidden;
    padding-left: 10px !important;
    max-width: 50px;
    max-height: 50px
}

.mh_share ul.mh_share_type_hover .post_share_btn {
    border: none;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    width: auto;
    z-index: 5;
    width: 50px;
    white-space: nowrap;
    line-height: 1.72;
    position: absolute;
    cursor: pointer;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    margin-left: 10px
}

.mh_share ul.mh_share_type_hover .post_share_btn i {
    font-style: normal;
    font-size: 20px;
    line-height: 50px
}

.mh_share ul.mh_share_type_hover .post_share_btn i:before {
    content: '\e617';
    line-height: inherit;
    color: #fff
}

.mh_share ul.mh_share_type_hover .post_share_item {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-left: 2px
}

.mh_share ul.mh_share_type_hover .post_share_item i {
    display: inline-block;
    left: 0 !important;
    right: 0 !important;
    font-size: 20px;
    text-align: center;
    position: absolute;
    line-height: 50px
}

.mh_share ul.mh_share_type_hover .post_share_item i:before {
    line-height: inherit
}

.mh_share ul.mh_share_type_hover .post_share_item .post_share_item_title {
    visibility: hidden
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(2) {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(3) {
    -webkit-transform: translateX(66px) rotate(145deg);
    -ms-transform: translateX(66px) rotate(145deg);
    transform: translateX(66px) rotate(145deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(4) {
    -webkit-transform: translateX(132px) rotate(290deg);
    -ms-transform: translateX(132px) rotate(290deg);
    transform: translateX(132px) rotate(290deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(5) {
    -webkit-transform: translateX(198px) rotate(436deg);
    -ms-transform: translateX(198px) rotate(436deg);
    transform: translateX(198px) rotate(436deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(6) {
    -webkit-transform: translateX(264px) rotate(582deg);
    -ms-transform: translateX(264px) rotate(582deg);
    transform: translateX(264px) rotate(582deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(7) {
    -webkit-transform: translateX(330px) rotate(727deg);
    -ms-transform: translateX(330px) rotate(727deg);
    transform: translateX(330px) rotate(727deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(8) {
    -webkit-transform: translateX(396px) rotate(872deg);
    -ms-transform: translateX(396px) rotate(872deg);
    transform: translateX(396px) rotate(872deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(9) {
    -webkit-transform: translateX(462px) rotate(1017deg);
    -ms-transform: translateX(462px) rotate(1017deg);
    transform: translateX(462px) rotate(1017deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(10) {
    -webkit-transform: translateX(528px) rotate(1162deg);
    -ms-transform: translateX(528px) rotate(1162deg);
    transform: translateX(528px) rotate(1162deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(11) {
    -webkit-transform: translateX(594px) rotate(1307deg);
    -ms-transform: translateX(594px) rotate(1307deg);
    transform: translateX(594px) rotate(1307deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(12) {
    -webkit-transform: translateX(660px) rotate(1452deg);
    -ms-transform: translateX(660px) rotate(1452deg);
    transform: translateX(660px) rotate(1452deg)
}

.mh_share ul.mh_share_type_hover .post_share_item:nth-child(13) {
    -webkit-transform: translateX(726px) rotate(1597deg);
    -ms-transform: translateX(726px) rotate(1597deg);
    transform: translateX(726px) rotate(1597deg)
}

.mh_share ul.mh_share_type_hover.hover {
    max-width: 215px;
    max-height: 150px
}

.mh_share ul.mh_share_type_hover.hover .post_share_btn {
    opacity: 0;
    z-index: -1;
    max-width: 50px;
    padding-right: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(2) {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(3) {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(4) {
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(5) {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(6) {
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(7) {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(8) {
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(9) {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(10) {
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(11) {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(12) {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item:nth-child(13) {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s
}

.mh_share ul.mh_share_type_hover.hover .post_share_item {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.mh_share ul.mh_share_type_sticky {
    position: relative;
    overflow: hidden;
    padding-left: 10px !important;
    max-width: 215px;
    max-height: 150px
}

.mh_share ul.mh_share_type_sticky .post_share_btn {
    border: none;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    width: auto;
    z-index: 5;
    width: 50px;
    white-space: nowrap;
    line-height: 1.72;
    position: absolute;
    cursor: pointer;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    margin-left: 10px;
    max-width: 50px
}

.mh_share ul.mh_share_type_sticky .post_share_btn i {
    font-style: normal;
    font-size: 20px;
    line-height: 50px
}

.mh_share ul.mh_share_type_sticky .post_share_btn i:before {
    content: '\e617';
    line-height: inherit;
    color: #fff
}

.mh_share ul.mh_share_type_sticky .post_share_item {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-left: 2px
}

.mh_share ul.mh_share_type_sticky .post_share_item i {
    display: inline-block;
    left: 0 !important;
    right: 0 !important;
    font-size: 20px;
    text-align: center;
    position: absolute;
    line-height: 50px
}

.mh_share ul.mh_share_type_sticky .post_share_item i:before {
    line-height: inherit
}

.mh_share ul.mh_share_type_sticky .post_share_item .post_share_item_title {
    visibility: hidden
}

.mh_share ul.mh_share_type_sticky .post_share_item {
    display: none
}

.mh_share ul.mh_share_type_sticky .post_share_item.facebook,
.mh_share ul.mh_share_type_sticky .post_share_item.twitter,
.mh_share ul.mh_share_type_sticky .post_share_item.whatsapp {
    display: inline-block
}

.mh_share ul li {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box
}

.mh_share ul.mh_share_accent li:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_border .twitter {
    border-color: #00aced
}

.mh_share ul.mh_share_color.mh_share_border .twitter i,
.mh_share ul.mh_share_color.mh_share_border .twitter span {
    color: #00aced
}

.mh_share ul.mh_share_color.mh_share_border .twitter:hover {
    background-color: #00aced
}

.mh_share ul.mh_share_color.mh_share_border .twitter:hover i,
.mh_share ul.mh_share_color.mh_share_border .twitter:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .facebook {
    border-color: #1778f2
}

.mh_share ul.mh_share_color.mh_share_border .facebook i,
.mh_share ul.mh_share_color.mh_share_border .facebook span {
    color: #1778f2
}

.mh_share ul.mh_share_color.mh_share_border .facebook:hover {
    background-color: #1778f2
}

.mh_share ul.mh_share_color.mh_share_border .facebook:hover i,
.mh_share ul.mh_share_color.mh_share_border .facebook:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .google {
    border-color: #dd4b39
}

.mh_share ul.mh_share_color.mh_share_border .google i,
.mh_share ul.mh_share_color.mh_share_border .google span {
    color: #dd4b39
}

.mh_share ul.mh_share_color.mh_share_border .google:hover {
    background-color: #dd4b39
}

.mh_share ul.mh_share_color.mh_share_border .google:hover i,
.mh_share ul.mh_share_color.mh_share_border .google:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .linkedin {
    border-color: #127bb6
}

.mh_share ul.mh_share_color.mh_share_border .linkedin i,
.mh_share ul.mh_share_color.mh_share_border .linkedin span {
    color: #127bb6
}

.mh_share ul.mh_share_color.mh_share_border .linkedin:hover {
    background-color: #127bb6
}

.mh_share ul.mh_share_color.mh_share_border .linkedin:hover i,
.mh_share ul.mh_share_color.mh_share_border .linkedin:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .buffer {
    border-color: #444
}

.mh_share ul.mh_share_color.mh_share_border .buffer i,
.mh_share ul.mh_share_color.mh_share_border .buffer span {
    color: #444
}

.mh_share ul.mh_share_color.mh_share_border .buffer:hover {
    background-color: #444
}

.mh_share ul.mh_share_color.mh_share_border .buffer:hover i,
.mh_share ul.mh_share_color.mh_share_border .buffer:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .pinterest {
    border-color: #de3436
}

.mh_share ul.mh_share_color.mh_share_border .pinterest i,
.mh_share ul.mh_share_color.mh_share_border .pinterest span {
    color: #de3436
}

.mh_share ul.mh_share_color.mh_share_border .pinterest:hover {
    background-color: #de3436
}

.mh_share ul.mh_share_color.mh_share_border .pinterest:hover i,
.mh_share ul.mh_share_color.mh_share_border .pinterest:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .yahoomail {
    border-color: #410093
}

.mh_share ul.mh_share_color.mh_share_border .yahoomail i,
.mh_share ul.mh_share_color.mh_share_border .yahoomail span {
    color: #410093
}

.mh_share ul.mh_share_color.mh_share_border .yahoomail:hover {
    background-color: #410093
}

.mh_share ul.mh_share_color.mh_share_border .yahoomail:hover i,
.mh_share ul.mh_share_color.mh_share_border .yahoomail:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .whatsapp {
    border-color: #43d854
}

.mh_share ul.mh_share_color.mh_share_border .whatsapp i,
.mh_share ul.mh_share_color.mh_share_border .whatsapp span {
    color: #43d854
}

.mh_share ul.mh_share_color.mh_share_border .whatsapp:hover {
    background-color: #43d854
}

.mh_share ul.mh_share_color.mh_share_border .whatsapp:hover i,
.mh_share ul.mh_share_color.mh_share_border .whatsapp:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .telegram {
    border-color: #08c
}

.mh_share ul.mh_share_color.mh_share_border .telegram i,
.mh_share ul.mh_share_color.mh_share_border .telegram span {
    color: #08c
}

.mh_share ul.mh_share_color.mh_share_border .telegram:hover {
    background-color: #08c
}

.mh_share ul.mh_share_color.mh_share_border .telegram:hover i,
.mh_share ul.mh_share_color.mh_share_border .telegram:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .line {
    border-color: #00c300
}

.mh_share ul.mh_share_color.mh_share_border .line i,
.mh_share ul.mh_share_color.mh_share_border .line span {
    color: #00c300
}

.mh_share ul.mh_share_color.mh_share_border .line:hover {
    background-color: #00c300
}

.mh_share ul.mh_share_color.mh_share_border .line:hover i,
.mh_share ul.mh_share_color.mh_share_border .line:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .skype {
    border-color: #00aff0
}

.mh_share ul.mh_share_color.mh_share_border .skype i,
.mh_share ul.mh_share_color.mh_share_border .skype span {
    color: #00aff0
}

.mh_share ul.mh_share_color.mh_share_border .skype:hover {
    background-color: #00aff0
}

.mh_share ul.mh_share_color.mh_share_border .skype:hover i,
.mh_share ul.mh_share_color.mh_share_border .skype:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_border .outlook {
    border-color: #00a1f1
}

.mh_share ul.mh_share_color.mh_share_border .outlook i,
.mh_share ul.mh_share_color.mh_share_border .outlook span {
    color: #00a1f1
}

.mh_share ul.mh_share_color.mh_share_border .outlook:hover {
    background-color: #00a1f1
}

.mh_share ul.mh_share_color.mh_share_border .outlook:hover i,
.mh_share ul.mh_share_color.mh_share_border .outlook:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .twitter {
    border-color: #00aced;
    background-color: #00aced
}

.mh_share ul.mh_share_color.mh_share_solid .twitter i,
.mh_share ul.mh_share_color.mh_share_solid .twitter span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .twitter:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .twitter:hover i,
.mh_share ul.mh_share_color.mh_share_solid .twitter:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .facebook {
    border-color: #1778f2;
    background-color: #1778f2
}

.mh_share ul.mh_share_color.mh_share_solid .facebook i,
.mh_share ul.mh_share_color.mh_share_solid .facebook span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .facebook:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .facebook:hover i,
.mh_share ul.mh_share_color.mh_share_solid .facebook:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .google {
    border-color: #dd4b39;
    background-color: #dd4b39
}

.mh_share ul.mh_share_color.mh_share_solid .google i,
.mh_share ul.mh_share_color.mh_share_solid .google span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .google:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .google:hover i,
.mh_share ul.mh_share_color.mh_share_solid .google:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .linkedin {
    border-color: #127bb6;
    background-color: #127bb6
}

.mh_share ul.mh_share_color.mh_share_solid .linkedin i,
.mh_share ul.mh_share_color.mh_share_solid .linkedin span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .linkedin:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .linkedin:hover i,
.mh_share ul.mh_share_color.mh_share_solid .linkedin:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .pinterest {
    border-color: #de3436;
    background-color: #de3436
}

.mh_share ul.mh_share_color.mh_share_solid .pinterest i,
.mh_share ul.mh_share_color.mh_share_solid .pinterest span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .pinterest:hover i,
.mh_share ul.mh_share_color.mh_share_solid .pinterest:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .buffer {
    border-color: #444;
    background-color: #444
}

.mh_share ul.mh_share_color.mh_share_solid .buffer i,
.mh_share ul.mh_share_color.mh_share_solid .buffer span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .buffer:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .buffer:hover i,
.mh_share ul.mh_share_color.mh_share_solid .buffer:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .whatsapp {
    border-color: #43d854;
    background-color: #43d854
}

.mh_share ul.mh_share_color.mh_share_solid .whatsapp i,
.mh_share ul.mh_share_color.mh_share_solid .whatsapp span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .whatsapp:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .whatsapp:hover i,
.mh_share ul.mh_share_color.mh_share_solid .whatsapp:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .telegram {
    border-color: #08c;
    background-color: #08c
}

.mh_share ul.mh_share_color.mh_share_solid .telegram i,
.mh_share ul.mh_share_color.mh_share_solid .telegram span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .telegram:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .telegram:hover i,
.mh_share ul.mh_share_color.mh_share_solid .telegram:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .yahoomail {
    border-color: #410093;
    background-color: #410093
}

.mh_share ul.mh_share_color.mh_share_solid .yahoomail i,
.mh_share ul.mh_share_color.mh_share_solid .yahoomail span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .yahoomail:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .yahoomail:hover i,
.mh_share ul.mh_share_color.mh_share_solid .yahoomail:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .line {
    border-color: #00c300;
    background-color: #00c300
}

.mh_share ul.mh_share_color.mh_share_solid .line i,
.mh_share ul.mh_share_color.mh_share_solid .line span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .line:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .line:hover i,
.mh_share ul.mh_share_color.mh_share_solid .line:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .skype {
    border-color: #00aff0;
    background-color: #00aff0
}

.mh_share ul.mh_share_color.mh_share_solid .skype i,
.mh_share ul.mh_share_color.mh_share_solid .skype span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .skype:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .skype:hover i,
.mh_share ul.mh_share_color.mh_share_solid .skype:hover span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .outlook {
    border-color: #00a1f1;
    background-color: #00a1f1
}

.mh_share ul.mh_share_color.mh_share_solid .outlook i,
.mh_share ul.mh_share_color.mh_share_solid .outlook span {
    color: #fff
}

.mh_share ul.mh_share_color.mh_share_solid .outlook:hover {
    opacity: .8
}

.mh_share ul.mh_share_color.mh_share_solid .outlook:hover i,
.mh_share ul.mh_share_color.mh_share_solid .outlook:hover span {
    color: #fff
}

.mh_share_float {
    position: fixed;
    z-index: 300;
    right: 30px;
    height: 35px
}

.mh_share_float ul.mh_share_type_hover {
    float: none;
    margin: 0;
    max-width: 39px;
    max-height: 39px
}

.mh_share_float ul.mh_share_type_hover .post_share_btn {
    width: 39px;
    height: 39px;
    right: 0;
    left: auto;
    background: rgba(0, 0, 0, .6) !important
}

.mh_share_float ul.mh_share_type_hover .post_share_btn i {
    line-height: 39px
}

.mh_share_float ul.mh_share_type_hover .post_share_btn i :before {
    line-height: inherit
}

.mh_share_float ul.mh_share_type_hover.mh_share_border .post_share_item {
    background-color: rgba(255, 255, 255, .85)
}

.mh_share_float {
    bottom: 150px
}

body.mh_quick_form_active .mh_share_float {
    bottom: 170px
}

.mh-loveit-container {
    float: left;
    position: relative;
    text-align: left;
    width: auto;
    line-height: 19px
}

.mh-loveit-container .mh-loveit {
    color: #888;
    display: inline-block;
    width: auto
}

.mh-loveit-container .mh-loveit span {
    line-height: 12px;
    display: inline-block !important;
    font-size: 12px !important
}

.mh-loveit-container .mh-loveit .icon-icon_heart {
    font-size: 18px !important;
    width: 22px !important;
    color: #ddd;
    height: 22px !important;
    line-height: 22px !important;
    transition: color .1s linear 0s;
    float: left
}

.mh-loveit-container .mh-loveit .icon-icon_heart:before {
    content: "\e619"
}

.mh-loveit-container .mh-loveit.loved.mh_share_color .icon-icon_heart {
    color: #f6653c
}

.mh-loveit-container .mh-loveit .mh-loveit-count {
    color: #ddd;
    font-weight: 700
}

.mh-loveit-container .mh-loveit.loved .mh-loveit-count {
    color: #666
}

.has_no_more_button .mhc_post.with-loveit .mh-loveit-container {
    bottom: -30px
}

body.archive .mhc_blog_grid_wrapper .mhc_post.with-loveit .mh-loveit-container,
body.archive .mhc_blog_horizantal .mhc_post.with-loveit .mh-loveit-container {
    bottom: 0
}

.post .mh-loveit-container {
    display: block;
    margin: 22px 0 0;
    overflow: hidden
}

.mhc_bg_layout_dark .mh-loveit-container .mh-loveit.loved .mh-loveit-count {
    color: #fff
}

.mhc_bg_layout_dark .mh-loveit-container .mh-loveit.loved .icon-icon_heart {
    color: #fff !important
}

.mh-loveit-container.mhc_text_color_light .mh-loveit.loved .mh-loveit-count {
    color: #fff
}

.mh-loveit-container.mhc_text_color_light .mh-loveit.loved .icon-icon_heart {
    color: #fff !important
}

.mhc_portfolio_grid .mh-loveit-container {
    width: 70px;
    margin-top: 10px
}

.mhc_blog_grid .mhc_post.with-loveit .mh-loveit-container {
    position: absolute;
    bottom: 5px;
    left: 19px
}

.mh-magazine-post-inner .mh-loveit-container {
    position: absolute;
    bottom: 5px;
    left: 10px
}

.mh-magazine-post.xl .mh-magazine-post-inner .mh-loveit-container {
    bottom: 30px
}

.mhc_post.with-loveit .mh-loveit-container {
    position: absolute;
    bottom: 0;
    left: 0
}

.mhc_display_social_media_share {
    margin-bottom: 30px;
    overflow: hidden
}

.mhc_display_social_media_share ul .mh_share_type_hover,
.mhc_display_social_media_share ul .mh_share_type_sticky,
.mhc_display_social_media_share ul .mh_share_type_title,
.mhc_display_social_media_share ul.mh_share_type_icon,
.mhc_display_social_media_share ul.mh_share_type_icon_xl,
.mhc_display_social_media_share ul.mh_share_type_title {
    margin: 0
}

@keyframes small-up {
    0% {
        opacity: 0;
        transform: matrix(.97, 0, 0, 1, 0, 12)
    }

    20% {
        opacity: .7;
        transform: matrix(.99, 0, 0, 1, 0, 2)
    }

    40% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, -1)
    }

    70% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0)
    }

    100% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@-webkit-keyframes small-up {
    0% {
        opacity: 0;
        -webkit-transform: matrix(.97, 0, 0, 1, 0, 12)
    }

    20% {
        opacity: .7;
        -webkit-transform: matrix(.99, 0, 0, 1, 0, 2)
    }

    40% {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, -1)
    }

    70% {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

.mh-select-tweet {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -35px;
    background: #00aced;
    color: #fff;
    width: 70px;
    height: 35px;
    display: block;
    -webkit-animation: .19s linear 0s normal forwards 1 running small-up;
    animation: .19s linear 0s normal forwards 1 running small-up;
    -webkit-transition: top 75ms ease-out 0s, left 75ms ease-out 0s;
    transition: top 75ms ease-out 0s, left 75ms ease-out 0s;
    cursor: pointer;
    text-decoration: none;
    z-index: 9999
}

.mh-select-tweet:after {
    margin-top: 0;
    margin-right: 8px;
    right: 0;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: #00aced transparent;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    transition: border-color .3s
}

.mh-select-tweet:before {
    display: block;
    width: 70px;
    height: 35px;
    line-height: 39px;
    font-size: 18px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .mh_share ul li a .post_share_item_title {
        visibility: hidden
    }

    .mh_share ul li a i {
        left: 0 !important;
        right: 0 !important
    }

    .mh_share_mobile_hide {
        display: none
    }
}

@media only screen and (max-width:479px) {
    .mh_share_float {
        right: 0
    }
}

/*!Copyright (c) mharty.com*/
.mh-magazine-container {
    max-width: 1080px;
    padding: 0;
    margin: 0 auto
}

.mh-magazine-container,
.mh-magazine-row {
    zoom: 1
}

.mh-magazine-container:after,
.mh-magazine-container:before,
.mh-magazine-row:after,
.mh-magazine-row:before {
    content: "";
    display: table
}

.mh-magazine-container:after,
.mh-magazine-row:after {
    clear: both
}

.slick-next:before,
.slick-prev:before {
    font-family: mhicons-musk;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mh-magazine.mhc_container {
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.mh-magazine.mh-magazine-list {
    margin-bottom: 30px
}

.mh-magazine.mh-magazine-list .mh-magazine-post {
    position: relative;
    overflow: hidden
}

.mh-magazine.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner {
    overflow: hidden;
    box-sizing: border-box
}

.mh-magazine.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner .mh-magazine-post-thumb {
    position: relative
}

.mh-magazine.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner .mh-magazine-post-thumb a,
.mh-magazine.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner .mh-magazine-post-thumb img {
    display: block
}

.mh-magazine.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner h2 {
    font-size: 16px
}

.mh-magazine.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner .post-meta {
    padding-bottom: 0
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xl {
    float: right;
    margin: 0;
    width: 8.3333333333%;
    width: 100%
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xl:first-child {
    margin-right: 0
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb {
    float: right;
    margin: 0;
    width: 8.3333333333%;
    width: 33.3333333333%
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb:first-child {
    margin-right: 0
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta {
    padding-top: 15px;
    margin-bottom: 30px !important;
    box-sizing: border-box;
    float: right;
    margin: 0;
    width: 8.3333333333%;
    width: 66.6666666667%
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta:first-child {
    margin-right: 0
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta h2 {
    font-weight: 700
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta .post-meta {
    padding-bottom: 15px
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xs {
    clear: left;
    float: left;
    width: 50%
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb {
    float: right;
    margin: 0;
    width: 8.3333333333%;
    width: 16.6666666667%
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb:first-child {
    margin-right: 0
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta {
    float: right;
    margin: 0;
    width: 8.3333333333%;
    width: 83.3333333333%;
    padding-right: 10px;
    box-sizing: border-box
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta:first-child {
    margin-right: 0
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta h2 {
    font-size: 13px;
    line-height: 1.6
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-inner {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    padding-top: 15px
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xs.second .mh-magazine-post-inner {
    padding-top: 0
}

.mh-magazine.mh-magazine-list .mh-magazine-post.xs.all-xs {
    float: right;
    clear: none
}

.mh-magazine.mhc_style_boxed {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .09)
}

.mh-magazine.mhc_style_boxed .mh_magazine_head {
    padding-bottom: 10px !important;
    margin-right: 20px
}

.mh-magazine.mhc_style_boxed .mh_magazine_head li {
    padding: 10px 0 0 15px !important
}

.mh-magazine.mhc_style_boxed .mh-magazine-post-meta {
    padding-right: 20px;
    padding-left: 20px
}

.mh-magazine.mhc_style_boxed .xl .mh-magazine-post-thumb a {
    position: relative
}

.mh-magazine.mhc_style_boxed .xl .mh-magazine-post-thumb a:before {
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.mh-magazine.mhc_style_boxed .xl .mh-magazine-post-meta {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px !important
}

.mh-magazine .mh-magazine-post.card {
    display: block;
    margin-top: 30px
}

.mh-magazine .mh-magazine-post.card .mh-magazine-post-inner h2 {
    font-size: 22px
}

.mh-magazine .mh-magazine-post.card:first-child {
    margin-top: 0
}

.mh-magazine .mh-magazine-post.card .mh-magazine-post-meta,
.mh-magazine .mh-magazine-post.card .mh-magazine-post-thumb {
    width: 100%;
    box-sizing: border-box;
    display: block;
    vertical-align: middle
}

.mh-magazine .mh-magazine-post.card .mh-magazine-post-meta {
    padding: 40px 60px 60px;
    overflow: hidden;
    position: relative
}

.mh-magazine .mh-magazine-post.card .mh-magazine-post-meta .post-meta {
    position: absolute;
    bottom: 5px;
    right: 60px;
    max-width: 80%
}

.mh-magazine .mh-magazine-post.card.mhc_style_boxed {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .09)
}

.mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
.mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
.mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl {
    width: 50%;
    margin-bottom: 30px
}

.mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb,
.mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb,
.mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb,
.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb {
    width: 100%
}

.mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta,
.mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta,
.mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta,
.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta {
    width: 100%
}

.mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-inner,
.mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-inner,
.mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-inner,
.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-inner {
    padding-left: 15px
}

@media(max-width:767px) {

    .mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
    .mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
    .mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
    .mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl {
        width: 100%
    }
}

.mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
.mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
.mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs {
    width: 50%
}

.mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb,
.mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb,
.mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb,
.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb {
    width: 25%
}

.mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta,
.mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta,
.mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta,
.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta {
    width: 75%
}

.mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-inner {
    border-right: 3px solid #e2e2e2;
    padding-right: 15px;
    padding-left: 15px
}

@media(max-width:767px) {

    .mhc_column_2_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
    .mhc_column_3_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
    .mhc_column_3_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
    .mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs {
        width: 100%
    }
}

.mhc_column_2_3 .mh-magazine.mh-magazine-list.mhc_style_flat .all-xs .mh-magazine-post-inner,
.mhc_column_3_4 .mh-magazine.mh-magazine-list.mhc_style_flat .all-xs .mh-magazine-post-inner,
.mhc_column_3_5 .mh-magazine.mh-magazine-list.mhc_style_flat .all-xs .mh-magazine-post-inner,
.mhc_column_4_4 .mh-magazine.mh-magazine-list.mhc_style_flat .all-xs .mh-magazine-post-inner {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2
}

.mhc_column_2_3 .mh-magazine.mhc_style_boxed .mh-magazine-post.xl,
.mhc_column_3_4 .mh-magazine.mhc_style_boxed .mh-magazine-post.xl,
.mhc_column_3_5 .mh-magazine.mhc_style_boxed .mh-magazine-post.xl,
.mhc_column_4_4 .mh-magazine.mhc_style_boxed .mh-magazine-post.xl {
    margin-bottom: 23px
}

.mhc_column_2_3 .mh-magazine.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_3_4 .mh-magazine.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_3_5 .mh-magazine.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_4_4 .mh-magazine.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner {
    border-right: none;
    padding-right: 0;
    margin-right: 30px
}

.mhc_column_2_3 .mh-magazine.mhc_style_boxed .mh-magazine-post.xs:last-child .mh-magazine-post-inner,
.mhc_column_3_4 .mh-magazine.mhc_style_boxed .mh-magazine-post.xs:last-child .mh-magazine-post-inner,
.mhc_column_3_5 .mh-magazine.mhc_style_boxed .mh-magazine-post.xs:last-child .mh-magazine-post-inner,
.mhc_column_4_4 .mh-magazine.mhc_style_boxed .mh-magazine-post.xs:last-child .mh-magazine-post-inner {
    border-bottom: none
}

.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb {
    width: 16.6666666667%
}

.mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta {
    width: 83.3333333333%
}

@media(max-width:767px) {
    .mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb {
        width: 25%
    }

    .mhc_column_4_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta {
        width: 75%
    }
}

.mhc_column_1_2 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
.mhc_column_1_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
.mhc_column_1_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
.mhc_column_1_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
.mhc_column_2_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl,
.mhc_column_3_8 .mh-magazine.mh-magazine-list .mh-magazine-post.xl {
    width: 100%
}

.mhc_column_1_2 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb,
.mhc_column_1_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb,
.mhc_column_1_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb,
.mhc_column_1_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb,
.mhc_column_2_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb,
.mhc_column_3_8 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-thumb {
    width: 100%
}

.mhc_column_1_2 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta,
.mhc_column_1_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta,
.mhc_column_1_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta,
.mhc_column_1_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta,
.mhc_column_2_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta,
.mhc_column_3_8 .mh-magazine.mh-magazine-list .mh-magazine-post.xl .mh-magazine-post-meta {
    width: 100%;
    margin-bottom: 30px
}

.mhc_column_1_2 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
.mhc_column_1_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
.mhc_column_1_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
.mhc_column_1_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
.mhc_column_2_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs,
.mhc_column_3_8 .mh-magazine.mh-magazine-list .mh-magazine-post.xs {
    width: 100%
}

.mhc_column_1_2 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb,
.mhc_column_1_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb,
.mhc_column_1_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb,
.mhc_column_1_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb,
.mhc_column_2_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb,
.mhc_column_3_8 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-thumb {
    width: 25%
}

.mhc_column_1_2 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta,
.mhc_column_1_3 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta,
.mhc_column_1_4 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta,
.mhc_column_1_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta,
.mhc_column_2_5 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta,
.mhc_column_3_8 .mh-magazine.mh-magazine-list .mh-magazine-post.xs .mh-magazine-post-meta {
    width: 75%
}

.mhc_column_1_2 .mh-magazine.mh-magazine-list.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_1_3 .mh-magazine.mh-magazine-list.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_1_4 .mh-magazine.mh-magazine-list.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_1_5 .mh-magazine.mh-magazine-list.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_2_5 .mh-magazine.mh-magazine-list.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner,
.mhc_column_3_8 .mh-magazine.mh-magazine-list.mhc_style_boxed .mh-magazine-post.xs .mh-magazine-post-inner {
    padding-right: 20px;
    border-bottom: none;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px
}

body.mh_rounded_corners .mh-magazine.cat_classic .mh_magazine_head li a {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

body.mh_rounded_corners .mh-magazine.cat_classic ul.mh_magazine_head li {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

body.mh_rounded_corners .mh-magazine.mhc_style_boxed {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

body.mh_capsule_corners .mh-magazine.cat_classic .mh_magazine_head li a {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 1px 10px
}

body.mh_capsule_corners .mh-magazine.cat_classic ul.mh_magazine_head li {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 1px 10px
}

body.mh_capsule_corners .mh-magazine.mhc_style_boxed {
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.mh-magazine ul.mh_magazine_head {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden
}

.mh-magazine ul.mh_magazine_head li {
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 1.3;
    padding-left: 15px
}

.mh-magazine.mh-magazine-list.cat_link ul.mh_magazine_head {
    border-right-width: 3px;
    border-right-style: solid;
    padding: 5px 5px 5px 0
}

.mh-magazine.mh-magazine-list.cat_link ul.mh_magazine_head li {
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 1.3;
    padding-left: 15px
}

.mh-magazine.cat_classic ul.mh_magazine_head li {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 5px;
    padding: 1px 5px;
    line-height: 1.7;
    text-decoration: none
}

.mh-magazine.cat_classic ul.mh_magazine_head li a {
    color: #fff
}

.mh-magazine.cat_parallel.mh-magazine-list ul.mh_magazine_head li,
.mh-magazine.cat_parallel.mh-magazine-slideshow ul.mh_magazine_head li,
.mh-magazine.cat_parallel.mhc_magazine_gallery ul.mh_magazine_head li {
    margin-right: 8px
}

.mh-magazine.mh-magazine-slideshow.cat_parallel ul.mh_magazine_head li,
.mh-magazine.mhc_magzaine_gallery.cat_parallel ul.mh_magazine_head li {
    float: none
}

.mh-magazine.cat_parallel ul.mh_magazine_head li {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0 0 0 13px;
    color: #fff;
    padding: 10px;
    font-size: 11px;
    line-height: 10px;
    z-index: 10
}

.mh-magazine.cat_parallel ul.mh_magazine_head li a {
    color: #fff
}

.mh-magazine.cat_parallel ul.mh_magazine_head li:after,
.mh-magazine.cat_parallel ul.mh_magazine_head li:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: 0
}

.mh-magazine.cat_parallel ul.mh_magazine_head li:after {
    border-bottom: 30px solid transparent;
    border-left-width: 8px;
    border-left-style: solid;
    border-left-color: inherit;
    border-top: 0 solid transparent;
    right: -8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s
}

.mh-magazine.cat_parallel ul.mh_magazine_head li:before {
    border-bottom: 0 solid transparent;
    border-right-width: 8px;
    border-right-style: solid;
    border-right-color: inherit;
    border-top: 30px solid transparent;
    left: -8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s
}

.mh-magazine.mhc_text_align_center ul.mh_magazine_head li {
    float: none
}

.mh-magazine.mhc_text_align_left ul.mh_magazine_head li {
    float: left
}

.mh-magazine.mhc_text_align_right ul.mh_magazine_head li {
    float: right
}

.mh-magazine-carousel.mhc_fullwidth_portfolio .mhc_portfolio_image .meta {
    margin-top: 40%
}

.mh-magazine-carousel.mhc_fullwidth_portfolio .mhc_portfolio_image .meta h3 {
    margin-top: 0;
    font-size: 19px
}

.mh-magazine-carousel.mhc_fullwidth_portfolio .mhc_portfolio_image .meta .mh_magazine_head {
    display: block;
    position: relative;
    float: left;
    z-index: 5;
    width: 100%;
    text-align: center;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin-bottom: 10px
}

.mh-magazine-carousel.mhc_fullwidth_portfolio .mhc_portfolio_image .meta .mh_magazine_head li {
    float: none
}

.mh-magazine-carousel.mhc_fullwidth_portfolio .mhc_portfolio_image .mh-magazine-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    opacity: .2;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.mh-magazine-carousel.mhc_fullwidth_portfolio .mhc_portfolio_image:hover .meta {
    margin-top: 30%
}

.mh-magazine-carousel.mhc_fullwidth_portfolio .mhc_portfolio_image:hover .mh-magazine-overlay {
    opacity: 1
}

.mh-magazine-carousel.mhc_fullwidth_portfolio.mhc_bg_layout_dark .mhc_portfolio_image .meta {
    opacity: 1
}

.mh-magazine-carousel.mhc_fullwidth_portfolio.mhc_bg_layout_dark .mhc_portfolio_image .meta h3 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .7)
}

.mh-magazine-carousel.mhc_fullwidth_portfolio.mhc_bg_layout_dark .mhc_portfolio_image .mh-magazine-overlay {
    background: rgba(0, 0, 0, .5);
    opacity: .5
}

.mh-magazine-carousel.mhc_fullwidth_portfolio.mhc_bg_layout_dark .mhc_portfolio_image:hover .mh-magazine-overlay {
    opacity: .9
}

.mh-magazine-ticker-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    box-sizing: border-box
}

.mh-magazine-ticker-wrapper .mhc_container {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.mh-magazine-ticker-wrapper .mh-ticker-post {
    -webkit-backface-visibility: hidden;
    position: relative;
    height: 40px;
    overflow: hidden;
    width: 100%;
    float: right
}

.mh-magazine-ticker-wrapper .mh-ticker-post a.mh-ticker-title {
    overflow: hidden;
    display: inline-block;
    width: 100%
}

.mh-magazine-ticker-wrapper .ticker-pin {
    display: inline-block;
    height: inherit;
    position: relative;
    width: auto;
    float: right;
    margin-left: 10px
}

.mh-magazine-ticker-wrapper .ticker-pin .pin-title {
    box-sizing: border-box;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0 20px
}

.mh-magazine-ticker-wrapper.mh-ticker-with-img {
    height: 50px;
    line-height: 50px !important
}

.mh-magazine-ticker-wrapper.mh-ticker-with-img .mh-ticker-post {
    height: 50px
}

.mh-magazine-ticker-wrapper.mh-ticker-with-img .mh-ticker-post img {
    display: inline-block;
    height: auto;
    float: right;
    width: 50px;
    height: 50px;
    border: 0;
    margin-left: 10px
}

.mh-magazine-ticker-wrapper.mh-ticker-with-img .slick-next,
.mh-magazine-ticker-wrapper.mh-ticker-with-img .slick-prev {
    height: 50px
}

.mh-magazine-ticker-wrapper.mh-ticker-with-img .ticker-pin {
    margin-left: 0
}

.mh-magazine-ticker-wrapper .slick-next,
.mh-magazine-ticker-wrapper .slick-prev {
    position: absolute;
    display: block;
    height: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: inherit;
    top: 0;
    padding: 0;
    border: none;
    outline: 0;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.mh-magazine-ticker-wrapper .slick-next:focus,
.mh-magazine-ticker-wrapper .slick-next:hover,
.mh-magazine-ticker-wrapper .slick-prev:focus,
.mh-magazine-ticker-wrapper .slick-prev:hover {
    outline: 0;
    background: 0 0
}

.mh-magazine-ticker-wrapper .slick-next.slick-disabled:before,
.mh-magazine-ticker-wrapper .slick-prev.slick-disabled:before {
    opacity: .25
}

.mh-magazine-ticker-wrapper .slick-next:before,
.mh-magazine-ticker-wrapper .slick-prev:before {
    font-size: 16px
}

.mh-magazine-ticker-wrapper .slick-prev {
    left: 20px;
    right: auto
}

.mh-magazine-ticker-wrapper .slick-prev:before {
    content: "\e6d8"
}

.mh-magazine-ticker-wrapper .slick-next {
    left: 0;
    right: auto
}

.mh-magazine-ticker-wrapper .slick-next:before {
    content: "\e6d5"
}

.mh-magazine-ticker-wrapper.mhc_bg_layout_light {
    color: #444
}

.mh-magazine-ticker-wrapper.mhc_bg_layout_light a.mh-ticker-title {
    color: #444
}

.mh-magazine-ticker-wrapper.mhc_bg_layout_light .mh-ticker_nav {
    color: #444
}

.mh-magazine-ticker-wrapper.mhc_bg_layout_light .ticker-pin {
    background: #fff;
    background: rgba(255, 255, 255, .2)
}

.mh-magazine-ticker-wrapper.mhc_bg_layout_dark {
    color: #fff
}

.mh-magazine-ticker-wrapper.mhc_bg_layout_dark a.mh-ticker-title {
    color: #fff
}

.mh-magazine-ticker-wrapper.mhc_bg_layout_dark .mh-ticker_nav {
    color: #fff
}

.mh-magazine-ticker-wrapper.mhc_bg_layout_dark .ticker-pin {
    background: #444;
    background: rgba(0, 0, 0, .1)
}

.mh-magazine-ticker-wrapper .not_fullwidth_ticker .mh-magazine-ticker {
    padding-right: 10px;
    box-sizing: border-box
}

.mh-magazine-ticker-wrapper.mh-ticker-with-img .mh-magazine-ticker {
    padding-right: 0
}

.mh-magazine-ticker-wrapper:focus .slick-next,
.mh-magazine-ticker-wrapper:focus .slick-prev,
.mh-magazine-ticker-wrapper:hover .slick-next,
.mh-magazine-ticker-wrapper:hover .slick-prev {
    opacity: 1
}

.mh-magazine-post-thumb .video-overlay,
.mhc_portfolio_image .video-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.mh-magazine-post-thumb .video-overlay:before,
.mhc_portfolio_image .video-overlay:before {
    right: 20px;
    bottom: 20px;
    width: 32px;
    height: 32px;
    background: #000;
    background: rgba(0, 0, 0, .1);
    border-radius: 100%;
    border: 2px solid #fff;
    content: '\e6ab';
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    position: absolute
}

.main-tab-image .video-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.main-tab-image .video-overlay:before {
    right: 50%;
    bottom: 50%;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    content: '\e6ab';
    font-size: 6rem;
    line-height: 6rem;
    text-align: center;
    color: #fff;
    position: absolute;
    margin-bottom: -50px;
    margin-right: -50px
}

.main-tab-image .video-overlay:hover {
    background: rgba(0, 0, 0, .6)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    height: 100%;
    min-height: 1px;
    float: right;
    display: none
}

.slick-slide img {
    display: block
}

.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
}

.mh-slideshow-tabs-content,
.slideshow-posts-wrap {
    position: relative
}

.slideshow-tabs {
    width: 239px;
    padding: 53px 0;
    position: relative
}

.slideshow-posts .slick-next,
.slideshow-posts .slick-prev {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.slideshow-posts .slick-next:focus,
.slideshow-posts .slick-next:hover,
.slideshow-posts .slick-prev:focus,
.slideshow-posts .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slideshow-posts .slick-next.slick-disabled:before,
.slideshow-posts .slick-prev.slick-disabled:before {
    opacity: .25
}

.slideshow-posts .slick-next:before,
.slideshow-posts .slick-prev:before {
    font-size: 40px
}

.slideshow-posts .slick-prev {
    right: -44px
}

.slideshow-posts .slick-prev:before {
    content: "\e6d8"
}

.slideshow-posts .slick-next {
    left: -44px
}

.slideshow-posts .slick-next:before {
    content: "\e6d5"
}

.slideshow-tabs {
    position: relative;
    list-style: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slideshow-tabs .slick-next,
.slideshow-tabs .slick-prev {
    position: absolute;
    display: block;
    width: 100%;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: inherit;
    padding: 0;
    border: none;
    outline: 0;
    text-align: center;
    opacity: 1;
    height: 30px
}

.slideshow-tabs .slick-next:focus,
.slideshow-tabs .slick-next:hover,
.slideshow-tabs .slick-prev:focus,
.slideshow-tabs .slick-prev:hover {
    outline: 0;
    background: 0 0
}

.slideshow-tabs .slick-next.slick-disabled:before,
.slideshow-tabs .slick-prev.slick-disabled:before {
    opacity: .25
}

.slideshow-tabs .slick-next:before,
.slideshow-tabs .slick-prev:before {
    font-size: 28px
}

.slideshow-tabs .slick-prev {
    top: -40px
}

.slideshow-tabs .slick-prev:before {
    content: "\e6d7"
}

.slideshow-tabs .slick-next {
    bottom: -40px
}

.slideshow-tabs .slick-next:before {
    content: "\e6d6"
}

.slideshow-post {
    display: none;
    position: relative
}

.slideshow-post:first-child {
    display: block
}

.main-tab-image {
    position: relative;
    min-height: 320px;
    overflow: hidden
}

.main-tab-image img {
    display: block
}

.mh-slideshow-meta {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    color: #e6e6e6
}

.mh-slideshow-meta h2 {
    font-weight: 700;
    margin-top: 15px;
    color: #fff
}

.slideshow-tab,
.slideshow-tab-title {
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-style: solid
}

.slideshow-tab-title {
    padding: 15px;
    display: block;
    border-color: transparent;
    cursor: pointer
}

.slide_position_right .slideshow-tabs {
    float: right
}

.slide_position_right .slideshow-tabs .slideshow-tab {
    border-width: 0 4px 1px 0
}

.slide_position_right .slideshow-tabs .slideshow-tab .slideshow-tab-title {
    border-right-width: 6px
}

.slide_position_right .slideshow-tabs .slideshow-tab.slick-center .slideshow-tab-title,
.slide_position_right .slideshow-tabs .slideshow-tab:hover .slideshow-tab-title {
    border-color: inherit
}

.slide_position_right .slideshow-posts {
    margin-right: 239px
}

.slide_position_left .slideshow-tabs {
    float: left
}

.slide_position_left .slideshow-tabs .slideshow-tab {
    border-width: 0 0 1px 4px
}

.slide_position_left .slideshow-tabs .slideshow-tab .slideshow-tab-title {
    border-left-width: 6px
}

.slide_position_left .slideshow-tabs .slideshow-tab.slick-center .slideshow-tab-title,
.slide_position_left .slideshow-tabs .slideshow-tab:hover .slideshow-tab-title {
    border-color: inherit
}

.slide_position_left .slideshow-posts {
    margin-left: 239px
}

.slide_position_off .slideshow-posts .slick-prev {
    right: 0
}

.slide_position_off .slideshow-posts .slick-next {
    left: 0
}

.slide_position_off .slideshow-posts:hover .slick-prev {
    opacity: 1;
    right: 44px
}

.slide_position_off .slideshow-posts:hover .slick-next {
    opacity: 1;
    left: 44px
}

.mhc_bg_layout_light .slideshow-tab {
    color: #444
}

.mhc_bg_layout_light .slideshow-posts .slick-next:before,
.mhc_bg_layout_light .slideshow-posts .slick-prev:before,
.mhc_bg_layout_light.mh-magazine-ticker .slick-next:before,
.mhc_bg_layout_light.mh-magazine-ticker .slick-prev:before {
    color: #444
}

.mhc_bg_layout_dark .slideshow-tab {
    color: #fff
}

.mhc_bg_layout_dark .slideshow-posts .slick-next:before,
.mhc_bg_layout_dark .slideshow-posts .slick-prev:before,
.mhc_bg_layout_dark.mh-magazine-ticker .slick-next:before,
.mhc_bg_layout_dark.mh-magazine-ticker .slick-prev:before {
    color: #fff
}

@media only screen and (max-width:980px) {
    .main-tab-image {
        min-height: inherit
    }

    .slide_position_left .mh-slideshow-meta,
    .slide_position_right .mh-slideshow-meta {
        position: relative;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .slideshow-tabs {
        display: none
    }

    .slideshow-posts .slick-next,
    .slideshow-posts .slick-prev {
        opacity: 1
    }

    .slide_position_right .slideshow-posts {
        margin-right: 0;
        width: auto
    }

    .slide_position_left .slideshow-posts {
        margin-left: 0;
        width: auto
    }
}

@media only screen and (max-width:499px) {
    .slideshow-posts .slick-prev {
        right: 0
    }

    .slideshow-posts .slick-next {
        left: 0
    }
}

.mhc_magazine_gallery {
    padding-bottom: 70px
}

.mhc_magazine_gallery .mhc_magazine_gallery_item {
    width: 50%;
    margin-left: 60px;
    box-sizing: border-box;
    vertical-align: middle
}

.mhc_magazine_gallery .mhc_magazine_gallery_item img {
    margin: 0;
    max-width: none;
    vertical-align: middle;
    width: 100%
}

.mhc_magazine_gallery .mhc_magazine_gallery_item .mh-slideshow-meta {
    padding: 20px 10%;
    background: rgba(0, 0, 0, .65);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}

.mh-classified {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px
}

.mh-classified-header {
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    line-height: 40px
}

.mh-classified-title a h4 {
    padding: 0;
    line-height: inherit;
    float: right;
    margin-right: 10px
}

.mh-classified-icon {
    text-align: center;
    margin-right: 20px;
    float: right
}

.mh-classified-icon .mhc-icon {
    font-size: 40px;
    line-height: inherit;
    vertical-align: middle
}

.mh-classified-content {
    overflow: hidden;
    padding: 20px
}

.mh-classified-description {
    padding-bottom: 20px
}

.mh-classified-content ul {
    padding: 0
}

.mh-classified-content li {
    list-style: outside none none
}

.mh-classified-content li a {
    display: block;
    color: inherit;
    padding: 5px 0
}

.mh-classified-content li a h5 {
    display: inline;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.mh-classified-content li a span {
    float: left
}

.mh-classified-content li a:hover h5 {
    padding-right: 10px
}

.mh-classified-footer {
    border-top: 1px solid #e2e2e2;
    padding: 0 20px;
    line-height: 40px
}

.mh-classified-footer a {
    color: inherit
}

@media only screen and (min-width:1101px) {
    .mh-magazine.mhc_container {
        width: 1080px
    }
}

@media only screen and (min-width:981px) {

    .mhc_column_2_3 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta,
    .mhc_column_2_3 .mh-magazine .mh-magazine-post.card .mh-magazine-post-thumb,
    .mhc_column_3_4 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta,
    .mhc_column_3_4 .mh-magazine .mh-magazine-post.card .mh-magazine-post-thumb,
    .mhc_column_3_5 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta,
    .mhc_column_3_5 .mh-magazine .mh-magazine-post.card .mh-magazine-post-thumb,
    .mhc_column_4_4 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta,
    .mhc_column_4_4 .mh-magazine .mh-magazine-post.card .mh-magazine-post-thumb {
        width: 50%;
        box-sizing: border-box;
        display: table-cell
    }

    .mhc_column_2_3 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta,
    .mhc_column_3_4 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta,
    .mhc_column_3_5 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta,
    .mhc_column_4_4 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta {
        text-align: center
    }

    .mhc_column_2_3 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta ul.mh_magazine_head li,
    .mhc_column_3_4 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta ul.mh_magazine_head li,
    .mhc_column_3_5 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta ul.mh_magazine_head li,
    .mhc_column_4_4 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta ul.mh_magazine_head li {
        float: none
    }

    .mhc_column_3_8 .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta,
    .mhc_column_3_8 .mh-magazine .mh-magazine-post.card .mh-magazine-post-thumb {
        width: 100% !important
    }
}

@media only screen and (max-width:767px) {
    .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta {
        padding: 30px
    }

    .mh-magazine .mh-magazine-post.card .mh-magazine-post-meta .post-meta {
        position: relative;
        right: auto;
        bottom: 0;
        padding-top: 24px
    }

    .mhc_column_2_3 .mh-magazine.mhc_style_flat.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner,
    .mhc_column_3_4 .mh-magazine.mhc_style_flat.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner,
    .mhc_column_3_5 .mh-magazine.mhc_style_flat.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner,
    .mhc_column_4_4 .mh-magazine.mhc_style_flat.mh-magazine-list .mh-magazine-post .mh-magazine-post-inner {
        padding-left: 0
    }
}

.mh_magazine_grid {
    opacity: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mh_magazine_grid_container {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1366px
}

.mh_magazine_grid_item,
.mh_magazine_grid_sizer {
    width: 100%;
    min-height: 100px
}

.mh_magazine_grid_item {
    box-sizing: border-box;
    height: 50vh;
    opacity: 1;
    -webkit-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mh_magazine_grid .mhc_portfolio_image {
    transition: transform .7s cubic-bezier(.2, 1, .22, 1) !important;
    backface-visibility: visible !important;
    background-size: cover;
    background-position: center;
    width: 100.5%;
    height: 100.5%
}

.mh_magazine_grid .mhc_portfolio_image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0
}

.mh_magazine_grid .mhc_portfolio_image a {
    color: inherit
}

.mh_magazine_grid .mhc_portfolio_image img {
    max-width: inherit;
    height: inherit;
    min-height: 100%;
    min-width: 100%;
    display: block
}

.mh_magazine_grid .mhc_portfolio_image.landscape img {
    height: 100%
}

.mh_magazine_grid .mhc_portfolio_image.portrait img {
    width: 100%
}

.mh_magazine_grid .mhc_portfolio_image .meta {
    pointer-events: none;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.mh_magazine_grid .mhc_portfolio_image .meta h3 {
    margin-top: 0;
    font-size: 19px
}

.mh_magazine_grid .mhc_portfolio_image .meta h2 {
    font-weight: 700;
    margin-top: 15px;
    color: #fff
}

.mh_magazine_grid .mhc_portfolio_image .meta .mh_magazine_head {
    display: block;
    position: relative;
    float: left;
    z-index: 5;
    width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin-bottom: 10px
}

.mh_magazine_grid .mhc_portfolio_image .meta .mh_magazine_head li {
    float: none
}

.mh_magazine_grid .mhc_portfolio_image .mh-magazine-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    opacity: .2;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.mh_magazine_grid .mhc_portfolio_image:hover .mh-magazine-overlay {
    opacity: 1
}

.mh_magazine_grid.mhc_bg_layout_dark .mhc_portfolio_image .meta {
    opacity: 1
}

.mh_magazine_grid.mhc_bg_layout_dark .mhc_portfolio_image .meta p {
    color: #fff
}

.mh_magazine_grid.mhc_bg_layout_dark .mhc_portfolio_image .meta h3 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .7)
}

.mh_magazine_grid.mhc_bg_layout_dark .mhc_portfolio_image .mh-magazine-overlay {
    background: rgba(0, 0, 0, .5);
    opacity: .5
}

.mh_magazine_grid.mhc_bg_layout_dark .mhc_portfolio_image:hover .mh-magazine-overlay {
    opacity: .9
}

@media only screen and (min-width:981px) {

    .mh_magazine_grid_1 .mh_magazine_grid_item,
    .mh_magazine_grid_1 .mh_magazine_grid_sizer {
        width: 100%
    }

    .mh_magazine_grid_2 .mh_magazine_grid_item,
    .mh_magazine_grid_2 .mh_magazine_grid_sizer {
        width: 33.333%
    }

    .mh_magazine_grid_2 .mh_magazine_grid_item.mh_magazine_grid_item_1 {
        width: 66.666%
    }

    .mh_magazine_grid_3 .mh_magazine_grid_item,
    .mh_magazine_grid_3 .mh_magazine_grid_sizer {
        width: 50%
    }

    .mh_magazine_grid_3 .mh_magazine_grid_item.mh_magazine_grid_item_2,
    .mh_magazine_grid_3 .mh_magazine_grid_item.mh_magazine_grid_item_3 {
        height: 25vh
    }

    .mh_magazine_grid_4 .mh_magazine_grid_item,
    .mh_magazine_grid_4 .mh_magazine_grid_sizer {
        width: 50%
    }

    .mh_magazine_grid_5 .mh_magazine_grid_item,
    .mh_magazine_grid_5 .mh_magazine_grid_sizer {
        width: 25%;
        height: 25vh
    }

    .mh_magazine_grid_5 .mh_magazine_grid_item.mh_magazine_grid_item_2 {
        width: 50%;
        height: 50vh
    }

    .mh_magazine_grid_6 .mh_magazine_grid_item,
    .mh_magazine_grid_6 .mh_magazine_grid_sizer {
        width: 25%
    }

    .mh_magazine_grid_6 .mh_magazine_grid_item.mh_magazine_grid_item_1,
    .mh_magazine_grid_6 .mh_magazine_grid_item.mh_magazine_grid_item_2 {
        width: 50%
    }

    .mh_magazine_grid_7 .mh_magazine_grid_item,
    .mh_magazine_grid_7 .mh_magazine_grid_sizer {
        width: 33.333%
    }

    .mh_magazine_grid_7 .mh_magazine_grid_item.mh_magazine_grid_item_1,
    .mh_magazine_grid_7 .mh_magazine_grid_item.mh_magazine_grid_item_4 {
        width: 66.666%
    }

    .mh_magazine_grid_8 .mh_magazine_grid_item,
    .mh_magazine_grid_8 .mh_magazine_grid_sizer {
        width: 25%;
        height: 25vh
    }
}

@media only screen and (max-width:980px) {
    .mh_magazine_grid_item {
        height: 300px
    }
}

.mh-reviews-meta-score {
    color: inherit
}

.mh-reviews-box {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
    box-sizing: border-box;
    background: #f8f8f8;
    margin: 60px 0 0;
    overflow: hidden;
    text-align: right
}

.mhc_module.mh-reviews-box {
    margin: 0 0 30px
}

.column-match-heights .mhc_module.mh-reviews-box {
    margin: 0
}

.mh-reviews-meta-score-star,
.mh-reviews-star-rating {
    font-family: mhicons;
    font-size: 18px !important;
    height: 18px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 90px;
    color: #f4c500
}

.mh-reviews-star-rating {
    color: #f4c500
}

.mh-reviews-star-rating:before {
    content: "\e61b\e61b\e61b\e61b\e61b";
    float: right;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    opacity: .25
}

.mh-reviews-star-rating span {
    float: right;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    opacity: 0
}

.mh-reviews-meta .mh-reviews-star-rating span {
    opacity: 1
}

.mh-reviews-star-rating span:before {
    content: "\e61b\e61b\e61b\e61b\e61b";
    left: auto;
    right: 0;
    position: absolute;
    top: 0
}

@-webkit-keyframes slideWidth {
    0% {
        width: 0
    }
}

@-moz-keyframes slideWidth {
    0% {
        width: 0
    }
}

@-o-keyframes slideWidth {
    0% {
        width: 0
    }
}

@keyframes slideWidth {
    0% {
        width: 0
    }
}

.mh-reviews-meta-score-star.mh-animated {
    opacity: 1;
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.mh-reviews-star-rating.mh-animated {
    opacity: 1
}

.mh-reviews-star-rating.mh-animated span {
    opacity: 1;
    -webkit-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mh-magazine-carousel .mh-reviews-meta-score,
.mh-magazine-carousel .mh-reviews-star-rating {
    margin: 0 auto
}

.mh-magazine-slideshow.mhc_text_align_left .mh-reviews-meta-score,
.mh-magazine-slideshow.mhc_text_align_left .mh-reviews-star-rating,
.mh_magazine_grid.mhc_text_align_left .mh-reviews-meta-score,
.mh_magazine_grid.mhc_text_align_left .mh-reviews-star-rating {
    margin: 0 auto 0 0
}

.mh-magazine-slideshow.mhc_text_align_right .mh-reviews-meta-score,
.mh-magazine-slideshow.mhc_text_align_right .mh-reviews-star-rating,
.mh_magazine_grid.mhc_text_align_right .mh-reviews-meta-score,
.mh_magazine_grid.mhc_text_align_right .mh-reviews-star-rating {
    margin: 0 0 0 auto
}

.mh-magazine-slideshow.mhc_text_align_center .mh-reviews-meta-score,
.mh-magazine-slideshow.mhc_text_align_center .mh-reviews-star-rating,
.mh_magazine_grid.mhc_text_align_center .mh-reviews-meta-score,
.mh_magazine_grid.mhc_text_align_center .mh-reviews-star-rating {
    margin: 0 auto
}

.mh-magazine-post.card .mh-reviews-meta-score,
.mh-magazine-post.card .mh-reviews-star-rating {
    margin: 0 auto
}

.mh-magazine-carousel h2 .mh-reviews-meta-score-content,
.mh-magazine-slideshow h2 .mh-reviews-meta-score-content,
.mh_magazine_grid h2 .mh-reviews-meta-score-content,
.mhc_post_header h2 .mh-reviews-meta-score-content {
    color: #fff;
    font-weight: 400
}

.mh-magazine-carousel h3 .mh-reviews-meta-score-content,
.mh-magazine-slideshow h3 .mh-reviews-meta-score-content,
.mh_magazine_grid h3 .mh-reviews-meta-score-content,
.mhc_post_header h3 .mh-reviews-meta-score-content {
    color: #fff;
    font-weight: 400
}

.mhc_post_header .mh-reviews-meta .mh-reviews-meta-score {
    color: inherit !important;
    font-weight: 400
}

.mh_reviews_overall_percent .mh-reviews-meta .mh-reviews-meta-score {
    height: 20px;
    width: 100%;
    position: relative;
    margin-top: 5px
}

.mh_reviews_overall_percent .mh-reviews-meta .mh-reviews-meta-score .mh-reviews-meta-score-content {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    display: block;
    padding-left: 7px;
    text-align: left;
    text-shadow: none;
    box-sizing: border-box
}

.mh_reviews_overall_percent .mh-reviews-meta .mh-reviews-meta-score .mh-reviews-meta-score-bg {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0
}

.mh_reviews_overall_points .mh-reviews-meta-score .mh-reviews-meta-score-content {
    font-size: 16px
}

.mh_reviews_overall_points .mh-reviews-meta-score .mh-reviews-meta-score-content .mh-reviews-meta-score-star:before {
    content: "\e61b";
    font-size: 24px
}

.mh_reviews_overall_points .mh-reviews-meta-score .mh-reviews-meta-score-content .mh-reviews-meta-score-ten {
    font-size: 10px;
    opacity: .5
}

.mh-reviews-star-rating-text {
    text-align: center;
    width: 200px;
    font-size: 13px
}

.mh-reviews-star-rating-text .mh-reviews-meta-score-ten {
    font-size: 10px;
    opacity: .5
}

.mh-reviews-score {
    float: right
}

.mh-reviews-score .mh-reviews-meta-score-star,
.mh-reviews-score .mh-reviews-star-rating {
    font-size: 40px !important;
    height: 40px;
    width: 200px
}

.mhc_column_1_2 .mh-reviews-score,
.mhc_column_1_3 .mh-reviews-score,
.mhc_column_1_4 .mh-reviews-score,
.mhc_column_3_8 .mh-reviews-score {
    float: none;
    padding: 30px 0 !important
}

.mhc_column_1_2 .mh-reviews-score .mh-reviews-meta-score-star,
.mhc_column_1_2 .mh-reviews-score .mh-reviews-star-rating,
.mhc_column_1_2 .mh-reviews-score .mh-reviews-star-rating-text,
.mhc_column_1_3 .mh-reviews-score .mh-reviews-meta-score-star,
.mhc_column_1_3 .mh-reviews-score .mh-reviews-star-rating,
.mhc_column_1_3 .mh-reviews-score .mh-reviews-star-rating-text,
.mhc_column_1_4 .mh-reviews-score .mh-reviews-meta-score-star,
.mhc_column_1_4 .mh-reviews-score .mh-reviews-star-rating,
.mhc_column_1_4 .mh-reviews-score .mh-reviews-star-rating-text,
.mhc_column_3_8 .mh-reviews-score .mh-reviews-meta-score-star,
.mhc_column_3_8 .mh-reviews-score .mh-reviews-star-rating,
.mhc_column_3_8 .mh-reviews-score .mh-reviews-star-rating-text {
    margin: 0 auto
}

.mh_reviews_overall_type_points .mh-reviews-score {
    padding-top: 30px
}

.mh_reviews_overall_type_points .mh-reviews-score .mh-reviews-meta-score .mh-reviews-meta-score-content {
    text-align: center;
    display: block;
    font-size: 32px
}

.mh_reviews_overall_type_points .mh-reviews-score .mh-reviews-meta-score .mh-reviews-meta-score-content .mh-reviews-meta-score-star:before {
    font-size: 50px
}

.mh_reviews_overall_type_points .mh-reviews-score .mh-reviews-meta-score .mh-reviews-meta-score-content .mh-reviews-meta-score-ten {
    font-size: 18px
}

.mh_reviews_overall_type_points .mh-reviews-meta-score .mh-reviews-meta-score-content {
    font-size: 16px
}

.mh_reviews_overall_type_points .mh-reviews-meta-score .mh-reviews-meta-score-content .mh-reviews-meta-score-star:before {
    content: "\e61b";
    font-size: 24px
}

.mh_reviews_overall_type_points .mh-reviews-meta-score .mh-reviews-meta-score-content .mh-reviews-meta-score-ten {
    font-size: 10px;
    opacity: .5
}

.mh_reviews_overall_type_percent .mhc_circle_counter {
    width: 160px;
    margin: 0 auto
}

.mh_reviews_overall_type_percent .mhc_circle_counter .percent {
    height: 160px
}

.mh_reviews_overall_type_percent .mhc_circle_counter .percent p {
    line-height: 160px;
    font-size: 34px
}

.mh_reviews_overall_type_percent .mh-reviews-score {
    padding: 30px
}

.mh_reviews_overall_type_percent .mh-reviews-score .mh-reviews-meta-score .mh-reviews-meta-score-content {
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    display: block;
    text-shadow: none;
    box-sizing: border-box
}

.mh_reviews_overall_type_stars .mh-reviews-score {
    padding: 30px
}

.mh-review-heading {
    background: rgba(0, 0, 0, .05);
    padding: 10px 20px
}

.mh-review-heading h3 {
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.2em;
    color: inherit
}

.mh-review-content-header {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 20px;
    box-sizing: border-box
}

.mh-reviews-box .mh-reviews-score {
    width: 30%
}

.mh-reviews-box .mh-review-blurb {
    width: 54%;
    float: right;
    padding: 30px 0 0
}

.mhc_column_1_2 .mh-reviews-score,
.mhc_column_1_3 .mh-reviews-score,
.mhc_column_1_4 .mh-reviews-score,
.mhc_column_3_8 .mh-reviews-score {
    width: auto
}

.mhc_column_1_2 .mh-review-blurb,
.mhc_column_1_3 .mh-review-blurb,
.mhc_column_1_4 .mh-review-blurb,
.mhc_column_3_8 .mh-review-blurb {
    width: auto;
    float: none
}

.mh-review-blurb-content strong {
    font-weight: 600;
    text-transform: uppercase
}

.mh-review-blurb-content strong:after {
    content: ': '
}

.mh-review-features {
    position: relative;
    padding: 20px
}

.mh-review-features .mh-review-feature {
    margin: 0 0 20px
}

.mh-review-features .mh-review-feature:last-child,
.mh-review-features .mh-review-feature:only-child {
    margin: 0
}

.mh-review-features h5 {
    font-size: 14px;
    padding-bottom: 5px;
    color: inherit
}

.mh-review-features .mh-score-bar-bg {
    position: relative;
    background: rgba(0, 0, 0, .05);
    overflow: hidden
}

.mh-review-features .mh-score-bar {
    position: relative;
    display: block;
    background: rgba(0, 0, 0, .6)
}

.mh-review-features .mh-score-bar-bg.mh-animated .mh-score-bar {
    opacity: 1;
    -webkit-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: slideWidth 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mh-review-features .mh-score-bar-bg.mh-animated .mh-score-bar .mh-score-text {
    opacity: 1;
    -webkit-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeIn 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.mh-score-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    height: 20px;
    color: #fff;
    line-height: 20px;
    padding-left: 6px;
    z-index: 100;
    text-align: left
}

.mh-score-bar .mh-score-text {
    margin: 0 4px;
    font-weight: 400
}

.mh_reviews_overall_percent .mh_reviews_widget .mh-reviews-meta .mh-reviews-meta-score {
    max-width: 90px
}

@media only screen and (max-width:1024px) {
    .mh-reviews-box .mh-reviews-score {
        float: none;
        width: auto
    }

    .mh-reviews-box .mh-review-blurb {
        float: none;
        width: auto
    }
}

/*!Copyright (c) mharty.com*/
.mhsc_separator {
    margin: 2.15em 0;
    border-color: transparent
}

.mhsc_marker {
    padding: .188em .375em;
    background-color: #fffac0
}

.mhsc_marker.light_text {
    color: #fff
}

.mhsc_marker.dark_text {
    color: #444
}

.mhsc_close {
    float: right;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    color: #000;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.mhsc_close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .25
}

button.mhsc_close {
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.mhsc_alert {
    margin-bottom: 2.15em;
    border: 2px solid #fab418;
    padding: .8em 1em 1.25em;
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #fab418;
    background-color: #fff
}

.mhsc_alert .h_alert {
    text-transform: none;
    color: inherit
}

.mhsc_alert .mhsc_close {
    position: relative;
    top: -10px;
    left: -10px;
    line-height: 1;
    color: #fab418;
    float: left
}

.mhsc_alert_block {
    padding: .786em 1.15em 1em
}

.mhsc_alert_block>p,
.mhsc_alert_block>ul {
    margin-bottom: 0
}

.mhsc_alert_block p+p {
    margin-top: 6px
}

.mhsc_btn {
    text-align: center
}

.mhsc_btn:hover {
    opacity: .7
}

.mhsc_btn_fullwidth {
    display: block;
    clear: both;
    margin: 4px auto
}

.mhc_promo_button.mhsc_btn_x1,
.mhc_promo_button.mhsc_btn_x1:hover {
    font-size: 13px;
    padding: 3px 10px !important
}

.mhc_promo_button.mhsc_btn_x3,
.mhc_promo_button.mhsc_btn_x3:hover {
    font-size: 17px;
    padding: 14px 30px !important
}

.mh-promo .mh-promo-inner a {
    color: #111934 !important;
    font-family: droid arabic kufi, Tahoma, Geneva, sans-serif;
    padding: 5px 14px;
    margin: 4px 10px 5px 0
}

.eui-item-text-not-changed {
    font-size: 18px
}

.gform_wrapper .form_saved_message,
.form_saved_message_sent {
    color: #111934;
    background-color: #fff5de
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    background-color: #40b58d;
    border: 1px solid #40b58d
}

.form_saved_message p.resume_form_link_wrapper {
    margin: 10px 0
}

#gform_wrapper_10 li.gfield.field_description_below+li.gsection,
#gform_wrapper_11 li.gfield.field_description_below+li.gsection {
    margin-top: 80px !important
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 120px
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 12px;
    font-weight: 400;
    line-height: normal
}

.return-to-shop {
    display: none !important
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    margin-left: 5px
}

#place_order {
    font-size: 16px
}

.woocommerce-info {
    border-top-color: #3fb48d
}

.woocommerce-info:before {
    color: #3fb48d
}

.woocommerce-error {
    border-top-color: #d9727f
}

.woocommerce-error:before,
.woocommerce form .form-row.woocommerce-invalid label {
    color: #d9727f
}

.woocommerce-invalid #terms {
    outline-color: #d9727f
}

.woocommerce-error li {
    margin: -8px 52px -8px 0 !important
}

.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: #3fb48d
}

.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: #d9727f
}

.woocommerce-message {
    border-top-color: #3fb48d
}

.woocommerce-message:before {
    color: #3fb48d
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    margin-bottom: 12px;
    background-color: #fff !important;
    border-radius: .25rem;
    font-size: 14px;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bbb;
    color: #4e4e4e;
    box-sizing: border-box !important
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
    padding: 8px 8px 8px 20px
}

.select2-container .select2-selection--single {
    height: 61px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 61px
}

.checkout_coupon .button {
    font-size: 14px !important;
    background: #3fb48d !important;
    color: #fff !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important
}

.checkout_coupon #coupon_code {
    font-size: 14px;
    font-weight: 400
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    width: 100%;
    margin-bottom: 30px
}

.woocommerce button.button,
woocommerce-page button.button {
    background: #3fb48d !important;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 14px
}

.woocommerce .woocommerce-order p:last-of-type {
    padding-bottom: 20px
}

.woocommerce ul.order_details li strong {
    margin-top: 5px
}

.woocommerce .woocommerce-cart-form__contents tbody tr:last-child {
    display: none
}

.cart .single_add_to_cart_button {
    font-size: 16px !important;
    padding: 8px 30px !important;
    border: 2px solid #3fb48d !important;
    top: -51px;
    right: 117px !important
}

.cart .single_add_to_cart_button:hover {
    background: #35936f !important;
    border: 2px solid transparent !important
}

.woocommerce .wc_payment_methods label img {
    max-height: 26px
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    display: none
}

#left-area ul,
.comment-content ul,
.entry-content ul {
    padding: 23px 0
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 2em
}

@media only screen and (max-width:767px) {
    .woocommerce-breadcrumb {
        display: none
    }
}

.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.mhc_filterable_portfolio .mhc_portfolio_filters li a span,
.mhc_button_solid,
.mhc_wpcf7_solid .wpcf7-form input[type=submit],
.mh-tags .tag-links a,
.bbp-topic-tags a,
.nav li a em,
.menu li a em,
.mh_adjust_bg {
    background: #3fb48d !important;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover,
.mhc_filterable_portfolio .mhc_portfolio_filters li a span:hover,
.mhc_button_solid:hover,
.mhc_wpcf7_solid .wpcf7-form input[type=submit]:hover,
.mh-tags .tag-links a:hover,
.bbp-topic-tags a:hover,
.nav li a em:hover,
.menu li a em:hover,
.mh_adjust_bg:hover {
    background: #35936f !important
}

.comment-reply-link,
.form-submit input,
.mhc_pricing_default .mhc_sum,
.mhc_pricing li a,
.mhc_pricing_default .mhc_pricing_table_button.mhc_button_transparent,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.mh-loveit-container .mh-loveit.loved.mh_share_accent .icon-icon_heart,
.mh_password_protected_form .mh_submit_button,
.bbp-submit-wrapper button.button,
#main-header .header-name,
.mh_widget_info_inner p i,
button.mhc_search_bar_submit i,
.mh-social-accent-color li a {
    color: #3fb48d !important
}

.mhc_counter_amount,
.mhc_pricing_default .mhc_featured_table .mhc_pricing_heading,
.mh_quote_content,
.mh_link_content,
.mh_audio_content {
    background: #3fb48d !important
}

blockquote,
.footer-widget li:before,
.mhc_pricing_default .mhc_pricing li:before,
.mhc_button_solid,
.mhc_wpcf7_solid .wpcf7-form input[type=submit],
.mh_password_protected_form .mh_submit_button,
#bbpress-forums .bbp-forums-list,
.bbp-topics-front ul.super-sticky,
#bbpress-forums li.bbp-body ul.topic.super-sticky,
#bbpress-forums li.bbp-body ul.topic.sticky,
.bbp-forum-content ul.sticky,
.mhc_pricing_neon .mhc_featured_table,
.mh-social-accent-color li,
.mhc_contact_submit_message {
    border-color: #3fb48d
}

h2,
h3,
h4,
h5,
h6 {
    padding-top: 1em
}

h4 {
    font-size: 16px
}

::placeholder {
    color: #cfd1d6;
    opacity: 1
}

:-ms-input-placeholder {
    color: #cfd1d6
}

::-ms-input-placeholder {
    color: #cfd1d6
}

.page-template-page-template-blank #main-content {
    padding-bottom: 0
}

.gform_body input[readonly=readonly],
.gform_wrapper select [disabled=disabled] {
    background: #e7e8eb !important;
    color: #585e71 !important
}

.gform_wrapper .gf_progressbar {
    background-color: #e7e8eb
}

.gpnf-nested-entries th {
    background-color: #e7e8eb;
    border-color: #e7e8eb
}

.entry-content thead th,
.entry-content tr th {
    color: #585e71
}

.gpnf-nested-entries td,
.gpnf-nested-entries th {
    border-bottom: 1px solid #e7e8eb
}

table,
td,
th {
    border: 1px solid #e7e8eb
}

#left-area ul,
.comment-content ul,
.entry-content ul {
    list-style-type: none
}

.gform_body textarea,
.gform_body input {
    background-color: #fff !important;
    border-radius: .25rem;
    font-size: 14px;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gform_body input:focus,
.gform_body textarea:focus {
    background-color: #fff !important
}

.gform_wrapper input.datepicker.datepicker_no_icon {
    width: 100% !important
}

.gform_wrapper .gform_footer {
    padding: 0;
    margin: 0
}

.ginput_complex.ginput_container.gf_name_has_2 span {
    float: right
}

@media only screen and (max-width:641px) {
    .ginput_complex.ginput_container.gf_name_has_2 span {
        float: none
    }
}

.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
    width: 100%
}

.gform_wrapper:not(.gf_browser_gecko):not(.gf_browser_ie) select,
.gform_wrapper .chosen-container a.chosen-single {
    height: calc(2.25rem + 25px);
    padding: .375rem .75rem;
    line-height: 1.5;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px;
    background-color: #fff;
    border-radius: .25rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.gform_wrapper .chosen-container a.chosen-single {
    border: 1px solid #bbb !important;
    color: #4e4e4e
}

.gform_wrapper .chosen-container-active .chosen-single {
    box-shadow: none !important
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px;
    background-color: #eee
}

.gform_wrapper .chosen-rtl .chosen-single span {
    padding: .9rem 0
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
    background-image: none !important
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: initial;
    background-image: none !important
}

body .gform_wrapper ul li.gfield {
    margin-top: 26px;
    margin-bottom: 10px
}

.gform_wrapper .gsection {
    margin-top: 50px !important
}

.gform_wrapper .gfield_time_minute {
    margin-right: 0
}

.gform_wrapper .gfield_time_hour i {
    width: 4px;
    margin: 14% 6px
}

body .gform_wrapper select.medium.gfield_select+div.chosen-container-single[style] {
    width: 100% !important
}

.gfield_select {
    height: calc(2.25rem + 25px) !important
}

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-image: none !important
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #111934;
    background-image: none
}

#left-area ul li ul {
    padding-left: 0;
    margin-left: 0
}

.gform_wrapper .chosen-container .chosen-results li {
    padding: 15px !important
}

.gform_page_footer .button.gform_previous_button {
    background-color: #b7b5be !important;
    border-color: #b7b5be !important;
    margin-left: 0 !important
}

.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
    background-color: #a2a1a9 !important;
    border-color: #a2a1a9 !important
}

.gform_wrapper .chosen-container-single .chosen-single {
    box-shadow: none
}

.gform_wrapper span.ginput_product_price {
    color: #111934 !important;
    font-size: 24px
}

.mhc_pricing_table_0 .mhc_button_solid,
.mhc_pricing_table_2 .mhc_button_solid,
.mhc_pricing_table_3 .mhc_button_solid {
    background: #a0a3ae !important;
    border-color: #a0a3ae;
    color: #e7e8eb
}

@media only screen and (max-width:720px) {
    .mhc_column_1_4 {
        width: 45%;
        height: 330px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 700
    }

    .mhc_column_1_4:nth-child(odd) {
        margin-left: 5%
    }

    .mhc_column_1_4:nth-child(even) {
        margin-right: 5%
    }
}

#page-container {
    position: relative;
    min-height: 100vh
}

#main-content .container {
    padding-bottom: 58px
}

#footer-bottom .mh-social-icons a {
    color: #6d6a7c !important
}

#footer-widgets .footer-widget li {
    padding-right: 0;
    padding-bottom: 0;
    font-size: 12px
}

#footer-widgets .footer-widget li:before {
    content: unset
}

#footer-widgets .footer-widget p,
#footer-bottom .mh-copyrights {
    font-size: 12px
}

#field_6_27 {
    margin-top: 45px
}

.gform_wrapper span.ginput_total {
    color: #3fb48d;
    font-size: 24px;
    line-height: 1.5
}

.woocommerce a.remove {
    color: #d9727f !important
}

.woocommerce a.remove:hover {
    background: #d9727f !important
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    cursor: pointer;
    font-size: 16px;
    color: #fff !important;
    padding: 8px 30px !important;
    background-color: #3fb48d !important;
    border: 2px solid #3fb48d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
    background-color: #3fb48d !important;
    border-color: #3fb48d !important;
    margin: 0 5px 0 0 !important
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: #35936f !important;
    border: 2px solid transparent !important
}

#field_6_75,
field_7_75 {
    margin-top: 0
}

.field_7_27 {
    margin-top: 36px
}

.gform_wrapper li.hidden_label input {
    margin-top: 0
}

.gfield .ginput_container .gfgeo-locator-button-wrapper img {
    margin: 20px 10px !important
}

.gfield input.gfgeo-address-field[data-locator_enabled="1"],
.gfield input.advanced-address-autocomplete[data-locator_enabled="1"] {
    padding-left: 0;
    padding-right: 30px !important
}

.gfield div.gfgeo-locator-button-wrapper.infield {
    right: 0;
    left: unset !important
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%
}

#gform_fields_login {
    padding-bottom: 0 !important
}

.gform_body {
    margin-bottom: 20px
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important
}

.woocommerce ul.order_details li {
    margin-top: 10px;
    margin-bottom: 5px
}

.woocommerce .woocommerce-order p:last-of-type {
    padding-bottom: 0
}

html[dir=rtl] .gform_wrapper .gfield_checkbox li label,
html[dir=rtl] .gform_wrapper .gfield_radio li label {
    margin: .25em 4px 0 0
}

body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input,
body .gform_wrapper.gf_rtl_wrapper .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_rtl_wrapper .gfield_radio li input[type=radio],
body.rtl .gform_wrapper .gfield_checkbox li input,
body.rtl .gform_wrapper .gfield_checkbox li input[type=checkbox],
body.rtl .gform_wrapper .gfield_radio li input[type=radio] {
    margin: .5em 2px !important
}

html[dir=rtl] .gform_wrapper .gfield_checkbox li label,
html[dir=rtl] .gform_wrapper .gfield_radio li label {
    margin: .5em 3px !important
}

.gform_drop_area .gform_button_select_files {
    background-color: #e7e8eb !important
}

.gform_drop_area .gform_button_select_files:hover {
    background-color: #dbdce1 !important
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    background-color: #f8f8f9
}

#gf_coupon_button {
    background-color: #3fb48d !important;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 8px 0 12px
}

.gpnf-add-entry {
    background-color: #ffcf59;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 8px 0 12px;
    cursor: pointer;
    font-size: 12px;
    border: 0;
    padding: 7px 20px
}

.gpnf-add-entry,
.gpnf-modal .gpnf-modal-header,
.gpnf-btn-submit {
    color: #111934
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    background-color: #b7b5be !important
}

.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
    background-color: #a2a1a9 !important
}

.ctf-screenreader {
    display: none !important
}

#ctf .ctf-tweet-text-media-wrap,
#ctf .ctf-quoted-tweet-text-media-wrap {
    margin-right: 5px;
    margin-left: 0
}

.gform_wrapper .gf_progressbar_percentage {
    background: 0 0
}

html[dir=rtl] .gform_wrapper span.ginput_price {
    float: none
}

.gform_wrapper span.ginput_discount {
    color: #d9727f !important
}

.mh_overlay:before {
    content: ''
}

.mh_overlay {
    background: rgba(0, 0, 0, .2)
}

.ui-datepicker {
    margin-top: 0
}

.gform_wrapper .gform_heading span.gform_description {
    margin-bottom: 60px
}

.ht-notification-text {
    margin: 0 auto
}

.mhc_video_box iframe {
    height: 300px
}

.gf_coupon_discount {
    color: #d9727f !important;
    font-size: 24px
}

#gf_coupon_info table {
    clear: both;
    margin: 0;
    padding-top: 10px
}

#gf_coupon_info tbody {
    direction: ltr !important
}

.gf_coupon_code {
    width: 65% !important;
    float: right;
    margin: 8px 0 !important
}

.gform_wrapper input#gf_coupon_button.button {
    margin-left: 0;
    margin: 8px;
    padding: 16px 24px !important;
    border: #3fb48d 1px solid
}

#field_34_102 {
    margin-top: 0
}

#ginput_base_price_37_19 {
    color: #111934 !important;
    font-size: 24px;
    padding: 0 !important;
    margin: 0
}

@media only screen and (max-width:641px) {
    html[dir=rtl] .gform_wrapper {
        padding-right: 0 !important
    }

    html[dir=rtl] .gform_wrapper span.ginput_left,
    html[dir=rtl] .gform_wrapper ul.gform_fields li.gfield {
        padding-left: 0 !important
    }

    #gf_coupon_button {
        margin-bottom: 50px
    }

    #sidebar {
        display: none
    }

    html[dir=rtl] .gform_footer,
    html[dir=rtl] .gform_page_footer {
        padding-left: 0
    }

    .gform_wrapper .gform_page_footer .button.gform_button,
    .gform_wrapper .gform_page_footer .button.gform_next_button {
        margin-right: 0 !important
    }

    .cart .single_add_to_cart_button {
        top: 0;
        right: auto !important
    }

    .single_add_to_cart_button {
        font-size: 1em !important;
        width: 100% !important
    }

    .gform_wrapper input#gf_coupon_button.button {
        margin-right: 2%;
        margin-left: 0;
        padding: 16px 9.5%
    }
}

@media only screen and (max-width:980px) {
    #top-header #mh-info {
        display: inline-block
    }

    #top-header .mh-social-icons {
        float: left
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.woocommerce table.cart td:nth-of-type(2),
.woocommerce table.cart th:nth-of-type(2) {
    display: none
}

.ginput_product_price_label {
    display: none
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%
}

dd ul.bulleted {
    float: none;
    clear: both
}

.no-js img.lazyload {
    display: none
}

figure.wp-block-image img.lazyloading {
    min-width: 150px
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .4s;
    transition-delay: 0ms
}

.mh_reviews_overall_percent .mh-reviews-meta .mh-reviews-meta-score-content {
    background-color: #ffe050;
    color: #fff
}

.mh-reviews-meta .mh-reviews-meta-score-bg {
    background-color: rgba(255, 224, 80, .2)
}

.mh-reviews-meta .mh-reviews-meta-score-star,
.mh-reviews-meta .mh-reviews-star-rating {
    color: #ffe050
}

.mh-reviews-meta .mh-reviews-meta-score {
    color: #fff
}

.mh-reviews-star-rating,
.mh-reviews-star-rating,
.mh-reviews-meta-score-star {
    color: #ffe050
}

.mh-review-features .mh-score-bar {
    background-color: #ffe050;
    color: #fff
}

.mh-review-features .mh-score-bar-bg {
    background-color: rgba(255, 224, 80, .2)
}

.mh-reviews-box {
    background-color: #f8f8f8;
    color: #231f20
}

a,
.nav-single a,
.product_meta a {
    color: #37b8eb
}

body {
    color: #35364d
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111934
}

.mhc_blurb a .mhc_blurb_content p {
    color: #35364d
}

.mhc_widget a {
    color: #6d6a7c !important
}

.widgettitle {
    color: #111934
}

.mh_widget_title_style_line .widgettitle,
.mh_widget_title_style_border .widgettitle,
.mh_widget_title_style_smallborder .widgettitle {
    border-color: #111934
}

.mh_widget_title_style_box .widgettitle,
.mh_widget_title_style_arrow .widgettitle {
    background-color: #111934
}

.mh_widget_title_style_arrow .widgettitle:after {
    border-top-color: #111934
}

body {
    background-color:
}

.mh_logo {
    float: right
}

.mhc_counter_amount,
.mhc_pricing_default .mhc_featured_table .mhc_pricing_heading,
.mh_quote_content,
.mh_link_content,
.mh_audio_content {
    background-color:
}

#main-header,
#main-header .nav li ul,
.mh-search-form {
    background-color: #fff
}

#top-header,
#mh-secondary-nav li ul,
#mh-secondary-nav li.mega-menu ul,
#mh-secondary-nav li.no-mega-menu ul {
    background-color: #6B1D45
}

.mh-app-nav {
    background-color: #f4f4f4
}

#mh-info a,
#mh-info span,
#mh-secondary-nav a,
#mh-secondary-nav .megamenu-title,
#top-header .mh-social-icon a,
#mh-secondary-menu .mh-cart-icon,
#mh-secondary-menu mh-cart-count {
    color: #111934 !important;
    border-color: #111934 !important
}

#mh-info a:hover,
#mh-secondary-nav a:hover,
#top-header .mh-social-icon a:hover,
#mh-secondary-menu .mh-cart-info:hover {
    opacity: .85
}

.fullwidth-menu>li.mhc-menu-highlight,
#top-menu li>.sub-menu li.mhc-menu-highlight>a,
.fullwidth-menu li>.sub-menu li.mhc-menu-highlight>a,
#mh-secondary-nav>li.mhc-menu-highlight,
#mh-secondary-nav li>.sub-menu li.mhc-menu-highlight>a,
.app-menu li.mhc-menu-highlight>a,
#top-menu>li.current-menu-ancestor.mhc-menu-highlight,
#top-menu>li.current-menu-item.mhc-menu-highlight,
.bottom-nav>li.mhc-menu-highlight {
    background-color: #111934 !important
}

#top-menu>li.mhc-menu-highlight>a,
.fullwidth-menu>li.mhc-menu-highlight>a,
#top-menu li>.sub-menu li.mhc-menu-highlight>a,
.fullwidth-menu li>.sub-menu li.mhc-menu-highlight>a,
#mh-secondary-nav>li.mhc-menu-highlight>a,
#mh-secondary-nav li>.sub-menu li.mhc-menu-highlight>a,
.app-menu li.mhc-menu-highlight>a,
.bottom-nav>li.mhc-menu-highlight>a {
    color: #fff !important
}

.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.mhc_filterable_portfolio .mhc_portfolio_filters li a span,
.mhc_button_solid,
.mhc_wpcf7_solid .wpcf7-form input[type=submit],
.mh-tags .tag-links a,
.bbp-topic-tags a,
.nav li a em,
.menu li a em,
.mh_adjust_bg {
    background:  !important
}

.mh-social-accent-color.mh-social-solid-color li,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color:
}

.comment-reply-link,
#cancel-comment-reply-link,
.form-submit input,
.mhc_pricing_default .mhc_sum,
.mhc_pricing li a,
.mhc_pricing_default .mhc_pricing_table_button.mhc_button_transparent,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.mh-loveit-container .mh-loveit.loved.mh_share_accent .icon-icon_heart,
.mh_password_protected_form .mh_submit_button,
.bbp-submit-wrapper button.button,
#main-header .header-name,
.mh_widget_info_inner p i,
button.mhc_search_bar_submit i,
.mh-social-accent-color li a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before,
.search-form-button-icon {
    color:  !important
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.mhc_widget li a:hover,
.mhc_bg_layout_light .mhc_promo_button.mhc_transify,
.mhc_bg_layout_light .mhc_more_button,
.mhc_filterable_portfolio .mhc_portfolio_filters li a.active,
.mhc_filterable_portfolio .mhc_portofolio_pagination ul li a.active,
.mhc_gallery .mhc_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.mhc_contact_submit.mhc_button_transparent,
.mhc_wpcf7_transparent .wpcf7-form input[type=submit],
.mhc_bg_layout_light .mhc_newsletter_button,
.mhc_bg_layout_light .mhc_mailpoet_form .wysija-submit,
.bbp-topics-front ul.super-sticky:after,
.bbp-topics ul.super-sticky:after,
.bbp-topics ul.sticky:after,
.bbp-forum-content ul.sticky:after {
    color:  !important
}

blockquote,
.footer-widget li:before,
.mhc_pricing_default .mhc_pricing li:before,
.mhc_button_solid,
.mhc_wpcf7_solid .wpcf7-form input[type=submit],
.mh_password_protected_form .mh_submit_button,
#bbpress-forums .bbp-forums-list,
.bbp-topics-front ul.super-sticky,
#bbpress-forums li.bbp-body ul.topic.super-sticky,
#bbpress-forums li.bbp-body ul.topic.sticky,
.bbp-forum-content ul.sticky,
.mhc_pricing_neon .mhc_featured_table,
.mh-social-accent-color li,
.mhc_contact_submit_message,
nav.woocommerce-MyAccount-navigation ul li.is-active,
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    border-color:
}

#bbpress-forums .hentry div.bbp-reply-content:before,
#bbpress-forums .hentry div.bbp-topic-content:before {
    border-right-color:
}

.rtl #bbpress-forums .hentry div.bbp-reply-content:before,
.rtl #bbpress-forums .hentry div.bbp-topic-content:before {
    border-left-color: ;
    border-right-color: transparent
}

#main-footer {
    background-color: #111934
}

#footer-bottom {
    background-color: #111934
}

.footer-widget {
    color: #fff
}

.footer-widget a,
.bottom-nav a,
#footer-widgets .footer-widget li a {
    color: #fff !important
}

.footer-widget h4.title {
    color: #37b8eb
}

.mh_widget_title_style_line .footer-widget h4.title,
.mh_widget_title_style_border .footer-widget h4.title,
.mh_widget_title_style_smallborder .footer-widget h4.title {
    border-color: #37b8eb
}

.mh_widget_title_style_box .footer-widget h4.title,
.mh_widget_title_style_arrow .footer-widget h4.title {
    background-color: #fff
}

.mh_widget_title_style_arrow .footer-widget h4.title:after {
    border-top-color: #fff
}

#footer-info {
    color: #6d6a7c
}

#footer-info a {
    color: #6d6a7c
}

#top-menu a,
#main-header .header-tagline {
    color: #111934
}

#mh-top-navigation .mh_search_icon,
#mh-top-navigation .mh-cart-icon,
#mh-top-navigation .mh-cart-count {
    color: #6d6a7c !important
}

.mh-top-navigation-icons>.mobile-menu-trigger-icon .hamburger-inner,
.mh-top-navigation-icons>.mobile-menu-trigger-icon .hamburger-inner:after,
.mh-top-navigation-icons>.mobile-menu-trigger-icon .hamburger-inner:before {
    background-color: #6d6a7c !important
}

#top-menu>li.current-menu-ancestor>a,
#top-menu>li.current-menu-item>a,
.mh_nav_text_color_light #top-menu li.current-menu-ancestor>a,
.mh_nav_text_color_light .mh_nav_text_color_light #top-menu li.current-menu-item>a {
    color:
}

#top-menu>li.current-menu-ancestor,
#top-menu>li.current-menu-item {
    background-color: transparent !important
}

#main-header {
    padding-top: 25px
}

#main-header {
    padding-bottom: 25px
}

#main-header.mh-fixed-header {
    padding-top: 12.5px
}

#main-header.mh-fixed-header {
    padding-bottom: 12.5px
}

#logo {
    max-height: 80px
}

.mh_logo {
    line-height: 80px;
    height: 80px
}

.mh_logo img,
.mh-fixed-header #logo {
    padding: 0
}

#top-menu>li>a,
#top-menu .menu-item-has-children>a:first-child:after,
#top-menu>li>a .mhc-menu-item-link-head,
#mh_top_search,
.mh-top-navigation-icons>.mobile-menu-trigger-icon,
#mh-top-navigation .mh_cart_wrapper {
    line-height: 34px
}

#top-menu>li,
#mh-top-navigation .mh_cart_wrapper,
#mh_top_search,
.mh-top-navigation-icons>.mobile-menu-trigger-icon {
    margin-top: 23px;
    margin-bottom: 23px
}

.mh-fixed-header #top-menu>li,
.mh-fixed-header #mh-top-navigation .mh_cart_wrapper,
.mh-fixed-header #mh_top_search,
.mh-fixed-header .mh-top-navigation-icons>.mobile-menu-trigger-icon {
    margin-top: 14px;
    margin-bottom: 0
}

#top-menu li.mega-menu>ul,
.mh-search-form,
.nav li ul {
    top: auto
}

.mh_header_style_centered #top-menu>li>a,
.mh_header_style_centered #top-menu .menu-item-has-children>a:first-child:after {
    line-height: 34px
}

.mh_header_style_centered #top-menu ul .menu-item-has-children>a:first-child:after {
    line-height: 25px
}

.mh_header_style_centered #top-menu li.mega-menu>ul,
.mh_header_style_centered .mh-search-form,
.mh_header_style_centered .nav li ul {
    top: auto
}

.mh-fixed-header #top-menu>li>a,
.mh-fixed-header #mh-top-navigation .mh_cart_wrapper,
.mh-fixed-header .mh_logo,
.mh-fixed-header #mh_top_search,
.mh-fixed-header .mh-top-navigation-icons>.mobile-menu-trigger-icon,
.mh-fixed-header #top-menu .menu-item-has-children>a:first-child:after,
.mh-fixed-header #top-menu>li>a .mhc-menu-item-link-head {
    line-height: 25px
}

@media only screen and (max-width:980px) {
    #mh-secondary-nav {
        display: none
    }
}

@media only screen and (max-width:980px) {
    .mh_fixed_nav.mh_secondary_nav_above #page-container {
        padding-top: 0 !important
    }

    .mh_fixed_nav.mh_secondary_nav_above #main-header {
        top: 0 !important
    }
}

.mh-info-phone:after {
    content: "\e75d"
}

.mh-info-email:after {
    content: "\e77f"
}

@media only screen and (min-width:981px) {

    #mh-top-navigation .mobile-menu-trigger-icon,
    .mh_vertical_nav #main-header .mobile-menu-trigger-icon {
        display: none
    }
}

@media only screen and (max-width:980px) {
    #main-header #mh_top_search {
        display: none !important
    }
}

.mh_share .mh_share_accent li {
    border-color:
}

.mh_share .mh_share_accent.mh_share_border li span,
.mh_share .mh_share_accent.mh_share_border li i {
    color:
}

.mh_share .mh_share_accent.mh_share_solid li {
    background-color:
}

.mh_share .mh_share_accent.mh_share_solid li span,
.mh_share .mh_share_accent.mh_share_solid li i {
    color: #fff
}

@media only screen and (min-width:981px) {

    #mh-main-area h1,
    #mh-main-area h2,
    #mh-main-area h3,
    #mh-main-area h4,
    #mh-main-area h5,
    #mh-main-area h6 {
        font-weight: 700
    }

    #top-menu>li>a {
        font-size: 14px
    }

    #top-menu li li a,
    #main-header .mh-cart-container h2 {
        font-size: 14px
    }

    #top-menu li li .mhc-menu-desc,
    #main-header .mh-cart-container {
        font-size: 12px
    }

    #top-header #mh-info,
    #mh-secondary-nav li li a,
    #mh-secondary-nav li a,
    #top-header .mh-cart-container h2 {
        font-size: 13px
    }

    #top-header .mhc-menu-desc,
    #top-header .mh-cart-container {
        font-size: 11px
    }

    .app-nav {
        font-size: 14px
    }

    .app-nav .mhc-menu-desc {
        font-size: 12px
    }
}

@media only screen and (max-width:980px) {
    .app-nav {
        font-size: 14px
    }

    .app-nav .mhc-menu-desc {
        font-size: 12px
    }
}

body,
input,
textarea,
select,
.single_add_to_cart_button .button,
.mhc_newsletter_form p input,
.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.orderby,
.widget_search #searchsubmit,
.mh-reviews-meta-score {
    font-family: cairo, Tahoma, Arial, times new roman, serif
}

#top-header,
#top-header h3 {
    font-family: cairo, Tahoma, Arial, times new roman, serif
}

.mh-app-nav,
.mh-app-nav h3 {
    font-family: cairo, Tahoma, Arial, times new roman, serif
}

#mh-footer-nav,
#mh-footer-nav h3,
#footer-bottom {
    font-family: cairo, Tahoma, Arial, times new roman, serif
}

h1,
h2,
h3,
h4,
h5,
h6,
.mhc_pricing_menus_item_title,
.mhc_pricing_menus_item_price,
.mhc_currency_sign,
.mhc_testimonial_author,
.mhc_testimonials_slide_author,
.mh_quote_content blockquote,
span.fn,
span.fn a,
#main-header .header-tagline,
.mh-font-heading,
.postnav-title,
ul.post_share_footer.mh_share_name_icon li a .post_share_item_title,
.header-font-family {
    font-family: cairo, Tahoma, Arial, times new roman, serif
}

#top-menu li .menu-item-link,
#top-menu .megamenu-title,
#top-menu h3 {
    font-family: cairo, Tahoma, Arial, times new roman, serif
}

.a {
    fill: #686a71
}

.b {
    fill: #7a7b8b
}

.c {
    fill: #c2c3ca
}

.d {
    fill: #b6b7c0
}

.e {
    fill: #a0a3ae
}

.f {
    fill: #ccccd3
}

.g {
    fill: #595e71
}

.h {
    fill: #d0d0d6
}

[hidden] {
    display: none
}

.map-multi-marker a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.map-multi-marker a:active,
.map-multi-markera:hover {
    outline-width: 0
}

.map-multi-marker abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

.map-multi-marker b,
.map-multi-marker strong {
    font-weight: inherit
}

.map-multi-marker b,
.map-multi-marker strong {
    font-weight: bolder
}

.map-multi-marker svg:not(:root) {
    overflow: hidden
}

.map-multi-marker hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.map-multi-marker img {
    max-width: none !important
}

.map-multi-marker #infobulle *,
.map-multi-marker #infobulle *:before,
.map-multi-marker #infobulle *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.map-multi-marker #infobulle {
    padding-top: 5px !important;
    max-width: 300px !important;
    overflow: hidden !important
}

.map-multi-marker #infobulle h2 {
    margin: 0 0 8px !important;
    font-size: 18px !important;
    line-height: 100% !important;
    font-weight: 700 !important
}

.map-multi-marker #infobulle .full-width-desc {
    width: 100% !important
}

.map-multi-marker #infobulle .full-width-desc-markeur {
    width: 100% !important;
    padding: 0 !important
}

.map-multi-marker #infobulle .content-makrer:after {
    content: "" !important;
    display: table !important;
    clear: both !important
}

.map-multi-marker #infobulle .img-in-marqueur,
.map-multi-marker #infobulle .wrap-desc-markeur {
    float: left !important
}

.map-multi-marker #infobulle .img-in-marqueur {
    width: 25% !important;
    padding: 3px !important;
    border: solid 1px #eee !important
}

.map-multi-marker #infobulle .wrap-desc-markeur {
    width: 75% !important;
    padding-left: 20px !important
}

.map-multi-marker #infobulle .description-marker {
    margin: 0 0 10px !important;
    padding: 10px 13px !important;
    border: solid 1px #eee !important;
    font-size: 13px !important;
    line-height: 16px !important;
    color: #333 !important;
    background: #f9f9f9 !important;
    white-space: pre-wrap !important
}

.map-multi-marker #infobulle .contact-list {
    margin: 0 !important;
    padding: 0 !important
}

.map-multi-marker #infobulle h2,
.map-multi-marker #infobulle .contact-list li,
.map-multi-marker #infobulle .contact-list li a {
    color: #1a1a1a !important
}

.map-multi-marker #infobulle .contact-list li a {
    text-decoration: none !important;
    box-shadow: none !important
}

.map-multi-marker #infobulle .contact-list li a:hover {
    text-decoration: underline !important
}

.map-multi-marker #infobulle .contact-list li {
    position: relative !important;
    margin-bottom: 8px !important;
    padding-left: 15px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    list-style: none !important;
    background-image: none !important
}

.map-multi-marker #infobulle .contact-list li.adresse:before,
.map-multi-marker #infobulle .contact-list li.telephone:before,
.map-multi-marker #infobulle .contact-list li.weblink:before {
    display: inline-block !important;
    position: absolute !important;
    top: 2px !important;
    left: 0 !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

.map-multi-marker #infobulle .contact-list li.adresse:before {
    content: '\f041' !important
}

.map-multi-marker #infobulle .contact-list li.telephone:before {
    content: '\f095' !important
}

.map-multi-marker #infobulle .contact-list li.weblink:before {
    content: '\f245' !important
}

/*!* Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/

.fa {
    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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(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 {
    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-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"
}

.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
}

.mhc_section_0.mhc_section {
    background-color: #ffffff !important;
}

.mhc_section_6.mhc_section {
    background-color: #f3f3f3 !important;
}

.mhc_image_7 {
    text-align: center;
    max-width: 160px;
}

.mhc_image_7 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_image_8 {
    text-align: center;
    max-width: 160px;
}

.mhc_image_8 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_image_9 {
    text-align: center;
    max-width: 160px;
}

.mhc_image_9 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_row_4 {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}

.mhc_section_4 {
    padding-bottom: 130px;
}

.mhc_section_4.mhc_section {
    background-color: #585e71 !important;
}

.mhc_section_5 {
    padding-bottom: 100px;
}

.mhc_section_5.mhc_section {
    background-color: #ffffff !important;
}

.mhc_section_7.mhc_section {
    background-color: #ffffff !important;
}

.mhc_image_6 {
    text-align: center;
    max-width: 160px;
}

.mhc_image_10 {
    margin-right: 0;
}

.mhc_image_10 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_section_8 {
    background: url("../img/Background_webpage-bg.png");
}

.mhc_section_8.mhc_section {
    background-color: #6B1D45 !important;
}

.mhc_button_0 .mhc_promo_button {
    background-color: #3fb48d ;
    border-color: #3fb48d ;
    color: #ffffff ;
}

.mhc_section_9 {
    padding-bottom: 20px;
    padding: 0;
}

.mhc_section_9 .mhc_row {
    padding: 0;
}

.mhc_section_9 .mhc_row_inner:nth-of-type(n+2) {
    padding: 0;
}

.mhc_section_9.mhc_section {
    background-color: #ffffff !important;
}

.mhc_divider_0 {
    height: 20px;
}

.mhc_row_11 {
    background-color: #ffffff;
}

.mhc_image_6 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_row_3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mhc_slider .mhc_slide_0 .mhc_more_button1 {
    background-color: #40b58d;
    border-color: #40b58d;
    color: #ffffff !important;
}

.mhc_image_0 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_slider .mhc_slide_0 .mhc_more_button2 {
    background-color: #e13990;
    border-color: #e13990;
    color: #3a3a3a !important;
}

.mhc_slider .mhc_slide_0 {
    -moz-background-size: initial;
    -webkit-background-size: initial;
    background-size: initial;
}

body.ie .mhc_slide_0 .mhc_slide {
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
}

.mhc_slider .mhc_slide_2 .mhc_more_button1 {
    background-color: #40b58d;
    border-color: #40b58d;
    color: #ffffff !important;
}

.mhc_fullwidth_slider_0 .mhc_slide_description,
.mhc_slider_fullwidth_off.mhc_fullwidth_slider_0 .mhc_slide_description {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 0;
    padding-left: 0;
}

.mhc_section_1.mhc_section {
    background-color: #ffffff !important;
}

.mhc_video_0 .mhc_video_play {
    color: #ffffff;
}

.mhc_section_2 {
    margin-top: 200px;
}

.mhc_section_2.mhc_section {
    background-color: #6B1D45 !important;
}

.mhc_row_1 {
    margin-top: -300px;
}

.mhc_image_0 {
    margin-right: 0;
}

.mhc_image_1 {
    text-align: left;
    margin-left: 0;
}

.mhc_image_5 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_image_1 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_section_3 {
    padding-bottom: 60px !important;
    padding: 0;
}

.mhc_section_3 .mhc_row {
    padding: 0;
}

.mhc_section_3 .mhc_row_inner:nth-of-type(n+2) {
    padding: 0;
}

.mhc_section_3.mhc_section {
    background-color: #6B1D45 !important;
}

.mhc_image_2 {
    text-align: center;
    max-width: 250px;
}

.mhc_image_2 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_image_3 {
    text-align: center;
    max-width: 160px;
}

.mhc_image_3 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_image_4 {
    text-align: center;
    max-width: 160px;
}

.mhc_image_4 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.mhc_image_5 {
    text-align: center;
    max-width: 160px;
}

.mhc_divider_1 {
    height: 20px;
}

@media (min-width: 992px) {
    .not-trans {
        padding-top: 150px;
        background-color: #f3f3f5;
    }
}

.login-layout[_ngcontent-jnp-c192] {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}

.main-login[_ngcontent-jnp-c192] .login-title[_ngcontent-jnp-c192] {
    font-size: 22px;
    color: #111934;
    margin-bottom: 30px;
    font-family: cairo-bold, sans-serif;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] p[_ngcontent-jnp-c192] {
    color: #707585;
    font-family: cairo-regular, sans-serif;
    font-size: 14px;
    margin-bottom: 16px;
}

.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] a[_ngcontent-jnp-c192],
.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] button[_ngcontent-jnp-c192] {
    background-color: #6B1D45;
    border: 0;
    box-shadow: 0 2px 2px rgb(0 0 0 / 8%);
    width: 100%;
    margin-right: auto;
    padding: 10px 20px;
    position: relative;
}

.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] .mb[_ngcontent-jnp-c192],
.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] button[_ngcontent-jnp-c192]:first-child {
    margin-bottom: 16px;
}



i.fas,
i.fas,
i.far {
    width: 32px;
    height: 20px;
    margin-left: 0;
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: xx-large;
}

.login-btn[_ngcontent-jnp-c192] button[_ngcontent-jnp-c192],
.login-btn[_ngcontent-jnp-c192] a[_ngcontent-jnp-c192] {
    border: 0;
    box-shadow: 0 2px 2px rgb(0 0 0 / 8%);
    width: calc(50% - 10px);
    max-width: 275px;
    color: #111934;
}

.login-btn[_ngcontent-jnp-c192] button.btn-primary[_ngcontent-jnp-c192],
.login-btn[_ngcontent-jnp-c192] a.btn-primary[_ngcontent-jnp-c192] {
    background-color: #ffcf59;
}

.login-btn[_ngcontent-jnp-c192] {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

input.form-control,
select.form-control {
    border: 1px solid #e7e8eb !important;
    color: #707585 !important;
    background: #f3f3f5 !important;
    border-radius: 10px;
    font-family: cairo-regular, sans-serif;
    font-size: 14px;
    letter-spacing: -.14px;
    padding: 8px 15px !important;
    height: 42px;
    line-height: 42px;
}

.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] form[_ngcontent-jnp-c192] .form-group[_ngcontent-jnp-c192] input[_ngcontent-jnp-c192] {
    text-align: right;
    width: 100%;
    margin-left: 10px;
}

.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] form[_ngcontent-jnp-c192] .form-group[_ngcontent-jnp-c192] input[type=email][_ngcontent-jnp-c192] {
    text-transform: lowercase;
}

.confirm-msg[_ngcontent-jnp-c192] {
    color: #707585;
    font-family: cairo-regular, sans-serif;
    font-size: 11px;
    margin-top: 14px;
    margin-bottom: 0;
}

.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] form[_ngcontent-jnp-c192] .form-group[_ngcontent-jnp-c192] .country-code[_ngcontent-jnp-c192] {
    display: inline-block;
    width: calc(15% - 5px);
    font-size: 14px;
    font-family: cairo-regular, sans-serif;
    line-height: 42px;
    vertical-align: middle;
    border: 1px solid #e7e8eb;
    color: #111934;
    background: #f3f3f5;
    border-radius: 10px;
    text-align: center;
}

.login-layout[_ngcontent-jnp-c192] .login-card[_ngcontent-jnp-c192] form[_ngcontent-jnp-c192] .form-group2[_ngcontent-jnp-c192] input[_ngcontent-jnp-c192] {
    direction: ltr;
    text-align: left;
    width: calc(85% - 5px);
    display: inline-block;
    margin-left: 10px;
}
