@charset "UTF-8";
.wp-block-archives-dropdown label {
    display: block;
}
.wp-block-avatar {
    box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
    text-align: center;
}
.wp-block-audio {
    box-sizing: border-box;
}
.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-button__link {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box;
}
.wp-block-button__link.aligncenter {
    text-align: center;
}
.wp-block-button__link.alignright {
    text-align: right;
}
:where(.wp-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.wp-block-button[style*="text-decoration"] .wp-block-button__link {
    text-decoration: inherit;
}
.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, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, 0.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;
}
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: 0.667em 1.333em;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
    background-image: none;
}
.wp-block-buttons.is-vertical {
    flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0;
}
.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center;
}
.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
}
.wp-block-buttons.aligncenter {
    text-align: center;
}
.wp-block-buttons:not(
    .is-content-justification-space-between,
    .is-content-justification-right,
    .is-content-justification-left,
    .is-content-justification-center
  )
.wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
    text-decoration: inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 0.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 {
    box-sizing: border-box;
}
.wp-block-categories.alignleft {
    margin-right: 2em;
}
.wp-block-categories.alignright {
    margin-left: 2em;
}
.wp-block-code {
    box-sizing: border-box;
}
.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}
@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
}
.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile
> .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
}
:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
    align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%;
}
.wp-block-post-comments .alignleft {
    float: left;
}
.wp-block-post-comments .alignright {
    float: right;
}
.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both;
}
.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-post-comments .comment-author {
    line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-top: 0.5em;
    margin-right: 0.75em;
    width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
    font-style: normal;
}
.wp-block-post-comments .comment-meta {
    font-size: 0.875em;
    line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
    font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}
.wp-block-post-comments .comment-body .commentmetadata {
    font-size: 0.875em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: 0.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: 0.25em;
}
.wp-block-post-comments
.comment-form-cookies-consent
#wp-comment-cookies-consent {
    margin-top: 0.35em;
}
.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: 0.5em;
}
.wp-block-post-comments .reply {
    font-size: 0.875em;
    margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
    padding: calc(0.667em + 2px);
}
:where(.wp-block-post-comments input[type="submit"]) {
    border: none;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination
> .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination
> .wp-block-comments-pagination-previous:last-child {
    margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block;
}
.wp-block-comments-pagination
.wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block;
}
.wp-block-comments-pagination
.wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
    justify-content: center;
}
.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0;
}
.wp-block-comment-template li {
    clear: both;
}
.wp-block-comment-template ol {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 2rem;
}
.wp-block-comment-template.alignleft {
    float: left;
}
.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
}
.wp-block-comment-template.alignright {
    float: right;
}
.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-position: 50%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]),
.wp-block-cover .has-background-dim:not([class*="-background-color"]) {
    background-color: #000;
}
.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-10
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-20
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-30
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-40
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-50
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-60
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-70
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-80
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-90
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100
.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-100
.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100
.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before {
    opacity: 1;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: 0.1;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: 0.2;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: 0.3;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: 0.4;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: 0.5;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: 0.6;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: 0.7;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: 0.8;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: 0.9;
}
.wp-block-cover-image
.wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover
.wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover
.wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1;
}
.wp-block-cover-image.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 .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
@supports (-webkit-overflow-scrolling: touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll;
    }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: 0.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 {
    overflow-wrap: break-word;
}
.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-embed iframe {
    max-width: 100%;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%;
}
.wp-block-file {
    margin-bottom: 1.5em;
}
.wp-block-file:not(.wp-element-button) {
    font-size: 0.8em;
}
.wp-block-file.aligncenter {
    text-align: center;
}
.wp-block-file.alignright {
    text-align: right;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}
.wp-block-file__embed {
    margin-bottom: 1em;
}
:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images)
.blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images)
.blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em 0.77em 0.7em;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.3) 70%,
        transparent
    );
    box-sizing: border-box;
    margin: 0;
    z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images)
.blocks-gallery-image
figcaption
img,
.blocks-gallery-grid:not(.has-nested-images)
.blocks-gallery-item
figcaption
img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
.blocks-gallery-image
img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
.blocks-gallery-item
img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    object-fit: cover;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
}
@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 0.66667em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - 0.75em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - 0.8em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 0.83333em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 0.85714em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - 0.875em);
        margin-right: 1em;
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter
.blocks-gallery-item
figure,
.wp-block-gallery:not(.has-nested-images).aligncenter
.blocks-gallery-item
figure {
    justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
    align-items: normal;
}
.wp-block-gallery.has-nested-images
figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
    margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box;
}
.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, 0.7),
        rgba(0, 0, 0, 0.3) 70%,
        transparent
    );
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit;
}
.wp-block-gallery.has-nested-images
figure.wp-block-image.has-custom-border
img {
    box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images
figure.wp-block-image.has-custom-border
> div,
.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.has-custom-border
figcaption,
.wp-block-gallery.has-nested-images
figure.wp-block-image.is-style-rounded
figcaption {
    flex: initial;
    background: none;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped)
figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto;
}
.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:not(#individual-image) {
    align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:not(#individual-image)
> a,
.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:not(#individual-image)
> div:not(.components-drop-zone) {
    display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:not(#individual-image)
a,
.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:not(#individual-image)
img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
}
.wp-block-gallery.has-nested-images.columns-1
figure.wp-block-image:not(#individual-image) {
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3
    figure.wp-block-image:not(#individual-image) {
        width: calc(
            33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
        );
    }
    .wp-block-gallery.has-nested-images.columns-4
    figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
    }
    .wp-block-gallery.has-nested-images.columns-5
    figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
    }
    .wp-block-gallery.has-nested-images.columns-6
    figure.wp-block-image:not(#individual-image) {
        width: calc(
            16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333
        );
    }
    .wp-block-gallery.has-nested-images.columns-7
    figure.wp-block-image:not(#individual-image) {
        width: calc(
            14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714
        );
    }
    .wp-block-gallery.has-nested-images.columns-8
    figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
    }
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image) {
        width: calc(
            33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
        );
    }
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)
    ~ figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
    }
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%;
    }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center;
}
.wp-block-group {
    box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.wp-block-image.has-custom-border img,
.wp-block-image img {
    box-sizing: border-box;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%;
}
.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
    display: table;
}
.wp-block-image.aligncenter > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image.alignright > figcaption,
.wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
    border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0;
    }
}
.wp-block-image :where(.has-border-color) {
    border-style: solid;
}
.wp-block-image :where([style*="border-top-color"]) {
    border-top-style: solid;
}
.wp-block-image :where([style*="border-right-color"]) {
    border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-color"]) {
    border-left-style: solid;
}
.wp-block-image :where([style*="border-width"]) {
    border-style: solid;
}
.wp-block-image :where([style*="border-top-width"]) {
    border-top-style: solid;
}
.wp-block-image :where([style*="border-right-width"]) {
    border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-width"]) {
    border-left-style: solid;
}
.wp-block-image figure {
    margin: 0;
}
ol.wp-block-latest-comments {
    margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0;
}
.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none;
}
.has-avatars
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-excerpt,
.has-avatars
.wp-block-latest-comments__comment
.wp-block-latest-comments__comment-meta {
    margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
    font-size: 0.875em;
    line-height: 1.8;
    margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    width: 2.5em;
}
.wp-block-latest-posts.alignleft {
    margin-right: 2em;
}
.wp-block-latest-posts.alignright {
    margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
}
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 0.625em);
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 0.83333em);
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 0.9375em);
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em);
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em);
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0;
    }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
    display: inline-block;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left;
}
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right;
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}
ol,
ul {
    box-sizing: border-box;
}
ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr; /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    box-sizing: border-box;
}
.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1; /*!rtl:end:ignore*/
    margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr; /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1; /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
}
.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
}
.wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
    display: flex;
    align-items: center;
    position: relative;
}
.wp-block-navigation
.wp-block-navigation-item
.wp-block-navigation__submenu-container:empty {
    display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
    display: block;
}
.wp-block-navigation.has-text-decoration-underline
.wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline
.wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline
.wp-block-navigation-item__content:focus {
    text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through
.wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through
.wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through
.wp-block-navigation-item__content:focus {
    text-decoration: line-through;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
    text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.25em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit;
    margin-top: 0.075em;
}
.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child .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 0.1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
    top: 100%;
}
.wp-block-navigation
.has-child
.wp-block-navigation__submenu-container
> .wp-block-navigation-item
> .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1;
}
.wp-block-navigation
.has-child
.wp-block-navigation__submenu-container
> .wp-block-navigation-item
> .wp-block-navigation-item__content
.wp-block-navigation__submenu-icon {
    margin-right: 0;
    margin-left: auto;
}
.wp-block-navigation
.has-child
.wp-block-navigation__submenu-container
.wp-block-navigation-item__content {
    margin: 0;
}
@media (min-width: 782px) {
    .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px;
    }
    .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 0.5em;
        background: transparent;
    }
    .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon {
        margin-right: 0.25em;
    }
    .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon
    svg {
        transform: rotate(-90deg);
    }
}
.wp-block-navigation
.has-child: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:not(.open-on-click):not(.open-on-hover-click):focus-within
> .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
}
.wp-block-navigation
.has-child
.wp-block-navigation-submenu__toggle[aria-expanded="true"]
~ .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
}
.wp-block-navigation.has-background
.has-child
.wp-block-navigation__submenu-container {
    left: 0;
    top: 100%;
}
@media (min-width: 782px) {
    .wp-block-navigation.has-background
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0;
    }
}
.wp-block-navigation-submenu {
    position: relative;
    display: flex;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
}
button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left;
}
.wp-block-navigation-submenu__toggle {
    cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click
.wp-block-navigation-submenu__toggle
+ .wp-block-navigation__submenu-icon {
    margin-left: -0.6em;
    pointer-events: none;
}
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
    gap: inherit;
}
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ) {
    padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right
.wp-block-navigation__container
.has-child
.wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
.wp-block-page-list
> .has-child
.wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
.wp-block-page-list
> .has-child:last-child
.wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
> .wp-block-navigation__container
> .has-child:last-child
.wp-block-navigation__submenu-container {
    left: auto;
    right: 0;
}
.wp-block-navigation.items-justified-right
.wp-block-navigation__container
.has-child
.wp-block-navigation__submenu-container
.wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
.wp-block-page-list
> .has-child
.wp-block-navigation__submenu-container
.wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
.wp-block-page-list
> .has-child:last-child
.wp-block-navigation__submenu-container
.wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
> .wp-block-navigation__container
> .has-child:last-child
.wp-block-navigation__submenu-container
.wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px;
}
@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right
    .wp-block-navigation__container
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right
    .wp-block-page-list
    > .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%;
    }
}
.wp-block-navigation:not(.has-background)
.wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
    display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
    flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(0.5em);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wp-block-navigation__responsive-container .wp-block-navigation-link a {
    color: inherit;
}
.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;
    animation: overlay-menu__fade-in-animation 0.1s ease-out;
    animation-fill-mode: forwards;
    padding: var(--wp--style--root--padding-top, 2rem)
    var(--wp--style--root--padding-right, 2rem)
    var(--wp--style--root--padding-bottom, 2rem)
    var(--wp--style--root--padding-left, 2rem);
    overflow: auto;
    z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-duration: 1ms;
        animation-delay: 0s;
    }
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting, inherit);
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-page-list {
    justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-icon {
    display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.has-child
.submenu-container,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.has-child
.wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-container {
    gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item__content {
    padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-page-list {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting, initial);
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation-item
.wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit !important;
    background: transparent !important;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    right: auto;
    left: auto;
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    )
    .wp-block-navigation__responsive-container-close {
        display: none;
    }
    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0;
    }
}
.wp-block-navigation:not(.has-background)
.wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000;
}
.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-transform: inherit;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px;
}
.wp-block-navigation__responsive-container-open {
    display: flex;
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none;
    }
}
.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.wp-block-navigation__responsive-close {
    width: 100%;
    max-width: var(--wp--style--global--wide-size, 100%);
    margin-left: auto;
    margin-right: auto;
}
.wp-block-navigation__responsive-close:focus {
    outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
    position: relative;
}
.has-modal-open
.admin-bar
.is-menu-open
.wp-block-navigation__responsive-dialog {
    margin-top: 46px;
}
@media (min-width: 782px) {
    .has-modal-open
    .admin-bar
    .is-menu-open
    .wp-block-navigation__responsive-dialog {
        margin-top: 32px;
    }
}
html.has-modal-open {
    overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
    display: none;
}
.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit;
}
.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit;
}
.is-small-text {
    font-size: 0.875em;
}
.is-regular-text {
    font-size: 1em;
}
.is-large-text {
    font-size: 2.25em;
}
.is-larger-text {
    font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
p.has-drop-cap.has-background {
    overflow: hidden;
}
p.has-background {
    padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit;
}
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.5em;
}
.wp-block-post-author__avatar {
    margin-right: 1em;
}
.wp-block-post-author__bio {
    margin-bottom: 0.7em;
    font-size: 0.7em;
}
.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%;
}
.wp-block-post-author__name {
    margin: 0;
}
.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"] {
    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(0.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: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: 0.25em;
}
.wp-block-post-comments-form
.comment-form-cookies-consent
#wp-comment-cookies-consent {
    margin-top: 0.35em;
}
.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: 0.5em;
}
.wp-block-post-date {
    box-sizing: border-box;
}
.wp-block-post-excerpt__more-link {
    display: inline-block;
}
.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-post-featured-image a {
    display: block;
}
.wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    box-sizing: border-box;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim {
    position: absolute;
    inset: 0;
    background-color: #000;
}
.wp-block-post-featured-image {
    position: relative;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: 0.1;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: 0.2;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: 0.3;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: 0.4;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: 0.5;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: 0.6;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: 0.7;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: 0.8;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: 0.9;
}
.wp-block-post-featured-image
.wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1;
}
.wp-block-post-terms__separator {
    white-space: pre-wrap;
}
.wp-block-post-title {
    word-break: break-word;
    box-sizing: border-box;
}
.wp-block-post-title a {
    display: inline-block;
}
.wp-block-preformatted {
    white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative;
}
.wp-block-pullquote .has-text-color a {
    color: inherit;
}
.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
    border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
}
.wp-block-pullquote cite {
    color: inherit;
}
.wp-block-post-template {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0;
}
.wp-block-post-template.wp-block-post-template {
    background: none;
}
.wp-block-post-template.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em;
}
.wp-block-post-template.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 {
        width: calc(50% - 0.625em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - 0.83333em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - 0.9375em);
    }
    .wp-block-post-template.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 {
        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: 0.5em;
    margin-bottom: 0.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.is-content-justification-space-between
> .wp-block-query-pagination-next:last-child {
    margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
> .wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block;
}
.wp-block-query-pagination
.wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block;
}
.wp-block-query-pagination
.wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
    justify-content: center;
}
.wp-block-query-title,
.wp-block-quote {
    box-sizing: border-box;
}
.wp-block-quote {
    overflow-wrap: break-word;
}
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
    margin-bottom: 1em;
    padding: 0 1em;
}
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right;
}
.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}
.wp-block-read-more:not([style*="text-decoration"]),
.wp-block-read-more:not([style*="text-decoration"]):active,
.wp-block-read-more:not([style*="text-decoration"]):focus {
    text-decoration: none;
}
ul.wp-block-rss {
    list-style: none;
    padding: 0;
}
ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
    margin-right: 2em;
}
ul.wp-block-rss.alignright {
    margin-left: 2em;
}
ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%;
}
@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em);
    }
    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em);
    }
    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em);
    }
    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em);
    }
    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em);
    }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: 0.8125em;
}
.wp-block-search__button {
    margin-left: 0.625em;
    word-break: normal;
}
.wp-block-search__button.has-icon {
    line-height: 0;
}
.wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
    fill: currentColor;
    vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
}
.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;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #949494;
    text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 4px;
    border: 1px solid #949494;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
.wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 0.25em;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
.wp-block-search__input:focus {
    outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
:where(.wp-block-search__button) {
    padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto;
}
.wp-block-separator {
    border: 1px solid;
    border-right: none;
    border-left: none;
}
.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto;
}
.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}
.wp-block-site-logo {
    box-sizing: border-box;
    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 img {
    height: auto;
    max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px;
}
.wp-block-social-links {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.wp-block-social-links .wp-social-link a {
    padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 0.65em;
}
.wp-block-social-links.has-small-icon-size {
    font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
    font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
    font-size: 48px;
}
.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex;
}
.wp-block-social-links.alignright {
    justify-content: flex-end;
}
.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform 0.1s ease;
    height: auto;
}
@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s;
    }
}
.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform 0.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: #ff4500;
    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-whatsapp {
    background-color: #25d366;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1.25em;
    height: 1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #ff4500;
}
.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-whatsapp {
    color: #25d366;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 0.66667em;
    padding-right: 0.66667em;
}
.wp-block-spacer {
    clear: both;
}
.wp-block-tag-cloud.aligncenter {
    text-align: center;
    justify-content: center;
}
.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em;
}
.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px;
}
.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
}
.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch;
}
.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: 0.5em;
}
.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-top-color"] > *,
.wp-block-table table[style*="border-top-color"] > * td,
.wp-block-table table[style*="border-top-color"] > * th,
.wp-block-table table[style*="border-top-color"] tr:first-child,
.wp-block-table table[style*="border-top-color"] tr:first-child td,
.wp-block-table table[style*="border-top-color"] tr:first-child th {
    border-top-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
    border-top-color: currentColor;
}
.wp-block-table table[style*="border-right-color"] > *,
.wp-block-table table[style*="border-right-color"] td:last-child,
.wp-block-table table[style*="border-right-color"] th,
.wp-block-table table[style*="border-right-color"] tr {
    border-right-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] > *,
.wp-block-table table[style*="border-bottom-color"] > * td,
.wp-block-table table[style*="border-bottom-color"] > * th,
.wp-block-table table[style*="border-bottom-color"] tr:last-child,
.wp-block-table table[style*="border-bottom-color"] tr:last-child td,
.wp-block-table table[style*="border-bottom-color"] tr:last-child th {
    border-bottom-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
    border-bottom-color: currentColor;
}
.wp-block-table table[style*="border-left-color"] > *,
.wp-block-table table[style*="border-left-color"] td:first-child,
.wp-block-table table[style*="border-left-color"] th,
.wp-block-table table[style*="border-left-color"] tr {
    border-left-color: inherit;
}
.wp-block-table table[style*="border-style"] > *,
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr {
    border-style: inherit;
}
.wp-block-table table[style*="border-width"] > *,
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr {
    border-width: inherit;
    border-style: inherit;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%;
}
pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap;
}
.wp-block-video {
    box-sizing: border-box;
}
.wp-block-video video {
    width: 100%;
}
@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}
.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-element-button {
    cursor: pointer;
}
: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);
    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;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
html :where(.has-border-color) {
    border-style: solid;
}
html :where([style*="border-top-color"]) {
    border-top-style: solid;
}
html :where([style*="border-right-color"]) {
    border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
    border-left-style: solid;
}
html :where([style*="border-width"]) {
    border-style: solid;
}
html :where([style*="border-top-width"]) {
    border-top-style: solid;
}
html :where([style*="border-right-width"]) {
    border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
    border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 0 0 1em;
} /*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: 0.2em 0.8em;
    width: 24em;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
form.submitting .wpcf7-spinner {
    visibility: visible;
}
.wpcf7-spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.wpcf7 input[type="file"] {
    cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
    cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}
.wpcf7-reflection > output {
    display: list-item;
    list-style: none;
}
.wpcf7-reflection > output[hidden] {
    display: none;
}
@font-face {
    font-family: "Simple-Line-Icons";
    src: url(../../../plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.eot);
    src: url("../../../plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.eot?#iefix")
    format("embedded-opentype"),
    url(../../../plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.woff)
    format("woff"),
    url(../../../plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.ttf)
    format("truetype"),
    url("../../../plugins/meks-flexible-shortcodes/css/simple-line/fonts/Simple-Line-Icons.svg#Simple-Line-Icons")
    format("svg");
    font-weight: 400;
    font-style: normal;
}
[data-icon]:before {
    font-family: "Simple-Line-Icons";
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-moustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-emoticon-smile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-user,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglasses,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calendar,
.icon-bulb,
.icon-bar-chart,
.icon-arrow-up,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-down,
.icon-ban,
.icon-bubble,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-users {
    font-family: "Simple-Line-Icons";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
    content: "\e000";
}
.icon-user-follow:before {
    content: "\e002";
}
.icon-user-following:before {
    content: "\e003";
}
.icon-user-unfollow:before {
    content: "\e004";
}
.icon-trophy:before {
    content: "\e006";
}
.icon-screen-smartphone:before {
    content: "\e010";
}
.icon-screen-desktop:before {
    content: "\e011";
}
.icon-plane:before {
    content: "\e012";
}
.icon-notebook:before {
    content: "\e013";
}
.icon-moustache:before {
    content: "\e014";
}
.icon-mouse:before {
    content: "\e015";
}
.icon-magnet:before {
    content: "\e016";
}
.icon-energy:before {
    content: "\e020";
}
.icon-emoticon-smile:before {
    content: "\e021";
}
.icon-disc:before {
    content: "\e022";
}
.icon-cursor-move:before {
    content: "\e023";
}
.icon-crop:before {
    content: "\e024";
}
.icon-credit-card:before {
    content: "\e025";
}
.icon-chemistry:before {
    content: "\e026";
}
.icon-user:before {
    content: "\e005";
}
.icon-speedometer:before {
    content: "\e007";
}
.icon-social-youtube:before {
    content: "\e008";
}
.icon-social-twitter:before {
    content: "\e009";
}
.icon-social-tumblr:before {
    content: "\e00a";
}
.icon-social-facebook:before {
    content: "\e00b";
}
.icon-social-dropbox:before {
    content: "\e00c";
}
.icon-social-dribbble:before {
    content: "\e00d";
}
.icon-shield:before {
    content: "\e00e";
}
.icon-screen-tablet:before {
    content: "\e00f";
}
.icon-magic-wand:before {
    content: "\e017";
}
.icon-hourglass:before {
    content: "\e018";
}
.icon-graduation:before {
    content: "\e019";
}
.icon-ghost:before {
    content: "\e01a";
}
.icon-game-controller:before {
    content: "\e01b";
}
.icon-fire:before {
    content: "\e01c";
}
.icon-eyeglasses:before {
    content: "\e01d";
}
.icon-envelope-open:before {
    content: "\e01e";
}
.icon-envelope-letter:before {
    content: "\e01f";
}
.icon-bell:before {
    content: "\e027";
}
.icon-badge:before {
    content: "\e028";
}
.icon-anchor:before {
    content: "\e029";
}
.icon-wallet:before {
    content: "\e02a";
}
.icon-vector:before {
    content: "\e02b";
}
.icon-speech:before {
    content: "\e02c";
}
.icon-puzzle:before {
    content: "\e02d";
}
.icon-printer:before {
    content: "\e02e";
}
.icon-present:before {
    content: "\e02f";
}
.icon-playlist:before {
    content: "\e030";
}
.icon-pin:before {
    content: "\e031";
}
.icon-picture:before {
    content: "\e032";
}
.icon-map:before {
    content: "\e033";
}
.icon-layers:before {
    content: "\e034";
}
.icon-handbag:before {
    content: "\e035";
}
.icon-globe-alt:before {
    content: "\e036";
}
.icon-globe:before {
    content: "\e037";
}
.icon-frame:before {
    content: "\e038";
}
.icon-folder-alt:before {
    content: "\e039";
}
.icon-film:before {
    content: "\e03a";
}
.icon-feed:before {
    content: "\e03b";
}
.icon-earphones-alt:before {
    content: "\e03c";
}
.icon-earphones:before {
    content: "\e03d";
}
.icon-drop:before {
    content: "\e03e";
}
.icon-drawer:before {
    content: "\e03f";
}
.icon-docs:before {
    content: "\e040";
}
.icon-directions:before {
    content: "\e041";
}
.icon-direction:before {
    content: "\e042";
}
.icon-diamond:before {
    content: "\e043";
}
.icon-cup:before {
    content: "\e044";
}
.icon-compass:before {
    content: "\e045";
}
.icon-call-out:before {
    content: "\e046";
}
.icon-call-in:before {
    content: "\e047";
}
.icon-call-end:before {
    content: "\e048";
}
.icon-calculator:before {
    content: "\e049";
}
.icon-bubbles:before {
    content: "\e04a";
}
.icon-briefcase:before {
    content: "\e04b";
}
.icon-book-open:before {
    content: "\e04c";
}
.icon-basket-loaded:before {
    content: "\e04d";
}
.icon-basket:before {
    content: "\e04e";
}
.icon-bag:before {
    content: "\e04f";
}
.icon-action-undo:before {
    content: "\e050";
}
.icon-action-redo:before {
    content: "\e051";
}
.icon-wrench:before {
    content: "\e052";
}
.icon-umbrella:before {
    content: "\e053";
}
.icon-trash:before {
    content: "\e054";
}
.icon-tag:before {
    content: "\e055";
}
.icon-support:before {
    content: "\e056";
}
.icon-size-fullscreen:before {
    content: "\e057";
}
.icon-size-actual:before {
    content: "\e058";
}
.icon-shuffle:before {
    content: "\e059";
}
.icon-share-alt:before {
    content: "\e05a";
}
.icon-share:before {
    content: "\e05b";
}
.icon-rocket:before {
    content: "\e05c";
}
.icon-question:before {
    content: "\e05d";
}
.icon-pie-chart:before {
    content: "\e05e";
}
.icon-pencil:before {
    content: "\e05f";
}
.icon-note:before {
    content: "\e060";
}
.icon-music-tone-alt:before {
    content: "\e061";
}
.icon-music-tone:before {
    content: "\e062";
}
.icon-microphone:before {
    content: "\e063";
}
.icon-loop:before {
    content: "\e064";
}
.icon-logout:before {
    content: "\e065";
}
.icon-login:before {
    content: "\e066";
}
.icon-list:before {
    content: "\e067";
}
.icon-like:before {
    content: "\e068";
}
.icon-home:before {
    content: "\e069";
}
.icon-grid:before {
    content: "\e06a";
}
.icon-graph:before {
    content: "\e06b";
}
.icon-equalizer:before {
    content: "\e06c";
}
.icon-dislike:before {
    content: "\e06d";
}
.icon-cursor:before {
    content: "\e06e";
}
.icon-control-start:before {
    content: "\e06f";
}
.icon-control-rewind:before {
    content: "\e070";
}
.icon-control-play:before {
    content: "\e071";
}
.icon-control-pause:before {
    content: "\e072";
}
.icon-control-forward:before {
    content: "\e073";
}
.icon-control-end:before {
    content: "\e074";
}
.icon-calendar:before {
    content: "\e075";
}
.icon-bulb:before {
    content: "\e076";
}
.icon-bar-chart:before {
    content: "\e077";
}
.icon-arrow-up:before {
    content: "\e078";
}
.icon-arrow-right:before {
    content: "\e079";
}
.icon-arrow-left:before {
    content: "\e07a";
}
.icon-arrow-down:before {
    content: "\e07b";
}
.icon-ban:before {
    content: "\e07c";
}
.icon-bubble:before {
    content: "\e07d";
}
.icon-camcorder:before {
    content: "\e07e";
}
.icon-camera:before {
    content: "\e07f";
}
.icon-check:before {
    content: "\e080";
}
.icon-clock:before {
    content: "\e081";
}
.icon-cloud-download:before {
    content: "\e083";
}
.icon-cloud-upload:before {
    content: "\e084";
}
.icon-doc:before {
    content: "\e085";
}
.icon-envelope:before {
    content: "\e086";
}
.icon-eye:before {
    content: "\e087";
}
.icon-flag:before {
    content: "\e088";
}
.icon-folder:before {
    content: "\e089";
}
.icon-heart:before {
    content: "\e08a";
}
.icon-info:before {
    content: "\e08b";
}
.icon-key:before {
    content: "\e08c";
}
.icon-link:before {
    content: "\e08d";
}
.icon-lock:before {
    content: "\e08e";
}
.icon-lock-open:before {
    content: "\e08f";
}
.icon-magnifier:before {
    content: "\e090";
}
.icon-magnifier-add:before {
    content: "\e091";
}
.icon-magnifier-remove:before {
    content: "\e092";
}
.icon-paper-clip:before {
    content: "\e093";
}
.icon-paper-plane:before {
    content: "\e094";
}
.icon-plus:before {
    content: "\e095";
}
.icon-pointer:before {
    content: "\e096";
}
.icon-power:before {
    content: "\e097";
}
.icon-refresh:before {
    content: "\e098";
}
.icon-reload:before {
    content: "\e099";
}
.icon-settings:before {
    content: "\e09a";
}
.icon-star:before {
    content: "\e09b";
}
.icon-symbol-female:before {
    content: "\e09c";
}
.icon-symbol-male:before {
    content: "\e09d";
}
.icon-target:before {
    content: "\e09e";
}
.icon-volume-1:before {
    content: "\e09f";
}
.icon-volume-2:before {
    content: "\e0a0";
}
.icon-volume-off:before {
    content: "\e0a1";
}
.icon-users:before {
    content: "\e001";
}
.icon-close:before {
    content: "\e082";
}
.mks_separator {
    clear: both;
    display: block;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
.mks_highlight {
    padding: 0 2px;
}
.mks_dropcap_letter {
    float: left;
    font-size: 52px;
    line-height: 1em;
    margin: 0 10px 0 0;
    font-weight: 700;
}
.mks_dropcap {
    display: block;
    float: left;
    font-size: 52px;
    line-height: 1em;
    margin: 5px 10px 0 0;
    padding: 10px 20px;
    text-align: center;
}
.mks_dropcap_circle {
    border-radius: 50%;
}
.mks_dropcap_rounded {
    border-radius: 20%;
}
.mks_pullquote {
    display: block;
    padding: 25px;
    font-size: 24px;
    line-height: 1.4em;
    position: relative;
    margin: 0 0 20px;
}
.mks_pullquote_left {
    float: left;
    margin: 0 20px 0 0;
}
.mks_pullquote_right {
    float: right;
    margin: 0 0 0 20px;
}
a.mks_button {
    display: inline-block;
    text-decoration: none;
    background: #ffa226;
    line-height: 18px;
    position: relative;
    margin: 0 10px 10px 0;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 1s ease 0s;
    -webkit-transition: background 1s ease 0s;
    -moz-transition: background 1s ease 0s;
    -o-transition: background 1s ease 0s;
}
.mks_button:hover {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.mks_button_small {
    padding: 10px 15px;
}
.mks_button_medium {
    padding: 16px 24px;
}
.mks_button_large {
    padding: 22px 36px;
}
.mks_button.rounded {
    border-radius: 10px;
}
.mks_button i {
    margin: 0 5px 0 0;
}
.mks_col {
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
.mks_col {
    display: block;
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}
.mks_col .mks_one_half,
.mks_col .mks_one_third,
.mks_col .mks_one_quarter,
.mks_col .mks_two_thirds {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 30px;
    margin-left: 2.564102564102564%;
}
.mks_col .mks_one_half {
    width: 48.717948717948715%;
}
.mks_col .mks_one_third {
    width: 31.623931623931625%;
}
.mks_col .mks_two_thirds {
    width: 63.24786324786324%;
}
.mks_col .mks_one_quarter {
    width: 23.076923076923077%;
}
.mks_col [class*="mks_"]:first-child {
    margin-left: 0;
}
.mks_ico {
    display: block;
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 5px;
    text-indent: -9999px;
    margin-bottom: 5px;
    position: relative;
}
.mks_ico.rounded {
    border-radius: 20%;
}
.mks_ico.circle {
    border-radius: 50%;
}
.mks_ico:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.mks_ico.aim_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/aim_ico.png)
    no-repeat 0 0;
}
.mks_ico.apple_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/apple_ico.png)
    no-repeat 0 0;
}
.mks_ico.behance_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/behance_ico.png)
    no-repeat 0 0;
}
.mks_ico.blogger_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/blogger_ico.png)
    no-repeat 0 0;
}
.mks_ico.cargo_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/cargo_ico.png)
    no-repeat 0 0;
}
.mks_ico.envato_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/envato_ico.png)
    no-repeat 0 0;
}
.mks_ico.delicious_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/delicious_ico.png)
    no-repeat 0 0;
}
.mks_ico.deviantart_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/deviantart_ico.png)
    no-repeat 0 0;
}
.mks_ico.digg_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/digg_ico.png)
    no-repeat 0 0;
}
.mks_ico.dribbble_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/dribbble_ico.png)
    no-repeat 0 0;
}
.mks_ico.evernote_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/evernote_ico.png)
    no-repeat 0 0;
}
.mks_ico.facebook_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/facebook_ico.png)
    no-repeat 0 0;
}
.mks_ico.flickr_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/flickr_ico.png)
    no-repeat 0 0;
}
.mks_ico.forrst_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/forrst_ico.png)
    no-repeat 0 0;
}
.mks_ico.github_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/github_ico.png)
    no-repeat 0 0;
}
.mks_ico.google_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/google_ico.png)
    no-repeat 0 0;
}
.mks_ico.googleplus_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/googleplus_ico.png)
    no-repeat 0 0;
}
.mks_ico.grooveshark_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/grooveshark_ico.png)
    no-repeat 0 0;
}
.mks_ico.icloud_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/icloud_ico.png)
    no-repeat 0 0;
}
.mks_ico.lastfm_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/lastfm_ico.png)
    no-repeat 0 0;
}
.mks_ico.linkedin_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/linkedin_ico.png)
    no-repeat 0 0;
}
.mks_ico.myspace_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/myspace_ico.png)
    no-repeat 0 0;
}
.mks_ico.picasa_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/picasa_ico.png)
    no-repeat 0 0;
}
.mks_ico.pinterest_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/pinterest_ico.png)
    no-repeat 0 0;
}
.mks_ico.posterous_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/posterous_ico.png)
    no-repeat 0 0;
}
.mks_ico.reddit_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/reddit_ico.png)
    no-repeat 0 0;
}
.mks_ico.rss_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/rss_ico.png)
    no-repeat 0 0;
}
.mks_ico.skype_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/skype_ico.png)
    no-repeat 0 0;
}
.mks_ico.stumbleupon_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/stumbleupon_ico.png)
    no-repeat 0 0;
}
.mks_ico.soundcloud_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/soundcloud_ico.png)
    no-repeat 0 0;
}
.mks_ico.tumblr_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/tumblr_ico.png)
    no-repeat 0 0;
}
.mks_ico.twitter_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/twitter_ico.png)
    no-repeat 0 0;
}
.mks_ico.vimeo_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/vimeo_ico.png)
    no-repeat 0 0;
}
.mks_ico.wordpress_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/wordpress_ico.png)
    no-repeat 0 0;
}
.mks_ico.yahoo_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/yahoo_ico.png)
    no-repeat 0 0;
}
.mks_ico.youtube_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/youtube_ico.png)
    no-repeat 0 0;
}
.mks_ico.zerply_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/zerply_ico.png)
    no-repeat 0 0;
}
.mks_ico.instagram_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/instagram_ico.png)
    no-repeat 0 0;
}
.mks_ico.vine_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/vine_ico.png)
    no-repeat 0 0;
}
.mks_ico.spotify_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/spotify_ico.png)
    no-repeat 0 0;
}
.mks_ico.fh_px_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/fh_px_ico.png)
    no-repeat 0 0;
}
.mks_ico.xing_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/xing_ico.png)
    no-repeat 0 0;
}
.mks_ico.weibo_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/weibo_ico.png)
    no-repeat 0 0;
}
.mks_ico.tencent_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/tencent_ico.png)
    no-repeat 0 0;
}
.mks_ico.me2day_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/me2day_ico.png)
    no-repeat 0 0;
}
.mks_ico.twitch_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/twitch_ico.png)
    no-repeat 0 0;
}
.mks_ico.itunes_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/itunes_ico.png)
    no-repeat 0 0;
}
.mks_ico.vk_ico {
    background: url(../../../plugins/meks-flexible-shortcodes/img/social_icons/vk_ico.png)
    no-repeat 0 0;
}
.mks_ico.aim_ico {
    background-color: #e95a00;
}
.mks_ico.apple_ico {
    background-color: #606060;
}
.mks_ico.behance_ico {
    background-color: #18a3fe;
}
.mks_ico.blogger_ico {
    background-color: #fb913f;
}
.mks_ico.cargo_ico {
    background-color: #00c462;
}
.mks_ico.envato_ico {
    background-color: #a9cf58;
}
.mks_ico.delicious_ico {
    background-color: #3274d1;
}
.mks_ico.deviantart_ico {
    background-color: #d0de21;
}
.mks_ico.digg_ico {
    background-color: #2882c6;
}
.mks_ico.dribbble_ico {
    background-color: #ef5b92;
}
.mks_ico.evernote_ico {
    background-color: #77ba2f;
}
.mks_ico.facebook_ico {
    background-color: #3b5998;
}
.mks_ico.flickr_ico {
    background-color: #f1628b;
}
.mks_ico.forrst_ico {
    background-color: #5b9a68;
}
.mks_ico.github_ico {
    background-color: #7292a2;
}
.mks_ico.google_ico {
    background-color: #dd4b39;
}
.mks_ico.googleplus_ico {
    background-color: #d94a39;
}
.mks_ico.grooveshark_ico {
    background-color: #f88e00;
}
.mks_ico.icloud_ico {
    background-color: #fb913f;
}
.mks_ico.lastfm_ico {
    background-color: #d21309;
}
.mks_ico.linkedin_ico {
    background-color: #71b2d0;
}
.mks_ico.myspace_ico {
    background-color: #003398;
}
.mks_ico.picasa_ico {
    background-color: #444;
}
.mks_ico.pinterest_ico {
    background-color: #cb2027;
}
.mks_ico.posterous_ico {
    background-color: #f9d560;
}
.mks_ico.reddit_ico {
    background-color: #bfd0e2;
}
.mks_ico.rss_ico {
    background-color: #fe9900;
}
.mks_ico.skype_ico {
    background-color: #18b7f1;
}
.mks_ico.stumbleupon_ico {
    background-color: #eb4924;
}
.mks_ico.soundcloud_ico {
    background-color: #f60000;
}
.mks_ico.tumblr_ico {
    background-color: #3a5976;
}
.mks_ico.twitter_ico {
    background-color: #48c4d2;
}
.mks_ico.vimeo_ico {
    background-color: #62a0ad;
}
.mks_ico.wordpress_ico {
    background-color: #464646;
}
.mks_ico.yahoo_ico {
    background-color: #ab64bc;
}
.mks_ico.youtube_ico {
    background-color: #f45750;
}
.mks_ico.zerply_ico {
    background-color: #8db259;
}
.mks_ico.instagram_ico {
    background-color: #306088;
}
.mks_ico.vine_ico {
    background-color: #00bf8f;
}
.mks_ico.spotify_ico {
    background-color: #95ba1a;
}
.mks_ico.fh_px_ico {
    background-color: #02adea;
}
.mks_ico.xing_ico {
    background-color: #126567;
}
.mks_ico.weibo_ico {
    background-color: #e6162c;
}
.mks_ico.tencent_ico {
    background-color: #389fda;
}
.mks_ico.me2day_ico {
    background-color: #4e28ac;
}
.mks_ico.twitch_ico {
    background-color: #6441a5;
}
.mks_ico.itunes_ico {
    background-color: #fa332f;
}
.mks_ico.vk_ico {
    background-color: #45668e;
}
.mks_ico.square,
.mks_ico.rounded,
.mks_ico.circle {
    background-position: center center;
}
.mks_progress_bar {
    margin: 0 0 20px;
}
.mks_progress_label {
    line-height: 1.2em;
    margin: 0 0 5px;
}
.mks_progress_name {
    opacity: 0.5;
    float: right;
}
.mks_progress_level {
    display: inline-block;
    background: #eee;
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.mks_progress_level.rounded,
.mks_progress_level.rounded .mks_progress_level_set {
    border-radius: 5px;
}
.mks_progress_level_set {
    display: block;
    height: 100%;
    background: #ddd;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.mks_accordion_item,
.mks_toggle {
    margin: 0;
    display: block;
    border: 1px solid;
    border-bottom: none;
}
.mks_accordion,
.mks_toggle {
    border-bottom: 1px solid;
}
.mks_accordion,
.mks_toggle {
    margin: 0 0 20px 0;
}
.mks_accordion_active {
    border-bottom: none;
}
.mks_accordion_heading,
.mks_toggle_heading {
    cursor: pointer;
    display: block;
    line-height: 1.2em;
    position: relative;
    padding: 15px 60px 15px 20px;
    margin: 0;
    font-weight: 400;
}
.mks_accordion > p,
.mks_toggle > p {
    display: none;
}
.mks_accordion_content,
.mks_toggle_content {
    display: none;
    border-top: 1px solid;
    padding: 20px 20px 20px 20px;
}
.mks_accordion_active .mks_toggle_content,
.mks_toggle_active .mks_toggle_content {
    display: block;
}
.mks_accordion_content p:last-child,
.mks_toggle_content p:last-child {
    margin-bottom: 0;
}
.mks_accordion_active .fa-minus,
.mks_toggle_active .fa-minus {
    display: block;
}
.mks_accordion .fa-plus,
.mks_toggle .fa-plus {
    display: block;
}
.mks_accordion_active .fa-plus,
.mks_toggle_active .fa-plus {
    display: none;
}
.mks_accordion_heading i,
.mks_toggle_heading i {
    display: none;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    margin: -10px 0 0 0;
    top: 50%;
    right: 20px;
}
.mks_tabs {
    display: none;
    overflow: hidden;
    padding: 40px 0 0 0;
    position: relative;
    margin: 0 0 20px 0;
}
.mks_tabs_nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 41px;
    display: block;
    width: 100%;
    z-index: 1;
}
.mks_tab_item {
    position: relative;
    display: block;
    padding: 20px 20px 20px 20px;
    border: 1px solid;
}
.mks_tab_nav_item.active {
    border-bottom: 1px solid #fff;
}
.mks_tab_nav_item {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    border: 1px solid;
    border-bottom: 1px solid;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}
.mks_tab_nav_item:hover {
    cursor: pointer;
}
.mks_tabs.vertical {
    padding: 0 0 0 19.9%;
}
.mks_tabs.vertical .mks_tab_nav_item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid;
    margin: 0 0 -1px 0;
    min-height: 39px;
}
.mks_tabs.vertical .mks_tabs_nav {
    width: 20%;
    height: 100%;
}
.mks_tabs.vertical .mks_tab_nav_item.active {
    border-bottom: 1px solid;
    border-right: 1px solid #fff;
}
.mks_tabs.vertical .mks_tab_item {
    border-left: 1px solid;
    min-height: 200px;
}
.mks_tab_item .mks_col {
    float: none;
}
.mks_tab_item .mks_col:before {
    content: "";
    display: block;
    clear: both;
}
.mks_col:after,
.mks_tab_item .mks_col:after {
    content: "";
    display: block;
    clear: both;
}
@media only screen and (max-width: 479px) {
    .mks_col .mks_one_half,
    .mks_col .mks_one_third,
    .mks_col .mks_one_quarter,
    .mks_col .mks_two_thirds {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1em;
    }
    .mks_pullquote {
        width: 100% !important;
    }
    .mks_tab_nav_item {
        padding: 0 10px;
    }
}
@keyframes ppress-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.ppress-hint-wrap[class*="hint--"] {
    position: relative;
    display: inline-block;
}
.ppress-hint-wrap[class*="hint--"]:after,
.ppress-hint-wrap[class*="hint--"]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.ppress-hint-wrap[class*="hint--"]:before {
    content: "";
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001;
}
.ppress-hint-wrap[class*="hint--"]:hover:after,
.ppress-hint-wrap[class*="hint--"]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ppress-hint-wrap[class*="hint--"]:after {
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0-1px 0#000;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.ppress-hint-wrap[class*="hint--"][aria-label]:after {
    content: attr(aria-label);
}
.ppress-hint-wrap[class*="hint--"][data-hint]:after {
    content: attr(data-hint);
}
.ppress-hint-wrap[aria-label=""]:after,
.ppress-hint-wrap[aria-label=""]:before,
[data-hint=""]:after,
[data-hint=""]:before {
    display: none !important;
}
.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--top:before {
    border-top-color: #383838;
}
.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #383838;
}
.ppress-hint-wrap.hint--top:after,
.ppress-hint-wrap.hint--top:before {
    bottom: 100%;
    left: 50%;
}
.ppress-hint-wrap.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px);
}
.ppress-hint-wrap.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ppress-hint-wrap.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.ppress-hint-wrap.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}
.ppress-hint-wrap.hint--bottom:after,
.ppress-hint-wrap.hint--bottom:before {
    top: 100%;
    left: 50%;
}
.ppress-hint-wrap.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px);
}
.ppress-hint-wrap.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ppress-hint-wrap.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.ppress-hint-wrap.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}
.ppress-hint-wrap.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px;
}
.ppress-hint-wrap.hint--right:after {
    margin-bottom: -14px;
    left: 100%;
    bottom: 50%;
}
.ppress-hint-wrap.hint--right:before {
    left: 100%;
    bottom: 50%;
}
.ppress-hint-wrap.hint--right:hover:after,
.ppress-hint-wrap.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}
.ppress-hint-wrap.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px;
}
.ppress-hint-wrap.hint--left:after {
    margin-bottom: -14px;
    right: 100%;
    bottom: 50%;
}
.ppress-hint-wrap.hint--left:before {
    right: 100%;
    bottom: 50%;
}
.ppress-hint-wrap.hint--left:hover:after,
.ppress-hint-wrap.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}
.ppress-hint-wrap.hint--top-left:after,
.ppress-hint-wrap.hint--top-left:before {
    bottom: 100%;
    left: 50%;
}
.ppress-hint-wrap.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px);
}
.ppress-hint-wrap.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px;
}
.ppress-hint-wrap.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.ppress-hint-wrap.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}
.ppress-hint-wrap.hint--top-right:after,
.ppress-hint-wrap.hint--top-right:before {
    bottom: 100%;
    left: 50%;
}
.ppress-hint-wrap.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px);
}
.ppress-hint-wrap.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px;
}
.ppress-hint-wrap.hint--top-right:hover:after,
.ppress-hint-wrap.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.ppress-hint-wrap.hint--bottom-left:after,
.ppress-hint-wrap.hint--bottom-left:before {
    top: 100%;
    left: 50%;
}
.ppress-hint-wrap.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px);
}
.ppress-hint-wrap.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px;
}
.ppress-hint-wrap.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.ppress-hint-wrap.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}
.ppress-hint-wrap.hint--bottom-right:after,
.ppress-hint-wrap.hint--bottom-right:before {
    top: 100%;
    left: 50%;
}
.ppress-hint-wrap.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px);
}
.ppress-hint-wrap.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px;
}
.ppress-hint-wrap.hint--bottom-right:hover:after,
.ppress-hint-wrap.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.ppress-hint-wrap.hint--large:after,
.ppress-hint-wrap.hint--medium:after,
.ppress-hint-wrap.hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word;
}
.ppress-hint-wrap.hint--small:after {
    width: 80px;
}
.ppress-hint-wrap.hint--medium:after {
    width: 150px;
}
.ppress-hint-wrap.hint--large:after {
    width: 300px;
}
.ppress-hint-wrap.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0-1px 0#592726;
}
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before {
    border-top-color: #b34e4d;
}
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #b34e4d;
}
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before {
    border-left-color: #b34e4d;
}
.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before {
    border-right-color: #b34e4d;
}
.ppress-hint-wrap.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0-1px 0#6c5328;
}
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before {
    border-top-color: #c09854;
}
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #c09854;
}
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before {
    border-left-color: #c09854;
}
.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before {
    border-right-color: #c09854;
}
.ppress-hint-wrap.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0-1px 0#1a3c4d;
}
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before {
    border-top-color: #3986ac;
}
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #3986ac;
}
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before {
    border-left-color: #3986ac;
}
.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before {
    border-right-color: #3986ac;
}
.ppress-hint-wrap.hint--success:after {
    background-color: #458746;
    text-shadow: 0-1px 0#1a321a;
}
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before,
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before,
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before {
    border-top-color: #458746;
}
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before,
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before,
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #458746;
}
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before {
    border-left-color: #458746;
}
.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before {
    border-right-color: #458746;
}
.ppress-hint-wrap.hint--always:after,
.ppress-hint-wrap.hint--always:before {
    opacity: 1;
    visibility: visible;
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after,
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after,
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after,
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after,
.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}
.ppress-hint-wrap.hint--rounded:after {
    border-radius: 4px;
}
.ppress-hint-wrap.hint--no-animate:after,
.ppress-hint-wrap.hint--no-animate:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}
.ppress-hint-wrap.hint--bounce:after,
.ppress-hint-wrap.hint--bounce:before {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease,
    -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.ppress-hint-wrap.hint--no-shadow:after,
.ppress-hint-wrap.hint--no-shadow:before {
    text-shadow: initial;
    box-shadow: initial;
}
.ppress-checkout__form * {
    --ppress-heading-fs: 22px;
    --ppress-body-fs: 16px;
    --ppress-btn-color: #2563eb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: var(--ppress-body-fs);
}
.ppress-checkout__form {
    margin: 1px auto 10px;
    max-width: 100%;
    width: 100%;
    line-height: 20px;
    position: relative;
}
.ppress-checkout__form p {
    margin: 0 0 5px;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__social_login_wrap {
    padding: 5px;
}
.ppress-checkout__form,
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__login_form_wrap {
    display: flex;
    flex-wrap: wrap;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__logged_in_text_wrap {
    margin: 5px 0 10px;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__logged_in_text_wrap
.ppress-main-checkout-form__block__item {
    border-radius: 6px;
    background-color: #eff6ff;
    padding: 14px 16px;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__logged_in_text_wrap
.ppress-main-checkout-form__block__item
a,
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__logged_in_text_wrap
.ppress-main-checkout-form__block__item
p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__login_form_wrap
.ppress-main-checkout-form__block__item {
    margin-bottom: 5px;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__login_form_wrap
.ppress-main-checkout-form__block__item:last-of-type {
    margin-bottom: 15px;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__login_form_wrap
.ppress-main-checkout-form__block__item.ppress-login-submit-btn
p {
    padding: 0;
    margin: 10px 0;
}
.ppress-checkout__form .ppress-checkout-section.ppress-checkout_side_section {
    width: 35%;
    order: 2;
}
.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main {
    width: 65%;
    order: 1;
    padding: 0 30px 0 0;
}
.ppress-checkout__form .ppress-checkout_order_summary {
    border: 1px solid #e5e7eb;
    border-radius: 5px;
}
.ppress-checkout__form .ppress-checkout_order_summary__plan_name {
    padding: 10px 20px;
    font-size: var(--ppress-body-fs);
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4;
}
.ppress-checkout__form .ppress-checkout_order_summary__plan_price {
    font-weight: 500;
    font-size: 14px;
}
.ppress-checkout__form .ppress-checkout_order_summary__bottom_details * {
    font-size: var(--ppress-body-fs);
}
.ppress-checkout__form
.ppress-checkout_order_summary__bottom_details
.checkout_order_summary__fee_structure__item
dd
a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.ppress-checkout__form
.checkout_order_summary__fee_structure__item
dt
.checkout_order_summary__fee_structure__item__trial_term {
    display: block;
    background: unset;
    margin-left: 0;
    font-weight: 600;
    padding-left: 0;
}
.ppress-checkout__form .ppress-checkout_order_summary__bottom_details {
    padding: 10px 20px;
}
.ppress-checkout__form .ppress-checkout_order_summary__plan_description {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    line-height: 1.7;
    font-size: var(--ppress-body-fs);
}
.ppress-checkout__form .checkout_order_summary__fee_structure__item {
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 0;
    font-size: 16px;
}
.ppress-checkout__form .checkout_order_summary__fee_structure__item dt {
    width: 60%;
    text-align: left;
}
.ppress-checkout__form .checkout_order_summary__fee_structure__item dd {
    width: 40%;
    text-align: right;
}
.ppress-checkout__form .checkout_order_summary__fee_structure__item dt span {
    color: #4b5563;
    background-color: #e5e7eb;
    margin-left: 5px;
    border-radius: 9999px;
    letter-spacing: 0.35px;
    padding: 2px 6px;
    font-size: 12px;
}
.ppress-checkout__form .ppress-main-checkout-form__block fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__block__fieldset {
    border: 0;
    margin: 10px 0 0;
    padding: 20px 0 0;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__block__fieldset:first-of-type {
    border: 0;
    margin-top: 10px;
    padding-top: 0;
}
.ppress-checkout__form .ppress-main-checkout-form__block legend {
    border: 0;
    color: #000;
    font-size: var(--ppress-heading-fs);
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 15px;
    padding: 0 5px;
    width: 100%;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
a.ppress-checkout-show-login-form,
.ppress-checkout__form a.ppress-checkout-show-login-form {
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}
.ppress-checkout__form .ppress-checkout_order_summary__discount {
    margin: 0 0 5px;
}
.ppress-checkout__form .ppress-checkout_order_summary__discount p {
    font-size: 14px;
}
.ppress-checkout__form .ppress-checkout__link {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-decoration: none;
}
.ppress-checkout__form
.ppress-main-checkout-form__block
.ppress-main-checkout-form__block__item {
    width: calc(100% - 5px);
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px;
}
.ppress-checkout__form
.ppress-main-checkout-form__block__fieldset
.ppress-main-checkout-form__login_form_wrap
.ppress-main-checkout-form__block__item {
    margin-bottom: 10px;
}
.ppress-checkout-form__payment_method__content_wrap
.ppress-main-checkout-form__block__item:first-of-type {
    margin-top: 15px;
}
.ppress-checkout__form
.ppress-main-checkout-form__block__fieldset
.ppress-main-checkout-form__block__item:last-of-type {
    margin-bottom: 0;
}
.ppress-checkout__form .ppress-required {
    color: rgb(239 68 68);
}
.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-co-half {
    width: calc(50% - 5px);
}
.ppress-checkout__form
.ppress-main-checkout-form__block__item.ppress-two-third {
    width: calc(66.6666666667% - 5px);
}
.ppress-checkout__form
.ppress-main-checkout-form__block__item.ppress-one-third {
    width: calc(33.3333333333% - 5px);
}
.ppress-checkout__form
.ppress-main-checkout-form__block__item.ppress-expiry-date {
    width: calc(40% - 5px);
}
.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-cc-cvc {
    width: calc(60% - 5px);
}
.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ppress-checkout__form
.press-main-checkout-form__block__item__cc_expiry_date
select {
    width: calc(50% - 5px) !important;
    margin: 0 5px 0 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MjgzNGQzMC03MmY4LTRkM2MtYTU4NC1lNzMzZDE1YjU2NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJGMzNGODgwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzJGMzNGODcwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzAzN2MxMy01N2VhLTRiN2UtYjg3Yi04OGZhODk2NDYzZTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMTI0MmMzNy1mZTljLTExNzktYWE3NC1kYzYxZWJhMDdhNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ItaH1AAABFklEQVR42uzZuw3CMBAG4NhiAFiDAsahp0sqJOaghQ5mIkgwBmwQzlJAoLz8OCe29Z90urMb65MfjUVVVVkKIbNEAhBAAAEEEEAAoZjdyseG6olyEanhSZmL8npXzTzyDXnJRI6XVIhdApCdXK2XF2qKiBGFMojPiO5KTuUYIUI9VJn4nY0M80U0IBFh/hCtkAgwDUQnJGBMK6IXEiCmEzEICQjTi9CCBIAZRGhDJsRoIYwgE2C0EcaQETFGCCvICBhjhDXEI8YK4QTxgLFGOEMYMU4IFggDxhnBBnHAsCBYIRYYNgQ7xADDivAC0cCwI7xBejBeEF4hNWZL5VAP94Q4+1pL4FcXEEAAAQQQQAABxFu8BRgA2gaBhwO0rwAAAAAASUVORK5CYII=);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}
.ppress-checkout__form
.press-main-checkout-form__block__item__cc_expiry_date
select:last-of-type {
    margin-right: 0;
}
.ppress-checkout__form label.checkout_order_summary__discount__label {
    width: 100%;
    line-height: 20px;
}
.ppress-checkout__form .checkout_order_summary__discount__field_wrap {
    margin-bottom: 20px;
}
.ppress-checkout__form
.ppress-checkout-section
.ppress-checkout-form__place_order_wrap {
    margin: 20px 0 10px;
}
.ppress-checkout__form .ppress-checkout-section #ppress-paypal-button-element {
    margin: 16px 0 0;
}
.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element,
.ppress-checkout__form
.ppress-checkout-section
input:not([type="checkbox"]):not([type="radio"]),
.ppress-checkout__form .ppress-checkout-section select,
.ppress-checkout__form .ppress-checkout-section textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d1d5db;
    padding: 8px 12px;
    line-height: 20px;
    border-radius: 6px;
    box-shadow: 0 0#0000, 0 0#0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ppress-checkout__form .ppress-checkout-section textarea {
    min-height: 100px;
}
.ppress-checkout__form
.ppress-checkout-section.ppress-checkout_main
input[type="submit"] {
    padding: 12px 16px;
    border-color: transparent;
    background: var(--ppress-btn-color);
    background-color: var(--ppress-btn-color);
    color: #fff;
    box-shadow: none;
    font-weight: 500;
    text-align: center;
    -webkit-appearance: none;
    width: 100%;
    height: auto;
}
.ppress-checkout__form
.ppress-checkout-section.ppress-checkout_main
input[type="submit"]:disabled {
    opacity: 0.65;
}
.ppress-checkout__form .ppress-checkout-section input[type="checkbox"],
.ppress-checkout__form .ppress-checkout-section input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d1d5db;
    height: 16px;
    width: 16px;
    color: #4f46e5;
    padding: 0 5px;
}
.ppress-checkout__form .ppress-checkout-section input[type="radio"] {
    border-radius: 100%;
}
.ppress-checkout__form .ppress-checkout-section input[type="checkbox"] {
    border-radius: 0;
    cursor: pointer;
}
.ppress-checkout__form
.ppress-checkout-section
#ppress-stripe-card-element:focus,
.ppress-checkout__form
.ppress-checkout-section
input:not([type="checkbox"]):not([type="radio"]):focus,
.ppress-checkout__form .ppress-checkout-section textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0#fff, 0 0 0 calc(1px + 0px) var(--ppress-btn-color),
    0 0#0000;
    border-color: #2563eb;
}
.ppress-checkout__form .ppress-checkout-section input[type="submit"]:hover {
    filter: brightness(85%);
}
.ppress-checkout__form .ppress-checkout-section label {
    font-weight: 500;
    display: block;
    line-height: 25px;
    vertical-align: baseline;
}
.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap label,
.ppress-checkout__form .ppress-checkout-section .pp-radio-wrap label {
    display: inline-block;
}
.ppress-checkout__form
.ppress-checkout-section
.pp-checkbox-wrap
.ppress-checkout-field__input,
.ppress-checkout__form
.ppress-checkout-section
.pp-radio-wrap
.ppress-checkout-field__input {
    margin-right: 5px;
}
.ppress-checkout__form
.checkout_order_summary__discount__field_wrap
input[type="text"].checkout_order_summary__discount__input {
    width: 68%;
    display: inline-block;
}
.ppress-checkout__form
.ppress-checkout-section
input[type="submit"].ppress-apply-discount-btn {
    width: 25%;
    margin-left: 10px;
    border: 0;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    color: #4b5563;
    background-color: #d1d5db;
}
.ppress-checkout__form .ppress-checkout_charge_details {
    padding: 10px 20px;
}
.ppress-checkout__form .ppress-checkout_charge_details span {
    font-weight: 700;
}
.ppress-checkout__form .ppress-checkout-form__payment_methods_wrap {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1;
    list-style: none;
    overflow: visible;
    padding: 0;
    margin: 5px 0 0;
}
.ppress-checkout__form .ppress-checkout-form__payment_method {
    border-top: 1px solid #ddd;
    padding: 0;
}
.ppress-checkout__form .ppress-checkout-form__payment_method:first-of-type {
    border-top: none;
    border-bottom: none;
}
.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap {
    background: #fff;
    margin: 0;
    padding: 16px 8px;
}
.ppress-checkout__form
.ppress-checkout-form__payment_method__title_wrap:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ppress-checkout__form
.ppress-checkout-form__payment_method:last-of-type
.ppress-checkout-form__payment_method__content_wrap,
.ppress-checkout__form
.ppress-checkout-form__payment_method:last-of-type
.ppress-checkout-form__payment_method__title_wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ppress-checkout__form
.ppress-checkout-section
.ppress-checkout-form__payment_method__title_wrap
label {
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
    position: relative;
    cursor: pointer;
    width: calc(100% - 30px);
    line-height: 1;
}
.ppress-checkout__form .ppress-checkout-form__payment_method__icons {
    position: absolute;
    right: 20px;
    top: -5px;
}
.ppress-checkout__form .ppress-checkout-form__payment_method__icons img,
.ppress-checkout__form .ppress-checkout-form__payment_method__icons svg {
    max-height: 22px;
}
.ppress-checkout__form
.ppress-checkout-form__payment_method
.ppress-checkout-form__payment_method__content_wrap
p {
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.25;
    margin: 0 !important;
}
.ppress-checkout__form
.ppress-checkout-form__payment_method
.ppress-checkout-form__payment_method__content_wrap {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    margin: 0 !important;
    padding: 20px 10px;
    display: none;
}
.ppress-checkout__form
.ppress-checkout-form__payment_method
.ppress-checkout-form__payment_method__title_wrap
input[type="radio"] {
    vertical-align: bottom;
}
.ppress-checkout__form
.ppress-checkout-form__payment_method.ppress-active
.ppress-checkout-form__payment_method__content_wrap {
    display: block;
}
.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head,
.ppress-checkout__form
.ppress-checkout-form__payment_method__content_wrap
label {
    line-height: 20px;
}
.ppress-checkout__form
.ppress-checkout-form__payment_method__content_wrap
.ppress-checkout-form__payment_method__heading {
    padding: 10px 5px;
    margin: 15px 0;
    font-size: var(--ppress-body-fs);
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4;
}
.ppress-checkout__form .ppress-checkout-form__before_button_wrap,
.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap {
    margin: 0;
    border: 0;
    padding: 40px 0 0;
}
.ppress-checkout__form
.ppress-checkout-form__terms_condition_wrap
+ .ppress-checkout-form__before_button_wrap {
    padding-top: 0;
}
.ppress-checkout__form
.ppress-checkout-form__before_button_wrap
.ppress-checkout-form__before_button__checkbox__label
span,
.ppress-checkout__form
.ppress-checkout-form__terms_condition_wrap
.ppress-checkout-form__terms_condition__checkbox__label
span {
    vertical-align: middle;
}
.ppress-checkout__form .ppress-checkout-form__terms_condition__content {
    border: 1px solid #e5e7eb;
    padding: 20px;
    max-height: 200px;
    overflow: auto;
    border-radius: 6px;
    display: none;
    margin: 0 0 20px;
}
.ppress-checkout__form .ppress-checkout-form__before_button__checkbox_wrap,
.ppress-checkout__form .ppress-checkout-form__terms_condition__checkbox_wrap {
    margin: 0 0 20px;
}
.ppress-checkout__form .ppress-checkout__form__preloader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, 0.9);
    z-index: 99995;
}
.ppress-checkout__form .ppress-checkout__form__spinner {
    display: block;
    width: 85px;
    height: 85px;
    top: 40%;
    right: 50%;
    text-align: center;
    margin: auto;
    position: fixed;
}
.ppress-checkout__form .ppress-checkout__form__spinner:after {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #212529;
    border-color: #212529 transparent;
    animation: ppress-dual-ring 1.2s linear infinite;
}
.ppress-checkout__form .ppress-checkout-alert {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 10px 0;
}
.ppress-checkout__form .ppress-checkout-alert ul {
    margin: 0 0 0 16px;
    padding: 0;
    list-style-type: disc;
}
.ppress-checkout__form .ppress-checkout-alert li {
    font-weight: 400;
}
.ppress-checkout__form .ppress-checkout-alert li,
.ppress-checkout__form .ppress-checkout-alert li strong,
.ppress-checkout__form .ppress-checkout-alert p {
    font-size: var(--ppress-body-fs);
    margin: 0 !important;
    padding: 0 !important;
    line-height: 22px;
}
.ppress-checkout__form .ppress-checkout-alert li strong {
    font-weight: 700;
}
.ppress-checkout__form .ppress-checkout-alert.ppress-error {
    background-color: #fef2f2;
    color: #b91c1c;
}
.ppress-checkout__form .ppress-checkout-alert.ppress-success {
    background-color: #ecfdf5;
    color: #065f46;
}
.ppress-checkout-alert.ppress-warning {
    border-left: 4px solid rgb(250 204 21);
    border-radius: 0;
    background-color: rgb(254 252 232);
    color: rgb(161 98 7);
}
.ppress-checkout__form .ppress-checkout-alert p {
    font-weight: 500;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fda-reveal
.pp-form-field-description,
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fda-reveal
.ppress-hint-tooltip,
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fda-standard
.ppress-hint-tooltip,
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fda-tooltip
.pp-form-field-description,
.ppress-checkout__form
.ppress-checkout_order_summary
#ppress-checkout-coupon-code-wrap {
    display: none;
}
.ppress-checkout__form.ppressui340
.ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui340
.ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui500
.ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui500
.ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui768
.ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui768
.ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui800
.ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui800
.ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui960
.ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui960
.ppress-checkout-section.ppress-checkout_side_section {
    width: 100%;
}
.ppress-checkout__form.ppressui340
.ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui500
.ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui768
.ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui800
.ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui960
.ppress-checkout-section.ppress-checkout_side_section {
    order: 1;
    margin-bottom: 15px;
}
.ppress-checkout__form.ppressui340
.ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui500
.ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui768
.ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui800
.ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui960
.ppress-checkout-section.ppress-checkout_main {
    order: 2;
    padding-right: 0;
}
.ppress-checkout__form.ppressui340
.ppress-main-checkout-form__block
.ppress-main-checkout-form__block__item,
.ppress-checkout__form.ppressui500
.ppress-main-checkout-form__block
.ppress-main-checkout-form__block__item,
.ppress-checkout__form.ppressui768
.ppress-main-checkout-form__block
.ppress-main-checkout-form__block__item {
    width: 100%;
}
.profilepress-myaccount-orders-subs,
.profilepress-myaccount-orders-subs * {
    font-family: Inter var, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
}
.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap {
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    border-radius: 8px;
    border: 1px solid rgb(229 231 235);
    margin-top: 16px;
}
.ppress-details-table p:first-child,
.profilepress-myaccount-orders-subs
.ppress-my-account-order-sub-wrap:first-child {
    margin-top: 0;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-body-content-header
p {
    margin-bottom: 8px;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header-wrap {
    padding: 16px;
    border-color: rgb(229 231 235);
    display: grid;
    column-gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgb(229 231 235);
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details {
    display: grid;
    column-gap: 16px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    grid-template-columns: auto auto auto;
    grid-column: span 2 / span 2;
}
.profilepress-myaccount-orders-subs
.ppress-my-account-order-sub-header--actions
a:not(a:first-child) {
    margin-left: 8px;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details
dt {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details
dd {
    margin: 4px 0 0;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--actions {
    justify-content: flex-end;
    display: flex;
    grid-column: span 2 / span 2;
    align-items: center;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--actions
a,
.profilepress-myaccount-orders-subs a.ppress-myac-action {
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 8px;
    border: 1px solid rgb(209 213 219);
    border-radius: 6px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: inherit;
}
.profilepress-myaccount-orders-subs a.ppress-myac-action {
    display: inline-block;
    margin-right: 5px;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-body-content {
    padding: 16px;
    align-items: flex-start;
    flex: 1 1 0%;
    font-size: 14px;
    line-height: 20px;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-body-content-header {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-product-name {
    font-weight: 500;
    font-size: 14px;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
p.ppress-my-account-order-sub-product-price {
    margin-top: 0 !important;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-body-content
p {
    margin: 8px 0 0;
    display: block;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-body-wrap {
    display: flex;
    align-items: flex-start;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details
dd
span {
    border-radius: 6px;
    color: rgb(31 41 55);
    background-color: rgb(243 244 246);
    padding: 4px 8px;
    margin: 0;
    font-weight: 500;
    font-size: 12px;
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details
.active
span,
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details
.completed
span,
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details
.trialling
span {
    background-color: rgb(220 252 231);
    color: rgb(22 101 52);
}
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details
.cancelled
span,
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details
.expired
span,
.profilepress-myaccount-orders-subs
.profilepress-myaccount-orders-subs-wrap
.ppress-my-account-order-sub-header--details
.refunded
span {
    background-color: rgb(254 226 226);
    color: rgb(153 27 27);
}
.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap {
    padding: 10px 0;
    text-align: right;
}
.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers {
    border: 1px solid rgb(209 213 219);
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
}
.profilepress-myaccount-orders-subs
.ppress-myac-pagination-wrap
.page-numbers.current {
    background-color: #eeeeec;
    color: rgb(107 114 128);
}
.profilepress-myaccount-orders-subs
.ppress-myac-pagination-wrap
.ppress-material-icons {
    vertical-align: middle;
    margin: 0;
}
table.ppress-details-table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}
.ppress-details-table thead {
    background-color: rgb(249 250 251);
}
.ppress-details-table thead tr th {
    padding: 14px 12px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background-color: rgb(249 250 251);
}
.ppress-details-table thead th,
.ppress-details-table tr td {
    padding: 16px;
    border: 1px solid rgb(229 231 235);
}
.ppress-details-table thead th {
    text-align: left;
    background: rgb(229 231 235);
    vertical-align: bottom;
}
.ppress-details-table-wrap .ppress-details-table tr:nth-of-type(odd) {
    background-color: rgb(249 250 251);
}
.ppress-details-table tr td:first-child {
    font-weight: 700;
}
.ppress-details-table td:last-child {
    width: 70%;
}
.ppress-details-table p {
    margin: 5px 0 0;
}
.ppress-details-table .ppress-billing-title {
    font-weight: 500;
}
.ppress-details-table .ppress-sub-info {
    color: #4b5563;
    background-color: #e5e7eb;
    margin-left: 5px;
    border-radius: 9999px;
    padding: 4px 8px;
    font-size: 14px;
}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../../../plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.woff2)
    format("woff2"),
    url(../../../plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.woff)
    format("woff");
}
#profilepress-myaccount-wrapper .ppmyac-icons,
.pp-form-field-wrap .pp-form-material-icons,
.ppress-material-icons {
    font-family: "Material Icons" !important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    display: inline-block !important;
}
.pp-tab-widget-avatar img {
    display: block;
    border-radius: 50%;
    height: 190px;
    margin: 0 auto 10px !important;
    padding: 2px;
    text-align: center;
    width: 190px;
    float: none !important;
}
.pp-user-panel {
    border-radius: 6px;
    text-align: center;
}
.pp-user-panel-title {
    font-size: 20px;
    margin: 0;
}
.pp-user-panel p {
    font-size: 15px;
    margin-bottom: 23px;
}
.pp-tabbed-btn {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
}
.pp-tabbed-btn-inverse {
    color: #fff !important;
    background-color: #34495e;
}
.pp-password-reset-handler-wrap .pp-reset-password-form {
    padding: 40px;
    max-width: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.pp-password-reset-handler-wrap .pp-reset-password-form h3 {
    color: #444;
    font-weight: 300;
    margin: 0 auto 40px;
}
.pp-password-reset-handler-wrap .pp-reset-password-form label {
    color: #444;
    font-size: 15px;
}
.pp-password-reset-handler-wrap .pp-reset-password-form label .req {
    margin: 2px;
    color: red;
}
.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {
    opacity: 0;
}
.pp-password-reset-handler-wrap .pp-reset-password-form input {
    font-size: 22px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 5px 10px;
    background: 0 0;
    margin-bottom: 40px;
    border: 1px solid #a0b3b0;
    border-radius: 0;
    -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
    outline: 0;
    border-color: #1ab188;
}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #1ab188;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    text-shadow: none;
    box-shadow: none;
}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover {
    background: #179b77;
}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {
    display: block;
    width: 100%;
}
.pp-password-reset-handler-wrap .profilepress-reset-status {
    margin-left: 40px;
    max-width: 420px;
}
#pp-pass-strength-result {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #23282d;
    padding: 3px 5px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#pp-pass-strength-result.short {
    background-color: #f1adad;
    border-color: #e35b5b;
    opacity: 1;
}
#pp-pass-strength-result.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
    opacity: 1;
}
#pp-pass-strength-result.good {
    background-color: #ffe399;
    border-color: #ffc733;
    opacity: 1;
}
#pp-pass-strength-result.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
    opacity: 1;
}
.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
    color: red;
    font-weight: 400;
}
.pp-form-wrapper input[type="checkbox"],
.pp-form-wrapper input[type="radio"] {
    cursor: pointer;
}
.pp-form-wrapper p {
    margin: 0 0 5px !important;
    padding: 0 !important;
}
.pp-form-wrapper input[type="datetime"],
.pp-form-wrapper input[type="email"],
.pp-form-wrapper input[type="number"],
.pp-form-wrapper input[type="password"],
.pp-form-wrapper input[type="search"],
.pp-form-wrapper input[type="tel"],
.pp-form-wrapper input[type="text"],
.pp-form-wrapper input[type="url"],
.pp-form-wrapper select,
.pp-form-wrapper textarea {
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: 1px solid #dedee5;
    padding: 13px 15px;
    outline: 0;
    line-height: 1;
}
.pp-form-wrapper select {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/frontend/arrow-down.png) !important;
    background-position: right 20px center !important;
    background-repeat: no-repeat !important;
    background-size: 10px auto !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.pp-form-wrapper .pp-form-label-wrap {
    margin: 0 0 4px;
    padding: 0;
}
.pp-form-wrapper .pp-form-label {
    font-size: 14px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline;
    cursor: pointer;
}
.pp-form-wrapper .pp-checkbox-wrap,
.pp-form-wrapper .pp-radio-wrap {
    display: block;
    text-align: left;
    line-height: normal;
    margin: 5px 0;
    padding: 0;
}
.pp-form-wrapper .pp-checkbox-wrap label,
.pp-form-wrapper .pp-radio-wrap label {
    margin-left: 5px;
}
.pp-form-wrapper input[type="checkbox"],
.pp-form-wrapper input[type="radio"] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    vertical-align: baseline;
}
.pp-form-wrapper .ppress-pf-profile-connect {
    padding: 5px 0 10px;
}
.pp-form-wrapper a.ppress-pf-social-icon {
    width: 100%;
    height: 100%;
    display: inline;
}
.pp-form-wrapper .ppress-pf-social-icon svg {
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,
.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg,
.pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg {
    padding: 3px;
}
a.pp-button-social-login:focus {
    outline-color: transparent;
}
a.pp-button-social-login:focus .ppsc,
a.pp-button-social-login:hover .ppsc {
    background-color: rgba(255, 255, 255, 0.75);
}
a.pp-button-social-login:visited {
    color: #fff;
}
a.pp-button-social-login,
a.pp-button-social-login .ppsc {
    display: inline-block;
    font-size: 100%;
    height: 2.5em;
    padding: 0;
}
a.pp-button-social-login {
    position: relative;
    vertical-align: middle;
    line-height: 2.5em;
    font-family: inherit;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #333;
    color: #fff !important;
    background: #333;
    margin: 6px 0;
    border-radius: 2px;
    box-sizing: content-box;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
    min-width: 220px;
}
a.pp-button-social-login .ppsc {
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    text-align: center;
    width: 2.5em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1.8em 1.8em;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    left: 0;
    margin: 0;
}
a.pp-button-social-login span.ppsc-text {
    margin-left: 40px;
    padding: 0.5em;
    color: #fff !important;
}
a.pp-button-social-login .ppsc-google {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/google.svg);
}
a.pp-button-social-login.pp-button-social-login-google {
    background: #4285f4;
    border-color: #4285f4;
}
a.pp-button-social-login.pp-button-social-login-facebook {
    background: #3b5998;
    border-color: #3b5998;
}
a.pp-button-social-login.pp-button-social-login-twitter {
    background: #55acee;
    border-color: #55acee;
}
a.pp-button-social-login.pp-button-social-login-linkedin {
    background: #0077b5;
    border-color: #0077b5;
}
a.pp-button-social-login.pp-button-social-login-microsoft {
    background: #404040;
    border-color: #404040;
}
a.pp-button-social-login.pp-button-social-login-amazon {
    background: #f9991d;
    border-color: #f9991d;
}
a.pp-button-social-login.pp-button-social-login-vk {
    background: #4a76a8;
    border-color: #4a76a8;
}
a.pp-button-social-login.pp-button-social-login-wordpresscom {
    background: #0675c4;
    border-color: #0675c4;
}
a.pp-button-social-login.pp-button-social-login-yahoo {
    background: #430297;
    border-color: #430297;
}
a.pp-button-social-login.pp-button-social-login-github {
    background: #24292e;
    border-color: #24292e;
}
a.pp-button-social-login .ppsc-vk {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/vk-fa.svg);
}
a.pp-button-social-login .ppsc-microsoft {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/microsoft.svg);
}
a.pp-button-social-login .ppsc-amazon {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/amazon.svg);
}
a.pp-button-social-login .ppsc-yahoo {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/yahoo.svg);
}
a.pp-button-social-login .ppsc-wordpresscom {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/wpcom.svg);
}
a.pp-button-social-login .ppsc-facebook {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/facebook.svg);
}
a.pp-button-social-login .ppsc-twitter {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/twitter.svg);
}
a.pp-button-social-login .ppsc-linkedin {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/linkedin.svg);
}
a.pp-button-social-login .ppsc-github {
    background-image: url(../../../plugins/wp-user-avatar/assets/images/social-login/github-fa.svg);
}
#profilepress-myaccount-wrapper,
#profilepress-myaccount-wrapper *,
#profilepress-myaccount-wrapper ::after,
#profilepress-myaccount-wrapper ::before,
.pp-form-container *,
.pp-form-container .pp-form-wrapper,
.pp-form-container .pp-form-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material
.pp-form-field-wrap
span.select2-selection.select2-selection--multiple,
html .pp-form-container .select2 input.select2-search__field {
    border: 0 !important;
}
.pp-form-container form input[type="submit"] {
    -webkit-appearance: none !important;
    cursor: pointer;
    text-shadow: none;
}
.pp-form-container form {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.woocommerce .woocommerce-MyAccount-content .pp-form-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.pp-form-container form input,
.pp-form-container form select,
.pp-form-container form textarea {
    outline: 0;
    background-image: none;
    height: auto;
    float: none;
    position: static;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
    resize: vertical;
}
.pp-form-container form p {
    margin: 0 0 0.5em;
}
.pp-form-container form input[type="submit"]:focus {
    outline: 0;
}
.pp-form-container .pp-user-avatar {
    border-radius: 50% !important;
    display: block !important;
    margin: 0 auto 10px !important;
    text-align: center !important;
}
.pp-form-container img.pp-user-cover-image {
    width: 100% !important;
    height: auto !important;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
input[type="checkbox"],
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
input[type="radio"],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type="checkbox"],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type="radio"] {
    border: 1px solid #7e8993 !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #555 !important;
    clear: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    line-height: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-appearance: none !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    transition: 0.05s border-color ease-in-out !important;
    width: 16px !important;
    height: 16px !important;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
input[type="radio"],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type="checkbox"],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type="radio"] {
    border-radius: 50% !important;
}
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type="checkbox"],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type="radio"] {
    border-radius: 4px !important;
}
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type="radio"] {
    border-radius: 50% !important;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
input[type="checkbox"]:checked::before,
.pp-form-container
.pp-form-wrapper
.pp-form-field-wrap
input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) !important;
    margin: -3px 0 0-4px !important;
    width: 20px !important;
    height: 20px !important;
    position: static;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
input[type="radio"]:checked::before,
.pp-form-container
.pp-form-wrapper
.pp-form-field-wrap
input[type="radio"]:checked::before {
    content: "";
    border-radius: 50% !important;
    margin: 3px !important;
    background-color: #000 !important;
    line-height: 1.14285714 !important;
    width: 8px !important;
    height: 8px !important;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
input[type="checkbox"]:checked::before,
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
input[type="radio"]:checked::before,
.pp-form-container
.pp-form-wrapper
.pp-form-field-wrap
input[type="checkbox"]:checked::before,
.pp-form-container
.pp-form-wrapper
.pp-form-field-wrap
input[type="radio"]:checked::before {
    float: left !important;
    display: inline-block !important;
    vertical-align: middle !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch,
.pp-form-container .pp-form-wrapper.ppBuildScratch * {
    font-family: "Merriweather", sans-serif;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center;
    margin-right: 6.387%;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch h1,
.pp-form-container .pp-form-wrapper.ppBuildScratch h2,
.pp-form-container .pp-form-wrapper.ppBuildScratch h3,
.pp-form-container .pp-form-wrapper.ppBuildScratch h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {
    opacity: 0.5;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch {
    max-width: 100%;
    width: 100%;
    padding: 6%0 6% 6%;
    background: #fff;
    color: #222;
    font-size: 14px;
    position: relative;
    box-shadow: 0 0 0 0.5px rgba(0, 20, 40, 0.1),
    0 2px 8px 0 rgba(50, 55, 90, 0.2);
    border-radius: 3px;
    margin: 0 auto;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {
    box-shadow: none;
    border-radius: 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
    padding: 0 6.387% 4%0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 6.387%0 0;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
.pp-form-label-wrap {
    margin: 0 0 5px;
    padding: 0;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fda-reveal
.pp-form-field-input-textarea-wrap
.pp-form-field:focus
~ .pp-form-field-description {
    display: block;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fda-tooltip
.ppress-hint-tooltip {
    display: inline;
    font-weight: 400;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fda-tooltip
.ppress-hint-tooltip
.pp-form-material-icons {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 110%;
    display: inline;
    vertical-align: top;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fld-inside {
    position: relative;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fld-inside
.pp-form-label-wrap {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 2;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material
.pp-form-field-wrap.fld-inside
.pp-form-label-wrap {
    left: 0 !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fld-inside
.pp-form-field-input-textarea-wrap
.pp-form-field {
    padding-top: 18px;
    padding-bottom: 2px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-medium
.pp-form-field-wrap.fld-inside
.pp-form-field-input-textarea-wrap
.pp-form-field {
    padding-top: 23px;
    padding-bottom: 7px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-large
.pp-form-field-wrap.fld-inside
.pp-form-field-input-textarea-wrap
.pp-form-field {
    padding-top: 30px;
    padding-bottom: 10px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
    width: 50%;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap.fw-third {
    width: 33.3333333333%;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
input:not([type="radio"]):not([type="checkbox"]),
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
textarea {
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px 15px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background: #fff;
    color: #69717a;
    width: 100%;
    border-radius: 0;
    line-height: 1.3;
    min-height: 40px;
    display: inline-block;
    margin: 0;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
textarea {
    height: 100px;
    overflow: auto;
}
.pp-form-field-wrap .pp-form-material-icons {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    margin: 8px 12px 0 0;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfia-right
.pp-form-field-wrap.field-has-icon
input,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfia-right
.pp-form-field-wrap.field-has-icon
textarea {
    padding-right: 40px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfia-left
.pp-form-field-wrap.field-has-icon
input,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfia-left
.pp-form-field-wrap.field-has-icon
textarea {
    padding-left: 40px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left
.pp-form-field-wrap.field-has-icon
input,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left
.pp-form-field-wrap.field-has-icon
textarea {
    padding-left: 30px !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right
.pp-form-field-wrap.field-has-icon
input,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right
.pp-form-field-wrap.field-has-icon
textarea {
    padding-right: 30px !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfia-left
.pp-form-field-wrap
.pp-form-material-icons {
    left: 0;
    margin-left: 12px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left
.pp-form-field-wrap
.pp-form-material-icons {
    left: 0 !important;
    margin-left: 0 !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right
.pp-form-field-wrap
.pp-form-material-icons {
    margin-right: 0 !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-medium
.pp-form-field-wrap
.pp-form-material-icons {
    margin-top: 10px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-large
.pp-form-field-wrap
.pp-form-material-icons {
    margin-top: 18px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.has-password-visibility-icon
.pp-form-material-icons {
    cursor: pointer;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-pill
.pp-form-field-wrap
input:not([type="radio"]):not([type="checkbox"]),
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-pill
.pp-form-field-wrap
select,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-pill
.pp-form-field-wrap
textarea {
    border-radius: 25px !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-round
.pp-form-field-wrap
input:not([type="radio"]):not([type="checkbox"]),
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-round
.pp-form-field-wrap
select,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-round
.pp-form-field-wrap
textarea {
    border-radius: 6px !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material
.pp-form-field-wrap
.select2.select2-container,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material
.pp-form-field-wrap
input:not([type="radio"]):not([type="checkbox"]),
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material
.pp-form-field-wrap
select,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material
.pp-form-field-wrap
textarea {
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
    padding-left: 0 !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material
.pp-form-field-wrap
input[type="text"]:focus,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material
.pp-form-field-wrap
select:focus,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-material
.pp-form-field-wrap
textarea:focus {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-flat
.pp-form-field-wrap
.select2-selection,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-flat
.pp-form-field-wrap
input:not([type="radio"]):not([type="checkbox"]),
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-flat
.pp-form-field-wrap
select,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfl-flat
.pp-form-field-wrap
textarea {
    border: 0 !important;
    background: #f7f7f7 !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-medium
.pp-form-field-wrap
input,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-medium
.pp-form-field-wrap
select {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-medium
.pp-form-field-wrap
textarea {
    height: 150px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-large
.pp-form-field-wrap
input,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-large
.pp-form-field-wrap
select {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-large
.pp-form-field-wrap
textarea {
    height: 200px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
input[type="text"]:focus,
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
select:focus,
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
textarea:focus {
    border: 1px solid #999;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
.pp-form-label-wrap
.pp-form-label,
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
.ppform-remember-label {
    font-style: normal;
    background-color: transparent;
    display: block;
    font-weight: 700;
    font-size: 14px;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    color: #444;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-field-wrap
.ppform-remember-label {
    display: inline-block;
}
.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,
.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk
.pp-form-required-label {
    display: none;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-submit-button-wrap
input[type="submit"] {
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 15px 10px;
    transition: 0.15s ease-in-out;
    width: auto;
    min-width: 110px;
    text-align: center;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-large
.pp-form-submit-button-wrap
input[type="submit"],
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppfs-medium
.pp-form-submit-button-wrap
input[type="submit"] {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppsbl-pill
.pp-form-submit-button-wrap
input[type="submit"] {
    border-radius: 25px !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppsbl-round
.pp-form-submit-button-wrap
input[type="submit"] {
    border-radius: 6px !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-submit-button-wrap
input[type="submit"]:focus,
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-form-submit-button-wrap
input[type="submit"]:hover {
    background-color: #ededed;
    color: #000;
    text-decoration: none;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {
    margin: 0 0 5px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,
.ppressmd-new-dropdown ul {
    margin: 0;
    padding: 0;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
.pp-checkbox-wrap:last-of-type,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {
    margin-bottom: 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 1.3;
    text-align: left;
    margin: 4px 0 0;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppsbw-wide
.pp-form-submit-button-wrap
input[type="submit"] {
    width: 100%;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppsbw-full-width
.pp-form-submit-button-wrap {
    margin-top: 4%;
    margin-bottom: 4%;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppsbw-full-width
.pp-form-submit-button-wrap
input[type="submit"] {
    width: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.pp-form-container
.pp-form-wrapper.ppBuildScratch
a.pp-button-social-login:last-of-type {
    margin-bottom: 1.5em !important;
}
#profilepress-myaccount-wrapper {
    font-size: 16px;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item {
    text-decoration: none !important;
    position: relative;
    display: block;
    padding: 0.75em 1.25em;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 100%;
    text-align: inherit;
    box-shadow: none;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
}
#profilepress-myaccount-wrapper .ppmyac-icons {
    margin-right: 0.5em;
    vertical-align: text-bottom;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-content {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {
    text-align: center;
    margin-bottom: 20px;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-avatar-wrap
.profilepress-myaccount-avatar
img.pp-user-avatar {
    margin: 0 !important;
    position: static !important;
    float: none !important;
    display: inline-block;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    width: 120px;
    height: 120px;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {
    outline: 0;
    text-shadow: none;
    box-shadow: none;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content h2,
#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
    margin-top: 0 !important;
    margin-bottom: 1em !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    font-size: 2em !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
    font-weight: 500 !important;
    font-size: 1.2em !important;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-submenus-wrap {
    margin-bottom: 2em;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-submenu-wrap {
    display: inline;
    padding-right: 1em;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-submenu-item {
    color: inherit;
    padding: 0 0 10px;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-submenu-item.ppsubmenu-active {
    border-bottom: 3px solid #6c757d;
}
.profilepress-myaccount-alert,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
    position: relative;
    padding: 0.75em 1.25em;
    margin-bottom: 1em;
    border: 1px solid transparent;
    border-radius: 0.25em;
}
.profilepress-myaccount-alert.pp-alert-danger,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.profilepress-myaccount-alert.pp-alert-success,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-field {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-cover-image-empty {
    min-height: 250px;
    background-color: #eee;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-delete-cover-image-wrap {
    padding: 0.75em;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    border-radius: 0.25em;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-delete-cover-image-wrap
img {
    width: 100%;
    height: auto;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-email-notifications-wrap
.profilepress-myaccount-form-field {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-email-notifications-wrap {
    margin-bottom: 2em;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-field
label {
    margin-bottom: 0.2em;
    font-weight: 500;
    display: block;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-field
input[type="checkbox"]
+ label,
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-field
input[type="radio"]
+ label {
    display: inline;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
.profilepress-myaccount-form-control:not([type="radio"]):not(
    [type="checkbox"]
  ),
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
select,
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75em + 2px);
    padding: 0.375em 0.75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow: visible;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
textarea {
    height: auto !important;
    min-height: 100px !important;
    resize: vertical !important;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
input.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
select.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
textarea.profilepress-myaccount-form-control:focus {
    background-color: #fff;
    border-color: #bbb;
    outline: 0;
    box-shadow: none;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
.profilepress-myaccount-form-field
input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    width: auto;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
.profilepress-myaccount-form-field
input[type="submit"]:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    text-decoration: none;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
.ppmyac-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75em + 2px);
    margin-bottom: 0;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
.ppmyac-custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75em + 2px);
    margin: 0;
    opacity: 0;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
.ppmyac-custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75em + 2px);
    padding: 0.375em 0.75em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25em;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
.ppmyac-custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75em);
    padding: 0.375em 0.75em;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25em 0.25em 0;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-wrap
.ppmyac-custom-file-input
~ .ppmyac-custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-field
.pp-checkbox-wrap
label.pp-form-label,
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-form-field
.pp-radio-wrap
label.pp-form-label {
    display: inline-block;
    margin: 0 0 0 0.3819820591em;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-delete-avatar-wrap {
    display: flex;
    flex-direction: column;
    margin: 1em 0 0;
    padding-left: 0;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-delete-avatar {
    position: relative;
    padding: 0.75em 1.25em;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    border-radius: 0.25em;
    justify-content: space-between !important;
    display: flex !important;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.pp-user-avatar {
    width: 70px;
    height: 70px;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.ppmyac-remove-avatar {
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
    padding: 0.25em 0.5em;
    font-size: 0.875em;
    line-height: 1.5;
    border-radius: 0.2em;
    color: #fff;
    height: 35px;
    background-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    cursor: pointer;
    user-select: none;
    border: 1px solid #6c757d;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.profilepress-myaccount-delete-cover-image-wrap
.ppmyac-remove-avatar {
    margin-top: 0.75em !important;
    margin-bottom: 0 !important;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
input.profilepress-myaccount-form-control::-webkit-file-upload-button {
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #ddd;
}
#profilepress-myaccount-wrapper
.profilepress-myaccount-content
.select2-selection {
    border-radius: 0.25em;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap {
    width: 250px;
    text-align: center;
}
.pp-form-container .pp-field-user-avatar-picture-wrap {
    width: 250px;
    height: auto;
    margin: auto;
    position: relative;
}
.pp-form-container .pp-field-user-cover-image-wrap {
    margin: auto;
    position: relative;
}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px #666;
    line-height: 21px;
    font-size: 16px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    border-radius: 0;
}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {
    display: table;
    height: 100%;
    width: 100%;
}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-decoration: none !important;
    background: 0 0 !important;
    color: #fff !important;
    border-bottom: none !important;
}
.pp-field-user-avatar-picture-wrap:hover
.pp-profile-avatar-overlay-wrap
.pp-profile-avatar-overlay
.pp-form-material-icons,
.pp-field-user-cover-image-wrap:hover
.pp-cover-image-overlay-wrap
.pp-cover-image-overlay
.pp-form-material-icons {
    font-size: 35px !important;
    display: block !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    color: #fff !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    cursor: pointer;
}
html
.select2.select2-container
.select2-selection.select2-selection--multiple
input.select2-search__field {
    border: 0 !important;
    height: auto !important;
}
.select2.select2-container
.select2-selection.select2-selection--multiple
input.select2-search__field {
    border: 0 !important;
    box-shadow: none !important;
}
.select2.select2-container
.select2-selection.select2-selection--multiple
li.select2-selection__choice {
    height: auto;
    line-height: normal;
}
.pp-form-wrapper.pp-member-directory {
    opacity: 0;
}
.pp-form-wrapper.ppress-default-profile {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    opacity: 0;
}
.pp-form-wrapper.ppress-default-profile * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pp-form-wrapper.ppress-default-profile a,
.pp-form-wrapper.ppress-default-profile a:hover {
    text-decoration: none !important;
}
.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {
    background-color: #eee;
    box-sizing: border-box;
    position: relative;
}
.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {
    text-align: center;
    overflow: hidden;
}
.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
    position: relative;
    padding: 0 0 25px;
    border-bottom: solid 2px #eee;
    min-height: 85px;
    box-sizing: content-box;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
    position: absolute;
    top: 15px;
    right: 0;
    vertical-align: middle;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 66;
    margin-right: 10px;
}
.pp-form-wrapper.ppress-default-profile
.ppress-dpf-headericon
.ppress-dpf-edit-a
.ppress-material-icons {
    font-size: 30px;
}
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {
    color: #aaa;
    text-decoration: none;
    border-bottom: 0;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {
    color: #007bff;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {
    float: left;
    position: absolute;
    margin: 0 0 0 30px;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
}
.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo {
    position: relative;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {
    width: 100%;
    height: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    box-shadow: none;
    background: #fff;
    border: 5px solid #fff;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {
    padding-right: 30px;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {
    padding: 10px 0 0;
    color: #999;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-name {
    font-size: 24px;
    font-weight: 700;
    margin-right: 30px;
    color: #555;
    line-height: 1.7em;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {
    clear: both;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {
    margin: 0 5px;
    font-size: 14px;
    display: inline-block;
    line-height: 0.1;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {
    margin: 0 5px 0 0;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {
    margin: 5px 0 0;
    line-height: 1.4em;
    font-size: 13px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {
    padding: 10px;
    background: #444;
    text-align: center;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px 6px 28px;
    display: block;
    float: left;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    border-bottom: 0;
    text-decoration: none !important;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
    background: #555;
}
.pp-form-wrapper.ppress-default-profile
.ppress-dpf-profile-nav-item
.ppress-material-icons {
    font-size: 18px;
    height: 18px;
    line-height: 1.5;
    position: absolute;
    display: block;
    left: 10px;
}
.pp-form-wrapper.ppress-default-profile
.ppress-dpf-profile-nav-item
span.ppress-dpf-nav-title {
    padding-left: 5px;
}
.pp-form-wrapper.ppress-default-profile
.ppress-dpf-profile-nav-item.ppress-dpf-active
a {
    background: #007bff;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
    max-width: 600px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note {
    text-align: center;
    padding-top: 20px;
    color: #666;
}
.pp-form-wrapper.ppress-default-profile
.ppress-dpf-profile-note
.ppress-material-icons {
    display: inline-block;
    font-size: 70px;
    height: 70px;
    line-height: 70px;
}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #888;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {
    border: 0 !important;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {
    margin: 0 0 30px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {
    position: relative;
    padding: 15px 0 0;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
    display: block;
    margin: 0 0 8px;
    border-bottom: solid 2px #eee;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {
    float: left;
    margin: 0 8px 0 0;
    height: 22px;
    line-height: 18px;
    display: inline-block;
    width: 24px;
    text-align: center;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {
    font-size: 22px;
    position: relative;
    top: 1px;
}
.pp-form-wrapper.ppress-default-profile
.ppdf-nocover
.ppress-dpf-profile-photo {
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {
    padding: 0 !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    margin-left: 0 !important;
    border-radius: 0 !important;
}
.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ppress-default-profile.ppressui340.ppdf-nocover
.ppress-dpf-header
.ppress-dpf-profile-photo {
    position: static !important;
    top: auto !important;
    left: auto !important;
}
.ppress-default-profile.ppressui340
.ppress-dpf-header
.ppress-dpf-profile-meta {
    text-align: center !important;
    padding: 0 !important;
    margin-top: -30px !important;
}
.ppress-default-profile.ppressui340.ppdf-nocover
.ppress-dpf-header
.ppress-dpf-profile-meta {
    padding-top: 0 !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 18px !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {
    padding: 0 20px !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {
    position: relative !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    left: auto !important;
    text-align: center !important;
    top: -40px !important;
}
.ppress-default-profile.ppressui340.ppdf-nocover
.ppress-dpf-header
.ppress-dpf-profile-photo {
    width: 120px !important;
    height: 120px !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {
    font-size: 12px !important;
}
.ppress-default-profile.ppressui340
.ppress-dpf-profile-nav-item
.ppress-material-icons,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    height: 20px !important;
    line-height: 20px !important;
}
.ppress-default-profile.ppressui340.ppdf-nocover
.ppress-dpf-header
.ppress-dpf-profile-meta {
    margin-top: 0 !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {
    padding: 0 !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
    font-size: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ppress-default-profile.ppressui500.ppdf-nocover
.ppress-dpf-header
.ppress-dpf-profile-photo {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 120px !important;
    height: 120px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {
    position: relative !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
    top: -40px !important;
    left: 0 !important;
}
.ppress-default-profile.ppressui500
.ppress-dpf-header
.ppress-dpf-profile-meta {
    text-align: center !important;
    padding: 0 !important;
    margin-top: -30px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {
    float: none !important;
    margin-right: 0 !important;
    font-size: 21px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {
    padding: 0 20px !important;
    display: block !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {
    font-size: 12px !important;
}
.ppress-default-profile.ppressui500
.ppress-dpf-profile-nav-item
.ppress-material-icons {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    height: 20px !important;
    line-height: 20px !important;
}
.ppress-default-profile.ppressui500.ppdf-nocover
.ppress-dpf-header
.ppress-dpf-profile-meta {
    margin-top: 0 !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {
    padding: 0 !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {
    padding: 10px 20px !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important;
}
.ppress-default-profile.ppressui800.ppdf-nocover
.ppress-dpf-header
.ppress-dpf-profile-photo {
    top: auto !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {
    font-size: 12px !important;
}
.ppress-default-profile.ppressui800
.ppress-dpf-profile-nav-item
.ppress-material-icons {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    font-size: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}
.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
    width: 140px !important;
    height: 140px !important;
    top: -70px !important;
}
.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {
    margin-top: -50px !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    padding: 5px 11px !important;
    font-size: 12px !important;
}
.ppress-default-profile.ppressui340
.ppress-dpf-profile-nav-item
.ppress-material-icons,
.ppress-default-profile.ppressui500
.ppress-dpf-profile-nav-item
.ppress-material-icons {
    font-size: 14px !important;
}
.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,
.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {
    font-size: 10px !important;
}
.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,
.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {
    text-align: center;
    padding-top: 30px;
}
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {
    font-size: 15px;
    border: 0;
    display: block;
    width: 100%;
    line-height: 1em;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    transition: 0.25s;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    max-width: 250px;
    margin: 0 auto;
    color: #fff;
    background: #007bff;
}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {
    color: inherit;
}
.pp-form-wrapper.ppress-default-profile
.pp-user-comment-no-item
+ .ppress-dpf-more-post-wrap {
    display: none;
}
.pp-member-directory .ppressmd-member-directory-header.ppressmd-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row:not(
    .ppressmd-member-directory-filters-bar
  ) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 0 0 10px;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {
    justify-content: flex-end;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-search-line {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 60%;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-search-line
label {
    flex: 1;
    margin: 0 10px 0 0;
    min-width: 90px;
    max-width: 85%;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-search-line
label
.ppressmd-search-line {
    -webkit-appearance: textfield;
    width: 100%;
    padding: 0 12px !important;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0 !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-search-line
.ppressmd-do-search {
    min-width: 15%;
    width: auto;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppressmd-member-directory-sorting {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    flex: 5;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppressmd-member-directory-sorting
.ppressmd-member-directory-sorting-a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    position: relative;
    cursor: pointer;
}
.pp-member-directory .ppressmd-member-directory-header a {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppress-material-icons {
    display: inline;
    vertical-align: middle;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppressmd-member-directory-filters {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: nowrap;
    flex: 2;
    text-align: right;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppressmd-member-directory-filters
.ppressmd-member-directory-filters-a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    cursor: pointer;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppressmd-member-directory-filters
.ppressmd-member-directory-filters-a
a {
    margin: 0 5px 0 0;
}
.ppressmd-member-directory-header:not(.ppmd-filters-expand)
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppressmd-member-directory-filters
.ppressmd-member-directory-filters-a
.ppress-up {
    display: none;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-search.ppressmd-search-invisible,
.ppressmd-member-directory-header.ppmd-filters-expand
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppressmd-member-directory-filters
.ppressmd-member-directory-filters-a
.ppress-down {
    display: none;
}
.ppressmd-new-dropdown {
    font-size: 16px;
    margin: 0;
    position: absolute;
    height: auto;
    background: #fff;
    z-index: 10;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.ppressmd-new-dropdown ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppressmd-member-directory-sorting
.ppressmd-member-directory-sorting-a
.ppressmd-new-dropdown {
    top: 24px;
    width: 200px;
    left: -12px;
}
.ppressmd-new-dropdown ul li a {
    display: block;
    padding: 8px 12px;
    line-height: 1;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {
    padding: 0 0 10px;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row.ppressmd-header-row-invisible {
    margin: 0;
}
.ppressmd-member-directory-header.ppmd-filters-expand
.ppressmd-member-directory-header-row
.ppressmd-search.ppressmd-search-invisible {
    display: grid;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-search {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(max-content, auto);
    -ms-grid-template-rows: auto 1fr;
    -ms-grid-template-columns: repeat(3, 1fr);
    -ms-grid-gap: 10px;
    -ms-grid-auto-rows: minmax(max-content, auto);
    align-items: center;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-search
.ppressmd-search-filter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    width: 100%;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-search
.ppressmd-search-filter.ppressmd-text-filter-type
input {
    width: 100%;
    padding: 10px 30px;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-search-line
label
.ppressmd-search-line,
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-search
.ppressmd-search-filter.ppressmd-text-filter-type
input:not(.select2-search__field),
.pp-member-directory
.ppressmd-member-directory-header
.select2.select2-container
.select2-selection {
    background-color: transparent;
    border: 1px solid #ddd !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-nav-line
.ppress-material-icons,
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-member-directory-search-line
label
.ppressmd-search-line,
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
.ppressmd-search
.ppressmd-search-filter.ppressmd-text-filter-type
input,
.pp-member-directory
.ppressmd-member-directory-header
.select2.select2-container
.select2-selection__rendered {
    color: #666;
    background-color: transparent;
}
.pp-member-directory
.ppressmd-member-directory-header
.ppressmd-member-directory-header-row
input[type="search"]:focus {
    border: 1px solid #bbb !important;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {
    border: 0 !important;
    display: block;
    width: 100%;
    line-height: 1em !important;
    padding: 16px 20px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: 400 !important;
    overflow: hidden;
    position: relative;
    transition: 0.25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    box-shadow: none;
    vertical-align: middle !important;
    height: auto !important;
    cursor: pointer !important;
    text-shadow: none;
    font-family: inherit;
    outline: 0 !important;
    margin: 0;
    -webkit-appearance: none;
}
.pp-member-directory .ppressmd-members-total-wrap {
    text-align: center;
    margin: 0 0 10px;
}
.pp-member-directory .ppressmd-members-total {
    font-size: 20px;
    font-weight: 300;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2.select2-container {
    width: 100% !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-search.select2-search--inline
.select2-search__field {
    width: auto !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2.select2-container
.select2-selection {
    display: block !important;
    height: 40px;
    padding: 0 0 0 12px !important;
    overflow: hidden !important;
    position: relative !important;
    white-space: nowrap !important;
    line-height: 35px !important;
    font-size: 15px !important;
    text-align: left !important;
    text-decoration: none !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background-clip: padding-box !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0 !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2.select2-container
.select2-selection
.select2-selection__arrow {
    display: inline-block !important;
    width: 34px !important;
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    -moz-border-radius: 0 2px 2px 0 !important;
    -webkit-border-radius: 0 2px 2px 0 !important;
    border-radius: 0 2px 2px 0 !important;
    background-clip: padding-box !important;
    text-align: center !important;
    background: 0 0 !important;
    border-left: 0 !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container.select2-container--open
.select2-dropdown {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container.select2-container--open
.select2-dropdown
.select2-results
li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-size: 15px;
    margin: 5px !important;
    color: #666 !important;
    padding: 3px 7px 4px !important;
    cursor: pointer;
    min-height: 1em !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2.select2-container
.select2-selection.select2-selection--multiple {
    height: auto !important;
    line-height: 0.8 !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 37px;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    line-height: 37px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 30px;
    width: 100%;
    font-size: 13px;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-results
li.select2-results__option.select2-results__option--highlighted {
    background: 0 0 !important;
    background: #f4f4f4 !important;
    color: #666 !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--single
.select2-selection__clear {
    right: 10px;
    margin: 0 !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
    right: 10px;
    font-size: 30px;
    margin: 0 !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--multiple
.select2-selection__clear,
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b,
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--single
.select2-selection__clear {
    color: #888 !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
    position: absolute;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    padding: 3px 3px 3px 5px;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container
.select2-search.select2-search--inline
> input {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
}
.pp-member-directory
.ppressmd-member-directory-header
.select2-container--default
.select2-selection--single
.select2-selection__clear {
    font-size: 20px !important;
}
.pp-member-directory .ppmd-pagination-wrap {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
}
.pp-member-directory .ppmd-pagination-wrap .page-numbers {
    display: inline-block;
    width: auto;
    height: 34px;
    line-height: 34px;
    transition: all 0.2s linear;
    padding: 0 14px;
    color: #666;
    font-weight: 400;
}
.pp-member-directory .ppmd-pagination-wrap .page-numbers.current {
    background: #007bff;
    color: #fff;
}
.pp-member-directory
.ppmd-pagination-wrap
.page-numbers
.ppress-material-icons {
    vertical-align: middle;
}
.ppress-paywall-message-wrap {
    position: relative;
    width: 100%;
    margin: -5em auto 2em;
    padding: 6em 0 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.5) 0.5em,
        #fff 5.5em,
        #fff 100%
    );
}
.ppress-paywall-message {
    box-shadow: 0 0 0.5em 0.25em rgba(0, 0, 0, 0.125);
    padding: 1.375em;
    border: 6px solid #fff;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    background-color: #f4f4f4;
    color: #333;
}
.ppress-paywall-message p:last-child {
    margin-bottom: 0 !important;
}
p:has(+ .ppress-paywall-message-wrap) {
    margin-bottom: 0;
}
@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0#e6e6e6, -1px 0 0#e6e6e6, 0 1px 0#e6e6e6, 0-1px 0#e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}
.flatpickr-calendar.multiMonth
.flatpickr-days
.dayContainer:nth-child(n + 1)
.flatpickr-day.inRange:nth-child(7n + 7) {
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
.flatpickr-days
.dayContainer:nth-child(n + 2)
.flatpickr-day.inRange:nth-child(7n + 1) {
    box-shadow: -2px 0 0#e6e6e6, 5px 0 0#e6e6e6;
}
.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
}
.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px;
}
.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0-5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0-4px;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}
.flatpickr-calendar:focus,
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.flatpickr-months {
    display: flex;
}
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 34px;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-month {
    background: 0 0;
    line-height: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
    flex: 1;
}
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 10px;
    z-index: 3;
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i,
.numInputWrapper {
    position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0;
}
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px;
}
.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    transition: fill 0.1s;
    fill: inherit;
}
.numInputWrapper {
    height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;
}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    box-sizing: border-box;
}
.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}
.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}
.numInputWrapper span.arrowDown {
    top: 50%;
}
.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}
.numInputWrapper span svg {
    width: inherit;
    height: auto;
}
.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}
.flatpickr-current-month span.cur-month:hover,
.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    font-size: 135%;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    padding: 0 0 0 0.5ch;
    vertical-align: initial;
}
.flatpickr-current-month input.cur-year {
    cursor: text;
    margin: 0;
    display: inline-block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: 0 0;
    pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    cursor: pointer;
    margin: -1px 0 0;
    outline: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: 0;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month
.flatpickr-monthDropdown-months
.flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: 0;
    padding: 0;
}
.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1;
}
span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder;
}
.flatpickr-weeks {
    padding: 1px 0 0;
}
.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px;
}
.flatpickr-days:focus {
    outline: 0;
}
.dayContainer,
.flatpickr-day {
    box-sizing: border-box;
    display: inline-block;
}
.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.dayContainer + .dayContainer {
    box-shadow: -1px 0 0#e6e6e6;
}
.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    position: relative;
    justify-content: center;
    text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}
.flatpickr-day.today {
    border-color: #959ea9;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    box-shadow: -10px 0 0#569ff7;
}
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0#e6e6e6, 5px 0 0#e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    background: 0 0;
    border-color: transparent;
}
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: 0 0;
    border-color: transparent;
    cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0#569ff7, 5px 0 0#569ff7;
}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0#e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: 0 0;
    cursor: default;
    border: 0;
}
.flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
}
.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
}
.flatpickr-time,
.flatpickr-time input {
    text-align: center;
    box-sizing: border-box;
}
.flatpickr-time {
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    display: flex;
}
.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}
.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    background: 0 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
    font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: center;
}
.flatpickr-time .flatpickr-time-separator {
    font-weight: 700;
    width: 2%;
}
.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default
.select2-selection--single
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #999;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled
.select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
    list-style: none;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled
.select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
    padding-left: 0;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
    color: #999;
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
    display: none;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open
.select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.fa,
body {
    text-rendering: auto;
}
.bit-1,
.container-full {
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -ms-word-wrap: break-word;
}
body,
h3 {
    -webkit-font-smoothing: antialiased;
}
body,
table {
    background: #fff;
}
pre,
textarea {
    overflow: auto;
}
.mfp-arrow,
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container,
.nav-menu .vce-mega-menu > .sub-menu > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    font-style: inherit;
    font-weight: inherit;
    font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
caption,
td,
th {
    font-weight: 400;
    text-align: left;
}
td {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.sidebar,
.vce-sid-left .sidebar {
    padding-top: 15px;
    float: left;
}
td.pad {
    border-right: none;
}
blockquote:before,
q:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: -2px;
    left: -35px;
    line-height: 41px;
    z-index: 0;
    color: #666;
}
blockquote,
q {
    quotes: "" "";
}
a:active,
a:focus,
a:hover {
    outline: 0;
}
a {
    text-decoration: none;
}
.entry-content a:hover {
    text-decoration: underline;
}
a img {
    border: 0;
}
.container {
    margin: 0 auto;
    max-width: 1140px;
}
img,
pre {
    max-width: 100%;
}
.container-fix {
    margin: 0 -15px;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
[class*="bit-"] {
    float: left;
    padding: 15px;
}
[class*="bit-"]:last-of-type {
    float: right;
}
.bit-2 {
    width: 50%;
}
.bit-3 {
    width: 33.33%;
}
.bit-4 {
    width: 25%;
}
.bit-5 {
    width: 20%;
}
.bit-6 {
    width: 16.6666666667%;
}
.bit-7 {
    width: 14.2857142857%;
}
.bit-8 {
    width: 12.5%;
}
.bit-9 {
    width: 11.1111111111%;
}
.bit-10 {
    width: 10%;
}
.bit-11 {
    width: 9.09090909091%;
}
.bit-12 {
    width: 8.33%;
}
.bit-23 {
    width: 66.66%;
}
.sidebar {
    width: 300px;
    position: relative;
    min-height: 1px;
}
.vce-main-content {
    float: left;
    width: 840px;
    padding: 15px 30px 0 0;
}
.vce-sid-left .vce-main-content {
    float: right;
    padding: 15px 0 15px 30px;
}
.vce-sid-none .vce-main-content {
    padding: 15px 0 0;
}
.bit-no-top-bottom {
    padding: 0;
}
.vce-sticky {
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
}
.vce-sticky .widget:last-child {
    margin-bottom: 0;
}
.error404 .vce-main-content,
.vce-sid-none .vce-main-content {
    width: 100%;
}
.vce-sid-none .vce-lay-b {
    width: 540px;
    float: left;
    min-height: 130px;
    margin: 0 20px 20px 0;
}
.vce-sid-none .vce-slider-pagination .vce-lay-b {
    width: 539px;
}
.vce-sid-none .vce-lay-b:nth-child(2n) {
    margin: 0 0 20px;
}
.vce-sid-none .vce-lay-b .meta-image {
    width: 250px;
    min-width: 250px;
    margin-right: 15px;
}
.vce-sid-none .vce-lay-b .entry-header {
    padding: 10px 0 0 265px;
}
.vce-sid-none .vce-lay-b:last-child {
    margin-bottom: 20px;
}
.vce-sid-none .vce-lay-c,
.vce-sid-none .vce-lay-d,
.vce-sid-none .vce-lay-f,
.vce-sid-none .vce-lay-h {
    width: 353px;
}
.vce-sid-none .vce-slider-pagination .vce-lay-c,
.vce-sid-none .vce-slider-pagination .vce-lay-d,
.vce-sid-none .vce-slider-pagination .vce-lay-f {
    width: 323px;
    margin: 0 20px 20px 2px !important;
}
.vce-sid-none .vce-slider-pagination .vce-lay-h {
    width: 100%;
    margin: 0 0 20px 2px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}
hr,
pre {
    margin-bottom: 1.5em;
}
body,
button,
input,
select,
textarea {
    line-height: 1.63;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    word-wrap: break-word;
}
h1 {
    line-height: 1.22;
}
h2 {
    line-height: 1.25;
}
h3 {
    line-height: 1.29;
}
h4 {
    line-height: 1.4;
}
h5 {
    line-height: 1.5;
}
h6 {
    line-height: 1.56;
}
p {
    margin-bottom: 30px;
    word-wrap: break-word;
}
b,
dt,
strong {
    font-weight: 700;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 0 0 37px;
    font-size: 22px;
    line-height: 30px;
    color: #232323;
    position: relative;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #f6f6f6;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.5em;
    padding: 1.5em;
    border-radius: 4px;
}
hr,
img {
    border: 0;
}
code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
small,
sub,
sup {
    font-size: 75%;
}
.comment-notes,
.post-date {
    font-style: italic;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins,
mark {
    text-decoration: none;
}
sub,
sup {
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
big {
    font-size: 125%;
}
hr {
    background-color: #ccc;
    height: 1px;
}
ol,
ul {
    margin: 0 0 30px 30px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ol,
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.owl-carousel .owl-item img,
.vce-featured-grid .owl-item img {
    width: auto;
}
figure {
    margin: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
    border-top: 1px solid#e6e6e6;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}
th {
    font-weight: 700;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
#vce-pagination .next.page-numbers,
#vce-pagination .page-numbers,
#vce-pagination .page-numbers.current,
#vce-pagination .prev.page-numbers,
#vce-pagination a,
.bbp-pagination-links a,
.bbp-pagination-links span.current,
.mks_author_link,
.mks_themeforest_widget .more,
.pagination-wapper a,
.sidebar .bbp_widget_login .button,
.vce-404-menu a,
.vce-button,
.vce-link-pages a,
.vce-load-more a,
.vce-mega-menu-posts-wrap .owl-nav > div,
.vce-slider-pagination .owl-nav > div,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    text-decoration: none;
    border: none;
    min-width: 90px;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-appearance: none;
}
.vce-custom-cart .fa-shopping-cart {
    font-size: 18px;
}
.vce-custom-cart .vce-cart-count {
    font-size: 13px;
}
#vce-pagination .next.page-numbers:hover,
#vce-pagination .page-numbers:hover,
#vce-pagination .prev.page-numbers:hover,
#vce-pagination a:hover,
.mks_author_link:hover,
.mks_themeforest_widget .more:hover,
.pagination-wapper a:hover,
.sidebar .bbp_widget_login .button:hover,
.vce-404-menu a:hover,
.vce-button:hover,
.vce-featured-section a:hover,
.vce-lay-g .vce-featured-info .meta-category a:hover,
.vce-lay-h .meta-category a:hover,
.vce-link-pages a:hover,
.vce-load-more a:hover,
.vce-mega-menu-posts-wrap .owl-nav > div:hover,
.vce-post-big .meta-category a:hover,
.vce-post-slider .meta-category a:hover,
.vce-share-items li a:hover,
.vce-slider-pagination .owl-nav > div:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
a.mks_button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    cursor: pointer;
    text-decoration: none;
    background-image: -moz-linear-gradient(
        left,
        rgba(0, 0, 0, 0.1) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, rgba(0, 0, 0, 0.1)),
        color-stop(100%, rgba(0, 0, 0, 0.1))
    );
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.1) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.1) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
    background-image: -ms-linear-gradient(
        left,
        rgba(0, 0, 0, 0.1) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.1) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
}
.vce-share-items li a {
    -moz-background-size: 400% 400%;
    background-size: 400% 400%;
    background-position: center center;
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#vce-pagination .vce-action-link,
#vce-pagination.vce-load-more a {
    margin: 0 auto;
    min-width: 130px;
}
input[type="submit"] {
    min-width: 140px;
}
#vce-pagination .page-numbers.current {
    min-width: 34px;
    display: inline-block;
}
.mks_author_link,
.mks_themeforest_widget .more {
    display: inline-block;
    min-width: 130px;
}
#vce-pagination a.vce-loader,
#vce-pagination.vce-infinite-scroll a,
#vce-pagination.vce-infinite-scroll-single a {
    background: url(../../../themes/voice/images/loader.gif) center center
    no-repeat;
    background-size: initial;
    box-shadow: none;
    margin: 0 auto;
    color: #333;
    text-indent: -9999px;
    display: inline-block;
}
#vce-pagination.vce-infinite-scroll-single {
    border: none;
    background: 0 0;
}
.vce-mega-menu-wrapper.vce-loader {
    background-image: url(../../../themes/voice/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
#vce-pagination.vce-infinite-scroll,
#vce-pagination.vce-infinite-scroll-single {
    opacity: 0;
    height: 0;
    padding: 0;
}
.vce-action-link {
    margin: 0 auto;
}
a.mks_button {
    font-size: 16px;
    line-height: 22px;
}
.mks_button:hover,
.mks_ico:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.sidebar .mks_author_widget .mks_autor_link_wrap,
.sidebar .mks_themeforest_widget .mks_read_more {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    background: #f3f3f3;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
    color: #111;
}
input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    vertical-align: top;
}
.main-navigation ul,
.top-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
a:hover {
    text-decoration: underline;
}
.main-navigation a,
.site-footer .widget li a:hover,
.widget li a,
.widget li a:hover,
.widget_categories a,
a:active,
a:focus {
    text-decoration: none;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    text-align: center;
}
.main-navigation li,
.top-nav-menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.top-nav-menu li {
    margin: 0 10px 0 0;
}
.top-nav-menu li:last-child {
    margin-right: 0;
}
.main-navigation .nav-menu {
    font-size: 0;
}
.main-navigation li {
    font-size: 16px;
}
.main-navigation a {
    display: block;
    line-height: 1.25;
    padding: 15px;
}
.nav-menu ul {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nav-menu > li > a {
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05);
}
.header-2-wrapper .nav-menu > li:last-child > a,
.nav-menu > li:last-child a {
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 0 rgba(0, 0, 0, 0.05);
}
.header-left-nav .nav-menu > li > a {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.05);
}
.header-left-nav
.nav-menu
> .current-menu-ancestor
> a
.header-left-nav
.nav-menu
> .current_page_item
> a,
.header-left-nav .nav-menu > .current-menu-item > a {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.header-left-nav .nav-menu > li:first-child > a,
.header-left-nav .nav-menu > li:last-child > a {
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 0 rgba(0, 0, 0, 0.05);
}
.main-navigation li.fa a {
    padding: 15px 10px 15px 25px;
}
.main-navigation a:hover {
    cursor: pointer;
}
.main-navigation li.fa:before {
    position: absolute;
    left: 5px;
    top: 17px;
}
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 99999;
}
.vce-mega-menu-wrapper .vce-mega-subcats {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.main-navigation li:hover .vce-mega-menu-wrapper .vce-mega-subcats {
    display: block;
}
.main-navigation li:active > ul,
.main-navigation li:focus > ul,
.main-navigation li:hover .vce-mega-menu-wrapper .vce-mega-subcats,
.main-navigation li:hover > ul,
.main-navigation
li:hover
> ul.vce-mega-menu-wrapper
> li.vce-mega-menu-posts-wrap
> ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.main-navigation
li:hover
> ul.vce-mega-menu-wrapper
> li.vce-mega-menu-posts-wrap
> ul {
    position: relative;
}
.main-navigation .sub-menu,
.search-header-form-ul,
.vce-mega-menu-wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.main-navigation ul ul ul {
    top: 0;
}
.main-navigation ul ul a {
    width: 250px;
    text-align: left;
    font-size: 14px;
}
.main-navigation ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main-navigation ul ul li:last-child {
    border-bottom: none;
}
.nav-menu .vce-mega-cat > a:after,
.nav-menu > .menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    margin: 2px 0 0 5px;
}
.nav-menu ul .menu-item-has-children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
}
.main-navigation ul li.search-header-wrap > ul {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.main-navigation
ul
li.search-header-wrap.vce-zoomed
> ul.search-header-form-ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.header-sticky,
.mfp-zoom-out-cur #sticky_header {
    -webkit-transform: translateY(-200%);
    -webkit-backface-visibility: hidden;
}
.vce-mega-menu-posts-wrap .owl-controls {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    margin: 0 -20px;
}
.vce-mega-menu-posts-wrap.vce-has-subcats .owl-controls {
    margin: 0 -20px 0 -10px;
}
.search-header-wrap ul {
    padding: 10px;
    width: 295px;
    right: 0;
    border-radius: 2px;
}
.search-header-form .search-input,
.search-header-form .search-input:focus {
    height: 36px;
    font-size: 14px;
    border: none;
}
.search-header-wrap {
    width: 50px;
}
.search-header-form-ul li {
    float: left;
    width: 100%;
}
.main-navigation ul ul li > ul {
    left: 100%;
}
.main-navigation a.vce-item-selected,
.nav-menu > .current-menu-ancestor > a,
.nav-menu > .current-menu-item > a,
.nav-menu > .current_page_item > a,
.nav-menu > li:hover > a {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.header-3-wrapper .nav-menu li a {
    box-shadow: none !important;
}
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    height: 50px;
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
    will-change: transform;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}
.header-is-sticky {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.header-sticky .site-title {
    float: left;
    padding: 4px 0 0;
}
.header-sticky .main-navigation {
    clear: none;
    float: right;
    width: auto;
}
.admin-bar .header-sticky {
    top: 32px;
}
.sidr-open .header-is-sticky {
    left: 260px;
}
.header-sticky .nav-menu {
    position: static;
}
.header-sticky .container {
    position: relative;
}
.header-sticky .site-title img {
    max-height: 28px;
}
.header-sticky .main-navigation a.vce-item-selected,
.header-sticky .nav-menu > .current-menu-ancestor > a,
.header-sticky .nav-menu > .current-menu-item > a,
.header-sticky .nav-menu > .current_page_item > a {
    box-shadow: none;
    background-color: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.top-nav-menu li a {
    font-size: 13px;
    line-height: 40px;
}
.top-nav-menu li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    margin: 0;
    width: 150px;
}
.top-nav-menu li .sub-menu li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0 10px;
}
.top-nav-menu li .sub-menu li a {
    line-height: 30px;
}
.top-nav-menu li:hover .sub-menu {
    display: block;
    z-index: 100;
}
.top-nav-menu li.menu-item-has-children:after {
    font-family: FontAwesome;
    content: "\f107";
}
.nav-menu > li > .sub-menu .sub-menu.vce-rev {
    left: initial;
    right: 100%;
}
.sub-menu.vce-rev {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.nav-menu ul.owl-carousel {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transition-delay: 0;
    -webkit-transition-delay: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 30px;
}
.vce-wrap-left {
    float: left;
}
.vce-wrap-right,
.vce-wrap-right > div,
.vce-wrap-right > ul {
    float: right;
}
.vce-wrap-center {
    margin: 0 auto;
    width: 33%;
    text-align: center;
    height: 40px;
}
.widget select,
.widget ul {
    width: 100%;
}
.vce-wrap-center > div,
.vce-wrap-center > ul {
    display: inline-block;
}
.vce-wrap-left > div,
.vce-wrap-left > ul {
    float: left;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.simple-clear,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both;
}
.sidebar .widget {
    line-height: 1.57;
    margin: 0 0 30px;
}
.sidebar .widget-title {
    line-height: 1.56;
    padding: 12px;
    text-align: center;
    margin-bottom: 0;
}
.sidebar .widget-title a {
    background: #fff;
    font-size: 20px;
    color: #232323;
    line-height: 27px;
    padding: 12px;
    text-align: center;
    margin-bottom: 0;
}
.nav-menu .vce-mega-menu .sub-menu .sub-menu a,
.widget .vce-post-list .meta-category a {
    font-size: 14px;
}
.widget li,
.widget ul {
    margin: 0;
    list-style: none;
}
.widget p,
.widget > div,
.widget > form,
.widget > ul {
    padding: 20px;
}
.widget li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 12px 20px;
}
.widget li:last-child {
    border-bottom: none;
}
.widget li a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#wp-calendar tbody td,
.widget_categories a .count,
.widget_categories li:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.widget.vce-no-padding,
.widget.vce-no-padding iframe,
.widget.vce-no-padding li,
.widget.vce-no-padding p,
.widget.vce-no-padding > div,
.widget.vce-no-padding > form,
.widget.vce-no-padding > ul {
    padding: 0 !important;
}
.sidebar td,
.widget ul,
.widget_categories ul {
    padding: 0;
}
.admin-bar .vce-sticky.is_stuck {
    top: 60px;
}
.vce-sticky.is_stuck {
    top: 30px;
}
.sticky-active .vce-sticky.is_stuck {
    top: 80px;
}
.sticky-active.admin-bar .vce-sticky.is_stuck {
    top: 100px;
}
.sidebar .widget_archive select,
.sidebar .widget_categories select {
    max-width: 86%;
    margin: 20px;
}
.widget_search .search-submit {
    display: none;
}
.widget ul {
    display: inline-block;
}
.count-hidden,
.widget_categories a .count {
    float: right;
    width: 42px;
    text-align: center;
}
.widget_categories li {
    padding: 0;
    border: none;
    margin-bottom: 0;
    position: relative;
}
.widget_archive label,
.widget_categories label {
    display: none;
}
.widget_categories a {
    padding: 0 0 0 20px;
    display: block;
    position: relative;
    line-height: 42px;
    color: #787878;
}
.widget_categories a .count {
    height: 42px;
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 0;
}
.widget_categories a .count,
.widget_categories li:before {
    transition: all 0.2s ease-in-out;
}
.widget_categories li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
}
.widget_categories li:hover:before {
    width: 100%;
}
.widget_categories a .category-text {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.widget.widget_categories a:hover,
.widget_categories a:hover .category-text {
    color: #fff;
    text-decoration: none;
}
.widget_categories .category-text {
    position: relative;
    z-index: 2;
}
.widget ul.flickr {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 10px 10px 20px;
}
.sidebar .widget ul.flickr li {
    margin: 0 10px 10px 0;
    border: none;
    padding: 0;
}
.widget > div.clear {
    padding: 0;
}
.sidebar .vce_posts_widget,
.sidebar .widget.mks_social_widget {
    line-height: 11px;
}
.sidebar .vce_posts_widget p,
.sidebar .widget.mks_social_widget p {
    line-height: 22px;
}
.mks_social_widget p {
    margin-bottom: 0;
    padding: 20px 20px 0;
}
ul.mks_social_widget_ul {
    padding: 20px 15px 15px 20px;
}
.mks_social_widget ul.mks_social_widget_ul li a.soc_rounded {
    border-radius: 4px;
}
ul.mks_social_widget_ul li {
    float: left;
}
.mks_themeforest_widget .mks_themeforest_widget_ul li {
    float: left;
    border: none;
    margin: 0 10px 10px 0;
}
.sidebar .mks_themeforest_widget .mks_themeforest_widget_ul li {
    padding: 0;
}
.site-footer .mks_themeforest_widget .mks_themeforest_widget_ul li {
    float: none;
}
.mks_themeforest_widget .mks_themeforest_widget_ul li:nth-child(3n) {
    margin: 0 0 5px;
}
.mks_themeforest_widget p {
    margin: 0;
    padding-bottom: 0;
}
.mks_themeforest_widget p.mks_read_more {
    margin: 0;
    padding: 0;
}
.mks_themeforest_widget .mks_themeforest_widget_ul {
    padding: 20px 20px 0;
}
.widget > div p,
.widget > form p,
.widget_text p {
    padding: 0;
    margin-bottom: 10px;
}
.widget_rss .widget-title a {
    padding: 0;
}
.widget .aligncenter {
    margin: 0 auto;
}
.widget .alignleft,
.widget .alignright {
    margin-right: 10px;
}
.widget .textwidget li {
    padding: 12px;
}
.widget .vce-post-list .meta-category a:hover {
    text-decoration: underline;
}
.widget .wp-video {
    background: 0 0;
    min-height: auto;
}
.widget div.mejs-container .mejs-controls,
body .widget .mejs-container.wp-audio-shortcode {
    height: 30px !important;
}
.vce-main-content .meta-media .mejs-container {
    background: 0 0;
    position: absolute;
    width: 100% !important;
    bottom: 0;
    height: 100% !important;
    left: 0;
}
.widget .mejs-overlay-button {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
body .widget .mejs-container .mejs-controls .mejs-button button {
    height: 16px;
}
.widget .mejs-container {
    background: 0 0;
}
.widget .wp-audio-shortcode {
    min-height: auto;
    max-width: 100%;
}
.widget_media_gallery .gallery-columns-2 .owl-carousel .owl-item,
.widget_media_gallery .vce-gallery-big {
    height: auto;
}
.nav-menu {
    position: relative;
}
.nav-menu .vce-mega-cat,
.nav-menu .vce-mega-menu {
    position: initial;
}
.nav-menu .vce-mega-menu .sub-menu,
.nav-menu .vce-mega-menu-wrapper,
.nav-menu .vce-mega-menu-wrapper > li.vce-mega-menu-posts-wrap > ul {
    left: 0;
    width: 100.2%;
    padding: 0 10px;
    margin: 0 0 0 -0.1%;
}
.nav-menu .vce-mega-menu-wrapper,
.nav-menu .vce-mega-menu-wrapper > li.vce-mega-menu-posts-wrap {
    min-height: 210px;
}
.nav-menu .vce-mega-menu-wrapper > li.vce-mega-menu-posts-wrap > ul {
    min-height: 200px;
    background: 0 0;
}
.nav-menu .vce-mega-menu .sub-menu ul {
    display: block;
    position: relative;
    width: auto;
    padding: 0;
    min-height: initial;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
}
.nav-menu .vce-mega-menu-wrapper > li.vce-mega-menu-posts-wrap > ul > li {
    display: block;
    padding: 20px 10px;
    text-align: center;
    float: left;
    width: 20%;
    border-bottom: none;
}
.nav-menu .vce-mega-menu-wrapper > li.vce-mega-menu-posts-wrap {
    float: left;
    position: relative;
    width: 100%;
}
.nav-menu .vce-mega-menu-wrapper > li.vce-mega-subcats ul {
    width: 100%;
    float: none;
    position: initial;
}
.nav-menu .vce-mega-cat:hover .vce-mega-menu-wrapper > li.vce-mega-subcats ul {
    visibility: visible;
    opacity: 1;
}
.nav-menu .vce-mega-menu-wrapper > li.vce-mega-subcats ul li {
    display: block;
    float: none;
}
.nav-menu .vce-mega-menu-wrapper > li.vce-mega-subcats > ul > li > a {
    display: block;
    width: 100%;
}
.vce-mega-menu-wrapper > li.mega-menu-slider {
    width: 80%;
}
.vce-mega-menu-wrapper > li.mega-menu-slider > ul {
    float: none;
    position: initial;
    visibility: visible;
    opacity: 1;
}
.vce-mega-menu-posts-wrap .owl-item {
    width: 22%;
}
.vce-mega-menu-wrapper > li.mega-menu-slider > ul > li {
    width: 25%;
    padding: 20px 10px;
    border-bottom: none;
}
.nav-menu .vce-mega-menu > .sub-menu {
    display: none;
    table-layout: fixed;
    padding: 0;
}
.nav-menu .vce-mega-menu:hover > .sub-menu {
    display: table;
}
.nav-menu .vce-mega-menu > .sub-menu > li {
    display: table-cell;
    padding: 20px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.nav-menu .vce-mega-menu > .sub-menu > li:first-child {
    border-left: none;
}
.nav-menu .vce-mega-menu ul a:after {
    display: none;
}
.nav-menu .vce-mega-menu-wrapper > li .mega-menu-img,
.nav-menu
.vce-mega-menu-wrapper
> li
> ul.vce-mega-menu-wrapper
> .mega-menu-img {
    padding: 0;
    width: auto;
    position: relative;
    height: 104px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.nav-menu .vce-mega-menu-wrapper > li .mega-menu-link {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px;
    width: auto;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.nav-menu .vce-mega-menu .sub-menu .sub-menu li,
.nav-menu .vce-mega-menu .sub-menu a {
    padding: 0;
    width: auto;
}
.nav-menu .vce-mega-menu .sub-menu .sub-menu {
    padding: 15px 0 0;
}
.nav-menu .vce-mega-menu .sub-menu .sub-menu li {
    padding: 0 0 8px;
}
.nav-menu .vce-mega-menu .sub-menu .sub-menu li:last-child {
    padding: 0;
}
.nav-menu .vce-mega-menu .sub-menu .sub-menu a:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 10px;
    margin: 3px 10px 0 5px;
    line-height: 16px;
    float: left;
}
.main-navigation .vce-mega-menu ul ul li {
    display: block;
    width: 100%;
    border-bottom: none;
}
.header-sticky .nav-menu .vce-mega-menu .sub-menu,
.header-sticky .nav-menu .vce-mega-menu-wrapper {
    margin-top: -1px;
}
.vce-mega-menu-posts-wrap .owl-carousel .owl-item {
    padding: 20px 10px;
}
.vce-mega-menu-wrapper .vce-mega-subcats {
    width: 20%;
    float: left;
    border: none;
}
.nav-menu .vce-mega-menu-wrapper > .vce-mega-menu-posts-wrap.vce-has-subcats {
    width: 80%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.vce-mega-subcats > ul {
    padding: 20px 0 0;
}
.vce-mega-subcats > ul > li a {
    padding: 10px;
}
.main-navigation .vce-mega-subcats > ul > li:last-child,
.vce-mega-subcats > ul > li,
.vce-mega-subcats > ul > li:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#wp-calendar tbody td,
#wp-calendar thead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.post-date {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-top: 5px;
}
.vce_video_widget .video-widget-inside {
    padding: 0;
}
.widget.vce_video_widget p {
    padding: 10px 20px 0;
    margin-bottom: 20px;
}
#calendar_wrap {
    padding: 0;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 20px 10px;
    text-align: center;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 5px;
    color: #aaa;
}
#wp-calendar tbody td {
    padding: 8px;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.soc-nav-menu a,
.vce-post-big .vce-post-img:after,
.vce-post-slider .vce-post-img:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#wp-calendar tbody td a {
    color: #fff;
    background: #cf4d35;
    border-radius: 4px;
    padding: 2px 3px;
    text-decoration: none;
}
#wp-calendar tbody td:hover {
    background: #fff;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
    background: 0 0;
}
#wp-calendar tfoot #next {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.widget_nav_menu > div {
    padding: 0;
}
.mks_author_widget {
    text-align: center;
}
.widget.mks_author_widget img {
    border-radius: 50%;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    border: 5px solid #fff;
    margin: 15px auto 0;
    float: none;
}
.mks_author_widget h3 {
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
    line-height: 30px;
}
.mks_author_widget .vce-author-links {
    float: left;
    padding: 0 20px;
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.mks_author_widget .vce-author-links a,
.tagcloud a,
.vce-search-submit {
    vertical-align: top;
    display: inline-block;
}
.mks_author_widget .vce-author-links a:hover {
    opacity: 0.75;
}
.mks_author_widget .vce-author-links a {
    float: none;
}
.mks_author_widget h3 a {
    text-decoration: none;
}
.mks_author_widget h3 a:hover {
    color: #cf4d35;
    text-decoration: underline;
}
.tagcloud a:hover,
.vce-post-big .entry-meta div,
.vce-post-big .entry-meta div a,
.vce-post-big .fn,
.vce-post-big .fn a,
.vce-post-slider .entry-meta div,
.vce-post-slider .entry-meta div a,
.vce-post-slider .fn,
.vce-post-slider .fn a,
.vce-search-submit {
    color: #fff;
}
.tagcloud a,
.vce_posts_widget .vce-post-list a:hover {
    text-decoration: none;
}
.mks_author_widget p {
    text-align: left;
    padding: 20px;
    margin-bottom: 0;
}
.tagcloud a {
    font-size: 14px !important;
    border-radius: 4px;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}
.tagcloud a:before {
    content: "#";
}
.mks_adswidget_ul.small,
.site-footer .mks_adswidget_ul.small {
    padding-bottom: 15px;
    text-align: center;
}
.mks_adswidget_ul.small li,
.site-footer .mks_adswidget_ul.small li {
    border: none;
    padding: 15px 15px 0;
    margin-right: 0 !important;
}
.mks_adswidget_ul.small li:nth-child(2n),
.site-footer .mks_adswidget_ul.small li:nth-child(2n) {
    padding: 15px 15px 0 0;
}
.mks_adswidget_ul.large li,
.site-footer .mks_adswidget_ul.large li {
    padding: 0;
    text-align: center;
}
.site-footer .widget_recent_comments .recentcomments:before {
    left: 10px;
}
.vce-search-form {
    padding: 20px;
}
.search #post-0 .vce-search-form .vce-search-input,
.vce-search-form .vce-search-input,
.vce-search-form .vce-search-input:focus {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.vce-search-submit {
    width: 50px;
    min-width: 50px;
    height: 40px;
    margin-left: 3px;
    font-size: 18px;
    margin-top: 1px;
}
.vce_adsense_expand .vce_adsense_wrapper iframe,
.vce_adsense_expand .vce_adsense_wrapper ins,
.widget embed,
.widget iframe,
.widget object,
ins {
    vertical-align: middle;
}
#post-0 .vce-search-form {
    padding: 0;
    margin: 0 auto 30px;
    text-align: center;
}
#post-0 .vce-search-form .vce-search-input,
#post-0 .vce-search-form .vce-search-input:focus {
    width: 640px;
}
.vce_posts_widget li {
    border-bottom: none;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.vce-post-link {
    font-size: 20px;
    line-height: 26px;
}
.vce-post-img {
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
}
.vce-post-slider {
    height: 205px;
    overflow: hidden;
}
.vce-post-big li a.featured_image_sidebar,
.vce-post-slider li a.featured_image_sidebar {
    position: relative;
    float: left;
}
.vce-post-big .vce-posts-wrap,
.vce-post-slider .vce-posts-wrap {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    opacity: 0;
    padding: 0 20px;
}
.vce-post-big .vce-posts-wrap .entry-meta,
.vce-post-slider .vce-posts-wrap .entry-meta {
    margin-top: 10px;
}
.vce-posts-wrap .entry-meta div,
.vce-posts-wrap .entry-meta div a,
.vce-posts-wrap .fn,
.vce-posts-wrap .fn a {
    font-size: 13px;
}
.vce-post-big .vce-post-img:after,
.vce-post-slider .vce-post-img:after {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background: rgba(0, 0, 0, 1);
    content: "";
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.sidebar .vce-post-big li a,
.sidebar .vce-post-slider li a,
.site-footer .vce-post-big li a,
.site-footer .vce-post-slider li a {
    color: #fff !important;
}
.vce-post-big li:hover .vce-post-img:after,
.vce-post-slider li:hover .vce-post-img:after {
    opacity: 0.8;
}
.vce-post-big li,
.vce-post-slider li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 1px;
}
.vce-post-big li:last-child,
.vce-post-slider li:last-child,
.vce_posts_widget .vce-post-list li:last-child {
    margin-bottom: 0;
}
.vce-post-list .vce-post-img {
    width: 100px;
    margin-right: 13px;
}
.vce-post-list .vce-post-link {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 5px 10px 0 0;
    display: block;
}
.comment-content a,
.mfp-title {
    word-wrap: break-word;
}
.vce-post-list .vce-posts-wrap {
    width: 56%;
    float: left;
}
.vce-post-list .featured_image_sidebar {
    width: 44%;
    float: left;
}
.vce_posts_widget .vce-post-list li {
    text-align: left;
    margin-bottom: 20px;
}
#sidr-id-vce_main_navigation_menu .soc-nav-menu,
.site-branding,
.site-footer .widget-title,
.soc-nav-menu a,
.vce-gallery .gallery-item,
.vce_adsense_wrapper,
.wp-caption-text,
body.blog .vce-post.sticky .meta-image:before {
    text-align: center;
}
.widget ul.vce-post-list {
    padding: 20px;
}
.vce-post-big .meta-category,
.vce-post-slider .meta-category {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.vce-post-big .meta-category a,
.vce-post-slider .meta-category a {
    font-size: 13px;
    line-height: 23px;
    position: relative;
    z-index: 2000;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 2px;
    display: inline-block;
    text-shadow: none;
    width: auto;
    -webkit-backface-visibility: hidden;
}
.vce-post-big .vce-post-link,
.vce-post-slider .vce-post-link,
.vce-post-slider .vce-posts-wrap {
    -webkit-backface-visibility: hidden;
}
.vce-post-big .meta-category span,
.vce-post-slider .meta-category span {
    display: none;
}
.widget_nav_menu .menu-item-has-children ul.sub-menu,
.widget_pages .page_item_has_children ul.children {
    display: none;
    padding: 0 0 0 20px;
    float: left;
    border-top: 1px solid #eee;
    margin-bottom: -1px;
}
.site-footer .widget_nav_menu .menu-item-has-children ul.sub-menu,
.site-footer .widget_nav_menu li.menu-item-has-children li:last-child,
.site-footer .widget_pages .page_item_has_children ul.children,
.site-footer .widget_pages li.page_item_has_children li:last-child {
    border-top: none;
    border-bottom: none;
}
.widget_nav_menu li,
.widget_pages li {
    position: relative;
    padding: 0;
    width: 100%;
    float: left;
}
.widget_nav_menu li a,
.widget_pages li a {
    padding: 10px 20px;
    float: left;
}
.widget_nav_menu .menu-item-has-children:after,
.widget_pages li.page_item_has_children:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.widget_nav_menu li.menu-item-has-children li:last-child,
.widget_pages li.page_item_has_children li:last-child {
    border-bottom: 1px solid #eee;
}
.widget_nav_menu li.menu-item-has-children:hover > span,
.widget_pages li.page_item_has_children:hover > span {
    color: #cf4d35;
    text-decoration: underline;
}
.widget .tiled-gallery {
    margin-bottom: 0;
}
.widget_facebook_likebox .widget-title {
    margin-bottom: 5px;
}
.widget_twitter_timeline iframe {
    padding: 10px 10px 0;
}
.vce_adsense_expand .vce_adsense_wrapper {
    padding: 0;
}
.site-footer .widget_recent_comments .recentcomments,
.widget_recent_comments .recentcomments {
    position: relative;
    padding: 12px 20px 12px 45px;
}
.widget_recent_comments .recentcomments:before {
    content: "\f0e5";
    font-family: FontAwesome;
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 13px;
    left: 20px;
}
.site-footer .widget-title {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin: 0 -20px 20px;
    background: rgba(0, 0, 0, 0.15);
    padding-top: 14px;
}
.site-footer .widget.mks_author_widget img {
    margin: 10px auto 0;
}
#footer.site-footer .mks_autor_link_wrap,
#footer.site-footer p.mks_read_more {
    padding: 10px 20px;
    margin: 20px -20px -20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}
.site-footer .widget {
    color: #fff;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 20px 15px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 22px;
}
.site-footer [class*="bit-"] .widget:last-child {
    margin-bottom: 15px;
}
.site-footer .widget p,
.site-footer .widget > div,
.site-footer .widget > ul {
    padding: 0;
}
.site-footer .widget li a {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #fff;
}
.site-footer .widget li {
    border-bottom: none;
    padding: 5px 0;
}
.site-footer .vce-search-form,
.site-footer .vce_posts_widget .vce-post-list li,
.site-footer .widget_categories li,
.site-footer .widget_nav_menu li a,
.site-footer .widget_pages li a {
    padding: 0;
}
.site-footer .widget_categories li a:hover {
    text-decoration: none;
}
.site-footer .tagcloud a {
    background: rgba(0, 0, 0, 0.09);
}
.site-footer table {
    background: 0 0;
    color: #fff;
    border-color: #333;
}
.site-footer td {
    border-color: #333;
}
.site-footer #wp-calendar tbody td:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.site-footer #wp-calendar caption,
.site-footer .mks_author_widget h3 {
    color: #fff;
}
.site-footer .widget.mks_social_widget {
    padding: 0 20px 12px;
}
.site-footer .bit-4 .vce-post-list .vce-posts-wrap {
    margin-left: 20px;
    width: 60%;
    max-width: 100px;
}
.site-footer .bit-3 .vce-post-list .vce-posts-wrap {
    margin-left: 20px;
    width: 60%;
    max-width: 190px;
}
.site-footer .bit-2 .vce-post-list .vce-posts-wrap {
    margin-left: 20px;
    width: 70%;
    max-width: 350px;
}
.site-footer .bit-1 .vce-post-list .vce-posts-wrap {
    margin-left: 20px;
    width: 80%;
    max-width: 80%;
}
.wp-caption,
embed,
iframe,
object {
    max-width: 100%;
}
.site-footer .vce-post-list .featured_image_sidebar {
    width: auto;
    float: none;
}
.site-footer .vce-post-list .vce-post-img {
    margin-right: 0;
}
.bypostauthor {
    display: block;
}
.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    margin-bottom: 1em;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.vce-gallery {
    margin-bottom: 1.5em;
}
.vce-gallery .gallery-item {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-top: 0 !important;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    z-index: 1;
}
.vce-gallery .gallery-item img {
    border: none !important;
}
.vce-gallery .gallery-size-thumbnail .gallery-item {
    width: auto;
}
.gallery-caption {
    display: block;
}
body.blog .vce-post.sticky .meta-image:before {
    content: "\f08d";
    font-family: FontAwesome;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    z-index: 2000;
}
.widget_rss .rsswidget img {
    display: none;
}
.widget_rss .rss-date {
    display: block;
}
.gallery-columns-5 .gallery-item {
    width: 100%;
}
.top-header {
    font-size: 13px;
    line-height: 19px;
    height: 40px;
}
.header-bottom-wrapper {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #fcfcfc;
}
.soc-nav-menu {
    margin: 0;
    padding: 0;
}
.soc-nav-menu li {
    float: left;
    list-style: none;
}
.soc-nav-menu li:last-child {
    margin-right: 0;
}
.soc-nav-menu a:before {
    font-family: FontAwesome;
    text-decoration: none;
}
.soc-nav-menu a {
    position: relative;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding: 0 8px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: block;
}
.vce-social-name {
    opacity: 0;
    display: none;
    color: #fff;
    float: right;
    font-size: 12px;
    margin: 0 4px 0 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vce-lay-a .vce-read-more:hover,
.vce-lay-c .vce-read-more:hover,
.vce-lay-g .entry-meta div,
.vce-lay-g .entry-meta div a,
.vce-lay-g .entry-title a,
.vce-lay-g .entry-title a:hover {
    color: #fff;
}
#sidr-id-vce_main_navigation_menu .soc-nav-menu li a .vce-social-name {
    display: none;
}
#sidr-id-vce_main_navigation_menu .soc-nav-menu li {
    border-bottom: none;
    padding: 5px 0;
    float: none;
    display: inline-block;
}
#sidr-id-vce_main_navigation_menu .soc-nav-menu li a {
    padding-left: 13px;
}
.soc-nav-menu li a[href*="/feed"]::before,
.soc-nav-menu li a[href*="/rss"]::before,
.soc-nav-menu li a[href*="feedburner"]::before {
    content: "\f09e";
}
.soc-nav-menu li a[href*="@"]::before {
    content: "\f0e0";
}
.soc-nav-menu li a[href*="codepen.io"]::before {
    content: "\f1cb";
}
.soc-nav-menu li a[href*="digg.com"]::before {
    content: "\f1a6";
}
.soc-nav-menu li a[href*="dribbble.com"]::before {
    content: "\f17d";
}
.soc-nav-menu li a[href*="dropbox.com"]::before {
    content: "\f16b";
}
.soc-nav-menu li a[href*="facebook.com"]::before {
    content: "\f09a";
}
.soc-nav-menu li a[href*="flickr.com"]::before {
    content: "\f16e";
}
.soc-nav-menu li a[href*="foursquare.com"]::before {
    content: "\f180";
}
.soc-nav-menu li a[href*="google.com"]::before {
    content: "\f0d5";
}
.soc-nav-menu li a[href*="github.com"]::before {
    content: "\f09b";
}
.soc-nav-menu li a[href*="instagram.com"]::before {
    content: "\f16d";
}
.soc-nav-menu li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}
.soc-nav-menu li a[href*="last.fm"]::before {
    content: "\f202";
}
.soc-nav-menu li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}
.soc-nav-menu li a[href*="reddit.com"]::before {
    content: "\f1a1";
}
.soc-nav-menu li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}
.soc-nav-menu li a[href*="spotify.com"]::before {
    content: "\f1bc";
}
.soc-nav-menu li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}
.soc-nav-menu li a[href*="tumblr.com"]::before {
    content: "\f173";
}
.soc-nav-menu li a[href*="twitter.com"]::before {
    content: "\f099";
}
.soc-nav-menu li a[href*="vimeo.com"]::before {
    content: "\f194";
}
.soc-nav-menu li a[href*="vine.co"]::before {
    content: "\f1ca";
}
.soc-nav-menu li a[href*="vk.com"]::before {
    content: "\f189";
}
.soc-nav-menu li a[href*="wordpress.org"]::before,
.soc-nav-menu li a[href*="wordpress.com"]::before {
    content: "\f19a";
}
.soc-nav-menu li a[href*="xing.com"]::before {
    content: "\f168";
}
.soc-nav-menu li a[href*="youtube.com"]::before {
    content: "\f16a";
}
.soc-nav-menu li a[href*="medium.com"]::before {
    content: "\f23a";
}
.soc-nav-menu li a[href*="buysellads.com"]::before {
    content: "\f20d";
}
.soc-nav-menu li a[href*="behance.com"]::before {
    content: "\f1b4";
}
.soc-nav-menu li a[href*="slack.com"]::before {
    content: "\f198";
}
.soc-nav-menu li a[href*="weibo.com"]::before {
    content: "\f18a";
}
.soc-nav-menu li a[href*="tel:"]::before {
    content: "\f095";
}
.soc-nav-menu li a[href*="telegram"]::before,
.soc-nav-menu li a[href*="t.me"]::before,
.soc-nav-menu li a[href*="tg:"]::before {
    content: "\f2c6";
}
.soc-nav-menu li a[href*="snapchat.com"]::before {
    content: "\f2ac";
}
.soc-nav-menu li a[href*="500px.com"]::before {
    content: "\f26e";
}
.soc-nav-menu li a[href*="amazon.com"]::before {
    content: "\f270";
}
.soc-nav-menu li a[href*="mixcloud.com"]::before {
    content: "\f289";
}
.soc-nav-menu li a[href*="ok.ru"]::before {
    content: "\f263";
}
.soc-nav-menu li a[href*="/feed"]:hover,
.soc-nav-menu li a[href*="/rss"]:hover {
    background-color: #fa9b39;
}
.soc-nav-menu li a[href*="@"]:hover {
    background-color: #aaa;
}
.soc-nav-menu li a[href*="codepen.io"]:hover,
.soc-nav-menu li a[href*="digg.com"]:hover {
    background-color: #fff;
}
.soc-nav-menu li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}
.soc-nav-menu li a[href*="dropbox.com"]:hover {
    background-color: #007ee5;
}
.soc-nav-menu li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}
.soc-nav-menu li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}
.soc-nav-menu li a[href*="foursquare.com"]:hover {
    background-color: #0732a2;
}
.soc-nav-menu li a[href*="google.com"]:hover {
    background-color: #dd4b39;
}
.soc-nav-menu li a[href*="github.com"]:hover {
    background-color: #4183c4;
}
.soc-nav-menu li a[href*="instagram.com"]:hover {
    background-color: #3f729b;
}
.soc-nav-menu li a[href*="linkedin.com"]:hover {
    background-color: #0e76a8;
}
.soc-nav-menu li a[href*="last.fm"]:hover {
    background-color: #e31b23;
}
.soc-nav-menu li a[href*="pinterest.com"]:hover {
    background-color: #c8232c;
}
.soc-nav-menu li a[href*="reddit.com"]:hover {
    background-color: #369;
}
.soc-nav-menu li a[href*="soundcloud.com"]:hover {
    background-color: #f50;
}
.soc-nav-menu li a[href*="spotify.com"]:hover {
    background-color: #81b900;
}
.soc-nav-menu li a[href*="stumbleupon.com"]:hover {
    background-color: #ff2618;
}
.soc-nav-menu li a[href*="tumblr.com"]:hover {
    background-color: #34526f;
}
.soc-nav-menu li a[href*="twitter.com"]:hover {
    background-color: #3cf;
}
.soc-nav-menu li a[href*="vimeo.com"]:hover {
    background-color: #1ab7ea;
}
.soc-nav-menu li a[href*="vine.co"]:hover {
    background-color: #00d9a3;
}
.soc-nav-menu li a[href*="vk.com"]:hover {
    background-color: #4e729a;
}
.soc-nav-menu li a[href*="wordpress.org"]:hover,
.soc-nav-menu li a[href*="wordpress.com"]:hover {
    background-color: #21759b;
}
.soc-nav-menu li a[href*="xing.com"]:hover {
    background-color: #026466;
}
.soc-nav-menu li a[href*="youtube.com"]:hover {
    background-color: #c4302b;
}
.soc-nav-menu li a[href*="medium.com"]:hover {
    background-color: #57ad68;
}
.soc-nav-menu li a[href*="buysellads.com"]:hover {
    background-color: #c90100;
}
.soc-nav-menu li a[href*="behance.com"]:hover {
    background-color: #1769ff;
}
.soc-nav-menu li a[href*="slack.com"]:hover {
    background-color: #6ecadc;
}
.soc-nav-menu li a[href*="weibo.com"]:hover {
    background-color: #b53434;
}
.soc-nav-menu li a[href*="tel:"]:hover {
    background-color: #cf4d35;
}
.soc-nav-menu li a[href*="snapchat.com"]:hover {
    background-color: #fffc00;
}
.soc-nav-menu li a[href*="500px.com"]:hover {
    background-color: #0099e5;
}
.soc-nav-menu li a[href*="amazon.com"]:hover {
    background-color: #f90;
}
.soc-nav-menu li a[href*="mixcloud.com"]:hover {
    background-color: #314359;
}
.soc-nav-menu li a[href*="ok.ru"]:hover {
    background-color: #ed812b;
}
.soc-nav-menu li a[href*="steamcommunity.com"]:hover {
    background-color: #1b2838;
}
.soc-nav-menu li a[href*="steamcommunity.com"]::before {
    content: "\f1b6";
}
.soc-nav-menu li a[href*="telegram"]:hover,
.soc-nav-menu li a[href*="t.me"]:hover,
.soc-nav-menu li a[href*="tg:"]:hover {
    background-color: #32a9df;
}
.top-header .vce-search-form {
    padding: 0;
}
.top-header .vce-search-form .vce-search-input {
    height: 30px;
    margin: 5px 0;
    width: auto;
    border: none;
    padding: 0 30px 0 10px;
}
.top-header .vce-search-submit {
    background: 0 0;
    height: 30px;
    padding: 0;
    margin: 5px 0 0 -30px;
    width: 20px;
    min-width: 20px;
    font-size: 14px;
}
.main-header .site-title,
.main-header .site-title a {
    font-size: 80px;
    line-height: 80px;
    text-decoration: none;
    margin-bottom: 0;
    display: inline-block;
}
.main-header .header-3-wrapper .site-title,
.main-header .header-3-wrapper .site-title a {
    line-height: 58px;
    font-size: 60px;
}
.main-header .header-2-wrapper .site-title,
.main-header .header-2-wrapper .site-title a {
    line-height: 40px;
}
.main-header .header-2-wrapper .site-title a {
    line-height: 61px;
    font-size: 70px;
}
.main-header .header-2-wrapper .site-title {
    font-size: 40px;
}
.main-header .header-2-wrapper .site-title a.has-logo {
    line-height: 40px;
}
.main-header .header-3-wrapper .site-title {
    font-size: initial;
    line-height: initial;
}
.main-header .header-3-wrapper .site-title a.has-logo {
    line-height: 50px;
}
.header-sticky .site-title a {
    font-size: 36px;
    line-height: 40px;
    text-decoration: none;
}
.header-sticky .site-title a.has-logo {
    line-height: 33px;
}
.site-description {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 0;
    display: block;
}
.header-left-nav .main-navigation ul {
    text-align: left;
}
.vce-header-ads {
    position: absolute;
    right: 0;
    width: 728px;
}
.vce-header-ads .aligncenter,
.vce-header-ads .alignleft,
.vce-header-ads .alignright {
    margin: 0;
}
.header-2-wrapper .site-branding,
.header-3-wrapper .site-branding {
    float: left;
    text-align: left;
}
.header-3-wrapper .main-navigation,
.header-left-nav .search-header-wrap {
    width: 45px;
    float: right;
}
.header-3-wrapper .main-navigation {
    width: auto;
    clear: none;
}
.header-main-area {
    position: relative;
}
.header-2-wrapper .site-branding,
.header-3-wrapper .site-branding {
    position: absolute;
}
.header-3-wrapper .nav-menu {
    position: static;
}
#disqus_thread,
.comment-respond,
.main-box {
    padding: 0;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.vce-module-columns .main-box-half {
    width: 395px;
}
.vce-sid-left .vce-module-columns .main-box-half:nth-child(2n),
.vce-sid-right .vce-module-columns .main-box-half:nth-child(2n) {
    margin-left: 20px;
}
.vce-sid-none .vce-module-columns .main-box-half {
    width: 366px;
    margin-right: 20px;
}
.vce-sid-none .main-box-half:nth-child(3n) {
    margin-right: 0;
}
.main-box-half .vce-lay-c,
.main-box-half .vce-lay-d,
.main-box-half .vce-lay-f,
.main-box-half .vce-lay-h {
    width: 100% !important;
    margin: 0 0 20px !important;
}
.main-box-inside,
.vce-lay-a,
.vce-lay-a .meta-image,
.vce-lay-a img {
    width: 100%;
    float: left;
}
.main-box-half .vce-lay-f {
    margin-bottom: 10px !important;
}
.main-box-inside {
    padding: 20px 20px 0;
}
.main-box-nopad {
    padding: 0;
}
.main-box-nopad .vce-lay-a,
.main-box-nopad .vce-lay-g {
    margin-bottom: 0;
    box-shadow: none;
}
.vce-lay-a.vce-post {
    margin-bottom: 20px;
}
.main-box-nopad .vce-lay-a.vce-post {
    margin-bottom: 0;
}
.mbi-inside {
    padding: 20px 20px 0;
}
.comment-reply-title,
.main-box-title {
    line-height: 1.14;
    text-align: center;
    margin-bottom: 0;
    padding: 15px 15px 18px;
}
.main-box-title a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 8px;
}
.main-box-title a:hover {
    text-decoration: none;
}
.site-content {
    padding: 15px 0 0;
}
.content-inside {
    padding: 20px;
}
#disqus_thread,
.comment-reply-title,
.comment-respond,
.comments-holder .navigation,
.header-sticky,
.main-box,
.main-box-head,
.main-box-title,
.main-header,
.mks-bredcrumbs-container,
.sidebar .widget,
.sidebar .widget-title,
.vce-author-card,
.vce-post,
ul.comment-list > li.comment,
ul.comment-list > li.pingback,
ul.comment-list > li.trackback {
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.vce-lay-a .entry-header {
    text-align: center;
    margin-bottom: 14px;
    float: left;
    width: 100%;
}
.vce-lay-a .entry-content {
    padding: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.vce-lay-a .meta-category {
    display: block;
}
.vce-lay-a .meta-image {
    margin-bottom: 20px;
}
.vce-slider-pagination .vce-lay-a .meta-image {
    max-height: 500px;
    overflow: hidden;
}
.vce-lay-a .post-title {
    padding: 0 50px;
    margin: 0 0 5px;
}
.vce-lay-a .post-title a {
    font-size: 36px;
    line-height: 48px;
}
.vce-lay-a {
    padding-bottom: 15px;
}
.vce-slider-pagination .vce-lay-a {
    width: 767px;
    margin-right: 19px;
    margin-left: 1px;
}
.vce-sid-none .vce-slider-pagination .vce-lay-a {
    width: 1097px;
}
.vce-lay-a p {
    margin-bottom: 15px;
}
.vce-lay-a .entry-content.lay-a-content {
    text-align: left;
}
.vce-lay-a .entry-content.lay-a-content .more-link {
    display: none;
}
.vce-lay-a .vce-read-more {
    border: 1px solid;
    border-radius: 4px;
    padding: 6px 0 7px;
    margin: 15px auto 20px;
    display: block;
    width: 130px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.vce-lay-b {
    margin: 0 0 20px;
    padding: 0 20px 0 0;
    min-height: 195px;
    width: 769px;
}
.vce-slider-pagination .vce-lay-b {
    margin: 0 20px 20px 0;
}
.vce-lay-b .meta-image {
    float: left;
    margin-right: 20px;
    display: block;
}
.vce-sid-left .vce-lay-b .meta-image,
.vce-sid-right .vce-lay-b .meta-image {
    min-height: 195px;
    min-width: 375px;
}
.vce-lay-d,
.vce-lay-d img {
    min-height: 100px;
    float: left;
}
.vce-lay-b img {
    float: left;
    width: 375px;
    max-height: 195px;
}
.vce-lay-b .entry-header {
    margin: 0 0 5px;
    padding: 10px 0 0;
}
.vce-lay-b .meta-category a {
    font-size: 14px;
}
.vce-lay-b .entry-title,
.vce-lay-h .entry-title {
    margin-bottom: 3px;
    line-height: 1.25;
    margin-top: 2px;
}
.vce-sid-none .vce-lay-b .entry-title {
    line-height: 26px;
    font-size: 18px;
}
.vce-lay-b .entry-content {
    margin-left: 395px;
    padding-bottom: 0;
}
.vce-sid-none .vce-lay-b .entry-content {
    margin-left: initial;
}
.vce-lay-b .entry-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}
.vce-lay-c {
    width: 375px;
    float: left;
    padding-bottom: 10px;
}
.vce-sid-left .vce-slider-pagination .vce-lay-c,
.vce-sid-left .vce-slider-pagination .vce-lay-d,
.vce-sid-right .vce-slider-pagination .vce-lay-c,
.vce-sid-right .vce-slider-pagination .vce-lay-d {
    width: 370px;
    margin: 0 20px 20px 0 !important;
}
.vce-sid-left .vce-lay-c,
.vce-sid-left .vce-lay-d,
.vce-sid-left .vce-lay-e,
.vce-sid-none .vce-lay-c,
.vce-sid-none .vce-lay-d,
.vce-sid-none .vce-lay-e,
.vce-sid-none .vce-lay-h,
.vce-sid-right .vce-lay-c,
.vce-sid-right .vce-lay-d,
.vce-sid-right .vce-lay-e {
    margin: 0 20px 20px 0;
}
.vce-sid-none .vce-lay-f {
    margin: 0 20px 10px 0;
}
.vce-sid-left .vce-lay-c:nth-child(2n),
.vce-sid-left .vce-lay-d:nth-child(2n),
.vce-sid-left .vce-lay-e:nth-child(5n),
.vce-sid-none .vce-lay-c:nth-child(3n),
.vce-sid-none .vce-lay-d:nth-child(3n),
.vce-sid-none .vce-lay-e:nth-child(7n),
.vce-sid-right .vce-lay-c:nth-child(2n),
.vce-sid-right .vce-lay-d:nth-child(2n),
.vce-sid-right .vce-lay-e:nth-child(5n) {
    margin: 0 0 20px;
}
.vce-sid-left article.vce-lay-c:nth-of-type(1n),
.vce-sid-left article.vce-lay-d:nth-of-type(1n),
.vce-sid-left article.vce-lay-e:nth-of-type(1n),
.vce-sid-none article.vce-lay-c:nth-of-type(1n),
.vce-sid-none article.vce-lay-d:nth-of-type(1n),
.vce-sid-none article.vce-lay-e:nth-of-type(1n),
.vce-sid-none article.vce-lay-h:nth-of-type(1n),
.vce-sid-right article.vce-lay-c:nth-of-type(1n),
.vce-sid-right article.vce-lay-d:nth-of-type(1n),
.vce-sid-right article.vce-lay-e:nth-of-type(1n) {
    margin: 0 20px 20px 0;
}
.vce-sid-left article.vce-lay-c:nth-of-type(2n),
.vce-sid-left article.vce-lay-d:nth-of-type(2n),
.vce-sid-left article.vce-lay-e:nth-of-type(5n),
.vce-sid-none article.vce-lay-c:nth-of-type(3n),
.vce-sid-none article.vce-lay-d:nth-of-type(3n),
.vce-sid-none article.vce-lay-e:nth-of-type(7n),
.vce-sid-right article.vce-lay-c:nth-of-type(2n),
.vce-sid-right article.vce-lay-d:nth-of-type(2n),
.vce-sid-right article.vce-lay-e:nth-of-type(5n) {
    margin: 0 0 20px;
}
.vce-sid-left .vce-lay-f:nth-child(2n),
.vce-sid-none .vce-lay-f:nth-child(3n),
.vce-sid-right .vce-lay-f:nth-child(2n) {
    margin: 0 0 10px;
}
.vce-sid-left .vce-lay-h:nth-child(2n),
.vce-sid-right .vce-lay-h:nth-child(2n) {
    margin: 0 0 20px 20px;
}
.vce-sid-left article.vce-lay-h:nth-of-type(1n),
.vce-sid-none .vce-lay-h:nth-child(3n),
.vce-sid-right article.vce-lay-h:nth-of-type(1n) {
    margin: 0 0 20px;
}
.vce-sid-left article.vce-lay-h:nth-of-type(2n),
.vce-sid-none article.vce-lay-h:nth-of-type(3n),
.vce-sid-right article.vce-lay-h:nth-of-type(2n) {
    margin: 0 0 20px 20px;
}
.vce-sid-none article.vce-lay-h:nth-of-type(3n) {
    margin: 0 0 20px;
}
.vce-sid-left .vce-lay-f,
.vce-sid-right .vce-lay-f {
    margin: 0 20px 0 0;
}
.vce-sid-left .vce-lay-f:last-child,
.vce-sid-right .vce-lay-f:last-child {
    margin-bottom: 20px;
}
.vce-lay-c .meta-image {
    margin-bottom: 12px;
    width: 100%;
}
.vce-lay-c .meta-category {
    text-align: center;
    display: block;
}
.vce-lay-c .meta-category a {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
}
.vce-lay-c .entry-title {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 4px;
    line-height: 1.3;
    font-size: 22px;
}
.vce-sid-none .vce-lay-c .entry-title {
    line-height: 1.27;
}
.vce-lay-c .entry-meta {
    text-align: center;
}
.vce-lay-c img {
    float: left;
    max-height: 195px;
    width: 375px;
}
.vce-lay-c .entry-header {
    margin-bottom: 10px;
    width: 100%;
}
.vce-lay-c .entry-content,
.vce-lay-h .entry-content {
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    line-height: 22px;
}
.vce-lay-c p {
    margin-bottom: 10px;
}
.vce-lay-c .vce-read-more {
    padding: 3px 0 4px;
    width: 100px;
    border-radius: 4px;
    margin: 10px auto;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    clear: both;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.entry-title a,
.main-box-title a,
.vce-gallery-big .gallery-icon a:after,
.vce-image-format:after {
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.vce-lay-d .meta-image {
    float: left;
    margin-right: 15px;
    height: 100%;
}
.vce-lay-d img {
    max-height: 100px;
    max-width: 145px;
}
.vce-lay-d .entry-content {
    margin-left: 395px;
    padding-bottom: 20px;
}
.vce-lay-d .entry-content p {
    margin-bottom: 0;
}
.vce-lay-d {
    width: 375px;
    padding: 0 10px 0 0;
}
.vce-lay-d .entry-header {
    padding: 3px 0 0;
    margin: 0;
}
.vce-lay-d .entry-title {
    margin-bottom: 0;
    line-height: 1.35;
}
.vce-lay-d .entry-meta {
    line-height: 19px;
}
.vce-lay-d .entry-meta div,
.vce-lay-d .entry-meta div a,
.vce-lay-d .meta-category a,
.vce-lay-e .entry-meta div,
.vce-lay-e .entry-meta div a,
.vce-lay-e .fn {
    line-height: 1.46;
}
.vce-lay-d .meta-category {
    display: block;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 2px;
}
.vce-lay-e {
    float: left;
}
.vce-lay-e .entry-title {
    line-height: 1.36;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
}
.vce-sid-left .vce-lay-e,
.vce-sid-right .vce-lay-e {
    width: 138px;
}
.vce-sid-left .vce-slider-pagination .vce-lay-e,
.vce-sid-right .vce-slider-pagination .vce-lay-e {
    width: 137.5px;
    -webkit-backface-visibility: hidden;
}
.vce-sid-none .vce-lay-e {
    width: 140px;
}
.vce-lay-e .entry-meta {
    text-align: center;
}
.vce-lay-e .entry-meta > div:before {
    display: none;
}
.vce-lay-e .entry-meta > div {
    display: block;
    margin-bottom: 2px;
}
.vce-lay-e .entry-meta div:last-child {
    margin-bottom: 8px;
}
.vce-lay-f.vce-post {
    background: 0 0;
    box-shadow: none;
}
.vce-lay-f {
    padding: 0 20px 0 15px;
    display: inline-block;
    float: left;
    width: 375px;
    vertical-align: top;
}
.vce-lay-f .entry-title {
    line-height: 1.43;
    margin: 0 0 0 17px;
    padding: 0;
    display: block;
}
.vce-lay-g {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    min-height: 177px;
}
.format-audio .meta-media,
.single-format-video .meta-media {
    min-height: 150px;
}
.vce-sid-none .vce-slider-pagination .vce-lay-g {
    width: 1100px;
}
.vce-sid-left .vce-slider-pagination .vce-lay-g,
.vce-sid-right .vce-slider-pagination .vce-lay-g {
    width: 770px;
    max-height: 500px;
    overflow: hidden;
}
.vce-lay-g .vce-featured-section a {
    font-size: 18px;
}
.vce-lay-g .entry-title {
    margin: 0 auto 7px;
    max-width: 600px;
    line-height: 1.2;
}
.vce-lay-g .meta-image a img {
    width: 100%;
}
.vce-lay-g .vce-featured-header {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    z-index: 20;
}
.vce-lay-g .entry-meta {
    line-height: 24px;
}
.vce-lay-h .img-wrap .entry-header .entry-meta a,
.vce-lay-h .img-wrap .entry-header .entry-meta span,
.vce-lay-h .img-wrap .entry-header .meta-category a {
    color: #fff;
}
.vce-lay-g .vce-format-icon {
    top: 50%;
    margin-top: -90px;
}
.vce-slider-pagination .vce-lay-g .vce-format-icon {
    top: 160px;
    margin-top: 0;
}
.vce-lay-g .vce-featured-info {
    z-index: 2;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.vce-loop-wrap {
    float: left;
    width: 100%;
}
.vce-square {
    height: 5px;
    width: 5px;
    display: inline-block;
    float: left;
    margin: 7px 12px 0 0;
    border-radius: 50%;
}
.entry-title a,
.main-box-title a {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.entry-title a:hover,
.vce-prev-next-link:hover {
    text-decoration: none;
}
.vce-lay-a .entry-title {
    margin: 0 auto 10px;
    max-width: 600px;
    line-height: 1.18;
}
.header-separator {
    height: 1px;
    width: 100%;
    background: #eaeaea;
    clear: both;
    float: left;
}
.meta-category a {
    font-size: 16px;
    text-decoration: none;
}
.meta-category a:hover {
    text-decoration: underline;
}
.meta-category span {
    font-size: 12px;
    line-height: 12px;
}
.vce-featured-info .meta-category span {
    display: none;
}
.entry-meta div,
.entry-meta div a {
    line-height: 1.29;
    display: inline-block;
    text-decoration: none;
}
.entry-meta div,
.entry-meta div a,
.entry-meta span {
    white-space: nowrap;
}
.entry-meta .meta-item.author span {
    white-space: normal;
}
.entry-meta div a:hover {
    text-decoration: underline;
}
.data-links a,
.prev-next-nav a,
.vce-author-links a,
.vce-prev-next-link {
    text-decoration: none;
}
.entry-meta > div:first-child:before {
    content: "";
    margin: 0;
}
.entry-meta > div:before {
    content: "\2022";
    margin: 0 5px;
    font-size: 12px;
}
.vce-lay-h {
    float: left;
    width: 375px;
    margin-bottom: 20px;
}
.vce-lay-h .entry-content {
    padding: 20px 30px;
}
.vce-lay-h .entry-content p {
    margin-bottom: 0;
}
.vce-lay-h .img-wrap {
    position: relative;
    display: block;
    height: 260px;
    width: 100%;
    overflow: hidden;
}
.vce-lay-h .img-wrap .meta-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}
.vce-lay-h .img-wrap .meta-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vce-lay-h .img-wrap .vce-overlay {
    opacity: 0.5;
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.vce-lay-h .img-wrap:hover .vce-overlay {
    opacity: 0.8;
}
.vce-lay-h .img-wrap .entry-header {
    z-index: 2;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
}
.vce-lay-h .img-wrap .entry-header .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    padding: 0 40px;
    display: block;
}
.vce-format-icon i,
.vce-gallery-big .gallery-icon a:after,
.vce-image-format:after,
.vce-pn-ico .fa {
    background: rgba(74, 74, 74, 0.5);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.vce-lay-h .vce-format-icon {
    z-index: 10;
    top: 20px;
    margin: 0;
    width: 50px;
    right: 20px;
}
.vce-lay-h .meta-category span {
    display: none;
}
.vce-single .entry-header {
    margin: 30px 0;
    text-align: center;
}
h1.entry-title {
    line-height: 1.22;
    margin: 0 auto 15px;
    padding: 0;
    width: 700px;
}
.vce-single .meta-author {
    display: block;
    text-align: center;
    position: relative;
    z-index: 11;
}
.meta-author-img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
    margin: -57px 0 10px;
    vertical-align: middle;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 11;
    display: inline-block;
    overflow: hidden;
    max-width: 100px;
    max-height: 100px;
}
.meta-author-wrapped {
    display: block;
    font-size: 16px;
}
.meta-author-wrapped .fn a {
    font-size: 16px;
}
.error404 .entry-content,
.vce-page .entry-content,
.vce-single .entry-content,
.vce-single .entry-footer,
.vce-single .entry-headline {
    margin: 30px auto;
    width: 600px;
}
.vce-404-menu li {
    margin-bottom: 10px;
}
.vce-single .entry-content p:last-child {
    margin-bottom: 0;
}
.vce-single .entry-content blockquote p:last-child {
    margin-bottom: 30px;
}
.vce-single .entry-headline p {
    line-height: 1.35;
}
.prev-next-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 20px 0;
    text-align: center;
    float: left;
    width: 100%;
}
.vce-prev-next-link {
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: center;
    padding: 0 50px;
}
.vce-next-link,
.vce-prev-link {
    position: relative;
    width: 375px;
    margin: 0 15px 20px 0;
    display: inline-block;
    vertical-align: top;
}
.vce-next-link {
    margin: 0 0 20px;
}
.vce-pn-ico {
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    margin-top: -40px;
    width: 100%;
}
.vce-pn-ico .fa {
    border: 5px solid rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 50%;
    z-index: 1000;
    color: #fff;
    height: 80px;
    width: 80px;
    padding: 18px 0 0;
    font-size: 35px;
    line-height: 37px;
}
.vce-pn-ico .fa-chevron-left:before {
    margin: 0 5px 0 0;
}
.vce-pn-ico .fa-chevron-right:before {
    margin: 0 0 0 5px;
}
.img-wrp {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}
.img-wrp img {
    max-height: 195px;
    width: 100%;
}

.data-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.data-image img {
    border-radius: 50%;
    width: 112px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border: 5px solid #fff;
}
.author-title {
    font-size: 24px;
    line-height: 34px;
}
.vce-content-outside {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 13px 20px;
}
.meta-image {
    position: relative;
    overflow: hidden;
    z-index: 10;
    max-width: 100%;
}
.data-links a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 15px 0 0;
    min-width: 130px;
}
.data-content {
    margin: 0 0 0 145px;
}
.vce-gallery-slider {
    margin-top: 1px;
}
.vce-gallery-slider .owl-nav > div {
    position: absolute;
    top: 0;
    z-index: 1000;
    height: 100%;
}
.vce-gallery-slider .owl-nav .owl-next {
    right: 0;
}
.vce-gallery-slider .owl-nav .owl-next,
.vce-gallery-slider .owl-nav .owl-prev {
    position: absolute;
    background: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    height: 100%;
    width: 32px;
    text-align: center;
    font-size: 20px;
}
.vce-featured-full-slider .owl-nav .owl-next:hover,
.vce-featured-full-slider .owl-nav .owl-prev:hover,
.vce-gallery-slider .owl-nav .owl-next:hover,
.vce-gallery-slider .owl-nav .owl-prev:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.vce-gallery-slider .fa {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    font-size: 26px;
}
.vce-gallery-slider .fa-angle-left {
    margin-left: -5px;
}
.vce-gallery-slider .fa-angle-right {
    right: 10px;
}
.meta-media {
    position: relative;
}
.meta-media iframe[src*="soundcloud.com"] {
    position: absolute;
    bottom: 20px;
    max-height: 150px;
    padding: 0 30px;
}
.meta-media .vce-gallery-big {
    height: 450px;
    overflow: hidden;
    position: relative;
}
.vce-custom-content .vce-gallery-big,
.vce-sid-none .meta-media .vce-gallery-big {
    height: 600px;
}
.vce-gallery-big {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.vce-gallery-big img {
    width: 100%;
}
.vce-gallery-slider .gallery-caption {
    display: none;
}
.vce-gallery-big .gallery-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px 30px;
    text-align: left;
}
.gallery-caption {
    font-size: 14px;
    line-height: 24px;
}
.vce-contnet-none {
    text-align: center;
}
.vce-contnet-none .entry-content .search-field {
    width: 100%;
    margin-bottom: 20px;
}
.vce-contnet-none .entry-content .search-submit {
    display: inline-block;
}
.vce-gallery-big .gallery-icon a:after,
.vce-image-format:after {
    font-family: FontAwesome;
    content: "\f002";
    border: 5px solid rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    height: 80px;
    width: 80px;
    padding: 17px 0 0;
    font-size: 35px;
    line-height: 37px;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -40px 0 0 -40px;
    opacity: 0;
}
.meta-image:hover .vce-image-format:after,
.vce-gallery-big .gallery-icon a:hover:after {
    opacity: 1;
}
.vce-page .meta-image img,
.vce-single .meta-image img {
    width: 100%;
}
.vce-link-pages {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    text-align: center;
    position: relative;
}
.main-box .vce-link-pages a {
    display: inline-block;
    vertical-align: top;
    margin: 0 90px;
    position: absolute;
    top: 17px;
    min-width: 90px;
    left: 15px;
}
.main-box .vce-link-pages a:last-child {
    right: 15px;
    left: initial;
}
.vce-single .vce-related-box .entry-content {
    width: auto;
    margin: auto;
}
.vce-related-box .vce-lay-b {
    margin: 0 0 20px;
}
.vce-related-box .vce-lay-a.vce-post {
    margin-bottom: 20px;
}
.meta-tags a {
    margin-right: 5px;
}
.meta-tags a:before {
    content: "#";
}
.data-links {
    float: left;
}
.vce-author-links {
    float: right;
}
.vce-author-links a {
    font-size: 20px;
    float: left;
    margin: 0 5px;
    line-height: 32px;
    color: #888;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.data-content .author-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}
.vce-author-website span {
    display: none;
}
.vce-format-icon {
    display: block;
    top: 50%;
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -60px;
}
.vce-lay-b .vce-format-icon,
.vce-lay-c .vce-format-icon {
    margin-top: -40px;
}
.vce-lay-d .vce-format-icon,
.vce-lay-e .vce-format-icon,
.vce-mega-menu-wrapper .vce-format-icon {
    margin-top: -23px;
}
.vce-format-icon i {
    border: 5px solid rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    border-radius: 50%;
    z-index: 1000;
    color: rgba(255, 255, 255, 1);
    -webkit-backface-visibility: hidden;
}
.vce-featured-link-article,
.vce-photo-caption {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    color: #fff;
}
.vce-lay-a .vce-format-icon i,
.vce-lay-g .vce-format-icon i {
    height: 120px;
    width: 120px;
    padding: 25px 0 0;
    line-height: 61px;
    font-size: 59px;
}
.vce-lay-a .vce-format-icon .fa-music:before,
.vce-lay-g .vce-format-icon .fa-music:before {
    margin: 0 0 0 -11px;
}
.vce-lay-a .vce-format-icon .fa-play:before,
.vce-lay-g .vce-format-icon .fa-play:before {
    margin: 0 0 0 12px;
}
.vce-lay-b .vce-format-icon .fa-music:before,
.vce-lay-c .vce-format-icon .fa-music:before,
.vce-lay-h .vce-format-icon .fa-music:before {
    margin: 0 0 0 -7px;
}
.vce-lay-b .vce-format-icon .fa-play:before,
.vce-lay-c .vce-format-icon .fa-play:before,
.vce-lay-d .vce-format-icon .fa-play:before,
.vce-lay-e .vce-format-icon .fa-play:before,
.vce-lay-h .vce-format-icon .fa-play:before,
.vce-mega-menu-wrapper .vce-format-icon .fa-play:before {
    margin: 0 0 0 5px;
}
.vce-mega-menu-wrapper img {
    height: auto;
}
.vce-lay-b .vce-format-icon i,
.vce-lay-c .vce-format-icon i {
    height: 80px;
    width: 80px;
    padding: 18px 0 0;
    font-size: 35px;
    line-height: 37px;
}
.vce-lay-d .vce-format-icon i,
.vce-lay-e .vce-format-icon i,
.vce-lay-h .vce-format-icon i,
.vce-mega-menu-wrapper .vce-format-icon i {
    height: 46px;
    width: 46px;
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 22px;
    border: 3px solid rgba(255, 255, 255, 1);
}
.pagination-wapper {
    width: 100%;
    padding: 0 20px;
    margin: 20px 0;
}
.older_entries {
    float: left;
}
.newer_entries {
    float: right;
}
#vce_pagination {
    text-align: center;
}
.pagination-wapper .page-numbers {
    width: 42px;
    display: inline-block;
}
.pagination-wapper a.next,
.pagination-wapper a.prev {
    width: 100px;
}
.vce-slider-pagination .owl-item {
    padding: 0 2px;
}
#vce-pagination,
.comments-holder .navigation,
.vce-slider-pagination .owl-controls {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 13px 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 -20px;
}
.vce-slider-pagination .owl-nav {
    text-align: center;
}
.vce-mega-menu-posts-wrap .owl-nav .owl-next,
.vce-mega-menu-posts-wrap .owl-nav .owl-prev,
.vce-slider-pagination .owl-nav .owl-next,
.vce-slider-pagination .owl-nav .owl-prev {
    width: 34px;
    min-width: 34px;
    margin: 0 2px;
    display: inline-block;
}
.comments-holder .navigation,
.vce-slider-pagination {
    display: block;
    float: left;
    width: 100%;
}
.comments-holder .navigation {
    padding: 20px 0;
    text-align: center;
    margin: 0;
}
.comments-holder .navigation .page-numbers.current {
    color: #fff;
}
#vce-pagination .page-numbers,
.comments-holder .navigation .page-numbers {
    background: 0 0;
    box-shadow: none;
    min-width: 34px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    transition: all 0.2s ease-in-out;
}
.comments-holder .navigation .page-numbers {
    height: 34px;
    width: 34px;
    border-radius: 4px;
    padding: 3px 11px;
    text-decoration: none;
}
.comments-holder .navigation .page-numbers.next,
.comments-holder .navigation .page-numbers.prev {
    width: auto;
}
.comments-holder a.next:before,
.comments-holder a.prev:before {
    display: none;
}
#vce-pagination .page-numbers:hover,
.bbp-pagination-links a:hover,
.comments-holder .navigation .page-numbers:hover {
    color: #fff;
}
#vce-pagination .next.page-numbers,
#vce-pagination .prev.page-numbers {
    position: absolute;
    top: 14px;
    min-width: 90px;
}
#vce-pagination .prev.page-numbers {
    left: 20px;
}
#vce-pagination .next.page-numbers {
    right: 20px;
}
#vce-pagination .next,
#vce-pagination .prev,
.vce-next a,
.vce-prev a {
    width: 100px;
    margin: 0;
    float: right;
    display: inline-block;
    vertical-align: top;
}
#vce-pagination .prev,
.vce-prev a {
    float: left;
}
.main-box .vce-link-pages a:after,
.main-box .vce-link-pages a:before,
.vce-next a:after,
.vce-prev a:before,
a.next:after,
a.prev:before {
    font-size: 18px;
    font-family: FontAwesome;
}
.bottom-nav-menu a,
.site-info p {
    font-size: 13px;
}
.main-box .vce-link-pages a:last-child:after,
.vce-next a:after,
a.next:after {
    content: "\f105";
    margin-left: 6px;
}
.main-box .vce-link-pages a:before,
.vce-prev a:before,
a.prev:before {
    content: "\f104";
    margin-right: 6px;
}
.main-box .vce-link-pages a:last-child:before {
    display: none;
}
.site-footer {
    width: 100%;
    float: left;
    padding: 0;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.site-footer [class*="bit-"] {
    margin-top: 20px;
}
.site-info {
    background: rgba(0, 0, 0, 0.35);
    padding: 15px 0;
}
.site-info p {
    margin-bottom: 0;
}
.site-info .container {
    width: 100%;
}
.bottom-nav-menu li {
    list-style: none;
    position: relative;
    float: left;
    margin: 0 10px 0 0;
}
.bottom-nav-menu li:last-child {
    margin: 0;
}
.comment-metadata a,
.comment-notes,
.fn,
.fn a,
.says {
    font-size: 14px;
}
.bottom-nav-menu {
    margin: 0;
    padding: 0;
}
.site-info .bottom-nav-menu .sub-menu {
    background: rgba(0, 0, 0, 0.35);
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0;
    padding: 10px;
}
.site-info .bottom-nav-menu .sub-menu li {
    float: left;
    display: block;
    width: 200px;
}
.site-info .bottom-nav-menu li:hover .sub-menu {
    display: block;
}
.site-footer .soc-nav-menu {
    margin-top: -5px;
    float: left;
    margin-bottom: -13px;
}
.site-footer .vce-wrap-center {
    height: auto;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.vce-featured-grid.owl-carousel .owl-stage {
    max-height: 259px;
    overflow: hidden;
}
.vce-featured,
.vce-featured-full-slider {
    max-height: 500px;
    overflow: hidden;
}
.vce-featured-grid .owl-item img {
    height: 260px;
    object-fit: cover;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.mfp-container:before,
.mfp-figure:after {
    content: "";
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
}
.gallery-columns-2 .owl-carousel .owl-item {
    height: 260px;
    overflow: hidden;
}
.vce-sid-none .gallery-columns-3 .owl-carousel .owl-item {
    height: 250px;
    overflow: hidden;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 0.1s ease;
    -moz-transition: scale 0.1s ease;
    -ms-transition: scale 0.1s ease;
    -o-transition: scale 0.1s ease;
    transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.comment-form,
.comments-main {
    float: left;
    width: 100%;
    clear: both;
}
.comment-form {
    padding: 20px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
}
.comment-form-url {
    padding: 0;
}
.comment-form-comment {
    margin-bottom: 20px;
}
.form-submit {
    margin-bottom: 0;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment {
    list-style: none;
    float: left;
    width: 100%;
}
.comment .avatar {
    border-radius: 50%;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border: 5px solid #fff;
    float: left;
    margin: 0 20px 0 0;
}
.vce-lay-d .comment-metadata a,
.vce-lay-d .fn,
.vce-lay-d .fn a,
.vce-lay-d .says {
    font-size: 13px;
}
ul.comment-list > li.comment,
ul.comment-list > li.pingback {
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
ul.comment-list > li.comment:last-child,
ul.comment-list > li.pingback:last-child {
    margin-bottom: 0;
}
ul.comment-list .pingback {
    float: left;
    width: 100%;
}
.pingback .comment-reply-link {
    margin: 0;
}
li.comment .comment-body {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
li.comment .comment-body:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
ul.comment-list .fn,
ul.comment-list .fn a,
ul.comment-list .says {
    font-size: 16px;
    display: inline-block;
    margin: 6px 0 0;
    line-height: 24px;
}
.comment-metadata a {
    font-size: 14px;
}
.comment-list .comment-edit-link:hover {
    text-decoration: underline;
}
.comment-list .comment-content {
    display: block;
    clear: both;
    margin: 0 0 20px 95px;
    position: relative;
}
.comment-list .pingback .comment-content {
    margin: 0 0 20px;
}
.comment-body .edit-link {
    position: absolute;
    top: 0;
    right: 0;
}
.comment-body .edit-link a {
    color: #333;
    background: #ddd;
    text-decoration: none;
    padding: 2px 13px;
    font-size: 11px;
    text-transform: uppercase;
    box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    line-height: 20px;
    float: right;
}
.comment-respond {
    z-index: 1000;
    position: relative;
}
.comment-content a:hover {
    text-decoration: underline;
}
.comment-content p {
    margin-bottom: 15px;
}
.comment-list .comment-content p:last-child {
    margin-bottom: 0;
}
.comment-reply-link {
    padding: 2px 10px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 0 0 95px;
    transition: all 0.1s ease-in-out;
}
.comment-reply-link:hover {
    color: #fff;
    text-decoration: none;
}
#respond #cancel-comment-reply-link,
#respond h3 .cancel-comment-reply {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #ddd;
    float: right;
    text-decoration: none;
}
.comment-form-author label,
.comment-form-comment label,
.comment-form-email label,
.comment-form-url label {
    width: 100%;
    float: left;
    margin: 0 0 2px;
}
#comment,
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
select,
textarea {
    line-height: normal;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 42px;
    padding: 0 20px 0 10px;
}
#comment,
textarea {
    padding: 10px;
    height: 150px;
}
#comment:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    box-shadow: none;
}
input[type="range"] {
    width: 100%;
}
#comment {
    resize: vertical;
}
ul.comment-list .says {
    display: none;
}
.comment-subscription-form {
    margin-bottom: 0;
    margin-top: 10px;
}
.must-log-in {
    padding: 30px 20px 0;
}
.vce-featured {
    margin: 0;
    position: relative;
    display: block;
    height: 100%;
    max-width: 100%;
    min-height: 500px;
    opacity: 0;
}
.vce-featured > a img,
.vce-featured > img,
.vce-lay-g > a img,
.vce-lay-g > img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 1;
    min-width: 100%;
    height: 100%;
    width: auto;
    max-width: initial;
}
.vce-featured > .size-vce-fa-full,
.vce-featured > a .size-vce-fa-full {
    object-fit: cover;
}
.vce-featured .vce-featured-header {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    z-index: 2;
    height: 100%;
}
.vce-featured .vce-featured-info {
    z-index: 2;
    position: absolute;
    width: 790px;
    top: 145px;
    opacity: 0;
    left: 50%;
    margin-left: -395px;
}
.vce-featured-info .entry-content {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}
.vce-featured .entry-meta {
    margin-bottom: 3px;
}
.vce-featured-info .entry-content p {
    margin-bottom: 0;
}
.vce-lay-g .vce-featured-info .entry-content {
    margin-top: 10px;
}
.vce-featured-header-background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    background: #000;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vce-featured-section a,
.vce-lay-g .vce-featured-info .meta-category a,
.vce-lay-h header .meta-category a {
    font-size: 13px;
    line-height: 23px;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 2px;
    display: inline-block;
}
.vce-featured .entry-meta .meta-item,
.vce-featured .entry-meta .meta-item a,
.vce-featured .entry-meta .reviews span,
.vce-featured-grid .reviews i,
.vce-featured-info .reviews i,
.vce-featured-section a,
.vce-grid-text .vce-featured-info .meta-item,
.vce-grid-text .vce-featured-info .meta-item a,
.vce-lay-g .vce-featured-info .meta-category a,
.vce-lay-h .reviews i,
.vce-lay-h header .meta-category a {
    color: #fff !important;
    -webkit-backface-visibility: hidden;
}
.vce-grid-text .fn,
.vce-grid-text .vce-featured-info .meta-item,
.vce-grid-text .vce-featured-info .meta-item a {
    font-size: 13px;
}
.vce-featured-section span {
    display: none;
}
.vce-featured-section {
    margin-bottom: 5px;
    -webkit-backface-visibility: hidden;
}
.vce-featured-link-article {
    line-height: 1.15;
    text-decoration: none;
    display: block;
}
.vce-featured-link-article:hover {
    text-decoration: none;
}
.vce-featured-title {
    margin: 0 auto 7px;
    -webkit-backface-visibility: hidden;
}
.vce-featured-full-slider .owl-item img {
    width: auto;
}
.vce-featured-grid {
    margin-top: 1px;
}
.vce-grid-item {
    position: relative;
    float: left;
    display: block;
    width: 380px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0;
}
.vce-grid-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    z-index: 2;
    height: 100%;
}
.vce-grid-text .vce-featured-info {
    margin-top: 18%;
    z-index: 1000;
    position: relative;
}
.vce-grid-text .vce-featured-info.vce-vertical-center {
    margin-top: 15px;
    width: 100%;
}
.vce-featured-grid .vce-featured-link-article {
    line-height: 1.3;
}
.vce-featured-grid .vce-featured-section a {
    font-size: 13px;
    line-height: 23px;
    position: relative;
    z-index: 2000;
}
.vce-featured-grid .vce-featured-section span {
    color: #fff;
}
.vce-featured-grid .vce-featured-section {
    margin-bottom: 5px;
}
.vce-featured-grid .vce-featured-title {
    padding: 0 10px;
    line-height: 14px;
    margin: 0 auto;
}
.vce-featured-grid .owl-controls .owl-next,
.vce-featured-grid .owl-controls .owl-prev,
.vce-post-slider .owl-controls .owl-next,
.vce-post-slider .owl-controls .owl-prev {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.vce-featured-grid:hover .owl-next,
.vce-featured-grid:hover .owl-prev,
.vce-post-slider:hover .owl-next,
.vce-post-slider:hover .owl-prev {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.vce-featured-grid .owl-next,
.vce-featured-grid .owl-prev,
.vce-post-slider .owl-next,
.vce-post-slider .owl-prev {
    position: absolute;
    top: 0;
    background: #fff;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    height: 100%;
    width: 50px;
    text-align: center;
    font-size: 32px;
}
.vce-featured-grid-big.vce-featured-grid .owl-item img,
.vce-grid-item .owl-carousel .owl-item img {
    height: 433px;
}
.vce-featured-grid .vce-featured-link-article,
.vce-featured-grid .vce-featured-section,
.vce-featured-grid .vce-featured-section a,
.vce-featured-grid .vce-featured-title {
    -webkit-backface-visibility: hidden;
}
.vce-featured-grid i,
.vce-post-slider i {
    position: absolute;
    top: 50%;
    margin-top: -16px;
}
.vce-featured-grid i.fa-angle-left,
.vce-post-slider i.fa-angle-left {
    left: 19px;
}
.vce-featured-grid i.fa-angle-right,
.vce-post-slider i.fa-angle-right {
    right: 19px;
}
.vce-featured-full-slider .owl-nav .owl-next,
.vce-featured-grid .owl-next,
.vce-post-slider .owl-next {
    right: 0;
}
.vce-featured-grid .owl-next:hover,
.vce-featured-grid .owl-prev:hover,
.vce-post-slider .owl-next:hover,
.vce-post-slider .owl-prev:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.vce-featured-grid .owl-prev,
.vce-post-slider .owl-prev {
    left: 0;
}
.vce-featured-grid-big .vce-grid-item {
    width: 634px;
}
.vce-featured-grid-big.vce-featured-grid.owl-carousel .owl-stage {
    max-height: 432px;
    overflow: hidden;
}
.vce-featured-grid-big .vce-grid-text .vce-featured-info {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 40px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vce-featured-grid-big.vce-featured-grid .vce-featured-link-article {
    line-height: 1.18;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.vce-featured-grid-big .vce-grid-text .vce-featured-info .meta-item {
    font-size: 14px;
    line-height: 18px;
}
.vce-featured-full-slider .owl-nav .owl-next,
.vce-featured-full-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    background: #fff;
    opacity: 0.5;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 80px;
    outline: 0;
    text-align: left;
    cursor: pointer;
    margin-top: -40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vce-featured-full-slider .owl-nav .owl-prev {
    left: 0;
}
.vce-featured-full-slider .owl-nav i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 50px;
    text-align: center;
    padding-top: 15px;
}
.vce-featured-full-slider .owl-nav .owl-prev i:before {
    margin-left: -7px;
}
.vce-featured-full-slider .owl-nav .owl-next i:before {
    margin-right: -7px;
}
.vce-hover-effect {
    width: 790px;
    margin: 0 auto;
    position: relative;
    padding: 20px 30px;
}
.wp-caption {
    padding: 0;
    text-align: center;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: none;
    height: auto;
}
.entry-content .wp-caption img {
    width: 100%;
}
.wp-caption .wp-caption-text {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    font-style: normal;
    font-style: italic;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.wp-caption .wp-caption-text a {
    text-decoration: underline;
}
#back-top:hover,
.mfp-close,
.vce-share-items li a,
.wp-caption .wp-caption-text a:hover {
    text-decoration: none;
}
.wp-smiley {
    max-height: 13px;
    margin: 0;
}
.vce-photo-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 5px 12px;
    background: rgba(0, 0, 0, 0.15);
    font-size: 14px;
    text-align: right;
    font-style: italic;
    max-width: 40%;
    line-height: 22px;
    z-index: 2;
}
.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
}
.meta-media .wp-playlist {
    width: 80%;
    margin: 15px auto;
    border: none;
}
.meta-media .wp-playlist-item {
    padding: 5px;
}
.wp-video {
    width: 100% !important;
    background: #000;
    margin-bottom: 30px;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%;
}
.entry-content .wp-video {
    background: 0 0;
    margin-bottom: 0;
}
.wp-audio-shortcode {
    min-height: 100px;
}
.entry-content .wp-audio-shortcode {
    margin-bottom: 30px;
}
.mejs-controls button {
    min-width: initial;
}
.vce-main-content .mejs-container .mejs-controls,
.vce-main-content .mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: rgba(0, 0, 0, 0.5);
}
.vce-main-content .mejs-controls .mejs-button button:focus {
    outline: 0;
}
.vce-main-content .mejs-container .mejs-controls {
    height: 100px;
}
.vce-main-content .mejs-container .mejs-controls > div,
.vce-main-content .mejs-container .mejs-horizontal-volume-slider {
    margin-top: 35px;
}
.vce-main-content .mejs-container .mejs-controls > div:first-child {
    margin-left: 30px;
}
.vce-main-content .mejs-container .mejs-controls > div:last-child {
    margin-right: 30px;
}
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    background: #222;
    height: 100px !important;
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    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-close,
.mfp-preloader {
    text-align: center;
    position: absolute;
}
.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-zoom-out-cur #sticky_header {
    z-index: 100;
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
}
.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;
    top: 50%;
    width: auto;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    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;
    right: 0;
    top: 0;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.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;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}
.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, 0.6);
    background: #000;
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}
img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0.001;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 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-gallery .mfp-image-holder .mfp-figure,
.vce-menu-parent:hover,
.wpcf7-submit:hover {
    cursor: pointer;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    padding-right: 36px;
}
@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, 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 {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.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;
}
.vce-featured-grid .owl-item img {
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s;
    -o-transition: -o-transform 0.2s ease 0s;
    -ms-transition: -ms-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
}
.vce-featured a img,
.vce-featured-full-slider .owl-item.active img {
    -webkit-transition: -webkit-transform 15s ease-in-out 0s;
    -moz-transition: -moz-transform 15s ease-in-out 0s;
    -o-transition: -o-transform 15s ease-in-out 0s;
    -ms-transition: -ms-transform 15s ease-in-out 0s;
    transition: transform 15s ease-in-out 0s;
}
.vce-featured-full-slider .owl-item.active img,
.vce-featured:hover a img {
    -webkit-transform: translateX(-15px) translateY(13px) scale(1.1);
    -moz-transform: translateX(-15px) translateY(13px) scale(1.1);
    -o-transform: translateX(-15px) translateY(13px) scale(1.1);
    -ms-transform: translateX(-15px) translateY(13px) scale(1.1);
    transform: translateX(-15px) translateY(13px) scale(1.1);
}
.vce-featured-grid
.owl-item:hover
.vce-grid-text
.vce-featured-header-background {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-wrp img,
.mega-menu-img img,
.meta-image img,
.vce-gallery .gallery-item img,
.vce-gallery-big img,
.vce-lay-g img,
.vce-post img,
.vce-post-img img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}
.vce-post-big .vce-post-img:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vce-lay-a.vce-post .meta-image:hover a img,
.vce-lay-g .meta-image:hover a img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.vce-post-big .vce-post-img img {
    width: 100%;
}
.vce-share-bar {
    display: block;
    padding: 0 30px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.vce-share-items {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 600px;
    max-width: 760px;
    display: inline-block;
    text-align: center;
}
.vce-share-items li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}
.mks_separator {
    border-bottom-color: rgba(0, 0, 0, 0.05) !important;
}
.mks_button.rounded,
.mks_dropcap.mks_dropcap_rounded,
.mks_ico.rounded,
.mks_progress_level,
.mks_pullquote,
a.mks_button {
    border-radius: 4px;
}
a.mks_button.mks_button_small {
    padding: 5px 10px;
    min-width: 100px;
    text-align: center;
}
a.mks_button.mks_button_medium {
    padding: 10px 30px;
    min-width: 100px;
    text-align: center;
}
a.mks_button.mks_button_large {
    padding: 20px 40px;
    min-width: 100px;
    text-align: center;
}
.mks_tabs.horizontal .mks_tab_nav_item {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0 0;
    background: rgba(0, 0, 0, 0.05);
}
.mks_tabs.horizontal .mks_tab_nav_item.active {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mks_tabs.horizontal .mks_tab_item {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 4px 4px;
}
.mks_tabs.vertical .mks_tab_nav_item {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px 0 0 4px;
    background: rgba(0, 0, 0, 0.05);
}
.mks_tabs.vertical .mks_tab_nav_item.active {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mks_tabs.vertical .mks_tab_item {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 4px 4px;
}
.mks_accordion,
.mks_toggle,
.sidr ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mks_accordion_item,
.mks_toggle,
.sidr-class-sub-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mks_accordion,
.mks_toggle {
    border-radius: 0 0 4px 4px;
}
.mks_accordion_item,
.mks_toggle {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mks_accordion_content,
.mks_toggle_content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: 0 0;
}
.mks_accordion_item:nth-child(1) {
    border-radius: 4px 4px 0 0;
}
.mks_toggle {
    border-radius: 4px;
}
.mks_col:after {
    content: "";
    clear: both;
    display: table;
}
.mks_accordion_item:last-child,
.mks_toggle_active .mks_toggle_content {
    border-radius: 0 0 4px 4px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    width: 100%;
}
.vce-share-items li a {
    border-radius: 4px;
    width: 115px;
    height: 40px;
    text-align: center;
    color: #fff;
    padding: 12px 0 0;
    font-size: 18px;
}
.vce-share-items li a[data-url*="facebook.com"] {
    background-color: #45619c;
}
.vce-share-items li a[data-url*="twitter.com"] {
    background-color: #00acee;
}
.vce-share-items li a[data-url*="linkedin.com"] {
    background-color: #1d87bd;
}
.vce-share-items li a[data-url*="pinterest.com"] {
    background-color: #bd1e23;
}
.vce-share-items li a[data-url*="google.com"] {
    background-color: #dd4b39;
}
.vce-share-items li a[data-url*="reddit.com"] {
    background-color: #369;
}
.vce-share-items li a[data-url*="stumbleupon.com"] {
    background-color: #ff2618;
}
.vce-share-items li a[data-url*="vk.com"] {
    background-color: #597da3;
}
.vce-share-items li a.fa-envelope-o {
    background-color: #95a5a6;
}
.vce-share-items li a.fa-whatsapp {
    background-color: #25d366;
}
.no-modules-msg {
    text-align: center;
    margin-bottom: 20px;
}
#back-top {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 1041;
    width: 40px;
    height: 40px;
    background: 0 0;
    text-indent: 0;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    color: #e8e8e8;
    font-size: 32px;
    line-height: 26px;
    padding: 4px 0 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
    display: none;
}
#back-top i {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.7;
}
#back-top:hover i,
.vce-featured .vce-info-opacity,
.vce-featured-opacity {
    opacity: 1;
}
.twitter-tweet {
    margin: 0 auto !important;
}
.fb_iframe_widget {
    text-align: center;
    width: 100% !important;
    margin-bottom: 30px;
}
.archive .main-box-title {
    -moz-box-shadow: none;
    box-shadow: none;
}
.main-box-subtitle {
    width: 600px;
    margin: -5px auto 0;
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-align: center;
    padding-bottom: 18px;
}
.main-box-subtitle p {
    margin-bottom: 0;
}
.vce-responsive-nav {
    display: none;
    font-size: 32px;
    line-height: 26px;
    float: left;
    position: relative;
    z-index: 5000;
}
.sidr,
.vce-menu-parent {
    position: absolute;
    top: 0;
}
.vce-menu-parent {
    content: "\f107";
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    font-family: FontAwesome;
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.vce-404-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vce-404-menu li {
    float: left;
    margin-right: 10px;
}
.error404 .entry-title {
    width: auto;
}
.sidr {
    display: none;
    z-index: 999999;
    position: fixed;
    width: 260px;
    height: 100%;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
}
.error,
.ie8 .vce-lay-c .meta-image,
.ie9 .vce-lay-c .meta-image,
.success,
.wpcf7-form-control-wrap {
    width: 100%;
}
body.sidr-main-open {
    top: 0;
}
.sidr .sidr-inner {
    padding: 0 0 15px;
}
.sidr.right {
    right: -260px;
    left: auto;
}
.sidr.left {
    right: auto;
    left: -260px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    position: relative;
}
.sidr ul li ul,
.sidr ul li ul li:last-child {
    border-bottom: none;
}
.sidr ul li a,
.sidr ul li span {
    display: block;
    padding: 0 15px;
    text-decoration: none;
}
#wpstats,
.sidr .sidr-class-sub-menu {
    display: none;
}
.sidr ul li span {
    padding: 0 20px;
    line-height: 48px;
}
.sidr ul li ul {
    margin: 0;
}
.sidr ul li ul li a {
    padding-left: 30px;
}
#disqus_thread,
.vce-custom-content.vce-post {
    padding: 20px;
}
.sidr form {
    margin: 9px 15px;
}
.sidr input[type="text"] {
    border: none;
    -webkit-appearance: none;
}
.s2_form_widget input[type="submit"] {
    min-width: 120px;
}
.vce-author-card p {
    margin-bottom: 0;
}
.vce-author-card {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.vce-author-card .data-image {
    margin: 10px 20px 20px;
}
.vce-author-card .data-content .author-title {
    margin-top: 15px;
}
.vce-author-card .data-content {
    padding-right: 20px;
    margin: 0 0 20px 155px;
}
.vce-custom-content {
    margin-top: 30px;
}
.vce-custom-content p:last-child {
    margin-bottom: 0;
}
.vce-content-bottom .vce-custom-content {
    margin-top: 0;
    margin-bottom: 30px;
}
body.safari.iphone.sidr-main-open {
    position: fixed !important;
    z-index: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
}
.wp-review-total-star [class*=" mts-icon-"]:before,
.wp-review-total-star [class^="mts-icon-"]:before {
    margin-left: 0;
}
.mks-bredcrumbs-container {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 14px;
    clear: both;
}
.mks-bredcrumbs-container p {
    margin-bottom: 0;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    border-radius: 4px;
}
.error,
div.wpcf7-validation-errors {
    background: #e74c3c;
    color: #fff;
}
.success,
div.wpcf7-mail-sent-ok {
    background: #27ae60;
    color: #fff;
}
.error,
.success {
    padding: 10px 20px;
    display: block;
    margin: 0;
    border-radius: 4px;
    float: left;
}
span.wpcf7-not-valid-tip {
    display: none;
    border: none;
    padding: 5px 10px;
    background: #f1c40f;
    color: #fff;
    top: 0;
    left: auto;
    right: 0;
}
input[type="tel"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: #f1c40f;
}
@media screen and (min-width: 0\0) {
    .nav-menu .menu-item-has-children a,
    .nav-menu .vce-mega-cat a {
        padding-right: 20px;
    }
    .nav-menu .menu-item-has-children a:after {
        position: absolute;
        right: 7px;
        top: 10;
    }
    .nav-menu .vce-mega-cat a:after,
    .nav-menu .vce-mega-menu a:after {
        position: static;
        float: right;
        margin: 0 -15px 0 0;
    }
    body .nav-menu .vce-mega-cat,
    body .nav-menu .vce-mega-menu {
        position: static;
    }
}
.ie9 .nav-menu .menu-item-has-children a,
.ie9 .nav-menu .vce-mega-cat a {
    padding-right: 20px;
}
.ie9 .nav-menu .menu-item-has-children a:after {
    position: absolute;
    right: 7px;
    top: 10px;
}
.ie9 .nav-menu .vce-mega-cat a:after {
    position: static;
    float: right;
    margin: 0 -15px 0 0;
}
.ie .header-sticky .main-navigation a {
    padding: 15px 20px 15px 10px;
}
.ie9 .vce-lay-g .vce-featured-header {
    padding-bottom: 0;
}
.ie9 .vce-lay-g .vce-featured-header .entry-meta {
    margin-bottom: 20px;
}
.ie8 .header-sticky,
.ie9 .header-sticky {
    display: none;
}
.ie8 .header-sticky.header-is-sticky,
.ie9 .header-sticky.header-is-sticky {
    display: block;
}
.ie8 .vce-mega-menu-wrapper {
    width: 1100px;
    left: -500px;
}
.ie9 .vce-mega-menu-wrapper {
    width: 1150px;
    left: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav-menu .vce-mega-menu-wrapper > li.vce-mega-subcats ul {
        left: auto;
    }
    .nav-menu .vce-mega-menu-wrapper > li.vce-mega-menu-posts-wrap {
        float: right;
    }
}
.entry-meta .percentage-icon {
    top: 0;
    font-size: inherit;
}
.meta-item .review-total-star {
    margin: 0;
    float: none;
}
.meta-item .review-total-star i {
    font-size: 14px;
}
.vce-featured-grid .reviews i {
    position: relative;
    top: auto;
    margin-top: 0;
    font-size: 13px;
}
.vce-ad-container {
    margin: 30px auto;
    display: block;
    clear: both;
    width: 728px;
    position: relative;
    max-width: 100%;
}
.vce-ad-above-footer {
    margin-top: 0;
}
.vce-ad-below-header {
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .vce-ad-container {
        width: 630px;
    }
    .vce-ad-above-footer,
    .vce-ad-below-header {
        width: 728px;
    }
}
@media only screen and (max-width: 1023px) {
    .vce-ad-above-footer,
    .vce-ad-below-header,
    .vce-ad-container {
        width: 728px;
    }
    ul.sidr-class-soc-nav-menu li {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .vce-ad-container {
        width: 375px;
    }
}
@media (max-width: 400px) {
    .vce-ad-container {
        width: 300px;
    }
}
@media (max-width: 320px) {
    .vce-ad-container {
        width: 280px;
        max-width: 100%;
    }
}
_:-o-prefocus,
body .nav-menu .vce-mega-cat,
body .nav-menu .vce-mega-menu {
    position: static;
}
:root .main-navigation ul ul,
_::-moz-svg-foreign-content {
    opacity: 1;
}
:root .nav-menu > li > .sub-menu .sub-menu.vce-rev,
_:-ms-input-placeholder {
    left: initial;
    right: auto;
}
.vce-lay-g .entry-meta-count {
    text-align: center;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 5px;
}
.vce-lay-c .entry-header,
.vce-lay-c .meta-image {
    float: none;
}
.vce-lay-c .entry-meta-count,
.vce-lay-e .entry-meta-count {
    text-align: center;
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: 3px;
}
.vce-lay-e .entry-meta-count {
    margin-top: -13px;
    margin-bottom: 4px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .container {
        max-width: 1000px;
    }
    .vce-main-content {
        width: 700px;
    }
    .vce-featured {
        max-height: 400px;
        min-height: 400px;
    }
    .main-navigation ul ul {
        display: none;
    }
    .entry-title,
    .main-navigation ul li:hover ul {
        display: block;
    }
    .top-header {
        overflow: hidden;
    }
    .header-sticky .main-navigation a {
        padding: 15px 10px;
    }
    .main-navigation a {
        padding: 15px 9px;
    }
    .search-header-wrap a {
        padding: 15px;
    }
    .vce-lay-a .entry-content {
        width: 540px;
    }
    .vce-lay-a .entry-title {
        max-width: 540px;
    }
    .vce-lay-b {
        width: 100%;
    }
    .vce-sid-left .vce-lay-b .meta-image,
    .vce-sid-right .vce-lay-b .meta-image {
        min-height: initial;
        width: 300px;
        min-width: initial;
    }
    .vce-lay-b {
        min-height: 155px;
    }
    .vce-lay-b img {
        max-height: initial;
        width: 100%;
    }
    body .vce-lay-b .entry-title {
        line-height: 28px;
        font-size: 22px;
    }
    .vce-sid-none .vce-lay-b {
        width: 470px;
    }
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-d,
    .vce-sid-none .vce-lay-f {
        width: 306px;
    }
    .vce-lay-c,
    .vce-lay-d,
    .vce-lay-f,
    .vce-lay-h,
    .vce-next-link,
    .vce-prev-link,
    .vce-sid-none .vce-lay-h {
        width: 305px;
    }
    .vce-lay-h .img-wrap,
    .vce-sid-none .vce-lay-h .img-wrap {
        height: 220px;
    }
    body .main-box-inside .vce-lay-h .entry-title {
        font-size: 18px;
        line-height: 1.4em;
    }
    .vce-lay-d {
        min-height: 76px;
    }
    .vce-lay-d img {
        max-width: 120px;
        min-height: initial;
    }
    .vce-lay-d .entry-header {
        padding: 0;
    }
    body .vce-lay-d .entry-title {
        font-size: 13px;
        line-height: 17px;
    }
    body .vce-lay-d .entry-meta div,
    body .vce-lay-d .entry-meta div a,
    body .vce-lay-d .meta-category a {
        font-size: 12px;
        line-height: 16px;
    }
    .vce-sid-left .vce-lay-e,
    .vce-sid-right .vce-lay-e {
        max-width: 110px;
        min-height: initial;
        max-height: initial;
    }
    body .vce-lay-e .entry-title {
        font-size: 13px;
        line-height: 18px;
        padding: 5px 5px 10px;
    }
    .vce-module-columns .main-box-half {
        width: 325px;
    }
    .vce-sid-none .vce-module-columns .main-box-half {
        width: 32%;
        margin-right: 2%;
    }
    .vce-sid-none .main-box-half:nth-child(3n) {
        margin-right: 0;
    }
    .vce-slider-pagination .vce-lay-a,
    .vce-slider-pagination .vce-lay-b {
        width: 100%;
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-c,
    .vce-sid-left .vce-slider-pagination .vce-lay-d,
    .vce-sid-right .vce-slider-pagination .vce-lay-c,
    .vce-sid-right .vce-slider-pagination .vce-lay-d {
        width: 301px;
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-e,
    .vce-sid-right .vce-slider-pagination .vce-lay-e {
        width: 138px;
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-g,
    .vce-sid-right .vce-slider-pagination .vce-lay-g {
        width: 630px;
    }
    .nav-menu .vce-mega-menu-wrapper > li .mega-menu-img {
        height: 90px;
    }
    .nav-menu .vce-mega-menu-wrapper {
        min-height: 230px;
    }
    .header-2-wrapper .site-branding,
    .header-3-wrapper .site-branding {
        max-width: 300px;
    }
    .vce-wrap-center .top-nav-menu li {
        margin: 0 5px 0 0;
    }
    .container-fix {
        margin: 0 -5px;
    }
    [class*="bit-"] {
        padding: 10px;
    }
    h1.entry-title {
        width: 540px;
    }
    .vce-slider-pagination .vce-lay-a .meta-image {
        max-height: 450px;
    }
    .main-box .vce-link-pages a {
        margin: 0 20px;
    }
    .error404 .entry-content,
    .vce-page .entry-content,
    .vce-single .entry-content,
    .vce-single .entry-footer,
    .vce-single .entry-headline {
        max-width: 630px;
    }
    .vce-lay-b .entry-content {
        margin-left: 0;
    }
    .error404 .entry-content,
    .vce-sid-none .vce-page .entry-content,
    .vce-sid-none .vce-page .entry-title-page {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-navigation li {
        pointer-events: auto;
    }
    .site-footer .vce-post-list .vce-posts-wrap {
        width: 55% !important;
    }
}
@media only screen and (max-width: 1200px) {
    body .vce-featured-grid-big.vce-featured-grid .vce-featured-link-article {
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1088px) {
    .vce-grid-item {
        width: 341px;
    }
}
@media only screen and (min-width: 670px) and (max-width: 1023px) {
    .vce-featured {
        max-height: 300px;
        min-height: 300px;
    }
    .vce-featured-link-article {
        font-size: 36px;
        line-height: 46px;
    }
    .header-sticky .main-navigation a {
        padding: 15px 10px;
    }
    .vce-sid-left .vce-lay-b .meta-image,
    .vce-sid-right .vce-lay-b .meta-image {
        min-height: 165px;
        max-height: 195px;
        max-width: 383px;
        min-width: 100px;
    }
    .vce-lay-b {
        min-height: 165px;
    }
    .vce-lay-b img {
        max-height: 165px;
        width: auto;
    }
    .vce-sid-left .vce-lay-c,
    .vce-sid-right .vce-lay-c {
        width: 48.5%;
        margin: 0 3% 20px 0;
    }
    .vce-next-link,
    .vce-prev-link {
        width: 48%;
    }
    .prev-next-nav > div:last-child {
        margin-right: 0;
    }
    .vce-sid-left article.vce-lay-c:nth-of-type(1n),
    .vce-sid-left article.vce-lay-e:nth-of-type(1n),
    .vce-sid-none article.vce-lay-c:nth-of-type(1n),
    .vce-sid-none article.vce-lay-e:nth-of-type(1n),
    .vce-sid-none article.vce-lay-h:nth-of-type(1n),
    .vce-sid-right article.vce-lay-c:nth-of-type(1n),
    .vce-sid-right article.vce-lay-e:nth-of-type(1n) {
        margin: 0 3% 20px 0;
    }
    .vce-sid-left article.vce-lay-c:nth-of-type(2n),
    .vce-sid-left article.vce-lay-d:nth-of-type(2n),
    .vce-sid-left article.vce-lay-e:nth-of-type(5n),
    .vce-sid-none article.vce-lay-c:nth-of-type(3n),
    .vce-sid-none article.vce-lay-e:nth-of-type(7n),
    .vce-sid-right article.vce-lay-c:nth-of-type(2n),
    .vce-sid-right article.vce-lay-d:nth-of-type(2n),
    .vce-sid-right article.vce-lay-e:nth-of-type(5n) {
        margin: 0 0 20px;
    }
    .vce-sid-left
    article.vce-lay-d:nth-of-type(1n)
    .vce-sid-none
    article.vce-lay-d:nth-of-type(3n),
    .vce-sid-left article.vce-lay-d:nth-of-type(3n),
    .vce-sid-none article.vce-lay-d:nth-of-type(1n),
    .vce-sid-right article.vce-lay-d:nth-of-type(1n),
    .vce-sid-right article.vce-lay-d:nth-of-type(3n) {
        margin: 0 3% 20px 0 !important;
    }
    .vce-sid-left article.vce-lay-d:nth-of-type(2n),
    .vce-sid-none article.vce-lay-d:nth-of-type(2n),
    .vce-sid-right article.vce-lay-d:nth-of-type(2n) {
        margin: 0 0 20px !important;
    }
    .vce-sid-left .main-box-half .vce-post,
    .vce-sid-right .main-box-half .vce-post {
        width: 100%;
    }
    .vce-lay-c .meta-image {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .vce-lay-c img {
        width: 100%;
        height: auto;
        max-height: initial;
    }
    .vce-sid-left .vce-lay-d,
    .vce-sid-right .vce-lay-d {
        width: 48.5%;
        min-height: 76px;
        margin: 0 3% 20px 0;
    }
    .vce-loop-wrap .vce-lay-d img {
        max-width: 100%;
        min-height: initial;
        width: 100%;
    }
    body .vce-lay-d .entry-title {
        font-size: 14px;
        line-height: 18px;
        max-width: 400px;
    }
    .vce-lay-d .meta-category {
        margin-top: 8px;
    }
    .vce-loop-wrap .vce-lay-d .entry-header {
        padding: 5px 15px 8px;
        clear: both;
        width: 100%;
    }
    .vce-loop-wrap .vce-lay-d .meta-image {
        height: auto;
        width: 100%;
        margin: 0;
    }
    .vce-loop-wrap .vce-lay-d {
        padding: 0;
    }
    .vce-lay-d + .vce-loop-wrap .vce-lay-d .meta-image,
    .vce-sid-none .vce-loop-wrap .vce-lay-d .meta-image {
        margin-right: 15px;
        height: 100%;
        width: auto;
    }
    .vce-lay-d + .vce-loop-wrap .vce-lay-d .entry-header,
    .vce-sid-none .vce-loop-wrap .vce-lay-d .entry-header {
        clear: none;
        width: auto;
    }
    .vce-sid-left .vce-lay-e,
    .vce-sid-right .vce-lay-e {
        width: 17.4%;
    }
    .vce-sid-left .vce-lay-e img,
    .vce-sid-right .vce-lay-e img {
        width: 100%;
    }
    .vce-sid-none .vce-lay-e {
        width: 17.2%;
    }
    .vce-lay-f,
    .vce-module-columns .main-box-half {
        width: 48.5%;
    }
    .vce-grid-item,
    .vce-header-ads,
    .vce-sid-none .vce-module-columns .main-box-half {
        width: 100%;
    }
    .vce-sid-left .vce-module-columns .main-box-half:nth-child(2n),
    .vce-sid-right .vce-module-columns .main-box-half:nth-child(2n) {
        margin-left: 3%;
    }
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-d,
    .vce-sid-none .vce-lay-f {
        width: 100%;
        margin: 0 0 20px;
    }
    .nav-menu .vce-mega-menu-wrapper > li .mega-menu-img {
        height: 90px;
    }
    .nav-menu .vce-mega-menu-wrapper {
        min-height: 230px;
    }
    .vce-header-ads {
        margin: 0 auto;
        float: left;
        display: block;
        clear: both;
    }
    .header-2-wrapper .site-branding,
    .header-3-wrapper .site-branding {
        max-width: 300px;
    }
    .header-3-wrapper .nav-menu > li > a {
        padding: 0 15px;
    }
    .vce-wrap-center .top-nav-menu li {
        margin: 0 5px 0 0;
    }
    .container-fix {
        margin: 0 -10px;
    }
    [class*="bit-"] {
        padding: 10px;
    }
    .vce-featured-grid .owl-item img {
        min-height: initial;
    }
    .vce-lay-h {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
    }
    h1.entry-title {
        width: 540px;
    }
    .entry-title {
        display: block;
    }
    body .vce-featured-grid .vce-featured-link-article {
        font-size: 18px;
        line-height: 22px;
    }
    .vce-featured-grid .vce-featured-title {
        padding: 0 30px;
    }
    .vce-lay-c .entry-title,
    .vce-post-slider .vce-posts-wrap {
        padding: 0 40px;
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-c,
    .vce-sid-right .vce-slider-pagination .vce-lay-c,
    .vce-slider-pagination .vce-lay-a {
        width: 100%;
        margin: 0 0 20px;
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-g,
    .vce-sid-right .vce-slider-pagination .vce-lay-g {
        width: auto;
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-d,
    .vce-sid-right .vce-slider-pagination .vce-lay-d {
        width: 100%;
    }
    .vce-gallery-big {
        height: 200px;
    }
    .vce-post-link {
        font-size: 18px;
        line-height: 24px;
    }
    .main-box-half .vce-lay-d,
    .vce-loop-wrap .vce-lay-d {
        width: 48.5% !important;
    }
    .vce-sid-none .main-box-half .main-box-inside > .vce-lay-c {
        width: 100%;
        float: left;
        min-height: 130px;
        margin: 0 20px 20px 0;
        padding: 0 20px 0 0;
    }
    .vce-sid-none .main-box-half .main-box-inside > .vce-lay-c .meta-image {
        width: 250px;
        min-width: 250px;
        margin-right: 15px;
        float: left;
        height: 100%;
        margin-bottom: 0;
        max-height: 155px;
    }
    .vce-sid-none .main-box-half .main-box-inside > .vce-lay-c .meta-image img {
        height: 100%;
        object-fit: cover;
    }
    .vce-sid-none .main-box-half .main-box-inside > .vce-lay-c .entry-header {
        padding: 10px 0 0 265px;
        margin: 0 0 5px;
    }
    .vce-sid-none .main-box-half .main-box-inside > .vce-lay-c .entry-content,
    .vce-sid-none .main-box-half .main-box-inside > .vce-lay-c .entry-meta,
    .vce-sid-none .main-box-half .main-box-inside > .vce-lay-c .meta-category {
        text-align: left;
    }
    .vce-sid-none .main-box-half .main-box-inside > .vce-lay-c .entry-title {
        padding: 0;
        text-align: left;
    }
    .vce-sid-none .main-box-half .main-box-inside > .vce-lay-c .entry-content {
        padding-left: 265px;
    }
    .vce-grid-text .vce-featured-info {
        margin-top: 15%;
    }
}
@media only screen and (max-width: 1023px) {
    .sidebar,
    .vce-lay-b,
    .vce-main-content,
    .vce-sid-left .vce-slider-pagination .vce-lay-e,
    .vce-sid-none .vce-lay-b,
    .vce-sid-right .vce-slider-pagination .vce-lay-e {
        width: 100%;
    }
    #vce-pagination .next.page-numbers,
    .vce-featured-grid i.fa-angle-right,
    .vce-post-slider i.fa-angle-right {
        right: 5px;
    }
    .vce-lay-a img,
    .vce-lay-b img,
    .vce-lay-c img,
    .vce-lay-d img,
    .vce-lay-e img,
    .vce-lay-f img,
    .vce-lay-g img,
    .vce-lay-h img {
        object-fit: cover;
    }
    .container {
        max-width: 90%;
    }
    .vce-main-content {
        padding: 15px 0 !important;
    }
    .main-navigation ul ul {
        display: none;
    }
    .vce-res-nav {
        float: left;
        position: absolute;
        left: 0;
    }
    body .vce-lay-e .entry-title {
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }
    .header-1-wrapper,
    .header-2-wrapper,
    .header-3-wrapper {
        height: 50px !important;
        padding-top: 0 !important;
        text-align: center;
    }
    .header-2-wrapper .site-branding,
    .header-3-wrapper .site-branding {
        position: relative;
        float: none;
        top: 0 !important;
        left: initial !important;
        text-align: center;
        max-width: initial;
        padding: 3px 0 7px;
    }
    .site-branding {
        padding: 2px 0 2px;
        display: inline-block;
    }
    .site-branding img {
        max-width: 220px;
        max-height: 50px;
    }
    .header-sticky .site-title {
        float: none;
        display: inline-block;
    }
    .header-sticky .vce-responsive-nav {
        position: absolute;
        left: 0;
    }
    #vce-pagination .prev.page-numbers,
    .vce-featured-grid i.fa-angle-left,
    .vce-post-slider i.fa-angle-left {
        left: 5px;
    }
    .header-sticky {
        text-align: center;
    }
    .main-header .header-2-wrapper .site-title,
    .main-header .header-2-wrapper .site-title a.has-logo,
    .main-header .header-3-wrapper .site-title,
    .main-header .header-3-wrapper .site-title a.has-logo {
        line-height: 40px !important;
        font-size: 26px !important;
    }
    .nav-menu .vce-mega-menu > .sub-menu > li {
        display: block;
        padding: 0;
        text-align: left;
    }
    .nav-menu .vce-mega-menu .sub-menu a {
        padding: 10px 10px 10px 20px;
    }
    .nav-menu .vce-mega-menu .sub-menu .sub-menu,
    .nav-menu .vce-mega-menu .sub-menu .sub-menu li {
        padding: 0;
    }
    .sidebar {
        margin: 0 auto 20px;
        float: none !important;
        display: block;
        clear: both;
        padding-top: 0 !important;
        max-width: 300px;
    }
    h1.entry-title {
        max-width: 100%;
    }
    .vce-responsive-nav {
        display: block;
        margin: 10px 0 9px;
    }
    .mm-list li a.search_header,
    .nav-menu,
    .nav-menu .vce-mega-menu-wrapper,
    .site-description,
    .top-header {
        display: none;
    }
    .main-header .site-title,
    .main-header .site-title a {
        line-height: 36px !important;
        font-size: 40px !important;
    }
    .main-header .header-1-wrapper .site-title {
        line-height: 36px !important;
    }
    .main-header .header-2-wrapper .site-title a {
        line-height: 45px !important;
    }
    .admin-bar .header-sticky {
        top: 0;
    }
    .gallery-item:hover img,
    .img-wrp:hover img,
    .mega-menu-img:hover img,
    .meta-image:hover a img,
    .vce-featured-grid .owl-item:hover img,
    .vce-gallery-big:hover img,
    .vce-post-img:hover img,
    .vce_posts_widget .vce-post-big li:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .comment-list .comment-content {
        width: 100%;
        margin: 0 0 20px 20px;
    }
    footer.comment-meta {
        margin-bottom: 20px;
    }
    .comment-reply-link {
        margin: 0 0 0 10px;
    }
    li > ol,
    li > ul {
        margin: 0;
    }
    .vce-slider-a .owl-item,
    .vce-slider-b .owl-item {
        padding: 0 2px;
    }
    .vce-sid-left .vce-lay-b .meta-image,
    .vce-sid-right .vce-lay-b .meta-image {
        min-height: initial;
        width: 300px;
        min-width: initial;
    }
    .vce-lay-b {
        min-height: 155px;
    }
    .vce-lay-b img {
        max-height: initial;
        width: 100%;
    }
    body .vce-lay-b .entry-title {
        line-height: 28px;
        font-size: 22px;
    }
    .site-footer .widget {
        margin-bottom: 20px;
    }
    .site-footer [class*="bit-"] {
        max-width: 360px;
        width: 100%;
        clear: both;
        margin: 0 auto;
        float: none;
        padding: 0;
    }
    .site-footer [class*="bit-"]:first-child .widget {
        margin-top: 20px;
    }
    .vce-featured-grid .owl-item img {
        min-height: initial;
    }
    .vce-share-items {
        width: 100%;
        min-width: initial;
        display: inline;
    }
    .vce-lay-b .entry-content {
        margin-left: 0;
    }
    .error404 .entry-content,
    .vce-sid-none .vce-page .entry-content,
    .vce-sid-none .vce-page .entry-title-page,
    .vce-sid-none .vce-single .entry-content,
    .vce-sid-none .vce-single .entry-footer,
    .vce-sid-none .vce-single .entry-headline {
        width: 100% !important;
        padding: 0 20px;
        margin: 20px auto;
    }
    #vce-pagination .next.page-numbers,
    #vce-pagination .prev.page-numbers {
        top: 11px;
    }
    #vce-pagination .page-numbers {
        display: none;
    }
    .error404 .entry-content,
    .vce-page .entry-content,
    .vce-single .entry-content,
    .vce-single .entry-footer,
    .vce-single .entry-headline {
        max-width: 630px;
    }
    .vce-featured-grid .owl-next,
    .vce-featured-grid .owl-prev,
    .vce-post-slider .owl-next,
    .vce-post-slider .owl-prev {
        width: 30px;
        height: 60px;
        top: 50%;
        margin-top: -30px;
    }
    #vce-featured-grid .owl-controls .owl-next,
    #vce-featured-grid .owl-controls .owl-prev,
    .vce-post-slider .owl-controls .owl-next,
    .vce-post-slider .owl-controls .owl-prev {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
    #vce-featured-grid .owl-controls .owl-next:active,
    #vce-featured-grid .owl-controls .owl-next:hover,
    #vce-featured-grid .owl-controls .owl-prev:active,
    #vce-featured-grid .owl-controls .owl-prev:hover,
    .vce-post-slider .owl-controls .owl-next:active,
    .vce-post-slider .owl-controls .owl-next:hover,
    .vce-post-slider .owl-controls .owl-prev:active,
    .vce-post-slider .owl-controls .owl-prev:hover {
        opacity: 0.8;
    }
    .vce-lay-h {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        width: 48%;
    }
    body .vce-lay-h .entry-title {
        font-size: 20px;
        line-height: 1.4em;
    }
    .vce-loop-wrap {
        word-spacing: -1px;
    }
    .vce-sid-none .vce-lay-h {
        width: 31%;
    }
    .vce-sid-none article.vce-lay-h:nth-of-type(3n) {
        margin: 0 3% 3% 0;
    }
    .vce-sid-left article.vce-lay-h:nth-of-type(1n),
    .vce-sid-right article.vce-lay-h:nth-of-type(1n) {
        margin: 0 3% 20px 0 !important;
    }
    .vce-sid-left article.vce-lay-h:nth-of-type(2n),
    .vce-sid-right article.vce-lay-h:nth-of-type(2n) {
        margin: 0 0 3% !important;
    }
    .vce-sid-none .main-box-half article.vce-lay-h:nth-of-type(1n) {
        margin: 0 3% 20px 0 !important;
    }
    .vce-sid-none .main-box-half article.vce-lay-h:nth-of-type(2n) {
        margin: 0 0 20px !important;
    }
    .vce-sid-none .main-box-half .vce-lay-h {
        max-width: 48%;
        margin-bottom: 20px !important;
    }
    .vce-sid-none .vce-slider-pagination .vce-lay-h,
    .vce-slider-pagination .vce-lay-h {
        width: 100%;
    }
    .error404 .entry-content,
    .vce-page .entry-content,
    .vce-page .entry-title-page,
    .vce-sid-none .vce-page .entry-content,
    .vce-sid-none .vce-page .entry-title-page {
        padding-left: 20px;
        padding-right: 20px;
    }
    .vce-lay-e .meta-image {
        max-height: 90px;
    }
    .vce-sid-left .vce-lay-e img,
    .vce-sid-right .vce-lay-e img {
        max-height: 90px;
        object-fit: cover;
    }
    .vce-blank-module p {
        margin-bottom: 20px;
    }
    .vce-post-list .vce-post-link {
        padding-right: 0;
    }
    .vce-lay-d .meta-image {
        height: auto;
    }
    .vce-sid-none .vce-slider-pagination .vce-lay-d,
    .vce-slider-pagination .vce-lay-c {
        width: 100% !important;
    }
    #mc_embed_signup {
        max-width: 100%;
    }
    .vce-header-ads {
        position: relative;
        margin: 20px auto !important;
    }
    .vce-lay-c .meta-category a {
        line-height: 1;
    }
}
.fa-fw,
.fa-li {
    text-align: center;
}
@media only screen and (min-width: 200px) and (max-width: 670px) {
    html {
        margin-top: 0 !important;
        overflow-x: visible;
    }
    button,
    html body,
    input,
    select,
    textarea {
        font-size: 14px;
        line-height: 22px;
    }
    .container {
        max-width: 95%;
    }
    .vce-featured {
        max-height: 200px;
        min-height: 200px;
    }
    .vce-main-content {
        padding: 0 0 10px !important;
    }
    body .vce-featured-grid .vce-featured-link-article,
    body .vce-featured-grid-big.vce-featured-grid .vce-featured-link-article,
    body .vce-featured-link-article {
        font-size: 20px;
        line-height: 26px;
    }
    body .vce-lay-g .entry-title,
    body .vce-lay-g .entry-title a,
    body .vce-lay-g .entry-title a:hover {
        font-size: 18px;
        line-height: 22px;
    }
    .vce-lay-g .entry-title {
        padding: 0 20px;
        margin-top: 5px;
    }
    .vce-lay-a .entry-title {
        line-height: 34px;
    }
    .meta-category a,
    .vce-featured-section a {
        font-size: 14px;
    }
    .vce-featured-full-slider .owl-nav i {
        font-size: 30px;
    }
    .vce-featured-full-slider .owl-nav .owl-next,
    .vce-featured-full-slider .owl-nav .owl-prev {
        width: 30px;
        height: 60px;
        margin-top: -30px;
    }
    .vce-featured .vce-featured-info,
    .vce-hover-effect {
        width: 100%;
        margin: 0;
        left: 0;
        text-align: center;
    }
    .vce-featured-grid .vce-featured-title {
        width: 80%;
    }
    .vce-featured-grid-big .vce-grid-text .vce-featured-info {
        width: 80%;
        padding: 0 80px;
    }
    .vce-lay-g .vce-featured-header {
        padding: 10px 0;
    }
    .main-box-inside {
        padding: 10px 10px 0;
    }
    .comment-respond,
    .main-box,
    .sidebar .widget {
        margin-bottom: 10px;
    }
    .vce-lay-b,
    .vce-lay-c {
        padding: 0 0 5px;
        margin: 0 0 10px;
    }
    .vce-lay-b img,
    .vce-lay-c,
    .vce-lay-c img,
    .vce-sid-left .vce-lay-b .meta-image,
    .vce-sid-right .vce-lay-b .meta-image {
        width: 100%;
        min-height: initial;
        min-width: initial;
        max-height: initial;
        margin-right: 0;
    }
    .vce-lay-c .meta-image,
    .vce-lay-d,
    .vce-post-big li a,
    .vce-post-img img,
    .vce-post-slider li a {
        width: 100%;
    }
    .vce-lay-d {
        min-height: initial;
    }
    .vce-prev-next-link {
        margin: 0 0 10px;
        display: inline-block;
        padding: 0 5px;
        vertical-align: top;
    }
    .vce-module-columns .main-box-half,
    .vce-sid-none .vce-module-columns .main-box-half {
        width: 100%;
    }
    .vce-sid-left .vce-module-columns .main-box-half:nth-child(2n),
    .vce-sid-right .vce-module-columns .main-box-half:nth-child(2n) {
        margin-left: 0;
    }
    .vce-lay-e .meta-image {
        text-align: center;
        background: rgba(0, 0, 0, 0.1);
    }
    .vce-lay-d img {
        max-width: 120px;
        min-height: initial;
        max-height: initial;
    }
    .vce-lay-d .meta-image {
        margin-right: 10px;
    }
    body .vce-lay-d .entry-title,
    body .vce-lay-e .entry-title,
    body .vce-lay-f .entry-title {
        font-size: 13px;
        line-height: 17px;
        max-width: 300px;
    }
    body .vce-lay-d .entry-meta div,
    body .vce-lay-d .entry-meta div a,
    body .vce-lay-d .meta-category a {
        font-size: 12px;
        line-height: 16px;
    }
    .vce-sid-none .vce-lay-b,
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-f {
        width: 100%;
        margin: 0 0 20px;
    }
    .vce-sid-none .vce-lay-b .meta-image,
    .vce-sid-none .vce-lay-b img,
    .vce-sid-none .vce-lay-c .meta-image,
    .vce-sid-none .vce-lay-c img {
        width: 100%;
        min-height: initial;
        min-width: initial;
        max-height: initial;
        margin-right: 0;
    }
    .vce-sid-none .vce-lay-b .entry-header {
        padding: 0;
    }
    .vce-sid-left .vce-lay-c,
    .vce-sid-left .vce-lay-c:nth-child(2n),
    .vce-sid-left .vce-lay-d,
    .vce-sid-left .vce-lay-d:nth-child(2n),
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-c:nth-child(3n),
    .vce-sid-none .vce-lay-d,
    .vce-sid-none .vce-lay-d:nth-child(3n),
    .vce-sid-none .vce-lay-e:nth-child(7n),
    .vce-sid-right .vce-lay-c,
    .vce-sid-right .vce-lay-c:nth-child(2n),
    .vce-sid-right .vce-lay-d,
    .vce-sid-right .vce-lay-d:nth-child(2n) {
        margin: 0 0 10px !important;
    }
    .vce-sid-left .vce-lay-e,
    .vce-sid-left .vce-lay-e:nth-child(5n),
    .vce-sid-none .vce-lay-e,
    .vce-sid-right .vce-lay-e,
    .vce-sid-right .vce-lay-e:nth-child(5n) {
        margin: 0 10px 10px 0;
    }
    .vce-sid-left .vce-lay-e:nth-child(2n),
    .vce-sid-right .vce-lay-e:nth-child(2n) {
        margin: 0 0 10px;
    }
    .vce-sid-left .vce-lay-e,
    .vce-sid-right .vce-lay-e {
        width: 47.7%;
    }
    .vce-sid-left article.vce-lay-e:nth-of-type(1n),
    .vce-sid-none article.vce-lay-e:nth-of-type(1n),
    .vce-sid-none article.vce-lay-h:nth-of-type(1n),
    .vce-sid-right article.vce-lay-e:nth-of-type(1n) {
        margin: 0 10px 10px 0;
    }
    .vce-sid-left article.vce-lay-e:nth-of-type(2n),
    .vce-sid-none article.vce-lay-e:nth-of-type(2n),
    .vce-sid-right article.vce-lay-e:nth-of-type(2n) {
        margin: 0 0 10px;
    }
    body .vce-lay-a .entry-title,
    body .vce-lay-a .entry-title a,
    body .vce-lay-b .entry-title {
        line-height: 28px;
        font-size: 22px;
        text-align: center;
        padding: 0 10px;
    }
    .vce-lay-b .entry-header {
        text-align: center;
    }
    .vce-lay-b .meta-image {
        margin-bottom: 12px;
    }
    .vce-lay-a .entry-content,
    .vce-lay-c .entry-content,
    .vce-lay-c .entry-title {
        padding: 0 10px;
        max-width: 100%;
        clear: both;
    }
    .vce-sid-left .vce-lay-f,
    .vce-sid-right .vce-lay-f {
        width: 100%;
        margin: 0 0 10px;
    }
    .vce-lay-g .entry-meta {
        display: none;
    }
    .error404 .entry-content,
    .vce-page .entry-content,
    .vce-page .entry-title-page,
    .vce-sid-none .vce-page .entry-content,
    .vce-sid-none .vce-page .entry-title-page,
    .vce-sid-none .vce-single .entry-content,
    .vce-sid-none .vce-single .entry-footer,
    .vce-sid-none .vce-single .entry-headline,
    .vce-single .entry-content,
    .vce-single .entry-footer,
    .vce-single .entry-headline {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
        margin: 20px auto;
    }
    .vce-share-items li {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .vce-share-items {
        width: 100%;
        min-width: initial;
        max-width: initial;
    }
    .vce-share-items li a,
    .vce-wrap-center,
    .vce-wrap-left,
    .vce-wrap-right {
        width: 100%;
        text-align: center;
    }
    .vce-next-link,
    .vce-prev-link {
        width: 48%;
    }
    .img-wrp {
        float: none;
        max-height: 195px;
        display: inline-block;
        margin-bottom: 5px;
    }
    .img-wrp img {
        object-fit: cover;
    }
    .vce-single .entry-header {
        margin: 20px 0;
    }
    .vce-share-bar {
        padding: 0 20px;
    }
    .vce-wrap-center,
    .vce-wrap-left,
    .vce-wrap-right {
        text-align: center;
    }
    .data-image {
        float: left;
        margin-right: 0;
        margin-bottom: 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    .data-content {
        margin: 0;
        text-align: center;
    }
    .data-links {
        float: none;
        margin-bottom: 10px;
    }
    .vce-author-links {
        text-align: center;
        width: 100%;
    }
    .vce-author-links a {
        float: none;
        display: inline-block;
    }
    .comment-form-author,
    .comment-form-email,
    .comment-form-url,
    .main-box-subtitle {
        width: 100%;
    }
    .container-fix {
        margin: 0;
    }
    #vce-pagination,
    .vce-slider-pagination .owl-controls {
        padding: 10px;
        margin: 0 -10px;
    }
    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        margin-bottom: 10px;
    }
    .mks_adswidget_ul.large li,
    .site-footer .mks_adswidget_ul.large li {
        padding: 0;
    }
    .mks_ads_widget .small li,
    .mks_ads_widget ul.custom li,
    .mks_adswidget_ul.custom li,
    .mks_adswidget_ul.small li,
    .mks_adswidget_ul.small li:nth-child(2n),
    .site-footer .mks_adswidget_ul.small li:nth-child(2n) {
        padding: 10px;
    }
    .entry-content {
        font-size: 14px;
        line-height: 22px;
    }
    body h1.entry-title {
        font-size: 24px;
        line-height: 30px;
        padding: 0 20px;
    }
    .vce-single .entry-headline p {
        font-size: 16px;
        line-height: 24px;
    }
    body p {
        margin-bottom: 20px;
    }
    body h1 {
        font-size: 24px;
        line-height: 34px;
    }
    body h2 {
        font-size: 22px;
        line-height: 32px;
    }
    body h3 {
        font-size: 20px;
        line-height: 30px;
        -webkit-font-smoothing: antialiased;
    }
    body h4 {
        font-size: 18px;
        line-height: 28px;
    }
    body h5 {
        font-size: 16px;
        line-height: 26px;
    }
    body h6 {
        font-size: 14px;
        line-height: 24px;
    }
    body blockquote {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 0 27px;
    }
    body blockquote:before,
    q:before {
        top: -5px;
        font-size: 18px;
        left: -27px;
    }
    .sidebar .widget-title {
        line-height: 22px;
    }
    .bit-1,
    .bit-10,
    .bit-11,
    .bit-12,
    .bit-2,
    .bit-3,
    .bit-4,
    .bit-5,
    .bit-6,
    .bit-7,
    .bit-8,
    .bit-9 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    body .comment-reply-title,
    body .main-box-title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 0;
        padding: 10px 10px 12px;
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-c,
    .vce-sid-right .vce-slider-pagination .vce-lay-c,
    .vce-slider-pagination .vce-lay-a {
        width: auto;
        margin: 0 0 10px !important;
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-g,
    .vce-sid-right .vce-slider-pagination .vce-lay-g {
        width: auto;
        max-height: 300px;
    }
    .vce-sid-left .vce-slider-pagination .vce-lay-d,
    .vce-sid-right .vce-slider-pagination .vce-lay-d {
        width: 100%;
        margin: 0 10px 10px 0 !important;
    }
    .vce-slider-pagination .vce-lay-b {
        margin: 0 10px 20px !important;
        text-align: center;
        padding: 0 0 10px;
        width: auto;
    }
    .vce-slider-pagination .vce-lay-a .meta-image {
        max-height: 250px;
    }
    .vce-gallery-big {
        height: 200px !important;
    }
    .wp-caption {
        width: 100% !important;
    }
    .mks_col .mks_one_half,
    .mks_col .mks_one_third {
        width: 100%;
        margin: 0 0 10px;
    }
    .site-info .container > div {
        display: block;
        width: 100%;
    }
    .comment-reply-link,
    .main-box .vce-link-pages a {
        margin: 0;
    }
    .vce-paginated-num {
        display: none;
    }
    .comment-list .comment-content,
    .vce-lay-a.vce-post {
        margin: 0 0 10px;
    }
    body .vce-lay-a .vce-format-icon i,
    body .vce-lay-g .vce-format-icon i {
        height: 80px;
        width: 80px;
        padding: 18px 0 0;
        font-size: 35px;
        line-height: 37px;
    }
    .vce-wrap-right > div,
    .vce-wrap-right > ul {
        float: none;
        display: inline-block;
        margin: 10px 0 0;
    }
    .vce-author-card .data-image {
        margin: 10px 0;
        text-align: center;
    }
    .data-image img,
    .data-links a {
        margin: 0;
    }
    .vce-author-card .data-content {
        margin: 0;
        padding-right: 0;
    }
    .data-entry-content {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .alignleft,
    .alignright {
        margin: 0 0 20px;
    }
    .vce-lay-b .entry-content {
        padding: 0 10px;
    }
    .header-sticky {
        -webkit-transition: transform 0.1s ease-in-out;
        -moz-transition: transform 0.1s ease-in-out;
        -ms-transition: transform 0.1s ease-in-out;
        -o-transition: transform 0.1s ease-in-out;
        transition: transform 0.1s ease-in-out;
    }
    .wp-video {
        min-height: initial;
    }
    #vce-featured-grid .owl-controls .owl-next,
    #vce-featured-grid .owl-controls .owl-prev,
    .vce-post-slider .owl-controls .owl-next,
    .vce-post-slider .owl-controls .owl-prev {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
    .vce-featured-grid .owl-next,
    .vce-featured-grid .owl-prev,
    .vce-post-slider .owl-next,
    .vce-post-slider .owl-prev {
        width: 30px;
        height: 60px;
        top: 50%;
        margin-top: -30px;
    }
    .vce-featured-grid i.fa-angle-right,
    .vce-post-slider i.fa-angle-right {
        right: 5px;
    }
    .vce-featured-grid i.fa-angle-left,
    .vce-post-slider i.fa-angle-left {
        left: 5px;
    }
    .bbp-reply-content {
        margin: auto !important;
    }
    .vce-lay-h .img-wrap {
        max-height: initial;
        height: 195px;
        min-height: initial;
    }
    .vce-lay-h .entry-meta {
        display: none;
    }
    .site-footer .vce-post-list .vce-posts-wrap {
        width: 50% !important;
        max-width: 100% !important;
        margin-left: 10px !important;
    }
    .sidr-class-vce-mega-menu-wrapper {
        display: none !important;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-ordering .orderby,
    .woocommerce .woocommerce-ordering .orderby span,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product {
        width: 100% !important;
    }
    .vce-sid-none .vce-slider-pagination .vce-lay-h {
        width: 100%;
        margin-left: 0 !important;
    }
    .vce-lay-h .img-wrap .entry-header .entry-title a {
        padding: 0 20px;
    }
    .mks_pullquote {
        margin-bottom: 20px;
    }
    .mks_tabs.vertical .mks_tab_nav_item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .main-box-half .vce-lay-d,
    .vce-loop-wrap .vce-lay-d {
        width: 100% !important;
    }
}
@media only screen and (max-width: 670px) {
    .vce-grid-text .vce-featured-info {
        margin-top: 14%;
    }
    body .vce-lay-b .entry-title {
        line-height: 26px;
        font-size: 20px;
    }
    .vce-format-icon,
    .vce-pn-ico {
        transform: scale(0.8);
    }
    .main-box .vce-link-pages a {
        top: 4px;
    }
}
@media (max-width: 1023px) {
    .vce-sid-none .vce-lay-h {
        width: 48%;
        display: inline-block;
    }
    .vce-sid-none article.vce-lay-h:nth-of-type(3n) {
        margin: 0 3% 3% 0;
    }
    .vce-sid-none article.vce-lay-h:nth-of-type(2n) {
        margin: 0 0 3%;
    }
}
@media (max-width: 800px) {
    .vce-header-ads {
        width: 728px;
    }
    .vce-lay-h .img-wrap .entry-header .entry-title a {
        padding: 0 30px;
    }
}
@media (max-width: 728px) {
    .vce-header-ads {
        margin: 0 auto;
        float: left;
        display: block;
        clear: both;
        width: 100%;
    }
    .vce-slider-pagination .vce-lay-g .vce-format-icon {
        top: 25%;
    }
}
@media (max-width: 420px) {
    .vce-header-ads {
        width: 300px;
    }
    .vce-post-list .vce-post-link {
        font-size: 13px;
        line-height: 18px;
        padding: 0;
    }
    .mks_themeforest_widget .mks_themeforest_widget_ul li {
        margin: 0 2px 4px 0;
    }
    .mks_themeforest_widget .mks_themeforest_widget_ul li:nth-child(3n) {
        margin: 0 0 4px;
    }
    .widget ul.flickr {
        padding: 10px 5px 5px 12px;
    }
    .meta-author-img {
        transform: scale(0.6);
        margin: -57px 0 -10px;
    }
    .vce-sid-left article.vce-lay-h:nth-of-type(1n),
    .vce-sid-right article.vce-lay-h:nth-of-type(1n) {
        margin-bottom: 10px !important;
    }
    .vce-sid-none .vce-lay-c .entry-title,
    body .vce-lay-c .entry-title {
        line-height: 26px;
        font-size: 20px;
    }
}
@media (max-width: 540px) {
    .vce-lay-h .img-wrap,
    .vce-sid-none .vce-lay-h .img-wrap {
        min-height: 200px;
        height: 200px;
    }
    .vce-lay-h,
    .vce-sid-none .vce-lay-h {
        width: 100%;
        display: block;
    }
    .vce-lay-h .img-wrap {
        max-height: initial;
    }
    .vce-next-link,
    .vce-prev-link {
        width: 100%;
        margin: 0 0 5px;
    }
    .vce-grid-item {
        width: 320px;
    }
}
.fa,
.fa-stack {
    display: inline-block;
}
@media only screen and (max-width: 1023px) and (min-width: 500px) {
    .vce-sid-none .vce-lay-c,
    .vce-sid-none .vce-lay-c:nth-child(3n) {
        width: 48.5%;
        margin: 0 3% 3% 0 !important;
    }
    .vce-sid-none .vce-lay-c:nth-child(2n) {
        margin: 0 0 10px !important;
    }
}
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: 0.3em;
}
@media screen and (min-width: 601px) {
    .admin-bar .header-sticky,
    .admin-bar .sidr,
    body.admin-bar.sidr-main-open {
        top: 46px;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .header-sticky,
    .admin-bar .sidr,
    body.admin-bar.sidr-main-open {
        top: 32px;
    }
}
@media screen and (max-width: 670px) and (min-width: 360px) {
    .vce-lay-e .meta-image:hover a img {
        transform: none;
    }
}
@media screen and (max-width: 470px) {
    .review-total-wrapper,
    .review-total-wrapper span.review-total-box {
        text-align: center;
    }
}
@font-face {
    font-family: FontAwesome;
    src: url(../../../themes/voice/css/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../../../themes/voice/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
    format("embedded-opentype"),
    url(../../../themes/voice/css/fonts/fontawesome-webfont.woff2?v=4.7.0)
    format("woff2"),
    url(../../../themes/voice/css/fonts/fontawesome-webfont.woff?v=4.7.0)
    format("woff"),
    url(../../../themes/voice/css/fonts/fontawesome-webfont.ttf?v=4.7.0)
    format("truetype"),
    url(../../../themes/voice/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
    format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right,
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc: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,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.mks_ads_widget .small li,
.mks_ads_widget ul.custom li,
.mks_adswidget_ul.small li,
.mks_adswidget_ul.custom li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0;
}
.mks_ads_widget ul.large img,
.mks_adswidget_ul.large img {
    width: 300px;
    height: 250px;
}
.mks_ads_widget ul.small img,
.mks_adswidget_ul.small img {
    width: 125px;
    height: 125px;
}
.mks_ads_widget ul li a {
    padding: 0;
    margin: 0;
}
.mks_adswidget_ul li img {
    width: auto;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.widget_mks_widget_hidden {
    display: none;
}
.widget_mks_widget_hidden {
    background: red;
    color: #fff;
}
ul.flickr {
    list-style-type: none;
    padding: 0;
}
ul.flickr li,
.widget ul.flickr li {
    width: auto;
    float: left;
    margin: 10px 10px 0 0;
}
ul.flickr a {
    display: block;
}
ul.flickr img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
ul.flickr a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.clear {
    clear: both;
}
.mks_author_widget img {
    float: left;
    margin: 0 20px 0 0;
}
.mks_author_widget .mks_autor_link_wrap {
    margin: 0;
    padding: 0;
}
.mks-co-authors-wrapper {
    margin-bottom: 30px;
}
.mks-co-authors-wrapper:last-child {
    margin-bottom: 0;
}
.wp-block-legacy-widget__edit-preview .mks_author_widget > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.howto {
    font-size: 12px;
}
.widget-inside ul {
    padding: 0 !important;
    margin: 5px 0 !important;
}
.widget-inside ul li::marker {
    content: none !important;
}
@font-face {
    font-family: "socicon";
    src: url(../../../plugins/meks-smart-social-widget/css/fonts/socicon.eot);
    src: url("../../../plugins/meks-smart-social-widget/css/fonts/socicon.eot?#iefix")
    format("embedded-opentype"),
    url(../../../plugins/meks-smart-social-widget/css/fonts/socicon.woff)
    format("woff"),
    url(../../../plugins/meks-smart-social-widget/css/fonts/socicon.ttf)
    format("truetype"),
    url("../../../plugins/meks-smart-social-widget/css/fonts/socicon.svg#socicon")
    format("svg");
    font-weight: 400;
    font-style: normal;
}
ul.mks_social_widget_ul li a:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.mks_social_widget_ul li:before,
ul.mks_social_widget_ul li:after {
    display: none;
}
ul.mks_social_widget_ul li a {
    background: none;
    display: block;
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 5px;
    font-size: 0;
    margin-bottom: 5px;
    position: relative;
    border: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: normal;
}
ul.mks_social_widget_ul li a span {
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul.mks_social_widget_ul li a:before {
    color: #fff;
}
ul.mks_social_widget_ul li a.soc_rounded {
    border-radius: 20%;
}
ul.mks_social_widget_ul li a.soc_circle {
    border-radius: 50%;
}
ul.mks_social_widget_ul li:hover a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}
ul.mks_social_widget_ul li {
    display: inline-block;
    vertical-align: top;
    border: none !important;
    padding: 0;
}
ul.mks_social_widget_ul .socicon-aim {
    background-color: #e95a00;
}
ul.mks_social_widget_ul .socicon-evernote {
    background-color: #77ba2f;
}
ul.mks_social_widget_ul .socicon-cargo {
    background-color: #00c462;
}
ul.mks_social_widget_ul .socicon-icloud {
    background-color: #fb913f;
}
ul.mks_social_widget_ul .socicon-picasa {
    background-color: #444;
}
ul.mks_social_widget_ul .socicon-posterous {
    background-color: #f9d560;
}
ul.mks_social_widget_ul .socicon-tencent {
    background-color: #389fda;
}
ul.mks_social_widget_ul .socicon-me2day {
    background-color: #4e28ac;
}
ul.mks_social_widget_ul .socicon-aim {
    background-image: url(../../../plugins/meks-smart-social-widget/img/social_icons/aim_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.mks_social_widget_ul .socicon-cargo {
    background-image: url(../../../plugins/meks-smart-social-widget/img/social_icons/cargo_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.mks_social_widget_ul .socicon-evernote {
    background-image: url(../../../plugins/meks-smart-social-widget/img/social_icons/evernote_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.mks_social_widget_ul .socicon-icloud {
    background-image: url(../../../plugins/meks-smart-social-widget/img/social_icons/icloud_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.mks_social_widget_ul .socicon-picasa {
    background-image: url(../../../plugins/meks-smart-social-widget/img/social_icons/picasa_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.mks_social_widget_ul .socicon-posterous {
    background-image: url(../../../plugins/meks-smart-social-widget/img/social_icons/posterous_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.mks_social_widget_ul .socicon-tencent {
    background-image: url(../../../plugins/meks-smart-social-widget/img/social_icons/tencent_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.mks_social_widget_ul .socicon-me2day {
    background-image: url(../../../plugins/meks-smart-social-widget/img/social_icons/me2day_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.mks_social_widget_ul .socicon-500px {
    background: #58a9de;
}
ul.mks_social_widget_ul .socicon-500px:before {
    content: "\e000";
}
ul.mks_social_widget_ul .socicon-8tracks {
    background: #122c4b;
}
ul.mks_social_widget_ul .socicon-8tracks:before {
    content: "\e001";
}
ul.mks_social_widget_ul .socicon-airbnb {
    background: #ff5a5f;
}
ul.mks_social_widget_ul .socicon-airbnb:before {
    content: "\e002";
}
ul.mks_social_widget_ul .socicon-alliance {
    background: #144587;
}
ul.mks_social_widget_ul .socicon-alliance:before {
    content: "\e003";
}
ul.mks_social_widget_ul .socicon-amazon {
    background: #f90;
}
ul.mks_social_widget_ul .socicon-amazon:before {
    content: "\e004";
}
ul.mks_social_widget_ul .socicon-amplement {
    background: #0996c3;
}
ul.mks_social_widget_ul .socicon-amplement:before {
    content: "\e005";
}
ul.mks_social_widget_ul .socicon-android {
    background: #8ec047;
}
ul.mks_social_widget_ul .socicon-android:before {
    content: "\e006";
}
ul.mks_social_widget_ul .socicon-angellist {
    background: #000;
}
ul.mks_social_widget_ul .socicon-angellist:before {
    content: "\e007";
}
ul.mks_social_widget_ul .socicon-apple {
    background: #b9bfc1;
}
ul.mks_social_widget_ul .socicon-apple:before {
    content: "\e008";
}
ul.mks_social_widget_ul .socicon-appnet {
    background: #494949;
}
ul.mks_social_widget_ul .socicon-appnet:before {
    content: "\e009";
}
ul.mks_social_widget_ul .socicon-baidu {
    background: #2629d9;
}
ul.mks_social_widget_ul .socicon-baidu:before {
    content: "\e00a";
}
ul.mks_social_widget_ul .socicon-bandcamp {
    background: #619aa9;
}
ul.mks_social_widget_ul .socicon-bandcamp:before {
    content: "\e00b";
}
ul.mks_social_widget_ul .socicon-battlenet {
    background: #0096cd;
}
ul.mks_social_widget_ul .socicon-battlenet:before {
    content: "\e00c";
}
ul.mks_social_widget_ul .socicon-mixer {
    background: #1fbaed;
}
ul.mks_social_widget_ul .socicon-mixer:before {
    content: "\e00d";
}
ul.mks_social_widget_ul .socicon-bebee {
    background: #f28f16;
}
ul.mks_social_widget_ul .socicon-bebee:before {
    content: "\e00e";
}
ul.mks_social_widget_ul .socicon-bebo {
    background: #ef1011;
}
ul.mks_social_widget_ul .socicon-bebo:before {
    content: "\e00f";
}
ul.mks_social_widget_ul .socicon-behance {
    background: #000;
}
ul.mks_social_widget_ul .socicon-behance:before {
    content: "\e010";
}
ul.mks_social_widget_ul .socicon-blizzard {
    background: #01b2f1;
}
ul.mks_social_widget_ul .socicon-blizzard:before {
    content: "\e011";
}
ul.mks_social_widget_ul .socicon-blogger {
    background: #ec661c;
}
ul.mks_social_widget_ul .socicon-blogger:before {
    content: "\e012";
}
ul.mks_social_widget_ul .socicon-buffer {
    background: #000;
}
ul.mks_social_widget_ul .socicon-buffer:before {
    content: "\e013";
}
ul.mks_social_widget_ul .socicon-chrome {
    background: #757575;
}
ul.mks_social_widget_ul .socicon-chrome:before {
    content: "\e014";
}
ul.mks_social_widget_ul .socicon-coderwall {
    background: #3e8dcc;
}
ul.mks_social_widget_ul .socicon-coderwall:before {
    content: "\e015";
}
ul.mks_social_widget_ul .socicon-curse {
    background: #f26522;
}
ul.mks_social_widget_ul .socicon-curse:before {
    content: "\e016";
}
ul.mks_social_widget_ul .socicon-dailymotion {
    background: #004e72;
}
ul.mks_social_widget_ul .socicon-dailymotion:before {
    content: "\e017";
}
ul.mks_social_widget_ul .socicon-deezer {
    background: #32323d;
}
ul.mks_social_widget_ul .socicon-deezer:before {
    content: "\e018";
}
ul.mks_social_widget_ul .socicon-delicious {
    background: #020202;
}
ul.mks_social_widget_ul .socicon-delicious:before {
    content: "\e019";
}
ul.mks_social_widget_ul .socicon-deviantart {
    background: #c5d200;
}
ul.mks_social_widget_ul .socicon-deviantart:before {
    content: "\e01a";
}
ul.mks_social_widget_ul .socicon-diablo {
    background: #8b1209;
}
ul.mks_social_widget_ul .socicon-diablo:before {
    content: "\e01b";
}
ul.mks_social_widget_ul .socicon-digg {
    background: #1d1d1b;
}
ul.mks_social_widget_ul .socicon-digg:before {
    content: "\e01c";
}
ul.mks_social_widget_ul .socicon-discord {
    background: #7289da;
}
ul.mks_social_widget_ul .socicon-discord:before {
    content: "\e01d";
}
ul.mks_social_widget_ul .socicon-disqus {
    background: #2e9fff;
}
ul.mks_social_widget_ul .socicon-disqus:before {
    content: "\e01e";
}
ul.mks_social_widget_ul .socicon-douban {
    background: #3ca353;
}
ul.mks_social_widget_ul .socicon-douban:before {
    content: "\e01f";
}
ul.mks_social_widget_ul .socicon-draugiem {
    background: #ffa32b;
}
ul.mks_social_widget_ul .socicon-draugiem:before {
    content: "\e020";
}
ul.mks_social_widget_ul .socicon-dribbble {
    background: #e84d88;
}
ul.mks_social_widget_ul .socicon-dribbble:before {
    content: "\e021";
}
ul.mks_social_widget_ul .socicon-drupal {
    background: #00598e;
}
ul.mks_social_widget_ul .socicon-drupal:before {
    content: "\e022";
}
ul.mks_social_widget_ul .socicon-ebay {
    background: #333;
}
ul.mks_social_widget_ul .socicon-ebay:before {
    content: "\e023";
}
ul.mks_social_widget_ul .socicon-ello {
    background: #000;
}
ul.mks_social_widget_ul .socicon-ello:before {
    content: "\e024";
}
ul.mks_social_widget_ul .socicon-endomondo {
    background: #86ad00;
}
ul.mks_social_widget_ul .socicon-endomondo:before {
    content: "\e025";
}
ul.mks_social_widget_ul .socicon-envato {
    background: #597c3a;
}
ul.mks_social_widget_ul .socicon-envato:before {
    content: "\e026";
}
ul.mks_social_widget_ul .socicon-etsy {
    background: #f56400;
}
ul.mks_social_widget_ul .socicon-etsy:before {
    content: "\e027";
}
ul.mks_social_widget_ul .socicon-facebook {
    background: #3e5b98;
}
ul.mks_social_widget_ul .socicon-facebook:before {
    content: "\e028";
}
ul.mks_social_widget_ul .socicon-feedburner {
    background: #fc0;
}
ul.mks_social_widget_ul .socicon-feedburner:before {
    content: "\e029";
}
ul.mks_social_widget_ul .socicon-filmweb {
    background: #ffc404;
}
ul.mks_social_widget_ul .socicon-filmweb:before {
    content: "\e02a";
}
ul.mks_social_widget_ul .socicon-firefox {
    background: #484848;
}
ul.mks_social_widget_ul .socicon-firefox:before {
    content: "\e02b";
}
ul.mks_social_widget_ul .socicon-flattr {
    background: #f67c1a;
}
ul.mks_social_widget_ul .socicon-flattr:before {
    content: "\e02c";
}
ul.mks_social_widget_ul .socicon-flickr {
    background: #1e1e1b;
}
ul.mks_social_widget_ul .socicon-flickr:before {
    content: "\e02d";
}
ul.mks_social_widget_ul .socicon-formulr {
    background: #ff5a60;
}
ul.mks_social_widget_ul .socicon-formulr:before {
    content: "\e02e";
}
ul.mks_social_widget_ul .socicon-forrst {
    background: #5b9a68;
}
ul.mks_social_widget_ul .socicon-forrst:before {
    content: "\e02f";
}
ul.mks_social_widget_ul .socicon-foursquare {
    background: #f94877;
}
ul.mks_social_widget_ul .socicon-foursquare:before {
    content: "\e030";
}
ul.mks_social_widget_ul .socicon-friendfeed {
    background: #2f72c4;
}
ul.mks_social_widget_ul .socicon-friendfeed:before {
    content: "\e031";
}
ul.mks_social_widget_ul .socicon-github {
    background: #221e1b;
}
ul.mks_social_widget_ul .socicon-github:before {
    content: "\e032";
}
ul.mks_social_widget_ul .socicon-goodreads {
    background: #463020;
}
ul.mks_social_widget_ul .socicon-goodreads:before {
    content: "\e033";
}
ul.mks_social_widget_ul .socicon-google {
    background: #4285f4;
}
ul.mks_social_widget_ul .socicon-google:before {
    content: "\e034";
}
ul.mks_social_widget_ul .socicon-googlegroups {
    background: #4f8ef5;
}
ul.mks_social_widget_ul .socicon-googlegroups:before {
    content: "\e036";
}
ul.mks_social_widget_ul .socicon-googlephotos {
    background: #212121;
}
ul.mks_social_widget_ul .socicon-googlephotos:before {
    content: "\e037";
}
ul.mks_social_widget_ul .socicon-googleplus {
    background: #dd4b39;
}
ul.mks_social_widget_ul .socicon-googleplus:before {
    content: "\e038";
}
ul.mks_social_widget_ul .socicon-googlescholar {
    background: #4285f4;
}
ul.mks_social_widget_ul .socicon-googlescholar:before {
    content: "\e035";
}
ul.mks_social_widget_ul .socicon-grooveshark {
    background: #000;
}
ul.mks_social_widget_ul .socicon-grooveshark:before {
    content: "\e039";
}
ul.mks_social_widget_ul .socicon-hackerrank {
    background: #2ec866;
}
ul.mks_social_widget_ul .socicon-hackerrank:before {
    content: "\e03a";
}
ul.mks_social_widget_ul .socicon-hearthstone {
    background: #ec9313;
}
ul.mks_social_widget_ul .socicon-hearthstone:before {
    content: "\e03b";
}
ul.mks_social_widget_ul .socicon-hellocoton {
    background: #d30d66;
}
ul.mks_social_widget_ul .socicon-hellocoton:before {
    content: "\e03c";
}
ul.mks_social_widget_ul .socicon-heroes {
    background: #2397f7;
}
ul.mks_social_widget_ul .socicon-heroes:before {
    content: "\e03d";
}
ul.mks_social_widget_ul .socicon-hitbox {
    background: #9c0;
}
ul.mks_social_widget_ul .socicon-hitbox:before {
    content: "\e03e";
}
ul.mks_social_widget_ul .socicon-horde {
    background: #84121c;
}
ul.mks_social_widget_ul .socicon-horde:before {
    content: "\e03f";
}
ul.mks_social_widget_ul .socicon-houzz {
    background: #7cc04b;
}
ul.mks_social_widget_ul .socicon-houzz:before {
    content: "\e040";
}
ul.mks_social_widget_ul .socicon-icq {
    background: #7ebd00;
}
ul.mks_social_widget_ul .socicon-icq:before {
    content: "\e041";
}
ul.mks_social_widget_ul .socicon-identica {
    background: #000;
}
ul.mks_social_widget_ul .socicon-identica:before {
    content: "\e042";
}
ul.mks_social_widget_ul .socicon-imdb {
    background: #e8ba00;
}
ul.mks_social_widget_ul .socicon-imdb:before {
    content: "\e043";
}
ul.mks_social_widget_ul .socicon-instagram {
    background: #000;
}
ul.mks_social_widget_ul .socicon-instagram:before {
    content: "\e044";
}
ul.mks_social_widget_ul .socicon-issuu {
    background: #f26f61;
}
ul.mks_social_widget_ul .socicon-issuu:before {
    content: "\e045";
}
ul.mks_social_widget_ul .socicon-istock {
    background: #000;
}
ul.mks_social_widget_ul .socicon-istock:before {
    content: "\e046";
}
ul.mks_social_widget_ul .socicon-itunes {
    background: #ff5e51;
}
ul.mks_social_widget_ul .socicon-itunes:before {
    content: "\e047";
}
ul.mks_social_widget_ul .socicon-keybase {
    background: #ff7100;
}
ul.mks_social_widget_ul .socicon-keybase:before {
    content: "\e048";
}
ul.mks_social_widget_ul .socicon-lanyrd {
    background: #3c80c9;
}
ul.mks_social_widget_ul .socicon-lanyrd:before {
    content: "\e049";
}
ul.mks_social_widget_ul .socicon-lastfm {
    background: #d41316;
}
ul.mks_social_widget_ul .socicon-lastfm:before {
    content: "\e04a";
}
ul.mks_social_widget_ul .socicon-line {
    background: #00b901;
}
ul.mks_social_widget_ul .socicon-line:before {
    content: "\e04b";
}
ul.mks_social_widget_ul .socicon-linkedin {
    background: #3371b7;
}
ul.mks_social_widget_ul .socicon-linkedin:before {
    content: "\e04c";
}
ul.mks_social_widget_ul .socicon-livejournal {
    background: #09c;
}
ul.mks_social_widget_ul .socicon-livejournal:before {
    content: "\e04d";
}
ul.mks_social_widget_ul .socicon-lyft {
    background: #ff00bf;
}
ul.mks_social_widget_ul .socicon-lyft:before {
    content: "\e04e";
}
ul.mks_social_widget_ul .socicon-macos {
    background: #000;
}
ul.mks_social_widget_ul .socicon-macos:before {
    content: "\e04f";
}
ul.mks_social_widget_ul .socicon-mail {
    background: #000;
}
ul.mks_social_widget_ul .socicon-mail:before {
    content: "\e050";
}
ul.mks_social_widget_ul .socicon-medium {
    background: #000;
}
ul.mks_social_widget_ul .socicon-medium:before {
    content: "\e051";
}
ul.mks_social_widget_ul .socicon-meetup {
    background: #e2373c;
}
ul.mks_social_widget_ul .socicon-meetup:before {
    content: "\e052";
}
ul.mks_social_widget_ul .socicon-mixcloud {
    background: #000;
}
ul.mks_social_widget_ul .socicon-mixcloud:before {
    content: "\e053";
}
ul.mks_social_widget_ul .socicon-modelmayhem {
    background: #000;
}
ul.mks_social_widget_ul .socicon-modelmayhem:before {
    content: "\e054";
}
ul.mks_social_widget_ul .socicon-mumble {
    background: #5ab5d1;
}
ul.mks_social_widget_ul .socicon-mumble:before {
    content: "\e055";
}
ul.mks_social_widget_ul .socicon-myspace {
    background: #323232;
}
ul.mks_social_widget_ul .socicon-myspace:before {
    content: "\e056";
}
ul.mks_social_widget_ul .socicon-newsvine {
    background: #075b2f;
}
ul.mks_social_widget_ul .socicon-newsvine:before {
    content: "\e057";
}
ul.mks_social_widget_ul .socicon-nintendo {
    background: #f58a33;
}
ul.mks_social_widget_ul .socicon-nintendo:before {
    content: "\e058";
}
ul.mks_social_widget_ul .socicon-npm {
    background: #c12127;
}
ul.mks_social_widget_ul .socicon-npm:before {
    content: "\e059";
}
ul.mks_social_widget_ul .socicon-odnoklassniki {
    background: #f48420;
}
ul.mks_social_widget_ul .socicon-odnoklassniki:before {
    content: "\e05a";
}
ul.mks_social_widget_ul .socicon-openid {
    background: #f78c40;
}
ul.mks_social_widget_ul .socicon-openid:before {
    content: "\e05b";
}
ul.mks_social_widget_ul .socicon-opera {
    background: #ff1b2d;
}
ul.mks_social_widget_ul .socicon-opera:before {
    content: "\e05c";
}
ul.mks_social_widget_ul .socicon-outlook {
    background: #0072c6;
}
ul.mks_social_widget_ul .socicon-outlook:before {
    content: "\e05d";
}
ul.mks_social_widget_ul .socicon-overwatch {
    background: #9e9e9e;
}
ul.mks_social_widget_ul .socicon-overwatch:before {
    content: "\e05e";
}
ul.mks_social_widget_ul .socicon-patreon {
    background: #f96854;
}
ul.mks_social_widget_ul .socicon-patreon:before {
    content: "\e05f";
}
ul.mks_social_widget_ul .socicon-paypal {
    background: #009cde;
}
ul.mks_social_widget_ul .socicon-paypal:before {
    content: "\e060";
}
ul.mks_social_widget_ul .socicon-periscope {
    background: #3aa4c6;
}
ul.mks_social_widget_ul .socicon-periscope:before {
    content: "\e061";
}
ul.mks_social_widget_ul .socicon-persona {
    background: #e6753d;
}
ul.mks_social_widget_ul .socicon-persona:before {
    content: "\e062";
}
ul.mks_social_widget_ul .socicon-pinterest {
    background: #c92619;
}
ul.mks_social_widget_ul .socicon-pinterest:before {
    content: "\e063";
}
ul.mks_social_widget_ul .socicon-play {
    background: #000;
}
ul.mks_social_widget_ul .socicon-play:before {
    content: "\e064";
}
ul.mks_social_widget_ul .socicon-player {
    background: #6e41bd;
}
ul.mks_social_widget_ul .socicon-player:before {
    content: "\e065";
}
ul.mks_social_widget_ul .socicon-playstation {
    background: #000;
}
ul.mks_social_widget_ul .socicon-playstation:before {
    content: "\e066";
}
ul.mks_social_widget_ul .socicon-pocket {
    background: #ed4055;
}
ul.mks_social_widget_ul .socicon-pocket:before {
    content: "\e067";
}
ul.mks_social_widget_ul .socicon-qq {
    background: #4297d3;
}
ul.mks_social_widget_ul .socicon-qq:before {
    content: "\e068";
}
ul.mks_social_widget_ul .socicon-quora {
    background: #cb202d;
}
ul.mks_social_widget_ul .socicon-quora:before {
    content: "\e069";
}
ul.mks_social_widget_ul .socicon-raidcall {
    background: #073558;
}
ul.mks_social_widget_ul .socicon-raidcall:before {
    content: "\e06a";
}
ul.mks_social_widget_ul .socicon-ravelry {
    background: #b6014c;
}
ul.mks_social_widget_ul .socicon-ravelry:before {
    content: "\e06b";
}
ul.mks_social_widget_ul .socicon-reddit {
    background: #e74a1e;
}
ul.mks_social_widget_ul .socicon-reddit:before {
    content: "\e06c";
}
ul.mks_social_widget_ul .socicon-renren {
    background: #2266b0;
}
ul.mks_social_widget_ul .socicon-renren:before {
    content: "\e06d";
}
ul.mks_social_widget_ul .socicon-researchgate {
    background: #0cb;
}
ul.mks_social_widget_ul .socicon-researchgate:before {
    content: "\e06e";
}
ul.mks_social_widget_ul .socicon-residentadvisor {
    background: #b3be1b;
}
ul.mks_social_widget_ul .socicon-residentadvisor:before {
    content: "\e06f";
}
ul.mks_social_widget_ul .socicon-reverbnation {
    background: #000;
}
ul.mks_social_widget_ul .socicon-reverbnation:before {
    content: "\e070";
}
ul.mks_social_widget_ul .socicon-rss {
    background: #f26109;
}
ul.mks_social_widget_ul .socicon-rss:before {
    content: "\e071";
}
ul.mks_social_widget_ul .socicon-sharethis {
    background: #01bf01;
}
ul.mks_social_widget_ul .socicon-sharethis:before {
    content: "\e072";
}
ul.mks_social_widget_ul .socicon-skype {
    background: #28abe3;
}
ul.mks_social_widget_ul .socicon-skype:before {
    content: "\e073";
}
ul.mks_social_widget_ul .socicon-slideshare {
    background: #4ba3a6;
}
ul.mks_social_widget_ul .socicon-slideshare:before {
    content: "\e074";
}
ul.mks_social_widget_ul .socicon-smugmug {
    background: #acfd32;
}
ul.mks_social_widget_ul .socicon-smugmug:before {
    content: "\e075";
}
ul.mks_social_widget_ul .socicon-snapchat {
    background: #fffa37;
}
ul.mks_social_widget_ul .socicon-snapchat:before {
    content: "\e076";
}
ul.mks_social_widget_ul .socicon-songkick {
    background: #f80046;
}
ul.mks_social_widget_ul .socicon-songkick:before {
    content: "\e077";
}
ul.mks_social_widget_ul .socicon-soundcloud {
    background: #fe3801;
}
ul.mks_social_widget_ul .socicon-soundcloud:before {
    content: "\e078";
}
ul.mks_social_widget_ul .socicon-spotify {
    background: #7bb342;
}
ul.mks_social_widget_ul .socicon-spotify:before {
    content: "\e079";
}
ul.mks_social_widget_ul .socicon-stackexchange {
    background: #2f2f2f;
}
ul.mks_social_widget_ul .socicon-stackexchange:before {
    content: "\e07a";
}
ul.mks_social_widget_ul .socicon-stackoverflow {
    background: #fd9827;
}
ul.mks_social_widget_ul .socicon-stackoverflow:before {
    content: "\e07b";
}
ul.mks_social_widget_ul .socicon-starcraft {
    background: #002250;
}
ul.mks_social_widget_ul .socicon-starcraft:before {
    content: "\e07c";
}
ul.mks_social_widget_ul .socicon-stayfriends {
    background: #f08a1c;
}
ul.mks_social_widget_ul .socicon-stayfriends:before {
    content: "\e07d";
}
ul.mks_social_widget_ul .socicon-steam {
    background: #171a21;
}
ul.mks_social_widget_ul .socicon-steam:before {
    content: "\e07e";
}
ul.mks_social_widget_ul .socicon-storehouse {
    background: #25b0e6;
}
ul.mks_social_widget_ul .socicon-storehouse:before {
    content: "\e07f";
}
ul.mks_social_widget_ul .socicon-strava {
    background: #fc4c02;
}
ul.mks_social_widget_ul .socicon-strava:before {
    content: "\e080";
}
ul.mks_social_widget_ul .socicon-streamjar {
    background: #503a60;
}
ul.mks_social_widget_ul .socicon-streamjar:before {
    content: "\e081";
}
ul.mks_social_widget_ul .socicon-stumbleupon {
    background: #e64011;
}
ul.mks_social_widget_ul .socicon-stumbleupon:before {
    content: "\e082";
}
ul.mks_social_widget_ul .socicon-swarm {
    background: #fc9d3c;
}
ul.mks_social_widget_ul .socicon-swarm:before {
    content: "\e083";
}
ul.mks_social_widget_ul .socicon-teamspeak {
    background: #465674;
}
ul.mks_social_widget_ul .socicon-teamspeak:before {
    content: "\e084";
}
ul.mks_social_widget_ul .socicon-teamviewer {
    background: #168ef4;
}
ul.mks_social_widget_ul .socicon-teamviewer:before {
    content: "\e085";
}
ul.mks_social_widget_ul .socicon-technorati {
    background: #5cb030;
}
ul.mks_social_widget_ul .socicon-technorati:before {
    content: "\e086";
}
ul.mks_social_widget_ul .socicon-telegram {
    background: #08c;
}
ul.mks_social_widget_ul .socicon-telegram:before {
    content: "\e087";
}
ul.mks_social_widget_ul .socicon-tripadvisor {
    background: #4b7e37;
}
ul.mks_social_widget_ul .socicon-tripadvisor:before {
    content: "\e088";
}
ul.mks_social_widget_ul .socicon-tripit {
    background: #1982c3;
}
ul.mks_social_widget_ul .socicon-tripit:before {
    content: "\e089";
}
ul.mks_social_widget_ul .socicon-triplej {
    background: #e53531;
}
ul.mks_social_widget_ul .socicon-triplej:before {
    content: "\e08a";
}
ul.mks_social_widget_ul .socicon-tumblr {
    background: #45556c;
}
ul.mks_social_widget_ul .socicon-tumblr:before {
    content: "\e08b";
}
ul.mks_social_widget_ul .socicon-twitch {
    background: #6441a5;
}
ul.mks_social_widget_ul .socicon-twitch:before {
    content: "\e08c";
}
ul.mks_social_widget_ul .socicon-twitter {
    background: #4da7de;
}
ul.mks_social_widget_ul .socicon-twitter:before {
    content: "\e08d";
}
ul.mks_social_widget_ul .socicon-uber {
    background: #000;
}
ul.mks_social_widget_ul .socicon-uber:before {
    content: "\e08e";
}
ul.mks_social_widget_ul .socicon-ventrilo {
    background: #77808a;
}
ul.mks_social_widget_ul .socicon-ventrilo:before {
    content: "\e08f";
}
ul.mks_social_widget_ul .socicon-viadeo {
    background: #e4a000;
}
ul.mks_social_widget_ul .socicon-viadeo:before {
    content: "\e090";
}
ul.mks_social_widget_ul .socicon-viber {
    background: #7b519d;
}
ul.mks_social_widget_ul .socicon-viber:before {
    content: "\e091";
}
ul.mks_social_widget_ul .socicon-viewbug {
    background: #2b9fcf;
}
ul.mks_social_widget_ul .socicon-viewbug:before {
    content: "\e092";
}
ul.mks_social_widget_ul .socicon-vimeo {
    background: #51b5e7;
}
ul.mks_social_widget_ul .socicon-vimeo:before {
    content: "\e093";
}
ul.mks_social_widget_ul .socicon-vine {
    background: #00b389;
}
ul.mks_social_widget_ul .socicon-vine:before {
    content: "\e094";
}
ul.mks_social_widget_ul .socicon-vkontakte {
    background: #5a7fa6;
}
ul.mks_social_widget_ul .socicon-vkontakte:before {
    content: "\e095";
}
ul.mks_social_widget_ul .socicon-warcraft {
    background: #1eb10a;
}
ul.mks_social_widget_ul .socicon-warcraft:before {
    content: "\e096";
}
ul.mks_social_widget_ul .socicon-wechat {
    background: #09b507;
}
ul.mks_social_widget_ul .socicon-wechat:before {
    content: "\e097";
}
ul.mks_social_widget_ul .socicon-weibo {
    background: #e31c34;
}
ul.mks_social_widget_ul .socicon-weibo:before {
    content: "\e098";
}
ul.mks_social_widget_ul .socicon-whatsapp {
    background: #20b038;
}
ul.mks_social_widget_ul .socicon-whatsapp:before {
    content: "\e099";
}
ul.mks_social_widget_ul .socicon-wikipedia {
    background: #000;
}
ul.mks_social_widget_ul .socicon-wikipedia:before {
    content: "\e09a";
}
ul.mks_social_widget_ul .socicon-windows {
    background: #00bdf6;
}
ul.mks_social_widget_ul .socicon-windows:before {
    content: "\e09b";
}
ul.mks_social_widget_ul .socicon-wordpress {
    background: #464646;
}
ul.mks_social_widget_ul .socicon-wordpress:before {
    content: "\e09c";
}
ul.mks_social_widget_ul .socicon-wykop {
    background: #328efe;
}
ul.mks_social_widget_ul .socicon-wykop:before {
    content: "\e09d";
}
ul.mks_social_widget_ul .socicon-xbox {
    background: #92c83e;
}
ul.mks_social_widget_ul .socicon-xbox:before {
    content: "\e09e";
}
ul.mks_social_widget_ul .socicon-xing {
    background: #005a60;
}
ul.mks_social_widget_ul .socicon-xing:before {
    content: "\e09f";
}
ul.mks_social_widget_ul .socicon-yahoo {
    background: #6e2a85;
}
ul.mks_social_widget_ul .socicon-yahoo:before {
    content: "\e0a0";
}
ul.mks_social_widget_ul .socicon-yammer {
    background: #1175c4;
}
ul.mks_social_widget_ul .socicon-yammer:before {
    content: "\e0a1";
}
ul.mks_social_widget_ul .socicon-yandex {
    background: red;
}
ul.mks_social_widget_ul .socicon-yandex:before {
    content: "\e0a2";
}
ul.mks_social_widget_ul .socicon-yelp {
    background: #c83218;
}
ul.mks_social_widget_ul .socicon-yelp:before {
    content: "\e0a3";
}
ul.mks_social_widget_ul .socicon-younow {
    background: #61c03e;
}
ul.mks_social_widget_ul .socicon-younow:before {
    content: "\e0a4";
}
ul.mks_social_widget_ul .socicon-youtube {
    background: #e02a20;
}
ul.mks_social_widget_ul .socicon-youtube:before {
    content: "\e0a5";
}
ul.mks_social_widget_ul .socicon-zapier {
    background: #ff4a00;
}
ul.mks_social_widget_ul .socicon-zapier:before {
    content: "\e0a6";
}
ul.mks_social_widget_ul .socicon-zerply {
    background: #9dbc7a;
}
ul.mks_social_widget_ul .socicon-zerply:before {
    content: "\e0a7";
}
ul.mks_social_widget_ul .socicon-zomato {
    background: #cb202d;
}
ul.mks_social_widget_ul .socicon-zomato:before {
    content: "\e0a8";
}
ul.mks_social_widget_ul .socicon-zynga {
    background: #dc0606;
}
ul.mks_social_widget_ul .socicon-zynga:before {
    content: "\e0a9";
}
ul.mks_social_widget_ul .socicon-spreadshirt {
    background: #00b2a6;
}
ul.mks_social_widget_ul .socicon-spreadshirt:before {
    content: "\e900";
}
ul.mks_social_widget_ul .socicon-trello {
    background: #0079bf;
}
ul.mks_social_widget_ul .socicon-trello:before {
    content: "\e902";
}
ul.mks_social_widget_ul .socicon-gamejolt {
    background: #191919;
}
ul.mks_social_widget_ul .socicon-gamejolt:before {
    content: "\e901";
}
ul.mks_social_widget_ul .socicon-tunein {
    background: #36b4a7;
}
ul.mks_social_widget_ul .socicon-tunein:before {
    content: "\e903";
}
ul.mks_social_widget_ul .socicon-bloglovin {
    background: #000;
}
ul.mks_social_widget_ul .socicon-bloglovin:before {
    content: "\e904";
}
ul.mks_social_widget_ul .socicon-gamewisp {
    background: #f8a853;
}
ul.mks_social_widget_ul .socicon-gamewisp:before {
    content: "\e905";
}
ul.mks_social_widget_ul .socicon-messenger {
    background: #0084ff;
}
ul.mks_social_widget_ul .socicon-messenger:before {
    content: "\e906";
}
ul.mks_social_widget_ul .socicon-pandora {
    background: #224099;
}
ul.mks_social_widget_ul .socicon-pandora:before {
    content: "\e907";
}
ul.mks_social_widget_ul .socicon-microsoft {
    background: #666;
}
ul.mks_social_widget_ul .socicon-microsoft:before {
    content: "\e90e";
}
ul.mks_social_widget_ul .socicon-mobcrush {
    background: #fe0;
}
ul.mks_social_widget_ul .socicon-mobcrush:before {
    content: "\e90d";
}
ul.mks_social_widget_ul .socicon-sketchfab {
    background: #00a5d6;
}
ul.mks_social_widget_ul .socicon-sketchfab:before {
    content: "\e90c";
}
ul.mks_social_widget_ul .socicon-yt-gaming {
    background: #e91d00;
}
ul.mks_social_widget_ul .socicon-yt-gaming:before {
    content: "\e90b";
}
ul.mks_social_widget_ul .socicon-fyuse {
    background: #ff3143;
}
ul.mks_social_widget_ul .socicon-fyuse:before {
    content: "\e90a";
}
ul.mks_social_widget_ul .socicon-bitbucket {
    background: #243759;
}
ul.mks_social_widget_ul .socicon-bitbucket:before {
    content: "\e909";
}
ul.mks_social_widget_ul .socicon-augment {
    background: #e71204;
}
ul.mks_social_widget_ul .socicon-augment:before {
    content: "\e908";
}
ul.mks_social_widget_ul .socicon-toneden {
    background: #777bf9;
}
ul.mks_social_widget_ul .socicon-toneden:before {
    content: "\e93a";
}
ul.mks_social_widget_ul .socicon-niconico {
    background: #000;
}
ul.mks_social_widget_ul .socicon-niconico:before {
    content: "\e939";
}
ul.mks_social_widget_ul .socicon-zillow {
    background: #0074e4;
}
ul.mks_social_widget_ul .socicon-zillow:before {
    content: "\e938";
}
ul.mks_social_widget_ul .socicon-googlemaps {
    background: #4285f4;
}
ul.mks_social_widget_ul .socicon-googlemaps:before {
    content: "\e937";
}
ul.mks_social_widget_ul .socicon-booking {
    background: #003580;
}
ul.mks_social_widget_ul .socicon-booking:before {
    content: "\e936";
}
ul.mks_social_widget_ul .socicon-fundable {
    background: #1d181f;
}
ul.mks_social_widget_ul .socicon-fundable:before {
    content: "\e935";
}
ul.mks_social_widget_ul .socicon-upwork {
    background: #5bbc2f;
}
ul.mks_social_widget_ul .socicon-upwork:before {
    content: "\e934";
}
ul.mks_social_widget_ul .socicon-ghost {
    background: #33393c;
}
ul.mks_social_widget_ul .socicon-ghost:before {
    content: "\e933";
}
ul.mks_social_widget_ul .socicon-loomly {
    background: #00425f;
}
ul.mks_social_widget_ul .socicon-loomly:before {
    content: "\e932";
}
ul.mks_social_widget_ul .socicon-trulia {
    background: #20bf63;
}
ul.mks_social_widget_ul .socicon-trulia:before {
    content: "\e931";
}
ul.mks_social_widget_ul .socicon-ask {
    background: #cf0000;
}
ul.mks_social_widget_ul .socicon-ask:before {
    content: "\e930";
}
ul.mks_social_widget_ul .socicon-gust {
    background: #1e2e3e;
}
ul.mks_social_widget_ul .socicon-gust:before {
    content: "\e92f";
}
ul.mks_social_widget_ul .socicon-toptal {
    background: #4c73aa;
}
ul.mks_social_widget_ul .socicon-toptal:before {
    content: "\e92e";
}
ul.mks_social_widget_ul .socicon-squarespace {
    background: #121212;
}
ul.mks_social_widget_ul .socicon-squarespace:before {
    content: "\e92d";
}
ul.mks_social_widget_ul .socicon-bonanza {
    background: #62764a;
}
ul.mks_social_widget_ul .socicon-bonanza:before {
    content: "\e92c";
}
ul.mks_social_widget_ul .socicon-doodle {
    background: #0064dc;
}
ul.mks_social_widget_ul .socicon-doodle:before {
    content: "\e92b";
}
ul.mks_social_widget_ul .socicon-bing {
    background: #008485;
}
ul.mks_social_widget_ul .socicon-bing:before {
    content: "\e92a";
}
ul.mks_social_widget_ul .socicon-seedrs {
    background: #7fbb31;
}
ul.mks_social_widget_ul .socicon-seedrs:before {
    content: "\e929";
}
ul.mks_social_widget_ul .socicon-freelancer {
    background: #0088ca;
}
ul.mks_social_widget_ul .socicon-freelancer:before {
    content: "\e928";
}
ul.mks_social_widget_ul .socicon-shopify {
    background: #5c6ac4;
}
ul.mks_social_widget_ul .socicon-shopify:before {
    content: "\e927";
}
ul.mks_social_widget_ul .socicon-googlecalendar {
    background: #3d81f6;
}
ul.mks_social_widget_ul .socicon-googlecalendar:before {
    content: "\e926";
}
ul.mks_social_widget_ul .socicon-redfin {
    background: #c82022;
}
ul.mks_social_widget_ul .socicon-redfin:before {
    content: "\e925";
}
ul.mks_social_widget_ul .socicon-wix {
    background: #0096ff;
}
ul.mks_social_widget_ul .socicon-wix:before {
    content: "\e924";
}
ul.mks_social_widget_ul .socicon-craigslist {
    background: #561a8b;
}
ul.mks_social_widget_ul .socicon-craigslist:before {
    content: "\e923";
}
ul.mks_social_widget_ul .socicon-alibaba {
    background: #ff6a00;
}
ul.mks_social_widget_ul .socicon-alibaba:before {
    content: "\e922";
}
ul.mks_social_widget_ul .socicon-zoom {
    background: #2d8cff;
}
ul.mks_social_widget_ul .socicon-zoom:before {
    content: "\e921";
}
ul.mks_social_widget_ul .socicon-homes {
    background: #f7841b;
}
ul.mks_social_widget_ul .socicon-homes:before {
    content: "\e920";
}
ul.mks_social_widget_ul .socicon-appstore {
    background: #007aff;
}
ul.mks_social_widget_ul .socicon-appstore:before {
    content: "\e91f";
}
ul.mks_social_widget_ul .socicon-guru {
    background: #4c81c0;
}
ul.mks_social_widget_ul .socicon-guru:before {
    content: "\e91e";
}
ul.mks_social_widget_ul .socicon-aliexpress {
    background: #e92c00;
}
ul.mks_social_widget_ul .socicon-aliexpress:before {
    content: "\e91d";
}
ul.mks_social_widget_ul .socicon-gotomeeting {
    background: #fd7a2b;
}
ul.mks_social_widget_ul .socicon-gotomeeting:before {
    content: "\e91c";
}
ul.mks_social_widget_ul .socicon-fiverr {
    background: #0db62a;
}
ul.mks_social_widget_ul .socicon-fiverr:before {
    content: "\e91b";
}
ul.mks_social_widget_ul .socicon-logmein {
    background: #45b6f3;
}
ul.mks_social_widget_ul .socicon-logmein:before {
    content: "\e91a";
}
ul.mks_social_widget_ul .socicon-openaigym {
    background: #29a8b3;
}
ul.mks_social_widget_ul .socicon-openaigym:before {
    content: "\e919";
}
ul.mks_social_widget_ul .socicon-slack {
    background: #4b6bc6;
}
ul.mks_social_widget_ul .socicon-slack:before {
    content: "\e918";
}
ul.mks_social_widget_ul .socicon-codepen {
    background: #000;
}
ul.mks_social_widget_ul .socicon-codepen:before {
    content: "\e917";
}
ul.mks_social_widget_ul .socicon-angieslist {
    background: #299f37;
}
ul.mks_social_widget_ul .socicon-angieslist:before {
    content: "\e916";
}
ul.mks_social_widget_ul .socicon-homeadvisor {
    background: #ef8b1d;
}
ul.mks_social_widget_ul .socicon-homeadvisor:before {
    content: "\e915";
}
ul.mks_social_widget_ul .socicon-unsplash {
    background: #000;
}
ul.mks_social_widget_ul .socicon-unsplash:before {
    content: "\e914";
}
ul.mks_social_widget_ul .socicon-mastodon {
    background: #2986d6;
}
ul.mks_social_widget_ul .socicon-mastodon:before {
    content: "\e913";
}
ul.mks_social_widget_ul .socicon-natgeo {
    background: #222;
}
ul.mks_social_widget_ul .socicon-natgeo:before {
    content: "\e912";
}
ul.mks_social_widget_ul .socicon-qobuz {
    background: #298fbf;
}
ul.mks_social_widget_ul .socicon-qobuz:before {
    content: "\e911";
}
ul.mks_social_widget_ul .socicon-tidal {
    background: #01ffff;
}
ul.mks_social_widget_ul .socicon-tidal:before {
    content: "\e910";
}
ul.mks_social_widget_ul .socicon-realtor {
    background: #d52228;
}
ul.mks_social_widget_ul .socicon-realtor:before {
    content: "\e90f";
}
ul.mks_social_widget_ul .socicon-calendly {
    background: #00a3fa;
}
ul.mks_social_widget_ul .socicon-calendly:before {
    content: "\e93d";
}
ul.mks_social_widget_ul .socicon-homify {
    background: #7dcda3;
}
ul.mks_social_widget_ul .socicon-homify:before {
    content: "\e93c";
}
ul.mks_social_widget_ul .socicon-crunchbase {
    background: #0288d1;
}
ul.mks_social_widget_ul .socicon-crunchbase:before {
    content: "\e93b";
}
ul.mks_social_widget_ul .socicon-livemaster {
    background: #e76d00;
}
ul.mks_social_widget_ul .socicon-livemaster:before {
    content: "\e93e";
}
ul.mks_social_widget_ul .socicon-udemy {
    background: #17aa1c;
}
ul.mks_social_widget_ul .socicon-udemy:before {
    content: "\e93f";
}
ul.mks_social_widget_ul .socicon-nextdoor {
    background: #01b247;
}
ul.mks_social_widget_ul .socicon-nextdoor:before {
    content: "\e942";
}
ul.mks_social_widget_ul .socicon-origin {
    background: #f56c2e;
}
ul.mks_social_widget_ul .socicon-origin:before {
    content: "\e941";
}
ul.mks_social_widget_ul .socicon-codered {
    background: #ff033b;
}
ul.mks_social_widget_ul .socicon-codered:before {
    content: "\e940";
}
ul.mks_social_widget_ul .socicon-portfolio {
    background: #54afff;
}
ul.mks_social_widget_ul .socicon-portfolio:before {
    content: "\e943";
}
ul.mks_social_widget_ul .socicon-instructables {
    background: #f8b514;
}
ul.mks_social_widget_ul .socicon-instructables:before {
    content: "\e944";
}
ul.mks_social_widget_ul .socicon-gitlab {
    background: #e65228;
}
ul.mks_social_widget_ul .socicon-gitlab:before {
    content: "\e945";
}
ul.mks_social_widget_ul .socicon-mailru {
    background: #fda840;
}
ul.mks_social_widget_ul .socicon-mailru:before {
    content: "\e94a";
}
ul.mks_social_widget_ul .socicon-bookbub {
    background: #e70005;
}
ul.mks_social_widget_ul .socicon-bookbub:before {
    content: "\e949";
}
ul.mks_social_widget_ul .socicon-kobo {
    background: #bf0000;
}
ul.mks_social_widget_ul .socicon-kobo:before {
    content: "\e948";
}
ul.mks_social_widget_ul .socicon-smashwords {
    background: #4181c3;
}
ul.mks_social_widget_ul .socicon-smashwords:before {
    content: "\e947";
}
ul.mks_social_widget_ul .socicon-hackernews {
    background: #ff6601;
}
ul.mks_social_widget_ul .socicon-hackernews:before {
    content: "\e946";
}
ul.mks_social_widget_ul .socicon-hackerone {
    background: #ec1075;
}
ul.mks_social_widget_ul .socicon-hackerone:before {
    content: "\e956";
}
ul.mks_social_widget_ul .socicon-beatport {
    background: #94d500;
}
ul.mks_social_widget_ul .socicon-beatport:before {
    content: "\e955";
}
ul.mks_social_widget_ul .socicon-napster {
    background: #000;
}
ul.mks_social_widget_ul .socicon-napster:before {
    content: "\e954";
}
ul.mks_social_widget_ul .socicon-spip {
    background: #e00d6f;
}
ul.mks_social_widget_ul .socicon-spip:before {
    content: "\e953";
}
ul.mks_social_widget_ul .socicon-wickr {
    background: #f29100;
}
ul.mks_social_widget_ul .socicon-wickr:before {
    content: "\e952";
}
ul.mks_social_widget_ul .socicon-blackberry {
    background: #000;
}
ul.mks_social_widget_ul .socicon-blackberry:before {
    content: "\e951";
}
ul.mks_social_widget_ul .socicon-myanimelist {
    background: #2e51a2;
}
ul.mks_social_widget_ul .socicon-myanimelist:before {
    content: "\e950";
}
ul.mks_social_widget_ul .socicon-pixiv {
    background: #049cff;
}
ul.mks_social_widget_ul .socicon-pixiv:before {
    content: "\e94f";
}
ul.mks_social_widget_ul .socicon-gamefor {
    background: #506f82;
}
ul.mks_social_widget_ul .socicon-gamefor:before {
    content: "\e94e";
}
ul.mks_social_widget_ul .socicon-traxsource {
    background: #40a0ff;
}
ul.mks_social_widget_ul .socicon-traxsource:before {
    content: "\e94d";
}
ul.mks_social_widget_ul .socicon-indiedb {
    background: #77c628;
}
ul.mks_social_widget_ul .socicon-indiedb:before {
    content: "\e94c";
}
ul.mks_social_widget_ul .socicon-moddb {
    background: #cc0300;
}
ul.mks_social_widget_ul .socicon-moddb:before {
    content: "\e94b";
}
ul.mks_social_widget_ul .socicon-internet {
    background: #000;
}
ul.mks_social_widget_ul .socicon-internet:before {
    content: "\e957";
}
ul.mks_themeforest_widget_ul li {
    width: 80px !important;
    height: 80px;
    display: inline-block !important;
    margin: 0 2px 4px 0;
    padding: 0;
    vertical-align: top;
}
ul.mks_themeforest_widget_ul li img {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
}
.mks_read_more {
    text-align: center;
}
.mks_read_more {
    margin-top: 10px;
}
@charset "UTF-8";
[data-wp-review-tabs] .tab-titles:after,
[data-ui-tabs] .ui-tabs-nav:after,
.wp-reviews-list .reviews-pagination:after,
.wp-reviews-list .item:after,
.review-list li:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.review-wrapper {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-wrapper .review-list {
    margin: 0;
    list-style: none;
    padding: 0;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-wrapper .review-list li {
    margin: 0;
    list-style: none;
}
.review-wrapper li:after {
    content: "";
    display: block;
    clear: both;
}
.review-wrapper .review-desc li:after {
    display: none;
}
.review-wrapper .review-total-wrapper h5 {
    font-family: inherit;
}
.review-title {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
}
.review-price {
    float: right;
}
.review-links {
    list-style: none;
    padding: 15px 15px 8px !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.review-links li {
    display: inline-block;
    margin-bottom: 10px;
}
.review-links li a {
    display: block;
    padding: 4px 10px;
    margin: 0 10px 0 0;
    border: 1px solid;
    border-radius: 5px;
    outline: 0;
}
.review-links li:last-child a {
    margin-right: 0;
}
.review-links .review-links:not(:last-child) a {
    margin-right: 10px;
}
.entry-content .review-wrapper li:last-child a {
    margin-right: 0;
}
.wpr-error {
    background: #f9ada7;
    padding: 10px;
    margin: 10px 0;
}
.review-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
    list-style: none !important;
}
.review-list li:nth-child(even) {
    background-color: #fafafa;
}
.review-list li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.wp_review_comment .review-list,
.widefat .column-comment ul.review-list {
    margin: 0;
    padding: 0;
}
.wp_review_comment .review-list li,
.wp-review-comment-form .review-list li {
    padding: 10px;
    margin: 0;
    background: #f9f9f9;
    border-bottom: 1px solid #e7e7e7;
}
.review-summary-title {
    margin-bottom: 5px;
}
.review-desc {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-desc p:last-child {
    margin-bottom: 0;
}
.review-pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 30px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-pros-cons .review-pros {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-pros-cons .review-pros p:last-of-type {
    margin-bottom: 0;
}
.review-pros-cons .review-cons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-pros-cons .review-cons p:last-of-type {
    margin-bottom: 0;
}
.review-pros-cons .review-pros .mb-5 strong:before,
.review-pros-cons .review-cons .mb-5 strong:before {
    content: "";
    font-family: "FontAwesome";
    font-weight: 400;
    margin-right: 5px;
    opacity: 0.7;
}
.review-pros-cons .review-cons .mb-5 strong:before {
    content: "";
}
.review-pros-cons ul,
.review-pros-cons ol {
    margin: 0;
    margin-left: 0;
    padding: 0;
    list-style: none;
}
.review-pros-cons li {
    list-style-type: none !important;
}
.review-pros-cons .review-pros ul li:before,
.review-pros-cons .review-cons ul li:before {
    content: "";
    font-family: "FontAwesome";
    opacity: 0.4;
    margin-right: 7px;
}
.review-pros-cons .review-cons ul li:before {
    content: "";
}
.wp_review_comment .review-pros-cons {
    padding-left: 0;
    padding-right: 0;
}
textarea#wp_review_comment_pros,
textarea#wp_review_comment_cons {
    height: 100px;
}
.wp-review-comment-form-qualifier label {
    display: block;
}
.wp-review-comment-form-qualifier select {
    display: block;
    width: 100%;
}
#review .review-desc ul,
#review .review-desc ol {
    margin: 0;
    margin-left: 0;
    padding: 0;
}
.review-result-wrapper {
    white-space: nowrap;
    position: relative;
}
.review-star .review-result-wrapper {
    display: inline-block;
}
.review-star .review-result-wrapper img.wp-review-image {
    max-width: 20px;
    max-height: 20px;
    display: inline-block;
    opacity: 0.6;
}
.wp-review-usercomment-rating-star .review-result-wrapper img {
    opacity: 0.6;
}
.wp-review-usercomment-rating-star .review-result-wrapper .review-result img {
    opacity: 1;
}
.review-star .wpr-count {
    margin-left: 3px;
    vertical-align: top;
}
.review-result-wrapper i,
.review-result-wrapper img.wp-review-image {
    font-style: normal;
    font-size: 16px;
    padding: 0;
    line-height: inherit;
}
.reviewed-item {
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.reviewed-item .review-links {
    border: 0;
    background: transparent !important;
}
.reviewed-item .review-links li {
    margin: 0;
}
.reviewed-item .reviewed-item-data img {
    vertical-align: top;
}
.reviewed-item-image {
    float: right;
    max-width: 40%;
    margin-left: 15px;
}
.rtl .reviewed-item-image {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.reviewed-item-data-label {
    display: inline-block;
}
.reviewed-item-data p:last-of-type {
    margin-bottom: 0;
}
.review-result {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.rtl .review-result {
    left: auto;
    right: 0;
}
.review-total-wrapper {
    float: right;
    padding-right: 0;
    clear: both;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 20px 15px;
}
.rtl .review-total-wrapper {
    float: left;
}
.review-total-wrapper span.review-total-box {
    border: 0;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 35px 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.circle-point span.review-total-box {
    height: 180px;
}
.review-total-wrapper span.review-total-box small {
    font-size: 12px;
    display: block;
}
.percentage-icon {
    font-size: 22px;
    position: relative;
    top: -14px;
}
.review-total-star {
    position: relative;
    margin-top: 5px;
    margin: 0 auto;
    float: right;
}
.review-star.review-total {
    position: relative;
}
.wp-review-loading-msg,
.wp-review-loading .review-result-wrapper {
    display: none;
}
.wp-review-loading .wp-review-loading-msg {
    display: block;
}
.review-total {
    z-index: 99;
}
.rtl .review-total {
    left: auto;
    right: 0;
}
.review-star,
.wp-review-user-feature-rating-star {
    position: relative;
    margin-top: 5px;
    margin: 0 auto;
    display: inline-block;
}
.postbox .review-star {
    position: relative;
    right: auto;
    top: auto;
}
.review-list .review-star,
.user-review-area .review-star,
.wp-review-point-type .review-total-circle .review-star,
.wp-review-percentage-type .review-total-circle .review-star,
.review-list .wp-review-user-feature-rating-star {
    float: right;
    text-align: right;
}
.wpr-login-required-message {
    font-size: 80%;
}
.rtl .review-list .review-star,
.rtl .user-review-area .review-star,
.rtl .review-total-circle .review-star,
.rtl .wp-review-point-type .review-total-circle .review-star,
.rtl .wp-review-percentage-type .review-total-circle .review-star {
    float: left;
    margin-right: 10px;
    margin-left: 0;
}
.circle-point .review-list li {
    padding: 14px 15px;
}
.review-point .review-result-wrapper,
.review-percentage .review-result-wrapper {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 22px;
}
.review-point .review-result-wrapper {
    background-color: rgba(0, 0, 0, 0.1);
}
.wp-review-point-type .review-result,
.wp-review-percentage-type .review-result,
.review-total-point .review-result {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
}
.rtl .wp-review-point-type .review-result,
.rtl .wp-review-percentage-type .review-result,
.rtl .review-total-point .review-result {
    left: auto;
    right: 0;
}
.review-total-star.allowed-to-rate .review-result-wrapper {
    background: none;
}
.wp-review-point-type .review-total-point .review-result-wrapper {
    background: none;
}
.review-total-percentage.allowed-to-rate.has-not-rated-yet,
.review-total-point.allowed-to-rate.has-not-rated-yet {
    float: none;
    cursor: pointer;
}
.review-percentage .review-result-wrapper,
.review-point .review-result-wrapper {
    position: relative;
    width: 100%;
}
.review-percentage .review-result,
.review-point .review-result {
    background: currentColor;
    height: 22px;
}
.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper,
.wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper,
.wp-review-comment-rating.wp-review-comment-rating-percentage
.review-result-wrapper,
.wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper {
    cursor: pointer;
}
.wp-review-user-rating.wp-review-user-rating-point.has-rated
.review-result-wrapper,
.wp-review-user-rating.wp-review-user-rating-percentage.has-rated
.review-result-wrapper {
    cursor: default;
}
.wp-review-comment-rating.wp-review-comment-rating-point
.review-result-wrapper:hover
.review-result,
.wp-review-user-rating.wp-review-user-rating-point
.review-result-wrapper:hover
.review-result,
.wp-review-comment-rating.wp-review-comment-rating-percentage
.review-result-wrapper:hover
.review-result,
.wp-review-user-rating.wp-review-user-rating-percentage
.review-result-wrapper:hover
.review-result {
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.review-point,
.review-percentage {
    position: relative;
    clear: both;
}
.wp-review-your-rating {
    position: absolute;
    top: 102%;
    left: 45%;
    margin-left: -20px;
    font-size: 12px;
    line-height: 18px;
    background: #f0f0f0;
    color: #fff;
    pointer-events: none;
    z-index: 999;
    display: none;
    white-space: nowrap;
    padding: 2px 4px;
}
.rtl .wp-review-your-rating {
    left: auto;
    right: 45%;
}
.column-wp_review_rating .wp-review-circle-rating {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.review-point:hover .wp-review-your-rating,
.review-percentage:hover .wp-review-your-rating {
    display: block;
}
.review-result-text {
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 16px;
    line-height: 22px;
    display: none;
}
.rtl .review-result-text {
    left: auto;
    right: 4px;
}
.wp-review-usercomment-rating .review-result-text,
.wp-admin .review-result-text {
    display: block;
}
.review-total-circle.allowed-to-rate.has-not-rated-yet .review-result-wrapper {
    cursor: pointer;
}
.wp-review-user-rating-circle .review-result-wrapper {
    text-align: right;
}
.wp-review-user-rating.wp-review-user-rating-circle.wp-review-input-set {
    float: right;
}
.wp-review-circle-type .user-total-wrapper {
    overflow: hidden;
    margin-top: 3px;
}
.review-wrapper .wp-review-circle-rating {
    padding: 0;
    width: auto;
    display: inline;
}
.user-review-area .review-circle {
    float: right;
    height: 32px;
}
.review-list .review-circle {
    float: right;
    margin-top: -4px;
}
.wp-review-circle-type .review-total-wrapper > .review-total-box {
    display: none;
}
.review-circle.review-total {
    height: 100px;
    width: 100px;
}
.entry-content .review-wrapper h1,
.entry-content .review-wrapper h2,
.entry-content .review-wrapper h3,
.entry-content .review-wrapper h4,
.entry-content .review-wrapper h5,
.entry-content .review-wrapper h6 {
    margin: 0;
}
.entry-content .review-summary-title,
#content .review-summary-title,
.entry-content .reviewed-item p,
#content .reviewed-item p {
    margin-bottom: 5px;
}
#content .review-desc p:last-child {
    margin-bottom: 0;
}
#review .review-desc ul {
    margin: 0;
    margin-left: 20px;
    padding-left: 0;
}
.review-total-only {
    padding: 3px 8px;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
}
.review-total-only .percentage-icon {
    font-size: inherit;
    top: 0;
}
.review-total-only .review-type-star {
    font-size: 12px;
    padding: 3px 6px;
}
.review-total-only .review-total-star {
    font-size: 12px;
    margin: 0;
}
.review-result-wrapper .review-result i,
.review-result-wrapper .review-result img.wp-review-image {
    opacity: 1;
    filter: alpha(opacity=100);
}
.wp-review-box-float-left {
    margin-right: 20px;
}
.wp-review-box-float-right {
    margin-left: 20px;
}
.wpr-user-features-rating {
    clear: both;
}
.wpr-user-features-rating .user-review-title {
    padding: 10px 15px;
    margin: 0;
    font-weight: 700;
}
.wpr-user-features-rating .user-total-wrapper {
    margin: 0;
    display: inline-block;
}
.wpr-user-features-rating .wp-review-user-feature-rating-circle + span {
    display: inline-block;
    margin-top: 10px;
}
.wpr-user-features-rating
.wp-review-user-feature-rating-circle
.review-result-wrapper {
    height: 50px;
}
.user-review-area {
    border-top: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.user-review-area .wp-review-user-rating-star {
    float: right;
}
.wp-review-user-rating .review-star .review-result-wrapper:hover span img {
    opacity: 1;
}
.wp-review-user-rating
.review-star
.review-result-wrapper:hover
span:hover
~ span
img {
    opacity: 0.6;
}
.review-total-star.allowed-to-rate {
    float: right;
    margin: 0;
}
.user-review-title {
    margin: 15px 15px 10px;
    padding: 0;
    font-family: inherit;
}
.user-total-wrapper .user-review-title {
    font-weight: 700;
    margin: 0;
    display: inline-block;
}
.wp-review-user-rating .review-result-wrapper span {
    cursor: pointer;
    padding: 0 0 0 4px;
}
.wp-review-user-rating .review-result-wrapper span img.wp-review-image {
    opacity: 0.6;
}
.wp-review-user-rating .review-result-wrapper span:hover i,
.wp-review-user-rating .review-result-wrapper span:hover img.wp-review-image,
.wp-review-user-rating .review-result-wrapper span.active i,
.wp-review-user-rating .review-result-wrapper span.active img.wp-review-image {
    opacity: 1 !important;
}
.wp-review-user-rating .review-result-wrapper .review-result i,
.wp-review-user-rating
.review-result-wrapper
.review-result
img.wp-review-image {
    padding-left: 4px;
}
.wp-review-user-rating.has-rated .review-result-wrapper:hover .review-result {
    display: block;
}
.wp-review-user-rating .review-result-wrapper:hover .review-result,
.wp-review-user-rating.wp-review-loading .review-result-wrapper,
.wp-review-user-rating.wp-review-loading .wp-review-your-rating {
    display: none;
}
.wp-review-user-rating .review-list li {
    border-top: 1px solid;
}
.wpr-rating-accept-btn {
    width: 100%;
    float: right;
    border-radius: 0;
    padding: 14px;
    border: 0;
    color: #fff;
    font-size: inherit;
    cursor: pointer;
}
.wpr-rating-accept-btn[disabled] {
    cursor: not-allowed;
}
.wp-review-rating-input.review-point .review-result-wrapper,
.wp-review-rating-input.review-percentage .review-result-wrapper,
.wp-review-rating-input.review-circle canvas {
    cursor: pointer;
}
.wp-review-comment-form-rating {
    margin-bottom: 15px;
}
.wp-review-comment-form-rating .review-list li {
    padding: 10px;
    background: #f9f9f9;
}
.wp-review-comment-form-rating .user-review-title {
    margin: 0;
    margin-bottom: 10px;
}
.wp-review-comment-form-rating .features-rating-list {
    margin: 0;
    padding: 0;
}
.wp-review-comment-field {
    margin-bottom: 10px;
}
.review-total-star-comments {
    position: relative;
    display: inline-block;
}
.wp-review-comment-title {
    font-size: 18px;
}
.comment-text-inner {
    clear: both;
}
.comment .review-list li {
    margin-bottom: 0;
}
.wp-review-comment-rating .review-result-wrapper span {
    cursor: pointer;
    padding-left: 4px;
}
.wp-review-comment-rating .review-result-wrapper span i,
.wp-review-comment-rating .review-result-wrapper span img.wp-review-image {
    opacity: 0.6;
}
.wp-review-comment-rating .review-result-wrapper span:hover i,
.wp-review-comment-rating .review-result-wrapper span.active i,
.wp-review-comment-rating .review-result-wrapper span:hover img.wp-review-image,
.wp-review-comment-rating
.review-result-wrapper
span.active
img.wp-review-image {
    opacity: 1 !important;
    color: #ffb300;
}
.wp-review-comment-rating .review-result-wrapper span:hover ~ span i {
    opacity: 1;
    color: currentColor;
}
.wp-review-comment-rating .review-result-wrapper:hover .review-result {
    display: none;
}
.wp-review-comment-rating .review-result-wrapper .review-result {
    letter-spacing: -1.9px;
}
.wp-review-comment-rating .review-result-wrapper .review-result i,
.wp-review-comment-rating
.review-result-wrapper
.review-result
img.wp-review-image {
    padding-left: 4px;
}
.wp-review-comment-rating .review-result-wrapper:hover span img {
    opacity: 1;
}
.wp-review-comment-rating .review-result-wrapper:hover span:hover ~ span img {
    opacity: 0.6;
}
.wpr-comment-features-rating .wp-review-user-feature-rating-circle {
    height: 50px;
}
.wpr-comment-features-rating .review-list .review-circle {
    margin-top: 0;
    height: 50px;
}
.wpr-comment-features-rating li .wp-review-user-feature-rating-circle + span {
    margin-top: 14px;
    display: inline-block;
}
.rtl .wp-review-comment-rating .review-result-wrapper span i {
    float: right;
}
.wp-review-feedback {
    margin-top: 10px;
}
.wp-review-feedback .review-btn {
    display: inline-block;
    text-decoration: none;
    background: #eee;
    padding: 3px 9px;
    color: #333;
    border-radius: 4px;
    font-size: 14px;
}
.wp-review-feedback .review-btn.voted,
.wp-review-feedback .review-btn.voted ~ a {
    cursor: default;
}
.wp-review-feedback .review-btn:hover,
.wp-review-feedback .review-btn.voted {
    text-decoration: none;
    background: #81c784;
    color: #fff !important;
}
.wp-review-feedback .review-btn:nth-child(2) {
    margin-left: 5px;
}
.rtl .wp-review-feedback .review-btn:nth-child(2) {
    margin-left: auto;
    margin-right: 5px;
}
.wp-review-feedback .review-btn:nth-child(2):hover,
.wp-review-feedback .review-btn.voted:nth-child(2) {
    text-decoration: none;
    background-color: #e57373;
    color: #fff !important;
}
.wp-review-comment-form-title {
    clear: both;
    margin-bottom: 15px;
}
.wp-review-comment-form-author label,
.wp-review-comment-form-email label,
.wp-review-comment-form-url label {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.wp-review-comment-rating-circle-wrapper .review-comment-field-msg {
    vertical-align: middle;
    margin-right: 0;
}
.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner {
    display: inline-block;
    vertical-align: middle;
}
.wp-review-comment-rating .review-result-wrapper a {
    text-decoration: none;
    border: none;
}
.wp-review-comment-rating-star .review-total-star {
    float: none;
}
.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner,
.wp-review-comment-rating-star-wrapper .wp-review-comment-field-inner {
    display: inline-block;
}
.wp-review-comment-form .wp-review-comment-field-inner {
    display: block;
}
.wp-review-comment-form .user-review-title {
    margin: 0 0 10px;
}
.wp-review-comment-form .wpr-comment-features-rating > ul {
    margin: 0;
}
#comments .wp-review-comment-qualifier,
#comments .wp-review-usercomment-image {
    margin-bottom: 15px;
}
#comments .wp-review-usercomment-image img {
    float: left !important;
    max-width: 100%;
}
.wp-review-usercomment-rating,
#comments .wp-review-usercomment-rating {
    margin-bottom: 15px;
}
.wp-review-usercomment-rating ul,
.wp-review-usercomment-rating ol,
#comments .wp-review-usercomment-rating ul,
#comments .wp-review-usercomment-rating ol {
    margin: 0;
    margin-bottom: 10px;
    padding-left: 0;
    list-style-type: none;
}
.wp-review-usercomment-rating li,
#comments .wp-review-usercomment-rating li {
    display: block;
    margin-bottom: 15px;
}
.wp-review-usercomment-rating .review-star,
#comments .wp-review-usercomment-rating .review-star {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
}
.wp-review-comment-rating-star {
    display: inline-block;
}
form.wp-review-comment-form input,
#commentform.wp-review-comment-form input,
#commentform.wp-review-comment-form select {
    width: 100%;
    max-width: 100%;
    height: 44px;
    font-size: 16px;
    padding-left: 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rtl form.wp-review-comment-form input,
.rtl #commentform.wp-review-comment-form input {
    padding-left: auto;
    padding-right: 2.5%;
}
form.wp-review-comment-form textarea,
#commentform.wp-review-comment-form textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.035);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.31);
    max-width: 100%;
    font-size: 16px;
    padding-left: 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rtl form.wp-review-comment-form textarea,
.rtl #commentform.wp-review-comment-form textarea {
    padding-left: auto;
    padding-right: 2.5%;
}
form.wp-review-comment-form > div,
#commentform.wp-review-comment-form > div {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.rtl form.wp-review-comment-form > div,
.rtl #commentform.wp-review-comment-form > div {
    float: right;
}
.wp-review-thumbnail-wrapper {
    position: relative;
}
.wp-review-on-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 2px 4px;
}
.wp-review-on-thumbnail.review-type-star .review-total-star {
    margin: 0;
}
.review-type-circle.latestPost-review-wrapper,
.review-type-circle.wp-review-on-thumbnail {
    height: 44px;
}
.latestPost-review-wrapper .wp-review-circle-rating,
.wp-review-on-thumbnail .wp-review-circle-rating {
    font-size: 11px !important;
}
.review-type-circle.review-total-only,
.review-type-circle.wp-review-show-total {
    padding-top: 6px;
    height: 32px;
}
.latestPost-review-wrapper {
    padding: 2px 8px;
    background: #444;
    color: #fff;
}
.review-type-star.latestPost-review-wrapper .review-result-wrapper {
    color: #fff !important;
}
.review-type-star.latestPost-review-wrapper .review-result-wrapper i,
.review-type-star.latestPost-review-wrapper
.review-result-wrapper
img.wp-review-image {
    opacity: 0.6;
}
.review-type-star.latestPost-review-wrapper
.review-result-wrapper
.review-result {
    color: #fff !important;
}
.review-type-star.latestPost-review-wrapper
.review-result-wrapper
.review-result
i,
.review-type-star.latestPost-review-wrapper
.review-result-wrapper
.review-result
img.wp-review-image {
    opacity: 1;
}
.widget .wp-review-show-total .review-star,
.widget .wp-review-user-rating .review-star {
    position: relative;
    top: auto;
    right: auto;
}
.animate-spin {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    display: inline-block;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@media screen and (max-width: 600px) {
    #review.review-wrapper .user-review-area .review-percentage,
    #review.review-wrapper .user-review-area .review-point {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .user-review-area .user-total-wrapper {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .review-total-wrapper {
        text-align: right;
    }
    .user-review-area .user-total-wrapper {
        max-width: 60%;
        line-height: 1.2;
    }
    .user-review-area .user-total-wrapper .user-review-title {
        margin-top: 0 !important;
    }
    .review-price {
        float: none;
    }
    .review-wrapper .review-title {
        font-size: 16px;
    }
    .review-total-wrapper span.review-total-box {
        padding: 10px 0 20px;
        text-align: right;
        padding-left: 10px;
    }
    .reviewed-item-image {
        max-width: 100%;
        width: 100%;
        margin: 0 0 10px 0;
        float: left;
    }
    .rtl .review-total-wrapper span.review-total-box {
        padding: 10px 0 20px;
        text-align: right;
        padding-left: 0;
        padding-right: 10px;
    }
    .review-total-star.allowed-to-rate {
        position: relative;
        right: auto;
        left: 0;
        float: left;
    }
    .rtl .review-total-star.allowed-to-rate {
        right: 0;
        left: auto;
        float: right;
    }
    .review-pros-cons .review-pros,
    .review-pros-cons .review-cons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .review-pros-cons .review-pros p:last-child,
    .review-pros-cons .review-cons p:last-child {
        margin-bottom: 0;
    }
    .review-pros-cons .review-pros {
        padding-bottom: 20px;
    }
}
.rtl .review-total-box {
    unicode-bidi: -moz-isolate-override;
    unicode-bidi: isolate-override;
}
.rtl .wp-review-user-rating-total {
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}
.rtl .wp-review-user-rating-total + small {
    unicode-bidi: -moz-plaintext;
    unicode-bidi: plaintext;
}
.rtl .review-links li a {
    margin: 0 0 0 10px;
}
.wp-reviews-list {
    position: relative;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}
.wp-reviews-list * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wp-reviews-list ul {
    list-style-type: none;
}
.wp-reviews-list .item {
    padding: 10px 15px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
    position: relative;
    list-style-type: none;
    margin: 0;
}
.wp-reviews-list .item:last-child {
    border: none;
}
.wp-reviews-list img {
    max-width: 100%;
    height: auto;
}
.wp-reviews-list a {
    color: #444;
}
.wp-reviews-list .thumb_small {
    float: left;
    margin-right: 12px;
    padding-top: 2px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.wp-reviews-list .thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}
.wp-reviews-list .entry-title {
    font-weight: 700;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.wp-reviews-list .entry-title span {
    font-weight: 400;
}
.wp-reviews-list .entry-title a {
    display: block;
}
.wp-reviews-list .postmeta {
    color: #999;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
    float: right;
}
.wp-reviews-list .review-count {
    float: left;
}
.wp-reviews-list .review-total-only {
    display: inline-block;
    font-weight: 400;
    background: #eee;
}
.wp-reviews-list .wp-post-image {
    margin: 0 !important;
}
.wp-reviews-list .loading {
    min-height: 120px;
}
.wp-reviews-list .loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 11;
}
.wp-reviews-list .loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(0, 0, 0, 0.2);
    border-right: 0.4em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
    border-left: 0.4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}
.wp-reviews-list .reviews-pagination {
    padding-bottom: 15px;
}
.wp-reviews-list .reviews-pagination a {
    margin: 0 15px;
}
.wp-reviews-list .reviews-pagination .next {
    float: right;
}
[data-ui-tabs] .ui-tabs-nav {
    list-style: none;
    padding: 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px 0;
}
[data-ui-tabs] .ui-tabs-nav li {
    float: left;
    margin: 0;
    list-style-type: none;
}
[data-ui-tabs] .ui-tabs-nav a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, 0.15);
    outline: 0;
    float: left;
    border: 0;
    color: inherit;
}
[data-ui-tabs] .ui-tabs-nav .ui-state-active a {
    background-color: rgba(255, 255, 255, 0.45);
}
[data-wp-review-tabs] .tab-titles {
    list-style: none;
    padding: 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px 0;
}
[data-wp-review-tabs] .tab-title {
    float: left;
    margin: 0;
    list-style-type: none;
}
[data-wp-review-tabs] .tab-title button {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, 0.15);
    outline: 0;
    float: left;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
}
[data-wp-review-tabs] .tab-title.active a {
    background-color: rgba(255, 255, 255, 0.45);
}
.wp_review_tab_widget_content {
    position: relative;
    border: 1px solid #e4e4e4;
}
.wp_review_tab_widget_content img {
    max-width: 100%;
    height: auto;
}
.wp_review_tab_widget_content a {
    color: #444;
}
.wp_review_tab_widget_content ul.wp-review-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}
.wp_review_tab_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.wp_review_tab_widget_content ul.has-3-tabs li {
    width: 33.33%;
}
.wp_review_tab_widget_content ul.has-4-tabs li {
    width: 50%;
}
.wp_review_tab_widget_content .tab_title a {
    display: block;
    background: #f0f0f0;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 2px 0 4px;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
    font-weight: 700;
}
.wp_review_tab_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0;
}
.wp_review_tab_widget_content .tab_title.selected a {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.wp_review_tab_widget_content .inside {
    background: #fff;
}
.wp_review_tab_widget_content .tab-content li,
.widget .wp_review_tab_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 15px 15px;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    color: #444;
    background: none;
    position: relative;
}
.wp_review_tab_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}
.wp_review_tab_thumb_small {
    float: left;
    margin-right: 12px;
    padding-top: 4px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.wp_review_tab_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}
.wp_review_tab_widget_content .entry-title {
    font-size: inherit;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.wp_review_tab_widget_content .entry-title span {
    color: #999;
}
.wp_review_tab_widget_content .wp-review-tab-postmeta {
    color: #999;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}
.wp_review_tab_widget_content .wp-post-image {
    margin: 0 !important;
}
.wp_review_tab_widget_content .wp-review-tab-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    float: left;
}
.wp_review_tab_widget_content .wp-review-tab-pagination a {
    margin: 0 15px;
}
.wp-review-tab-pagination a.next {
    float: right;
}
.wp-review-tab-loading {
    min-height: 120px;
}
.wp-review-tab-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 11;
}
.clear {
    clear: both;
}
.wp-review-tab-loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(0, 0, 0, 0.2);
    border-right: 0.4em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
    border-left: 0.4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.review-total-only.small-thumb {
    font-size: 13px;
    font-weight: 700;
    padding: 1px 0;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
}
.review-total-only.large-thumb {
    position: absolute;
    top: 10px;
    right: 15px;
    border-radius: 0;
}
.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a {
    border-bottom: 1px solid #e4e4e4;
}
.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a {
    border-left: 0;
}
.title-right {
    overflow: hidden;
}
.wp-review-product-rating {
    margin-bottom: 10px;
}
.wp-review-comment-form-photo {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
    margin-right: 0;
    margin-left: 0;
}
.wp-review-comment-form-photo p {
    margin-bottom: 0;
}
.wp-review-comment-form-photo {
    position: relative;
}
.wp-review-comment-form-photo a {
    position: absolute;
    top: 0;
    right: 0;
}
.wp-review-comment-form-photo #wp_review_comment_attachment_url {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wp-review-comment-form-photo input {
    margin-top: 8px;
}
.wp-review-comment-form-photo input.input-file {
    padding-left: 0;
}
.wp-review-comment-form-photo .hide {
    display: none;
}
#comments .wp-review-usercomment-image {
    display: block;
    float: left;
    width: 100%;
}
.wp_review_comments_template #comments .is_verified {
    color: #b75c21;
    font-weight: 700;
}
#commentform.wp-review-comment-form .comment-form-cookies-consent input {
    width: auto;
    height: auto;
}
#commentform.wp-review-comment-form .comment-form-cookies-consent label {
    margin-left: 8px;
}
body.rtl .review-wrapper .review-star .wpr-count {
    margin-left: 0;
    margin-right: 3px;
}
body.rtl .review-wrapper .review-total-wrapper span.review-total-box {
    text-align: left;
}
body.rtl .review-wrapper .review-pros-cons .review-pros {
    padding-right: 0;
    padding-left: 10px;
}
body.rtl .review-wrapper .review-pros-cons .review-cons {
    padding-left: 0;
    padding-right: 10px;
}
body.rtl .review-wrapper .user-review-area .wp-review-user-rating-star {
    float: left;
}
body.rtl .wp-review-comment-form-photo a {
    right: auto;
    left: 0;
}
body.rtl .review-pros-cons .review-pros {
    padding-right: 0;
    padding-left: 10px;
}
body.rtl .review-pros-cons .review-cons {
    padding-right: 10px;
    padding-left: 0;
}
body.rtl #comments .wp-review-usercomment-image img {
    float: right !important;
}
body.rtl .wpr-businesses .business-data {
    padding-right: 10px;
    padding-left: 5px;
}
body.rtl .wp-reviews-list .thumb_small {
    float: right;
    margin-right: 0;
    margin-left: 12px;
}
body.rtl .wp-reviews-list .review-count {
    float: right;
}
body.rtl .wp-reviews-list .postmeta {
    float: left;
}
body.rtl .wp-reviews-list .reviews-pagination .next {
    float: left;
}
body.rtl .review-total-only.large-thumb {
    right: auto;
    left: 15px;
}
body.rtl .wpr-place-reviews .review-image {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
@font-face {
    font-family: "font-icons";
    src: url(../../../plugins/wp-review/public/fonts/font-icons.eot);
    src: url(../../../plugins/wp-review/public/fonts/font-icons.eot)
    format("embedded-opentype"),
    url(../../../plugins/wp-review/public/fonts/font-icons.woff) format("woff"),
    url(../../../plugins/wp-review/public/fonts/font-icons.ttf)
    format("truetype"),
    url(../../../plugins/wp-review/public/fonts/font-icons.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class^="mts-icon-"]:before,
[class*=" mts-icon-"]:before {
    font-family: "font-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}
[class*="mts-icon-loader"]:before {
    font-family: "font-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}
.mts-icon-star:before {
    content: "";
}
.mts-icon-loader:before {
    content: "";
}
