.wa__btn_popup .wa__btn_popup_txt {
    display: none;
}

.wa__btn_popup {
    right: auto !important;
    bottom: auto;
    top: auto;
    bottom: 17px;
    right: 29px !important;
}

.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    background: url(../images/whatsapp/whatsapp_logo.png) center center no-repeat !important;
    width: 50px !important;
    height: 50px !important;
    left: 12px !important;
    background-size: 100% 100% !important;
}

.wa__popup_btn_close {
    color: #ffffff;
    float: right;
}

.wa__popup_btn_close a {
    color: #ffffff;
    float: right;
}


img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

.menu-item i._mi,
.menu-item img._mi {
    display: inline-block;
    vertical-align: middle
}

.menu-item i._mi {
    width: auto;
    height: auto;
    margin-top: -.265em;
    font-size: 1.2em;
    line-height: 1
}

.menu-item i._before,
.rtl .menu-item i._after {
    margin-right: .25em
}

.menu-item i._after,
.rtl .menu-item i._before {
    margin-left: .25em
}

.menu-item img._before,
.rtl .menu-item img._after {
    margin-right: .5em
}

.menu-item img._after,
.rtl .menu-item img._before {
    margin-left: .5em
}

.menu-item ._svg {
    width: 1em
}

.rtl .menu-item i._before {
    margin-right: 0
}

.rtl .menu-item i._after {
    margin-left: 0
}

.visuallyhidden {
    overflow: hidden;
    clip: rect(0 0 0 0);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.menu-item i.elusive {
    margin-top: -.3em
}

.dashicons-admin-site:before {
    content: "\f319" !important
}

.dashicons-welcome-view-site:before {
    content: "\f115" !important
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

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

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #32373c;
    background-color: transparent;
    border: 2px solid
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

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

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 8px
}

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

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 8px
}

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

.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #007cba;
    color: var(--wp-admin-theme-color)
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

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

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

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

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

.wp-block-columns.has-background {
    padding: 20px 38px
}

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

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

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

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

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

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

    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

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

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

.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:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.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:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.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:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.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:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.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:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.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:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.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:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.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:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.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:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.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:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

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

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff
}

.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 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 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: 580px;
    padding: 14px;
    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-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    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-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

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

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

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

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

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

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

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

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

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 16px)
}

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

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

@media (min-width: 600px) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 10.66667px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 12px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 12.8px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 13.33333px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 13.71429px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 14px);
        margin-right: 16px
    }

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

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

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

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

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

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

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

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

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

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

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 20px 38px
}

.wp-block-image {
    margin-bottom: 1em
}

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

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

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

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

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

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

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .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-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    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: 52px
}

.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: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

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

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

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 20px 20px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 20px)
    }

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

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

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

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 20px)
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

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

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

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

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
    margin-bottom: 20px
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    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*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

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

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

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

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
    background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
    color: #fff
}

.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
    background-color: #1e1e1e
}

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

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

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

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

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

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

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

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

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

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: 8px
}

@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 24px
    }

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

    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 8px;
        background: transparent
    }

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

.has-child:hover {
    cursor: pointer
}

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

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

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

.wp-block-navigation-link__content {
    text-decoration: none;
    padding: 8px 16px
}

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

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

.wp-block-navigation-link__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 6px 16px
}

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

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

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 20px 38px
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 16px
}

.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

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

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

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

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

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

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

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

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

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

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

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

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

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

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

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

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

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

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

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

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

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

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

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

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

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

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

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

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.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-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

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

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

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

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    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%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
    background-color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
    background-color: #000
}

:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
    color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
    color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
    color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
    color: #313131
}

:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
    color: #000
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

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

.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
    font-size: 13px
}

.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
    font-size: 20px
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    font-size: 36px
}

.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

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

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

.components-animate__appear {
    animation: components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {
    .components-animate__appear {
        animation-duration: 1ms
    }
}

.components-animate__appear.is-from-top,
.components-animate__appear.is-from-top.is-from-left {
    transform-origin: top left
}

.components-animate__appear.is-from-top.is-from-right {
    transform-origin: top right
}

.components-animate__appear.is-from-bottom,
.components-animate__appear.is-from-bottom.is-from-left {
    transform-origin: bottom left
}

.components-animate__appear.is-from-bottom.is-from-right {
    transform-origin: bottom right
}

@keyframes components-animate__appear-animation {
    0% {
        transform: translateY(-2em) scaleY(0) scaleX(0)
    }

    to {
        transform: translateY(0) scaleY(1) scaleX(1)
    }
}

.components-animate__slide-in {
    animation: components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1);
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {
    .components-animate__slide-in {
        animation-duration: 1ms
    }
}

.components-animate__slide-in.is-from-left {
    transform: translateX(100%)
}

.components-animate__slide-in.is-from-right {
    transform: translateX(-100%)
}

@keyframes components-animate__slide-in-animation {
    to {
        transform: translateX(0)
    }
}

.components-animate__loading {
    animation: components-animate__loading 1.6s ease-in-out infinite
}

@keyframes components-animate__loading {
    0% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .5
    }
}

.components-angle-picker-control {
    width: 50%
}

.components-angle-picker-control.components-base-control .components-base-control__label {
    display: block
}

.components-angle-picker-control__input-field[type=number] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    width: calc(100% - 36px);
    max-width: 100px
}

@media (prefers-reduced-motion: reduce) {
    .components-angle-picker-control__input-field[type=number] {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-angle-picker-control__input-field[type=number] {
        font-size: 13px;
        line-height: normal
    }
}

.components-angle-picker-control__input-field[type=number]:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-angle-picker-control__input-field[type=number]::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-angle-picker-control__input-field[type=number]::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-angle-picker-control__input-field[type=number]:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .components-angle-picker-control__input-field[type=number]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-angle-picker-control__input-field[type=number]::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-angle-picker-control__input-field[type=number]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.components-angle-picker-control__angle-circle {
    width: 28px;
    height: 28px;
    border: 2px solid #555d66;
    border-radius: 50%;
    float: left;
    margin-right: 4px;
    cursor: grab
}

.components-angle-picker-control__angle-circle-indicator-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.components-angle-picker-control__angle-circle-indicator {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    border: 3px solid #555d66;
    display: block;
    position: absolute;
    top: -14px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #555d66
}

.components-autocomplete__popover .components-popover__content>div {
    padding: 16px
}

.components-autocomplete__result.components-button {
    display: flex;
    height: auto;
    min-height: 36px;
    text-align: left;
    width: 100%
}

.components-autocomplete__result.components-button.is-selected {
    box-shadow: 0 0 0 2px #007cba;
    box-shadow: 0 0 0 2px var(--wp-admin-theme-color)
}

.components-base-control {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.components-base-control .components-base-control__field {
    margin-bottom: 8px
}

.components-panel__row .components-base-control .components-base-control__field {
    margin-bottom: inherit
}

.components-base-control .components-base-control__label {
    display: inline-block;
    margin-bottom: 8px
}

.components-base-control .components-base-control__help {
    margin-top: -8px;
    font-style: italic
}

.components-button-group {
    display: inline-block
}

.components-button-group .components-button {
    border-radius: 0;
    display: inline-flex;
    color: #1e1e1e;
    box-shadow: inset 0 0 0 1px #1e1e1e
}

.components-button-group .components-button+.components-button {
    margin-left: -1px
}

.components-button-group .components-button:first-child {
    border-radius: 2px 0 0 2px
}

.components-button-group .components-button:last-child {
    border-radius: 0 2px 2px 0
}

.components-button-group .components-button.is-primary,
.components-button-group .components-button:focus {
    position: relative;
    z-index: 1
}

.components-button-group .components-button.is-primary {
    box-shadow: inset 0 0 0 1px #1e1e1e
}

.components-button {
    display: inline-flex;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background: none;
    transition: box-shadow .1s linear;
    height: 36px;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 12px;
    border-radius: 2px;
    color: #1e1e1e
}

@media (prefers-reduced-motion: reduce) {
    .components-button {
        transition-duration: 0s
    }
}

.components-button:hover,
.components-button[aria-expanded=true] {
    color: #007cba;
    color: var(--wp-admin-theme-color)
}

.components-button[aria-disabled=true]:hover {
    color: initial
}

.components-button:focus:not(:disabled) {
    box-shadow: 0 0 0 1.5px #007cba;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
    outline: 1px solid transparent
}

.components-button.is-primary {
    white-space: nowrap;
    background: #007cba;
    background: var(--wp-admin-theme-color);
    color: #fff;
    text-decoration: none;
    text-shadow: none
}

.components-button.is-primary:hover:not(:disabled) {
    background: #006ba1;
    background: var(--wp-admin-theme-color-darker-10);
    color: #fff
}

.components-button.is-primary:active:not(:disabled) {
    background: #005a87;
    background: var(--wp-admin-theme-color-darker-20);
    border-color: #005a87;
    border-color: var(--wp-admin-theme-color-darker-20);
    color: #fff
}

.components-button.is-primary:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color);
    outline: 1px solid transparent
}

.components-button.is-primary:disabled,
.components-button.is-primary:disabled:active:enabled,
.components-button.is-primary[aria-disabled=true],
.components-button.is-primary[aria-disabled=true]:active:enabled,
.components-button.is-primary[aria-disabled=true]:enabled {
    color: hsla(0, 0%, 100%, .4);
    background: #007cba;
    background: var(--wp-admin-theme-color);
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    opacity: 1
}

.components-button.is-primary:disabled:active:enabled:focus:enabled,
.components-button.is-primary:disabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:focus:enabled {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color)
}

.components-button.is-primary.is-busy,
.components-button.is-primary.is-busy:disabled,
.components-button.is-primary.is-busy[aria-disabled=true] {
    color: #fff;
    background-size: 100px 100%;
    background-image: linear-gradient(-45deg, #007cba 28%, #005a87 0, #005a87 72%, #007cba 0);
    background-image: linear-gradient(-45deg, var(--wp-admin-theme-color) 28%, var(--wp-admin-theme-color-darker-20) 0, var(--wp-admin-theme-color-darker-20) 72%, var(--wp-admin-theme-color) 0);
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color)
}

.components-button.is-secondary:active:not(:disabled),
.components-button.is-tertiary:active:not(:disabled) {
    background: #ddd;
    color: #006ba1;
    color: var(--wp-admin-theme-color-darker-10);
    box-shadow: none
}

.components-button.is-secondary:hover:not(:disabled),
.components-button.is-tertiary:hover:not(:disabled) {
    color: #006ba1;
    color: var(--wp-admin-theme-color-darker-10);
    box-shadow: inset 0 0 0 1px #006ba1;
    box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color-darker-10)
}

.components-button.is-secondary:disabled,
.components-button.is-secondary[aria-disabled=true],
.components-button.is-secondary[aria-disabled=true]:hover,
.components-button.is-tertiary:disabled,
.components-button.is-tertiary[aria-disabled=true],
.components-button.is-tertiary[aria-disabled=true]:hover {
    color: #828282;
    background: #eaeaea;
    transform: none;
    opacity: 1;
    box-shadow: none
}

.components-button.is-secondary {
    box-shadow: inset 0 0 0 1px #007cba;
    box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
    outline: 1px solid transparent
}

.components-button.is-secondary,
.components-button.is-tertiary {
    white-space: nowrap;
    color: #007cba;
    color: var(--wp-admin-theme-color);
    background: transparent
}

.components-button.is-tertiary {
    padding: 6px;
    outline: 1px dotted transparent
}

.components-button.is-tertiary .dashicon {
    display: inline-block;
    flex: 0 0 auto
}

.components-button.is-link {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: none;
    outline: none;
    text-align: left;
    color: #0073aa;
    text-decoration: underline;
    transition-property: border, background, color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
    height: auto
}

@media (prefers-reduced-motion: reduce) {
    .components-button.is-link {
        transition-duration: 0s
    }
}

.components-button.is-link:active:not(:disabled),
.components-button.is-link:hover:not(:disabled) {
    color: #00a0d2
}

.components-button.is-link:focus {
    color: #124964;
    box-shadow: 0 0 0 1px #5b9dd9, 0 0 1.5px 1px rgba(30, 140, 190, .8)
}

.components-button.is-destructive {
    color: #b52727
}

.components-button.is-destructive.is-secondary {
    box-shadow: inset 0 0 0 1px #b52727
}

.components-button.is-destructive:active:not(:disabled),
.components-button.is-destructive:hover:not(:disabled) {
    color: #a02222;
    box-shadow: inset 0 0 0 1px #a02222
}

.components-button.is-destructive:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a02222
}

.components-button:not([aria-disabled=true]):active {
    color: inherit
}

.components-button:disabled,
.components-button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.components-button.is-busy,
.components-button.is-secondary.is-busy,
.components-button.is-secondary.is-busy:disabled,
.components-button.is-secondary.is-busy[aria-disabled=true] {
    animation: components-button__busy-animation 2.5s linear infinite;
    opacity: 1;
    background-size: 100px 100%;
    background-image: linear-gradient(-45deg, #fafafa 28%, #e0e0e0 0, #e0e0e0 72%, #fafafa 0)
}

.components-button.is-small {
    height: 24px;
    line-height: 22px;
    padding: 0 8px;
    font-size: 11px
}

.components-button.is-small.has-icon:not(.has-text) {
    padding: 0 8px;
    width: 24px
}

.components-button.has-icon {
    padding: 6px;
    min-width: 36px;
    justify-content: center
}

.components-button.has-icon .dashicon {
    display: inline-block;
    flex: 0 0 auto
}

.components-button.has-icon.has-text {
    justify-content: left
}

.components-button.has-icon.has-text svg {
    margin-right: 8px
}

.components-button.is-pressed {
    color: #fff;
    background: #1e1e1e
}

.components-button.is-pressed:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-button.is-pressed:hover:not(:disabled) {
    background: #1e1e1e
}

.components-button svg {
    fill: currentColor;
    outline: none
}

.components-button .components-visually-hidden {
    height: auto
}

@keyframes components-button__busy-animation {
    0% {
        background-position: 200px 0
    }
}

.components-checkbox-control__input[type=checkbox] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #1e1e1e;
    transition: none;
    border-radius: 2px;
    background: #fff;
    color: #1e1e1e;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: top;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .1s ease-in-out
}

@media (min-width: 600px) {
    .components-checkbox-control__input[type=checkbox] {
        font-size: 13px;
        line-height: normal
    }
}

.components-checkbox-control__input[type=checkbox]:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-checkbox-control__input[type=checkbox]::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-checkbox-control__input[type=checkbox]::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.components-checkbox-control__input[type=checkbox]:checked:before,
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    margin: -3px -5px;
    color: #fff
}

@media (min-width: 782px) {

    .components-checkbox-control__input[type=checkbox]:checked:before,
    .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        margin: -4px 0 0 -5px
    }
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
    background: #007cba;
    background: var(--wp-admin-theme-color);
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    content: "\f460";
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: normal 30px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 782px) {
    .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        float: none;
        font-size: 21px
    }
}

@media (min-width: 600px) {
    .components-checkbox-control__input[type=checkbox] {
        height: 20px;
        width: 20px
    }
}

@media (prefers-reduced-motion: reduce) {
    .components-checkbox-control__input[type=checkbox] {
        transition-duration: 0s
    }
}

.components-checkbox-control__input[type=checkbox]:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-checkbox-control__input[type=checkbox]:checked {
    background: #007cba;
    background: var(--wp-admin-theme-color);
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check {
    opacity: 0
}

.components-checkbox-control__input[type=checkbox]:checked:before {
    content: none
}

.components-checkbox-control__input-container {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    width: 24px;
    height: 24px
}

@media (min-width: 600px) {
    .components-checkbox-control__input-container {
        width: 20px;
        height: 20px
    }
}

svg.components-checkbox-control__checked {
    fill: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

@media (min-width: 600px) {
    svg.components-checkbox-control__checked {
        left: -2px;
        top: -2px
    }
}

.components-circular-option-picker {
    display: inline-block;
    margin-top: .6rem;
    width: 100%
}

.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
    display: flex;
    justify-content: flex-end
}

.components-circular-option-picker__option-wrapper {
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-right: 12px;
    margin-bottom: 12px;
    vertical-align: top;
    transform: scale(1);
    transition: transform .1s ease
}

@media (prefers-reduced-motion: reduce) {
    .components-circular-option-picker__option-wrapper {
        transition-duration: 0s
    }
}

.components-circular-option-picker__option-wrapper:hover {
    transform: scale(1.2)
}

.components-circular-option-picker__option-wrapper>div {
    height: 100%;
    width: 100%
}

.components-circular-option-picker__option-wrapper:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border-radius: 50%;
    z-index: -1;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' fill='%23555D65'/%3E%3Cpath d='M18 18v2h-2v-2h2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' fill='%23555D65'/%3E%3C/svg%3E")
}

.components-circular-option-picker__option {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 50%;
    background: transparent;
    box-shadow: inset 0 0 0 14px;
    transition: box-shadow .1s ease;
    cursor: pointer
}

@media (prefers-reduced-motion: reduce) {
    .components-circular-option-picker__option {
        transition-duration: 0s
    }
}

.components-circular-option-picker__option:hover {
    box-shadow: inset 0 0 0 14px !important
}

.components-circular-option-picker__option.is-pressed {
    box-shadow: inset 0 0 0 4px;
    position: relative;
    z-index: 1;
    overflow: visible
}

.components-circular-option-picker__option.is-pressed+svg {
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none
}

.components-circular-option-picker__option:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    border: 1px solid transparent
}

.components-circular-option-picker__option:focus:after {
    content: "";
    border: 2px solid #606a73;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff
}

.components-circular-option-picker__option.components-button:focus {
    background-color: transparent;
    box-shadow: inset 0 0 0 14px;
    outline: none
}

.components-circular-option-picker__button-action .components-circular-option-picker__option {
    color: #fff;
    background: #fff
}

.components-circular-option-picker__dropdown-link-action {
    margin-right: 16px
}

.components-circular-option-picker__dropdown-link-action .components-button {
    line-height: 22px
}

.component-color-indicator {
    width: 25px;
    height: 16px;
    margin-left: .8rem;
    border: 1px solid #dadada;
    display: inline-block
}

.component-color-indicator+.component-color-indicator {
    margin-left: .5rem
}

.components-color-picker {
    width: 100%
}

.components-color-picker * {
    box-sizing: border-box
}

.components-color-picker__saturation {
    width: 100%;
    padding-bottom: 55%;
    position: relative
}

.components-color-picker__body {
    padding: 16px 16px 12px
}

.components-color-picker__controls {
    display: flex
}

.components-color-picker__alpha-pointer,
.components-color-picker__hue-pointer,
.components-color-picker__saturation-pointer {
    padding: 0;
    position: absolute;
    cursor: pointer;
    box-shadow: none;
    border: none
}

.components-color-picker__swatch {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);
    background-size: 10px 10px;
    background-position: 0 0, 0 5px, 5px -5px, -5px 0
}

.is-alpha-disabled .components-color-picker__swatch {
    width: 12px;
    height: 12px;
    margin-top: 0
}

.components-color-picker__active {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    z-index: 2
}

.components-color-picker__active,
.components-color-picker__saturation-black,
.components-color-picker__saturation-color,
.components-color-picker__saturation-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.components-color-picker__saturation-color {
    overflow: visible
}

.components-color-picker__saturation-white {
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
}

.components-color-picker__saturation-black {
    background: linear-gradient(0deg, #000, transparent)
}

.components-button.components-color-picker__saturation-pointer {
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 1px #fff, inset 0 0 0 1px #000, 0 0 0 2px #000
}

.components-button.components-color-picker__saturation-pointer:focus:not(:disabled) {
    box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #000, 0 0 0 3px #000
}

.components-color-picker__toggles {
    flex: 1
}

.components-color-picker__alpha {
    background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);
    background-size: 10px 10px;
    background-position: 0 0, 0 5px, 5px -5px, -5px 0
}

.components-color-picker__alpha-gradient,
.components-color-picker__hue-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.components-color-picker__alpha,
.components-color-picker__hue {
    height: 12px;
    position: relative
}

.is-alpha-enabled .components-color-picker__hue {
    margin-bottom: 8px
}

.components-color-picker__alpha-bar,
.components-color-picker__hue-bar {
    position: relative;
    margin: 0 3px;
    height: 100%;
    padding: 0 2px
}

.components-color-picker__hue-gradient {
    background: linear-gradient(90deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red)
}

.components-color-picker__alpha-pointer,
.components-color-picker__hue-pointer {
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
    background: #fff;
    transform: translate(-7px, -1px)
}

.components-color-picker__hue-pointer,
.components-color-picker__saturation-pointer {
    transition: box-shadow .1s linear
}

@media (prefers-reduced-motion: reduce) {

    .components-color-picker__hue-pointer,
    .components-color-picker__saturation-pointer {
        transition-duration: 0s
    }
}

.components-color-picker__saturation-pointer:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba, 0 0 5px 0 #007cba, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color), 0 0 5px 0 var(--wp-admin-theme-color), inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4)
}

.components-color-picker__alpha-pointer:focus,
.components-color-picker__hue-pointer:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 2px #007cba, 0 0 3px 0 #007cba;
    box-shadow: 0 0 0 2px var(--wp-admin-theme-color), 0 0 3px 0 var(--wp-admin-theme-color);
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-color-picker__inputs-wrapper {
    margin: 0 -4px;
    padding-top: 16px;
    display: flex;
    align-items: flex-end;
    min-width: 255px
}

.components-color-picker__inputs-wrapper fieldset {
    flex: 1;
    border: none;
    margin: 0;
    padding: 0
}

.components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type=number] {
    padding: 6px 3px;
    margin: 0
}

.components-color-picker__inputs-field {
    width: 100%
}

.components-color-picker__inputs-fields {
    display: flex;
    direction: ltr;
    flex-grow: 1;
    margin-right: 4px
}

.components-color-picker__inputs-fields .components-base-control+.components-base-control {
    margin-top: 0
}

.components-color-picker__inputs-fields .components-base-control__field {
    margin: 0 2px
}

.components-color-picker__inputs-toggle {
    height: 30px;
    padding: 0 5px
}

.components-combobox-control {
    color: #555d66;
    position: relative
}

.components-combobox-control__label {
    display: block;
    margin-bottom: 5px
}

.components-combobox-control__button {
    border: 1px solid #7e8993;
    border-radius: 4px;
    color: #555d66;
    display: inline-block;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

.components-combobox-control__button:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color)
}

.components-combobox-control__button-input {
    border: none;
    height: calc(100% - 2px);
    left: 1px;
    padding: 0 4px;
    position: absolute;
    top: 1px;
    width: calc(100% - 2px)
}

.components-combobox-control__button-button:hover {
    box-shadow: none !important
}

.components-combobox-control__button-icon {
    height: 100%;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: 0
}

.components-combobox-control__menu {
    background: #fff;
    min-width: 100%;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

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

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

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

.components-custom-gradient-picker {
    margin-top: 8px
}

.components-custom-gradient-picker__gradient-bar:not(.has-gradient) {
    opacity: .4
}

.components-custom-gradient-picker__gradient-bar {
    width: 100%;
    height: 24px;
    border-radius: 24px;
    margin-bottom: 8px;
    padding-left: 3px;
    padding-right: 21px
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
    position: relative
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point {
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    min-width: 24px;
    width: 24px;
    height: 24px;
    position: relative
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg {
    height: 100%;
    width: 100%
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 18px;
    padding: 0;
    position: absolute;
    width: 18px;
    top: 3px
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active {
    background: #fafafa;
    color: #23282d;
    border-color: #999;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color)
}

.components-custom-gradient-picker__color-picker-popover .components-custom-gradient-picker__remove-control-point {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 8px
}

.components-custom-gradient-picker__inserter {
    width: 100%
}

.components-custom-gradient-picker__liner-gradient-indicator {
    display: inline-block;
    flex: 0 auto;
    width: 20px;
    height: 20px
}

.components-custom-gradient-picker__ui-line {
    display: flex;
    justify-content: space-between
}

.components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-angle-picker,
.components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-custom-gradient-picker__type-picker {
    margin-bottom: 0
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar {
    border: none
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div {
    margin-left: 1px
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg {
    background: #fff;
    border: 1px solid #7e8993;
    border-radius: 2px
}

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

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

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

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

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

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

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

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

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

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

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

svg.dashicon {
    fill: currentColor;
    outline: none
}

.PresetDateRangePicker_panel {
    padding: 0 22px 11px
}

.PresetDateRangePicker_button {
    position: relative;
    height: 100%;
    text-align: center;
    background: 0 0;
    border: 2px solid #00a699;
    color: #00a699;
    padding: 4px 12px;
    margin-right: 8px;
    font: inherit;
    font-weight: 700;
    line-height: normal;
    overflow: visible;
    box-sizing: border-box;
    cursor: pointer
}

.PresetDateRangePicker_button:active {
    outline: 0
}

.PresetDateRangePicker_button__selected {
    color: #fff;
    background: #00a699
}

.SingleDatePickerInput {
    display: inline-block;
    background-color: #fff
}

.SingleDatePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb
}

.SingleDatePickerInput__rtl {
    direction: rtl
}

.SingleDatePickerInput__disabled {
    background-color: #f2f2f2
}

.SingleDatePickerInput__block {
    display: block
}

.SingleDatePickerInput__showClearDate {
    padding-right: 30px
}

.SingleDatePickerInput_clearDate {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
    background: #dbdbdb;
    border-radius: 50%
}

.SingleDatePickerInput_clearDate__small {
    padding: 6px
}

.SingleDatePickerInput_clearDate__hide {
    visibility: hidden
}

.SingleDatePickerInput_clearDate_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
}

.SingleDatePickerInput_clearDate_svg__small {
    height: 9px
}

.SingleDatePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
}

.SingleDatePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
}

.SingleDatePicker {
    position: relative;
    display: inline-block
}

.SingleDatePicker__block {
    display: block
}

.SingleDatePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
}

.SingleDatePicker_picker__rtl {
    direction: rtl
}

.SingleDatePicker_picker__directionLeft {
    left: 0
}

.SingleDatePicker_picker__directionRight {
    right: 0
}

.SingleDatePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.SingleDatePicker_picker__fullScreenPortal {
    background-color: #fff
}

.SingleDatePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
}

.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
    color: #b0b3b4;
    text-decoration: none
}

.SingleDatePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
}

.DayPickerKeyboardShortcuts_buttonReset {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    font-size: 14px
}

.DayPickerKeyboardShortcuts_buttonReset:active {
    outline: 0
}

.DayPickerKeyboardShortcuts_show {
    width: 22px;
    position: absolute;
    z-index: 2
}

.DayPickerKeyboardShortcuts_show__bottomRight {
    border-top: 26px solid transparent;
    border-right: 33px solid #00a699;
    bottom: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover {
    border-right: 33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topRight {
    border-bottom: 26px solid transparent;
    border-right: 33px solid #00a699;
    top: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__topRight:hover {
    border-right: 33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topLeft {
    border-bottom: 26px solid transparent;
    border-left: 33px solid #00a699;
    top: 0;
    left: 0
}

.DayPickerKeyboardShortcuts_show__topLeft:hover {
    border-left: 33px solid #008489
}

.DayPickerKeyboardShortcuts_showSpan {
    color: #fff;
    position: absolute
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
    bottom: 0;
    right: -28px
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
    top: 1px;
    right: -28px
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
    top: 1px;
    left: -28px
}

.DayPickerKeyboardShortcuts_panel {
    overflow: auto;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 22px;
    margin: 33px
}

.DayPickerKeyboardShortcuts_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.DayPickerKeyboardShortcuts_list {
    list-style: none;
    padding: 0;
    font-size: 14px
}

.DayPickerKeyboardShortcuts_close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 2
}

.DayPickerKeyboardShortcuts_close:active {
    outline: 0
}

.DayPickerKeyboardShortcuts_closeSvg {
    height: 15px;
    width: 15px;
    fill: #cacccd
}

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
    fill: #82888a
}

.CalendarDay {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    text-align: center
}

.CalendarDay:active {
    outline: 0
}

.CalendarDay__defaultCursor {
    cursor: default
}

.CalendarDay__default {
    border: 1px solid #e4e7e7;
    color: #484848;
    background: #fff
}

.CalendarDay__default:hover {
    background: #e4e7e7;
    border: 1px double #e4e7e7;
    color: inherit
}

.CalendarDay__hovered_offset {
    background: #f4f5f5;
    border: 1px double #e4e7e7;
    color: inherit
}

.CalendarDay__outside {
    border: 0;
    background: #fff;
    color: #484848
}

.CalendarDay__outside:hover {
    border: 0
}

.CalendarDay__blocked_minimum_nights {
    background: #fff;
    border: 1px solid #eceeee;
    color: #cacccd
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
    background: #fff;
    color: #cacccd
}

.CalendarDay__highlighted_calendar {
    background: #ffe8bc;
    color: #484848
}

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
    background: #ffce71;
    color: #484848
}

.CalendarDay__selected_span {
    background: #66e2da;
    border: 1px solid #33dacd;
    color: #fff
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
    background: #33dacd;
    border: 1px solid #33dacd;
    color: #fff
}

.CalendarDay__last_in_range {
    border-right: #00a699
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
    background: #00a699;
    border: 1px solid #00a699;
    color: #fff
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
    background: #b2f1ec;
    border: 1px solid #80e8e0;
    color: #007a87
}

.CalendarDay__hovered_span:active {
    background: #80e8e0;
    border: 1px solid #80e8e0;
    color: #007a87
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
    background: #cacccd;
    border: 1px solid #cacccd;
    color: #82888a
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
    background: #fff;
    border: 1px solid #e4e7e7;
    color: #cacccd
}

.CalendarMonth {
    background: #fff;
    text-align: center;
    vertical-align: top;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.CalendarMonth_table {
    border-collapse: collapse;
    border-spacing: 0
}

.CalendarMonth_verticalSpacing {
    border-collapse: separate
}

.CalendarMonth_caption {
    color: #484848;
    font-size: 18px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 37px;
    caption-side: top
}

.CalendarMonth_caption__verticalScrollable {
    padding-top: 12px;
    padding-bottom: 7px
}

.CalendarMonthGrid {
    background: #fff;
    text-align: left;
    z-index: 0
}

.CalendarMonthGrid__animating {
    z-index: 1
}

.CalendarMonthGrid__horizontal {
    position: absolute;
    left: 9px
}

.CalendarMonthGrid__vertical {
    margin: 0 auto
}

.CalendarMonthGrid__vertical_scrollable {
    margin: 0 auto;
    overflow-y: scroll
}

.CalendarMonthGrid_month__horizontal {
    display: inline-block;
    vertical-align: top;
    min-height: 100%
}

.CalendarMonthGrid_month__hideForAnimation {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

.CalendarMonthGrid_month__hidden {
    visibility: hidden
}

.DayPickerNavigation {
    position: relative;
    z-index: 2
}

.DayPickerNavigation__horizontal {
    height: 0
}

.DayPickerNavigation__verticalDefault {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 0;
    left: 0
}

.DayPickerNavigation__verticalScrollableDefault {
    position: relative
}

.DayPickerNavigation_button {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0;
    margin: 0
}

.DayPickerNavigation_button__default {
    border: 1px solid #e4e7e7;
    background-color: #fff;
    color: #757575
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
    border: 1px solid #c4c4c4
}

.DayPickerNavigation_button__default:active {
    background: #f2f2f2
}

.DayPickerNavigation_button__horizontalDefault {
    position: absolute;
    top: 18px;
    line-height: .78;
    border-radius: 3px;
    padding: 6px 9px
}

.DayPickerNavigation_leftButton__horizontalDefault {
    left: 22px
}

.DayPickerNavigation_rightButton__horizontalDefault {
    right: 22px
}

.DayPickerNavigation_button__verticalDefault {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    position: relative;
    display: inline-block;
    height: 100%;
    width: 50%
}

.DayPickerNavigation_nextButton__verticalDefault {
    border-left: 0
}

.DayPickerNavigation_nextButton__verticalScrollableDefault {
    width: 100%
}

.DayPickerNavigation_svg__horizontal {
    height: 19px;
    width: 19px;
    fill: #82888a;
    display: block
}

.DayPickerNavigation_svg__vertical {
    height: 42px;
    width: 42px;
    fill: #484848;
    display: block
}

.DayPicker {
    position: relative;
    text-align: left
}

.DayPicker,
.DayPicker__horizontal {
    background: #fff
}

.DayPicker__verticalScrollable {
    height: 100%
}

.DayPicker__hidden {
    visibility: hidden
}

.DayPicker__withBorder {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .07);
    border-radius: 3px
}

.DayPicker_portal__horizontal {
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%
}

.DayPicker_portal__vertical {
    position: static
}

.DayPicker_focusRegion {
    outline: 0
}

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
    display: inline-block;
    vertical-align: top
}

.DayPicker_weekHeaders {
    position: relative
}

.DayPicker_weekHeaders__horizontal {
    margin-left: 9px
}

.DayPicker_weekHeader {
    color: #757575;
    position: absolute;
    top: 62px;
    z-index: 2;
    text-align: left
}

.DayPicker_weekHeader__vertical {
    left: 50%
}

.DayPicker_weekHeader__verticalScrollable {
    top: 0;
    display: table-row;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.DayPicker_weekHeader_ul {
    list-style: none;
    margin: 1px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
}

.DayPicker_weekHeader_li {
    display: inline-block;
    text-align: center
}

.DayPicker_transitionContainer {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.DayPicker_transitionContainer__horizontal {
    transition: height .2s ease-in-out
}

.DayPicker_transitionContainer__vertical {
    width: 100%
}

.DayPicker_transitionContainer__verticalScrollable {
    padding-top: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll
}

.DateInput {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 130px;
    vertical-align: middle
}

.DateInput__small {
    width: 97px
}

.DateInput__block {
    width: 100%
}

.DateInput__disabled {
    background: #f2f2f2;
    color: #dbdbdb
}

.DateInput_input {
    font-weight: 200;
    font-size: 19px;
    line-height: 24px;
    color: #484848;
    background-color: #fff;
    width: 100%;
    padding: 11px 11px 9px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0
}

.DateInput_input__small {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .2px;
    padding: 7px 7px 5px
}

.DateInput_input__regular {
    font-weight: auto
}

.DateInput_input__readOnly {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DateInput_input__focused {
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #008489
}

.DateInput_input__disabled {
    background: #f2f2f2;
    font-style: italic
}

.DateInput_screenReaderMessage {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.DateInput_fang {
    position: absolute;
    width: 20px;
    height: 10px;
    left: 22px;
    z-index: 2
}

.DateInput_fangShape {
    fill: #fff
}

.DateInput_fangStroke {
    stroke: #dbdbdb;
    fill: transparent
}

.DateRangePickerInput {
    background-color: #fff;
    display: inline-block
}

.DateRangePickerInput__disabled {
    background: #f2f2f2
}

.DateRangePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb
}

.DateRangePickerInput__rtl {
    direction: rtl
}

.DateRangePickerInput__block {
    display: block
}

.DateRangePickerInput__showClearDates {
    padding-right: 30px
}

.DateRangePickerInput_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #484848
}

.DateRangePickerInput_arrow_svg {
    vertical-align: middle;
    fill: #484848;
    height: 24px;
    width: 24px
}

.DateRangePickerInput_clearDates {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.DateRangePickerInput_clearDates__small {
    padding: 6px
}

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
    background: #dbdbdb;
    border-radius: 50%
}

.DateRangePickerInput_clearDates__hide {
    visibility: hidden
}

.DateRangePickerInput_clearDates_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
}

.DateRangePickerInput_clearDates_svg__small {
    height: 9px
}

.DateRangePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
}

.DateRangePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
}

.DateRangePicker {
    position: relative;
    display: inline-block
}

.DateRangePicker__block {
    display: block
}

.DateRangePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
}

.DateRangePicker_picker__rtl {
    direction: rtl
}

.DateRangePicker_picker__directionLeft {
    left: 0
}

.DateRangePicker_picker__directionRight {
    right: 0
}

.DateRangePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.DateRangePicker_picker__fullScreenPortal {
    background-color: #fff
}

.DateRangePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
}

.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
    color: #b0b3b4;
    text-decoration: none
}

.DateRangePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
}

.components-datetime {
    padding: 0
}

.components-datetime .components-datetime__calendar-help {
    padding: 16px
}

.components-datetime .components-datetime__calendar-help h4 {
    margin: 0
}

.components-datetime .components-datetime__buttons {
    display: flex;
    justify-content: space-between
}

.components-datetime .components-datetime__date-help-toggle {
    display: block;
    margin-left: auto
}

.components-datetime fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

.components-datetime input,
.components-datetime select {
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575
}

@media (prefers-reduced-motion: reduce) {

    .components-datetime input,
    .components-datetime select {
        transition-duration: 0s
    }
}

.components-datetime .components-button,
.components-datetime input[type=number],
.components-datetime select {
    height: 30px;
    margin-top: 0;
    margin-bottom: 0
}

.components-datetime__date {
    min-height: 236px;
    border-top: 1px solid #ddd
}

.components-datetime__date .DayPickerNavigation_leftButton__horizontalDefault {
    left: 0
}

.components-datetime__date .CalendarMonth_caption {
    font-size: 13px
}

.components-datetime__date .CalendarMonth_table {
    border-collapse: separate;
    border-spacing: 2px
}

.components-datetime__date .CalendarDay {
    font-size: 13px;
    border: none;
    border-radius: 50%;
    text-align: center
}

.components-datetime__date .CalendarDay:focus {
    box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 2.5px #fff;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 2.5px #fff;
    outline: 2px solid transparent
}

.components-datetime__date .CalendarDay__selected {
    background: #007cba;
    background: var(--wp-admin-theme-color);
    border: 2px solid transparent
}

.components-datetime__date .CalendarDay__selected:hover {
    background: #005a87;
    background: var(--wp-admin-theme-color-darker-20)
}

.components-datetime__date .CalendarDay__selected:focus {
    box-shadow: inset 0 0 0 1px #fff
}

.components-datetime__date .DayPickerNavigation_button__horizontalDefault {
    padding: 2px 8px;
    top: 20px
}

.components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-datetime__date .DayPicker_weekHeader {
    top: 50px
}

.components-datetime__date .DayPicker_weekHeader .DayPicker_weekHeader_ul {
    margin: 1px 0;
    padding-left: 0;
    padding-right: 0
}

.components-datetime__date.is-description-visible .DayPicker {
    visibility: hidden
}

.components-datetime__time {
    padding-bottom: 16px
}

.components-datetime__time fieldset {
    position: relative;
    margin-bottom: .5em
}

.components-datetime__time fieldset+fieldset {
    margin-bottom: 0
}

.components-datetime__time .components-datetime__time-field-am-pm fieldset {
    margin-top: 0
}

.components-datetime__time .components-datetime__time-wrapper {
    display: flex
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-separator {
    display: inline-block;
    padding: 0 3px 0 0;
    color: #555d66
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field-time {
    direction: ltr
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select {
    margin-right: 4px
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select:focus {
    position: relative;
    z-index: 1
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number] {
    padding: 2px;
    margin-right: 4px;
    text-align: center;
    -moz-appearance: textfield
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]:focus {
    position: relative;
    z-index: 1
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.components-datetime__time.is-12-hour .components-datetime__time-field-day input {
    margin: -4px 0 0 !important;
    border-radius: 2px 0 0 2px !important
}

.components-datetime__time.is-12-hour .components-datetime__time-field-year input {
    border-radius: 0 2px 2px 0 !important
}

.components-datetime__time-legend {
    font-weight: 600;
    margin-top: .5em
}

.components-datetime__time-legend.invisible {
    position: absolute;
    top: -999em;
    left: -999em
}

.components-datetime__time-field-day-input,
.components-datetime__time-field-hours-input,
.components-datetime__time-field-minutes-input {
    width: 35px
}

.components-datetime__time-field-year-input {
    width: 55px
}

.components-datetime__time-field-month-select {
    max-width: 145px
}

.components-popover .components-datetime__date {
    padding-left: 4px
}

.block-editor-dimension-control .components-base-control__field {
    display: flex;
    align-items: center
}

.block-editor-dimension-control .components-base-control__label {
    display: flex;
    align-items: center;
    margin-right: 1em;
    margin-bottom: 0
}

.block-editor-dimension-control .components-base-control__label .dashicon {
    margin-right: .5em
}

.block-editor-dimension-control.is-manual .components-base-control__label {
    width: 10em
}

.components-disabled {
    position: relative;
    pointer-events: none
}

.components-disabled:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.components-disabled * {
    pointer-events: none
}

body.is-dragging-components-draggable {
    cursor: move;
    cursor: grabbing !important
}

.components-draggable__invisible-drag-image {
    position: fixed;
    left: -1000px;
    height: 50px;
    width: 50px
}

.components-draggable__clone {
    position: fixed;
    padding: 0;
    background: transparent;
    pointer-events: none;
    z-index: 1000000000
}

.components-drop-zone {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, background-color .3s, visibility 0s .3s;
    border: 2px solid #007cba;
    border: 2px solid var(--wp-admin-theme-color);
    border-radius: 2px
}

@media (prefers-reduced-motion: reduce) {
    .components-drop-zone {
        transition-duration: 0s
    }
}

.components-drop-zone.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, background-color .3s
}

@media (prefers-reduced-motion: reduce) {
    .components-drop-zone.is-active {
        transition-duration: 0s
    }
}

.components-drop-zone.is-dragging-over-element {
    background-color: #007cba;
    background-color: var(--wp-admin-theme-color)
}

.components-drop-zone__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 50;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .components-drop-zone__content {
        transition-duration: 0s
    }
}

.components-drop-zone.is-dragging-over-element .components-drop-zone__content {
    transform: translateY(-50%) scale(1.05)
}

.components-drop-zone__content-icon,
.components-drop-zone__content-text {
    display: block
}

.components-drop-zone__content-icon {
    margin: 0 auto;
    line-height: 0;
    fill: currentColor
}

.components-drop-zone__content-text {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.components-drop-zone__provider {
    height: 100%
}

.components-dropdown {
    display: inline-block
}

.components-dropdown__content .components-popover__content>div {
    padding: 12px
}

.components-dropdown-menu__popover .components-popover__content {
    width: 200px
}

.components-dropdown-menu__menu {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item,
.components-dropdown-menu__menu .components-menu-item {
    width: 100%;
    padding: 6px;
    outline: none;
    cursor: pointer;
    margin-bottom: 4px
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,
.components-dropdown-menu__menu .components-menu-item.has-separator {
    margin-top: 6px;
    position: relative;
    overflow: visible
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,
.components-dropdown-menu__menu .components-menu-item.has-separator:before {
    display: block;
    content: "";
    box-sizing: content-box;
    background-color: #ddd;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 1px
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,
.components-dropdown-menu__menu .components-menu-item.is-active svg {
    color: #fff;
    background: #1e1e1e;
    box-shadow: 0 0 0 1px #1e1e1e;
    border-radius: 1px
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item>svg,
.components-dropdown-menu__menu .components-menu-item>svg {
    border-radius: 2px;
    width: 24px;
    height: 24px
}

.components-dropdown-menu__menu .components-menu-item__button,
.components-dropdown-menu__menu .components-menu-item__button.components-button {
    min-height: 36px;
    height: auto;
    padding-left: 40px;
    text-align: left
}

.components-dropdown-menu__menu .components-menu-item__button.components-button.has-icon,
.components-dropdown-menu__menu .components-menu-item__button.has-icon {
    padding-left: 8px
}

.components-dropdown-menu__menu .components-menu-group {
    padding: 12px;
    margin: 0 -12px
}

.components-dropdown-menu__menu .components-menu-group:first-child {
    margin-top: -12px
}

.components-dropdown-menu__menu .components-menu-group:last-child {
    margin-bottom: -12px
}

.components-dropdown-menu__menu .components-menu-group+.components-menu-group {
    margin-top: 0;
    border-top: 1px solid #ccc;
    padding: 12px
}

.is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group {
    border-color: #1e1e1e
}

.components-dropdown-menu__menu.no-icons .components-menu-item__button.components-button {
    padding: 0 12px
}

.components-external-link__icon {
    width: 1.4em;
    height: 1.4em;
    margin: -.2em .1em 0;
    vertical-align: middle;
    fill: currentColor
}

.components-focal-point-picker-wrapper {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 200px;
    width: 100%;
    padding: 14px
}

.components-focal-point-picker {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.components-focal-point-picker img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.components-focal-point-picker__icon_container {
    background-color: transparent;
    cursor: grab;
    height: 30px;
    opacity: .8;
    position: absolute;
    will-change: transform;
    width: 30px;
    z-index: 10000
}

.components-focal-point-picker__icon_container.is-dragging {
    cursor: grabbing
}

.components-focal-point-picker__icon {
    display: block;
    height: 100%;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 100%
}

.components-focal-point-picker__icon .components-focal-point-picker__icon-outline {
    fill: #fff
}

.components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
    fill: #007cba;
    fill: var(--wp-admin-theme-color)
}

.components-focal-point-picker_position-display-container {
    margin: 1em 0;
    display: flex
}

.components-focal-point-picker_position-display-container .components-base-control__field {
    margin: 0 1em 0 0
}

.components-focal-point-picker_position-display-container input[type=number].components-text-control__input {
    max-width: 4em;
    padding: 6px 4px
}

.components-focal-point-picker_position-display-container span {
    margin: 0 0 0 .2em
}

.components-font-size-picker__controls {
    max-width: 248px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px
}

.components-font-size-picker__controls .components-font-size-picker__number {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    font-weight: 500;
    height: 30px;
    margin: 8px 8px 0 0;
    width: 54px
}

@media (prefers-reduced-motion: reduce) {
    .components-font-size-picker__controls .components-font-size-picker__number {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-font-size-picker__controls .components-font-size-picker__number {
        font-size: 13px;
        line-height: normal
    }
}

.components-font-size-picker__controls .components-font-size-picker__number:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.components-font-size-picker__controls .components-font-size-picker__number[value=""]+.components-button {
    cursor: default;
    opacity: .3;
    pointer-events: none
}

.components-font-size-picker__controls .components-font-size-picker__number-container {
    display: flex;
    flex-direction: column
}

.components-font-size-picker__controls .components-font-size-picker__select {
    margin-right: 8px
}

.components-font-size-picker__controls .components-color-palette__clear {
    height: 30px;
    margin-top: 26px
}

.components-font-size-picker__custom-input .components-range-control__slider+.dashicon {
    width: 30px;
    height: 30px
}

.components-font-size-picker {
    border: 0;
    padding: 0;
    margin: 0
}

.components-form-toggle {
    position: relative;
    display: inline-block
}

.components-form-toggle .components-form-toggle__track {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #1e1e1e;
    width: 36px;
    height: 18px;
    border-radius: 9px;
    transition: background .2s ease
}

@media (prefers-reduced-motion: reduce) {
    .components-form-toggle .components-form-toggle__track {
        transition-duration: 0s
    }
}

.components-form-toggle .components-form-toggle__thumb {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: transform .1s ease;
    background-color: #1e1e1e;
    border: 5px solid #1e1e1e
}

@media (prefers-reduced-motion: reduce) {
    .components-form-toggle .components-form-toggle__thumb {
        transition-duration: 0s
    }
}

.components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #007cba;
    background-color: var(--wp-admin-theme-color);
    border: 9px solid transparent
}

.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color);
    outline: 2px solid transparent;
    outline-offset: 2px
}

.components-form-toggle.is-checked .components-form-toggle__thumb {
    background-color: #fff;
    border-width: 0;
    transform: translateX(18px)
}

.components-disabled .components-form-toggle {
    opacity: .3
}

.components-form-toggle input.components-form-toggle__input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    border: none
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
    background: none
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
    content: ""
}

.components-form-token-field__input-container {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 8px;
    padding: 4px;
    cursor: text
}

@media (prefers-reduced-motion: reduce) {
    .components-form-token-field__input-container {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-form-token-field__input-container:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-form-token-field__input-container::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .components-form-token-field__input-container::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-form-token-field__input-container::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-form-token-field__input-container:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ccd0d4
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-left: 4px;
    padding: 0;
    min-height: 24px;
    background: inherit;
    border: 0;
    color: #1e1e1e;
    box-shadow: none
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    outline: none;
    box-shadow: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
    width: auto
}

.components-form-token-field__label {
    display: inline-block;
    margin-bottom: 4px
}

.components-form-token-field__help {
    font-style: italic
}

.components-form-token-field__token {
    font-size: 13px;
    display: flex;
    margin: 2px 4px 2px 0;
    color: #32373c;
    overflow: hidden
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
    background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
    background: #d94f4f
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
    color: #555d66
}

.components-form-token-field__token.is-borderless {
    position: relative;
    padding: 0 16px 0 0
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    background: transparent;
    color: #007cba;
    color: var(--wp-admin-theme-color)
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
    background: transparent;
    color: #555d66;
    position: absolute;
    top: 1px;
    right: 0
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
    color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
    color: #d94f4f;
    border-radius: 4px 0 0 4px;
    padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
    color: #1e1e1e
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
    cursor: default
}

.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
    display: inline-block;
    line-height: 24px;
    height: auto;
    background: #ddd;
    transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media (prefers-reduced-motion: reduce) {

    .components-form-token-field__remove-token.components-button,
    .components-form-token-field__token-text {
        transition-duration: 0s;
        animation-duration: 1ms
    }
}

.components-form-token-field__token-text {
    border-radius: 12px 0 0 12px;
    padding: 0 4px 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.components-form-token-field__remove-token.components-button {
    cursor: pointer;
    border-radius: 0 12px 12px 0;
    padding: 0 2px;
    color: #555d66;
    line-height: 10px;
    overflow: initial
}

.components-form-token-field__remove-token.components-button:hover {
    color: #32373c
}

.components-form-token-field__suggestions-list {
    flex: 1 0 100%;
    min-width: 100%;
    max-height: 9em;
    overflow-y: scroll;
    transition: all .15s ease-in-out;
    list-style: none;
    border-top: 1px solid #6c7781;
    margin: 4px -4px -4px;
    padding-top: 3px
}

@media (prefers-reduced-motion: reduce) {
    .components-form-token-field__suggestions-list {
        transition-duration: 0s
    }
}

.components-form-token-field__suggestion {
    color: #555d66;
    display: block;
    font-size: 13px;
    padding: 4px 8px;
    cursor: pointer
}

.components-form-token-field__suggestion.is-selected {
    background: #007cba;
    background: var(--wp-admin-theme-color);
    color: #fff
}

.components-form-token-field__suggestion-match {
    text-decoration: underline
}

@media (min-width: 600px) {
    .components-guide {
        width: 600px
    }
}

.components-guide .components-modal__header {
    background: none;
    border-bottom: none;
    width: 100%;
    padding: 0;
    margin: 0
}

.components-guide .components-modal__header .components-button {
    align-self: flex-start;
    margin: 8px 8px 0 0;
    position: static
}

.components-guide .components-modal__header .components-button:hover svg {
    fill: #fff
}

.components-guide__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -60px;
    min-height: 100%
}

.components-guide__page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media (min-width: 600px) {
    .components-guide__page {
        min-height: 300px
    }
}

.components-guide__footer {
    align-content: center;
    display: flex;
    height: 30px;
    justify-content: center;
    margin: 0 0 24px;
    padding: 0 32px;
    position: relative;
    width: 100%
}

@media (max-width: 600px) {
    .components-guide__footer {
        position: absolute;
        bottom: 0
    }
}

.components-guide__page-control {
    margin: 8px 0;
    text-align: center
}

.components-guide__page-control li {
    display: inline-block
}

.components-guide__page-control .components-button {
    height: 30px;
    min-width: 20px
}

.components-guide .components-modal__content {
    padding: 0
}

.components-modal__frame.components-guide {
    border: none;
    min-width: 312px;
    height: 80vh;
    max-height: 575px
}

@media (max-width: 600px) {
    .components-modal__frame.components-guide {
        bottom: 5%;
        left: 16px;
        right: 16px;
        top: 5%;
        margin: 0 auto
    }
}

.components-button.components-guide__back-button,
.components-button.components-guide__finish-button,
.components-button.components-guide__forward-button {
    height: 30px;
    position: absolute
}

.components-button.components-guide__back-button,
.components-button.components-guide__forward-button {
    font-size: 13px;
    padding: 4px 2px
}

.components-button.components-guide__back-button.has-text svg,
.components-button.components-guide__forward-button.has-text svg {
    margin: 0
}

.components-button.components-guide__back-button:hover,
.components-button.components-guide__forward-button:hover {
    text-decoration: underline
}

.components-button.components-guide__back-button {
    left: 32px
}

.components-button.components-guide__forward-button {
    right: 32px;
    color: #1386bf;
    font-weight: 700
}

.components-button.components-guide__finish-button {
    right: 32px
}

.components-button.components-guide__inline-finish-button {
    display: none
}

.components-navigate-regions.is-focusing-regions [role=region] {
    position: relative
}

.components-navigate-regions.is-focusing-regions [role=region]:focus:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    outline: 4px solid transparent;
    box-shadow: inset 0 0 0 4px #007cba;
    box-shadow: inset 0 0 0 4px var(--wp-admin-theme-color)
}

@supports (outline-offset:1px) {
    .components-navigate-regions.is-focusing-regions [role=region]:focus:after {
        content: none
    }

    .components-navigate-regions.is-focusing-regions [role=region]:focus {
        outline-style: solid;
        outline-color: #007cba;
        outline-color: var(--wp-admin-theme-color);
        outline-width: 4px;
        outline-offset: -4px
    }
}

.components-menu-group+.components-menu-group {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #1e1e1e
}

.components-menu-group__label {
    padding: 0;
    margin-bottom: 12px;
    color: #757575;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500
}

.components-menu-item__button,
.components-menu-item__button.components-button {
    width: 100%
}

.components-menu-item__button.components-button .components-menu-items__item-icon,
.components-menu-item__button.components-button .dashicon,
.components-menu-item__button.components-button>span>svg,
.components-menu-item__button.components-button svg.components-menu-items__item-icon,
.components-menu-item__button .components-menu-items__item-icon,
.components-menu-item__button .dashicon,
.components-menu-item__button>span>svg,
.components-menu-item__button svg.components-menu-items__item-icon {
    margin-right: 8px
}

.components-menu-item__button.components-button .components-menu-items__item-icon,
.components-menu-item__button .components-menu-items__item-icon {
    display: inline-block;
    flex: 0 0 auto
}

.components-menu-item__info-wrapper {
    display: flex;
    flex-direction: column
}

.components-menu-item__info {
    margin-top: 4px;
    font-size: 12px;
    color: #757575
}

.components-menu-item__shortcut {
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 0;
    margin-left: auto;
    padding-left: 12px;
    color: currentColor;
    display: none
}

@media (min-width: 480px) {
    .components-menu-item__shortcut {
        display: inline
    }
}

.components-menu-items-choice,
.components-menu-items-choice.components-button {
    padding-left: 40px
}

.components-menu-items-choice.components-button svg,
.components-menu-items-choice svg {
    margin-right: 8px
}

.components-menu-items-choice.components-button.has-icon,
.components-menu-items-choice.has-icon {
    padding-left: 8px
}

.components-modal__screen-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 100000;
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {
    .components-modal__screen-overlay {
        animation-duration: 1ms
    }
}

.components-modal__frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
    overflow: auto
}

@media (min-width: 600px) {
    .components-modal__frame {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        min-width: 360px;
        max-width: calc(100% - 32px);
        max-height: calc(100% - 120px);
        transform: translate(-50%, -50%);
        animation: components-modal__appear-animation .1s ease-out;
        animation-fill-mode: forwards
    }
}

@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
    .components-modal__frame {
        animation-duration: 1ms
    }
}

@keyframes components-modal__appear-animation {
    0% {
        margin-top: 32px
    }

    to {
        margin-top: 0
    }
}

.components-modal__header {
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    height: 60px;
    z-index: 10;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin: 0 -24px 24px
}

@supports (-ms-ime-align:auto) {
    .components-modal__header {
        position: fixed;
        width: 100%
    }
}

.components-modal__header .components-modal__header-heading {
    font-size: 1rem;
    font-weight: 600
}

.components-modal__header h1 {
    line-height: 1;
    margin: 0
}

.components-modal__header .components-button {
    position: relative;
    left: 8px
}

.components-modal__header-heading-container {
    align-items: center;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: left
}

.components-modal__header-icon-container {
    display: inline-block
}

.components-modal__header-icon-container svg {
    max-width: 36px;
    max-height: 36px;
    padding: 8px
}

.components-modal__content {
    box-sizing: border-box;
    height: 100%;
    padding: 0 24px 24px
}

@supports (-ms-ime-align:auto) {
    .components-modal__content {
        padding-top: 60px
    }
}

.components-notice {
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    background-color: #fff;
    border-left: 4px solid #007cba;
    border-left: 4px solid var(--wp-admin-theme-color);
    margin: 5px 15px 2px;
    padding: 8px 12px;
    align-items: center
}

.components-notice.is-dismissible {
    padding-right: 36px;
    position: relative
}

.components-notice.is-success {
    border-left-color: #4ab866;
    background-color: #eff9f1
}

.components-notice.is-warning {
    border-left-color: #f0b849;
    background-color: #fef8ee
}

.components-notice.is-error {
    border-left-color: #d94f4f;
    background-color: #f9e2e2
}

.components-notice__content {
    flex-grow: 1;
    margin: 4px 25px 4px 0
}

.components-notice__action.components-button,
.components-notice__action.components-button.is-link {
    margin-left: 12px
}

.components-notice__action.components-button.is-secondary {
    vertical-align: initial
}

.components-notice__dismiss {
    color: #6c7781;
    align-self: flex-start;
    flex-shrink: 0
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    color: #1e1e1e;
    background-color: transparent
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    box-shadow: none
}

.components-notice-list {
    max-width: 100vw;
    box-sizing: border-box;
    z-index: 29
}

.components-notice-list .components-notice__content {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 2
}

.components-notice-list .components-notice__action.components-button {
    display: block;
    margin-left: 0;
    margin-top: 8px
}

.components-panel {
    background: #fff;
    border: 1px solid #f0f0f0
}

.components-panel>.components-panel__body:first-child,
.components-panel>.components-panel__header:first-child {
    margin-top: -1px
}

.components-panel>.components-panel__body:last-child,
.components-panel>.components-panel__header:last-child {
    border-bottom-width: 0
}

.components-panel+.components-panel {
    margin-top: -1px
}

.components-panel__body {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.components-panel__body h3 {
    margin: 0 0 .5em
}

.components-panel__body.is-opened {
    padding: 16px
}

.components-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.components-panel__header h2 {
    margin: 0;
    font-size: inherit;
    color: inherit
}

.components-panel__body+.components-panel__body,
.components-panel__body+.components-panel__header,
.components-panel__header+.components-panel__body,
.components-panel__header+.components-panel__header {
    margin-top: -1px
}

.components-panel__body>.components-panel__body-title {
    display: block;
    padding: 0;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 0;
    transition: background .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .components-panel__body>.components-panel__body-title {
        transition-duration: 0s
    }
}

.components-panel__body.is-opened>.components-panel__body-title {
    margin: -16px -16px 5px
}

.components-panel__body>.components-panel__body-title:hover {
    background: #f0f0f0;
    border: none
}

.components-panel__body-toggle.components-button {
    position: relative;
    padding: 16px;
    outline: none;
    width: 100%;
    font-weight: 500;
    text-align: left;
    color: #1e1e1e;
    border: none;
    box-shadow: none;
    transition: background .1s ease-in-out;
    height: auto
}

@media (prefers-reduced-motion: reduce) {
    .components-panel__body-toggle.components-button {
        transition-duration: 0s
    }
}

.components-panel__body-toggle.components-button:focus {
    box-shadow: inset 0 0 0 1.5px #007cba;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color);
    border-radius: 0
}

.components-panel__body-toggle.components-button .components-panel__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #1e1e1e;
    fill: currentColor;
    transition: color .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .components-panel__body-toggle.components-button .components-panel__arrow {
        transition-duration: 0s
    }
}

body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: FlipH;
    margin-top: -10px
}

.components-panel__icon {
    color: #555d66;
    margin: -2px 0 -2px 6px
}

.components-panel__body-toggle-icon {
    margin-right: -5px
}

.components-panel__color-title {
    float: left;
    height: 19px
}

.components-panel__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    min-height: 36px
}

.components-panel__row select {
    min-width: 0
}

.components-panel__row label {
    margin-right: 12px;
    flex-shrink: 0;
    max-width: 75%
}

.components-panel__row:empty,
.components-panel__row:first-of-type {
    margin-top: 0
}

.components-panel .circle-picker {
    padding-bottom: 20px
}

.components-placeholder.components-placeholder {
    position: relative;
    padding: 1em;
    min-height: 200px;
    width: 100%;
    text-align: left;
    margin: 0;
    color: #1e1e1e;
    -moz-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    outline: 1px solid transparent
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .components-placeholder.components-placeholder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }
}

.components-placeholder.components-placeholder .components-base-control__label {
    font-size: 13px
}

.components-placeholder__error,
.components-placeholder__fieldset,
.components-placeholder__instructions,
.components-placeholder__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.components-placeholder__label {
    display: flex;
    font-weight: 600;
    margin-bottom: 16px;
    align-items: center
}

.components-placeholder__label .block-editor-block-icon,
.components-placeholder__label .dashicon,
.components-placeholder__label>svg {
    fill: currentColor;
    margin-right: 1ch
}

.components-placeholder__fieldset,
.components-placeholder__fieldset form {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap
}

.components-placeholder__fieldset form p,
.components-placeholder__fieldset p {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.components-placeholder__fieldset.is-column-layout,
.components-placeholder__fieldset.is-column-layout form {
    flex-direction: column
}

.components-placeholder__input[type=url] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    margin: 0 8px 0 0;
    flex: 1 1 auto
}

@media (prefers-reduced-motion: reduce) {
    .components-placeholder__input[type=url] {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-placeholder__input[type=url] {
        font-size: 13px;
        line-height: normal
    }
}

.components-placeholder__input[type=url]:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-placeholder__input[type=url]::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-placeholder__input[type=url]::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-placeholder__input[type=url]:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .components-placeholder__input[type=url]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-placeholder__input[type=url]::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-placeholder__input[type=url]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.components-placeholder__instructions {
    margin-bottom: 1em
}

.components-placeholder__error {
    margin-top: 1em;
    width: 100%
}

.components-placeholder__preview img {
    margin: 3%;
    width: 50%
}

.components-placeholder__fieldset .components-button {
    margin-right: 12px;
    margin-bottom: 12px
}

.components-placeholder__fieldset .components-button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link {
    margin-left: 10px;
    margin-right: 10px
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child {
    margin-right: 0
}

.components-placeholder.is-large .components-placeholder__label {
    font-size: 18pt;
    font-weight: 400
}

.components-placeholder.is-medium .components-placeholder__instructions,
.components-placeholder.is-small .components-placeholder__instructions {
    display: none
}

.components-placeholder.is-medium .components-placeholder__fieldset,
.components-placeholder.is-medium .components-placeholder__fieldset form,
.components-placeholder.is-small .components-placeholder__fieldset,
.components-placeholder.is-small .components-placeholder__fieldset form {
    flex-direction: column
}

.components-placeholder.is-medium .components-placeholder__fieldset .components-button,
.components-placeholder.is-small .components-placeholder__fieldset .components-button {
    margin-right: auto
}

.components-placeholder.is-small .components-button {
    padding: 0 8px 2px
}

/*!rtl:begin:ignore*/
.components-popover {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    opacity: 0
}

.components-popover.is-expanded,
.components-popover[data-x-axis][data-y-axis] {
    opacity: 1
}

.components-popover.is-expanded {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000 !important
}

.components-popover:not(.is-without-arrow) {
    margin-left: 2px
}

.components-popover:not(.is-without-arrow):before {
    border: 8px solid #ccc
}

.components-popover:not(.is-without-arrow).is-alternate:before {
    border-color: #1e1e1e
}

.components-popover:not(.is-without-arrow):after {
    border: 8px solid #fff
}

.components-popover:not(.is-without-arrow):after,
.components-popover:not(.is-without-arrow):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    line-height: 0
}

.components-popover:not(.is-without-arrow)[data-y-axis=top] {
    margin-top: -8px
}

.components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    bottom: -8px
}

.components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
    bottom: -6px
}

.components-popover:not(.is-without-arrow)[data-y-axis=top]:after,
.components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: solid;
    margin-left: -10px
}

.components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
    margin-top: 8px
}

.components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    top: -8px
}

.components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
    top: -6px
}

.components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,
.components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
    margin-left: -10px
}

.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
    margin-left: -8px
}

.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    right: -8px
}

.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
    right: -6px
}

.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,
.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent
}

.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
    margin-left: 8px
}

.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    left: -8px
}

.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
    left: -6px
}

.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,
.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    border-bottom-color: transparent;
    border-left: none;
    border-right-style: solid;
    border-top-color: transparent
}

.components-popover[data-y-axis=top] {
    bottom: 100%
}

.components-popover[data-y-axis=bottom] {
    top: 100%
}

.components-popover[data-y-axis=middle] {
    align-items: center;
    display: flex
}

.components-popover.is-from-top {
    margin-top: 12px
}

.components-popover.is-from-bottom {
    margin-top: -12px
}

.components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
    margin-left: 12px
}

.components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
    margin-right: 12px
}

.components-popover__content {
    height: 100%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    border-radius: 2px
}

.is-alternate .components-popover__content {
    border: 1px solid #1e1e1e;
    box-shadow: none
}

.components-popover .components-popover__content {
    position: absolute;
    height: auto;
    overflow-y: auto;
    min-width: 260px
}

.components-popover.is-expanded .components-popover__content {
    position: static;
    height: calc(100% - 48px);
    overflow-y: visible;
    min-width: auto;
    border: none;
    border-top: 1px solid #1e1e1e
}

.components-popover[data-y-axis=top] .components-popover__content {
    bottom: 100%
}

.components-popover[data-x-axis=center] .components-popover__content {
    left: 50%;
    transform: translateX(-50%)
}

.components-popover[data-x-axis=right] .components-popover__content {
    position: absolute;
    left: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content {
    margin-left: -25px
}

.components-popover[data-x-axis=left] .components-popover__content {
    position: absolute;
    right: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content {
    margin-right: -25px
}

.components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 8px 0 16px
}

.components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.components-popover__close.components-button {
    z-index: 5
}

/*!rtl:end:ignore*/
.components-radio-control {
    display: flex;
    flex-direction: column
}

.components-radio-control .components-base-control__help {
    margin-top: 0
}

.components-radio-control .components-base-control__field {
    margin-bottom: 0
}

.components-radio-control__option:not(:last-child) {
    margin-bottom: 4px
}

.components-radio-control__input[type=radio] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #1e1e1e;
    transition: none;
    border-radius: 50%;
    margin-top: 0;
    margin-right: 6px
}

@media (prefers-reduced-motion: reduce) {
    .components-radio-control__input[type=radio] {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-radio-control__input[type=radio] {
        font-size: 13px;
        line-height: normal
    }
}

.components-radio-control__input[type=radio]:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.components-radio-control__input[type=radio]::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-radio-control__input[type=radio]::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-radio-control__input[type=radio]:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .components-radio-control__input[type=radio]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-radio-control__input[type=radio]::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-radio-control__input[type=radio]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.components-radio-control__input[type=radio]:checked:before {
    width: 7px;
    height: 7px;
    margin: 8px 0 0 8px;
    background-color: #fff;
    border: 3px solid #fff
}

@media (min-width: 782px) {
    .components-radio-control__input[type=radio]:checked:before {
        width: 6px;
        height: 6px;
        margin: 4px 0 0 4px
    }
}

.components-radio-control__input[type=radio]:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-radio-control__input[type=radio]:checked {
    background: #007cba;
    background: var(--wp-admin-theme-color);
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color)
}

.components-resizable-box__handle {
    display: none;
    width: 23px;
    height: 23px
}

.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
    display: block
}

.components-resizable-box__handle:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #007cba;
    background: var(--wp-admin-theme-color);
    cursor: inherit;
    position: absolute;
    top: calc(50% - 8px);
    right: calc(50% - 8px)
}

.components-resizable-box__side-handle:before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    background: #007cba;
    background: var(--wp-admin-theme-color);
    cursor: inherit;
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 4px);
    transition: transform .1s ease-in;
    opacity: 0
}

@media (prefers-reduced-motion: reduce) {
    .components-resizable-box__side-handle:before {
        transition-duration: 0s
    }
}

.is-dark-theme .components-resizable-box__handle:after,
.is-dark-theme .components-resizable-box__side-handle:before {
    border-color: #d7dade
}

.components-resizable-box__corner-handle,
.components-resizable-box__handle,
.components-resizable-box__side-handle {
    z-index: 2
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top,
.components-resizable-box__side-handle.components-resizable-box__handle-top:before {
    width: 100%;
    left: 0;
    border-left: 0;
    border-right: 0
}

.components-resizable-box__side-handle.components-resizable-box__handle-left,
.components-resizable-box__side-handle.components-resizable-box__handle-left:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right,
.components-resizable-box__side-handle.components-resizable-box__handle-right:before {
    height: 100%;
    top: 0;
    border-top: 0;
    border-bottom: 0
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
    animation: components-resizable-box__top-bottom-animation .1s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {

    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
        animation-duration: 1ms
    }
}

.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
    animation: components-resizable-box__left-right-animation .1s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {

    .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
        animation-duration: 1ms
    }
}

@keyframes components-resizable-box__top-bottom-animation {
    0% {
        transform: scaleX(0);
        opacity: 0
    }

    to {
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes components-resizable-box__left-right-animation {
    0% {
        transform: scaleY(0);
        opacity: 0
    }

    to {
        transform: scaleY(1);
        opacity: 1
    }
}

/*!rtl:begin:ignore*/
.components-resizable-box__handle-right {
    right: -11.5px
}

.components-resizable-box__handle-left {
    left: -11.5px
}

.components-resizable-box__handle-top {
    top: -11.5px
}

.components-resizable-box__handle-bottom {
    bottom: -11.5px
}

/*!rtl:end:ignore*/
.components-responsive-wrapper {
    position: relative;
    max-width: 100%
}

.components-responsive-wrapper,
.components-responsive-wrapper>span {
    display: block
}

.components-responsive-wrapper__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto
}

.components-sandbox {
    overflow: hidden
}

iframe.components-sandbox {
    width: 100%
}

body.lockscroll,
html.lockscroll {
    overflow: hidden
}

.components-select-control__input {
    background: #fff;
    height: 36px;
    line-height: 36px;
    margin: 1px;
    outline: 0;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
}

@media (min-width: 782px) {
    .components-select-control__input {
        height: 28px;
        line-height: 28px
    }
}

@media (max-width: 782px) {
    .components-base-control .components-base-control__field .components-select-control__input {
        font-size: 16px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        transform: rotate(1turn)
    }
}

.components-tab-panel__tabs {
    display: flex;
    align-items: stretch
}

.components-tab-panel__tabs-item {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    height: 48px;
    padding: 3px 16px;
    margin-left: 0;
    font-weight: 500;
    transition: box-shadow .1s linear;
    box-sizing: border-box
}

.components-tab-panel__tabs-item:after {
    content: attr(data-label);
    display: block;
    height: 0;
    overflow: hidden;
    speak: none;
    visibility: hidden
}

.components-tab-panel__tabs-item:focus:not(:disabled) {
    box-shadow: inset 0 1.5px #007cba;
    box-shadow: inset 0 1.5px var(--wp-admin-theme-color)
}

.components-tab-panel__tabs-item.is-active {
    box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #007cba;
    box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color);
    position: relative
}

.components-tab-panel__tabs-item.is-active:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 1px;
    right: 0;
    left: 0;
    border-bottom: 4px solid transparent
}

.components-tab-panel__tabs-item:focus {
    box-shadow: inset 0 0 0 1.5px #007cba;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color)
}

.components-tab-panel__tabs-item.is-active:focus {
    box-shadow: inset 0 0 0 1.5px #007cba, inset 0 -4px 0 0 #007cba;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color)
}

.components-text-control__input,
.components-text-control__input[type=color],
.components-text-control__input[type=date],
.components-text-control__input[type=datetime-local],
.components-text-control__input[type=datetime],
.components-text-control__input[type=email],
.components-text-control__input[type=month],
.components-text-control__input[type=number],
.components-text-control__input[type=password],
.components-text-control__input[type=tel],
.components-text-control__input[type=text],
.components-text-control__input[type=time],
.components-text-control__input[type=url],
.components-text-control__input[type=week] {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal
}

@media (prefers-reduced-motion: reduce) {

    .components-text-control__input,
    .components-text-control__input[type=color],
    .components-text-control__input[type=date],
    .components-text-control__input[type=datetime-local],
    .components-text-control__input[type=datetime],
    .components-text-control__input[type=email],
    .components-text-control__input[type=month],
    .components-text-control__input[type=number],
    .components-text-control__input[type=password],
    .components-text-control__input[type=tel],
    .components-text-control__input[type=text],
    .components-text-control__input[type=time],
    .components-text-control__input[type=url],
    .components-text-control__input[type=week] {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {

    .components-text-control__input,
    .components-text-control__input[type=color],
    .components-text-control__input[type=date],
    .components-text-control__input[type=datetime-local],
    .components-text-control__input[type=datetime],
    .components-text-control__input[type=email],
    .components-text-control__input[type=month],
    .components-text-control__input[type=number],
    .components-text-control__input[type=password],
    .components-text-control__input[type=tel],
    .components-text-control__input[type=text],
    .components-text-control__input[type=time],
    .components-text-control__input[type=url],
    .components-text-control__input[type=week] {
        font-size: 13px;
        line-height: normal
    }
}

.components-text-control__input:focus,
.components-text-control__input[type=color]:focus,
.components-text-control__input[type=date]:focus,
.components-text-control__input[type=datetime-local]:focus,
.components-text-control__input[type=datetime]:focus,
.components-text-control__input[type=email]:focus,
.components-text-control__input[type=month]:focus,
.components-text-control__input[type=number]:focus,
.components-text-control__input[type=password]:focus,
.components-text-control__input[type=tel]:focus,
.components-text-control__input[type=text]:focus,
.components-text-control__input[type=time]:focus,
.components-text-control__input[type=url]:focus,
.components-text-control__input[type=week]:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-text-control__input::-webkit-input-placeholder,
.components-text-control__input[type=color]::-webkit-input-placeholder,
.components-text-control__input[type=date]::-webkit-input-placeholder,
.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,
.components-text-control__input[type=datetime]::-webkit-input-placeholder,
.components-text-control__input[type=email]::-webkit-input-placeholder,
.components-text-control__input[type=month]::-webkit-input-placeholder,
.components-text-control__input[type=number]::-webkit-input-placeholder,
.components-text-control__input[type=password]::-webkit-input-placeholder,
.components-text-control__input[type=tel]::-webkit-input-placeholder,
.components-text-control__input[type=text]::-webkit-input-placeholder,
.components-text-control__input[type=time]::-webkit-input-placeholder,
.components-text-control__input[type=url]::-webkit-input-placeholder,
.components-text-control__input[type=week]::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-text-control__input::-moz-placeholder,
.components-text-control__input[type=color]::-moz-placeholder,
.components-text-control__input[type=date]::-moz-placeholder,
.components-text-control__input[type=datetime-local]::-moz-placeholder,
.components-text-control__input[type=datetime]::-moz-placeholder,
.components-text-control__input[type=email]::-moz-placeholder,
.components-text-control__input[type=month]::-moz-placeholder,
.components-text-control__input[type=number]::-moz-placeholder,
.components-text-control__input[type=password]::-moz-placeholder,
.components-text-control__input[type=tel]::-moz-placeholder,
.components-text-control__input[type=text]::-moz-placeholder,
.components-text-control__input[type=time]::-moz-placeholder,
.components-text-control__input[type=url]::-moz-placeholder,
.components-text-control__input[type=week]::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-text-control__input:-ms-input-placeholder,
.components-text-control__input[type=color]:-ms-input-placeholder,
.components-text-control__input[type=date]:-ms-input-placeholder,
.components-text-control__input[type=datetime-local]:-ms-input-placeholder,
.components-text-control__input[type=datetime]:-ms-input-placeholder,
.components-text-control__input[type=email]:-ms-input-placeholder,
.components-text-control__input[type=month]:-ms-input-placeholder,
.components-text-control__input[type=number]:-ms-input-placeholder,
.components-text-control__input[type=password]:-ms-input-placeholder,
.components-text-control__input[type=tel]:-ms-input-placeholder,
.components-text-control__input[type=text]:-ms-input-placeholder,
.components-text-control__input[type=time]:-ms-input-placeholder,
.components-text-control__input[type=url]:-ms-input-placeholder,
.components-text-control__input[type=week]:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .components-text-control__input::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=color]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=date]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=datetime-local]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=datetime]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=email]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=month]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=number]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=password]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=tel]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=text]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=time]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=url]::-webkit-input-placeholder,
.is-dark-theme .components-text-control__input[type=week]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-text-control__input::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=color]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=date]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=datetime-local]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=datetime]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=email]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=month]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=number]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=password]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=tel]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=text]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=time]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=url]::-moz-placeholder,
.is-dark-theme .components-text-control__input[type=week]::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-text-control__input:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=color]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=date]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=datetime-local]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=datetime]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=email]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=month]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=number]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=password]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=tel]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=text]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=time]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=url]:-ms-input-placeholder,
.is-dark-theme .components-text-control__input[type=week]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.components-textarea-control__input {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal
}

@media (prefers-reduced-motion: reduce) {
    .components-textarea-control__input {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-textarea-control__input {
        font-size: 13px;
        line-height: normal
    }
}

.components-textarea-control__input:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-textarea-control__input::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-textarea-control__input::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.components-textarea-control__input:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .components-textarea-control__input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-textarea-control__input::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .components-textarea-control__input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.components-tip {
    display: flex;
    color: #555d66
}

.components-tip svg {
    -ms-grid-row-align: center;
    align-self: center;
    fill: #f0b849;
    flex-shrink: 0;
    margin-right: 16px
}

.components-tip p {
    margin: 0
}

.components-toggle-control .components-base-control__field {
    display: flex;
    margin-bottom: 12px;
    line-height: normal;
    align-items: center
}

.components-toggle-control .components-base-control__field .components-form-toggle {
    margin-right: 12px
}

.components-toggle-control .components-base-control__field .components-toggle-control__label {
    display: block
}

.components-accessible-toolbar {
    display: inline-flex;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    flex-shrink: 0
}

.components-accessible-toolbar>.components-toolbar-group:last-child {
    border-right: none
}

.components-accessible-toolbar .components-button,
.components-toolbar .components-button {
    position: relative;
    height: 48px;
    z-index: 1;
    padding-left: 16px;
    padding-right: 16px
}

.components-accessible-toolbar .components-button:focus:enabled,
.components-toolbar .components-button:focus:enabled {
    box-shadow: none;
    outline: none
}

.components-accessible-toolbar .components-button:before,
.components-toolbar .components-button:before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 2px;
    height: 32px;
    left: 8px;
    right: 8px;
    z-index: -1;
    animation: components-button__appear-animation .1s ease;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {

    .components-accessible-toolbar .components-button:before,
    .components-toolbar .components-button:before {
        animation-duration: 1ms
    }
}

.components-accessible-toolbar .components-button svg,
.components-toolbar .components-button svg {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.components-accessible-toolbar .components-button.is-pressed,
.components-toolbar .components-button.is-pressed {
    background: transparent
}

.components-accessible-toolbar .components-button.is-pressed:hover,
.components-toolbar .components-button.is-pressed:hover {
    background: transparent
}

.components-accessible-toolbar .components-button.is-pressed:before,
.components-toolbar .components-button.is-pressed:before {
    background: #1e1e1e
}

.components-accessible-toolbar .components-button:focus:before,
.components-toolbar .components-button:focus:before {
    box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
    outline: 2px solid transparent
}

.components-accessible-toolbar .components-button.has-icon,
.components-toolbar .components-button.has-icon {
    padding-left: 8px;
    padding-right: 8px;
    min-width: 48px;
    justify-content: center
}

.components-accessible-toolbar .components-button.components-tab-button,
.components-toolbar .components-button.components-tab-button {
    font-weight: 500
}

.components-accessible-toolbar .components-button.components-tab-button span,
.components-toolbar .components-button.components-tab-button span {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

@keyframes components-button__appear-animation {
    0% {
        transform: scaleY(0)
    }

    to {
        transform: scaleY(1)
    }
}

.components-toolbar__control.components-button {
    position: relative
}

.components-toolbar__control.components-button[data-subscript] svg {
    padding: 5px 10px 5px 0
}

.components-toolbar__control.components-button[data-subscript]:after {
    content: attr(data-subscript);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    position: absolute;
    right: 8px;
    bottom: 10px
}

.components-toolbar__control.components-button:active:before {
    display: none
}

.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
    color: #fff
}

.components-toolbar-group {
    min-height: 48px;
    border-right: 1px solid #1e1e1e;
    background-color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    line-height: 0
}

.components-toolbar-group .components-toolbar-group {
    border-width: 0;
    margin: 0
}

.components-toolbar {
    min-height: 48px;
    margin: 0;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    background-color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: wrap
}

div.components-toolbar>div {
    display: block;
    margin: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    div.components-toolbar>div {
        display: flex
    }
}

div.components-toolbar>div+div.has-left-divider {
    margin-left: 6px;
    position: relative;
    overflow: visible
}

div.components-toolbar>div+div.has-left-divider:before {
    display: inline-block;
    content: "";
    box-sizing: content-box;
    background-color: #ddd;
    position: absolute;
    top: 8px;
    left: -3px;
    width: 1px;
    height: 20px
}

.components-accessible-toolbar .components-toolbar-group>.components-button.components-button.has-icon,
.components-toolbar div>.components-button.components-button.has-icon {
    min-width: 36px;
    padding-left: 6px;
    padding-right: 6px
}

.components-accessible-toolbar .components-toolbar-group>.components-button.components-button.has-icon svg,
.components-toolbar div>.components-button.components-button.has-icon svg {
    min-width: 24px
}

.components-accessible-toolbar .components-toolbar-group>.components-button.components-button.has-icon:before,
.components-toolbar div>.components-button.components-button.has-icon:before {
    left: 2px;
    right: 2px
}

.components-accessible-toolbar .components-toolbar-group>.components-button:first-child.has-icon,
.components-accessible-toolbar .components-toolbar-group>div:first-child>.components-button.has-icon,
.components-toolbar div:first-child .components-button.has-icon {
    min-width: 42px;
    padding-left: 11px;
    padding-right: 6px
}

.components-accessible-toolbar .components-toolbar-group>.components-button:first-child.has-icon:before,
.components-accessible-toolbar .components-toolbar-group>div:first-child>.components-button.has-icon:before,
.components-toolbar div:first-child .components-button.has-icon:before {
    left: 8px;
    right: 2px
}

.components-accessible-toolbar .components-toolbar-group>.components-button:last-of-type.has-icon,
.components-accessible-toolbar .components-toolbar-group>div:last-child>.components-button.has-icon,
.components-toolbar div:last-child .components-button.has-icon {
    min-width: 42px;
    padding-left: 6px;
    padding-right: 11px
}

.components-accessible-toolbar .components-toolbar-group>.components-button:last-of-type.has-icon:before,
.components-accessible-toolbar .components-toolbar-group>div:last-child>.components-button.has-icon:before,
.components-toolbar div:last-child .components-button.has-icon:before {
    left: 2px;
    right: 8px
}

.components-accessible-toolbar .components-toolbar-group>.components-button:first-of-type:last-of-type.has-icon,
.components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon,
.components-toolbar div:first-child:last-child>.components-button.has-icon {
    min-width: 48px;
    padding-left: 12px;
    padding-right: 12px
}

.components-accessible-toolbar .components-toolbar-group>.components-button:first-of-type:last-of-type.has-icon:before,
.components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon:before,
.components-toolbar div:first-child:last-child>.components-button.has-icon:before {
    left: 8px;
    right: 8px
}

.components-tooltip.components-popover {
    z-index: 1000002
}

.components-tooltip.components-popover .components-popover__content {
    min-width: 0
}

.components-tooltip .components-popover__content {
    background: #1e1e1e;
    border-radius: 2px;
    border-width: 0;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    box-shadow: none
}

.components-tooltip .components-popover__content>div {
    padding: 4px 8px
}

.components-tooltip__shortcut {
    display: inline-block;
    margin-left: 8px
}

.components-visually-hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.components-visually-hidden:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@charset "UTF-8";

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

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

.block-editor-autocompleters__block .block-editor-block-icon {
    margin-right: 8px
}

.block-editor-block-alignment-matrix-toolbar__popover .components-popover__content {
    min-width: 0;
    width: auto
}

.block-editor-block-alignment-matrix-toolbar__popover .components-popover__content>div {
    padding: 8px
}

.block-editor-block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.block-editor-block-icon.has-colors svg {
    fill: currentColor
}

.block-editor-block-icon svg {
    min-width: 20px;
    min-height: 20px;
    max-width: 24px;
    max-height: 24px
}

.block-editor-block-inspector .components-base-control {
    margin-bottom: 24px
}

.block-editor-block-inspector .components-base-control:last-child {
    margin-bottom: 8px
}

.block-editor-block-inspector .components-panel__body {
    border: none;
    border-top: 1px solid #f0f0f0
}

.block-editor-block-inspector .block-editor-block-card {
    padding: 16px
}

.block-editor-block-inspector__no-blocks {
    display: block;
    font-size: 13px;
    background: #fff;
    padding: 32px 16px;
    text-align: center
}

.block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * {
    z-index: 1
}

.block-editor-block-styles .block-editor-block-list__block {
    margin: 0
}

.block-editor-block-list__layout .block-editor-block-list__block {
    position: relative;
    overflow-wrap: break-word
}

.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui {
    margin: -10px 0 12px
}

.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui {
    margin: 0 0 12px;
    width: 100%
}

.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice {
    margin-left: 0;
    margin-right: 0
}

.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content {
    font-size: 13px
}

.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus {
    outline: none
}

.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: "";
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    box-shadow: 0 0 0 1.5px #007cba;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
    border-radius: 1px
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after {
    box-shadow: 0 0 0 1.5px #fff
}

.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) {
    opacity: .5;
    transition: opacity .1s linear
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) {
        transition-duration: 0s
    }
}

.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected).is-focused,
.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected):not(.is-focused) .block-editor-block-list__block {
    opacity: 1
}

.block-editor-block-list__layout .block-editor-block-list__block,
.block-editor-block-list__layout .block-list-appender {
    position: relative
}

.block-editor-block-list__layout .block-editor-block-list__block.is-drop-target:before,
.block-editor-block-list__layout .block-list-appender.is-drop-target:before {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    transition: border-color .1s linear, border-style .1s linear, box-shadow .1s linear;
    top: -14px;
    right: 0;
    left: 0;
    border-top: 4px solid #007cba;
    border-top: 4px solid var(--wp-admin-theme-color)
}

.block-editor-block-list__layout .block-editor-block-list__block.is-drop-target.is-dropping-horizontally:before,
.block-editor-block-list__layout .block-list-appender.is-drop-target.is-dropping-horizontally:before {
    top: 0;
    bottom: 0;
    left: -6px;
    border-top: none;
    border-left: 4px solid #007cba;
    border-left: 4px solid var(--wp-admin-theme-color)
}

.block-editor-block-list__layout {
    position: relative
}

.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:after,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:after,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:after {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: "";
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px
}

.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:after,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:after,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:after {
    box-shadow: 0 0 0 1.5px #007cba;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
    border-radius: 1px;
    transition: box-shadow .2s ease-out;
    outline: 2px solid transparent
}

@media (prefers-reduced-motion: reduce) {

    .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,
    .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:after,
    .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:after,
    .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:after {
        transition-duration: 0s
    }
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:after,
.is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:after,
.is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:after {
    box-shadow: 0 0 0 1.5px #fff
}

.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection,
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered .components-placeholder ::selection,
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected .components-placeholder ::selection {
    background: transparent
}

.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:not(.is-selected):after {
    box-shadow: 0 0 0 1px #949494
}

.is-block-moving-mode .block-editor-block-list__layout .block-editor-block-list__block.has-child-selected {
    box-shadow: 0 0 0 1.5px #007cba;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
    outline: 1.5px solid transparent
}

.is-block-moving-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:before {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    transition: border-color .1s linear, border-style .1s linear, box-shadow .1s linear;
    right: 0;
    left: 0;
    top: -14px;
    border-radius: 2px;
    border-top: 4px solid #ccc
}

.is-block-moving-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected:after {
    content: none
}

.is-block-moving-mode.can-insert-moving-block .block-editor-block-list__layout .block-editor-block-list__block.is-selected:before {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color)
}

.is-block-moving-mode.block-editor-block-list__block-selection-button {
    opacity: 0;
    font-size: 1px;
    height: 1px;
    padding: 0
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning {
    min-height: 36px
}

.block-editor-block-list__layout .block-editor-block-list__block:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 1.5px transparent;
    transition: box-shadow .1s ease-in
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-list__layout .block-editor-block-list__block:after {
        transition-duration: 0s
    }
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning>* {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning {
    pointer-events: all
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, .4)
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after {
    background-color: transparent
}

.block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay:after {
    display: none
}

.block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay:after {
    display: block
}

.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block {
    cursor: default
}

.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] {
    float: none
}

.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter {
    left: auto;
    right: 8px
}

.block-editor-block-list__layout .wp-block {
    margin-left: auto;
    margin-right: auto
}

.wp-block[data-align=left],
.wp-block[data-align=right] {
    width: 100%;
    height: 0
}

.wp-block[data-align=left]:before,
.wp-block[data-align=right]:before {
    content: none
}

.wp-block[data-align=left]>*,
.wp-block[data-align=right]>* {
    z-index: 21
}

.wp-block[data-align=left]>* {
    /*!rtl:begin:ignore*/
    float: left;
    margin-right: 2em
        /*!rtl:end:ignore*/
}

.wp-block[data-align=right]>* {
    /*!rtl:begin:ignore*/
    float: right;
    margin-left: 2em
        /*!rtl:end:ignore*/
}

.wp-block[data-align=full],
.wp-block[data-align=wide] {
    clear: both
}

.block-editor-block-list .block-editor-inserter {
    margin: 8px;
    cursor: move;
    cursor: grab
}

.block-editor-block-list__insertion-point {
    position: relative;
    z-index: 6;
    margin-top: -14px
}

.block-editor-block-list__insertion-point-indicator {
    position: absolute;
    top: calc(50% - 1px);
    height: 1.5px;
    left: 0;
    right: 0;
    background: #007cba;
    background: var(--wp-admin-theme-color)
}

.block-editor-block-list__insertion-point-inserter {
    display: none;
    justify-content: center;
    cursor: text
}

@media (min-width: 480px) {
    .block-editor-block-list__insertion-point-inserter {
        display: flex
    }
}

.block-editor-block-list__insertion-point-inserter.is-inserter-hidden .block-editor-inserter__toggle {
    visibility: hidden;
    pointer-events: none
}

.block-editor-block-list__block-popover-inserter {
    position: absolute;
    top: -9999em;
    margin-bottom: 14px
}

.block-editor-block-list__block-popover-inserter.is-visible {
    position: static
}

.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon {
    background: #1e1e1e;
    border-radius: 2px;
    color: #fff;
    padding: 0;
    min-width: 24px;
    height: 24px
}

.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover {
    color: #fff
}

.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button,
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button {
    animation: block-editor-inserter__toggle__fade-in-animation-delayed .3s ease;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {

    .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button,
    .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button {
        animation-duration: 1ms
    }
}

@keyframes block-editor-inserter__toggle__fade-in-animation-delayed {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes block-editor-inserter__toggle__fade-in-animation {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.wp-block .block-list-appender .block-editor-inserter__toggle {
    animation: block-editor-inserter__toggle__fade-in-animation .1s ease;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {
    .wp-block .block-list-appender .block-editor-inserter__toggle {
        animation-duration: 1ms
    }
}

.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender {
    display: none
}

.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle {
    opacity: 0;
    transform: scale(0)
}

.block-editor-block-list__block>.block-editor-block-list__insertion-point {
    position: absolute;
    top: -16px;
    height: 28px;
    bottom: auto;
    left: 14px;
    right: 14px
}

.block-editor-block-list__block .block-editor-block-list__block-html-textarea {
    display: block;
    margin: 0;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    resize: none;
    overflow: hidden;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 15px;
    line-height: 150%;
    transition: padding .2s linear
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-list__block .block-editor-block-list__block-html-textarea {
        transition-duration: 0s
    }
}

.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus {
    box-shadow: none
}

.block-editor-block-contextual-toolbar {
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    background-color: #fff
}

.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar,
.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar-group {
    border-right-color: #1e1e1e
}

.block-editor-block-contextual-toolbar .block-editor-block-mover-button {
    overflow: hidden
}

.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
    min-width: 24px;
    width: 24px
}

.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg {
    margin-top: 3px
}

.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg {
    margin-bottom: 3px
}

.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus:before {
    left: 0 !important;
    min-width: 0;
    width: 100%
}

.block-editor-block-list__block-selection-button {
    display: block;
    z-index: 22
}

.block-editor-block-list__block-selection-button .components-button {
    font-size: 13px;
    height: 46px;
    padding: 12px 16px;
    position: relative;
    top: -1px;
    box-shadow: 0 0 0 1px #1e1e1e;
    border-radius: 1px;
    background-color: #fff
}

.block-editor-block-list__block-selection-button .components-button:focus {
    box-shadow: 0 0 0 1.5px #007cba;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color)
}

.block-editor-block-list__block .block-editor-warning {
    z-index: 5;
    position: relative
}

.block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning {
    margin-bottom: auto
}

.block-editor-block-list__insertion-point-popover.is-without-arrow {
    z-index: 28;
    position: absolute
}

.block-editor-block-list__insertion-point-popover.is-without-arrow .components-popover__content.components-popover__content {
    background: none;
    border: none;
    box-shadow: none;
    overflow-y: visible;
    margin-left: 0
}

.components-popover.block-editor-block-list__block-popover {
    z-index: 31;
    position: absolute
}

.components-popover.block-editor-block-list__block-popover .components-popover__content {
    margin: 0 !important;
    min-width: auto;
    width: max-content;
    background: none;
    border: none;
    box-shadow: none;
    overflow-y: visible;
    pointer-events: none
}

.components-popover.block-editor-block-list__block-popover .components-popover__content>* {
    pointer-events: all
}

.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar,
.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button {
    margin-bottom: 12px
}

.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover {
    opacity: 0
}

.is-dragging-components-draggable .components-tooltip {
    display: none
}

.block-editor-block-list__block .block-list-appender {
    margin: 8px 0
}

.has-background .block-editor-block-list__block .block-list-appender {
    margin: 20px 8px
}

.block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
    padding: 0;
    opacity: 1;
    transform: scale(1);
    transition: all .1s ease
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
        transition-duration: 0s
    }
}

.block-list-appender>.block-editor-inserter {
    display: block
}

.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle {
    opacity: 0;
    transform: scale(0)
}

.block-editor-block-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0
}

.block-editor-block-breadcrumb li {
    display: inline-block;
    margin: 0
}

.block-editor-block-breadcrumb li:not(:last-child):after {
    content: "→"
}

.block-editor-block-breadcrumb__button.components-button {
    height: 24px;
    line-height: 24px;
    padding: 0;
    position: relative
}

.block-editor-block-breadcrumb__button.components-button:hover:not(:disabled) {
    text-decoration: underline;
    box-shadow: none
}

.block-editor-block-breadcrumb__button.components-button:focus {
    box-shadow: none
}

.block-editor-block-breadcrumb__button.components-button:focus:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 2px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    box-shadow: inset 0 0 0 1.5px #007cba;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color)
}

.block-editor-block-breadcrumb__current {
    cursor: default
}

.block-editor-block-breadcrumb__button.components-button,
.block-editor-block-breadcrumb__current {
    color: #1e1e1e;
    padding: 0 8px;
    font-size: inherit
}

.block-editor-block-card {
    display: flex;
    align-items: flex-start
}

.block-editor-block-card__icon {
    border: 1px solid #ccd0d4;
    padding: 7px;
    margin-right: 10px;
    height: 36px;
    width: 36px
}

.block-editor-block-card__content {
    flex-grow: 1
}

.block-editor-block-card__title {
    font-weight: 500
}

.block-editor-block-card__title.block-editor-block-card__title {
    margin: 0 0 5px
}

.block-editor-block-card__description {
    font-size: 13px
}

.block-editor-block-card .block-editor-block-icon {
    margin-left: -2px;
    margin-right: 10px;
    padding: 0 3px;
    width: 36px;
    height: 24px
}

.block-editor-block-compare {
    overflow: auto;
    height: auto
}

@media (min-width: 600px) {
    .block-editor-block-compare {
        max-height: 70%
    }
}

.block-editor-block-compare__wrapper {
    display: flex;
    padding-bottom: 16px
}

.block-editor-block-compare__wrapper>div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50%;
    padding: 0 16px 0 0;
    min-width: 200px
}

.block-editor-block-compare__wrapper>div button {
    float: right
}

.block-editor-block-compare__wrapper .block-editor-block-compare__converted {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 0
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 12px;
    color: #1e1e1e;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    line-height: 1.7
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span {
    background-color: #e6ffed;
    padding-top: 3px;
    padding-bottom: 3px
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added {
    background-color: #acf2bd
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed {
    background-color: #d94f4f
}

.block-editor-block-compare__wrapper .block-editor-block-compare__preview {
    padding: 14px 0 0
}

.block-editor-block-compare__wrapper .block-editor-block-compare__preview p {
    font-size: 12px;
    margin-top: 0
}

.block-editor-block-compare__wrapper .block-editor-block-compare__action {
    margin-top: 14px
}

.block-editor-block-compare__wrapper .block-editor-block-compare__heading {
    font-size: 1em;
    font-weight: 400;
    margin: .67em 0
}

.block-editor-block-draggable-chip-wrapper {
    position: absolute;
    top: -60px
}

.block-editor-block-draggable-chip {
    background-color: #1e1e1e;
    border-radius: 2px;
    border: 1px solid #1e1e1e;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    color: #fff;
    cursor: grabbing;
    display: inline-flex;
    height: 48px;
    min-width: 72px;
    padding: 0 12px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.block-editor-block-draggable-chip svg {
    fill: currentColor
}

.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content {
    margin: auto
}

.block-editor-block-draggable-chip .components-flex__item {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.is-dragging.is-multi-selected,
.is-dragging.is-selected {
    display: none !important
}

.block-editor-block-mobile-toolbar {
    display: flex;
    flex-direction: row;
    border-right: 1px solid #ddd
}

.block-editor-block-mobile-toolbar .block-editor-block-mover-button {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    padding: 3px;
    margin: 0;
    justify-content: center;
    align-items: center
}

.block-editor-block-mobile-toolbar .block-editor-block-mover-button .dashicon {
    margin: auto
}

.block-editor-block-mobile-toolbar .block-editor-block-mover {
    display: flex;
    margin-right: auto
}

.block-editor-block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover-button {
    float: left
}

.block-editor-block-mover {
    display: inline-flex;
    flex-direction: row
}

.block-editor-block-mover-button__description {
    display: none
}

.block-editor-block-mover-button.has-icon {
    padding: 0
}

.block-editor-block-mover .components-toolbar,
.block-editor-block-mover .components-toolbar-group {
    flex: 1;
    flex-direction: row
}

@media (min-width: 600px) {

    .block-editor-block-mover .components-toolbar,
    .block-editor-block-mover .components-toolbar-group {
        flex-direction: column
    }
}

.block-editor-block-mover.is-horizontal .components-toolbar,
.block-editor-block-mover.is-horizontal .components-toolbar-group {
    flex-direction: row
}

@media (min-width: 600px) {
    .block-editor-block-mover .block-editor-block-mover-button {
        padding: 0 !important;
        height: 24px;
        width: 48px
    }
}

@media (min-width: 600px) {
    .block-editor-block-mover .block-editor-block-mover-button:before {
        left: 8px !important;
        right: 8px !important
    }
}

@media (min-width: 600px) {

    .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button svg,
    .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button svg {
        margin-bottom: -8px
    }

    .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button:before,
    .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button:before {
        bottom: 0;
        height: calc(100% - 1px)
    }

    .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button svg,
    .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button svg {
        margin-top: -8px
    }

    .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button:before,
    .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button:before {
        top: 0;
        height: calc(100% - 1px)
    }
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon {
    height: 48px;
    width: 24px;
    padding-left: 0;
    padding-right: 0
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon:before {
    top: 0;
    bottom: 0;
    min-width: 0;
    width: auto;
    height: auto
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon svg {
    margin-left: 0;
    margin-right: -8px;
    margin-bottom: 0
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon:before {
    left: 0 !important;
    right: 0 !important
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon svg {
    margin-left: -8px;
    margin-right: 0;
    margin-top: 0
}

.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon:before {
    left: 0 !important;
    right: 0 !important;
    width: calc(100% + 1px)
}

.block-editor-block-navigation__label {
    margin: 0 0 12px;
    color: #757575;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500
}

.block-editor-block-navigation__container {
    padding: 7px
}

.block-editor-block-navigation-tree {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0
}

.block-editor-block-navigation-leaf {
    position: relative
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
    display: flex;
    align-items: center;
    width: calc(100% - .8em);
    height: auto;
    padding: 12px 6px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    color: #40464d;
    border-radius: 2px
}

.components-modal__content .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents {
    padding-left: 0;
    padding-right: 0
}

.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
    opacity: 1;
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents {
        animation-duration: 1ms
    }
}

.block-editor-block-navigation-leaf .block-editor-block-icon {
    align-self: flex-start;
    margin-right: 6px
}

.block-editor-block-navigation-leaf.is-selected .block-editor-block-icon svg,
.block-editor-block-navigation-leaf.is-selected:focus .block-editor-block-icon svg {
    color: #fff;
    background: #1e1e1e;
    box-shadow: 0 0 0 1px #1e1e1e;
    border-radius: 1px
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__contents-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
    padding-top: 0;
    padding-bottom: 0
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
    width: 36px;
    opacity: 0;
    vertical-align: top
}

@media (prefers-reduced-motion: reduce) {

    .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
    .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell {
        transition-duration: 0s
    }
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
    opacity: 1;
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {

    .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,
    .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible {
        animation-duration: 1ms
    }
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell .components-button.has-icon,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell,
.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell .components-button.has-icon {
    width: 24px;
    min-width: 24px;
    padding: 0
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell {
    padding-top: 8px
}

.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell-alignment-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button {
    position: relative;
    width: 36px;
    height: 24px
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button svg {
    position: relative;
    height: 24px
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button {
    align-items: flex-end
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button svg {
    bottom: -4px
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button {
    align-items: flex-start
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button svg {
    top: -4px
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus:enabled {
    box-shadow: none;
    outline: none
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus {
    box-shadow: none;
    outline: none
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus:before {
    box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
    outline: 2px solid transparent
}

.block-editor-block-navigation-leaf .block-editor-block-mover-button:before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 2px;
    height: 16px;
    min-width: 100%;
    left: 0;
    right: 0;
    animation: components-button__appear-animation .1s ease;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-navigation-leaf .block-editor-block-mover-button:before {
        animation-duration: 1ms
    }
}

.block-editor-block-navigation-leaf .block-editor-inserter__toggle {
    background: #1e1e1e;
    color: #fff;
    height: 24px;
    margin: 6px 6px 6px 1px;
    min-width: 24px
}

.block-editor-block-navigation-leaf .block-editor-inserter__toggle:active {
    color: #fff
}

.block-editor-block-navigation-appender__description,
.block-editor-block-navigation-block-select-button__description,
.block-editor-block-navigation-block-slot__description {
    display: none
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigation-appender__container,
.block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-appender__container,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container {
    display: flex
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container {
    min-height: 56px
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line {
    position: relative;
    flex-shrink: 0;
    width: 24px
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line:first-child,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line:first-child {
    width: 18px
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item {
    margin-right: 6px
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line:before,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    bottom: -2px;
    right: -1px;
    border-right: 2px solid #a2aab2
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.is-terminated:before,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.is-terminated:before {
    border-color: transparent
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item.is-last-row {
    height: 26px
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item:after,
.block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    left: 100%;
    width: 5px;
    border-bottom: 2px solid #a2aab2
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row {
    height: 16px
}

.block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row:after {
    top: 100%
}

.block-editor-block-parent-selector {
    background: #fff;
    border-radius: 2px
}

.block-editor-block-parent-selector .block-editor-block-parent-selector__button {
    width: 48px;
    height: 48px;
    border: 1px solid #1e1e1e;
    border-radius: 2px
}

.block-editor-block-patterns-list__item {
    border-radius: 2px;
    cursor: pointer;
    margin-top: 16px;
    transition: all .05s ease-in-out;
    position: relative;
    border: 1px solid transparent
}

.block-editor-block-patterns-list__item:hover {
    border: 1px solid #007cba;
    border: 1px solid var(--wp-admin-theme-color)
}

.block-editor-block-patterns-list__item:focus {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.block-editor-block-patterns-list__item.is-placeholder {
    min-height: 100px
}

.block-editor-block-patterns-list__item-title {
    padding: 4px;
    font-size: 12px;
    text-align: center
}

.block-editor-block-preview__container {
    position: relative;
    width: 100%;
    overflow: hidden
}

.block-editor-block-preview__container.editor-styles-wrapper {
    padding: 0;
    margin: 0
}

.block-editor-block-preview__content {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    text-align: initial;
    margin: 0;
    overflow: visible;
    min-height: auto
}

.block-editor-block-preview__content .block-editor-block-drop-zone,
.block-editor-block-preview__content .block-editor-block-list__insertion-point,
.block-editor-block-preview__content .block-list-appender,
.block-editor-block-preview__content .reusable-block-indicator {
    display: none
}

.block-editor-block-preview__content .block-editor-block-list__layout.is-root-container {
    padding-left: 0;
    padding-right: 0
}

.block-editor-block-preview__content .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full] {
    margin-left: 0;
    margin-right: 0
}

.block-editor-block-settings-menu__popover .components-dropdown-menu__menu {
    padding: 0
}

.block-editor-block-styles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.block-editor-block-styles__item {
    width: calc(50% - 4px);
    margin: 4px 0;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
    padding: 6px;
    display: flex;
    flex-direction: column
}

.block-editor-block-styles__item:focus {
    box-shadow: 0 0 0 1.5px #007cba;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.block-editor-block-styles__item:hover .block-editor-block-styles__item-preview {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color)
}

.block-editor-block-styles__item.is-active .block-editor-block-styles__item-label {
    font-weight: 700
}

.block-editor-block-styles__item.is-active .block-editor-block-styles__item-preview {
    border: 2px solid #1e1e1e
}

.block-editor-block-styles__item-preview {
    outline: 1px solid transparent;
    padding: 0;
    border-radius: 2px;
    display: flex;
    overflow: hidden;
    background: #fff;
    align-items: center;
    flex-grow: 1;
    min-height: 80px
}

.block-editor-block-switcher__styles__menugroup {
    position: relative
}

.block-editor-block-styles__item-label {
    text-align: center;
    padding: 4px 0
}

.block-editor-block-switcher,
.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-switcher__toggle {
    position: relative
}

.components-button.block-editor-block-switcher__no-switcher-icon,
.components-button.block-editor-block-switcher__toggle {
    margin: 0;
    display: block;
    height: 48px
}

.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.components-button.block-editor-block-switcher__toggle .block-editor-block-icon {
    margin: auto
}

.components-button.block-editor-block-switcher__no-switcher-icon {
    width: 48px
}

.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-blocks-icon {
    margin-right: auto;
    margin-left: auto
}

.components-button.block-editor-block-switcher__no-switcher-icon:disabled {
    opacity: 1
}

.components-button.block-editor-block-switcher__no-switcher-icon:disabled,
.components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
    color: #1e1e1e !important
}

.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon {
    padding: 0
}

.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon {
    height: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,
.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,
.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px
}

.components-popover.block-editor-block-switcher__popover .components-popover__content {
    min-width: 300px
}

.components-popover.block-editor-block-switcher__popover .components-popover__content>div {
    min-width: auto;
    display: flex;
    background: #fff;
    padding: 0
}

.components-popover.block-editor-block-switcher__popover .components-popover__content>div .components-menu-group {
    padding: 16px;
    margin: 0
}

.block-editor-block-switcher__popover .components-popover__content .block-editor-block-styles {
    margin: 0 -3px
}

.block-editor-block-switcher__popover .components-popover__content .components-panel__body {
    border: 0;
    position: relative;
    z-index: 1
}

.block-editor-block-switcher__popover .components-popover__content .components-panel__body+.components-panel__body {
    border-top: 1px solid #f0f0f0
}

.block-editor-block-switcher__popover__preview__parent .block-editor-block-switcher__popover__preview__container {
    position: absolute;
    top: -12px;
    left: calc(100% + 32px)
}

.block-editor-block-switcher__preview__popover {
    display: none
}

.block-editor-block-switcher__preview__popover.components-popover {
    margin-left: 4px;
    margin-top: 11px
}

@media (min-width: 782px) {
    .block-editor-block-switcher__preview__popover {
        display: block
    }
}

.block-editor-block-switcher__preview__popover .components-popover__content {
    box-shadow: none;
    border: 1px solid #1e1e1e;
    background: #fff;
    border-radius: 2px
}

.block-editor-block-switcher__preview__popover .block-editor-block-switcher__preview {
    width: 300px;
    height: auto;
    padding: 16px
}

.block-editor-block-switcher__preview-title {
    margin-bottom: 12px;
    color: #757575;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle {
    height: 48px
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon {
    width: 48px
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
    width: 48px;
    height: 48px
}

.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
    padding: 12px
}

.block-editor-block-types-list {
    list-style: none;
    padding: 4px;
    margin-left: -4px;
    margin-right: -4px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.block-editor-block-variation-picker .components-placeholder__instructions {
    margin-bottom: 0
}

.block-editor-block-variation-picker .components-placeholder__fieldset {
    flex-direction: column
}

.block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset {
    max-width: 90%
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 16px 0;
    padding: 0;
    list-style: none
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations>li {
    list-style: none;
    margin: 8px 8px 0 0;
    flex-shrink: 1;
    max-width: 100px
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations>li button {
    display: flex
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation {
    padding: 8px
}

.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 12px;
    display: block;
    margin-right: 12px;
    text-align: center
}

.block-editor-block-variation-picker__variation {
    width: 100%
}

.block-editor-block-variation-picker__variation.components-button.has-icon {
    justify-content: center;
    width: auto
}

.block-editor-block-variation-picker__variation.components-button.has-icon.is-secondary {
    background-color: #fff
}

.block-editor-block-variation-picker__variation.components-button {
    height: auto;
    padding: 0
}

.block-editor-block-variation-picker__variation:before {
    content: "";
    padding-bottom: 100%
}

.block-editor-block-variation-picker__variation:first-child {
    margin-left: 0
}

.block-editor-block-variation-picker__variation:last-child {
    margin-right: 0
}

.block-editor-button-block-appender {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    box-shadow: inset 0 0 0 1px #1e1e1e
}

.block-editor-button-block-appender:hover {
    box-shadow: inset 0 0 0 1px #007cba;
    box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color)
}

.block-editor-button-block-appender:focus {
    box-shadow: inset 0 0 0 2px #007cba;
    box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color)
}

.block-editor-button-block-appender:active {
    color: #000
}

.block-editor-button-block-appender.block-list-appender__toggle {
    display: flex;
    flex-direction: row;
    color: #1e1e1e;
    box-shadow: none;
    height: 24px;
    padding: 0;
    margin-left: 8px
}

.block-editor-button-block-appender.block-list-appender__toggle:active {
    color: #fff
}

.block-editor-button-block-appender.block-list-appender__toggle>svg {
    width: 24px;
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 2px
}

.block-editor-color-gradient-control__color-indicator {
    margin-bottom: 8px
}

.block-editor-color-gradient-control__button-tabs {
    display: block;
    margin-bottom: 8px
}

.block-editor-panel-color-gradient-settings .component-color-indicator {
    vertical-align: text-bottom
}

.block-editor-panel-color-gradient-settings__panel-title .component-color-indicator {
    display: inline-block
}

.block-editor-panel-color-gradient-settings.is-opened .block-editor-panel-color-gradient-settings__panel-title .component-color-indicator {
    display: none
}

.block-editor-contrast-checker>.components-notice {
    margin: 0
}

.block-editor-default-block-appender {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover {
    outline: 1px solid transparent
}

.block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
    font-family: inherit;
    font-size: inherit;
    border: none;
    background: none;
    box-shadow: none;
    display: block;
    cursor: text;
    width: 100%;
    outline: 1px solid transparent;
    transition: outline .2s;
    resize: none;
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 0 50px 0 0;
    color: rgba(30, 30, 30, .62)
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
        transition-duration: 0s
    }
}

.is-dark-theme .block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
    color: hsla(0, 0%, 100%, .65)
}

.block-editor-default-block-appender .components-drop-zone__content-icon {
    display: none
}

.block-editor-default-block-appender__content {
    line-height: 1.8
}

.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
    position: absolute;
    top: 0;
    height: 32px
}

.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle,
.block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle {
    margin-right: 0
}

.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
    right: 8px
}

@media (min-width: 600px) {

    .block-editor-block-list__empty-block-inserter,
    .block-editor-default-block-appender .block-editor-inserter {
        display: flex;
        height: 100%
    }
}

.block-editor-block-list__empty-block-inserter:disabled,
.block-editor-default-block-appender .block-editor-inserter:disabled {
    display: none
}

@media (min-width: 600px) {
    .block-editor-default-block-appender .block-editor-inserter {
        align-items: center
    }
}

.block-editor-link-control {
    position: relative;
    min-width: 360px
}

.components-popover__content .block-editor-link-control {
    min-width: auto;
    width: 90vw;
    max-width: 360px
}

.block-editor-link-control__search-input-wrapper {
    position: relative
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    font-size: 16px;
    line-height: normal;
    width: calc(100% - 32px);
    display: block;
    padding: 11px 36px 11px 16px;
    margin: 16px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 2px
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
        font-size: 13px;
        line-height: normal
    }
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.block-editor-link-control .block-editor-link-control__search-input .components-base-control__field {
    margin-bottom: 0
}

.block-editor-link-control__search-error {
    margin: -8px 16px 16px
}

.block-editor-link-control__search-actions {
    position: absolute;
    top: 19px;
    right: 19px
}

.block-editor-link-control__search-results-wrapper {
    position: relative;
    margin-top: -15px
}

.block-editor-link-control__search-results-wrapper:after,
.block-editor-link-control__search-results-wrapper:before {
    content: "";
    position: absolute;
    left: -1px;
    right: 16px;
    display: block;
    pointer-events: none;
    z-index: 100
}

.block-editor-link-control__search-results-wrapper:before {
    height: 8px;
    top: 0;
    bottom: auto;
    background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0))
}

.block-editor-link-control__search-results-wrapper:after {
    height: 16px;
    bottom: 0;
    top: auto;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff)
}

.block-editor-link-control__search-results-label {
    padding: 15px 30px 0;
    display: block;
    font-size: 1.1em
}

.block-editor-link-control__search-results {
    margin: 0;
    padding: 8px 16px;
    max-height: 200px;
    overflow-y: auto
}

.block-editor-link-control__search-results.is-loading {
    opacity: .2
}

.block-editor-link-control__search-item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
    width: 100%;
    border: none;
    text-align: left;
    padding: 10px 15px;
    border-radius: 5px;
    height: auto
}

.block-editor-link-control__search-item:focus,
.block-editor-link-control__search-item:hover {
    background-color: #ddd
}

.block-editor-link-control__search-item:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1.5px #007cba;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color) inset
}

.block-editor-link-control__search-item.is-selected {
    background: #f0f0f0
}

.block-editor-link-control__search-item.is-selected .block-editor-link-control__search-item-type {
    background: #fff
}

.block-editor-link-control__search-item.is-current {
    background: transparent;
    border: 0;
    width: 100%;
    cursor: default;
    padding: 16px 16px 16px 24px
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-header {
    display: block;
    margin-right: 24px;
    overflow: hidden;
    white-space: nowrap
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-icon {
    margin-right: 1em;
    min-width: 24px
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-info,
.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark {
    color: #1e1e1e
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title {
    display: block;
    margin-bottom: .2em;
    font-weight: 500
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark {
    font-weight: 700;
    color: #000;
    background-color: transparent
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-title span {
    font-weight: 400
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-info {
    display: block;
    color: #6c7781;
    font-size: .9em;
    line-height: 1.3
}

.block-editor-link-control__search-item .block-editor-link-control__search-item-type {
    display: block;
    padding: 3px 8px;
    margin-left: auto;
    font-size: .9em;
    background-color: #f0f0f0;
    border-radius: 2px
}

.block-editor-link-control__loading {
    margin: 16px;
    display: flex;
    align-items: center
}

.block-editor-link-control__loading .components-spinner {
    margin-top: 0
}

.components-button+.block-editor-link-control__search-create {
    margin-top: 20px;
    overflow: visible;
    padding: 12px 15px
}

.components-button+.block-editor-link-control__search-create:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #ddd
}

.block-editor-link-control__search-results div[role=menu]>.block-editor-link-control__search-item.block-editor-link-control__search-item {
    padding: 10px
}

.block-editor-link-control__settings {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 16px 24px
}

.block-editor-link-control__settings :last-child {
    margin-bottom: 0
}

.block-editor-link-control__setting {
    margin-bottom: 16px
}

.block-editor-link-control__setting :last-child {
    margin-bottom: 0
}

.block-editor-link-control .block-editor-link-control__search-input .components-spinner {
    display: block
}

.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner {
    position: absolute;
    left: auto;
    bottom: auto;
    top: 28px;
    right: 62px
}

.block-editor-link-control__search-item-action {
    margin-left: auto;
    flex-shrink: 0
}

.block-editor-line-height-control {
    margin-bottom: 24px
}

.block-editor-line-height-control input {
    display: block;
    max-width: 60px
}

.block-editor-image-size-control {
    margin-bottom: 1em
}

.block-editor-image-size-control .block-editor-image-size-control__row {
    display: flex;
    justify-content: space-between
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {
    margin-bottom: .5em
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input,
.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input {
    line-height: 1.25
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {
    margin-right: 5px
}

.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {
    margin-left: 5px
}

.block-editor-block-list__layout.has-overlay:after {
    content: "";
    position: absolute;
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
    z-index: 60
}

[data-align=full] .has-overlay:after {
    right: 0;
    left: 0
}

.block-editor-block-types-list__list-item {
    display: block;
    width: 33.33%;
    padding: 0;
    margin: 0
}

.components-button.block-editor-block-types-list__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 13px;
    color: #32373c;
    padding: 8px;
    align-items: stretch;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    word-break: break-word;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: all .05s ease-in-out;
    position: relative;
    height: auto
}

@media (prefers-reduced-motion: reduce) {
    .components-button.block-editor-block-types-list__item {
        transition-duration: 0s
    }
}

.components-button.block-editor-block-types-list__item:disabled {
    opacity: .6;
    cursor: default
}

.components-button.block-editor-block-types-list__item:not(:disabled):hover {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    color: #007cba !important;
    color: var(--wp-admin-theme-color) !important
}

.components-button.block-editor-block-types-list__item:not(:disabled).is-active {
    color: #fff;
    background: #1e1e1e;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.block-editor-block-types-list__item-icon {
    padding: 12px 20px;
    border-radius: 2px;
    color: #1e1e1e;
    transition: all .05s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-types-list__item-icon {
        transition-duration: 0s
    }
}

.block-editor-block-types-list__item-icon .block-editor-block-icon {
    margin-left: auto;
    margin-right: auto
}

.block-editor-block-types-list__item-icon svg {
    transition: all .15s ease-out
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-types-list__item-icon svg {
        transition-duration: 0s
    }
}

.block-editor-block-types-list__item-title {
    padding: 4px 2px 8px;
    font-size: 12px
}

.modal-open .block-editor-media-replace-flow__options {
    display: none
}

.block-editor-media-replace-flow__options .components-popover__content>div {
    padding-top: 16px
}

.block-editor-media-replace-flow__indicator {
    margin-left: 4px
}

.block-editor-media-replace-flow__media-upload-menu {
    margin-bottom: 16px
}

.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label {
    top: 16px
}

.block-editor-media-flow__url-input .block-editor-link-control {
    margin-top: -16px;
    width: auto
}

.block-editor-media-flow__url-input .block-editor-link-control .components-base-control .components-base-control__field {
    margin-bottom: 0
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title {
    max-width: 180px;
    margin-top: 16px
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current {
    width: auto;
    padding: 0
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
    margin: 16px 0 0;
    width: 100%
}

.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions {
    right: 4px
}

.block-editor-media-flow__error {
    padding: 0 20px 20px;
    max-width: 255px
}

.block-editor-media-flow__error .components-with-notices-ui {
    max-width: 255px
}

.block-editor-media-flow__error .components-with-notices-ui .components-notice__content {
    overflow: hidden;
    word-wrap: break-word
}

.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss {
    position: absolute;
    right: 10px
}

.block-editor-media-placeholder__url-input-container .block-editor-media-placeholder__button {
    margin-bottom: 0
}

.block-editor-media-placeholder__url-input-form {
    display: flex
}

.block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
    width: 100%;
    flex-grow: 1;
    border: none;
    border-radius: 0;
    margin: 2px
}

@media (min-width: 600px) {
    .block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
        width: 300px
    }
}

.block-editor-media-placeholder__url-input-submit-button {
    flex-shrink: 1
}

.block-editor-media-placeholder__button {
    margin-bottom: .5rem
}

.block-editor-media-placeholder__cancel-button.is-link {
    margin: 1em;
    display: block
}

.block-editor-media-placeholder.is-appender {
    min-height: 0
}

.block-editor-media-placeholder.is-appender:hover {
    cursor: pointer;
    box-shadow: 0 0 0 1px #007cba;
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.block-editor-multi-selection-inspector__card {
    display: flex;
    align-items: flex-start;
    padding: 16px
}

.block-editor-multi-selection-inspector__card-content {
    flex-grow: 1
}

.block-editor-multi-selection-inspector__card-title {
    font-weight: 500;
    margin-bottom: 5px
}

.block-editor-multi-selection-inspector__card-description {
    font-size: 13px
}

.block-editor-multi-selection-inspector__card .block-editor-block-icon {
    margin-left: -2px;
    margin-right: 10px;
    padding: 0 3px;
    width: 36px;
    height: 24px
}

.block-editor .block-editor-plain-text {
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.block-editor-responsive-block-control {
    margin-bottom: 28px;
    border-bottom: 1px solid #d7dade;
    padding-bottom: 14px
}

.block-editor-responsive-block-control:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.block-editor-responsive-block-control__title {
    margin: 0 0 .6em -3px
}

.block-editor-responsive-block-control__label {
    font-weight: 600;
    margin-bottom: .6em;
    margin-left: -3px
}

.block-editor-responsive-block-control__inner {
    margin-left: -1px
}

.block-editor-responsive-block-control__toggle {
    margin-left: 1px
}

.block-editor-responsive-block-control .components-base-control__help {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.block-editor-format-toolbar .components-dropdown-menu__toggle {
    justify-content: center
}

.block-editor-rich-text__editable>p:first-child {
    margin-top: 0
}

.block-editor-rich-text__editable [data-rich-text-placeholder] {
    pointer-events: none
}

.block-editor-rich-text__editable [data-rich-text-placeholder]:after {
    content: attr(data-rich-text-placeholder);
    opacity: .62
}

.block-editor-rich-text__editable:focus {
    outline: none
}

.block-editor-rich-text__editable:focus [data-rich-text-format-boundary] {
    border-radius: 2px
}

.block-editor-rich-text__editable:focus:not(.keep-placeholder-on-focus) [data-rich-text-placeholder]:after {
    display: none
}

figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]:before {
    opacity: .8
}

.components-popover.block-editor-rich-text__inline-format-toolbar {
    z-index: 99998
}

.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content {
    width: auto;
    min-width: auto;
    margin-bottom: 8px;
    box-shadow: none;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    background-color: #fff
}

.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group {
    border: none
}

.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,
.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control {
    min-width: 48px;
    min-height: 48px;
    padding-left: 12px;
    padding-right: 12px
}

.block-editor-skip-to-selected-block {
    position: absolute;
    top: -9999em
}

.block-editor-skip-to-selected-block:focus {
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #007cba;
    color: var(--wp-admin-theme-color);
    line-height: normal;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    text-decoration: none;
    outline: none;
    z-index: 100000
}

.block-editor-tool-selector__help {
    margin: 8px -12px -12px;
    padding: 12px 20px;
    border-top: 1px solid #ddd;
    color: #6c7781
}

.block-editor-block-list__block .block-editor-url-input,
.block-editor-url-input,
.components-popover .block-editor-url-input {
    flex-grow: 1;
    position: relative;
    padding: 1px
}

.block-editor-block-list__block .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text] {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px
}

@media (min-width: 600px) {

    .block-editor-block-list__block .block-editor-url-input input[type=text],
    .block-editor-url-input input[type=text],
    .components-popover .block-editor-url-input input[type=text] {
        width: 300px
    }
}

@media (min-width: 600px) {

    .block-editor-block-list__block .block-editor-url-input input[type=text],
    .block-editor-url-input input[type=text],
    .components-popover .block-editor-url-input input[type=text] {
        font-size: 13px
    }
}

.block-editor-block-list__block .block-editor-url-input input[type=text]::-ms-clear,
.block-editor-url-input input[type=text]::-ms-clear,
.components-popover .block-editor-url-input input[type=text]::-ms-clear {
    display: none
}

.block-editor-block-list__block .block-editor-url-input.is-full-width,
.block-editor-url-input.is-full-width,
.components-popover .block-editor-url-input.is-full-width {
    width: 100%
}

.block-editor-block-list__block .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.components-popover .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text] {
    width: 100%
}

.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,
.block-editor-url-input.is-full-width__suggestions,
.components-popover .block-editor-url-input.is-full-width__suggestions {
    width: 100%
}

.block-editor-block-list__block .block-editor-url-input .components-spinner,
.block-editor-url-input .components-spinner,
.components-popover .block-editor-url-input .components-spinner {
    position: absolute;
    right: 8px;
    bottom: 17px;
    margin: 0
}

.block-editor-url-input__input[type=text] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-url-input__input[type=text] {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .block-editor-url-input__input[type=text] {
        font-size: 13px;
        line-height: normal
    }
}

.block-editor-url-input__input[type=text]:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.block-editor-url-input__input[type=text]::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.block-editor-url-input__input[type=text]::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.block-editor-url-input__input[type=text]:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .block-editor-url-input__input[type=text]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .block-editor-url-input__input[type=text]::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .block-editor-url-input__input[type=text]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.block-editor-url-input__suggestions {
    max-height: 200px;
    transition: all .15s ease-in-out;
    padding: 4px 0;
    width: 302px;
    overflow-y: auto
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-url-input__suggestions {
        transition-duration: 0s
    }
}

.block-editor-url-input .components-spinner,
.block-editor-url-input__suggestions {
    display: none
}

@media (min-width: 600px) {

    .block-editor-url-input .components-spinner,
    .block-editor-url-input__suggestions {
        display: inherit
    }
}

.block-editor-url-input__suggestion {
    padding: 4px 8px;
    color: #6c7781;
    display: block;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
    width: 100%;
    border: none;
    text-align: left;
    box-shadow: none
}

.block-editor-url-input__suggestion:hover {
    background: #ddd
}

.block-editor-url-input__suggestion.is-selected,
.block-editor-url-input__suggestion:focus {
    background: #005a87;
    background: var(--wp-admin-theme-color-darker-20);
    color: #fff;
    outline: none
}

.components-toolbar-group>.block-editor-url-input__button,
.components-toolbar>.block-editor-url-input__button {
    position: inherit
}

.block-editor-url-input__button .block-editor-url-input__back {
    margin-right: 4px;
    overflow: visible
}

.block-editor-url-input__button .block-editor-url-input__back:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 24px;
    right: -1px;
    background: #ddd
}

.block-editor-url-input__button-modal {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    background: #fff
}

.block-editor-url-input__button-modal-line {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    align-items: flex-start
}

.block-editor-url-input__button-modal-line .components-button {
    flex-shrink: 0;
    width: 36px;
    height: 36px
}

.block-editor-url-popover__additional-controls {
    border-top: 1px solid #ddd
}

.block-editor-url-popover__additional-controls>div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary)>svg {
    box-shadow: none
}

.block-editor-url-popover__additional-controls div[role=menu]>.components-button {
    padding-left: 2px
}

.block-editor-url-popover__row {
    display: flex
}

.block-editor-url-popover__row> :not(.block-editor-url-popover__settings-toggle) {
    flex-grow: 1
}

.block-editor-url-popover .components-button.has-icon {
    padding: 3px
}

.block-editor-url-popover .components-button.has-icon>svg {
    padding: 5px;
    border-radius: 2px;
    height: 30px;
    width: 30px
}

.block-editor-url-popover .components-button.has-icon:not(:disabled):focus {
    box-shadow: none
}

.block-editor-url-popover .components-button.has-icon:not(:disabled):focus>svg {
    box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
    outline: 2px solid transparent
}

.block-editor-url-popover__settings-toggle {
    flex-shrink: 0;
    border-radius: 0;
    border-left: 1px solid #ddd;
    margin-left: 1px
}

.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon {
    transform: rotate(180deg)
}

.block-editor-url-popover__input-container .components-base-control:last-child,
.block-editor-url-popover__input-container .components-base-control:last-child .components-base-control__field {
    margin-bottom: 0
}

.block-editor-url-popover__settings {
    display: block;
    padding: 16px;
    border-top: 1px solid #ddd
}

.block-editor-url-popover__link-editor,
.block-editor-url-popover__link-viewer {
    display: flex
}

.block-editor-url-popover__link-editor .block-editor-url-input .components-base-control__field,
.block-editor-url-popover__link-viewer .block-editor-url-input .components-base-control__field {
    margin-bottom: 0
}

.block-editor-url-popover__link-editor .block-editor-url-input .components-spinner,
.block-editor-url-popover__link-viewer .block-editor-url-input .components-spinner {
    bottom: 9px
}

.block-editor-url-popover__link-viewer-url {
    margin: 7px;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 150px;
    max-width: 500px
}

.block-editor-url-popover__link-viewer-url.has-invalid-link {
    color: #d94f4f
}

.block-editor-warning {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 6px 12px;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    background-color: #fff
}

.block-editor-warning,
.block-editor-warning .block-editor-warning__message {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.block-editor-warning .block-editor-warning__message {
    line-height: 1.4;
    margin: 1em 0
}

.block-editor-warning p.block-editor-warning__message.block-editor-warning__message {
    min-height: auto
}

.block-editor-warning .block-editor-warning__contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%
}

.block-editor-warning .block-editor-warning__actions {
    display: flex
}

.block-editor-warning .block-editor-warning__action {
    margin: 0 0 0 8px
}

.block-editor-warning__secondary {
    margin: auto 0 auto 8px
}

.block-editor-writing-flow {
    display: flex;
    flex-direction: column
}

.block-editor-writing-flow__click-redirect {
    cursor: text
}

.html-anchor-control .components-external-link {
    display: block;
    margin-top: 8px
}

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

.block-editor-block-toolbar {
    display: flex;
    flex-grow: 1;
    width: 100%;
    overflow: auto;
    position: relative;
    transition: border-color .1s linear, box-shadow .1s linear
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-toolbar {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .block-editor-block-toolbar {
        overflow: inherit
    }
}

.block-editor-block-toolbar .components-toolbar,
.block-editor-block-toolbar .components-toolbar-group {
    background: none;
    line-height: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    border: 0;
    border-right: 1px solid #ddd
}

.block-editor-block-toolbar> :last-child,
.block-editor-block-toolbar> :last-child .components-toolbar,
.block-editor-block-toolbar> :last-child .components-toolbar-group {
    border-right: none
}

.block-editor-block-toolbar .components-toolbar,
.block-editor-block-toolbar .components-toolbar-group,
.block-editor-format-toolbar .components-toolbar,
.block-editor-format-toolbar .components-toolbar-group {
    display: flex;
    flex-wrap: nowrap
}

.block-editor-block-toolbar__slot {
    display: inline-block;
    line-height: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .block-editor-block-toolbar__slot {
        display: inline-flex
    }
}

.block-editor-block-toolbar__block-parent-selector-wrapper {
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
    transition: all 60ms linear;
    z-index: -1
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-block-toolbar__block-parent-selector-wrapper {
        transition-duration: 0s
    }
}

.is-showing-movers .block-editor-block-toolbar__block-parent-selector-wrapper {
    opacity: 1;
    transform: translateY(-60px)
}

.edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar__block-parent-selector-wrapper {
    display: none
}

.block-editor-block-toolbar-animated-width-container {
    position: relative;
    overflow: hidden;
    transition: width .3s
}

.block-editor-block-toolbar-content-enter {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0
}

.block-editor-block-toolbar-content-enter-active {
    position: absolute;
    opacity: 1;
    transition: opacity .3s
}

.block-editor-block-toolbar-content-exit {
    width: auto;
    opacity: 1;
    pointer-events: none
}

.block-editor-block-toolbar-content-exit-active {
    opacity: 0;
    transition: opacity .3s
}

.block-editor-inserter {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4
}

@media (min-width: 782px) {
    .block-editor-inserter {
        position: relative
    }
}

.block-editor-inserter__popover .block-editor-inserter__menu {
    margin: -12px
}

.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tabs .components-tab-panel__tabs {
    top: 60px
}

.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area {
    overflow: visible;
    height: auto
}

.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container {
    display: none
}

.block-editor-inserter__toggle.components-button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
    transition: color .2s ease
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-inserter__toggle.components-button {
        transition-duration: 0s
    }
}

.block-editor-inserter__menu {
    height: 100%;
    position: relative;
    overflow: visible
}

.block-editor-inserter__main-area {
    width: auto;
    overflow-y: auto;
    height: 100%
}

@media (min-width: 782px) {
    .block-editor-inserter__main-area {
        width: 350px
    }
}

.block-editor-inserter__inline-elements {
    margin-top: -1px
}

.block-editor-inserter__menu.is-bottom:after {
    border-bottom-color: #fff
}

.components-popover.block-editor-inserter__popover {
    z-index: 99998
}

.block-editor-inserter__search {
    padding: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    line-height: normal;
    display: block;
    padding: 16px 48px 16px 16px;
    background: #f0f0f0;
    border: none;
    width: 100%;
    height: 48px;
    font-size: 16px
}

@media (prefers-reduced-motion: reduce) {
    .block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
        font-size: 13px;
        line-height: normal
    }
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

@media (min-width: 600px) {
    .block-editor-inserter__search input[type=search].block-editor-inserter__search-input {
        font-size: 13px
    }
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus {
    background: #fff;
    box-shadow: 0 0 0 1.5px #007cba;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color)
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder {
    color: #606a73
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-ms-input-placeholder {
    color: #606a73
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::placeholder {
    color: #606a73
}

.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-cancel-button,
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-decoration,
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-button,
.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.block-editor-inserter__search-icon {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: flex;
    align-items: center
}

.block-editor-inserter__search-icon>svg {
    margin: 8px
}

.block-editor-inserter__tabs {
    display: flex;
    flex-direction: column;
    margin-top: -8px
}

.block-editor-inserter__tabs .components-tab-panel__tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    background: #fff;
    z-index: 1;
    border-bottom: 1px solid #ddd
}

.block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
    flex-grow: 1;
    margin-bottom: -1px
}

.block-editor-inserter__tabs .components-tab-panel__tab-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    position: relative
}

.block-editor-inserter__panel-header {
    display: inline-flex;
    align-items: center;
    padding: 16px 16px 0
}

.block-editor-inserter__panel-content {
    padding: 0 16px
}

.block-editor-inserter__panel-title {
    margin: 0 12px 0 0;
    color: #757575;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500
}

.block-editor-inserter__block-list {
    flex-grow: 1;
    position: relative
}

.block-editor-inserter__popover .block-editor-block-types-list {
    margin: 0 -8px
}

.block-editor-inserter__reusable-blocks-panel {
    position: relative;
    text-align: right
}

.block-editor-inserter__manage-reusable-blocks {
    display: inline-block;
    margin: 16px
}

.block-editor-inserter__no-results {
    padding: 32px;
    margin-top: 64px;
    text-align: center
}

.block-editor-inserter__no-results-icon {
    fill: #b5bcc2
}

.block-editor-inserter__child-blocks {
    padding: 0 16px
}

.block-editor-inserter__parent-block-header {
    display: flex;
    align-items: center
}

.block-editor-inserter__parent-block-header h2 {
    font-size: 13px
}

.block-editor-inserter__parent-block-header .block-editor-block-icon {
    margin-right: 8px
}

.block-editor-inserter__preview-container {
    display: none;
    width: 300px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    position: absolute;
    top: 16px;
    left: calc(100% + 16px)
}

@media (min-width: 782px) {
    .block-editor-inserter__preview-container {
        display: block
    }
}

.block-editor-inserter__preview-container .block-editor-block-card {
    padding: 16px
}

.block-editor-inserter__preview-container .block-editor-block-card__title {
    font-size: 13px
}

.block-editor-inserter__preview-content {
    min-height: 144px;
    background: #f0f0f0;
    display: -ms-grid;
    display: grid;
    flex-grow: 1;
    align-items: center
}

.block-editor-inserter__preview-content-missing {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 144px;
    color: #606a73;
    background: #f0f0f0
}

.block-editor-inserter__tips {
    border-top: 1px solid #ddd;
    padding: 16px;
    flex-shrink: 0
}

.block-editor-inserter__manage-reusable-blocks-container {
    padding: 16px
}

.block-editor-inserter__quick-inserter {
    width: 100%
}

@media (min-width: 782px) {
    .block-editor-inserter__quick-inserter {
        width: 350px
    }
}

.block-editor-inserter__quick-inserter-results {
    padding-bottom: 16px
}

.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header {
    height: 0;
    padding: 0;
    float: left
}

.block-editor-inserter__quick-inserter-patterns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px
}

.block-editor-inserter__quick-inserter-separator {
    border-top: 1px solid #ddd
}

.block-editor-inserter__popover.is-quick>.components-popover__content>div {
    padding: 0
}

.block-editor-inserter__quick-inserter-expand.components-button {
    display: block;
    background: #1e1e1e;
    color: #fff;
    width: 100%;
    height: 44px;
    border-radius: 0
}

.block-editor-inserter__quick-inserter-expand.components-button:hover {
    color: #fff
}

.block-editor-inserter__quick-inserter-expand.components-button:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1.5px #1e1e1e, inset 0 0 0 2px #fff
}

.block-editor-post-preview__dropdown {
    display: none;
    margin-right: 12px;
    padding: 0
}

.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize {
    padding-left: 40px
}

.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize.has-icon {
    padding-left: 8px
}

.block-editor-post-preview__dropdown-content .components-popover__content {
    overflow-y: visible
}

.block-editor-post-preview__dropdown-content .components-menu-group+.components-menu-group {
    border-top: 1px solid #ccc;
    padding: 8px 12px;
    margin-left: -12px;
    margin-right: -12px
}

@media (min-width: 600px) {
    .editor-post-preview {
        display: none
    }

    .block-editor-post-preview__dropdown {
        display: flex
    }
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

.nux-dot-tip:after,
.nux-dot-tip:before {
    border-radius: 100%;
    content: " ";
    pointer-events: none;
    position: absolute
}

.nux-dot-tip:before {
    animation: nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite;
    background: rgba(0, 115, 156, .9);
    opacity: .9;
    height: 24px;
    left: -12px;
    top: -12px;
    transform: scale(.33333);
    width: 24px
}

.nux-dot-tip:after {
    background: #00739c;
    height: 8px;
    left: -4px;
    top: -4px;
    width: 8px
}

@keyframes nux-pulse {
    to {
        background: rgba(0, 115, 156, 0);
        transform: scale(1)
    }
}

.nux-dot-tip .components-popover__content {
    width: 350px
}

.nux-dot-tip .components-popover__content>div {
    padding: 20px 18px
}

@media (min-width: 600px) {
    .nux-dot-tip .components-popover__content {
        width: 450px
    }
}

.nux-dot-tip .components-popover__content .nux-dot-tip__disable {
    position: absolute;
    right: 0;
    top: 0
}

.nux-dot-tip[data-y-axis=top] {
    margin-top: -4px
}

.nux-dot-tip[data-y-axis=bottom] {
    margin-top: 4px
}

.nux-dot-tip[data-y-axis=middle][data-y-axis=left] {
    margin-left: -4px
}

.nux-dot-tip[data-y-axis=middle][data-y-axis=right] {
    margin-left: 4px
}

.nux-dot-tip[data-y-axis=top] .components-popover__content {
    margin-bottom: 20px
}

.nux-dot-tip[data-y-axis=bottom] .components-popover__content {
    margin-top: 20px
}

.nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content {
    margin-right: 20px
}

.nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content {
    margin-left: 20px
}

.nux-dot-tip[data-y-axis=center],
.nux-dot-tip[data-y-axis=left],
.nux-dot-tip[data-y-axis=right] {
    z-index: 1000001
}

@media (max-width: 600px) {

    .nux-dot-tip[data-y-axis=center] .components-popover__content,
    .nux-dot-tip[data-y-axis=left] .components-popover__content,
    .nux-dot-tip[data-y-axis=right] .components-popover__content {
        -ms-grid-row-align: end;
        align-self: end;
        left: 5px;
        margin: 20px 0 0;
        max-width: none !important;
        position: fixed;
        right: 5px;
        width: auto
    }
}

.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content {
    /*!rtl:ignore*/
    margin-left: 0
}

.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content {
    /*!rtl:ignore*/
    margin-right: 0
}

.nux-dot-tip.components-popover.edit-post-more-menu__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content {
    /*!rtl:ignore*/
    margin-left: -12px
}

.nux-dot-tip.components-popover.edit-post-more-menu__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content {
    /*!rtl:ignore*/
    margin-right: -12px
}

@charset "UTF-8";

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

.editor-autocompleters__user .editor-autocompleters__no-avatar:before {
    font: normal 20px/1 dashicons;
    content: "\f110";
    margin-right: 5px;
    vertical-align: middle
}

.editor-autocompleters__user .editor-autocompleters__user-avatar {
    margin-right: 8px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: 24px;
    height: 24px
}

.editor-autocompleters__user .editor-autocompleters__user-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    flex-shrink: 0;
    flex-grow: 1
}

.editor-autocompleters__user .editor-autocompleters__user-slug {
    margin-left: 8px;
    color: #8f98a1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: none;
    max-width: 100px;
    flex-grow: 0;
    flex-shrink: 0
}

.editor-autocompleters__user:hover .editor-autocompleters__user-slug {
    color: #007cba;
    color: var(--wp-admin-theme-color)
}

.document-outline {
    margin: 20px 0
}

.document-outline ul {
    margin: 0;
    padding: 0
}

.document-outline__item {
    display: flex;
    margin: 4px 0
}

.document-outline__item a {
    text-decoration: none
}

.document-outline__item .document-outline__emdash:before {
    color: #ddd;
    margin-right: 4px
}

.document-outline__item.is-h2 .document-outline__emdash:before {
    content: "—"
}

.document-outline__item.is-h3 .document-outline__emdash:before {
    content: "——"
}

.document-outline__item.is-h4 .document-outline__emdash:before {
    content: "———"
}

.document-outline__item.is-h5 .document-outline__emdash:before {
    content: "————"
}

.document-outline__item.is-h6 .document-outline__emdash:before {
    content: "—————"
}

.document-outline__button {
    cursor: pointer;
    background: none;
    border: none;
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 -1px;
    padding: 2px 5px 2px 1px;
    color: #1e1e1e;
    text-align: left;
    border-radius: 2px
}

.document-outline__button:disabled {
    cursor: default
}

.document-outline__button:focus {
    box-shadow: 0 0 0 1.5px #007cba;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.document-outline__level {
    background: #ddd;
    color: #1e1e1e;
    border-radius: 3px;
    font-size: 13px;
    padding: 1px 6px;
    margin-right: 4px
}

.is-invalid .document-outline__level {
    background: #f0b849
}

.document-outline__item-content {
    padding: 1px 0
}

.components-editor-notices__dismissible {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    color: #1e1e1e
}

.components-editor-notices__pinned {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    color: #1e1e1e
}

.components-editor-notices__dismissible .components-notice,
.components-editor-notices__pinned .components-notice {
    box-sizing: border-box;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 0 12px;
    min-height: 60px
}

.components-editor-notices__dismissible .components-notice .components-notice__dismiss,
.components-editor-notices__pinned .components-notice .components-notice__dismiss {
    margin-top: 12px
}

.components-editor-notices__snackbar {
    width: 100%
}

@media (min-width: 782px) {
    .components-editor-notices__snackbar {
        width: fit-content;
        width: -moz-fit-content
    }
}

.entities-saved-states__panel {
    background: #fff;
    position: fixed;
    z-index: 100001;
    top: 46px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    box-sizing: border-box
}

.entities-saved-states__panel *,
.entities-saved-states__panel :after,
.entities-saved-states__panel :before {
    box-sizing: inherit
}

.entities-saved-states__panel .entities-saved-states__find-entity {
    display: none
}

.entities-saved-states__panel .entities-saved-states__find-entity-small {
    display: block
}

@media (min-width: 782px) {
    .entities-saved-states__panel {
        z-index: 99998;
        top: 32px;
        left: auto;
        width: 280px;
        border-left: 1px solid #ddd
    }

    body.is-fullscreen-mode .entities-saved-states__panel {
        top: 0
    }

    .entities-saved-states__panel .entities-saved-states__find-entity {
        display: block
    }

    .entities-saved-states__panel .entities-saved-states__find-entity-small {
        display: none
    }
}

.entities-saved-states__panel .entities-saved-states__panel-header {
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
    height: 61px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    align-content: space-between
}

.entities-saved-states__panel .entities-saved-states__panel-header .editor-entities-saved-states__save-button {
    margin: auto
}

.entities-saved-states__panel .entities-saved-states__panel-header .components-button.has-icon {
    position: absolute;
    right: 8px
}

.entities-saved-states__panel .entities-saved-states__text-prompt {
    border-bottom: 1px solid #ddd;
    padding: 16px 16px 4px
}

.editor-error-boundary {
    max-width: 780px;
    padding: 20px;
    margin: 60px auto auto;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
}

.editor-page-attributes__template {
    margin-bottom: 10px
}

.editor-page-attributes__order,
.editor-page-attributes__template label,
.editor-page-attributes__template select {
    width: 100%
}

.editor-page-attributes__order .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.editor-page-attributes__order input {
    width: 66px
}

.editor-post-excerpt__textarea {
    width: 100%;
    margin-bottom: 10px
}

.editor-post-featured-image {
    padding: 0
}

.editor-post-featured-image__container {
    margin-bottom: 1em;
    position: relative
}

.editor-post-featured-image .components-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px
}

.editor-post-featured-image .components-button+.components-button {
    display: block;
    margin-top: 1em
}

.editor-post-featured-image .components-responsive-wrapper__content {
    max-width: 100%;
    width: auto
}

.editor-post-featured-image__preview,
.editor-post-featured-image__toggle {
    display: block;
    width: 100%;
    padding: 0;
    transition: all .1s ease-out;
    box-shadow: 0 0 0 0 #007cba;
    box-shadow: 0 0 0 0 var(--wp-admin-theme-color)
}

@media (prefers-reduced-motion: reduce) {

    .editor-post-featured-image__preview,
    .editor-post-featured-image__toggle {
        transition-duration: 0s
    }
}

.editor-post-featured-image__preview {
    height: auto
}

.editor-post-featured-image__preview:not(:disabled):not([aria-disabled=true]):focus {
    box-shadow: 0 0 0 4px #007cba;
    box-shadow: 0 0 0 4px var(--wp-admin-theme-color)
}

.editor-post-featured-image__toggle {
    border-radius: 2px;
    background-color: #f0f0f0;
    min-height: 90px;
    line-height: 20px;
    padding: 8px 0;
    text-align: center
}

.editor-post-featured-image__toggle:hover {
    background: #ddd;
    color: #1e1e1e
}

.editor-post-format {
    flex-direction: column;
    align-items: stretch;
    width: 100%
}

.editor-post-format__content {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.editor-post-format__suggestion {
    text-align: right;
    font-size: 13px
}

.editor-post-last-revision__title {
    width: 100%;
    font-weight: 600
}

.editor-post-last-revision__title .dashicon {
    margin-right: 5px
}

.components-button.editor-post-last-revision__title {
    height: 100%
}

.components-button.editor-post-last-revision__title:active,
.components-button.editor-post-last-revision__title:hover {
    background: #f0f0f0
}

.components-button.editor-post-last-revision__title:focus {
    box-shadow: inset 0 0 0 1.5px #007cba;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color);
    border-radius: 0
}

.editor-post-locked-modal {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    max-width: 480px
}

.editor-post-locked-modal .components-modal__header {
    height: 36px
}

.editor-post-locked-modal .components-modal__content {
    height: auto
}

.editor-post-locked-modal__buttons {
    margin-top: 10px
}

.editor-post-locked-modal__buttons .components-button {
    margin-right: 5px
}

.editor-post-locked-modal__avatar {
    float: left;
    margin: 5px 15px 5px 5px
}

.editor-post-publish-button__button.has-changes-dot:before {
    background: currentcolor;
    border-radius: 4px;
    content: "";
    height: 8px;
    margin: auto 5px auto -3px;
    width: 8px
}

.editor-post-publish-panel {
    background: #fff
}

.editor-post-publish-panel__content {
    min-height: calc(100% - 144px)
}

.editor-post-publish-panel__content .components-spinner {
    display: block;
    margin: 100px auto 0
}

.editor-post-publish-panel__header {
    background: #fff;
    padding-left: 16px;
    padding-right: 16px;
    height: 61px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    align-content: space-between
}

.editor-post-publish-panel__header .components-button {
    width: 100%;
    justify-content: center
}

.editor-post-publish-panel__header .has-icon {
    margin-left: auto;
    width: auto
}

.editor-post-publish-panel__header-cancel-button,
.editor-post-publish-panel__header-publish-button {
    flex-grow: 1
}

@media (min-width: 480px) {

    .editor-post-publish-panel__header-cancel-button,
    .editor-post-publish-panel__header-publish-button {
        max-width: 160px
    }
}

.editor-post-publish-panel__header-publish-button {
    padding-right: 4px
}

.editor-post-publish-panel__header-cancel-button {
    padding-left: 4px
}

.editor-post-publish-panel__header-published {
    flex-grow: 1
}

.editor-post-publish-panel__footer {
    padding: 16px
}

.components-button.editor-post-publish-panel__toggle.is-primary {
    display: inline-flex;
    align-items: center
}

.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon {
    display: none
}

.components-button.editor-post-publish-panel__toggle.is-primary .dashicon {
    margin-right: -4px
}

.editor-post-publish-panel__link {
    font-weight: 400;
    padding-left: 4px
}

.editor-post-publish-panel__prepublish {
    padding: 16px
}

.editor-post-publish-panel__prepublish strong {
    color: #1e1e1e
}

.editor-post-publish-panel__prepublish .components-panel__body {
    background: #fff;
    margin-left: -16px;
    margin-right: -16px
}

.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend {
    display: none
}

.post-publish-panel__postpublish .components-panel__body {
    border-bottom: 1px solid #f0f0f0;
    border-top: none
}

.post-publish-panel__postpublish-buttons {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    margin: -5px
}

.post-publish-panel__postpublish-buttons>* {
    flex-grow: 1;
    margin: 5px
}

.post-publish-panel__postpublish-buttons .components-button {
    height: auto;
    justify-content: center;
    padding: 3px 10px 4px;
    line-height: 1.6;
    text-align: center;
    white-space: normal
}

.post-publish-panel__postpublish-buttons .components-clipboard-button {
    width: 100%
}

.post-publish-panel__postpublish-post-address {
    margin-bottom: 16px
}

.post-publish-panel__postpublish-post-address input[readonly] {
    padding: 10px;
    background: #ddd;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-publish-panel__postpublish-header {
    font-weight: 500
}

.post-publish-panel__postpublish-subheader {
    margin: 0 0 8px
}

.post-publish-panel__tip {
    color: #f0b849
}

.editor-post-saved-state {
    display: flex;
    align-items: center;
    width: 28px;
    padding: 12px 4px;
    color: #757575;
    overflow: hidden;
    white-space: nowrap
}

.editor-post-saved-state svg {
    display: inline-block;
    flex: 0 0 auto;
    fill: currentColor;
    margin-right: 8px
}

@media (min-width: 600px) {
    .editor-post-saved-state {
        width: auto;
        padding: 8px 12px;
        text-indent: inherit
    }

    .editor-post-saved-state svg {
        margin-right: 4px
    }
}

.editor-post-taxonomies__hierarchical-terms-list {
    max-height: 14em;
    overflow: auto;
    margin-left: -5.5px;
    padding-left: 5.5px;
    margin-top: -5.5px;
    padding-top: 5.5px
}

.editor-post-taxonomies__hierarchical-terms-choice {
    margin-bottom: 8px
}

.editor-post-taxonomies__hierarchical-terms-subchoices {
    margin-top: 8px;
    margin-left: 16px
}

.components-button.editor-post-taxonomies__hierarchical-terms-add,
.components-button.editor-post-taxonomies__hierarchical-terms-submit {
    margin-top: 12px
}

.editor-post-taxonomies__hierarchical-terms-label {
    display: inline-block;
    margin-top: 12px
}

.editor-post-taxonomies__hierarchical-terms-input {
    margin-top: 8px;
    width: 100%
}

.editor-post-taxonomies__hierarchical-terms-filter {
    margin-bottom: 8px;
    width: 100%
}

.edit-post-text-editor__body textarea.editor-post-text-editor {
    border: 1px solid #ccc;
    display: block;
    margin: 0;
    width: 100%;
    box-shadow: none;
    resize: none;
    overflow: hidden;
    font-family: Menlo, Consolas, monaco, monospace;
    line-height: 2.4;
    border-radius: 0;
    min-height: 200px;
    padding: 16px;
    font-size: 16px !important
}

@media (min-width: 600px) {
    .edit-post-text-editor__body textarea.editor-post-text-editor {
        padding: 24px;
        font-size: 15px !important
    }
}

.edit-post-text-editor__body textarea.editor-post-text-editor:focus {
    border: 1px solid #1e1e1e;
    box-shadow: none;
    position: relative
}

.edit-post-post-visibility__dialog,
.editor-post-visibility__dialog-fieldset {
    padding: 0 4px 4px
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-legend {
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: .5em;
    padding: 0
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #1e1e1e;
    margin-right: 12px;
    transition: none;
    border-radius: 50%;
    margin-top: 2px
}

@media (prefers-reduced-motion: reduce) {

    .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
    .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {

    .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],
    .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] {
        font-size: 13px;
        line-height: normal
    }
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked:before,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked:before {
    width: 7px;
    height: 7px;
    margin: 8px 0 0 8px;
    background-color: #fff;
    border: 3px solid #fff
}

@media (min-width: 782px) {

    .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked:before,
    .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked:before {
        width: 6px;
        height: 6px;
        margin: 4px 0 0 4px
    }
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked {
    background: #007cba;
    background: var(--wp-admin-theme-color);
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color)
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-label {
    font-weight: 600
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-info {
    margin-top: 0;
    margin-left: 28px
}

.edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info {
    margin-bottom: 0
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text],
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 6px 8px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    margin-left: 28px
}

@media (prefers-reduced-motion: reduce) {

    .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text],
    .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text] {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {

    .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text],
    .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text] {
        font-size: 13px;
        line-height: normal
    }
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text]:focus,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text]:focus {
    border-color: #007cba;
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px #007cba;
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text]::-moz-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text]::-moz-placeholder {
    opacity: 1;
    color: rgba(30, 30, 30, .62)
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text]:-ms-input-placeholder,
.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text]:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text]::-moz-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text]::-moz-placeholder {
    opacity: 1;
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type=text]:-ms-input-placeholder,
.is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type=text]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .65)
}

.editor-post-title {
    position: relative
}

.editor-post-title .editor-post-title__input {
    display: block;
    width: 100%;
    margin: 0;
    box-shadow: none;
    background: transparent;
    transition: border .1s ease-out, box-shadow .1s linear;
    padding: 19px 0;
    word-break: keep-all;
    font-family: inherit;
    color: inherit;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0;
    border-radius: 0;
    outline: 1px solid transparent;
    font-size: 2.44em;
    font-weight: 700;
    line-height: 1.4
}

@media (prefers-reduced-motion: reduce) {
    .editor-post-title .editor-post-title__input {
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .editor-post-title .editor-post-title__input {
        border-width: 1px
    }
}

.editor-post-title .editor-post-title__input::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .55)
}

.editor-post-title .editor-post-title__input::-moz-placeholder {
    color: rgba(30, 30, 30, .55)
}

.editor-post-title .editor-post-title__input:-ms-input-placeholder {
    color: rgba(30, 30, 30, .55)
}

.editor-post-title .editor-post-title__input:focus {
    border: 1px solid transparent;
    outline: 1px solid transparent;
    box-shadow: none
}

.editor-post-title.is-focus-mode .editor-post-title__input {
    opacity: .5;
    transition: opacity .1s linear
}

@media (prefers-reduced-motion: reduce) {
    .editor-post-title.is-focus-mode .editor-post-title__input {
        transition-duration: 0s
    }
}

.editor-post-title.is-focus-mode .editor-post-title__input:focus {
    opacity: 1
}

.editor-post-trash.components-button {
    margin-left: -6px
}

.table-of-contents__popover.components-popover .components-popover__content {
    min-width: 380px
}

.components-popover.table-of-contents__popover {
    z-index: 99998
}

.table-of-contents__popover .components-popover__content>div {
    padding: 16px
}

@media (min-width: 600px) {
    .table-of-contents__popover .components-popover__content {
        max-height: calc(100vh - 120px);
        overflow-y: auto
    }
}

.table-of-contents__popover hr {
    margin: 10px -16px 0
}

.table-of-contents__wrapper:focus:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 1.5px #007cba;
    box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color)
}

.table-of-contents__counts {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.table-of-contents__count {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #6c7781;
    padding-right: 8px;
    margin-bottom: 0
}

.table-of-contents__count:last-child {
    padding-right: 0
}

.table-of-contents__number,
.table-of-contents__popover .word-count {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: #555d66
}

.table-of-contents__title {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600
}

.editor-template-validation-notice {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.editor-template-validation-notice .components-button {
    margin-left: 5px
}

.sp-align-left {
    text-align: left
}

.sp-align-right {
    text-align: right
}

.sp-align-center {
    text-align: center
}

.sp-header {
    position: relative;
    overflow: visible;
    z-index: 10000
}

.sp-template {
    margin-bottom: 1.5em
}

.sp-template-profile-selector {
    clear: both;
    overflow: hidden
}

.sp-template-logo,
.sp-template-photo {
    float: left;
    margin-bottom: 2em;
    margin-right: 2em;
    max-width: 50%
}

.sp-template-event-logos {
    text-align: center
}

.sp-template-details {
    display: inline
}

.sp-template-details dl {
    overflow: hidden
}

.sp-tab-menu {
    display: block;
    clear: both;
    padding: 0 5px;
    margin: 0 0 1.5em;
    list-style: none
}

.sp-tab-menu-item {
    display: inline-block;
    margin: 0
}

.sp-tab-menu-item a {
    display: block;
    margin: 0 10px;
    color: inherit;
    opacity: .5;
    transition: all .3s
}

.sp-tab-menu-item a:focus {
    outline: none
}

.sp-tab-menu-item-active a,
.sp-tab-menu-item a:hover {
    color: inherit;
    opacity: 1
}

.sp-tab-content {
    display: none
}

.sp-template-profile-selector {
    text-align: right;
    margin-bottom: .5em
}

.sp-scrollable-table-wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: auto
}

.sp-data-table {
    width: 100%;
    table-layout: auto;
    border-spacing: 0
}

.sp-paginated-table {
    margin-bottom: 0
}

.sp-data-table thead th {
    white-space: nowrap
}

.sp-data-table thead .sorting,
.sp-data-table thead .sorting_asc,
.sp-data-table thead .sorting_desc,
.sp-data-table thead .sorting_asc_disabled,
.sp-data-table thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

.sp-data-table tbody a {
    text-decoration: none
}

.sp-data-table .sorting:after,
.sp-data-table .sorting_asc:after,
.sp-data-table .sorting_desc:after {
    font-family: dashicons;
    margin: 0 -.2em
}

.sp-data-table .sorting:after {
    content: "\f156";
    color: transparent;
    position: absolute
}

.sp-data-table .sorting_asc:after {
    content: "\f142";
    position: absolute
}

.sp-data-table .sorting_desc:after {
    content: "\f140";
    position: absolute
}

.sp-data-table .data-name {
    text-align: left
}

.sp-data-table .data-number,
.sp-data-table .data-rank {
    width: 1px
}

.sp-data-table .sp-checkbox {
    font-family: sportspress;
    vertical-align: bottom
}

.sp-post-content {
    clear: both
}

.sp-table-wrapper .dataTables_paginate {
    text-align: center
}

.sp-table-wrapper .dataTables_paginate .paginate_button {
    margin: .5em;
    cursor: pointer;
    display: inline-block
}

.sp-table-wrapper .dataTables_paginate .previous {
    float: left;
    margin-left: 0
}

.sp-table-wrapper .dataTables_paginate .next {
    float: right;
    margin-right: 0
}

.sp-table-wrapper .dataTables_paginate .current {
    opacity: .5;
    color: inherit;
    cursor: default
}

.sp-table-wrapper .dataTables_paginate .disabled {
    opacity: 0;
    cursor: default
}

.sp-excerpt {
    display: block;
    margin-bottom: 1em
}

.sp-league-table td.has-logo {
    line-height: 2em
}

.sp-league-table .team-logo {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.sp-league-table .data-name .team-logo {
    margin-right: .5em
}

.sp-league-table .team-logo img {
    width: auto;
    height: auto;
    max-width: 2em;
    max-height: 2em
}

.sp-template-team-gallery img {
    padding: 1em
}

.sp-player-list td {
    line-height: 2em
}

.sp-player-list .data-name .player-photo,
.sp-player-list .data-name .player-flag,
.sp-player-list .data-team .team-logo {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.sp-player-list .data-name .player-photo,
.sp-player-list .data-name .player-flag {
    margin-right: .5em
}

.sp-player-list .data-name .player-photo img,
.sp-player-list .data-name .player-flag img,
.sp-player-list .data-team .team-logo img {
    width: auto;
    height: auto;
    max-width: 2em;
    max-height: 2em
}

.sp-staff-role-delimiter {
    margin: 0 .125em
}

.sp-button {
    border: none;
    cursor: pointer
}

.sp-message {
    padding: 1em;
    border: 1px solid transparent;
    text-align: center
}

.sp-event-logos a {
    text-decoration: none;
    color: inherit
}

.sp-event-logos img {
    display: inline !important;
    vertical-align: middle
}

.sp-event-overview,
.sp-event-performance-tables {
    overflow: hidden;
    clear: both
}

.sp-event-logos .sp-team-logo {
    white-space: nowrap;
    display: block
}

.sp-event-logos .sp-team-logo .sp-team-result {
    display: block;
    margin: .5em 0
}

.sp-event-venue thead th {
    white-space: normal
}

.sp-template-event-performance-icons thead {
    display: none
}

.sp-event-performance .sub {
    background: rgba(0, 0, 0, .05)
}

.sp-event-performance .sub-in,
.sp-event-performance .sub-out {
    cursor: default
}

.sp-event-performance .sub-in:before,
.sp-event-performance .sub-out:before {
    font-family: dashicons
}

.sp-event-performance .sub-in:before {
    content: "\f140"
}

.sp-event-performance .sub-out:before {
    content: "\f142"
}

.sp-event-performance .sp-performance-icons {
    width: 25%
}

.sp-event-performance .sp-event-star {
    color: #f4d014
}

.sp-event-performance .sp-event-star-number {
    margin-left: -20px;
    width: 20px;
    text-align: center;
    display: inline-block;
    font-size: smaller;
    line-height: 20px
}

.sp-event-performance-teams .sp-template-event-performance-icons {
    box-sizing: border-box;
    width: 50%;
    float: left;
    clear: left;
    padding-right: 10px
}

.sp-event-performance-teams .sp-template-event-performance-icons:nth-child(2n) {
    float: right;
    clear: right;
    padding-right: 0;
    padding-left: 10px
}

.sp-template-event-performance-icons .sp-player-position {
    display: block
}

.sp-event-calendar {
    border-spacing: 0
}

.sp-event-calendar a {
    text-decoration: none
}

.sp-event-calendar tbody td,
.sp-event-calendar thead th {
    text-align: center
}

.sp-event-calendar #next {
    text-align: right
}

.sp-event-calendar #prev {
    text-align: left
}

.sp-event-list .data-date date,
.sp-event-list .data-time date {
    display: none !important
}

.sp-event-list .data-article {
    white-space: nowrap
}

.sp-event-list .data-article a .dashicons {
    padding-right: 3px
}

.sp-event-list .data-time,
.sp-event-list .data-results {
    white-space: nowrap
}

.sp-event-list .data-home {
    text-align: right
}

.sp-event-list .data-away {
    text-align: left
}

.sp-event-list td.has-logo {
    line-height: 2em
}

.sp-event-list .team-logo {
    width: 2em;
    height: 2em;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.sp-event-list .team-logo img {
    width: auto;
    height: auto;
    max-width: 2em;
    max-height: 2em
}

.sp-event-list .data-home img,
.sp-event-list .data-away img {
    display: inline-block;
    vertical-align: middle
}

.sp-event-list .data-home img {
    margin-left: 8px
}

.sp-event-list .data-away img {
    margin-right: 8px
}

.sp-event-list-format-homeaway .data-time {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em
}

.sp-event-blocks thead {
    display: none
}

.sp-event-blocks .sp-event-date,
.sp-event-blocks .sp-event-time,
.sp-event-blocks .sp-event-results,
.sp-event-blocks .sp-event-title {
    text-align: center;
    display: block;
    margin: 10px 0;
    clear: none
}

.sp-event-blocks .sp-event-league,
.sp-event-blocks .sp-event-season,
.sp-event-blocks .sp-event-venue {
    text-align: center;
    margin: 0 20%;
    padding: 0 20px
}

.sp-event-blocks .team-logo {
    margin: 10px;
    width: 20%;
    height: 4em;
    max-width: 6em;
    text-align: center
}

.sp-event-blocks .logo-odd {
    float: left
}

.sp-event-blocks .logo-even {
    float: right
}

.sp-event-blocks .team-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.sp-fixtures-results {
    clear: both
}

.widget .sp-event-blocks .sp-event-title {
    margin: 10px;
    padding: 0;
    clear: both
}

span.sp_event_spec_label {
    font-weight: 700
}

.sp-template-event-logos-block .team-logo {
    float: none;
    max-width: none;
    width: 100%;
    height: auto;
    color: inherit
}

.sp-template-event-logos-block .team-logo img {
    vertical-align: middle
}

.sp-template-event-logos-block .sp-team-name {
    display: block;
    clear: both;
    vertical-align: middle;
    font-size: 28px
}

.sp-template-event-logos-block .sp-event-results {
    font-size: 36px
}

.sp-form-events {
    text-align: center
}

.sp-form-events .sp-form-event-link {
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    line-height: 1.5em;
    width: 1.5em;
    margin: 0 0 .25em;
    color: #fff !important;
    font-weight: 400
}

.sp-form-events .sp-form-event-link:hover {
    color: #fff !important
}

.sp-template-countdown .event-image img {
    display: block;
    margin: 0 auto
}

.sp-template-countdown .event-name {
    clear: both;
    overflow: hidden
}

.sp-template-countdown .team-logo {
    width: 20%;
    height: auto;
    max-width: 4em
}

.sp-template-countdown .logo-odd {
    float: left;
    margin-right: 10px
}

.sp-template-countdown .logo-even {
    float: right;
    margin-left: 10px
}

.sp-template-countdown .team-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.sp-template-countdown .sp-countdown {
    clear: both
}

.sp-google-map-container {
    position: relative
}

.sp-google-map {
    width: 100%;
    height: 320px
}

.sp-google-map-link {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/../images/maps/pin.png) no-repeat center center;
    background-size: 26px 82px
}

.sp-google-map img {
    max-width: none !important
}

.sp-venue-map {
    margin-bottom: 4em
}

.sp-view-all-link {
    display: block;
    margin-top: .5em
}

.sp-highlight,
.sp-heading {
    font-weight: 700
}

.sp-desktop {
    display: none
}

#wpadminbar #wp-admin-bar-sportspress>.ab-item:before {
    font-family: sportspress, dashicons
}

#wpadminbar #wp-admin-bar-sportspress>.ab-item:before {
    content: "\f111";
    top: 2px
}

@media screen and (min-width: 801px) {
    .sp-widget-align-none {
        clear: both
    }

    .sp-widget-align-left {
        width: 50%;
        float: left;
        clear: left;
        padding-right: 10px;
        box-sizing: border-box
    }

    .sp-widget-align-right {
        width: 50%;
        float: right;
        clear: right;
        padding-left: 10px;
        box-sizing: border-box
    }

    .sp-desktop {
        display: block
    }

    .sp-mobile {
        display: none
    }
}

@media screen and (min-width: 601px) {
    .sp-event-logos .sp-team-logo {
        display: inline-block
    }

    .sp-event-logos-2 .sp-team-logo {
        display: inline
    }

    .sp-event-logos-2 .sp-team-logo .sp-team-result {
        display: inline-block;
        margin: 0 .25em
    }

    .sp-template-logo+.sp-post-content {
        clear: left
    }

    .sp-template-photo+.sp-post-content {
        clear: none
    }

    .sp-template-event-logos-block .team-logo {
        width: 33%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sp-template-event-logos-block .team-logo img {
        height: 100px
    }

    .sp-template-event-logos-block .logo-odd {
        text-align: left;
        float: left
    }

    .sp-template-event-logos-block .logo-even {
        text-align: right;
        float: right
    }

    .sp-template-event-logos-block .logo-odd img {
        margin-right: 10px
    }

    .sp-template-event-logos-block .logo-even img {
        margin-left: 10px
    }

    .sp-template-event-logos-block .sp-team-name {
        display: inline;
        clear: none
    }
}

@font-face {
    font-family: 'sportspress';
    src: url(//footballhub.my/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/../fonts/sportspress.eot?ddphik2);
    src: url(//footballhub.my/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/../fonts/sportspress.eot?#iefixddphik2) format('embedded-opentype'), url(//footballhub.my/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/../fonts/sportspress.woff2?ddphik2) format('woff2'), url(//footballhub.my/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/../fonts/sportspress.ttf?ddphik2) format('truetype'), url(//footballhub.my/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/../fonts/sportspress.woff?ddphik2) format('woff'), url(//footballhub.my/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/../fonts/sportspress.svg?ddphik2#sportspress) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=sp-icon-],
[class*=" sp-icon-"] {
    font-family: sportspress, dashicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sp-icon-sub:before {
    content: "\f503"
}

.sp-icon-star-filled:before {
    content: "\f155"
}

.sp-icon-update:before {
    content: "\f113"
}

.sp-icon-undo:before {
    content: "\f171"
}

.sp-icon-redo:before {
    content: "\f172"
}

.sp-icon-marker:before {
    content: "\f159"
}

.sp-icon-no:before {
    content: "\f158"
}

.sp-icon-heart:before {
    content: "\f487"
}

.sp-icon-soccerball:before {
    content: "\e700"
}

.sp-icon-baseball:before {
    content: "\e701"
}

.sp-icon-basketball:before {
    content: "\e602"
}

.sp-icon-golfball:before {
    content: "\e603"
}

.sp-icon-cricketball:before {
    content: "\e604"
}

.sp-icon-bowling:before {
    content: "\e605"
}

.sp-icon-ice-hockey:before {
    content: "\e606"
}

.sp-icon-football:before {
    content: "\e607"
}

.sp-icon-poolball:before {
    content: "\e608"
}

.sp-icon-table-tennis:before {
    content: "\e609"
}

.sp-icon-tennis:before {
    content: "\e610"
}

.sp-icon-racing-flag:before {
    content: "\e611"
}

.sp-icon-volleyball:before {
    content: "\e612"
}

.sp-icon-soccerball-alt:before {
    content: "\e600"
}

.sp-icon-baseball-alt:before {
    content: "\e601"
}

.sp-icon-shoe:before {
    content: "\e800"
}

.sp-icon-card:before {
    content: "\e801"
}

.sp-icon-league:before {
    content: "\f332"
}

.sp-icon-shield:before {
    content: "\f334"
}

.sp-icon-tshirt:before,
.sp-icon-sp_player:before {
    content: "\f307"
}

.sp-icon-whistle:before {
    content: "\f227"
}

.sp-icon-time:before {
    content: "\f469"
}

.sp-icon-friendly:before {
    content: "\f328"
}

.sp-league-menu {
    display: block;
    clear: both;
    padding: 0 15px;
    background: #000;
    position: relative;
    z-index: 2
}

.sp-league-menu .sp-inner {
    width: 1000px;
    max-width: 100%;
    padding: 4px 0;
    text-align: center;
    margin: 0 auto;
    position: relative
}

.sp-league-menu .sp-league-menu-title {
    padding: 4px 0;
    margin-right: 8px;
    color: #fff;
    line-height: 32px
}

.sp-league-menu .sp-league-menu-logo {
    width: auto;
    height: auto;
    vertical-align: middle
}

.sp-league-menu .sp-team-link {
    padding: 4px 2px;
    display: inline-block;
    vertical-align: middle
}

.sp-league-menu .sp-team-logo {
    display: block;
    max-width: 32px;
    max-height: 32px;
    width: auto;
    height: auto
}

.sp-league-menu.sp-align-left .sp-inner {
    text-align: left
}

.sp-league-menu.sp-align-right .sp-inner {
    text-align: right
}

.sp-template.sp-template-event-statistics {
    color: inherit;
    clear: both
}

.sp-statistic-label {
    display: block;
    text-align: center;
    clear: both
}

.sp-statistic-value {
    vertical-align: middle;
    text-align: center;
    width: 10%
}

.sp-statistic-ratio {
    width: 80%
}

.sp-statistic-bar {
    height: 2em;
    background: #2b353e
}

.sp-statistic-bar-fill {
    height: 100%;
    background: #00a69c
}

@media screen and (min-width: 801px) {
    .sp-inline-statistics.sp-performance-sections--1 .sp-event-performance-tables .sp-template-event-performance {
        box-sizing: border-box;
        width: 30%
    }

    .sp-inline-statistics.sp-performance-sections--1 .sp-event-performance-tables .sp-template-event-performance-combined {
        width: 60%
    }

    .sp-inline-statistics.sp-performance-sections--1 .sp-event-performance-tables .sp-template-event-statistics {
        box-sizing: border-box;
        display: inline-block;
        clear: none;
        width: 40%;
        padding-left: 10px;
        padding-right: 10px
    }
}

.sp-event-matrix .sp-event-matrix-label {
    text-align: center
}

.sp-event-matrix .sp-event-matrix-home-label {
    text-align: left;
    white-space: nowrap
}

.sp-event-matrix .sp-event-matrix-team-logo {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.sp-event-matrix tbody .sp-event-matrix-team-logo {
    margin-right: .5em
}

.sp-event-matrix thead .sp-event-matrix-event-column {
    text-align: center
}

.sp-event-matrix tbody .sp-event-matrix-empty-cell {
    background: rgba(0, 0, 0, .05)
}

.sp-event-matrix tbody .sp-event-matrix-event {
    display: block;
    text-align: center;
    padding: .125em .25em;
    color: #fff !important;
    font-weight: 400;
    white-space: nowrap
}

.sp-event-matrix tbody .sp-event-matrix-event:hover {
    color: #fff !important
}

.sp-event-matrix tbody .sp-event-matrix-future-event {
    display: block;
    text-align: center
}

.sp-event-matrix tbody .sp-event-matrix-empty-event {
    opacity: .5
}

.sp-scoreboard-wrapper {
    padding: 0 35px;
    position: relative
}

.sp-scoreboard-nav {
    font-family: dashicons;
    font-size: 20px;
    line-height: 20px;
    display: block;
    position: absolute;
    top: 0;
    width: 35px;
    height: 100%;
    cursor: pointer;
    padding: 0
}

.sp-scoreboard-nav:focus {
    outline: none
}

.sp-scoreboard-prev:before,
.sp-scoreboard-next:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px
}

.sp-scoreboard-nav-disabled {
    display: none
}

.sp-scoreboard-content {
    overflow: hidden
}

.sp-scoreboard {
    table-layout: fixed;
    margin: 0 !important;
    position: relative;
    line-height: 1.5em
}

.sp-scoreboard td {
    width: 180px;
    padding: 0
}

.sp-scoreboard a {
    color: inherit
}

.sp-scoreboard-event {
    display: block;
    padding: 5px 10px 0;
    overflow: hidden
}

.sp-scoreboard-date,
.sp-scoreboard-time,
.sp-scoreboard-league,
.sp-scoreboard-season,
.sp-scoreboard-venue,
.sp-scoreboard-team {
    display: block;
    margin: 0 0 5px
}

.sp-scoreboard-team-logo {
    width: 1.5em;
    display: inline-block
}

.sp-scoreboard-team-logo img {
    height: 1.5em;
    width: auto;
    vertical-align: middle
}

.sp-header-scoreboard .sp-scoreboard-nav {
    border-radius: 0
}

.sp-scoreboard-prev {
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.sp-scoreboard-next {
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.sp-scoreboard-prev:before {
    content: "\f341"
}

.sp-scoreboard-next:before {
    content: "\f345"
}

.sp-scoreboard-result {
    float: right
}

.sp-template-timeline {
    overflow: visible;
    clear: both
}

.sp-timeline {
    height: 1px;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    overflow: visible;
    margin: 3em 0 4.5em
}

.sp-timeline hr {
    margin: 0 !important;
    padding: 0 !important;
    opacity: .5
}

.sp-timeline-minute {
    line-height: 3em;
    top: 50%;
    margin-top: -1.5em;
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    cursor: default
}

.sp-timeline-kickoff-away {
    visibility: hidden
}

.sp-timeline-icon {
    position: absolute;
    top: -1.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sp-timeline-icon-away {
    bottom: auto;
    top: 2.5em
}

.sp-timeline-icon img {
    height: auto;
    width: auto;
    max-height: 2.5em;
    max-width: 1.5em
}

.sp-tournament-bracket {
    border-width: 1px;
    border-spacing: 0;
    border-collapse: separate !important
}

.sp-tournament-bracket th,
.sp-tournament-bracket td {
    text-align: center;
    vertical-align: middle
}

.sp-tournament-bracket td {
    border: none
}

.sp-tournament-bracket a {
    text-decoration: none !important
}

.sp-tournament-bracket img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 2em;
    max-height: 2em
}

.sp-tournament-bracket tr:first-child td {
    padding-top: 20px !important
}

.sp-tournament-bracket tr:last-child td {
    padding-bottom: 20px !important
}

.sp-tournament-bracket .sp-event,
.sp-tournament-bracket .sp-team {
    padding: 0 !important
}

.sp-tournament-bracket .sp-event .sp-event-title {
    padding: 30px 8px;
    display: block;
    font-weight: 700
}

.sp-tournament-bracket .sp-event .sp-event-main {
    color: #222 !important
}

.sp-tournament-bracket .sp-home-team {
    vertical-align: bottom
}

.sp-tournament-bracket .sp-away-team {
    vertical-align: top
}

.sp-tournament-bracket .sp-team .sp-team-name {
    position: relative;
    padding: 8px;
    display: block
}

.sp-tournament-bracket .sp-team span.sp-team-name {
    cursor: default
}

.sp-tournament-bracket .sp-team .sp-team-name:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.sp-tournament-bracket .sp-team.sp-first-round .sp-team-name:before {
    border: none
}

.sp-template-tournament-winner {
    text-align: center;
    margin-bottom: 2em
}

.sp-tournament-bracket-double .sp-tournament-bracket .sp-event .sp-event-title {
    padding: 4px 4px 8px
}

.sp-tournament-bracket td {
    padding-right: 0
}

.sp-tournament-bracket .sp-event {
    border-right: 8px solid #fff !important
}

.sp-tournament-bracket .sp-event-flip {
    border-right: none !important;
    border-left: 8px solid #fff !important
}

.sp-tournament-bracket .sp-event-final {
    border-right: none !important;
    border-left: none !important
}

.sp-tournament-bracket .sp-team {
    padding: 0 0 0 8px !important
}

.sp-tournament-bracket .sp-team .sp-team-name:before {
    left: -8px;
    border-left: 5px solid #fff
}

.sp-tournament-bracket .sp-team.sp-first-round {
    padding-left: 0 !important
}

.sp-tournament-bracket .sp-event.sp-last-round {
    border-right: 0 !important
}

.sp-tournament-bracket .sp-team-flip {
    padding: 0 8px 0 0 !important
}

.sp-tournament-bracket .sp-team-flip .sp-team-name:before {
    left: auto;
    border-left: none;
    right: -8px;
    border-right: 5px solid #fff
}

.sp-tournament-bracket .sp-team-flip.sp-last-round {
    padding-right: 0 !important
}

.sp-tournament-bracket .sp-team-flip.sp-last-round .sp-team-name:before {
    right: auto;
    border-right: none
}

.sp-tournament-bracket .sp-team.sp-team-final {
    padding: 0 8px !important
}

div.jQBracket {
    font-family: Arial;
    font-size: 14px;
    position: relative
}

div.jQBracket .tools {
    position: absolute;
    top: 0;
    color: #FFF
}

div.jQBracket .tools span {
    cursor: pointer;
    margin: 5px;
    display: block;
    text-align: center;
    width: 18px;
    height: 18px;
    background-color: #666
}

div.jQBracket .tools span:hover {
    background-color: #999
}

div.jQBracket .finals {
    float: right;
    right: 0;
    clear: right;
    position: relative
}

div.jQBracket .bracket {
    float: right;
    clear: left
}

div.jQBracket .loserBracket {
    float: right;
    clear: left;
    position: relative
}

div.jQBracket .round {
    position: relative;
    float: left
}

div.jQBracket .match {
    position: relative
}

div.jQBracket .editable {
    cursor: pointer
}

div.jQBracket .team {
    position: relative;
    z-index: 1;
    float: left;
    background-color: #EEE;
    cursor: default
}

div.jQBracket .team:first-child {
    border-bottom: 1px solid #999
}

div.jQBracket .team input {
    font-size: 14px;
    padding: 0;
    width: 100%;
    border: 0;
    margin: 0;
    outline: 0
}

div.jQBracket .team div.label {
    padding: 3px;
    position: absolute;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box
}

div.jQBracket .team div.label[disabled] {
    cursor: default
}

div.jQBracket .team div.score {
    float: right;
    padding: 3px;
    background-color: rgba(255, 255, 255, .3);
    text-align: center;
    box-sizing: border-box
}

div.jQBracket .team div.score input {
    text-align: center
}

div.jQBracket .team div.score[disabled] {
    color: #999;
    cursor: default
}

div.jQBracket .team div.label input.error,
div.jQBracket .team div.score input.error {
    background-color: #FCC
}

div.jQBracket .team.np {
    background-color: #666;
    color: #EEE
}

div.jQBracket .team.na {
    background-color: #999;
    color: #CCC
}

div.jQBracket .team.win {
    color: #333
}

div.jQBracket .team.win div.score {
    color: #060
}

div.jQBracket .team.lose div.score {
    color: #900
}

div.jQBracket .team.lose {
    background-color: #DDD;
    color: #999
}

div.jQBracket .team.tie div.score {
    color: #00F
}

div.jQBracket .team.highlightWinner {
    background-color: #DA0;
    color: #000
}

div.jQBracket .team.highlightLoser {
    background-color: #CCC;
    color: #000
}

div.jQBracket .team.highlight {
    background-color: #3C0;
    color: #000
}

div.jQBracket .team.bye {
    background-color: #999;
    color: #CCC
}

div.jQBracket .teamContainer {
    z-index: 1;
    position: relative;
    float: left
}

div.jQBracket .connector {
    border: 2px solid #666;
    border-left-style: none;
    position: absolute;
    z-index: 1
}

div.jQBracket .connector div.connector {
    border: 0;
    border-bottom: 2px solid #666;
    height: 0;
    position: absolute
}

div.jQBracket .connector.highlightWinner,
div.jQBracket .connector div.connector.highlightWinner {
    border-color: #DA0
}

div.jQBracket .connector.highlightLoser,
div.jQBracket .connector div.connector.highlightLoser {
    border-color: #CCC
}

div.jQBracket .connector.highlight,
div.jQBracket .connector div.connector.highlight {
    border-color: #0C0
}

div.jQBracket .np .connector,
div.jQBracket .np .connector div.connector {
    border-color: #999
}

div.jQBracket .bubble {
    height: 22px;
    line-height: 22px;
    width: 30px;
    right: -35px;
    position: absolute;
    text-align: center;
    font-size: 11px
}

div.jQBracket .bubble:after {
    content: '';
    position: absolute;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent
}

div.jQBracket .bubble:after {
    left: -5px;
    border-left: 0
}

div.jQBracket .win .bubble {
    background-color: #DA0;
    color: #960
}

div.jQBracket .win .bubble:after {
    border-right-color: #DA0
}

div.jQBracket .win .bubble.third {
    background-color: #963;
    color: #D95
}

div.jQBracket .win .bubble.third:after {
    border-right: 6px solid #963
}

div.jQBracket .lose .bubble {
    background-color: #CCC;
    color: #333
}

div.jQBracket .lose .bubble:after {
    border-right-color: #CCC
}

div.jQBracket .lose .bubble.fourth {
    background-color: #678;
    color: #CCD
}

div.jQBracket .lose .bubble.fourth:after {
    border-right: 6px solid #678
}

div.jQBracket.rl .finals {
    float: left;
    left: 0;
    clear: left
}

div.jQBracket.rl .bracket {
    float: left;
    clear: right
}

div.jQBracket.rl .loserBracket {
    float: left;
    clear: right
}

div.jQBracket.rl .round {
    margin-right: 0;
    float: right
}

div.jQBracket.rl .team {
    float: right
}

div.jQBracket.rl .team div.label {
    right: 0
}

div.jQBracket.rl .team div.score {
    float: left
}

div.jQBracket.rl .teamContainer {
    float: right
}

div.jQBracket.rl .connector {
    border-left-style: solid;
    border-right-style: none;
    border-width: 2px
}

div.jQBracket.rl .connector.highlightWinner,
div.jQBracket.rl .connector div.connector.highlightWinner {
    border-color: #DA0
}

div.jQBracket.rl .connector.highlightLoser,
div.jQBracket.rl .connector div.connector.highlightLoser {
    border-color: #CCC
}

div.jQBracket.rl .connector.highlight,
div.jQBracket.rl .connector div.connector.highlight {
    border-color: #0C0
}

div.jQBracket.rl .bubble {
    left: -35px
}

div.jQBracket.rl .bubble.third {
    background-color: #963;
    color: #310
}

div.jQBracket.rl .bubble.fourth {
    background-color: #678;
    color: #CCD
}

div.jQBracket.rl .bubble:after {
    left: auto;
    right: -5px;
    border-left: 5px solid transparent;
    border-right: 0
}

div.jQBracket.rl .bubble.third:after {
    border-right: 0;
    border-left: 6px solid #963
}

div.jQBracket.rl .bubble.fourth:after {
    border-right: 0;
    border-left: 6px solid #678
}

div.jQBracket.rl .highlightWinner .bubble:after {
    border-left-color: #DA0
}

div.jQBracket.rl .highlightLoser .bubble:after {
    border-left-color: #CCC
}

.sp-event-user-results td,
.sp-event-user-scores td {
    position: relative
}

.sp-event-user-results td input[type=text],
.sp-event-user-scores td input[type=text] {
    display: block;
    width: 100%
}

.sp-template,
.sp-data-table,
.sp-table-caption {
    font-family: "Roboto", "Helvetica", sans-serif
}

.sp-template {
    clear: both;
    overflow: hidden
}

.sp-template h1,
.sp-template h2,
.sp-template h3,
.sp-template h4,
.sp-template h5,
.sp-template h6,
.sp-data-table h1,
.sp-data-table h2,
.sp-data-table h3,
.sp-data-table h4,
.sp-data-table h5,
.sp-data-table h6,
.sp-table-caption h1,
.sp-table-caption h2,
.sp-table-caption h3,
.sp-table-caption h4,
.sp-table-caption h5,
.sp-table-caption h6 {
    font-family: "Roboto", "Helvetica", sans-serif !important
}

.sp-template {
    margin-bottom: 20px !important
}

.sp-template *,
.sp-data-table *,
.sp-table-caption {
    box-sizing: border-box !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: #333 !important
}

.sp-table-caption {
    margin: 0 !important;
    padding: 15px !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    display: table !important;
    width: 100% !important
}

.sp-template input,
.sp-data-table input,
.sp-template .sp-event-logos,
.sp-template .sp-event-staff {
    color: initial !important
}

.sp-template a,
.sp-data-table a {
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
    font-weight: inherit !important;
    color: #00a69c !important
}

.sp-template a:hover,
.sp-data-table a:hover {
    text-decoration: underline !important
}

.sp-template a:hover .dashicons,
.sp-template a:hover [class^=sp-icon-],
[class*=" sp-icon-"],
.sp-data-table a:hover .dashicons,
.sp-data-table a:hover [class^=sp-icon-],
[class*=" sp-icon-"] {
    text-decoration: none !important
}

.sp-view-all-link {
    padding: 10px 15px !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-top: none !important;
    overflow: hidden !important;
    display: table !important;
    width: 100% !important;
    text-align: right !important
}

.sp-view-all-link a {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    color: rgba(51, 51, 51, .5) !important
}

.sp-view-all-link a:hover {
    color: #333 !important;
    text-decoration: none !important
}

.sp-form-events a:hover {
    color: #fff !important;
    text-decoration: none !important
}

.sp-template img {
    display: inline-block !important;
    box-shadow: none !important
}

.sp-data-table {
    margin: 0 !important;
    background: #fff !important;
    border-collapse: collapse !important;
    border: 1px solid #e5e5e5 !important;
    width: 100% !important
}

.sp-data-table tr {
    border: none !important
}

.sp-data-table th,
.sp-data-table td {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 5px 10px !important;
    text-align: center !important
}

.sp-data-table th {
    font-size: 12px !important;
    font-weight: 500 !important;
    background: #fff !important;
    color: #999 !important;
    border: none !important
}

.sp-data-table th a {
    color: inherit !important
}

.sp-data-table .sp-highlight,
.sp-data-table .highlighted td {
    font-weight: 500 !important;
    background: #f9f9f9 !important
}

.sp-template-gallery .sp-gallery-wrapper {
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    display: table !important;
    width: 100% !important
}

.sp-template-gallery .gallery-item {
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important
}

.sp-template-gallery .gallery-item a {
    display: block !important;
    color: #999 !important
}

.sp-template-gallery .gallery-item img {
    display: block !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important
}

.sp-template-gallery .gallery-caption {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    text-align: center !important;
    color: #999 !important;
    line-height: 1.5 !important;
    padding: 5px 10px !important
}

.sp-template-gallery .gallery-caption strong {
    color: #fff !important;
    background: #00a69c !important;
    display: block !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    padding: 5px 10px !important
}

.sp-template-staff-gallery .gallery-caption strong {
    display: none !important
}

.sp-template-gallery .sp-gallery-group-name {
    margin: 0 !important;
    padding: 15px !important;
    background: #fff !important;
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    display: block !important
}

.sp-template-countdown .sp-event-name,
.sp-template-countdown .sp-event-venue,
.sp-template-countdown .sp-event-league,
.sp-template-countdown .sp-event-date {
    margin: 0 !important;
    padding: 5px 10px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    display: table !important;
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-bottom: none !important
}

.sp-template-countdown .sp-event-name {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #333 !important
}

.sp-template-countdown .sp-event-venue,
.sp-template-countdown .sp-event-league,
.sp-template-countdown .sp-event-date {
    font-size: 12px !important;
    font-weight: 500 !important;
    background: #fff !important;
    color: #999 !important
}

.sp-template-countdown .sp-event-venue a,
.sp-template-countdown .sp-event-league a {
    color: inherit !important
}

.sp-countdown time {
    display: table !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-collapse: collapse !important;
    width: 100% !important
}

.sp-countdown span {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    display: table-cell !important;
    border: 1px solid #e5e5e5 !important;
    padding: 10px 5px !important;
    text-align: center !important
}

.sp-countdown span small {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    color: rgba(51, 51, 51, .5) !important;
    display: block !important
}

.sp-template-event-calendar .sp-table-caption {
    display: table-caption !important
}

.sp-template-event-calendar td {
    padding: 10px 5px !important
}

.sp-template-event-calendar tfoot td {
    padding: 10px 15px !important;
    border: none !important
}

.sp-template-event-calendar .sp-previous-month {
    text-align: left !important
}

.sp-template-event-calendar .sp-next-month {
    text-align: right !important
}

.sp-template-event-calendar tfoot a {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    color: rgba(51, 51, 51, .5) !important
}

.sp-template-event-calendar tfoot a:hover {
    color: #333 !important;
    text-decoration: none !important
}

.sp-template-event-calendar tbody td {
    position: relative !important
}

.sp-template-event-calendar tbody td a:before {
    content: '•' !important;
    position: absolute !important;
    font-size: 20px !important;
    line-height: 1 !important;
    width: 1em !important;
    top: 0 !important;
    right: 0 !important
}

.sp-template-event-list .data-home {
    text-align: right !important
}

.sp-template-event-list .data-away {
    text-align: left !important
}

.sp-template-event-blocks td {
    padding: 0 !important
}

.sp-template-event-blocks .sp-event-date {
    color: rgba(51, 51, 51, .5) !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    margin: 10px !important
}

.sp-template-event-blocks .sp-event-date a,
.sp-template-event-blocks .sp-event-date a:hover {
    color: inherit !important
}

.sp-template-event-blocks .sp-event-results {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333 !important
}

.sp-template-event-blocks .sp-event-results a {
    color: inherit !important
}

.sp-template-event-blocks .sp-event-results a:hover {
    color: inherit !important;
    text-decoration: none !important
}

.sp-template-event-blocks .sp-event-title,
.sp-template-event-blocks .sp-event-status {
    display: block !important;
    padding: 0 !important;
    margin: 10px !important;
    font-size: 13px !important;
    font-weight: 400 !important
}

.sp-template-event-logos .sp-team-name,
.sp-template-event-logos .sp-team-result {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333 !important
}

.sp-template-event-logos a,
.sp-template-event-logos a:hover {
    border: none !important;
    text-decoration: none !important
}

.sp-template-event-performance-icons td {
    border: none !important
}

.sp-template-event-performance-icons tr:first-child td {
    border-top: 1px solid #e5e5e5 !important
}

.sp-template-event-video iframe {
    width: 100% !important
}

.sp-template-event-statistics .sp-statistic-label {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: inherit !important;
    opacity: .5 !important
}

.sp-event-statistics {
    background: 0 0 !important;
    margin: 0 0 10px !important
}

.sp-event-statistics,
.sp-event-statistics tr,
.sp-event-statistics td {
    border: none !important
}

.sp-event-statistics .sp-statistic-ratio {
    padding: 0 !important
}

.sp-event-statistics .sp-statistic-bar {
    border: 1px solid #e5e5e5 !important;
    background: #f9f9f9 !important
}

.sp-event-venue-map-row td {
    padding: 0 !important
}

.sp-event-venue-map-row .sp-google-map {
    display: block !important;
    margin: 0 !important
}

.sp-template-logo {
    float: right !important;
    margin: 0 0 20px 20px !important;
    clear: none !important
}

.sp-template-details dl {
    margin: 0 0 20px !important;
    padding: 15px !important;
    border: 1px solid #e5e5e5 !important;
    background: #fff !important
}

.sp-template-details dt,
.sp-template-details dd {
    margin: 0 !important;
    padding: 0 !important
}

.sp-template-details dt {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(51, 51, 51, .5) !important
}

.sp-template-details dd {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333 !important;
    margin-bottom: 10px !important
}

.sp-template-details dd:last-child {
    margin-bottom: 0 !important
}

.sp-tweets {
    border: 1px solid #e5e5e5 !important;
    border-top: none !important
}

.sp-header-scoreboard .sp-template-scoreboard {
    margin-bottom: 0 !important
}

.sp-template-scoreboard td {
    padding: 0 !important
}

.sp-template-scoreboard td:hover {
    background: #f9f9f9 !important
}

.sp-template-scoreboard a,
.sp-template-scoreboard a:hover {
    text-decoration: none !important;
    color: #333 !important
}

.sp-template-scoreboard .sp-scoreboard-date {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(51, 51, 51, .5) !important
}

.sp-template-scoreboard .sp-scoreboard-nav {
    color: #fff !important;
    background: #00a69c !important
}

.sp-template-timeline .sp-timeline * {
    color: initial !important
}

.sp-tournament-bracket {
    color: #333 !important;
    background: 0 0 !important;
    width: 100% !important;
    border-collapse: separate !important
}

.sp-tournament-bracket a,
.sp-tournament-bracket a:hover {
    text-decoration: none !important;
    color: inherit !important;
    border: none !important
}

.sp-tournament-bracket tr,
.sp-tournament-bracket th,
.sp-tournament-bracket td {
    border: none !important
}

.sp-tournament-bracket thead th {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(51, 51, 51, .5) !important;
    text-align: center !important;
    border-bottom: 1px solid #e5e5e5 !important
}

.sp-tournament-bracket .sp-team-name {
    font-size: 13px !important;
    font-weight: 400 !important;
    text-align: center !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important
}

.sp-tournament-bracket .sp-team-name:hover {
    border: 1px solid #e5e5e5 !important
}

.sp-tournament-bracket .sp-heading,
.sp-tournament-bracket .sp-heading:hover {
    color: #fff !important;
    background: #00a69c !important;
    border-color: #00a69c !important
}

.sp-tournament-bracket .sp-event {
    border-color: #e5e5e5 !important;
    border-width: 1px !important
}

.sp-tournament-bracket .sp-event .sp-event-title {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: rgba(51, 51, 51, .5) !important;
    text-align: center !important
}

.sp-tournament-bracket .sp-event .sp-event-title:hover {
    color: #333 !important
}

.sp-tab-menu {
    display: block !important;
    clear: both !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    list-style: none !important
}

.sp-tab-menu-item {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important
}

.sp-tab-menu-item a {
    margin: 0 !important;
    padding: 5px 10px;
    border-bottom: 2px solid transparent !important;
    box-shadow: none !important
}

.sp-tab-menu-item a:hover {
    text-decoration: none !important
}

.sp-tab-menu-item-active a,
.sp-tab-menu-item-active a:hover {
    color: #00a69c !important;
    border-bottom-color: #00a69c !important
}

.sp-template .sp-message {
    color: #00a69c !important;
    border-color: #00a69c !important
}

.single-sp_team .has-post-thumbnail .sp-post-content {
    clear: none
}

@media screen and (min-width: 601px) {
    .sp-template-event-calendar tbody td {
        padding: 15px 5px !important
    }

    .sp-template-event-calendar tbody td a:before {
        font-size: 25px !important
    }

    .widget .sp-template-event-calendar tbody td {
        padding: 10px 5px !important
    }

    .widget .sp-template-event-calendar tbody td a:before {
        font-size: 20px !important
    }
}

@media screen and (min-width: 801px) {
    .sp-template-event-calendar tbody td {
        padding: 20px 5px !important
    }

    .sp-template-event-calendar tbody td a:before {
        font-size: 30px !important
    }

    .widget .sp-template-event-calendar tbody td {
        padding: 10px 5px !important
    }

    .widget .sp-template-event-calendar tbody td a:before {
        font-size: 20px !important
    }

    .sp-template-event-performance-icons.sp-template-event-performance-section:nth-child(2n) {
        padding-top: 61px !important
    }
}

.sp-tournament-bracket .sp-team .sp-team-name:before {
    border-left-color: #e5e5e5 !important;
    border-right-color: #e5e5e5 !important;
    left: -10px !important
}

.sp-tournament-bracket .sp-team-flip .sp-team-name:before {
    left: auto !important;
    right: -10px !important
}

.sp-tournament-bracket .sp-team.sp-first-round .sp-team-name {
    margin-left: -1px !important
}

.sp-tournament-bracket .sp-team.sp-last-round .sp-team-name {
    margin-right: -1px !important
}

.sp-template-event-performance-icons .sp-performance-icons {
    text-align: right !important
}

.sp-data-table .data-name {
    text-align: left !important
}

.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: white;
    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: bold
}

.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: white;
    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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.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: bold;
    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-selection__placeholder,
.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 black 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: white
}

.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: bold;
    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: white;
    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: bold;
    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
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    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
}

.data-live-results {
    transition: all 0.5s ease;
}

.data-live-results.change {
    transform: scale(1.5);
}

.lsfs-event-live-status {
    display: block;
    color: inherit !important;
}

.lsfs-hidden {
    display: none !important;
}

.sp-data-table.sp-event-list-scorespro-free .data-league {
    text-align: left;
}

.sp-data-table.lsfs-live-commentary ul {
    margin: 0;
}

.sp-data-table.lsfs-live-commentary li {
    position: relative;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1.5em 1em;
}

.sp-data-table.lsfs-live-commentary .commentary-icon,
.sp-data-table.lsfs-live-commentary .commentary-minute {
    width: 60px;
    font-size: 1.5em;
    line-height: 1;
}

.sp-data-table.lsfs-live-commentary .commentary-icon span {
    margin-top: 2px;
    font-size: 1em;
}

.sp-data-table.lsfs-live-commentary .commentary-text {
    width: 100%;
    display: flex;
    align-items: center;
}

.sp-data-table.lsfs-live-commentary .commentary-text p {
    margin: 0;
}

.sp-data-table.lsfs-live-commentary .commentary-text img {
    width: 32px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sp-data-table.lsfs-live-commentary .commentary-actions {
    position: absolute;
    bottom: 5px;
    right: 0;
    padding: 0 1em;
    text-align: right;
    width: 100%;
}

.sp-data-table.lsfs-live-commentary .commentary-actions svg,
.sp-data-table.lsfs-live-commentary .commentary-actions img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: auto;
}

.sp-data-table.lsfs-single-event {
    text-align: center;
    padding: 1em 0;
    font-size: 1.5em;
}

.sp-data-table.lsfs-single-event * {
    font-weight: bold !important;
}

.sp-data-table.lsfs-single-event .lsfs-event-live-status {
    font-weight: normal !important;
    font-size: 0.75em;
}

.lsfs-live-scorers {
    display: flex;
    justify-content: space-between;
}

.lsfs-live-scorers .lsfs-live-team-scorers {
    width: 100%;
    padding: 0 1em;
}

.lsfs-live-scorers .lsfs-live-team-scorers ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.lsfs-live-scorers .lsfs-live-team-scorers ul li {
    font-size: 0.875em;
}

.lsfs-live-scorers .lsfs-live-team-scorers ul li:after {
    content: '';
    display: table;
    clear: both;
}

.lsfs-live-scorers .lsfs-live-team-scorers ul li .lsfs-scorer-minutes {
    float: right;
}

/**
 * Live Form
 */
.lsfs-form-live-event-results {
    padding: 1em;
    font-size: 0.875em;
    background: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.lsfs-form-live-event-results * {
    box-sizing: border-box;
}

.lsfs-form-live-event-results .sp-data-table {
    border-bottom: 8px solid #333;
}

.lsfs-form-live-event-results .sp-data-table .live-event-team {
    font-weight: 600;
    text-align: left;
    width: 60%;
}

.lsfs-form-live-event-results .sp-data-table .live-event-result input {
    width: 100%;
    text-align: center;
}

.lsfs-form-live-event-results .button {
    transition: all 0.4s ease;
    height: 40px;
}

.lsfs-form-live-event-results .button.right {
    float: right;
}

.lsfs-form-live-event-results .button.button-secondary {
    background: #666;
}

.lsfs-form-live-event-results .button.button-secondary:hover {
    background: #ccc;
}

.lsfs-form-live-event-results .button[disabled] {
    opacity: 0.8;
    background: #ccc;
}

.lsfs-form-live-event-results .lsfs-live-parts input {
    height: 40px;
    line-height: 40px;
    padding: 0 0.5em;
    margin-top: 1em;
}

.lsfs-form-live-event-results .lsfs-live-part {
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.lsfs-form-live-event-results .lsfs-live-part:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.lsfs-form-live-event-results .lsfs-live-part input {
    display: block;
}

.lsfs-form-live-event-results .lsfs-notice {
    display: block;
    padding: 1em;
    background-color: #3AA35B;
    color: white;
}

.lsfs-form-live-event-results .lsfs-notice p {
    margin: 0;
}

.lsfs-form-live-event-results .lsfs-notice.error {
    background-color: rgba(209, 35, 35, 0.62);
}

/**
 * Commentary Form
 */
.lsfs-commentary-form {
    padding: 1em;
    background: rgba(0, 0, 0, 0.05);
}

.lsfs-commentary-form:after {
    clear: both;
    display: table;
    content: '';
}

.lsfs-commentary-form .form-field {
    width: 100%;
    float: left;
}

.lsfs-commentary-form .form-field input {
    line-height: 40px;
    height: 40px;
    margin: 0;
}

.lsfs-commentary-form .form-field input,
.lsfs-commentary-form .form-field select,
.lsfs-commentary-form .form-field textarea {
    width: 100%;
    box-sizing: border-box;
}

.lsfs-commentary-form .form-field input,
.lsfs-commentary-form .form-field textarea {
    padding: 10px;
}

.lsfs-commentary-form .form-field .select2-container {
    width: 100% !important;
}

.lsfs-commentary-form .form-field .select2-container--default .select2-selection--single {
    height: 40px;
}

.lsfs-commentary-form .form-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.lsfs-commentary-form .form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lsfs-commentary-form .form-field .select2-selection__rendered img {
    height: 20px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.lsfs-commentary-form .form-field .lsfs-commentary-text {
    margin: 0.5em 0 1em 0;
}

.lsfs-commentary-form .form-field.full-width {
    width: 100% !important;
}

.lsfs-commentary-form .form-icon,
.lsfs-commentary-form .form-minute {
    width: 50%;
}

.select2-results__options[id^="select2-lsfs_commentaryplayers"] .select2-results__option img,
.select2-results__options[id^="select2-lsfs_commentaryicon"] .select2-results__option img {
    height: 20px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

#lsfs_notification_html {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    max-width: 300px;
    width: 90%;
    height: 150px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 480px) {
    #lsfs_notification_html {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

#lsfs_notification_html button {
    font-size: 12px;
}

#lsfs_notification_html .lsfs-notification-dismiss {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
    color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
}

#lsfs_notification_html .lsfs-notification {
    position: relative;
    height: 100%;
    width: 100%;
    background: white;
    padding-top: 20px;
}

#lsfs_notification_html .lsfs-notification .content .lsfs-event-team {
    float: left;
    width: 50%;
    text-align: center;
}

#lsfs_notification_html .lsfs-notification .content .lsfs-event-team img {
    height: 32px;
    width: auto;
    display: block;
    margin: 0 auto;
}

#lsfs_notification_html .lsfs-notification .content .lsfs-event-result {
    clear: both;
    text-align: center;
    font-size: 1.25em;
}

#lsfs_notification_html .lsfs-notification .content .lsfs-event-live-status {
    text-align: center;
}

#lsfs_notification_html .actions {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#lsfs_notification_html .actions .lsfs-notification-prev {
    float: left;
}

#lsfs_notification_html .actions .lsfs-notification-next {
    float: right;
}

#lsfs_notification_html .actions button[disabled] {
    opacity: 0.5;
}

#lsfs_notification_html .actions:after {
    display: table;
    content: '';
    clear: both;
}

#lsfs_notification_html.active {
    display: block;
}

/**
 * SportsPress Icons
 */
.sp-icon-archive:before {
    content: "\F322";
}

.sp-icon-availability:before {
    content: "\F508";
}

.sp-icon-blocks:before {
    content: "\F164";
}

.sp-icon-book:before {
    content: "\F330";
}

.sp-icon-bracket:before {
    content: "\F325";
}

.sp-icon-bracket-center:before {
    content: "\F181";
}

.sp-icon-calculator:before {
    content: "\F108";
}

.sp-icon-calendar:before,
.sp-icon-sp_event:before {
    content: "\F145";
}

.sp-icon-cake:before {
    content: "\F453";
}

.sp-icon-cancel:before {
    content: "\F335";
}

.sp-icon-chart:before {
    content: "\F185";
}

.sp-icon-clipboard:before {
    content: "\F481";
}

.sp-icon-color:before {
    content: "\F309";
}

.sp-icon-copy:before {
    content: "\F105";
}

.sp-icon-edit:before {
    content: "\F464";
}

.sp-icon-export:before {
    content: "\F317";
}

.sp-icon-eye:before {
    content: "\F147";
}

.sp-icon-friendly:before {
    content: "\F328";
}

.sp-icon-globe:before {
    content: "\F319";
}

.sp-icon-import:before {
    content: "\F316";
}

.sp-icon-league:before {
    content: "\F332";
}

.sp-icon-list:before {
    content: "\F163";
}

.sp-icon-megaphone:before {
    content: "\F488";
}

.sp-icon-menu:before {
    content: "\F116";
}

.sp-icon-minimal:before {
    content: "\F237";
}

.sp-icon-popup:before {
    content: "\F504";
}

.sp-icon-shield:before {
    content: "\F334";
}

.sp-icon-sponsor:before {
    content: "\F488";
}

.sp-icon-sportspress:before {
    content: "\F111";
}

.sp-icon-staff:before {
    content: "\F338";
}

.sp-icon-statistics:before {
    content: "\F489";
}

.sp-icon-time:before {
    content: "\F469";
}

.sp-icon-timeline:before {
    content: "\F203";
}

.sp-icon-ticket:before {
    content: "\F524";
}

.sp-icon-tournament:before {
    content: "\F313";
}

.sp-icon-scoreboard:before {
    content: "\F509";
}

.sp-icon-tshirt:before,
.sp-icon-sp_player:before {
    content: "\F307";
}

.sp-icon-trash:before {
    content: "\F182";
}

.sp-icon-whistle:before {
    content: "\F227";
}

.sp-icon-key:before {
    content: "\F112";
}

.sp-icon-user-scores:before {
    content: "\F101";
}

.sp-icon-wordpay:before {
    content: "\F526";
}

/* Performance Icons */
.sp-icon-card:before {
    content: "\E801";
}

.sp-icon-baseball:before {
    content: "\E701";
}

.sp-icon-basketball:before {
    content: "\E602";
}

.sp-icon-cricketball:before {
    content: "\E604";
}

.sp-icon-golfball:before {
    content: "\E603";
}

.sp-icon-shoe:before {
    content: "\E800";
}

.sp-icon-soccerball:before {
    content: "\E700";
}

.sp-icon-sub:before {
    content: "\F503";
}

/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.6.3
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! This minified app bundle contains open source software from several third party developers. Please review CREDITS.md in the root directory or LICENSE.md in the current directory for complete licensing, copyright and patent information. This file and the included code may not be redistributed without the attributions listed in LICENSE.md, including associate copyright notices and licensing information. */
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

blockquote {
    margin: 20px 0 30px;
    border-left: 5px solid;
    padding-left: 20px
}

:focus {
    outline: 0
}

del {
    text-decoration: line-through
}

pre {
    overflow: auto;
    padding: 10px
}

figure {
    margin: 0
}

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

article,
aside,
footer,
header,
hgroup,
nav,
section {
    display: block
}

body {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.et_fixed_nav.et_boxed_layout #page-container,
body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container {
    padding-top: 80px
}

body.et_fixed_nav.et_boxed_layout.et-tb #page-container,
body.et_fixed_nav.et_boxed_layout.et-tb-has-header #page-container,
body.page-template-page-template-blank-php #page-container {
    padding-top: 0 !important
}

body.et_cover_background {
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed
}

a {
    color: #2ea3f2
}

a,
a:hover {
    text-decoration: none
}

p {
    padding-bottom: 1em
}

p:not(.has-background):last-of-type {
    padding-bottom: 0
}

p.et_normal_padding {
    padding-bottom: 1em
}

strong {
    font-weight: 700
}

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

code,
pre {
    font-family: Courier New, monospace;
    margin-bottom: 10px
}

ins {
    text-decoration: none
}

sub,
sup {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: .8em
}

sub {
    top: .3em
}

dl {
    margin: 0 0 1.5em
}

dl dt {
    font-weight: 700
}

dd {
    margin-left: 1.5em
}

blockquote p {
    padding-bottom: 0
}

embed,
iframe,
object,
video {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

input {
    -webkit-appearance: none
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e
}

input.text:focus,
input.title:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #2d3940;
    color: #3e3e3e
}

input.text,
input.title,
input[type=text],
select,
textarea {
    margin: 0
}

textarea {
    padding: 4px
}

button,
input,
select,
textarea {
    font-family: inherit
}

img {
    max-width: 100%;
    height: auto;
    margin-top: 2px;
}

#ie8 img {
    width: auto
}

br.clear {
    margin: 0;
    padding: 0
}

.et_vertical_nav #page-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

#et-secondary-menu li,
#top-menu li {
    word-wrap: break-word
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #2ea3f2
}

#et_search_icon:hover,
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
.bottom-nav li.current-menu-item>a,
.comment-reply-link,
.entry-summary p.price ins,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.footer-widget h4,
.form-submit .et_pb_button,
.mobile_menu_bar:after,
.mobile_menu_bar:before,
.nav-single a,
.posted_in a,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content input.button,
.woocommerce #content input.button.alt,
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button.alt,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page .star-rating span:before,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page input.button,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover,
.woocommerce .star-rating span:before,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:hover,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #2ea3f2
}

.et-search-form,
.et_mobile_menu,
.footer-widget li:before,
.nav li ul,
blockquote {
    border-color: #2ea3f2
}

#et-secondary-nav li ul,
#top-header {
    background-color: #2ea3f2
}

#main-content {
    background-color: #fff
}

#main-header {
    -webkit-transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
    -webkit-transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s;
    transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s;
    transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
    transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out, -webkit-transform .4s
}

#main-header.et-disabled-animations * {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.container {
    width: 80%;
    max-width: 1080px;
    margin: auto
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
    padding-top: 58px
}

.et_full_width_page #main-content .container:before,
.et_full_width_portfolio_page #main-content .container:before {
    display: none
}

.et_transparent_nav #page-container {
    padding-top: 0 !important
}

.et_boxed_layout #page-container {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.et_boxed_layout #page-container,
.et_boxed_layout #page-container .container,
.et_boxed_layout #page-container .et_pb_row,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header,
.et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row,
.et_fixed_nav.et_boxed_layout #page-container #main-header,
.et_fixed_nav.et_boxed_layout #page-container #top-header,
.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header {
    width: 90%;
    max-width: 1200px;
    margin: auto
}

.et_boxed_layout.et_vertical_nav #page-container {
    max-width: 1425px
}

.et_boxed_layout.et_vertical_nav #page-container #top-header {
    width: auto;
    max-width: none
}

.et_boxed_layout.et_vertical_right.et_vertical_fixed #main-header {
    opacity: 0
}

.et_boxed_layout.et_vertical_right.et_vertical_fixed #page-container #main-header.et_vertical_menu_set {
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.et_vertical_nav #page-container {
    padding-top: 0 !important;
    position: relative
}

.main_title {
    margin-bottom: 20px
}

.woocommerce #content input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page input.button,
.woocommerce-page input.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce input.button,
.woocommerce input.button.alt {
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background: 0 0;
    position: relative;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em 1em
}

.comment-reply-link:hover,
.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover {
    background: rgba(0, 0, 0, .05)
}

.woocommerce #content input.button.alt:after,
.woocommerce #content input.button:after,
.woocommerce #content input.button:before,
.woocommerce #respond input#submit.alt:after,
.woocommerce #respond input#submit:after,
.woocommerce #respond input#submit:before,
.woocommerce-page #content input.button.alt:after,
.woocommerce-page #content input.button:after,
.woocommerce-page #content input.button:before,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce-page #respond input#submit:after,
.woocommerce-page #respond input#submit:before,
.woocommerce-page a.button.alt:after,
.woocommerce-page a.button:after,
.woocommerce-page a.button:before,
.woocommerce-page button.button.alt:after,
.woocommerce-page button.button:after,
.woocommerce-page button.button:before,
.woocommerce-page input.button.alt:after,
.woocommerce-page input.button:after,
.woocommerce-page input.button:before,
.woocommerce a.button.alt:after,
.woocommerce a.button:after,
.woocommerce a.button:before,
.woocommerce button.button.alt:after,
.woocommerce button.button:after,
.woocommerce button.button:before,
.woocommerce input.button.alt:after,
.woocommerce input.button:after,
.woocommerce input.button:before {
    font-family: ETmodules;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s
}

.woocommerce #content input.button:before,
.woocommerce #respond input#submit:before,
.woocommerce-page #content input.button:before,
.woocommerce-page #respond input#submit:before,
.woocommerce-page a.button:before,
.woocommerce-page button.button:before,
.woocommerce-page input.button:before,
.woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before {
    display: none
}

.et_button_icon_visible .et_pb_button,
.et_button_icon_visible.woocommerce #content input.button,
.et_button_icon_visible.woocommerce #content input.button.alt,
.et_button_icon_visible.woocommerce #respond input#submit,
.et_button_icon_visible.woocommerce #respond input#submit.alt,
.et_button_icon_visible.woocommerce-page #content input.button,
.et_button_icon_visible.woocommerce-page #content input.button.alt,
.et_button_icon_visible.woocommerce-page #respond input#submit,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt,
.et_button_icon_visible.woocommerce-page a.button,
.et_button_icon_visible.woocommerce-page a.button.alt,
.et_button_icon_visible.woocommerce-page button.button,
.et_button_icon_visible.woocommerce-page button.button.alt,
.et_button_icon_visible.woocommerce-page button.button.alt.disabled,
.et_button_icon_visible.woocommerce-page input.button,
.et_button_icon_visible.woocommerce-page input.button.alt,
.et_button_icon_visible.woocommerce a.button,
.et_button_icon_visible.woocommerce a.button.alt,
.et_button_icon_visible.woocommerce button.button,
.et_button_icon_visible.woocommerce button.button.alt,
.et_button_icon_visible.woocommerce button.button.alt.disabled,
.et_button_icon_visible.woocommerce input.button,
.et_button_icon_visible.woocommerce input.button.alt {
    padding-right: 2em;
    padding-left: .7em
}

.et_button_icon_visible .et_pb_button:after,
.et_button_icon_visible.woocommerce #content input.button.alt:after,
.et_button_icon_visible.woocommerce #content input.button:after,
.et_button_icon_visible.woocommerce #respond input#submit.alt:after,
.et_button_icon_visible.woocommerce #respond input#submit:after,
.et_button_icon_visible.woocommerce-page #content input.button.alt:after,
.et_button_icon_visible.woocommerce-page #content input.button:after,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after,
.et_button_icon_visible.woocommerce-page #respond input#submit:after,
.et_button_icon_visible.woocommerce-page a.button.alt:after,
.et_button_icon_visible.woocommerce-page a.button:after,
.et_button_icon_visible.woocommerce-page button.button.alt:after,
.et_button_icon_visible.woocommerce-page button.button:after,
.et_button_icon_visible.woocommerce-page input.button.alt:after,
.et_button_icon_visible.woocommerce-page input.button:after,
.et_button_icon_visible.woocommerce a.button.alt:after,
.et_button_icon_visible.woocommerce a.button:after,
.et_button_icon_visible.woocommerce button.button.alt:after,
.et_button_icon_visible.woocommerce button.button:after,
.et_button_icon_visible.woocommerce input.button.alt:after,
.et_button_icon_visible.woocommerce input.button:after {
    opacity: 1;
    margin-left: 0
}

.et_button_left.et_button_icon_visible.woocommerce #content input.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce #content input.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce #respond input#submit:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page #content input.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page a.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page a.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page button.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page button.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page input.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce-page input.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce a.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce a.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce button.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce button.button:hover:after,
.et_button_left.et_button_icon_visible.woocommerce input.button.alt:hover:after,
.et_button_left.et_button_icon_visible.woocommerce input.button:hover:after,
.et_button_left .et_pb_button:hover:after {
    left: .15em
}

.comment-reply-link:hover:after,
.woocommerce #content input.button.alt:hover:after,
.woocommerce #content input.button:hover:after,
.woocommerce #respond input#submit.alt:hover:after,
.woocommerce #respond input#submit:hover:after,
.woocommerce-page #content input.button.alt:hover:after,
.woocommerce-page #content input.button:hover:after,
.woocommerce-page #respond input#submit.alt:hover:after,
.woocommerce-page #respond input#submit:hover:after,
.woocommerce-page a.button.alt:hover:after,
.woocommerce-page a.button:hover:after,
.woocommerce-page button.button.alt:hover:after,
.woocommerce-page button.button:hover:after,
.woocommerce-page input.button.alt:hover:after,
.woocommerce-page input.button:hover:after,
.woocommerce a.button.alt:hover:after,
.woocommerce a.button:hover:after,
.woocommerce button.button.alt:hover:after,
.woocommerce button.button:hover:after,
.woocommerce input.button.alt:hover:after,
.woocommerce input.button:hover:after {
    opacity: 1;
    margin-left: 0
}

.et_button_left .et_pb_button:after,
.et_button_left.woocommerce #content input.button.alt:after,
.et_button_left.woocommerce #content input.button:after,
.et_button_left.woocommerce #respond input#submit.alt:after,
.et_button_left.woocommerce #respond input#submit:after,
.et_button_left.woocommerce-page #content input.button.alt:after,
.et_button_left.woocommerce-page #content input.button:after,
.et_button_left.woocommerce-page #respond input#submit.alt:after,
.et_button_left.woocommerce-page #respond input#submit:after,
.et_button_left.woocommerce-page a.button.alt:after,
.et_button_left.woocommerce-page a.button:after,
.et_button_left.woocommerce-page button.button.alt:after,
.et_button_left.woocommerce-page button.button:after,
.et_button_left.woocommerce-page input.button.alt:after,
.et_button_left.woocommerce-page input.button:after,
.et_button_left.woocommerce a.button.alt:after,
.et_button_left.woocommerce a.button:after,
.et_button_left.woocommerce button.button.alt:after,
.et_button_left.woocommerce button.button:after,
.et_button_left.woocommerce input.button.alt:after,
.et_button_left.woocommerce input.button:after {
    margin-left: 0;
    left: 1em
}

.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled,
.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled,
.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_left .et_pb_button:hover,
.et_button_left .et_pb_module .et_pb_button:hover,
.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_left.woocommerce #content input.button:hover,
.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_left.woocommerce #respond input#submit:hover,
.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_left.woocommerce-page #content input.button:hover,
.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_left.woocommerce-page a.button:hover,
.et_button_left.woocommerce-page button.button.alt.disabled:hover,
.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_left.woocommerce-page button.button:hover,
.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_left.woocommerce-page input.button:hover,
.et_button_left.woocommerce a.button.alt:hover,
.et_button_left.woocommerce a.button:hover,
.et_button_left.woocommerce button.button.alt.disabled:hover,
.et_button_left.woocommerce button.button.alt:hover,
.et_button_left.woocommerce button.button:hover,
.et_button_left.woocommerce input.button.alt:hover,
.et_button_left.woocommerce input.button:hover {
    padding-left: 2em;
    padding-right: .7em
}

.et_button_icon_visible.et_button_left .et_pb_button:after,
.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce #content input.button:after,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after,
.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page a.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page button.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page input.button:after,
.et_button_icon_visible.et_button_left.woocommerce a.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce a.button:after,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce button.button:after,
.et_button_icon_visible.et_button_left.woocommerce input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce input.button:after,
.et_button_left .et_pb_button:hover:after,
.et_button_left.woocommerce #content input.button.alt:hover:after,
.et_button_left.woocommerce #content input.button:hover:after,
.et_button_left.woocommerce #respond input#submit.alt:hover:after,
.et_button_left.woocommerce #respond input#submit:hover:after,
.et_button_left.woocommerce-page #content input.button.alt:hover:after,
.et_button_left.woocommerce-page #content input.button:hover:after,
.et_button_left.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_left.woocommerce-page #respond input#submit:hover:after,
.et_button_left.woocommerce-page a.button.alt:hover:after,
.et_button_left.woocommerce-page a.button:hover:after,
.et_button_left.woocommerce-page button.button.alt:hover:after,
.et_button_left.woocommerce-page button.button:hover:after,
.et_button_left.woocommerce-page input.button.alt:hover:after,
.et_button_left.woocommerce-page input.button:hover:after,
.et_button_left.woocommerce a.button.alt:hover:after,
.et_button_left.woocommerce a.button:hover:after,
.et_button_left.woocommerce button.button.alt:hover:after,
.et_button_left.woocommerce button.button:hover:after,
.et_button_left.woocommerce input.button.alt:hover:after,
.et_button_left.woocommerce input.button:hover:after {
    left: .15em
}

.et_password_protected_form .et_submit_button:hover,
.form-submit .et_pb_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover {
    padding: .3em 1em
}

.et_button_no_icon .et_pb_button:after,
.et_button_no_icon.woocommerce #content input.button.alt:after,
.et_button_no_icon.woocommerce #content input.button:after,
.et_button_no_icon.woocommerce #respond input#submit.alt:after,
.et_button_no_icon.woocommerce #respond input#submit:after,
.et_button_no_icon.woocommerce-page #content input.button.alt:after,
.et_button_no_icon.woocommerce-page #content input.button:after,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:after,
.et_button_no_icon.woocommerce-page #respond input#submit:after,
.et_button_no_icon.woocommerce-page a.button.alt:after,
.et_button_no_icon.woocommerce-page a.button:after,
.et_button_no_icon.woocommerce-page button.button.alt:after,
.et_button_no_icon.woocommerce-page button.button:after,
.et_button_no_icon.woocommerce-page input.button.alt:after,
.et_button_no_icon.woocommerce-page input.button:after,
.et_button_no_icon.woocommerce a.button.alt:after,
.et_button_no_icon.woocommerce a.button:after,
.et_button_no_icon.woocommerce button.button.alt:after,
.et_button_no_icon.woocommerce button.button:after,
.et_button_no_icon.woocommerce input.button.alt:after,
.et_button_no_icon.woocommerce input.button:after {
    display: none
}

.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt.disabled:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button:hover,
.et_button_no_icon.et_button_left.woocommerce a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce a.button:hover,
.et_button_no_icon.et_button_left.woocommerce button.button.alt.disabled:hover,
.et_button_no_icon.et_button_left.woocommerce button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce button.button:hover,
.et_button_no_icon.et_button_left.woocommerce input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce input.button:hover,
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon.woocommerce #content input.button,
.et_button_no_icon.woocommerce #content input.button.alt,
.et_button_no_icon.woocommerce #content input.button.alt:hover,
.et_button_no_icon.woocommerce #content input.button:hover,
.et_button_no_icon.woocommerce #respond input#submit,
.et_button_no_icon.woocommerce #respond input#submit.alt,
.et_button_no_icon.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce #respond input#submit:hover,
.et_button_no_icon.woocommerce-page #content input.button,
.et_button_no_icon.woocommerce-page #content input.button.alt,
.et_button_no_icon.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.woocommerce-page #content input.button:hover,
.et_button_no_icon.woocommerce-page #respond input#submit,
.et_button_no_icon.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce-page a.button.alt,
.et_button_no_icon.woocommerce-page a.button.alt:hover,
.et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce-page button.button,
.et_button_no_icon.woocommerce-page button.button.alt,
.et_button_no_icon.woocommerce-page button.button.alt.disabled,
.et_button_no_icon.woocommerce-page button.button.alt.disabled:hover,
.et_button_no_icon.woocommerce-page button.button.alt:hover,
.et_button_no_icon.woocommerce-page button.button:hover,
.et_button_no_icon.woocommerce-page input.button,
.et_button_no_icon.woocommerce-page input.button.alt,
.et_button_no_icon.woocommerce-page input.button.alt:hover,
.et_button_no_icon.woocommerce-page input.button:hover,
.et_button_no_icon.woocommerce a.button,
.et_button_no_icon.woocommerce a.button.alt,
.et_button_no_icon.woocommerce a.button.alt:hover,
.et_button_no_icon.woocommerce a.button:hover,
.et_button_no_icon.woocommerce button.button,
.et_button_no_icon.woocommerce button.button.alt,
.et_button_no_icon.woocommerce button.button.alt.disabled,
.et_button_no_icon.woocommerce button.button.alt.disabled:hover,
.et_button_no_icon.woocommerce button.button.alt:hover,
.et_button_no_icon.woocommerce button.button:hover,
.et_button_no_icon.woocommerce input.button,
.et_button_no_icon.woocommerce input.button.alt,
.et_button_no_icon.woocommerce input.button.alt:hover,
.et_button_no_icon.woocommerce input.button:hover,
.woocommerce input.button,
.woocommerce input.button:hover {
    padding: .3em 1em !important
}

.et_button_custom_icon .et_pb_button:after,
.et_button_custom_icon.woocommerce #content input.button.alt:after,
.et_button_custom_icon.woocommerce #content input.button:after,
.et_button_custom_icon.woocommerce #respond input#submit.alt:after,
.et_button_custom_icon.woocommerce #respond input#submit:after,
.et_button_custom_icon.woocommerce-page #content input.button.alt:after,
.et_button_custom_icon.woocommerce-page #content input.button:after,
.et_button_custom_icon.woocommerce-page #respond input#submit.alt:after,
.et_button_custom_icon.woocommerce-page #respond input#submit:after,
.et_button_custom_icon.woocommerce-page a.button.alt:after,
.et_button_custom_icon.woocommerce-page a.button:after,
.et_button_custom_icon.woocommerce-page button.button.alt:after,
.et_button_custom_icon.woocommerce-page button.button:after,
.et_button_custom_icon.woocommerce-page input.button.alt:after,
.et_button_custom_icon.woocommerce-page input.button:after,
.et_button_custom_icon.woocommerce a.button.alt:after,
.et_button_custom_icon.woocommerce a.button:after,
.et_button_custom_icon.woocommerce button.button.alt:after,
.et_button_custom_icon.woocommerce button.button:after,
.et_button_custom_icon.woocommerce input.button.alt:after,
.et_button_custom_icon.woocommerce input.button:after {
    line-height: 1.7em
}

.et_button_custom_icon.et_button_icon_visible .et_pb_button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after,
.et_button_custom_icon .et_pb_button:hover:after,
.et_button_custom_icon.woocommerce #content input.button.alt:hover:after,
.et_button_custom_icon.woocommerce #content input.button:hover:after,
.et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after,
.et_button_custom_icon.woocommerce #respond input#submit:hover:after,
.et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page #content input.button:hover:after,
.et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_custom_icon.woocommerce-page a.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page a.button:hover:after,
.et_button_custom_icon.woocommerce-page button.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page button.button:hover:after,
.et_button_custom_icon.woocommerce-page input.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page input.button:hover:after,
.et_button_custom_icon.woocommerce a.button.alt:hover:after,
.et_button_custom_icon.woocommerce a.button:hover:after,
.et_button_custom_icon.woocommerce button.button.alt:hover:after,
.et_button_custom_icon.woocommerce button.button:hover:after,
.et_button_custom_icon.woocommerce input.button.alt:hover:after,
.et_button_custom_icon.woocommerce input.button:hover:after,
.et_button_left.woocommerce-page #respond input#submit:hover:after {
    margin-left: .3em
}

#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type {
    padding: 0;
    margin-bottom: -16px
}

.entry-content table:not(.variations),
body.et-pb-preview #main-content .container table {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%
}

.entry-content thead th,
.entry-content tr th,
body.et-pb-preview #main-content .container thead th,
body.et-pb-preview #main-content .container tr th {
    color: #555;
    font-weight: 700;
    padding: 9px 24px
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px
}

#left-area ul,
.comment-content ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul,
body.et-pb-preview #main-content .container ul {
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px
}

#left-area ol,
.comment-content ol,
.entry-content ol,
.et-l--body ol,
.et-l--footer ol,
.et-l--header ol,
body.et-pb-preview #main-content .container ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 0 23px;
    line-height: 26px
}

#left-area ul li ul,
.comment-content ul li ol,
.comment-content ul li ul,
.entry-content ul li ol,
body.et-pb-preview #main-content .container ul li ol {
    padding: 2px 0 2px 20px
}

#left-area ol li ul,
.comment-content ol li ol,
.comment-content ol li ul,
.entry-content ol li ol,
.et-l--body ol li ol,
.et-l--footer ol li ol,
.et-l--header ol li ol,
body.et-pb-preview #main-content .container ol li ol {
    padding: 2px 0 2px 35px
}

#left-area ul.wp-block-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.comment .children,
ol.commentlist {
    list-style: none !important;
    line-height: 1.7em !important;
    padding: 0 !important
}

.comment-content ul {
    padding: 0 0 23px 16px !important
}

.comment-content ol,
.comment-content ul {
    line-height: 26px !important
}

#left-area ul.products {
    padding: 0 !important;
    line-height: 1.7 !important;
    list-style: none !important
}

.gallery-item a {
    display: block
}

.gallery-caption,
.gallery-item a {
    width: 90%
}

body.admin-bar.et_fixed_nav #main-header,
body.admin-bar.et_fixed_nav #top-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
    top: 32px
}

body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header,
body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header,
body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
    top: 28px
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 30px
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 63px
}

body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_header_style_slide #main-header {
    top: 0
}

.et_vertical_fixed.admin-bar #page-container #main-header {
    top: 32px
}

#wpadminbar {
    z-index: 100001
}

.container {
    text-align: left;
    position: relative
}

#top-header {
    font-size: 12px;
    line-height: 13px;
    z-index: 100000;
    color: #fff
}

#top-header a {
    color: #fff
}

#et-secondary-nav,
#top-header {
    -webkit-transition: background-color .4s, transform .4s, opacity .4s ease-in-out;
    -webkit-transition: background-color .4s, opacity .4s ease-in-out, -webkit-transform .4s;
    transition: background-color .4s, opacity .4s ease-in-out, -webkit-transform .4s;
    transition: background-color .4s, transform .4s, opacity .4s ease-in-out;
    transition: background-color .4s, transform .4s, opacity .4s ease-in-out, -webkit-transform .4s
}

#top-header .container {
    padding-top: .75em;
    font-weight: 600
}

#main-header {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 99999
}

.et_duplicate_social_icons {
    display: none
}

#top-header,
#top-header #et-info,
#top-header .container,
#top-header .et-social-icon a {
    line-height: 1em
}

.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
    padding-top: 80px
}

.et_fixed_nav.et_show_nav.et-tb #page-container,
.et_fixed_nav.et_show_nav.et-tb-has-header #page-container {
    padding-top: 0 !important
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 111px
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
    padding-top: 177px
}

.et_fixed_nav.et_show_nav.et_header_style_centered #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container {
    padding-top: 147px
}

.et_fixed_nav #top-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
    top: 0;
    left: 0;
    right: 0
}

.et_non_fixed_nav.et_transparent_nav #main-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
    position: absolute
}

.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
    position: fixed
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding-top: 33px
}

.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 33px
}

.et_header_style_left .logo_container {
    position: absolute;
    height: 100%;
    width: 100%
}

.et_header_style_split #et-top-navigation nav>ul>li>a {
    z-index: 3
}

.et_header_style_split #main-header .centered-inline-logo-wrap {
    margin: -33px 0;
    height: 66px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.et_header_style_split #main-header .centered-inline-logo-wrap .logo_container,
.et_header_style_split #main-header .centered-inline-logo-wrap a {
    height: 100%
}

.et_header_style_split #main-header .logo_container {
    position: static
}

.et_header_style_split #top-menu-nav {
    display: inline-block
}

.et_header_style_split #et_top_search {
    float: none;
    display: inline-block
}

.et_header_style_split.et_vertical_nav #et_top_search {
    display: block
}

.et_header_style_split #et_search_icon:before {
    margin-top: -9px
}

.et_header_style_left #et-top-navigation .mobile_menu_bar,
.et_header_style_split #et-top-navigation .mobile_menu_bar {
    padding-bottom: 24px
}

.et_header_style_split #et-top-navigation {
    float: none;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    line-height: 1
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
    display: block
}

.et_header_style_split #main-header .container,
.et_header_style_split #main-header .logo_container {
    text-align: center;
    z-index: 2
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
    text-align: left
}

.et_header_style_split span.logo_helper {
    display: none
}

.et_header_style_split #main-header .et-menu,
.et_header_style_split #main-header nav.et-menu-nav,
.et_header_style_split #top-header .et-menu,
.et_header_style_split #top-header nav.et-menu-nav,
.et_header_style_split #top-menu,
.et_header_style_split nav#top-menu-nav {
    float: none
}

.safari.et_header_style_split #et-top-navigation {
    -webkit-transform: translateZ(0)
}

.et_header_style_centered #main-header .container {
    text-align: center;
    height: inherit
}

.et_header_style_centered.et_vertical_nav #main-header .container {
    height: auto
}

.et_header_style_centered #main-header div#et-top-navigation {
    bottom: 0;
    position: relative;
    width: 100%
}

.et_header_style_centered #et-top-navigation,
.et_header_style_centered #logo,
.et_header_style_centered #top-menu,
.et_header_style_centered nav#top-menu-nav {
    float: none
}

.et_header_style_centered #logo {
    max-height: 64%
}

.et_header_style_centered #main-header .logo_container {
    height: 100px;
    padding: 0
}

.et_header_style_centered header#main-header.et-fixed-header .logo_container {
    height: 70px
}

.et_header_style_centered #et_top_search {
    float: none;
    display: inline-block !important
}

.et_header_style_centered #et_search_icon:before {
    left: 3px;
    top: -13px
}

.et_header_style_centered nav#top-menu-nav {
    display: inline-block
}

.et_header_style_centered #top-menu>li>a {
    padding-bottom: 2em
}

.et_header_style_centered #et-top-navigation .et-cart-info {
    float: none
}

.et_hide_search_icon #et_top_search,
.et_hide_search_icon .et_slide_menu_top .et-search-form {
    display: none !important
}

.et_vertical_nav.et_header_style_centered #main-header .logo_container,
.et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container {
    height: auto
}

.et_vertical_nav.et_header_style_centered header#main-header #top-menu>li>a,
.et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu>li>a {
    padding-bottom: 19px
}

.et_vertical_nav.et_header_style_left #et-top-navigation,
.et_vertical_nav.et_header_style_split #et-top-navigation {
    padding-top: 0
}

#logo {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0)
}

.et_pb_svg_logo #logo,
.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
    height: 54%
}

.logo_container {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.et_vertical_nav .logo_container {
    height: auto;
    position: relative;
    padding: 0
}

.et_vertical_nav span.logo_helper {
    display: none
}

.safari .centered-inline-logo-wrap {
    -webkit-transform: translateZ(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#et-define-logo-wrap img {
    width: 100%
}

.gecko #et-define-logo-wrap.svg-logo {
    position: relative !important
}

.et-cart-info {
    color: inherit
}

#top-header .et-cart-info {
    margin-left: 15px
}

#et-top-navigation .et-cart-info {
    float: left;
    margin: -2px 0 0 22px;
    font-size: 16px
}

.et_vertical_nav #et-top-navigation .et-cart-info {
    margin-left: 0
}

.et_header_style_fullscreen #et-top-navigation a.et-cart-info,
.et_header_style_slide #et-top-navigation a.et-cart-info {
    display: none
}

#et-info {
    float: left
}

#et-info-email,
#et-info-phone,
.et-cart-info span {
    position: relative
}

#et-info-phone:before {
    content: "\e090";
    position: relative;
    top: 2px;
    margin-right: 2px
}

#et-info-phone {
    margin-right: 13px
}

#et-info-email:before {
    content: "\e076";
    margin-right: 4px
}

#top-header .et-social-icons {
    float: none;
    display: inline-block
}

#et-secondary-menu .et-social-icons {
    margin-right: 20px
}

#top-header .et-social-icons li {
    margin-left: 12px;
    margin-top: -2px
}

.et-social-icons {
    float: right
}

.et-social-icons li {
    display: inline-block;
    margin-left: 20px
}

.et-social-icon a {
    display: inline-block;
    font-size: 24px;
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    color: #666;
    text-decoration: none
}

.et-social-icon span {
    display: none
}

#top-header .et-social-icon a {
    font-size: 14px
}

#top-menu,
#top-menu-nav {
    line-height: 0
}

#et-top-navigation {
    font-weight: 600
}

.et_fixed_nav #et-top-navigation {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#et-secondary-menu {
    float: right
}

#et-info,
#et-secondary-menu>ul>li a {
    padding-bottom: .75em;
    display: block
}

#et-secondary-nav,
#et-secondary-nav li {
    display: inline-block
}

#et-secondary-nav a {
    -webkit-transition: background-color .4s, color .4s ease-in-out;
    transition: background-color .4s, color .4s ease-in-out
}

#et-secondary-nav li {
    margin-right: 15px
}

#et-secondary-nav>li:last-child {
    margin-right: 0
}

.et-cart-info span:before {
    content: "\e07a";
    margin-right: 10px
}

#top-menu,
.et-menu,
nav#top-menu-nav,
nav.et-menu-nav {
    float: left
}

#top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 22px
}

#top-menu>li:last-child {
    padding-right: 0
}

.et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu>li:last-child>ul.sub-menu {
    right: 0
}

#top-menu a {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#et-info-email:hover,
#et-secondary-menu>ul>li>a:hover,
#top-menu-nav>ul>li>a:hover,
.et-social-icons a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#et_search_icon:before {
    content: "\55";
    font-size: 17px;
    left: 0;
    position: absolute;
    top: -3px
}

#et_search_icon:hover {
    cursor: pointer
}

#et_top_search {
    float: right;
    margin: 3px 0 0 22px;
    position: relative;
    display: block;
    width: 18px
}

#et_top_search.et_search_opened {
    position: absolute;
    width: 100%
}

.et_vertical_nav #et_top_search {
    margin-left: 0
}

.et-search-form {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1000;
    width: 100%
}

.et-search-form input {
    width: 90%;
    border: none;
    color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    background: 0 0
}

.et-search-form .et-search-field::-ms-clear {
    width: 0;
    height: 0;
    display: none
}

.et_header_style_centered .et-search-form input,
.et_header_style_centered span.et_close_search_field {
    top: 60%
}

.et_vertical_nav.et_header_style_centered .et-search-form input,
.et_vertical_nav.et_header_style_centered span.et_close_search_field {
    top: 0
}

.et_search_form_container {
    animation: none;
    -o-animation: none;
    -webkit-animation: none;
    -moz-animation: none
}

.container.et_search_form_container {
    position: relative;
    opacity: 0;
    height: 1px
}

.container.et_search_form_container.et_pb_search_visible {
    z-index: 999;
    -webkit-animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_search_visible.et_pb_no_animation {
    opacity: 1
}

.et_pb_search_form_hidden {
    -webkit-animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

span.et_close_search_field {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99999;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto
}

span.et_close_search_field:after {
    font-family: ETmodules;
    content: "\4d";
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container.et_menu_container {
    z-index: 99
}

.container.et_search_form_container.et_pb_search_form_hidden {
    z-index: 1 !important
}

.et_search_outer {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0
}

.container.et_pb_menu_hidden {
    z-index: -1
}

form.et-search-form {
    background: transparent !important
}

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

#left-area .post-meta {
    font-size: 14px;
    padding-bottom: 15px
}

#left-area .post-meta a {
    text-decoration: none;
    color: #666
}

#left-area .et_featured_image {
    padding-bottom: 7px
}

.single .post {
    padding-bottom: 25px
}

body.single .et_audio_content {
    margin-bottom: -6px
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    padding-top: 6%
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper:last-of-type {
    padding-top: 0
}

.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row {
    width: 100%
}

.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_with_background .et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
    width: 80%
}

.et_pb_pagebuilder_layout .entry-content,
.et_pb_pagebuilder_layout .et_pb_post .entry-content {
    margin-bottom: 0 !important;
    padding-top: 0
}

.single-project.et_pb_pagebuilder_layout .nav-single {
    width: 80%;
    max-width: 1080px;
    margin: 10px auto
}

.et_password_protected_form p input {
    background-color: #eee;
    border: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.et_password_protected_form label {
    display: none
}

.et_password_protected_form .et_submit_button {
    font-family: inherit;
    display: block;
    float: right;
    margin: 8px auto 0;
    cursor: pointer
}

.post-password-required p.nocomments.container {
    max-width: 100%
}

.post-password-required p.nocomments.container:before {
    display: none
}

p.demo_store {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    z-index: 100000
}

.comment-content address,
.entry-content address,
body.et-pb-preview #main-content .container address {
    line-height: 24px;
    margin-bottom: 12px
}

.woocommerce-info a {
    color: #fff !important
}

.shop_table .actions .submit {
    float: right
}

.shop_table .actions .checkout-button {
    clear: both
}

.col2-set.addresses {
    margin-top: 20px
}

table.shop_table {
    margin-bottom: 30px !important
}

.woocommerce-message a.button.wc-forward,
.woocommerce-message a.button.wc-forward:hover {
    border: none;
    background: #fff
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 15px;
    font-size: 14px;
    border-radius: 3px
}

p.woocommerce-result-count {
    font-weight: 500;
    font-size: 14px;
    color: #999;
    padding-bottom: 40px
}

.entry-summary .entry-title {
    padding-bottom: 14px !important
}

.et_pb_widget .buttons a {
    margin-top: 10px !important
}

.product_meta {
    border: solid #dadada;
    border-width: 1px 0 0;
    font-size: 14px;
    color: #666;
    padding-top: 6px
}

.posted_in a,
.tagged_as a {
    font-weight: 500;
    color: #2ea3f2;
    text-decoration: none
}

.related.products {
    margin: 20px 0
}

.product .related h2 {
    font-size: 26px !important;
    padding-bottom: 16px
}

.et_fixed_nav.et_transparent_nav.et-db.et_full_width_page #left-area>.woocommerce-notices-wrapper {
    opacity: 0
}

.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 0 9px !important
}

.woocommerce-page ul.products li.product h3,
.woocommerce ul.products li.product h3 {
    padding: .3em 0
}

.woocommerce-page ul.products li.product .onsale,
.woocommerce ul.products li.product .onsale {
    left: 10px !important;
    margin: 0 !important;
    right: auto !important
}

.woocommerce-page span.onsale,
.woocommerce span.onsale {
    z-index: 2;
    background: #ef8f61 !important;
    border-radius: 3px !important;
    color: #fff;
    font-size: 20px;
    font-weight: 500 !important;
    left: 10px !important;
    line-height: inherit !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 6px 18px !important;
    position: absolute;
    text-shadow: none !important;
    top: 10px !important
}

.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page span.onsale,
.woocommerce div.product div.images img,
.woocommerce span.onsale {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce div.product div.images div.thumbnails {
    padding-top: 20px !important
}

.woocommerce-page .woocommerce-pagination ul.page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers {
    list-style: none !important;
    padding: 0 !important
}

.woocommerce-page .products .star-rating,
.woocommerce .products .star-rating {
    margin: 4px 0 .3em !important
}

.woocommerce-page .star-rating:before,
.woocommerce .star-rating:before {
    content: "\53\53\53\53\53" !important;
    color: #ccc !important
}

.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del {
    color: #666 !important;
    font-size: 14px;
    margin: 0 !important
}

.entry-summary p.price span {
    font-size: 26px !important
}

.entry-summary p.price del {
    color: #999;
    margin-right: 10px
}

.cart_table_item .quantity {
    margin: 0 !important;
    width: 100px !important
}

#main-content .cart-subtotal td {
    border-top: none
}

.woocommerce-checkout #main-content .cart-subtotal td {
    border-top: 1px solid #eee
}

#content-area table td,
#content-area table th,
#content-area table tr,
#main-content table.cart td,
#main-content table.cart th,
#main-content table.cart tr,
table.cart td,
table.cart th,
table.cart tr {
    padding: .857em .587em;
    max-width: 100%
}

#main-content table.cart td.actions .button.alt,
table.cart td.actions .button.alt {
    margin: 19px 0 9px
}

table.cart td.actions .checkout-button {
    margin: 0 !important
}

.orderby,
.woocommerce div.product form.cart .variations td select {
    background-color: #ececec;
    border: none;
    border-radius: 3px;
    color: #666 !important;
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 500;
    font-family: Open Sans, Arial, sans-serif
}

.cart_totals h2,
.shipping_calculator h2 {
    margin-bottom: 10px
}

.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce div.product form.cart {
    margin: 24px 0 39px
}

.woocommerce #content div.product .et_pb_wc_add_to_cart:last-child form.cart,
.woocommerce-page #content div.product .et_pb_wc_add_to_cart:last-child form.cart,
.woocommerce-page div.product .et_pb_wc_add_to_cart:last-child form.cart,
.woocommerce div.product .et_pb_wc_add_to_cart:last-child form.cart {
    margin-bottom: 0 !important
}

.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity {
    margin: 0 20px 0 0 !important;
    width: auto;
    overflow: hidden
}

.woocommerce #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce .quantity input.qty {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #fff !important;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background-color: rgba(0, 0, 0, .2) !important;
    height: 49px
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 150px;
    padding: 6px 12px;
    margin-right: 10px
}

.woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder {
    color: #fff
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
    color: #fff
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder,
.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder {
    color: #fff
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder {
    color: #fff
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    background: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #bcc8c9 !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    height: 24px !important;
    text-decoration: none !important;
    text-shadow: none !important;
    width: 30px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border: 1px solid #bcc8c9 !important
}

.woocommerce #content .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity,
.woocommerce .quantity {
    width: 100px;
    margin: 0
}

.woocommerce div.product form.cart .variations td {
    padding: 0 20px 20px 0 !important;
    max-width: none !important;
    line-height: 1.3em
}

.woocommerce div.product form.cart .variations td:last-child {
    padding-right: 0 !important
}

.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li,
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 6px 0
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom-color: #d9d9d9
}

body.woocommerce .woocommerce-tabs {
    border: 1px solid #d9d9d9;
    margin: 30px 0 45px
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs,
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f4f4
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: 0 0;
    border-radius: 0;
    background: #f4f4f4;
    border: none;
    border-right: 1px solid #d9d9d9;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 -2px
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff !important
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #666 !important;
    padding: 4px 22px !important
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important
}

body.woocommerce #content-area div.product .woocommerce-tabs .panel,
body.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;
    margin: 0
}

#reviews .commentlist {
    padding-bottom: 0 !important
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
    margin-bottom: 40px !important
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0 100px !important
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    width: auto !important;
    padding: 0 !important;
    border: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: inherit !important;
    margin: 0 0 2px !important;
    padding: 0 !important
}

.woocommerce #reviews .commentlist .star-rating {
    float: none !important;
    margin-bottom: 6px !important
}

.woocommerce #reviews #comments h1,
.woocommerce #reviews #comments h2,
.woocommerce #reviews #comments h3,
.woocommerce #reviews #comments h4,
.woocommerce #reviews #comments h5,
.woocommerce #reviews #comments h6,
.woocommerce-page #reviews #comments h1,
.woocommerce-page #reviews #comments h2,
.woocommerce-page #reviews #comments h3,
.woocommerce-page #reviews #comments h4,
.woocommerce-page #reviews #comments h5,
.woocommerce-page #reviews #comments h6 {
    margin-bottom: 30px !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 18px !important;
    color: #fff !important;
    padding: 15px !important
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    display: none !important;
    color: #fff !important
}

.woocommerce-page #review_form #respond p.form-submit,
.woocommerce-page #reviews #commentform {
    padding-bottom: 0;
    margin-bottom: 0
}

.woocommerce .pswp {
    z-index: 999999
}

div.pp_pic_holder {
    z-index: 100001
}

div.pp_overlay {
    z-index: 100000
}

figure.woocommerce-product-gallery__wrapper {
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 6.6666%
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
    margin-right: 6.6666%;
    margin-bottom: 6.6666%
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n) {
    margin-right: 0
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.single-project #left-area {
    padding-bottom: 50px
}

.et_main_title {
    padding-bottom: 12px
}

.et_main_title h1 {
    display: inline-block;
    padding-right: 2px
}

.et_main_title .et_project_categories {
    font-size: 14px
}

.et_main_title .et_project_categories a {
    text-decoration: none;
    color: #666
}

.project .entry-content {
    padding-top: 30px
}

.et_project_meta_title {
    display: block;
    font-weight: 700;
    color: #333
}

.et_project_meta {
    margin: 23px 0 14px;
    border-top: 1px solid #e2e2e2;
    padding: 15px 0 39px;
    border-bottom: 1px solid #e2e2e2
}

.et_project_meta p {
    padding-bottom: 15px
}

.et_project_meta p a {
    text-decoration: none;
    color: #666
}

.nav-single a {
    text-decoration: none;
    color: #2ea3f2;
    font-size: 14px;
    font-weight: 400
}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

.single .et_pb_post {
    margin-bottom: 27px
}

.et_portfolio_image,
.et_shop_image {
    position: relative;
    display: block
}

.et_portfolio_image img {
    vertical-align: bottom;
    margin-bottom: 0
}

.single .et_pb_post.et_pb_no_comments_section {
    padding-bottom: 0;
    margin-bottom: 0
}

.et_pb_pagebuilder_layout .project .entry-content {
    padding-top: 0
}

.et_full_width_portfolio_page .et_project_meta {
    margin-bottom: 0;
    float: left;
    width: 21%;
    margin-top: 0;
    border-bottom: none
}

.et_full_width_portfolio_page .entry-content {
    margin-bottom: 43px
}

.et_full_width_portfolio_page .nav-single {
    border-top: 1px solid #e2e2e2;
    padding-top: 13px
}

.entry-content .et_pb_member_social_links {
    list-style-type: none !important;
    margin-top: 20px;
    padding: 0
}

#et-top-navigation {
    float: right
}

#top-menu li li {
    padding: 0 20px;
    margin: 0
}

#top-menu li li a {
    padding: 6px 20px;
    width: 200px
}

#et-secondary-nav li {
    position: relative;
    text-align: right
}

#et-secondary-nav li ul {
    position: absolute;
    right: 0;
    padding: 1em 0
}

#et-secondary-nav li ul ul {
    right: 220px;
    top: 0;
    margin-top: -1em
}

#et-secondary-nav li ul li {
    display: block
}

#et-secondary-nav li ul {
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateZ(0)
}

#et-secondary-nav li.et-hover>ul {
    visibility: visible
}

#et-secondary-nav li>ul {
    width: 220px
}

#et-secondary-nav li.et-touch-hover>ul,
#et-secondary-nav li:hover>ul,
.nav li.et-touch-hover>ul {
    opacity: 1;
    visibility: visible
}

#et-secondary-nav li li {
    padding: 0 2em;
    margin: 0
}

#et-secondary-nav li li a {
    padding: 1em;
    width: 100%;
    font-size: 12px;
    line-height: 1em;
    margin-right: 0;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#et-secondary-nav ul li a:hover {
    background-color: rgba(0, 0, 0, .03)
}

#et-secondary-nav li:hover {
    visibility: inherit
}

#et-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800
}

#et-secondary-nav .menu-item-has-children>a:first-child,
#top-menu .menu-item-has-children>a:first-child {
    padding-right: 20px
}

#top-menu li .menu-item-has-children>a:first-child {
    padding-right: 40px
}

#top-menu li .menu-item-has-children>a:first-child:after {
    right: 20px;
    top: 6px
}

#et-secondary-nav .menu-item-has-children>a:first-child:after {
    top: 0
}

#et-secondary-nav li .menu-item-has-children>a:first-child:after {
    top: .67em;
    right: auto;
    left: 2.3em
}

#top-menu li.mega-menu {
    position: inherit
}

#top-menu li.mega-menu>ul {
    padding: 30px 20px;
    position: absolute !important;
    width: 100%;
    left: 0 !important
}

#top-menu li.mega-menu ul li {
    margin: 0;
    float: left !important;
    display: block !important;
    padding: 0 !important
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n) {
    clear: right
}

#top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
    clear: left
}

#top-menu li.mega-menu ul li li {
    width: 100%
}

#top-menu li.mega-menu li>ul {
    -webkit-animation: none !important;
    animation: none !important;
    padding: 0;
    border: none;
    left: auto;
    top: auto;
    width: 90% !important;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none
}

#top-menu li.mega-menu li ul {
    visibility: visible;
    opacity: 1;
    display: none
}

#top-menu li.mega-menu.et-hover li ul {
    display: block
}

#top-menu li.mega-menu.et-hover>ul {
    opacity: 1 !important;
    visibility: visible !important
}

#top-menu li.mega-menu>ul>li>a {
    width: 90%;
    padding: 0 20px 10px
}

#top-menu li.mega-menu>ul>li>a:first-child {
    padding-top: 0 !important;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .03)
}

#top-menu li.mega-menu>ul>li>a:first-child:hover {
    background-color: transparent !important
}

#top-menu li.mega-menu li>a {
    width: 100%
}

#top-menu li.mega-menu.mega-menu-parent li>a,
#top-menu li.mega-menu.mega-menu-parent li li {
    width: 100% !important
}

#top-menu li.mega-menu.mega-menu-parent li>.sub-menu {
    float: left;
    width: 100% !important
}

#top-menu li.mega-menu>ul>li {
    width: 25%;
    margin: 0
}

#top-menu li.mega-menu.mega-menu-parent-3>ul>li {
    width: 33.33%
}

#top-menu li.mega-menu.mega-menu-parent-2>ul>li {
    width: 50%
}

#top-menu li.mega-menu.mega-menu-parent-1>ul>li {
    width: 100%
}

#top-menu li.mega-menu .menu-item-has-children>a:first-child:after {
    display: none
}

#top-menu li.mega-menu>ul>li>ul>li {
    width: 100%;
    margin: 0
}

.et_vertical_nav #top-menu li.mega-menu {
    position: relative
}

.et_vertical_nav #top-menu li.mega-menu li>a,
.et_vertical_nav #top-menu li.mega-menu li>ul {
    width: 100% !important
}

.et_vertical_nav #top-menu li.mega-menu>ul {
    top: 62px;
    padding: 30px 20px;
    position: absolute !important;
    width: 790px !important;
    left: 0 !important
}

.et_vertical_nav #top-menu li.mega-menu>ul>li {
    width: 33.333%
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1>ul>li {
    width: 100%
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2>ul>li {
    width: 50%
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(n+4) {
    margin-top: 30px
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n) {
    clear: right
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n+1) {
    clear: left
}

.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n),
.et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n+1) {
    clear: none
}

#et_mobile_nav_menu {
    float: right;
    display: none
}

.et_toggle_slide_menu:after,
.mobile_menu_bar:before {
    content: "\61";
    font-size: 32px;
    left: 0;
    position: relative;
    top: 0;
    cursor: pointer
}

#main-footer {
    background-color: #222
}

#footer-widgets {
    padding: 6% 0 0
}

.footer-widget {
    float: left;
    color: #fff
}

.last {
    margin-right: 0
}

.footer-widget .fwidget:last-child {
    margin-bottom: 0 !important
}

#footer-widgets .footer-widget li {
    padding-left: 14px;
    position: relative
}

#footer-widgets .footer-widget li:before {
    border-radius: 3px;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 9px
}

#footer-widgets .footer-widget li a {
    color: #fff;
    text-decoration: none
}

#footer-widgets .footer-widget li a:hover {
    color: hsla(0, 0%, 100%, .7)
}

.footer-widget .widget_adsensewidget ins {
    min-width: 160px
}

#footer-bottom {
    background-color: #1f1f1f;
    background-color: rgba(0, 0, 0, .32);
    padding: 15px 0 5px
}

#footer-bottom a {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#footer-info {
    text-align: left;
    color: #666;
    padding-bottom: 10px;
    float: left
}

#footer-info a {
    font-weight: 700;
    color: #666
}

#footer-info a:hover {
    opacity: .7
}

#et-footer-nav {
    background-color: hsla(0, 0%, 100%, .05)
}

.bottom-nav {
    padding: 15px 0
}

.bottom-nav li {
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    padding-right: 22px
}

.bottom-nav a {
    color: #bbb;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.bottom-nav a:hover {
    opacity: .7
}

.aligncenter,
div.post .new-post .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    max-width: 96%;
    padding: 8px
}

.wp-caption.alignleft {
    margin: 0 30px 20px 0
}

.wp-caption.alignright {
    margin: 0 0 20px 30px
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    padding: 0 4px 5px;
    margin: 0
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px
}

.pagination {
    clear: both
}

.wp-pagenavi {
    text-align: right;
    border-top: 1px solid #e2e2e2;
    padding-top: 13px;
    clear: both;
    margin-bottom: 30px
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #666;
    margin: 0 5px;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: none !important
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #999 !important
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #2ea3f2 !important
}

.page.et_pb_pagebuilder_layout #main-content {
    background-color: transparent
}

#sidebar {
    padding-bottom: 28px
}

#sidebar .et_pb_widget {
    margin-bottom: 30px;
    width: 100%;
    float: none
}

img#about-image {
    float: left;
    margin: 3px 8px 8px 0
}

.widget_search .screen-reader-text {
    display: none
}

.widget_search input#s,
.widget_search input#searchsubmit {
    padding: .7em;
    height: 40px !important;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: 1px solid #ddd;
    color: #666
}

.widget_search #s {
    width: 100%;
    border-radius: 3px
}

.widget_search #searchform {
    position: relative
}

.widget_search #searchsubmit {
    background-color: #ddd;
    width: 70px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    right: 0;
    top: 0
}

#searchsubmit {
    cursor: pointer
}

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 100%
}

#wp-calendar a {
    display: block;
    text-decoration: none;
    font-weight: 700
}

#wp-calendar a:hover {
    text-decoration: underline
}

#wp-calendar caption {
    text-decoration: none;
    font: 700 13px Arial, Sans-Serif
}

#wp-calendar td {
    padding: 3px 5px;
    color: #9f9f9f
}

#wp-calendar td#today {
    font-weight: 700
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 5px
}

#wp-calendar #next a,
#wp-calendar #prev a {
    font-size: 9pt
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left
}

.tagcloud a {
    font-size: 12px !important;
    padding: 2px 8px;
    background: rgba(0, 0, 0, .05);
    display: inline-block;
    margin-bottom: 4px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tagcloud a:hover {
    background: rgba(0, 0, 0, .15)
}

.et_color_scheme_green a {
    color: #7cc68d
}

.et_color_scheme_green #top-header,
.et_color_scheme_green .et_pb_counter_amount,
.et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_green.woocommerce #content input.button,
.et_color_scheme_green.woocommerce #content input.button.alt,
.et_color_scheme_green.woocommerce #respond input#submit,
.et_color_scheme_green.woocommerce #respond input#submit.alt,
.et_color_scheme_green .woocommerce-error,
.et_color_scheme_green .woocommerce-info,
.et_color_scheme_green .woocommerce-message,
.et_color_scheme_green.woocommerce-page #content input.button,
.et_color_scheme_green.woocommerce-page #content input.button.alt,
.et_color_scheme_green.woocommerce-page #respond input#submit,
.et_color_scheme_green.woocommerce-page #respond input#submit.alt,
.et_color_scheme_green.woocommerce-page a.button,
.et_color_scheme_green.woocommerce-page a.button.alt,
.et_color_scheme_green.woocommerce-page button.button,
.et_color_scheme_green.woocommerce-page button.button.alt,
.et_color_scheme_green.woocommerce-page button.button.alt.disabled,
.et_color_scheme_green.woocommerce-page input.button,
.et_color_scheme_green.woocommerce-page input.button.alt,
.et_color_scheme_green.woocommerce a.button,
.et_color_scheme_green.woocommerce a.button.alt,
.et_color_scheme_green.woocommerce button.button,
.et_color_scheme_green.woocommerce button.button.alt,
.et_color_scheme_green.woocommerce button.button.alt.disabled,
.et_color_scheme_green.woocommerce input.button,
.et_color_scheme_green.woocommerce input.button.alt {
    background: #7cc68d !important
}

.et_color_scheme_green #et_search_icon:hover,
.et_color_scheme_green #top-menu li.current-menu-ancestor>a,
.et_color_scheme_green #top-menu li.current-menu-item>a,
.et_color_scheme_green .bottom-nav li.current-menu-item>a,
.et_color_scheme_green .comment-reply-link,
.et_color_scheme_green .entry-summary p.price ins,
.et_color_scheme_green .et_overlay:before,
.et_color_scheme_green .et_password_protected_form .et_submit_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_green .et_pb_contact_submit,
.et_color_scheme_green .et_pb_pricing_table_button,
.et_color_scheme_green .et_pb_pricing li a,
.et_color_scheme_green .et_pb_sum,
.et_color_scheme_green .footer-widget h4,
.et_color_scheme_green .form-submit .et_pb_button,
.et_color_scheme_green .mobile_menu_bar:before,
.et_color_scheme_green.woocommerce #content div.product p.price,
.et_color_scheme_green.woocommerce #content div.product span.price,
.et_color_scheme_green.woocommerce-page #content div.product p.price,
.et_color_scheme_green.woocommerce-page #content div.product span.price,
.et_color_scheme_green.woocommerce-page div.product p.price,
.et_color_scheme_green.woocommerce-page div.product span.price,
.et_color_scheme_green.woocommerce div.product p.price,
.et_color_scheme_green.woocommerce div.product span.price {
    color: #7cc68d
}

.et_color_scheme_green.woocommerce-page .star-rating span:before,
.et_color_scheme_green.woocommerce .star-rating span:before {
    color: #7cc68d !important
}

.et_color_scheme_green .et-search-form,
.et_color_scheme_green .et_mobile_menu,
.et_color_scheme_green .et_pb_pricing li:before,
.et_color_scheme_green .footer-widget li:before,
.et_color_scheme_green .nav li ul {
    border-color: #7cc68d
}

.et_color_scheme_pink a {
    color: #c37cc6
}

.et_color_scheme_pink #top-header,
.et_color_scheme_pink .et_pb_counter_amount,
.et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_pink.woocommerce #content input.button,
.et_color_scheme_pink.woocommerce #content input.button.alt,
.et_color_scheme_pink.woocommerce #respond input#submit,
.et_color_scheme_pink.woocommerce #respond input#submit.alt,
.et_color_scheme_pink .woocommerce-error,
.et_color_scheme_pink .woocommerce-info,
.et_color_scheme_pink .woocommerce-message,
.et_color_scheme_pink.woocommerce-page #content input.button,
.et_color_scheme_pink.woocommerce-page #content input.button.alt,
.et_color_scheme_pink.woocommerce-page #respond input#submit,
.et_color_scheme_pink.woocommerce-page #respond input#submit.alt,
.et_color_scheme_pink.woocommerce-page a.button,
.et_color_scheme_pink.woocommerce-page a.button.alt,
.et_color_scheme_pink.woocommerce-page button.button,
.et_color_scheme_pink.woocommerce-page button.button.alt,
.et_color_scheme_pink.woocommerce-page button.button.alt.disabled,
.et_color_scheme_pink.woocommerce-page input.button,
.et_color_scheme_pink.woocommerce-page input.button.alt,
.et_color_scheme_pink.woocommerce a.button,
.et_color_scheme_pink.woocommerce a.button.alt,
.et_color_scheme_pink.woocommerce button.button,
.et_color_scheme_pink.woocommerce button.button.alt,
.et_color_scheme_pink.woocommerce button.button.alt.disabled,
.et_color_scheme_pink.woocommerce input.button,
.et_color_scheme_pink.woocommerce input.button.alt {
    background: #c37cc6 !important
}

.et_color_scheme_pink #et_search_icon:hover,
.et_color_scheme_pink #top-menu li.current-menu-ancestor>a,
.et_color_scheme_pink #top-menu li.current-menu-item>a,
.et_color_scheme_pink .bottom-nav li.current-menu-item>a,
.et_color_scheme_pink .comment-reply-link,
.et_color_scheme_pink .entry-summary p.price ins,
.et_color_scheme_pink .et_overlay:before,
.et_color_scheme_pink .et_password_protected_form .et_submit_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_pink .et_pb_contact_submit,
.et_color_scheme_pink .et_pb_pricing_table_button,
.et_color_scheme_pink .et_pb_pricing li a,
.et_color_scheme_pink .et_pb_sum,
.et_color_scheme_pink .footer-widget h4,
.et_color_scheme_pink .form-submit .et_pb_button,
.et_color_scheme_pink .mobile_menu_bar:before,
.et_color_scheme_pink.woocommerce #content div.product p.price,
.et_color_scheme_pink.woocommerce #content div.product span.price,
.et_color_scheme_pink.woocommerce-page #content div.product p.price,
.et_color_scheme_pink.woocommerce-page #content div.product span.price,
.et_color_scheme_pink.woocommerce-page div.product p.price,
.et_color_scheme_pink.woocommerce-page div.product span.price,
.et_color_scheme_pink.woocommerce div.product p.price,
.et_color_scheme_pink.woocommerce div.product span.price {
    color: #c37cc6
}

.et_color_scheme_pink.woocommerce-page .star-rating span:before,
.et_color_scheme_pink.woocommerce .star-rating span:before {
    color: #c37cc6 !important
}

.et_color_scheme_pink .et-search-form,
.et_color_scheme_pink .et_mobile_menu,
.et_color_scheme_pink .et_pb_pricing li:before,
.et_color_scheme_pink .footer-widget li:before,
.et_color_scheme_pink .nav li ul {
    border-color: #c37cc6
}

.et_color_scheme_red a {
    color: #cd5c5c
}

.et_color_scheme_red #top-header,
.et_color_scheme_red .et_pb_counter_amount,
.et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_red.woocommerce #content input.button,
.et_color_scheme_red.woocommerce #content input.button.alt,
.et_color_scheme_red.woocommerce #respond input#submit,
.et_color_scheme_red.woocommerce #respond input#submit.alt,
.et_color_scheme_red .woocommerce-error,
.et_color_scheme_red .woocommerce-info,
.et_color_scheme_red .woocommerce-message,
.et_color_scheme_red.woocommerce-page #content input.button,
.et_color_scheme_red.woocommerce-page #content input.button.alt,
.et_color_scheme_red.woocommerce-page #respond input#submit,
.et_color_scheme_red.woocommerce-page #respond input#submit.alt,
.et_color_scheme_red.woocommerce-page a.button,
.et_color_scheme_red.woocommerce-page a.button.alt,
.et_color_scheme_red.woocommerce-page button.button,
.et_color_scheme_red.woocommerce-page button.button.alt,
.et_color_scheme_red.woocommerce-page button.button.alt.disabled,
.et_color_scheme_red.woocommerce-page input.button,
.et_color_scheme_red.woocommerce-page input.button.alt,
.et_color_scheme_red.woocommerce a.button,
.et_color_scheme_red.woocommerce a.button.alt,
.et_color_scheme_red.woocommerce button.button,
.et_color_scheme_red.woocommerce button.button.alt,
.et_color_scheme_red.woocommerce button.button.alt.disabled,
.et_color_scheme_red.woocommerce input.button,
.et_color_scheme_red.woocommerce input.button.alt {
    background: #cd5c5c !important
}

.et_color_scheme_red #et_search_icon:hover,
.et_color_scheme_red #top-menu li.current-menu-ancestor>a,
.et_color_scheme_red #top-menu li.current-menu-item>a,
.et_color_scheme_red .bottom-nav li.current-menu-item>a,
.et_color_scheme_red .comment-reply-link,
.et_color_scheme_red .entry-summary p.price ins,
.et_color_scheme_red .et_overlay:before,
.et_color_scheme_red .et_password_protected_form .et_submit_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_red .et_pb_contact_submit,
.et_color_scheme_red .et_pb_pricing_table_button,
.et_color_scheme_red .et_pb_pricing li a,
.et_color_scheme_red .et_pb_sum,
.et_color_scheme_red .footer-widget h4,
.et_color_scheme_red .form-submit .et_pb_button,
.et_color_scheme_red .mobile_menu_bar:before,
.et_color_scheme_red.woocommerce #content div.product p.price,
.et_color_scheme_red.woocommerce #content div.product span.price,
.et_color_scheme_red.woocommerce-page #content div.product p.price,
.et_color_scheme_red.woocommerce-page #content div.product span.price,
.et_color_scheme_red.woocommerce-page div.product p.price,
.et_color_scheme_red.woocommerce-page div.product span.price,
.et_color_scheme_red.woocommerce div.product p.price,
.et_color_scheme_red.woocommerce div.product span.price {
    color: #cd5c5c
}

.et_color_scheme_red .woocommerce-page .star-rating span:before,
.et_color_scheme_red .woocommerce .star-rating span:before {
    color: #cd5c5c !important
}

.et_color_scheme_red .et-search-form,
.et_color_scheme_red .et_mobile_menu,
.et_color_scheme_red .et_pb_pricing li:before,
.et_color_scheme_red .footer-widget li:before,
.et_color_scheme_red .nav li ul {
    border-color: #cd5c5c
}

.et_color_scheme_orange a {
    color: #edb059
}

.et_color_scheme_orange #top-header,
.et_color_scheme_orange .et_pb_counter_amount,
.et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_orange.woocommerce #content input.button,
.et_color_scheme_orange.woocommerce #content input.button.alt,
.et_color_scheme_orange.woocommerce #respond input#submit,
.et_color_scheme_orange.woocommerce #respond input#submit.alt,
.et_color_scheme_orange .woocommerce-error,
.et_color_scheme_orange .woocommerce-info,
.et_color_scheme_orange .woocommerce-message,
.et_color_scheme_orange.woocommerce-page #content input.button,
.et_color_scheme_orange.woocommerce-page #content input.button.alt,
.et_color_scheme_orange.woocommerce-page #respond input#submit,
.et_color_scheme_orange.woocommerce-page #respond input#submit.alt,
.et_color_scheme_orange.woocommerce-page a.button,
.et_color_scheme_orange.woocommerce-page a.button.alt,
.et_color_scheme_orange.woocommerce-page button.button,
.et_color_scheme_orange.woocommerce-page button.button.alt,
.et_color_scheme_orange.woocommerce-page button.button.alt.disabled,
.et_color_scheme_orange.woocommerce-page input.button,
.et_color_scheme_orange.woocommerce-page input.button.alt,
.et_color_scheme_orange.woocommerce a.button,
.et_color_scheme_orange.woocommerce a.button.alt,
.et_color_scheme_orange.woocommerce button.button,
.et_color_scheme_orange.woocommerce button.button.alt,
.et_color_scheme_orange.woocommerce button.button.alt.disabled,
.et_color_scheme_orange.woocommerce input.button,
.et_color_scheme_orange.woocommerce input.button.alt {
    background: #edb059 !important
}

.et_color_scheme_orange #et_search_icon:hover,
.et_color_scheme_orange #top-menu li.current-menu-ancestor>a,
.et_color_scheme_orange #top-menu li.current-menu-item>a,
.et_color_scheme_orange .bottom-nav li.current-menu-item>a,
.et_color_scheme_orange .comment-reply-link,
.et_color_scheme_orange .entry-summary p.price ins,
.et_color_scheme_orange .et_overlay:before,
.et_color_scheme_orange .et_password_protected_form .et_submit_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_orange .et_pb_contact_submit,
.et_color_scheme_orange .et_pb_pricing_table_button,
.et_color_scheme_orange .et_pb_pricing li a,
.et_color_scheme_orange .et_pb_sum,
.et_color_scheme_orange .footer-widget h4,
.et_color_scheme_orange .form-submit .et_pb_button,
.et_color_scheme_orange .mobile_menu_bar:before,
.et_color_scheme_orange.woocommerce #content div.product p.price,
.et_color_scheme_orange.woocommerce #content div.product span.price,
.et_color_scheme_orange.woocommerce-page #content div.product p.price,
.et_color_scheme_orange.woocommerce-page #content div.product span.price,
.et_color_scheme_orange.woocommerce-page div.product p.price,
.et_color_scheme_orange.woocommerce-page div.product span.price,
.et_color_scheme_orange.woocommerce div.product p.price,
.et_color_scheme_orange.woocommerce div.product span.price {
    color: #edb059
}

.et_color_scheme_orange .woocommerce-page .star-rating span:before,
.et_color_scheme_orange .woocommerce .star-rating span:before {
    color: #edb059 !important
}

.et_color_scheme_orange .et-search-form,
.et_color_scheme_orange .et_mobile_menu,
.et_color_scheme_orange .et_pb_pricing li:before,
.et_color_scheme_orange .footer-widget li:before,
.et_color_scheme_orange .nav li ul {
    border-color: #edb059
}

.et_color_scheme_green .et-cart-info,
.et_color_scheme_green .et-pb-slider-arrows a,
.et_color_scheme_green .et-social-icon a:hover,
.et_color_scheme_green .et_audio_content a,
.et_color_scheme_green .et_link_content a,
.et_color_scheme_green .et_pb_more_button,
.et_color_scheme_green .et_pb_newsletter_button,
.et_color_scheme_green .et_pb_promo_button,
.et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_orange .et-cart-info,
.et_color_scheme_orange .et-pb-slider-arrows a,
.et_color_scheme_orange .et-social-icon a:hover,
.et_color_scheme_orange .et_audio_content a,
.et_color_scheme_orange .et_link_content a,
.et_color_scheme_orange .et_pb_more_button,
.et_color_scheme_orange .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_promo_button,
.et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_pink .et-cart-info,
.et_color_scheme_pink .et-pb-slider-arrows a,
.et_color_scheme_pink .et-social-icon a:hover,
.et_color_scheme_pink .et_audio_content a,
.et_color_scheme_pink .et_link_content a,
.et_color_scheme_pink .et_pb_more_button,
.et_color_scheme_pink .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_promo_button,
.et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_red .et-cart-info,
.et_color_scheme_red .et-pb-slider-arrows a,
.et_color_scheme_red .et-social-icon a:hover,
.et_color_scheme_red .et_audio_content a,
.et_color_scheme_red .et_link_content a,
.et_color_scheme_red .et_pb_more_button,
.et_color_scheme_red .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_promo_button,
.et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a {
    color: inherit !important
}

ul.et_pb_side_nav,
ul.et_pb_side_nav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul.et_pb_side_nav {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 40px;
    background: rgba(0, 0, 0, .4);
    padding: 10px;
    z-index: 99999;
    display: block;
    opacity: 0
}

ul.et_pb_side_nav li.side_nav_item {
    padding: 7px
}

ul.et_pb_side_nav .side_nav_item a {
    display: block;
    background-color: hsla(0, 0%, 100%, .5);
    text-indent: -9999px;
    border-radius: 7px;
    margin-right: 10px;
    height: 7px;
    width: 7px
}

ul.et_pb_side_nav.et-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1.5s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInRight 1.5s cubic-bezier(.77, 0, .175, 1) 1
}

ul.et_pb_side_nav .side_nav_item a.active {
    background-color: #fff !important
}

.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: rgba(0, 0, 0, .4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff
}

.et_pb_scroll_top:before {
    content: "2"
}

.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInRight 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_scroll_top.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutRight 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeOutRight 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden .et-cart-info {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible #top-menu,
.et_pb_menu_visible .et-cart-info {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden .mobile_menu_bar {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible #top-menu,
.et_pb_menu_visible .mobile_menu_bar {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_no_animation #et_search_icon:before,
.et_pb_no_animation #top-menu,
.et_pb_no_animation.et_search_form_container,
.et_pb_no_animation .mobile_menu_bar {
    animation: none !important;
    -o-animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important
}

.et_header_style_slide .et_slide_in_menu_container,
.et_header_style_slide .et_slide_in_menu_container #et-info span,
.et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a,
.et_header_style_slide .et_slide_in_menu_container a,
.et_header_style_slide .et_slide_in_menu_container input.et-search-field,
.et_header_style_slide .et_slide_menu_top span,
.et_header_style_slide .et_slide_menu_top ul.et-social-icons a {
    font-size: 14px
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .6)
}

.mobile_menu_bar.et_pb_header_toggle {
    display: none;
    cursor: pointer;
    width: 32px
}

.et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu {
    display: block
}

.et_header_style_fullscreen #et_top_search,
.et_header_style_fullscreen #top-header,
.et_header_style_fullscreen .et_slide_menu_top .clear,
.et_header_style_fullscreen div#et_mobile_nav_menu,
.et_header_style_slide #et_top_search,
.et_header_style_slide #top-header,
.et_header_style_slide div#et_mobile_nav_menu,
.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu li ul {
    display: none !important
}

.et_header_style_fullscreen.et_fullwidth_nav .et-search-form,
.et_header_style_fullscreen div#et_mobile_nav_menu,
.et_header_style_slide.et_fullwidth_nav .et-search-form,
.et_header_style_slide div#et_mobile_nav_menu {
    right: 0 !important
}

.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before,
.et_slide_menu_top button#searchsubmit_header:before,
.et_toggle_slide_menu:after {
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.et_toggle_slide_menu:after,
.et_toggle_slide_menu:before {
    -webkit-transition: all .7s;
    transition: all .7s
}

.et_toggle_slide_menu:before {
    opacity: 1
}

.et_toggle_slide_menu:after {
    content: "\4d";
    opacity: 0;
    left: -32px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.et_pb_slide_menu_active .et_toggle_slide_menu:before {
    opacity: 0
}

.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.et_header_style_fullscreen #top-menu-nav,
.et_header_style_slide #top-menu-nav,
.et_header_style_slide .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu,
.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu {
    display: none
}

.et_header_style_slide .et_slide_in_menu_container {
    width: 320px;
    max-width: 75%;
    padding-top: 0 !important
}

.et_slide_in_menu_container {
    overflow: auto;
    right: -100%;
    position: fixed;
    top: 0;
    background: #2ea3f2;
    z-index: 999999;
    height: 100%;
    -webkit-transition: right .8s cubic-bezier(.77, 0, .175, 1);
    transition: right .8s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .et_slide_in_menu_container {
    top: 32px
}

.et_slide_menu_top {
    background: rgba(0, 0, 0, .1);
    padding: 40px
}

.et_header_style_slide #page-container {
    position: relative;
    left: 0;
    -webkit-transition: left .8s cubic-bezier(.77, 0, .175, 1), margin-top .4s ease-in-out !important;
    transition: left .8s cubic-bezier(.77, 0, .175, 1), margin-top .4s ease-in-out !important
}

.et_slide_menu_top span#et-info-email,
.et_slide_menu_top ul.et-social-icons {
    float: left
}

.et_slide_menu_top ul.et-social-icons li {
    margin-left: 0;
    margin-right: 10px
}

.et_slide_menu_top a.et-cart-info {
    float: right
}

.et_slide_menu_top:after {
    content: "";
    clear: both;
    display: block
}

.et_slide_menu_top .et-search-form {
    position: relative;
    height: 35px;
    clear: both;
    background: rgba(0, 0, 0, .2) !important;
    padding: 5px !important;
    margin: 15px 0 0;
    border-radius: 5px;
    width: 100% !important;
    max-width: 100% !important
}

.et_slide_menu_top input.et-search-field {
    left: 5px
}

.et_slide_menu_top button#searchsubmit_header {
    right: 0;
    width: 30px;
    cursor: pointer;
    position: absolute;
    background: 0 0;
    border: none;
    height: 35px;
    top: 0
}

.et_slide_menu_top button#searchsubmit_header:before {
    position: absolute;
    top: 11px;
    left: 7px;
    font-size: 13px;
    content: "\55";
    color: hsla(0, 0%, 100%, .6)
}

.et_slide_menu_top span {
    font-weight: 600
}

.et_slide_menu_top div#et-info {
    width: 100%;
    padding-bottom: 0;
    padding-top: 15px
}

.et_slide_menu_top,
.et_slide_menu_top a,
.et_slide_menu_top input {
    color: hsla(0, 0%, 100%, .6)
}

.et_slide_in_menu_container ul#mobile_menu_slide {
    display: block !important;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 28px 40px
}

.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a,
.et_slide_in_menu_container #mobile_menu_slide li a {
    padding: 10px 0;
    color: #fff;
    border: none
}

.et_slide_in_menu_container #mobile_menu_slide .menu-item-has-children {
    position: relative
}

.et_slide_in_menu_container span.et_mobile_menu_arrow {
    opacity: .6;
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before {
    content: "3";
    display: block;
    right: 13px;
    top: 10px;
    z-index: 999;
    font-size: 21px;
    color: #fff;
    text-align: center
}

.et_slide_in_menu_container .et_mobile_menu .menu-item-has-children>a {
    background: 0 0;
    font-weight: 400
}

.et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a {
    font-weight: 700
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li {
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1)
}

.et_slide_in_menu_container #mobile_menu_slide ul.sub-menu.et_pb_slide_dropdown_opened>li {
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(.77, 0, .175, 1) .1s;
    transition: 1s cubic-bezier(.77, 0, .175, 1) .1s
}

.et_slide_in_menu_container .et_mobile_menu li a:hover {
    background: 0 0
}

.et_slide_in_menu_container #mobile_menu_slide li li a {
    opacity: .6
}

.et_slide_in_menu_container #mobile_menu_slide li li a:hover {
    opacity: .4
}

.et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a {
    font-size: 30px
}

.et_header_style_fullscreen .et_slide_in_menu_container,
.et_header_style_fullscreen .et_slide_in_menu_container #et-info span,
.et_header_style_fullscreen .et_slide_in_menu_container a,
.et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field,
.et_header_style_fullscreen .et_slide_menu_top span,
.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a {
    font-size: 18px
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder {
    font-size: 18px
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
    font-size: 18px
}

.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
    font-size: 18px
}

.et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu {
    display: block
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container {
    display: table;
    width: 100%;
    vertical-align: middle;
    height: 100%
}

.et_header_style_fullscreen.et_pb_no_top_bar_fullscreen .et_slide_in_menu_container {
    padding-top: 0
}

.et_header_style_fullscreen .et_slide_in_menu_container {
    padding-top: 70px;
    right: 0 !important;
    width: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    display: block !important;
    visibility: hidden;
    overflow-x: hidden;
    -webkit-transition: 1s ease-in-out, padding-top 0s;
    transition: 1s ease-in-out, padding-top 0s
}

.et-has-admin-bar .et_header_style_fullscreen .et_slide_in_menu_container {
    top: 32px
}

.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
    opacity: .95;
    visibility: visible
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
    position: absolute;
    right: 30px;
    top: 34px;
    z-index: 999999;
    cursor: pointer
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before {
    content: "\4d"
}

.et_header_style_fullscreen .et_slide_menu_top {
    padding: 35px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.et_header_style_fullscreen .et_pb_top_menu_inner {
    position: relative;
    display: inline-block
}

.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before,
.et_header_style_fullscreen .et_slide_menu_top,
.et_header_style_fullscreen .et_slide_menu_top a,
.et_header_style_fullscreen .et_slide_menu_top button#searchsubmit_header:before {
    color: #fff
}

.et_header_style_fullscreen input::-moz-placeholder {
    color: #fff
}

.et_header_style_fullscreen input::-webkit-input-placeholder {
    color: #fff
}

.et_header_style_fullscreen input:-ms-input-placeholder {
    color: #fff
}

.et_header_style_fullscreen a.et-cart-info,
.et_header_style_fullscreen div#et-info,
.et_header_style_fullscreen ul.et-social-icons {
    margin-right: 30px
}

.et_header_style_fullscreen div#et-info {
    float: left !important;
    width: auto;
    margin-top: 7px;
    display: inline-block
}

.et_header_style_fullscreen div#et-info span {
    margin-right: 15px
}

.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
    min-width: 140px;
    width: 140px !important;
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: -10px;
    background: none !important;
    border: 1px solid #fff;
    border-radius: 3px
}

.et_header_style_fullscreen a.et-cart-info {
    float: none !important
}

.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons {
    float: none !important;
    display: inline-block
}

.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons li {
    margin-right: 0
}

.et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children {
    margin-right: -31px
}

.et_header_style_fullscreen ul#mobile_menu_slide {
    text-align: center;
    position: relative;
    width: auto;
    display: table-cell !important;
    height: 100%;
    vertical-align: middle;
    padding: 0
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.et_pb_fullscreen_menu_opened .et_pb_fullscreen_nav_container .et_mobile_menu {
    opacity: 1;
    visibility: visible
}

.et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li {
    padding-left: 0 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a {
    margin-right: 0;
    display: inline-block
}

.et_header_style_fullscreen .et_slide_in_menu_container span.et_mobile_menu_arrow {
    right: auto;
    padding-right: 10px;
    position: relative
}

.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before {
    top: 0;
    right: 0;
    position: relative
}

.et_pb_fullscreen_menu_animated .et_mobile_menu li {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li {
    opacity: 1
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(8) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(9) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(13) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(14) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(15) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(16) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(17) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(18) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(19) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(20) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(21) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(22) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(23) {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(24) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(25) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(26) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(27) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(28) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(29) {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s
}

.et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(30) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}

.et_header_style_fullscreen .et-fixed-header #et-top-navigation,
.et_header_style_slide .et-fixed-header #et-top-navigation {
    padding: 11px 0 !important
}

.et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep,
.et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value {
    font-size: 44px;
    line-height: 44px
}

.et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep,
.et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value {
    font-size: 32px;
    line-height: 32px
}

.et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep,
.et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value {
    font-size: 24px;
    line-height: 24px
}

.et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep,
.et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value {
    font-size: 20px;
    line-height: 20px
}

.et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep,
.et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep,
.et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value {
    font-size: 16px;
    line-height: 16px
}

body #main-content .et_builder_inner_content>h1,
body #main-content .et_builder_inner_content>h2,
body #main-content .et_builder_inner_content>h3,
body #main-content .et_builder_inner_content>h4,
body #main-content .et_builder_inner_content>h5,
body #main-content .et_builder_inner_content>h6 {
    line-height: 1.4em
}

body #main-content .et_builder_inner_content>p {
    line-height: 1.7em
}

.wp-block-pullquote {
    margin: 20px 0 30px
}

.wp-block-pullquote.has-background blockquote {
    border-left: none
}

.wp-block-group.has-background {
    padding: 1.5em 1.5em .5em
}

@media (min-width: 1405px) {

    .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
    .et_vertical_nav.et_left_sidebar.woocommerce #main-content div.product div.images,
    .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images,
    .et_vertical_nav.et_left_sidebar.woocommerce-page #main-content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce #main-content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce-page #main-content div.product div.images {
        width: 315px !important
    }

    .et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1),
    .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
        clear: both !important
    }

    .et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n),
    .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n) {
        margin-right: 60px !important
    }

    .et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n),
    .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n) {
        margin-right: 0 !important
    }

    .et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(odd),
    .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(odd) {
        clear: none !important
    }

    .et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item,
    .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item {
        width: 193px
    }
}

@media (min-width: 1100px) and (max-width: 1405px) {

    .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
    .et_vertical_nav.et_left_sidebar.woocommerce #main-content div.product div.images,
    .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images,
    .et_vertical_nav.et_left_sidebar.woocommerce-page #main-content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce #main-content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce-page #main-content div.product div.images {
        width: 250px !important
    }

    .et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n) {
        margin-right: 0 !important
    }

    .et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.first {
        clear: none !important
    }

    .et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n+1) {
        clear: both !important;
        margin-right: 60px !important
    }
}

@media (min-width: 981px) and (max-width: 1405px) {
    .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table {
        width: 33.333%
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table,
    .et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table {
        width: 50%
    }

    .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table,
    .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table,
    .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table,
    .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table,
    .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table {
        width: 100%;
        margin: 0 0 30px
    }

    .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table.et-last-child,
    .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child,
    .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table.et-last-child,
    .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child,
    .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table.et-last-child,
    .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child,
    .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table.et-last-child,
    .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child,
    .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table.et-last-child,
    .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child {
        margin-bottom: 0
    }

    .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1),
    .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1) {
        clear: none
    }

    .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(odd),
    .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1) {
        clear: both
    }

    .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3),
    .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4) {
        margin-top: 50px
    }

    .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
    .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4) {
        margin-top: 30px
    }

    .et_vertical_nav .et_pb_column_1_3 .et_pb_sum,
    .et_vertical_nav .et_pb_column_1_4 .et_pb_sum {
        font-size: 40px
    }

    .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top,
    .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top {
        padding-bottom: 20px
    }

    .et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
        width: 100%
    }

    .et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n),
    .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n) {
        margin-right: 0 !important
    }

    .et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(odd),
    .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(odd) {
        clear: both !important;
        margin-right: 60px !important
    }

    .et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1),
    .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1) {
        clear: none !important
    }

    .et_vertical_nav .et_pb_column_1_4 .et_audio_container {
        padding-bottom: 40px
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div {
        position: absolute
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container {
        height: 80px !important
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls {
        height: 100% !important
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button {
        top: 0;
        left: 0;
        z-index: 99
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
        top: 30px;
        left: 7px
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button {
        top: 26px;
        right: 60px
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider {
        top: 26px;
        right: 0;
        display: block !important;
        position: absolute !important
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total {
        position: relative !important;
        width: 100% !important;
        display: block
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail {
        width: 100% !important;
        padding-left: 30px !important
    }

    .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
    .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
        width: 100% !important;
        position: relative !important;
        margin-left: 0
    }
}

@media (min-width: 981px) {

    .et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
    .et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container {
        height: 0;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
    .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
    .et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
    .et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
    .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap,
    .et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap {
        height: 0;
        opacity: 0;
        padding: 0
    }

    .et-animated-content#page-container {
        transition: margin-top .4s ease-in-out;
        -webkit-transition: margin-top .4s ease-in-out;
        -moz-transition: margin-top .4s ease-in-out
    }

    .et_hide_nav #page-container,
    .et_transparent_nav #page-container {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none
    }

    .et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
    .et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 0
    }

    .et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1),
    .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
        clear: none
    }

    .et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n),
    .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n) {
        margin-right: 60px
    }

    .et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n),
    .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n) {
        margin-right: 0
    }

    .et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(odd),
    .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(odd) {
        clear: both
    }

    .et_header_style_split #logo {
        display: none
    }

    .et_vertical_nav.et_header_style_split #logo {
        display: block
    }

    .et_header_style_split .centered-inline-logo-wrap #logo {
        display: inline;
        display: initial;
        -webkit-animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_header_style_split.ie .centered-inline-logo-wrap #logo {
        display: inline
    }

    .et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap {
        width: 0
    }

    .et_fullwidth_nav .et-search-form,
    .et_fullwidth_nav .et_close_search_field {
        right: 30px
    }

    #main-header.et-fixed-header {
        box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important
    }

    .et_header_style_left .et-fixed-header #et-top-navigation,
    .et_header_style_split .et-fixed-header #et-top-navigation {
        padding-top: 20px
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
    .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 20px
    }

    .et_header_style_centered .et-fixed-header .et-search-form {
        top: 21px
    }

    .et_header_style_split .et-fixed-header .centered-inline-logo-wrap {
        margin: -20px 0;
        height: 54px;
        width: 54px
    }

    .et_header_style_centered .et-fixed-header #et_search_icon:before {
        margin-top: 0
    }

    .et_hide_nav.et_fixed_nav #main-header,
    .et_hide_nav.et_fixed_nav #top-header,
    .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
    .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
        opacity: 0
    }

    .et_hide_nav.et_fixed_nav .et-fixed-header#main-header,
    .et_hide_nav.et_fixed_nav .et-fixed-header#top-header,
    .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header,
    .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header {
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        opacity: 1
    }

    .et_hide_nav .centered-inline-logo-wrap,
    .et_hide_nav.et_fixed_nav #main-header,
    .et_hide_nav.et_fixed_nav #top-header,
    .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
    .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
        -webkit-transition-duration: .7s;
        transition-duration: .7s
    }

    .et_hide_nav #page-container {
        padding-top: 0 !important
    }

    .et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul,
    .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover>ul,
    .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover>ul {
        -webkit-animation: fadeLeft .4s ease-in-out;
        animation: fadeLeft .4s ease-in-out
    }

    .et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover>ul,
    .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover>ul {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-animation: Grow .4s ease-in-out;
        animation: Grow .4s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    .et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover>ul,
    .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover>ul {
        -webkit-animation: flipInX .6s ease-in-out;
        animation: flipInX .6s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    .et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover>ul,
    .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover>ul {
        -webkit-animation: flipInY .6s ease-in-out;
        animation: flipInY .6s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    .et_vertical_nav #et-main-area,
    .et_vertical_nav #top-header {
        margin-left: 225px !important;
        position: relative
    }

    .et_vertical_nav #top-header {
        z-index: 9999
    }

    .et_vertical_nav #page-container #main-header {
        position: absolute;
        padding-top: 40px;
        top: 0;
        left: 0;
        width: 225px;
        height: 100%;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
        box-shadow: 0 0 7px rgba(0, 0, 0, .1)
    }

    .et_vertical_nav #main-header .container {
        width: auto;
        margin: 0 40px
    }

    .et_vertical_nav #main-header #et-top-navigation,
    .et_vertical_nav #main-header #et_top_search,
    .et_vertical_nav #main-header #logo,
    .et_vertical_nav #main-header #top-menu,
    .et_vertical_nav #main-header #top-menu-nav {
        float: none;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none
    }

    .et_vertical_nav #main-header #logo {
        margin-bottom: 28px;
        padding: 0;
        max-height: none
    }

    .et_vertical_nav #main-header #top-menu li {
        display: block;
        padding-right: 0
    }

    .et_vertical_nav #main-header #top-menu li.mega-menu>ul {
        top: 190px;
        left: 185px !important
    }

    .et_vertical_nav #main-header #top-menu li ul {
        top: -32px;
        left: 185px;
        border-top: none;
        border-left-width: 3px;
        border-left-style: solid
    }

    .et_vertical_nav #main-header #top-menu li ul ul {
        border-left-width: 0;
        top: -20px;
        left: 237px
    }

    .et_vertical_nav #main-header #top-menu li.mega-menu ul {
        left: auto;
        top: -32px
    }

    .et_vertical_nav #main-header #top-menu li.mega-menu ul ul {
        top: auto
    }

    .et_vertical_nav #main-header #top-menu>li>a {
        padding-bottom: 19px;
        margin-right: -40px;
        padding-right: 40px
    }

    .et_vertical_nav #main-header #top-menu>li>a:after {
        right: 20px
    }

    .et_vertical_nav.et_boxed_layout #page-container #main-header {
        left: auto;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none
    }

    .et_vertical_nav.et_header_style_centered #main-header #top-menu-nav,
    .et_vertical_nav.et_header_style_split #main-header #top-menu-nav {
        width: 100%
    }

    .et_vertical_nav.et_vertical_right #et-main-area,
    .et_vertical_nav.et_vertical_right #top-header {
        margin-left: 0 !important;
        margin-right: 225px
    }

    .et_vertical_nav.et_vertical_right #page-container #main-header {
        left: auto !important;
        right: 0
    }

    .et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu>ul {
        left: auto !important;
        right: 185px !important
    }

    .et_vertical_nav.et_vertical_right #main-header #top-menu li ul {
        border-left: 0;
        border-right-width: 3px;
        border-right-style: solid;
        left: auto;
        right: 185px
    }

    .et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul {
        border-right-width: 0
    }

    .et_vertical_nav input.et-search-field {
        left: 0 !important
    }

    .et_vertical_nav #et_search_icon:before {
        top: -3px
    }

    .et_vertical_nav #et-top-navigation .et-cart-info {
        float: none;
        display: block
    }

    .et_vertical_nav .container.et_search_form_container {
        height: 40px !important;
        position: relative;
        right: 0 !important
    }

    .et_vertical_nav .container.et_search_form_container .et-search-form input {
        font-size: 14px !important
    }

    .et_vertical_nav .container.et_search_form_container div#et_top_search {
        height: 30px
    }

    .et_vertical_nav .et_pb_menu_hidden #top-menu-nav>ul,
    .et_vertical_nav .et_pb_menu_hidden .et-cart-info,
    .et_vertical_nav .et_pb_menu_visible #top-menu-nav>ul,
    .et_vertical_nav .et_pb_menu_visible .et-cart-info {
        opacity: 1 !important;
        animation: none !important;
        -moz-animation: none !important;
        -webkit-animation: none !important
    }

    .et_vertical_nav div#et_top_search {
        width: 100%
    }

    .et_vertical_nav .et_pb_menu_hidden #et_top_search {
        opacity: 0;
        -webkit-animation: fadeOutRight 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeOutRight 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_vertical_nav .et_pb_menu_visible #et_top_search {
        opacity: 1;
        -webkit-animation: fadeInRight 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeInRight 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_vertical_nav .container.et_search_form_container.et_pb_search_visible {
        right: 0;
        opacity: 1;
        -webkit-animation: fadeInLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeInLeft 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_vertical_nav .et_pb_search_form_hidden {
        opacity: 0;
        -webkit-animation: fadeOutLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeOutLeft 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_vertical_nav div#et_top_search {
        height: 30px;
        margin-top: 20px
    }

    .et_vertical_nav .container.et_search_form_container {
        margin-top: -45px !important
    }

    .et_vertical_nav span.et_close_search_field:after {
        font-size: 16px
    }

    .et_vertical_nav span.et_close_search_field {
        width: 13px;
        height: 18px
    }

    .et_vertical_nav .et-search-form input {
        width: 90%
    }

    .et_vertical_nav .container.et_search_form_container .et-search-form input {
        text-decoration: none !important;
        font-style: normal !important
    }

    .et_vertical_nav .et_search_form_container input::-moz-placeholder {
        text-decoration: none !important;
        font-style: normal !important
    }

    .et_vertical_nav .et_search_form_container input::-webkit-input-placeholder {
        text-decoration: none !important;
        font-style: normal !important
    }

    .et_vertical_nav .et_search_form_container input:-ms-input-placeholder {
        text-decoration: none !important;
        font-style: normal !important
    }

    .et_vertical_nav .et_search_outer {
        overflow: visible;
        position: relative
    }

    .et_vertical_nav.et_header_style_centered #main-header .et-search-form {
        left: 0
    }

    .et_vertical_nav.et_header_style_centered #et_search_icon:before {
        left: 50%;
        margin-left: -5px
    }

    .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
        display: block !important;
        margin: 16px auto 0
    }

    .et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container {
        z-index: 1
    }

    .et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible {
        z-index: 999
    }

    .et_vertical_nav.et_header_style_split #et_search_icon:before {
        margin-top: 0
    }

    .archive.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
    .archive.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
    .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n),
    .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n),
    .et_pb_row .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
    .et_pb_row .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
    .single.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n),
    .single.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n) {
        margin-right: 0
    }

    .single.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-4 li.product:nth-child(3n),
    .single.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-5 li.product:nth-child(3n),
    .single.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-6 li.product:nth-child(3n):not(.last),
    .single.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-4 li.product:nth-child(3n),
    .single.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-5 li.product:nth-child(3n),
    .single.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-6 li.product:nth-child(3n):not(.last),
    .single.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-4 li.product:nth-child(3n),
    .single.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-5 li.product:nth-child(3n),
    .single.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-6 li.product:nth-child(3n):not(.last),
    .single.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-4 li.product:nth-child(3n),
    .single.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-5 li.product:nth-child(3n),
    .single.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-6 li.product:nth-child(3n):not(.last) {
        margin-right: 3.8%
    }

    .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1),
    .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1),
    .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1) {
        clear: both
    }

    .et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-4 li.product:nth-child(3n+1),
    .et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-5 li.product:nth-child(3n+1),
    .et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-6 li.product:nth-child(3n+1):not(.first),
    .et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-4 li.product:nth-child(3n+1),
    .et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-5 li.product:nth-child(3n+1),
    .et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-6 li.product:nth-child(3n+1):not(.first),
    .et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-4 li.product:nth-child(3n+1),
    .et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-5 li.product:nth-child(3n+1),
    .et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-6 li.product:nth-child(3n+1):not(.first),
    ul.products.columns-4 li.product:nth-child(3n+1) .et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells,
    ul.products.columns-5 li.product:nth-child(3n+1) .et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells,
    ul.products.columns-6 li.product:nth-child(3n+1):not(.first) .et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells {
        clear: none
    }

    .et_fullwidth_nav #main-header .container {
        width: 100%;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px
    }

    .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container {
        padding-left: 0
    }

    .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container {
        padding-left: 30px
    }

    .et_fullwidth_secondary_nav #top-header .container {
        width: 100%;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px
    }

    #sidebar {
        float: left;
        width: 20.875%
    }

    #left-area {
        width: 79.125%;
        padding-bottom: 23px
    }

    #main-content .container:before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #e2e2e2
    }

    .et_full_width_page #left-area,
    .et_no_sidebar #left-area {
        float: none;
        width: 100% !important
    }

    .et_full_width_page #left-area {
        padding-bottom: 0
    }

    .et_no_sidebar #main-content .container:before {
        display: none
    }

    .et_full_width_portfolio_page #left-area {
        float: left;
        width: 70% !important;
        margin-right: 9%
    }

    .et_right_sidebar #left-area {
        float: left;
        padding-right: 5.5%
    }

    .et_right_sidebar #sidebar {
        padding-left: 30px
    }

    .et_right_sidebar #main-content .container:before {
        right: 20.875% !important
    }

    .et_left_sidebar #left-area {
        float: right;
        padding-left: 5.5%
    }

    .et_left_sidebar #sidebar {
        padding-right: 30px
    }

    .et_left_sidebar #main-content .container:before {
        left: 20.875% !important
    }

    .et_pb_gutter.et_pb_gutters4 #left-area {
        width: 81%
    }

    .et_pb_gutter.et_pb_gutters2 #left-area {
        width: 77.25%
    }

    .et_pb_gutter.et_pb_gutters1 #left-area {
        width: 75%
    }

    .et_pb_gutter.et_pb_gutters4 #sidebar {
        width: 19%
    }

    .et_pb_gutter.et_pb_gutters2 #sidebar {
        width: 22.75%
    }

    .et_pb_gutter.et_pb_gutters1 #sidebar {
        width: 25%
    }

    .et_pb_gutters4.et_right_sidebar #left-area {
        padding-right: 8%
    }

    .et_pb_gutters4.et_left_sidebar #left-area {
        padding-left: 8%
    }

    .et_pb_gutters2.et_right_sidebar #left-area {
        padding-right: 3%
    }

    .et_pb_gutters2.et_left_sidebar #left-area {
        padding-left: 3%
    }

    .et_pb_gutters1.et_right_sidebar #left-area {
        padding-right: 0
    }

    .et_pb_gutters1.et_left_sidebar #left-area {
        padding-left: 0
    }

    .et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before {
        right: 19% !important
    }

    .et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before {
        left: 19% !important
    }

    .et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
        right: 22.75% !important
    }

    .et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
        left: 22.75% !important
    }

    .et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before {
        right: 25% !important
    }

    .et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before {
        left: 25% !important
    }

    .et_vertical_nav.et_vertical_fixed #page-container #main-header {
        position: fixed
    }

    .et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation,
    .et_vertical_nav.et_vertical_fixed.et_header_style_split #et-top-navigation {
        padding-top: 33px
    }

    .et_header_style_fullscreen #et-top-navigation,
    .et_header_style_slide #et-top-navigation {
        padding: 24px 0 !important
    }

    .et_header_style_fullscreen #et-top-navigation .et_toggle_fullscreen_menu,
    .et_header_style_slide #et-top-navigation .et_toggle_slide_menu {
        padding-bottom: 0
    }

    .et_fixed_nav.et_header_style_slide #main-header {
        left: 0;
        -webkit-transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s ease-in-out, opacity .4s cubic-bezier(.77, 0, .175, 1), transform .4s ease-in-out;
        -webkit-transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s ease-in-out;
        transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s ease-in-out;
        transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.77, 0, .175, 1), transform .4s ease-in-out;
        transition: left .8s cubic-bezier(.77, 0, .175, 1), background .4s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.77, 0, .175, 1), transform .4s ease-in-out, -webkit-transform .4s ease-in-out
    }

    .et_fixed_nav.et_boxed_layout.et_header_style_slide #main-header {
        left: auto
    }

    .et_header_style_fullscreen div#et-info {
        margin-top: 0
    }
}

@media (min-width: 981px) and (max-width: 1100px) {
    .et_vertical_nav.et_right_sidebar #main-content .container:before {
        right: 195px
    }

    .et_vertical_nav.et_left_sidebar #main-content .container:before {
        left: 195px
    }

    .et_vertical_nav #top-menu li.mega-menu>ul {
        width: 675px !important
    }

    .et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
        font-size: 65px;
        line-height: 65px
    }

    .et_vertical_nav .et_pb_column_3_4 .mejs-container,
    .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls {
        height: 60px !important
    }

    .et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
        font-size: 55px;
        line-height: 55px
    }

    .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
    .et_vertical_nav.et_left_sidebar.woocommerce #main-content div.product div.images,
    .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images,
    .et_vertical_nav.et_left_sidebar.woocommerce-page #main-content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce #main-content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
    .et_vertical_nav.et_right_sidebar.woocommerce-page #main-content div.product div.images {
        width: 215px !important
    }

    .et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages {
        width: 119px !important;
        display: block
    }

    #sidebar .et_pb_widget {
        margin-left: 0
    }

    .et_left_sidebar #sidebar .et_pb_widget {
        margin-right: 0
    }
}

@media (max-width: 980px) {
    .et_hide_mobile_logo #main-header .logo_container {
        display: none;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    #page-container,
    .et_fixed_nav.et_show_nav #page-container,
    .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
    .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
    .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 80px
    }

    .et-tb #page-container,
    .et-tb-has-header #page-container,
    .et_fixed_nav.et_show_nav.et-tb #page-container,
    .et_fixed_nav.et_show_nav.et-tb-has-header #page-container,
    .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb #page-container,
    .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb-has-header #page-container {
        padding-top: 0 !important
    }

    .et_non_fixed_nav #page-container {
        padding-top: 0
    }

    .et_fixed_nav.et_show_nav.et_header_style_centered #page-container,
    .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
    .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container,
    .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
        padding-top: 136px
    }

    #left-area,
    #sidebar {
        width: 100% !important
    }

    .et_left_sidebar #left-area,
    .et_left_sidebar #sidebar,
    .et_right_sidebar #left-area,
    .et_right_sidebar #sidebar {
        width: auto;
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .et_right_sidebar #left-area {
        margin-right: 0
    }

    .et_right_sidebar #sidebar {
        margin-left: 0;
        border-left: none
    }

    .et_left_sidebar #left-area {
        margin-left: 0
    }

    .et_left_sidebar #sidebar {
        margin-right: 0;
        border-right: none
    }

    #main-content .container:before {
        display: none !important
    }

    .et_full_width_page .et_gallery_item:nth-child(4n+1),
    .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1) {
        clear: none
    }

    .footer-widget:nth-child(n) {
        width: 46.25% !important;
        margin: 0 7.5% 7.5% 0 !important
    }

    #footer-widgets .footer-widget .fwidget {
        margin-bottom: 16.21%
    }

    .et_pb_gutters1 .footer-widget:nth-child(n) {
        width: 50% !important;
        margin: 0 !important
    }

    .et_pb_gutters1 #footer-widgets .footer-widget .fwidget {
        margin-bottom: 0
    }

    #footer-widgets {
        padding: 8% 0
    }

    #footer-widgets .footer-widget:nth-child(2n) {
        margin-right: 0 !important
    }

    #footer-widgets .footer-widget:nth-last-child(-n+2) {
        margin-bottom: 0 !important
    }

    .bottom-nav {
        text-align: center
    }

    .woocommerce .cart-collaterals>div,
    .woocommerce .cart-collaterals>form {
        width: 100% !important;
        float: none !important
    }

    .shop_table .coupon {
        margin-bottom: 25px !important
    }

    .checkout .col-1,
    .checkout .col-2,
    .checkout .form-row {
        float: none !important;
        width: auto !important
    }

    .checkout .col-1,
    .checkout .col-2 {
        margin-bottom: 25px !important
    }

    #main-header,
    #top-header {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none
    }

    #top-menu {
        display: none
    }

    .et_hide_nav.et_fixed_nav #main-header,
    .et_hide_nav.et_fixed_nav #top-header,
    .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
    .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header {
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        opacity: 1
    }

    .et_header_style_centered #main-header {
        padding: 20px 0
    }

    .et_header_style_centered nav#top-menu-nav {
        display: none
    }

    .et_header_style_split #main-header {
        padding: 20px 0
    }

    .et_header_style_split #et-top-navigation,
    .et_header_style_split .et-fixed-header #et-top-navigation {
        display: block;
        padding-top: 0
    }

    #et-top-navigation {
        margin-right: 0;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none
    }

    .et_fixed_nav #main-header,
    .et_fixed_nav #top-header,
    .et_non_fixed_nav.et_transparent_nav #main-header,
    .et_non_fixed_nav.et_transparent_nav #top-header {
        position: absolute
    }

    .et_header_style_left #et-top-navigation,
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 24px;
        display: block
    }

    .et_fixed_nav #main-header,
    .et_non_fixed_nav.et_transparent_nav #main-header {
        -webkit-transition: none;
        transition: none
    }

    .et_vertical_nav.et_left_sidebar #left-area,
    .et_vertical_nav.et_right_sidebar #left-area {
        width: auto
    }

    #et-secondary-menu,
    #et-secondary-nav {
        display: none !important
    }

    .et_fixed_nav_temp #main-header,
    .et_non_fixed_nav.et_transparent_nav_temp #main-header,
    .et_secondary_nav_only_menu #main-header {
        top: 0 !important
    }

    .et_secondary_nav_only_menu #top-header {
        display: none
    }

    #top-header .container {
        padding-top: 0
    }

    #et-info {
        padding-top: .75em
    }

    #logo,
    #main-header,
    .container,
    .logo_container {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none
    }

    .et_header_style_centered #logo {
        max-height: 60px
    }

    .et_header_style_centered header#main-header .logo_container,
    .et_header_style_split header#main-header .logo_container {
        height: auto;
        max-height: 100px;
        padding: 0
    }

    .et_header_style_split #logo {
        max-height: 60px
    }

    .et_vertical_nav span.logo_helper {
        display: inline-block
    }

    .et_vertical_nav.et_header_style_left .logo_container {
        height: 100%;
        position: absolute
    }

    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 50%
    }

    #et_top_search {
        margin: 0 35px 0 0;
        float: left
    }

    #et_search_icon:before {
        top: 7px
    }

    .et_header_style_centered #et_top_search,
    .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
        display: none !important
    }

    .et_header_style_centered .et_search_outer,
    .et_header_style_split .et_search_outer {
        display: none
    }

    .et_header_style_split #et_top_search,
    .et_vertical_nav.et_header_style_split #main-header #et_top_search {
        display: none !important
    }

    .et_header_style_left .et-search-form,
    .et_header_style_split .et-search-form {
        width: 50% !important;
        max-width: 50% !important
    }

    .et_header_style_slide .et_slide_in_menu_container .et-search-form {
        width: 100% !important;
        max-width: 100% !important
    }

    #footer-info,
    .et-social-icons {
        float: none;
        text-align: center
    }

    .et-social-icons {
        margin: 0 0 5px
    }

    #top-header .et-social-icons {
        margin-bottom: 0
    }

    .et_header_style_centered #et-top-navigation .et-cart-info {
        display: none
    }

    #et-top-navigation .et-cart-info {
        margin-top: 5px
    }

    .et_vertical_nav #et-top-navigation .et-cart-info {
        margin-left: -38px
    }

    #et_mobile_nav_menu {
        display: block
    }

    .et_header_style_centered .et_menu_container .mobile_menu_bar,
    .et_header_style_split .et_menu_container .mobile_menu_bar {
        opacity: 1
    }

    .et_header_style_centered #et_mobile_nav_menu {
        float: none;
        position: relative;
        margin-top: 20px
    }

    .et_header_style_centered #main-header .mobile_nav {
        display: block;
        text-align: left;
        background-color: rgba(0, 0, 0, .05);
        border-radius: 5px;
        padding: 5px 10px
    }

    .et_header_style_centered .mobile_nav .select_page,
    .et_header_style_split .mobile_nav .select_page {
        display: inline-block;
        color: #666;
        font-size: 14px
    }

    .et_header_style_centered .et_menu_container .mobile_menu_bar {
        position: absolute;
        right: 5px;
        top: 2px
    }

    .et_header_style_centered .et_mobile_menu {
        top: 53px
    }

    .et_header_style_split #et_mobile_nav_menu {
        float: none;
        position: relative;
        margin-top: 20px;
        display: block
    }

    .et_header_style_split nav#top-menu-nav {
        display: none
    }

    .et_header_style_split #main-header .mobile_nav {
        display: block;
        text-align: left;
        background-color: rgba(0, 0, 0, .05);
        border-radius: 5px;
        padding: 9px 10px
    }

    .et_header_style_split .et_menu_container .mobile_menu_bar {
        position: absolute;
        right: 5px;
        top: 2px
    }

    .et_header_style_split .et_mobile_menu {
        top: 53px
    }

    body.admin-bar.et_vertical_nav #main-header {
        top: 0 !important
    }

    .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header,
    .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header {
        top: 32px !important
    }

    body.admin-bar.et_fixed_nav.et_header_style_slide #main-header {
        top: 0 !important
    }

    .et_fixed_nav.et_header_style_slide #main-header {
        left: 0 !important
    }

    .et_fixed_nav.et_boxed_layout.et_header_style_slide #page-container #main-header {
        width: 100%
    }
}

@media screen and (max-width: 782px) {

    body.admin-bar.et_fixed_nav #main-header,
    body.admin-bar.et_fixed_nav #top-header,
    body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
    body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
        top: 46px
    }

    .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header,
    .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header {
        top: 46px !important
    }

    body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header,
    body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
        top: 80px
    }

    body.admin-bar.et_header_style_slide .et_slide_in_menu_container {
        top: 46px
    }
}

@media (max-width: 768px) {

    #main-content table.cart td,
    #main-content table.cart th,
    #main-content table.cart tr,
    .woocommerce-cart #content-area table td,
    .woocommerce-cart #content-area table th,
    .woocommerce-cart #content-area table tr,
    table.cart td,
    table.cart th,
    table.cart tr {
        max-width: 100%
    }

    #content-area table tr,
    #main-content table.cart tr,
    table.cart tr {
        padding: 0
    }

    .woocommerce .cart_item .quantity {
        width: auto
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 50%;
        margin-right: 0
    }

    .woocommerce-cart table.cart td.actions .button[name=update_cart] {
        width: 100%
    }
}

@media (max-width: 767px) {

    #footer-widgets .footer-widget,
    .et_pb_gutters1 #footer-widgets .footer-widget {
        width: 100% !important;
        margin-right: 0 !important
    }

    #footer-widgets .footer-widget .fwidget,
    #footer-widgets .footer-widget:nth-child(n) {
        margin-bottom: 9.5% !important
    }

    .et_pb_gutters1 #footer-widgets .footer-widget .fwidget,
    .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n) {
        margin-bottom: 0 !important
    }

    #footer-widgets {
        padding: 10% 0
    }

    #footer-widgets .footer-widget .fwidget:last-child,
    #footer-widgets .footer-widget:last-child {
        margin-bottom: 0 !important
    }

    .comment-body {
        padding: 0 0 0 100px
    }

    .comment-reply-link {
        bottom: -40px;
        top: auto !important
    }

    #commentform input[type=email],
    #commentform input[type=text],
    #commentform input[type=url] {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .comment .children {
        margin-left: 0
    }

    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active,
    body.woocommerce div.product .woocommerce-tabs ul.tabs li,
    body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        display: block !important;
        border-bottom: 1px solid #e0dadf !important
    }

    body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
    body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: block !important
    }

    .woocommerce .form-row {
        float: none !important;
        width: auto !important
    }

    body.admin-bar.et_fixed_nav #main-header,
    body.admin-bar.et_fixed_nav #top-header,
    body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
    body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header {
        top: 46px
    }

    body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header,
    body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header {
        top: 104px
    }

    #et-info .et-social-icons {
        display: none
    }

    #et-secondary-menu .et_duplicate_social_icons {
        display: inline-block
    }

    #et-top-navigation {
        margin-right: 0
    }

    body.et_fixed_nav.et_secondary_nav_two_panels #main-header,
    body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header {
        top: 58px
    }

    #et-info,
    #et-secondary-menu {
        text-align: center;
        display: block;
        float: none
    }

    .et_slide_menu_top span#et-info-email {
        float: none
    }

    .et_secondary_nav_two_panels #et-secondary-menu {
        margin-top: 12px
    }

    #top-header .et-cart-info {
        margin-left: 0
    }

    .et_header_style_fullscreen div#et-info {
        position: relative;
        float: none !important;
        margin-top: 15px
    }

    .et_header_style_fullscreen #et-info a {
        display: inline-block;
        line-height: 0
    }

    .et_header_style_fullscreen .et_slide_menu_top .et-search-form {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .et_header_style_fullscreen .et_slide_in_menu_container {
        padding-top: 140px
    }

    .et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
        top: 28px
    }

    .et_hide_search_icon.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
        display: none !important
    }
}

@media (max-width: 479px) {
    #et-top-navigation {
        margin-right: 0
    }

    #footer-widgets .footer-widget:nth-child(n),
    .footer-widget .fwidget {
        margin-bottom: 11.5% !important
    }

    #footer-widgets .footer-widget.last,
    .et_pb_gutters1 #footer-widgets .footer-widget .fwidget,
    .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n) {
        margin-bottom: 0 !important
    }

    #footer-widgets {
        padding: 12% 0
    }

    #content table.cart td,
    #content table.cart th,
    #content table.cart tr,
    table.cart td,
    table.cart th,
    table.cart tr {
        padding: .857em .287em !important
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin-bottom: 10px
    }

    .woocommerce-cart table.cart td.actions .button,
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%
    }
}

@media print {

    #main-header,
    #top-header {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important
    }

    #page-container {
        padding-top: 0 !important
    }

    #respond {
        display: none
    }
}

.et_is_customize_preview.et_pb_footer_columns1 .footer-widget:first-child,
.et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-child(4),
.et_is_customize_preview.et_pb_footer_columns5 .footer-widget:nth-child(5),
.et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(4),
.et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4),
.et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2),
.et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(3),
.et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
    margin-right: 0
}

.et_is_customize_preview.et_pb_footer_columns1 .footer-widget:nth-last-child(-n+5),
.et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-last-child(-n+2),
.et_is_customize_preview.et_pb_footer_columns5 .footer-widget:last-child,
.et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-last-child(-n+2),
.et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-last-child(-n+2),
.et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-last-child(-n+4),
.et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-last-child(-n+3),
.et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-last-child(-n+4) {
    display: none
}

@font-face {
    font-family: ETmodules;
    font-display: swap;
    src: url(//footballhub.my/wp-content/themes/Divi/core/admin/fonts/modules.eot);
    src: url(//footballhub.my/wp-content/themes/Divi/core/admin/fonts/modules.eot?#iefix) format("embedded-opentype"), url(//footballhub.my/wp-content/themes/Divi/core/admin/fonts/modules.ttf) format("truetype"), url(//footballhub.my/wp-content/themes/Divi/core/admin/fonts/modules.woff) format("woff"), url(//footballhub.my/wp-content/themes/Divi/core/admin/fonts/modules.svg#ETmodules) format("svg");
    font-weight: 400;
    font-style: normal
}

#wp-admin-bar-et-use-visual-builder a:before {
    font-family: ETmodules !important;
    content: "\e625";
    font-size: 30px !important;
    width: 28px;
    margin-top: -3px;
    color: #974df3 !important
}

#wp-admin-bar-et-use-visual-builder:hover a:before {
    color: #fff !important
}

#wp-admin-bar-et-use-visual-builder:hover a,
#wp-admin-bar-et-use-visual-builder a:hover {
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    background-color: #7e3bd0 !important;
    color: #fff !important
}

.iphone .et_pb_contact_form input,
.iphone .et_pb_contact_form select,
.iphone .et_pb_contact_form textarea {
    -webkit-appearance: initial
}

.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

.chrome.parallax-map-support .et_pb_map {
    -webkit-transform: inherit !important;
    transform: inherit !important
}

.ie .et_pb_divider {
    overflow: visible
}

.ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.left,
.ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.right {
    height: 100px
}

.ie .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    float: none
}

.et_ie9 .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
    opacity: 1
}

.gecko .et_pb_newsletter .et_pb_newsletter_field {
    margin-bottom: 1vw
}

.safari .et_pb_gallery_grid .et_pb_gallery_image {
    overflow: visible
}

.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next,
.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev {
    opacity: 0 !important
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-prev {
    left: -10px;
    opacity: 1
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-next {
    right: -10px;
    opacity: 1
}

.et_mobile_device .et-pb-arrow-prev {
    left: 22px;
    opacity: 1
}

.et_mobile_device .et-pb-arrow-next {
    right: 22px;
    opacity: 1
}

.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css,
.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: scroll
}

@media (max-width: 767px) {
    .et_mobile_device .et-pb-arrow-prev {
        left: 0;
        opacity: 1
    }

    .et_mobile_device .et-pb-arrow-next {
        right: 0;
        opacity: 1
    }
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left {
    border-right: none
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right {
    border-left: none
}

.logged-in:not(.et-fb) .et_pb_login .et_pb_newsletter_description {
    width: 100%;
    padding: 0
}

.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p {
    font-size: 20px;
    line-height: 20px
}

.et_full_width_page .et_gallery_item {
    float: left;
    width: 20.875%;
    margin: 0 5.5% 5.5% 0
}

.et_full_width_page .et_gallery_item:nth-child(3n) {
    margin-right: 5.5%
}

.et_full_width_page .et_gallery_item:nth-child(3n+1) {
    clear: none
}

.et_full_width_page .et_gallery_item:nth-child(4n) {
    margin-right: 0
}

.et_full_width_page .et_gallery_item:nth-child(4n+1) {
    clear: both
}

.single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title,
.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title {
    padding-top: 0
}

.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg {
    padding-top: 6%
}

.single .et_pb_fullwidth_section .et_pb_title_featured_container,
.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container {
    width: 100%;
    max-width: 100%;
    padding-top: 0
}

.et-social-facebook a.icon:before {
    content: "\e093"
}

.et-social-twitter a.icon:before {
    content: "\e094"
}

.et-social-google-plus a.icon:before {
    content: "\e096"
}

.et-social-pinterest a.icon:before {
    content: "\e095"
}

.et-social-linkedin a.icon:before {
    content: "\e09d"
}

.et-social-tumblr a.icon:before {
    content: "\e097"
}

.et-social-instagram a.icon:before {
    content: "\e09a"
}

.et-social-skype a.icon:before {
    content: "\e0a2"
}

.et-social-flikr a.icon:before {
    content: "\e0a6"
}

.et-social-myspace a.icon:before {
    content: "\e0a1"
}

.et-social-dribbble a.icon:before {
    content: "\e09b"
}

.et-social-youtube a.icon:before {
    content: "\e0a3"
}

.et-social-vimeo a.icon:before {
    content: "\e09c"
}

.et-social-rss a.icon:before {
    content: "\e09e"
}

.single-project #comment-wrap {
    padding-top: 0
}

.rtl .et_pb_blog_grid .column {
    float: right
}

.rtl .et_pb_contact p input[type=checkbox]+label i,
.rtl .et_pb_contact p input[type=radio]+label i,
.rtl .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i,
.rtl .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
    margin-right: 0;
    margin-left: 6px
}

.rtl .et_pb_contact_select {
    padding: 16px 16px 16px 20px
}

.rtl .et_pb_contact_field[data-type=select]:after {
    right: auto;
    left: 42px
}

.woocommerce-page #content input.button:hover .et_pb_widget li a:hover {
    color: #2ea3f2
}

.woocommerce.et_pb_pagebuilder_layout div.product div.summary {
    margin-bottom: 0
}

@media (min-width: 981px) {
    .woocommerce-page:not(.et-tb-has-template) .et_pb_shop ul.products li.product {
        clear: none
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .woocommerce-page ul.products li.product:nth-child(n) {
        margin: 0 7.5% 7.5% 0 !important;
        width: 28.333% !important;
        clear: none;
        float: left !important
    }

    .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 0 !important
    }

    .woocommerce-page ul.products li.product:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width: 767px) {
    .woocommerce-page ul.products li.product:nth-child(n) {
        margin: 0 9.5% 9.5% 0 !important;
        width: 45.25% !important;
        clear: none
    }

    .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0 !important
    }

    .woocommerce-page ul.products li.product:nth-child(odd) {
        clear: both
    }
}

@media (max-width: 479px) {
    .woocommerce-page ul.products li.product:nth-child(n) {
        margin: 0 0 11.5% !important;
        width: 100% !important
    }
}

.ai1ec-single-event:after {
    content: " ";
    display: table;
    clear: both
}

.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot {
    z-index: 3
}

.wp-block-divi-layout {
    margin-bottom: 1em
}

.et_pb_pagebuilder_layout .rfq_form_wrap:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0
}

@media (min-width: 981px) {

    .et_pb_gutters3 .et_pb_column,
    .et_pb_gutters3.et_pb_row .et_pb_column {
        margin-right: 5.5%
    }

    .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
    .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
    .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
    .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
    .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
    .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
        margin-bottom: 30px
    }

    .et_pb_gutters3 .et_pb_column_4_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 2.75%
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget {
        width: 20.875%;
        margin-right: 5.5%;
        margin-bottom: 5.5%
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        width: 29.667%;
        margin-right: 5.5%
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
        margin-bottom: 18.539%
    }

    .et_pb_gutters3 .et_pb_column_3_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
        width: 73.625%
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module {
        margin-bottom: 3.735%
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget {
        width: 28.353%;
        margin-right: 7.47%;
        margin-bottom: 7.47%
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
        width: 46.265%;
        margin-right: 7.47%
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 14.941%
    }

    .et_pb_gutters3 .et_pb_column_2_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
        width: 64.833%
    }

    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module {
        margin-bottom: 4.242%
    }

    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget {
        width: 45.758%;
        margin-right: 8.483%;
        margin-bottom: 8.483%
    }

    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
        width: 45.758%;
        margin-right: 8.483%
    }

    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 16.967%
    }

    .et_pb_gutters3 .et_pb_column_3_5,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
        width: 57.8%
    }

    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module {
        margin-bottom: 4.758%
    }

    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget {
        width: 45.242%;
        margin-right: 9.516%;
        margin-bottom: 9.516%
    }

    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 9.516%
    }

    .et_pb_gutters3 .et_pb_column_1_2,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
        width: 47.25%
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
        margin-bottom: 5.82%
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget {
        width: 44.18%;
        margin-right: 11.64%;
        margin-bottom: 11.64%
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 11.64%
    }

    .et_pb_gutters3 .et_pb_column_2_5,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
        width: 36.7%
    }

    .et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module {
        margin-bottom: 7.493%
    }

    .et_pb_gutters3 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_2_5 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_2_5 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_widget {
        width: 100%;
        margin-bottom: 14.986%
    }

    .et_pb_gutters3 .et_pb_column_1_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
        width: 29.6667%
    }

    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module {
        margin-bottom: 9.27%
    }

    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget {
        width: 100%;
        margin-bottom: 18.539%
    }

    .et_pb_gutters3 .et_pb_column_1_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
        width: 20.875%
    }

    .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 13.174%
    }

    .et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget {
        width: 100%;
        margin-bottom: 26.347%
    }

    .et_pb_gutters3 .et_pb_column_1_5,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
        width: 15.6%
    }

    .et_pb_gutters3 .et_pb_column_1_5 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module {
        margin-bottom: 17.628%
    }

    .et_pb_gutters3 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_1_5 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_widget {
        width: 100%;
        margin-bottom: 35.256%
    }

    .et_pb_gutters3 .et_pb_column_1_6,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_6 {
        width: 12.0833%
    }

    .et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module {
        margin-bottom: 22.759%
    }

    .et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_widget {
        width: 100%;
        margin-bottom: 45.517%
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: both
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: none
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters3 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 13.174%
    }

    .et_pb_gutters3 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
        margin-bottom: 9.27%
    }

    .et_pb_gutters3 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
        margin-bottom: 5.82%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 3.735%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 28.353%;
        margin-right: 7.47%;
        margin-bottom: 7.47%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: none
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 28.353%;
        margin-right: 7.47%;
        margin-bottom: 7.47%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        width: 46.265%;
        margin-right: 7.47%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 14.941%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
        width: 46.26486%;
        margin-right: 7.47%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
        margin-bottom: 7.47%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget {
        width: 100%;
        margin-bottom: 14.941%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
        width: 28.35314%;
        margin-right: 7.47%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 13.174%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
        width: 100%;
        margin-bottom: 26.347%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 4.242%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 45.758%;
        margin-right: 8.483%;
        margin-bottom: 8.483%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 45.758%;
        margin-right: 8.483%;
        margin-bottom: 8.483%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        width: 45.758%;
        margin-right: 8.483%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 16.967%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
        width: 45.758%;
        margin-right: 8.483%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
        margin-bottom: 9.27%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget {
        margin-bottom: 18.539%;
        width: 100%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
        width: 18.638%;
        margin-right: 8.483%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
        margin-bottom: 22.759%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
        width: 100%;
        margin-bottom: 45.517%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
        width: 27.67781%;
        margin-right: 8.483%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
        margin-bottom: 22.759%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget {
        margin-bottom: 45.517%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 5.82%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 44.18%;
        margin-right: 11.64%;
        margin-bottom: 11.64%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 44.18%;
        margin-right: 11.64%;
        margin-bottom: 11.64%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 11.64%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
        width: 44.17989%;
        margin-right: 11.64%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 13.174%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
        margin-bottom: 26.347%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
        width: 25.573%;
        margin-right: 11.64%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
        margin-bottom: 22.759%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
        margin-bottom: 45.517%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
        width: 20.875%;
        margin-right: 5.5%;
        margin-bottom: 5.5%
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
        width: 28.353%;
        margin-right: 7.47%
    }

    .et_pb_gutters3 .footer-widget {
        margin-right: 5.5%;
        margin-bottom: 5.5%
    }

    .et_pb_gutters3 .footer-widget:last-child {
        margin-right: 0
    }

    .et_pb_gutters3.et_pb_footer_columns6 .footer-widget {
        width: 12.083%
    }

    .et_pb_gutters3.et_pb_footer_columns6 .footer-widget .fwidget {
        margin-bottom: 45.517%
    }

    .et_pb_gutters3.et_pb_footer_columns5 .footer-widget {
        width: 15.6%
    }

    .et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
        margin-bottom: 35.256%
    }

    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
        width: 20.875%
    }

    .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 26.347%
    }

    .et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
        width: 29.667%
    }

    .et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
        margin-bottom: 18.539%
    }

    .et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
        width: 47.25%
    }

    .et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
        margin-bottom: 11.64%
    }

    .et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
        width: 100%
    }

    .et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
        margin-bottom: 5.5%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:first-child {
        width: 73.625%;
        clear: both
    }

    .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:first-child .fwidget {
        margin-bottom: 7.47%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
        width: 20.875%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 26.347%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:first-child {
        width: 20.875%;
        clear: both
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:first-child .fwidget {
        margin-bottom: 26.347%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
        width: 73.625%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 7.47%
    }

    .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:first-child {
        width: 64.833%
    }

    .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:first-child .fwidget {
        margin-bottom: 8.483%
    }

    .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
        width: 29.667%
    }

    .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 18.539%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:first-child {
        width: 29.667%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:first-child .fwidget {
        margin-bottom: 18.539%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
        width: 64.833%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 8.483%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
        width: 20.875%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
        margin-bottom: 26.347%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
        width: 47.25%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
        margin-bottom: 11.64%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
        width: 47.25%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
        margin-bottom: 11.64%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:first-child) {
        width: 20.875%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:first-child) .fwidget {
        margin-bottom: 26.347%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
        width: 15.6%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
        margin-bottom: 35.256%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
        width: 57.8%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
        margin-bottom: 9.516%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
        width: 57.8%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
        margin-bottom: 9.516%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:first-child) {
        width: 15.6%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:first-child) .fwidget {
        margin-bottom: 35.256%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:first-child {
        width: 57.8%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:first-child .fwidget {
        margin-bottom: 9.516%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
        width: 36.7%
    }

    .et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 14.986%
    }

    .et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:first-child {
        width: 36.7%
    }

    .et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:first-child .fwidget {
        margin-bottom: 14.986%
    }

    .et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
        width: 57.8%
    }

    .et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 9.516%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
        width: 47.25%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
        margin-bottom: 11.64%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:first-child) {
        width: 12.083%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:first-child) .fwidget {
        margin-bottom: 45.517%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
        width: 12.083%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
        margin-bottom: 45.517%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
        width: 47.25%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
        margin-bottom: 11.64%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
        width: 20.875%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
        margin-bottom: 26.347%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
        width: 47.25%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 11.64%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
        width: 15.6%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
        margin-bottom: 35.256%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
        width: 57.8%
    }

    .et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 9.516%
    }

    .rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        margin-right: 0;
        margin-left: 5.5%
    }

    .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 7.47%
    }

    .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 8.483%
    }

    .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
        margin-left: 0
    }

    .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 7.47%
    }

    .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 8.483%
    }

    .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
        margin-left: 0
    }

    .et_pb_gutters4 .et_pb_column,
    .et_pb_gutters4.et_pb_row .et_pb_column {
        margin-right: 8%
    }

    .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
    .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
    .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
    .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
    .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
    .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
        margin-bottom: 30px
    }

    .et_pb_gutters4 .et_pb_column_4_4,
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 4%
    }

    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget {
        width: 19%;
        margin-right: 8%;
        margin-bottom: 8%
    }

    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        width: 28%;
        margin-right: 8%
    }

    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
        margin-bottom: 28.571%
    }

    .et_pb_gutters4 .et_pb_column_3_4,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 {
        width: 73%
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module {
        margin-bottom: 5.479%
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget {
        width: 26.027%;
        margin-right: 10.959%;
        margin-bottom: 10.959%
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
        width: 44.521%;
        margin-right: 10.959%
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 21.918%
    }

    .et_pb_gutters4 .et_pb_column_2_3,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 {
        width: 64%
    }

    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module {
        margin-bottom: 6.25%
    }

    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget {
        width: 43.75%;
        margin-right: 12.5%;
        margin-bottom: 12.5%
    }

    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
        width: 43.75%;
        margin-right: 12.5%
    }

    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 25%
    }

    .et_pb_gutters4 .et_pb_column_3_5,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 {
        width: 56.8%
    }

    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_module {
        margin-bottom: 7.042%
    }

    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget {
        width: 42.958%;
        margin-right: 14.085%;
        margin-bottom: 14.085%
    }

    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 14.085%
    }

    .et_pb_gutters4 .et_pb_column_1_2,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 {
        width: 46%
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module {
        margin-bottom: 8.696%
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget {
        width: 41.304%;
        margin-right: 17.391%;
        margin-bottom: 17.391%
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 17.391%
    }

    .et_pb_gutters4 .et_pb_column_2_5,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_5 {
        width: 35.2%
    }

    .et_pb_gutters4 .et_pb_column_2_5 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module {
        margin-bottom: 11.364%
    }

    .et_pb_gutters4 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_2_5 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_2_5 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_widget {
        width: 100%;
        margin-bottom: 22.727%
    }

    .et_pb_gutters4 .et_pb_column_1_3,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
        width: 28%
    }

    .et_pb_gutters4 .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module {
        margin-bottom: 14.286%
    }

    .et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget {
        width: 100%;
        margin-bottom: 28.571%
    }

    .et_pb_gutters4 .et_pb_column_1_4,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_4 {
        width: 19%
    }

    .et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 21.053%
    }

    .et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget {
        width: 100%;
        margin-bottom: 42.105%
    }

    .et_pb_gutters4 .et_pb_column_1_5,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_5 {
        width: 13.6%
    }

    .et_pb_gutters4 .et_pb_column_1_5 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_module {
        margin-bottom: 29.412%
    }

    .et_pb_gutters4 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_1_5 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_widget {
        width: 100%;
        margin-bottom: 58.824%
    }

    .et_pb_gutters4 .et_pb_column_1_6,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_6 {
        width: 10%
    }

    .et_pb_gutters4 .et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_module {
        margin-bottom: 40%
    }

    .et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_widget {
        width: 100%;
        margin-bottom: 80%
    }

    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: both
    }

    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: none
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters4 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 21.053%
    }

    .et_pb_gutters4 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
        margin-bottom: 14.286%
    }

    .et_pb_gutters4 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
        margin-bottom: 8.696%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 5.479%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 26.027%;
        margin-right: 10.959%;
        margin-bottom: 10.959%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: none
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 26.027%;
        margin-right: 10.959%;
        margin-bottom: 10.959%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        width: 44.521%;
        margin-right: 10.959%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 21.918%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
        width: 44.52055%;
        margin-right: 10.959%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
        margin-bottom: 10.959%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget {
        width: 100%;
        margin-bottom: 21.918%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
        width: 26.0274%;
        margin-right: 10.959%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 21.053%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
        width: 100%;
        margin-bottom: 42.105%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 6.25%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 43.75%;
        margin-right: 12.5%;
        margin-bottom: 12.5%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 43.75%;
        margin-right: 12.5%;
        margin-bottom: 12.5%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        width: 43.75%;
        margin-right: 12.5%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 25%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
        width: 43.75%;
        margin-right: 12.5%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
        margin-bottom: 14.286%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget {
        margin-bottom: 28.571%;
        width: 100%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
        width: 15.625%;
        margin-right: 12.5%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
        margin-bottom: 40%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
        width: 100%;
        margin-bottom: 80%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
        width: 25%;
        margin-right: 12.5%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
        margin-bottom: 40%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget {
        margin-bottom: 80%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 8.696%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 41.304%;
        margin-right: 17.391%;
        margin-bottom: 17.391%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 41.304%;
        margin-right: 17.391%;
        margin-bottom: 17.391%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 17.391%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
        width: 41.30435%;
        margin-right: 17.391%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 21.053%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
        margin-bottom: 42.105%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
        width: 21.739%;
        margin-right: 17.391%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
        margin-bottom: 40%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
        margin-bottom: 80%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters4 .et_full_width_page.woocommerce-page ul.products li.product {
        width: 19%;
        margin-right: 8%;
        margin-bottom: 8%
    }

    .et_pb_gutters4.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
    .et_pb_gutters4.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
        width: 26.027%;
        margin-right: 10.959%
    }

    .et_pb_gutters4 .footer-widget {
        margin-right: 8%;
        margin-bottom: 8%
    }

    .et_pb_gutters4 .footer-widget:last-child {
        margin-right: 0
    }

    .et_pb_gutters4.et_pb_footer_columns6 .footer-widget {
        width: 10%
    }

    .et_pb_gutters4.et_pb_footer_columns6 .footer-widget .fwidget {
        margin-bottom: 80%
    }

    .et_pb_gutters4.et_pb_footer_columns5 .footer-widget {
        width: 13.6%
    }

    .et_pb_gutters4.et_pb_footer_columns5 .footer-widget .fwidget {
        margin-bottom: 58.824%
    }

    .et_pb_gutters4.et_pb_footer_columns4 .footer-widget {
        width: 19%
    }

    .et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 42.105%
    }

    .et_pb_gutters4.et_pb_footer_columns3 .footer-widget {
        width: 28%
    }

    .et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget {
        margin-bottom: 28.571%
    }

    .et_pb_gutters4.et_pb_footer_columns2 .footer-widget {
        width: 46%
    }

    .et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget {
        margin-bottom: 17.391%
    }

    .et_pb_gutters4.et_pb_footer_columns1 .footer-widget {
        width: 100%
    }

    .et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget {
        margin-bottom: 8%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:first-child {
        width: 73%;
        clear: both
    }

    .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:first-child .fwidget {
        margin-bottom: 10.959%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
        width: 19%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 42.105%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:first-child {
        width: 19%;
        clear: both
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:first-child .fwidget {
        margin-bottom: 42.105%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
        width: 73%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 10.959%
    }

    .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:first-child {
        width: 64%
    }

    .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:first-child .fwidget {
        margin-bottom: 12.5%
    }

    .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
        width: 28%
    }

    .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 28.571%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:first-child {
        width: 28%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:first-child .fwidget {
        margin-bottom: 28.571%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
        width: 64%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 12.5%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
        width: 19%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
        margin-bottom: 42.105%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
        width: 46%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
        margin-bottom: 17.391%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
        width: 46%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
        margin-bottom: 17.391%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:first-child) {
        width: 19%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:first-child) .fwidget {
        margin-bottom: 42.105%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
        width: 13.6%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
        margin-bottom: 58.824%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
        width: 56.8%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
        margin-bottom: 14.085%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
        width: 56.8%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
        margin-bottom: 14.085%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:first-child) {
        width: 13.6%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:first-child) .fwidget {
        margin-bottom: 58.824%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:first-child {
        width: 56.8%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:first-child .fwidget {
        margin-bottom: 14.085%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
        width: 35.2%
    }

    .et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 22.727%
    }

    .et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:first-child {
        width: 35.2%
    }

    .et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:first-child .fwidget {
        margin-bottom: 22.727%
    }

    .et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
        width: 56.8%
    }

    .et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 14.085%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
        width: 46%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
        margin-bottom: 17.391%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:first-child) {
        width: 10%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:first-child) .fwidget {
        margin-bottom: 80%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
        width: 10%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
        margin-bottom: 80%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
        width: 46%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
        margin-bottom: 17.391%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
        width: 19%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
        margin-bottom: 42.105%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
        width: 46%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 17.391%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
        width: 13.6%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
        margin-bottom: 58.824%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
        width: 56.8%
    }

    .et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 14.085%
    }

    .rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        margin-right: 0;
        margin-left: 8%
    }

    .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 10.959%
    }

    .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 12.5%
    }

    .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
        margin-left: 0
    }

    .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 10.959%
    }

    .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 12.5%
    }

    .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
        margin-left: 0
    }

    .et_pb_gutters2 .et_pb_column,
    .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 3%
    }

    .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
    .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
    .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
    .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
    .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
    .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
        margin-bottom: 30px
    }

    .et_pb_gutters2 .et_pb_column_4_4,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 1.5%
    }

    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget {
        width: 22.75%;
        margin-right: 3%;
        margin-bottom: 3%
    }

    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        width: 31.333%;
        margin-right: 3%
    }

    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
        margin-bottom: 9.574%
    }

    .et_pb_gutters2 .et_pb_column_3_4,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
        width: 74.25%
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module {
        margin-bottom: 2.02%
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget {
        width: 30.64%;
        margin-right: 4.04%;
        margin-bottom: 4.04%
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
        width: 47.98%;
        margin-right: 4.04%
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 8.081%
    }

    .et_pb_gutters2 .et_pb_column_2_3,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
        width: 65.667%
    }

    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module {
        margin-bottom: 2.284%
    }

    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget {
        width: 47.716%;
        margin-right: 4.569%;
        margin-bottom: 4.569%
    }

    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
        width: 47.716%;
        margin-right: 4.569%
    }

    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 9.137%
    }

    .et_pb_gutters2 .et_pb_column_3_5,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
        width: 58.8%
    }

    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module {
        margin-bottom: 2.551%
    }

    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget {
        width: 47.449%;
        margin-right: 5.102%;
        margin-bottom: 5.102%
    }

    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 5.102%
    }

    .et_pb_gutters2 .et_pb_column_1_2,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
        width: 48.5%
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
        margin-bottom: 3.093%
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget {
        width: 46.907%;
        margin-right: 6.186%;
        margin-bottom: 6.186%
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 6.186%
    }

    .et_pb_gutters2 .et_pb_column_2_5,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
        width: 38.2%
    }

    .et_pb_gutters2 .et_pb_column_2_5 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
        margin-bottom: 3.927%
    }

    .et_pb_gutters2 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_2_5 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_2_5 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_widget {
        width: 100%;
        margin-bottom: 7.853%
    }

    .et_pb_gutters2 .et_pb_column_1_3,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 31.3333%
    }

    .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
        margin-bottom: 4.787%
    }

    .et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget {
        width: 100%;
        margin-bottom: 9.574%
    }

    .et_pb_gutters2 .et_pb_column_1_4,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
        width: 22.75%
    }

    .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 6.593%
    }

    .et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget {
        width: 100%;
        margin-bottom: 13.187%
    }

    .et_pb_gutters2 .et_pb_column_1_5,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
        width: 17.6%
    }

    .et_pb_gutters2 .et_pb_column_1_5 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module {
        margin-bottom: 8.523%
    }

    .et_pb_gutters2 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_1_5 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_widget {
        width: 100%;
        margin-bottom: 17.045%
    }

    .et_pb_gutters2 .et_pb_column_1_6,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
        width: 14.1667%
    }

    .et_pb_gutters2 .et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module {
        margin-bottom: 10.588%
    }

    .et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_widget {
        width: 100%;
        margin-bottom: 21.176%
    }

    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: both
    }

    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: none
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters2 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 6.593%
    }

    .et_pb_gutters2 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
        margin-bottom: 4.787%
    }

    .et_pb_gutters2 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
        margin-bottom: 3.093%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 2.02%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 30.64%;
        margin-right: 4.04%;
        margin-bottom: 4.04%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: none
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 30.64%;
        margin-right: 4.04%;
        margin-bottom: 4.04%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        width: 47.98%;
        margin-right: 4.04%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 8.081%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
        width: 47.9798%;
        margin-right: 4.04%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
        margin-bottom: 4.04%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget {
        width: 100%;
        margin-bottom: 8.081%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
        width: 30.63973%;
        margin-right: 4.04%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 6.593%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
        width: 100%;
        margin-bottom: 13.187%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 2.284%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 47.716%;
        margin-right: 4.569%;
        margin-bottom: 4.569%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 47.716%;
        margin-right: 4.569%;
        margin-bottom: 4.569%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        width: 47.716%;
        margin-right: 4.569%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 9.137%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
        width: 47.716%;
        margin-right: 4.569%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
        margin-bottom: 4.787%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget {
        margin-bottom: 9.574%;
        width: 100%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
        width: 21.574%;
        margin-right: 4.569%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
        margin-bottom: 10.588%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
        width: 100%;
        margin-bottom: 21.176%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
        width: 30.28765%;
        margin-right: 4.569%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
        margin-bottom: 10.588%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget {
        margin-bottom: 21.176%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 3.093%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 46.907%;
        margin-right: 6.186%;
        margin-bottom: 6.186%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 46.907%;
        margin-right: 6.186%;
        margin-bottom: 6.186%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 6.186%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
        width: 46.90722%;
        margin-right: 6.186%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 6.593%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
        margin-bottom: 13.187%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
        width: 29.21%;
        margin-right: 6.186%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
        margin-bottom: 10.588%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
        margin-bottom: 21.176%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product {
        width: 22.75%;
        margin-right: 3%;
        margin-bottom: 3%
    }

    .et_pb_gutters2.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
    .et_pb_gutters2.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
        width: 30.64%;
        margin-right: 4.04%
    }

    .et_pb_gutters2 .footer-widget {
        margin-right: 3%;
        margin-bottom: 3%
    }

    .et_pb_gutters2 .footer-widget:last-child {
        margin-right: 0
    }

    .et_pb_gutters2.et_pb_footer_columns6 .footer-widget {
        width: 14.167%
    }

    .et_pb_gutters2.et_pb_footer_columns6 .footer-widget .fwidget {
        margin-bottom: 21.176%
    }

    .et_pb_gutters2.et_pb_footer_columns5 .footer-widget {
        width: 17.6%
    }

    .et_pb_gutters2.et_pb_footer_columns5 .footer-widget .fwidget {
        margin-bottom: 17.045%
    }

    .et_pb_gutters2.et_pb_footer_columns4 .footer-widget {
        width: 22.75%
    }

    .et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 13.187%
    }

    .et_pb_gutters2.et_pb_footer_columns3 .footer-widget {
        width: 31.333%
    }

    .et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget {
        margin-bottom: 9.574%
    }

    .et_pb_gutters2.et_pb_footer_columns2 .footer-widget {
        width: 48.5%
    }

    .et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget {
        margin-bottom: 6.186%
    }

    .et_pb_gutters2.et_pb_footer_columns1 .footer-widget {
        width: 100%
    }

    .et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget {
        margin-bottom: 3%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:first-child {
        width: 74.25%;
        clear: both
    }

    .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:first-child .fwidget {
        margin-bottom: 4.04%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
        width: 22.75%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 13.187%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:first-child {
        width: 22.75%;
        clear: both
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:first-child .fwidget {
        margin-bottom: 13.187%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
        width: 74.25%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 4.04%
    }

    .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:first-child {
        width: 65.667%
    }

    .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:first-child .fwidget {
        margin-bottom: 4.569%
    }

    .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
        width: 31.333%
    }

    .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 9.574%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:first-child {
        width: 31.333%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:first-child .fwidget {
        margin-bottom: 9.574%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
        width: 65.667%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 4.569%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
        width: 22.75%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
        margin-bottom: 13.187%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
        width: 48.5%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
        margin-bottom: 6.186%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
        width: 48.5%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
        margin-bottom: 6.186%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:first-child) {
        width: 22.75%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:first-child) .fwidget {
        margin-bottom: 13.187%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
        width: 17.6%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
        margin-bottom: 17.045%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
        width: 58.8%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
        margin-bottom: 5.102%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
        width: 58.8%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
        margin-bottom: 5.102%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:first-child) {
        width: 17.6%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:first-child) .fwidget {
        margin-bottom: 17.045%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:first-child {
        width: 58.8%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:first-child .fwidget {
        margin-bottom: 5.102%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
        width: 38.2%
    }

    .et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 7.853%
    }

    .et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:first-child {
        width: 38.2%
    }

    .et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:first-child .fwidget {
        margin-bottom: 7.853%
    }

    .et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
        width: 58.8%
    }

    .et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 5.102%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
        width: 48.5%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
        margin-bottom: 6.186%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:first-child) {
        width: 14.167%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:first-child) .fwidget {
        margin-bottom: 21.176%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
        width: 14.167%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
        margin-bottom: 21.176%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
        width: 48.5%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
        margin-bottom: 6.186%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
        width: 22.75%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
        margin-bottom: 13.187%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
        width: 48.5%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 6.186%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
        width: 17.6%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
        margin-bottom: 17.045%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
        width: 58.8%
    }

    .et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 5.102%
    }

    .rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        margin-right: 0;
        margin-left: 3%
    }

    .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 4.04%
    }

    .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 4.569%
    }

    .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
        margin-left: 0
    }

    .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 4.04%
    }

    .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 4.569%
    }

    .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
        margin-left: 0
    }

    .et_pb_gutters1 .et_pb_column,
    .et_pb_gutters1.et_pb_row .et_pb_column {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
    .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
    .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child {
        margin-bottom: 30px
    }

    .et_pb_gutters1 .et_pb_column_4_4,
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget {
        width: 25%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        width: 33.333%;
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 {
        width: 75%
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget {
        width: 33.333%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_2_3,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 {
        width: 66.667%
    }

    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_3_5,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 {
        width: 60%
    }

    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
        width: 50%
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_2_5,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_5 {
        width: 40%
    }

    .et_pb_gutters1 .et_pb_column_2_5 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_2_5 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_2_5 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_widget {
        width: 100%;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_3,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
        width: 33.3333%
    }

    .et_pb_gutters1 .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_widget {
        width: 100%;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_4,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
        width: 25%
    }

    .et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_widget {
        width: 100%;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_5,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_5 {
        width: 20%
    }

    .et_pb_gutters1 .et_pb_column_1_5 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_1_5 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_widget {
        width: 100%;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_6,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_6 {
        width: 16.6667%
    }

    .et_pb_gutters1 .et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_widget {
        width: 100%;
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n),
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n) {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: both
    }

    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: none
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 33.333%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1) {
        clear: both
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1),
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1) {
        clear: none
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 33.333%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget {
        width: 100%;
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
        width: 33.33333%;
        margin-right: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
        width: 100%;
        margin-bottom: 0
    }

    .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget {
        margin-bottom: 0;
        width: 100%
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
        width: 25%;
        margin-right: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
        width: 100%;
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
        width: 33.33333%;
        margin-right: 0
    }

    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item.on_last_row,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_module,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(odd),
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
        width: 100%;
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget {
        margin-bottom: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
        width: 33.333%;
        margin-right: 0
    }

    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1 .et_pb_grid_item.on_last_row,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_full_width_page.woocommerce-page ul.products li.product {
        width: 25%;
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_gutters1.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
    .et_pb_gutters1.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
        width: 33.333%;
        margin-right: 0
    }

    .et_pb_gutters1 .footer-widget {
        margin-right: 0;
        margin-bottom: 0
    }

    .et_pb_gutters1 .footer-widget:last-child {
        margin-right: 0
    }

    .et_pb_gutters1.et_pb_footer_columns6 .footer-widget {
        width: 16.667%
    }

    .et_pb_gutters1.et_pb_footer_columns6 .footer-widget .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns5 .footer-widget {
        width: 20%
    }

    .et_pb_gutters1.et_pb_footer_columns5 .footer-widget .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns4 .footer-widget {
        width: 25%
    }

    .et_pb_gutters1.et_pb_footer_columns4 .footer-widget .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns3 .footer-widget {
        width: 33.333%
    }

    .et_pb_gutters1.et_pb_footer_columns3 .footer-widget .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns2 .footer-widget {
        width: 50%
    }

    .et_pb_gutters1.et_pb_footer_columns2 .footer-widget .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns1 .footer-widget {
        width: 100%
    }

    .et_pb_gutters1.et_pb_footer_columns1 .footer-widget .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:first-child {
        width: 75%;
        clear: both
    }

    .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:first-child .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) {
        width: 25%
    }

    .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:first-child {
        width: 25%;
        clear: both
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:first-child .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) {
        width: 75%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:first-child {
        width: 66.667%
    }

    .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:first-child .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
        width: 33.333%
    }

    .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:first-child {
        width: 33.333%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:first-child .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) {
        width: 66.667%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
        width: 25%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
        width: 50%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
        width: 50%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:first-child) {
        width: 25%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:first-child) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) {
        width: 20%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) {
        width: 60%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child {
        width: 60%
    }

    .et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:first-child) {
        width: 20%
    }

    .et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:first-child) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:first-child {
        width: 60%
    }

    .et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:first-child .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) {
        width: 40%
    }

    .et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:first-child {
        width: 40%
    }

    .et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:first-child .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) {
        width: 60%
    }

    .et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
        width: 50%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:first-child) {
        width: 16.667%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:first-child) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) {
        width: 16.667%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
        width: 50%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
        width: 25%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) {
        width: 50%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) {
        width: 20%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget {
        margin-bottom: 0
    }

    .et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) {
        width: 60%
    }

    .et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 0
    }

    .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        margin-right: 0;
        margin-left: 0
    }

    .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n),
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n) {
        margin-left: 0
    }

    .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 {
        margin-right: 0;
        margin-left: 0
    }

    .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1,
    .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 {
        margin-left: 0
    }

    .et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item .et_pb_module_header:last-child,
    .et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item h2:last-child {
        line-height: normal
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product {
        width: 48%;
        margin-right: 4%
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2),
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2) {
        margin-right: 0
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1),
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1) {
        clear: none
    }
}

@media (max-width: 980px) {
    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item {
        margin: 0 5.5% 7.5% 0;
        width: 29.666%;
        clear: none;
        float: left
    }

    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
        clear: both
    }

    .et_pb_column .et_pb_grid_item {
        margin: 0 5.5% 7.5% 0;
        width: 29.666%;
        clear: none;
        float: left
    }

    .et_pb_column .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of2,
    .et_pb_column .et_pb_widget {
        margin: 0 5.5% 7.5% 0;
        width: 47.25%;
        clear: none;
        float: left
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .et_pb_column .et_pb_widget:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(odd),
    .et_pb_column .et_pb_widget:nth-child(odd) {
        clear: both
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 16.21%
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of1,
    .et_pb_column .et_pb_blog_grid .column.size-1of2 {
        margin-bottom: 0
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child,
    .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child {
        margin-bottom: 30px
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
        margin: 0 0 11.5%;
        width: 100%
    }

    .et_pb_gutters1 .et_pb_column,
    .et_pb_gutters1 .et_pb_column .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
        margin: 0;
        width: 33.333%
    }

    .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_column .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
        margin: 0;
        width: 50%
    }

    .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4,
    .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
    .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
    .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4,
    .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4,
    .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
    .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
    .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget {
        margin: 0;
        width: 100%
    }

    .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
    .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5,
    .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5,
    .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
    .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5,
    .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget {
        margin: 0;
        width: 100%
    }

    .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
    .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6,
    .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
    .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
        width: 33.333%;
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
        margin: 0;
        width: 100%
    }

    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
        width: 50%;
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
        margin: 0;
        width: 100%
    }

    .rtl .et_pb_column .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_column .et_pb_widget {
        margin: 0 0 7.5% 5.5%;
        float: right
    }

    .rtl .et_pb_column .et_pb_blog_grid .column.size-1of2 .last_in_row,
    .rtl .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n),
    .rtl .et_pb_column .et_pb_widget .last_in_row,
    .rtl .et_pb_column .et_pb_widget:nth-child(2n) {
        margin-left: 0
    }

    .rtl .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters1 .et_pb_column .et_pb_widget,
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2,
    .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
        margin: 0
    }
}

@media (max-width: 767px) {

    .et_pb_column .et_pb_grid_item,
    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item {
        margin: 0 5.5% 9.5% 0;
        width: 47.25%;
        clear: none;
        float: left
    }

    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_column .et_pb_grid_item:nth-child(3n) {
        margin-right: 5.5%
    }

    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_column .et_pb_grid_item:nth-child(3n+1) {
        clear: none
    }

    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .last_in_row,
    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n),
    .et_pb_column .et_pb_grid_item .last_in_row,
    .et_pb_column .et_pb_grid_item:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .first_in_row,
    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(odd),
    .et_pb_column .et_pb_grid_item .first_in_row,
    .et_pb_column .et_pb_grid_item:nth-child(odd) {
        clear: both
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-right: 0;
        margin-bottom: 9.5%;
        width: 100%
    }

    .et_pb_column .et_pb_widget {
        margin-right: 0;
        width: 100%
    }

    .et_pb_gutters1 .et_pb_column,
    .et_pb_gutters1 .et_pb_column .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product {
        margin: 0;
        width: 50%
    }

    .et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n),
    .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n),
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n+1),
    .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n+1),
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
        clear: none
    }

    .et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item {
        margin: 0;
        width: 100%
    }

    .et_pb_gutters1 .et_pb_column .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item {
        margin: 0;
        width: 50%
    }

    .et_pb_gutters1 .et_pb_column .et_pb_grid_item.last_in_row,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.last_in_row {
        margin-right: 0
    }

    .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
        margin: 0;
        width: 100%
    }

    .rtl .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
        margin-left: 0
    }
}

@media (max-width: 479px) {
    .et_pb_column {
        width: 100% !important
    }

    .et_pb_column .et_pb_grid_item,
    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item {
        margin: 0 0 11.5%;
        width: 100%
    }

    .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .on_last_row,
    .et_pb_column .et_pb_grid_item .on_last_row {
        margin-bottom: 0
    }

    .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_column .et_pb_widget {
        margin-right: 0;
        margin-bottom: 11.5%;
        width: 100%
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget {
        margin: 0 0 11.5%;
        width: 100%
    }

    .et_pb_gutters1 .et_pb_column,
    .et_pb_gutters1.et_pb_row .et_pb_column {
        margin: 0 !important
    }

    .et_pb_gutters1 .et_pb_column .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
        margin-bottom: 0
    }

    .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1 .et_pb_column .et_pb_grid_item,
    .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1 .et_pb_column .et_pb_widget,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget {
        width: 100%;
        margin: 0
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#et-info-email:before,
#et-info-phone:before,
#et_search_icon:before,
.comment-reply-link:after,
.et-cart-info span:before,
.et-pb-arrow-next:before,
.et-pb-arrow-prev:before,
.et-social-icon a:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
.et_overlay:before,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.et_pb_contact_reset:after,
.et_pb_contact_submit:after,
.et_pb_font_icon:before,
.et_pb_newsletter_button:after,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
.et_pb_social_icon a.icon:before,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.form-submit .et_pb_button:after,
.mobile_menu_bar:before,
.woocommerce #content input.button.alt:after,
.woocommerce #content input.button:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce-page #content input.button:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce-page #respond input#submit:after,
.woocommerce-page a.button.alt:after,
.woocommerce-page a.button:after,
.woocommerce-page button.button.alt:after,
.woocommerce-page button.button:after,
.woocommerce-page input.button.alt:after,
.woocommerce-page input.button:after,
.woocommerce a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce button.button:after,
.woocommerce button.single_add_to_cart_button.button:after,
.woocommerce input.button.alt:after,
.woocommerce input.button:after,
a.et_pb_more_button:after {
    font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0
}

.et_pb_custom_button_icon.et_pb_button:after,
.et_pb_login .et_pb_custom_button_icon.et_pb_button:after {
    content: attr(data-icon)
}

.et_pb_woo_custom_button_icon .et_pb_custom_button_icon.et_pb_button:after {
    content: attr(data-icon) !important
}

.et-pb-icon {
    font-family: ETmodules;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nav li li {
    padding: 0 20px;
    margin: 0
}

.et-menu li li a {
    padding: 6px 20px;
    width: 200px
}

.nav li {
    position: relative;
    line-height: 1em
}

.nav li li {
    position: relative;
    line-height: 2em
}

.nav li ul {
    position: absolute;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateZ(0);
    text-align: left
}

.nav li.et-hover>ul {
    visibility: visible
}

.nav li.et-touch-hover>ul,
.nav li:hover>ul {
    opacity: 1;
    visibility: visible
}

.nav li li ul {
    z-index: 1000;
    top: -23px;
    left: 240px
}

.nav li.et-reverse-direction-nav li ul {
    left: auto;
    right: 240px
}

.nav li:hover {
    visibility: inherit
}

.et_mobile_menu li a,
.nav li li a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    background-color: rgba(0, 0, 0, .03);
    opacity: .7
}

.et-dropdown-removing>ul {
    display: none
}

.mega-menu .et-dropdown-removing>ul {
    display: block
}

.et-menu .menu-item-has-children>a:first-child:after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800
}

.et-menu .menu-item-has-children>a:first-child {
    padding-right: 20px
}

.et-menu li li.menu-item-has-children>a:first-child:after {
    right: 20px;
    top: 6px
}

.et-menu-nav li.mega-menu {
    position: inherit
}

.et-menu-nav li.mega-menu>ul {
    padding: 30px 20px;
    position: absolute !important;
    width: 100%;
    left: 0 !important
}

.et-menu-nav li.mega-menu ul li {
    margin: 0;
    float: left !important;
    display: block !important;
    padding: 0 !important
}

.et-menu-nav li.mega-menu li>ul {
    -webkit-animation: none !important;
    animation: none !important;
    padding: 0;
    border: none;
    left: auto;
    top: auto;
    width: 240px !important;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none
}

.et-menu-nav li.mega-menu li ul {
    visibility: visible;
    opacity: 1;
    display: none
}

.et-menu-nav li.mega-menu.et-hover li ul,
.et-menu-nav li.mega-menu:hover li ul {
    display: block
}

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

.et-menu-nav li.mega-menu>ul>li>a:first-child {
    padding-top: 0 !important;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .03)
}

.et-menu-nav li.mega-menu>ul>li>a:first-child:hover {
    background-color: transparent !important
}

.et-menu-nav li.mega-menu li>a {
    width: 200px !important
}

.et-menu-nav li.mega-menu.mega-menu-parent li>a,
.et-menu-nav li.mega-menu.mega-menu-parent li li {
    width: 100% !important
}

.et-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu {
    float: left;
    width: 100% !important
}

.et-menu-nav li.mega-menu>ul>li {
    width: 25%;
    margin: 0
}

.et-menu-nav li.mega-menu.mega-menu-parent-3>ul>li {
    width: 33.33%
}

.et-menu-nav li.mega-menu.mega-menu-parent-2>ul>li {
    width: 50%
}

.et-menu-nav li.mega-menu.mega-menu-parent-1>ul>li {
    width: 100%
}

.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after,
.et_pb_menu li.mega-menu .menu-item-has-children>a:first-child:after {
    display: none
}

.et_fullwidth_nav #top-menu li.mega-menu>ul {
    width: auto;
    left: 30px !important;
    right: 30px !important
}

.et_mobile_menu {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
    visibility: visible !important;
    display: block !important;
    padding-left: 10px
}

.et_mobile_menu li li {
    padding-left: 5%
}

.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    color: #666;
    padding: 10px 5%;
    display: block
}

.et_mobile_menu .menu-item-has-children>a {
    font-weight: 700;
    background-color: rgba(0, 0, 0, .03)
}

.et_mobile_menu li .menu-item-has-children>a {
    background-color: transparent
}

.et_mobile_nav_menu {
    float: right;
    display: none
}

.mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0
}

.mobile_menu_bar:before {
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer
}

.et_pb_module .mobile_menu_bar:before {
    top: 2px
}

.mobile_nav .select_page {
    display: none
}

.et_pb_widget {
    float: left;
    max-width: 100%
}

.et_pb_widget a {
    text-decoration: none;
    color: #666
}

.et_pb_widget li a:hover {
    color: #82c0c7
}

.et_pb_widget ul li {
    margin-bottom: .5em
}

.et_pb_widget ul li ul li {
    margin-left: 15px
}

.et_pb_widget select {
    width: 100%;
    height: 28px;
    padding: 0 5px
}

.et_pb_widget_area .et_pb_widget a {
    color: inherit
}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: #666
}

.et_pb_bg_layout_dark .et_pb_widget li a {
    color: inherit
}

#et-ajax-saving {
    display: none;
    -webkit-transition: background .3s, -webkit-box-shadow .3s;
    transition: background .3s, -webkit-box-shadow .3s;
    transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    -webkit-box-shadow: rgba(0, 139, 219, .247059) 0 0 60px;
    box-shadow: 0 0 60px rgba(0, 139, 219, .247059);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    margin: -25px 0 0 -25px;
    z-index: 999999;
    text-align: center
}

#et-ajax-saving img {
    margin: 9px
}

.et-safe-mode-indicator,
.et-safe-mode-indicator:focus,
.et-safe-mode-indicator:hover {
    -webkit-box-shadow: 0 5px 10px rgba(41, 196, 169, .15);
    box-shadow: 0 5px 10px rgba(41, 196, 169, .15);
    background: #29c4a9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    line-height: 16px;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.et_pb_button {
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.et_pb_button,
.et_pb_button_inner {
    position: relative
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em
}

.et_pb_button:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_contact_reset:hover,
.et_pb_contact_submit:hover,
.et_pb_pricing_table_button:hover {
    background-color: rgba(0, 0, 0, .05)
}

.et_pb_button:after,
.et_pb_button:before {
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none
}

.et_pb_button.et_hover_enabled:hover:after,
.et_pb_button.et_pb_hovered:hover:after {
    -webkit-transition: none !important;
    transition: none !important
}

.et_pb_button:before {
    display: none
}

.et_pb_button:hover:after,
.et_pb_more_button:hover:after,
.et_pb_newsletter_button:hover:after,
.et_pb_pricing_table_button:hover:after,
.et_pb_promo_button:hover:after {
    opacity: 1;
    margin-left: 0
}

.et_pb_contact_reset:hover {
    padding: .3em 1em
}

.et_subscribe_loader {
    display: none;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/includes/builder/styles/images/subscribe-loader.gif);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: -8px
}

.et_pb_button_text_loading .et_pb_newsletter_button_text {
    visibility: hidden
}

.woocommerce-page .media-frame .media-frame-toolbar button.button,
.woocommerce-page .media-frame .media-frame-toolbar button.post-nav .nav-links .button,
.woocommerce-page .media-frame .media-frame-toolbar button.read-more-buttons,
.woocommerce .media-frame .media-frame-toolbar button.button,
.woocommerce .media-frame .media-frame-toolbar button.post-nav .nav-links .button,
.woocommerce .media-frame .media-frame-toolbar button.read-more-buttons {
    float: left
}

.woocommerce-page .media-frame button.button,
.woocommerce-page .media-frame button.post-nav .nav-links .button,
.woocommerce-page .media-frame button.read-more-buttons,
.woocommerce .media-frame button.button,
.woocommerce .media-frame button.post-nav .nav-links .button,
.woocommerce .media-frame button.read-more-buttons {
    margin-left: 10px;
    margin-top: 15px;
    padding: 0 12px 2px !important;
    font-weight: 400;
    font-size: 13px;
    border-width: 1px;
    border-color: #ccc;
    text-decoration: none;
    color: #555;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top
}

.woocommerce-page .media-frame button.button:after,
.woocommerce-page .media-frame button.post-nav .nav-links .button:after,
.woocommerce-page .media-frame button.read-more-buttons:after,
.woocommerce .media-frame button.button:after,
.woocommerce .media-frame button.post-nav .nav-links .button:after,
.woocommerce .media-frame button.read-more-buttons:after {
    content: ""
}

.woocommerce-page .media-frame button.button-primary,
.woocommerce .media-frame button.button-primary {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799
}

.woocommerce-page .media-frame button.button-primary:hover,
.woocommerce .media-frame button.button-primary:hover {
    background: #008ec2
}

.woocommerce-page .media-frame button.button-primary:active,
.woocommerce .media-frame button.button-primary:active {
    background: #0073aa;
    -webkit-box-shadow: inset 0 2px 0 #006799;
    box-shadow: inset 0 2px 0 #006799
}

.woocommerce-page .media-frame button.button-hero,
.woocommerce .media-frame button.button-hero {
    font-size: 14px;
    height: 46px !important;
    line-height: 44px;
    padding: 0 36px !important
}

.woocommerce-page .media-frame button.button-hero:hover,
.woocommerce .media-frame button.button-hero:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d
}

.woocommerce-page .media-frame button.button-hero:active,
.woocommerce .media-frame button.button-hero:active {
    background: #eee;
    border-color: #999;
    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    outline: 2px solid transparent;
    outline-offset: 0
}

#comment-wrap {
    padding-top: 75px
}

.comment-body {
    position: relative;
    padding: 0 110px 0 100px;
    margin-bottom: 48px;
    min-height: 87px
}

.comment_avatar {
    left: 0;
    position: absolute;
    top: 7px
}

.comment_avatar img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.comment_postinfo {
    margin-bottom: 8px
}

span.fn,
span.fn a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    display: inline-block
}

span.comment_date {
    color: #000;
    font-size: 14px;
    font-weight: 300
}

.comment_area .comment-reply-link {
    position: absolute;
    top: 7px;
    right: 0;
    display: block
}

.comment-reply-link:hover,
.form-submit:hover {
    text-decoration: none
}

.comment .children {
    margin-left: 100px;
    padding-left: 0 !important
}

#comment-wrap li.comment.depth-5 article {
    padding-right: 0
}

.comment #respond {
    margin: -30px 0 0
}

#respond {
    padding-top: 17px
}

#commentform {
    padding-bottom: 50px
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url] {
    width: 47%
}

#commentform textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url],
#commentform textarea {
    padding: 12px;
    color: #999;
    line-height: 1em;
    background-color: #eee;
    font-size: 18px;
    border-width: 0
}

.form-submit {
    text-align: right
}

.form-submit .et_pb_button {
    display: inline-block;
    cursor: pointer
}

#reply-title small {
    display: block;
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 767px) {
    #comment-wrap li.comment article {
        padding-right: 0
    }

    .comment-body {
        padding: 0 0 0 100px
    }

    .comment-reply-link {
        position: relative !important;
        float: right;
        bottom: -10px;
        top: auto !important
    }

    #commentform input[type=email],
    #commentform input[type=text],
    #commentform input[type=url] {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .comment .children {
        margin-left: 50px
    }
}

@media (max-width: 479px) {
    .comment_avatar img {
        max-width: 50%
    }

    .comment-body {
        padding: 0 0 0 50px
    }

    .comment .children {
        margin-left: 25px
    }

    a.comment-reply-link.et_pb_button {
        font-size: 15px
    }

    a.comment-reply-link.et_pb_button:after {
        font-size: 25px
    }
}

.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
    font-size: 26px
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
    font-size: 23px
}

.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
    font-size: 20px
}

.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
    font-size: 18px
}

.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
    font-size: 16px
}

.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_2_5 h6 {
    font-size: 15px
}

.et_pb_blurb_content,
.et_pb_circle_counter,
.et_pb_contact_main_title,
.et_pb_countdown_timer_container,
.et_pb_counter_title,
.et_pb_gallery_item,
.et_pb_newsletter_description,
.et_pb_number_counter,
.et_pb_portfolio_item,
.et_pb_post,
.et_pb_pricing_content,
.et_pb_pricing_heading,
.et_pb_promo_description,
.et_pb_slide_description,
.et_pb_tab,
.et_pb_tabs_controls,
.et_pb_team_member,
.et_pb_testimonial_description_inner,
.et_pb_text,
.et_pb_toggle_content,
.et_pb_toggle_title,
.et_pb_wc_add_to_cart,
.et_pb_wc_additional_info,
.et_pb_wc_breadcrumb,
.et_pb_wc_description,
.et_pb_wc_meta,
.et_pb_wc_price,
.et_pb_wc_rating,
.et_pb_wc_stock,
.et_pb_wc_title,
.et_pb_widget,
.product {
    word-wrap: break-word
}

.et_pb_wc_price .amount {
    word-break: break-all
}

.et_overlay:before,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_contact_submit,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_member_social_links a:hover,
.et_pb_pricing_table_button,
.et_pb_pricing li a,
.et_pb_sum {
    color: #2ea3f2
}

.et_pb_pricing li span:before {
    border-color: #2ea3f2
}

.et_audio_content,
.et_link_content,
.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content {
    background-color: #2ea3f2
}

.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider,
.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider {
    z-index: 1
}

.et_pb_row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative
}

.section_has_divider .et_pb_row {
    z-index: 5
}

.et_builder_inner_content {
    position: relative;
    z-index: 1
}

header .et_builder_inner_content {
    z-index: 2
}

.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px
}

.et_pb_column--with-menu {
    z-index: 3
}

.et_pb_column.et_pb_section_parallax {
    position: relative
}

.et_pb_css_mix_blend_mode_passthrough {
    mix-blend-mode: unset !important
}

.et_pb_module_inner {
    position: relative
}

.et_hover_enabled_preview {
    z-index: 2
}

.et_hover_enabled:hover {
    position: relative;
    z-index: 2
}

.et_post_gallery {
    padding: 0 !important;
    line-height: 1.7 !important;
    list-style: none !important
}

p.et_pb_gallery_caption {
    line-height: 1.7
}

.et-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 22px
}

.et-menu>li:last-child {
    padding-right: 0
}

.et-menu a {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
    display: block;
    position: relative
}

.et-menu a,
.et-menu a:hover {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.et-menu a:hover {
    opacity: .7
}

.et-menu li>a {
    padding-bottom: 29px;
    word-wrap: break-word
}

.et_pb_all_tabs,
.et_pb_column,
.et_pb_counters .et_pb_counter_container,
.et_pb_module,
.et_pb_portfolio_item,
.et_pb_posts_nav a,
.et_pb_pricing_table,
.et_pb_row,
.et_pb_row_inner,
.et_pb_slide,
.et_pb_tab,
.et_pb_with_background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.et_pb_with_border {
    position: relative
}

.et_pb_fullwidth_post_content.et_pb_with_border img,
.et_pb_post_content.et_pb_with_border img,
.et_pb_with_border,
.et_pb_with_border .et_pb_audio_cover_art,
.et_pb_with_border.et_pb_comments_module .commentlist li img.avatar,
.et_pb_with_border.et_pb_comments_module input,
.et_pb_with_border.et_pb_comments_module textarea,
.et_pb_with_border.et_pb_contact_field .input[type=checkbox]+label i,
.et_pb_with_border.et_pb_contact_field .input[type=radio]+label i,
.et_pb_with_border.et_pb_contact_field input,
.et_pb_with_border.et_pb_contact_field select,
.et_pb_with_border.et_pb_contact_field textarea,
.et_pb_with_border .et_pb_contact_form .input[type=checkbox]+label i,
.et_pb_with_border .et_pb_contact_form .input[type=radio]+label i,
.et_pb_with_border .et_pb_contact_form input,
.et_pb_with_border .et_pb_contact_form select,
.et_pb_with_border .et_pb_contact_form textarea,
.et_pb_with_border .et_pb_counter_container,
.et_pb_with_border.et_pb_fullwidth_header .header-image-container img,
.et_pb_with_border.et_pb_fullwidth_header .header-logo,
.et_pb_with_border.et_pb_fullwidth_menu .et_pb_menu__logo img,
.et_pb_with_border .et_pb_gallery_image,
.et_pb_with_border .et_pb_gallery_item,
.et_pb_with_border .et_pb_image_wrap,
.et_pb_with_border .et_pb_main_blurb_image,
.et_pb_with_border.et_pb_menu .et_pb_menu__logo img,
.et_pb_with_border .et_pb_newsletter_form .input[type=checkbox]+label i,
.et_pb_with_border .et_pb_newsletter_form .input[type=radio]+label i,
.et_pb_with_border .et_pb_newsletter_form input,
.et_pb_with_border .et_pb_newsletter_form select,
.et_pb_with_border .et_pb_newsletter_form textarea,
.et_pb_with_border .et_pb_portfolio_image,
.et_pb_with_border .et_pb_portfolio_item,
.et_pb_with_border .et_pb_post .et_pb_slides,
.et_pb_with_border .et_pb_post .et_pb_video_overlay,
.et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder),
.et_pb_with_border.et_pb_posts .et_pb_post,
.et_pb_with_border.et_pb_posts_nav span.nav-next a,
.et_pb_with_border.et_pb_posts_nav span.nav-previous a,
.et_pb_with_border.et_pb_shop .et_shop_image>img,
.et_pb_with_border.et_pb_shop .products li,
.et_pb_with_border .et_pb_slide_image img,
.et_pb_with_border .et_pb_team_member_image,
.et_pb_with_border .et_pb_testimonial_portrait,
.et_pb_with_border.et_pb_video_slider .et_pb_carousel_item,
.et_pb_with_border.et_pb_video_slider .et_pb_slider,
.et_pb_with_border.et_pb_wc_images .woocommerce-product-gallery__image,
.et_pb_with_border.et_pb_wc_related_products .et_shop_image,
.et_pb_with_border .et_pb_wc_related_products .et_shop_image>img:not(.woocommerce-placeholder),
.et_pb_with_border.et_pb_wc_related_products .product,
.et_pb_with_border.et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar,
.et_pb_with_border.et_pb_wc_upsells .et_shop_image,
.et_pb_with_border.et_pb_wc_upsells .product,
.et_pb_with_border .et_portfolio_image,
.et_pb_with_border .woocommerce-breadcrumb,
.et_pb_with_focus_border .et_pb_newsletter_form input:focus {
    border: 0 solid #333
}

.et_pb_image {
    margin-left: auto;
    margin-right: auto;
    line-height: 0
}

.et_pb_image.aligncenter {
    text-align: center
}

.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
    display: block;
    position: relative
}

.et_pb_image {
    display: block
}

.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%
}

.et_pb_image img {
    position: relative
}

.et_pb_image_sticky {
    margin-bottom: 0 !important;
    display: inherit
}

@media (max-width: 980px) {
    .et_pb_image_sticky_tablet {
        margin-bottom: 0 !important;
        display: inherit
    }

    .et_pb_image_bottom_space_tablet {
        margin-bottom: 30px !important;
        display: block
    }
}

@media (max-width: 767px) {
    .et_pb_image_sticky_phone {
        margin-bottom: 0 !important;
        display: inherit
    }

    .et_pb_image_bottom_space_phone {
        margin-bottom: 30px !important;
        display: block
    }
}

.et-pb-icon-circle {
    font-size: 48px;
    border-radius: 100%;
    padding: 25px
}

.et-pb-icon-circle-border {
    border: 3px solid
}

.et_pb_blurb_content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.et_pb_sticky_module .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 100%;
    max-width: 100%
}

.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left
}

.et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container {
    text-align: right
}

.et_pb_blurb.et_pb_text_align_justified .et_pb_blurb_content .et_pb_blurb_container {
    text-align: justify
}

.et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container {
    text-align: center
}

.et_pb_blurb_content p:last-of-type {
    padding-bottom: 0
}

.et_pb_main_blurb_image {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%
}

.et_pb_blurb .et_pb_module_header a,
.et_pb_blurb h4 a {
    text-decoration: none
}

.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto
}

.et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_blurb_position_right .et_pb_main_blurb_image {
    width: 32px;
    display: table-cell;
    line-height: 0
}

.et_pb_blurb_position_left .et_pb_main_blurb_image img,
.et_pb_blurb_position_right .et_pb_main_blurb_image img {
    width: inherit
}

.et_pb_blurb_position_left .et-pb-icon,
.et_pb_blurb_position_right .et-pb-icon {
    font-size: 32px;
    display: table-cell
}

.et_pb_blurb_position_left .et-pb-icon-circle,
.et_pb_blurb_position_right .et-pb-icon-circle {
    font-size: 16px;
    padding: 8px
}

.et_pb_blurb_position_left .et-pb-icon-circle-border,
.et_pb_blurb_position_right .et-pb-icon-circle-border {
    border: 2px solid
}

.et_pb_blurb_position_left .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
    display: table-cell;
    vertical-align: top
}

.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 15px
}

.et_pb_blurb_position_left .et_pb_blurb_content {
    text-align: left
}

.et_pb_blurb_position_right .et_pb_blurb_container {
    padding-right: 15px
}

.et_pb_blurb_position_right .et_pb_blurb_content {
    padding-right: 52px;
    text-align: right
}

.et_pb_blurb_position_right .et_pb_main_blurb_image {
    left: auto;
    right: 0
}

.et_pb_blurb_position_right .et-pb-icon {
    margin-right: 0;
    margin-left: 20px
}

@media (max-width: 980px) {

    .et_pb_blurb_position_left_tablet .et_pb_main_blurb_image,
    .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image {
        width: 32px;
        display: table-cell;
        line-height: 0
    }

    .et_pb_blurb_position_left_tablet .et_pb_main_blurb_image img,
    .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image img {
        width: inherit
    }

    .et_pb_blurb_position_left_tablet .et-pb-icon,
    .et_pb_blurb_position_right_tablet .et-pb-icon {
        font-size: 32px;
        display: table-cell
    }

    .et_pb_blurb_position_left_tablet .et-pb-icon-circle,
    .et_pb_blurb_position_right_tablet .et-pb-icon-circle {
        font-size: 16px;
        padding: 8px
    }

    .et_pb_blurb_position_left_tablet .et-pb-icon-circle-border,
    .et_pb_blurb_position_right_tablet .et-pb-icon-circle-border {
        border: 2px solid
    }

    .et_pb_blurb_position_left_tablet .et_pb_blurb_container,
    .et_pb_blurb_position_right_tablet .et_pb_blurb_container {
        display: table-cell;
        vertical-align: top
    }

    .et_pb_blurb_position_left_tablet .et_pb_blurb_container {
        padding-left: 15px
    }

    .et_pb_blurb_position_left_tablet .et_pb_blurb_content {
        text-align: left
    }

    .et_pb_blurb_position_right_tablet .et_pb_blurb_container {
        padding-right: 15px
    }

    .et_pb_blurb_position_right_tablet .et_pb_blurb_content {
        padding-right: 52px;
        text-align: right
    }

    .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image {
        left: auto;
        right: 0
    }

    .et_pb_blurb_position_right_tablet .et-pb-icon {
        margin-right: 0;
        margin-left: 20px
    }

    .et_pb_blurb_position_top_tablet .et_pb_main_blurb_image {
        display: inline-block;
        width: auto
    }

    .et_pb_blurb_position_top_tablet .et-pb-icon {
        font-size: 96px;
        display: inline;
        display: initial
    }

    .et_pb_blurb_position_top_tablet .et-pb-icon-circle {
        font-size: 48px;
        padding: 25px
    }

    .et_pb_blurb_position_top_tablet .et_pb_blurb_container {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_blurb_position_top_tablet .et_pb_blurb_content {
        text-align: center;
        padding-right: 0
    }
}

@media (max-width: 767px) {

    .et_pb_blurb_position_left_phone .et_pb_main_blurb_image,
    .et_pb_blurb_position_right_phone .et_pb_main_blurb_image {
        width: 32px;
        display: table-cell;
        line-height: 0
    }

    .et_pb_blurb_position_left_phone .et_pb_main_blurb_image img,
    .et_pb_blurb_position_right_phone .et_pb_main_blurb_image img {
        width: inherit
    }

    .et_pb_blurb_position_left_phone .et-pb-icon,
    .et_pb_blurb_position_right_phone .et-pb-icon {
        font-size: 32px;
        display: table-cell
    }

    .et_pb_blurb_position_left_phone .et-pb-icon-circle,
    .et_pb_blurb_position_right_phone .et-pb-icon-circle {
        font-size: 16px;
        padding: 8px
    }

    .et_pb_blurb_position_left_phone .et-pb-icon-circle-border,
    .et_pb_blurb_position_right_phone .et-pb-icon-circle-border {
        border: 2px solid
    }

    .et_pb_blurb_position_left_phone .et_pb_blurb_container,
    .et_pb_blurb_position_right_phone .et_pb_blurb_container {
        display: table-cell;
        vertical-align: top
    }

    .et_pb_blurb_position_left_phone .et_pb_blurb_container {
        padding-left: 15px
    }

    .et_pb_blurb_position_left_phone .et_pb_blurb_content {
        text-align: left
    }

    .et_pb_blurb_position_right_phone .et_pb_blurb_container {
        padding-right: 15px
    }

    .et_pb_blurb_position_right_phone .et_pb_blurb_content {
        padding-right: 52px;
        text-align: right
    }

    .et_pb_blurb_position_right_phone .et_pb_main_blurb_image {
        left: auto;
        right: 0
    }

    .et_pb_blurb_position_right_phone .et-pb-icon {
        margin-right: 0;
        margin-left: 20px
    }

    .et_pb_blurb_position_top_phone .et_pb_main_blurb_image {
        display: inline-block;
        width: auto
    }

    .et_pb_blurb_position_top_phone .et-pb-icon {
        font-size: 96px;
        display: inline;
        display: initial
    }

    .et_pb_blurb_position_top_phone .et-pb-icon-circle {
        font-size: 48px;
        padding: 25px
    }

    .et_pb_blurb_position_top_phone .et_pb_blurb_container {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_blurb_position_top_phone .et_pb_blurb_content {
        text-align: center;
        padding-right: 0
    }
}

.et_pb_pricing_table_wrap {
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.et_pb_pricing_table {
    float: left;
    width: 33.33%;
    max-width: 34%;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    border: 1px solid #bebebe;
    background-color: #fcfcfc;
    padding-bottom: 30px;
    text-align: center;
    margin: 30px -1px 0 0;
    position: relative
}

.et_pb_pricing>.box-shadow-overlay {
    z-index: 11
}

.et_pb_featured_table {
    background-color: #fff;
    margin-top: 0;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.et_pb_column_4_4 .et_pb_pricing_table {
    width: 25%;
    max-width: 25.5%
}

.et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table {
    width: 33.33%;
    max-width: 34%
}

.et_pb_column_1_2 .et_pb_pricing_table,
.et_pb_column_2_3 .et_pb_pricing_table,
.et_pb_column_3_5 .et_pb_pricing_table,
.et_pb_pricing_2 .et_pb_pricing_table {
    width: 50%;
    max-width: 50.5%
}

.et_pb_column_1_3 .et_pb_pricing_table,
.et_pb_column_1_4 .et_pb_pricing_table,
.et_pb_column_1_5 .et_pb_pricing_table,
.et_pb_column_1_6 .et_pb_pricing_table,
.et_pb_column_2_5 .et_pb_pricing_table,
.et_pb_column_3_8 .et_pb_pricing_table,
.et_pb_pricing_1 .et_pb_pricing_table {
    width: 100%;
    max-width: none;
    margin: 0 0 30px
}

.et_pb_column_1_3 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_3 .et_pb_pricing_table:last-child,
.et_pb_column_1_4 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_4 .et_pb_pricing_table:last-child,
.et_pb_column_1_5 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_5 .et_pb_pricing_table:last-child,
.et_pb_column_1_6 .et_pb_pricing_table.et-last-child,
.et_pb_column_1_6 .et_pb_pricing_table:last-child,
.et_pb_column_2_5 .et_pb_pricing_table.et-last-child,
.et_pb_column_2_5 .et_pb_pricing_table:last-child,
.et_pb_column_3_8 .et_pb_pricing_table.et-last-child,
.et_pb_column_3_8 .et_pb_pricing_table:last-child,
.et_pb_pricing_1 .et_pb_pricing_table.et-last-child,
.et_pb_pricing_1 .et_pb_pricing_table:last-child {
    margin-bottom: 0
}

.et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(odd),
.et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(odd),
.et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(3n+1),
.et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(odd),
.et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(4n+1) {
    clear: both
}

.et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3),
.et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3),
.et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+4),
.et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3),
.et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+5) {
    margin-top: 50px
}

.et_pb_column_1_2 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_2_3 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_3_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4),
.et_pb_column_3_5 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_4_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5) {
    margin-top: 20px
}

.et_pb_pricing_heading {
    background-color: #bebebe;
    padding: 10px 0;
    position: relative
}

.et_pb_pricing_heading .et_pb_pricing_title,
.et_pb_pricing_heading h2 {
    color: #fff;
    padding-bottom: 5px
}

.et_pb_best_value {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-weight: 500
}

.et_pb_pricing_content_top {
    padding-top: 17px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px #bebebe;
    border-style: solid
}

.et_pb_pricing_table .et_pb_button_wrapper {
    padding-left: 30px;
    padding-right: 30px
}

.et_pb_et_price {
    color: #999;
    font-size: 16px
}

.et_pb_dollar_sign {
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    margin-left: -.5em
}

.et_pb_sum {
    font-size: 80px;
    line-height: 1.03em;
    font-weight: 300
}

.et_pb_pricing_content {
    padding: 30px;
    text-align: left;
    position: relative
}

.et_pb_featured_table .et_pb_pricing_content {
    padding-bottom: 50px
}

.et_pb_pricing li {
    line-height: 1.6em;
    padding: 0 0 1.6em 14px;
    position: relative
}

.et_pb_pricing li:last-child {
    padding-bottom: 0
}

.et_pb_pricing li span:before {
    border-style: solid;
    border-width: 3px;
    content: "";
    left: -14px;
    position: absolute;
    top: 9px;
    border-radius: 3px
}

.et_pb_pricing.et_pb_pricing_no_bullet li span:before {
    display: none !important
}

.et_pb_pricing li.et_pb_not_available {
    color: #ccc
}

.et_pb_pricing li.et_pb_not_available span:before {
    border-color: #ccc
}

.et_pb_pricing li a {
    font-weight: 500;
    text-decoration: none
}

.et_pb_pricing li span {
    position: relative
}

.et_pb_pricing_table_button {
    display: inline-block;
    position: relative
}

.et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:first-child,
.et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:first-child,
.et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
.et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:first-child,
.et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2) {
    margin-top: 0 !important
}

@media (min-width: 981px) {

    .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:first-child,
    .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
    .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(3),
    .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:first-child,
    .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
    .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3),
    .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:first-child,
    .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
    .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3),
    .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(4) {
        margin-top: 0 !important
    }
}

@media (max-width: 981px) {

    .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:first-child,
    .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
    .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:first-child,
    .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
    .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:first-child,
    .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
    .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:first-child,
    .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2),
    .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:first-child,
    .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
    .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:first-child,
    .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2) {
        margin-top: 0 !important
    }
}

@media (min-width: 767px) {

    .et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:first-child,
    .et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
    .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:first-child,
    .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
    .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:first-child,
    .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
    .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:first-child,
    .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2),
    .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:first-child,
    .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2),
    .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:first-child,
    .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2) {
        margin-top: 0 !important
    }
}

.et_pb_testimonial {
    position: relative;
    padding: 30px;
    line-height: 1.5
}

.et_pb_testimonial.et_pb_testimonial_no_bg {
    padding: 30px 0 0
}

.et_pb_testimonial .et_pb_testimonial_content p {
    padding-bottom: 1em
}

.et_pb_testimonial .et_pb_testimonial_meta {
    padding-bottom: 0
}

.et_pb_testimonial_portrait,
.et_pb_testimonial_portrait:before {
    border-radius: 90px
}

.et_pb_testimonial_portrait {
    float: left;
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.et_pb_testimonial_portrait:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.et_pb_column_1_3 .et_pb_testimonial_portrait,
.et_pb_column_1_4 .et_pb_testimonial_portrait,
.et_pb_column_1_5 .et_pb_testimonial_portrait,
.et_pb_column_1_6 .et_pb_testimonial_portrait,
.et_pb_column_2_5 .et_pb_testimonial_portrait,
.et_pb_column_3_8 .et_pb_testimonial_portrait {
    float: none;
    display: block;
    margin: 0 auto 20px
}

.et_pb_testimonial_description,
.et_pb_testimonial_description_inner {
    display: block;
    position: relative
}

.et_pb_bg_layout_dark .et_pb_testimonial_description a {
    color: #fff
}

.et_pb_testimonial_description_inner+.et_pb_testimonial_meta>span {
    display: inline-block;
    margin-top: 32px
}

.et_pb_testimonial_description_inner:empty {
    display: none
}

.et_pb_testimonial_description_inner:empty+.et_pb_testimonial_author,
.et_pb_testimonial_description_inner:empty+.et_pb_testimonial_meta>span {
    margin-top: 12px
}

.et_pb_testimonial_author {
    margin-top: 32px;
    font-weight: 700;
    display: block
}

.et_pb_testimonial_author:empty {
    display: none
}

.et_pb_testimonial_author a {
    color: inherit
}

.et_pb_testimonial_company:empty,
.et_pb_testimonial_meta:empty,
.et_pb_testimonial_position:empty {
    display: none !important
}

.et_pb_testimonial:before {
    content: "\7c";
    font-size: 32px;
    left: 50%;
    position: absolute;
    top: -16px;
    background: #f5f5f5;
    margin-left: -16px;
    border-radius: 31px;
    z-index: 2
}

.et_pb_testimonial.et_pb_testimonial_no_bg:before {
    background: inherit
}

.et_pb_testimonial.et_pb_icon_off:before {
    display: none
}

.et_pb_testimonial_old_layout,
.et_pb_testimonial_old_layout .et_pb_testimonial_description a {
    color: #666 !important
}

.et-promo {
    background-color: #1f6581;
    padding: 40px 0 25px
}

.et-promo-description {
    float: left;
    padding: 0 60px;
    width: 754px
}

.et-promo-description p {
    color: #fff
}

.et-promo-button {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .35);
    border-radius: 5px;
    padding: 14px 20px;
    margin-top: 20px;
    float: left
}

.et_pb_counter_title {
    font-size: 12px;
    line-height: 1.6em;
    display: block
}

.et_pb_bg_layout_light .et_pb_counter_title {
    color: #666
}

.et_pb_counter_container {
    background-color: #ddd;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    display: block
}

.et_pb_counter_amount {
    opacity: 0;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6em;
    text-align: right;
    padding: 1px;
    display: block;
    min-height: 6px;
    z-index: 2;
    overflow: hidden
}

.et_pb_counter_amount.overlay {
    background-color: transparent !important;
    color: #2ea3f2;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: visible
}

.et_pb_counters span.et_pb_counter_amount_number {
    display: inline-block;
    padding: 0 10px
}

.et_pb_counters span.et_pb_counter_amount_number:after,
.et_pb_counters span.et_pb_counter_amount_number:before {
    content: "";
    display: block;
    max-width: 20px;
    min-width: 5px
}

.et_pb_counters.et_pb_section_video>li,
.et_pb_counters>li.et_pb_section_video .et_pb_counter_amount {
    position: relative
}

.et_pb_counters li:last-of-type .et_pb_counter_container {
    margin-bottom: 0
}

.et_pb_text_align_left .et_pb_counter_amount {
    text-align: left
}

.et_pb_text_align_center .et_pb_counter_amount {
    text-align: center
}

.et_pb_text_align_right .et_pb_counter_amount {
    text-align: right
}

.et_pb_text_align_justified .et_pb_counter_amount {
    text-align: justify
}

.et_pb_post {
    margin-bottom: 60px
}

.et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 30px
}

.et_pb_portfolio_item .et_pb_module_header a,
.et_pb_portfolio_item h3 a,
.et_pb_post .entry-title a,
.et_pb_post h2 a {
    text-decoration: none
}

.et_pb_post .post-meta {
    font-size: 14px;
    margin-bottom: 6px
}

.et_pb_portfolio_item .post-meta a,
.et_pb_post .more,
.et_pb_post .post-meta a {
    text-decoration: none
}

.et_pb_post .more {
    color: #82c0c7
}

.et_pb_posts a.more-link {
    clear: both;
    display: block
}

.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
    display: block;
    position: relative;
    overflow: hidden
}

.et_pb_posts .et_pb_post {
    position: relative
}

.et_pb_posts.et_pb_section_parallax:hover {
    overflow: hidden
}

.et_pb_section_parallax .et_pb_ajax_pagination_container,
.et_pb_section_parallax .pagination,
.et_pb_section_video .et_pb_ajax_pagination_container,
.et_pb_section_video .pagination {
    position: relative
}

.post-password-required .et_password_protected_form {
    min-height: 0
}

.post-password-required .et_password_protected_form h1 {
    display: none
}

.et_pb_posts.et_pb_module article .et_pb_row {
    width: 100%
}

.et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row {
    width: 80%
}

.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_light .et_pb_post .post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a,
.et_pb_bg_layout_light .et_pb_post p,
.et_pb_bg_layout_light p.et_pb_title_meta_container,
.et_pb_bg_layout_light p.et_pb_title_meta_container a {
    color: #666
}

.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_dark .et_pb_post .post-meta,
.et_pb_bg_layout_dark .et_pb_post .post-meta a,
.et_pb_bg_layout_dark .et_pb_post p,
.et_pb_bg_layout_dark p.et_pb_title_meta_container,
.et_pb_bg_layout_dark p.et_pb_title_meta_container a {
    color: inherit
}

.et_pb_blog_grid {
    position: relative
}

.et_pb_blog_grid .column {
    float: left;
    max-width: 100%
}

@media (max-width: 767px) {
    .et_pb_blog_grid .column {
        float: none
    }
}

.et_pb_blog_grid .et_pb_post {
    border: 1px solid #d8d8d8;
    padding: 19px;
    background-color: #fff;
    word-wrap: break-word
}

.et_pb_blog_grid .et_pb_image_container {
    position: relative
}

.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_main_video_container,
.et_pb_blog_grid .et_pb_post .et_pb_slider,
.et_pb_image_container {
    margin: -20px -20px 29px
}

.et_pb_image_container img,
.et_pb_post a img {
    vertical-align: bottom;
    max-width: 100%
}

.et_pb_blog_grid .et_pb_image_container img {
    min-width: 100%;
    max-width: 100%;
    height: auto
}

.et_pb_blog_grid .et_pb_no_thumb .entry-title,
.et_pb_blog_grid .et_pb_no_thumb h2 {
    margin-top: 0
}

.et_pb_blog_grid .et_audio_content {
    margin-bottom: 0
}

.et_pb_blog_grid h2 {
    font-size: 18px
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before {
    display: none;
    opacity: 0;
    line-height: 0
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
    opacity: 0
}

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
    opacity: 1
}

.et_pb_grid_item.first_in_row {
    clear: both
}

.et_pb_grid_item:not(.first_in_row) {
    clear: none
}

.et_pb_post>.et_main_video_container {
    position: relative;
    margin-bottom: 30px
}

.et_pb_post .et_pb_video_overlay .et_pb_video_play {
    color: #fff
}

.et_pb_blog_grid .et_main_video_overlay:hover:before,
.et_pb_post .et_pb_video_overlay_hover:hover {
    background: rgba(0, 0, 0, .6)
}

.et_pb_video,
.et_pb_video_box {
    position: relative
}

.et_pb_video_box {
    display: block;
    z-index: 1;
    line-height: 0
}

.et_pb_video_box video {
    width: 100% !important;
    height: auto !important
}

.et_pb_video_overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.et_pb_video_play:before {
    font-family: ETmodules;
    content: "\49"
}

.et_pb_video_play {
    display: block;
    position: absolute;
    z-index: 100;
    color: #fff;
    left: 50%;
    top: 50%
}

.et_pb_bg_layout_light .et_pb_video_play {
    color: #333
}

.et_pb_video_overlay_hover {
    background: 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.et_pb_video .et_pb_video_overlay_hover:hover {
    background: rgba(0, 0, 0, .6)
}

.et_pb_column_1_2 .et_pb_video_play,
.et_pb_column_2_3 .et_pb_video_play,
.et_pb_column_3_4 .et_pb_video_play,
.et_pb_column_3_5 .et_pb_video_play,
.et_pb_column_4_4 .et_pb_video_play {
    font-size: 6rem;
    line-height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem
}

.et_pb_column_1_3 .et_pb_video_play,
.et_pb_column_1_4 .et_pb_video_play,
.et_pb_column_1_5 .et_pb_video_play,
.et_pb_column_1_6 .et_pb_video_play,
.et_pb_column_2_5 .et_pb_video_play,
.et_pb_column_3_8 .et_pb_video_play {
    font-size: 3rem;
    line-height: 3rem;
    margin-left: -1.5rem;
    margin-top: -1.5rem
}

.et_pb_video_slider {
    position: relative
}

.et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover {
    background: rgba(0, 0, 0, .6)
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light~.et-pb-controllers .et-pb-active-control {
    background-color: #fff
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark~.et-pb-controllers a {
    background-color: #333
}

.et_pb_video_slider .et_pb_controls_dark .et-pb-slider-arrows {
    color: #333
}

.et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers {
    bottom: 35px
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel,
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel .et_pb_carousel_items {
    overflow: visible
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    -webkit-animation-name: et_pb_video_slider_item_fade_out;
    animation-name: et_pb_video_slider_item_fade_out;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    opacity: 0
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out .et_pb_video_overlay {
    -webkit-animation-name: et_pb_video_slider_item_overlay_fade_out;
    animation-name: et_pb_video_slider_item_overlay_fade_out;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.next .et_pb_carousel_item,
.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.prev .et_pb_carousel_item {
    opacity: 0
}

.et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .et_pb_carousel_item.item-fade-in {
    -webkit-animation-name: et_pb_video_slider_item_fade_in;
    animation-name: et_pb_video_slider_item_fade_in;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    opacity: 1;
    display: block
}

.et-pb-is-sliding-carousel {
    overflow-x: hidden
}

.et_pb_carousel {
    margin-top: 2%;
    position: relative;
    overflow: hidden
}

.et_pb_carousel:hover .et-pb-arrow-prev {
    left: 10px;
    opacity: 1
}

.et_pb_carousel:hover .et-pb-arrow-next {
    right: 10px;
    opacity: 1
}

.et_pb_slider_carousel {
    margin-bottom: 0 !important
}

.et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et_pb_video_play {
    color: #fff
}

.et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et_pb_video_play,
.et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-prev {
    color: #333
}

.et_pb_carousel_items {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.et_pb_carousel_items .et-carousel-group {
    display: none;
    float: left;
    width: 100%;
    position: relative
}

.et_pb_carousel_items .et-carousel-group.active {
    display: block
}

.et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child {
    margin-right: 0
}

.et_pb_carousel_item {
    display: none;
    position: relative;
    background: rgba(0, 0, 0, .25);
    float: left;
    margin: 0 2% 0 0;
    padding: 0
}

.et_pb_carousel_items.columns-6 .et_pb_carousel_item {
    width: 15%
}

.et_pb_carousel_items.columns-5 .et_pb_carousel_item {
    width: 18.4%
}

.et_pb_carousel_items.columns-4 .et_pb_carousel_item {
    width: 23.5%
}

.et_pb_carousel_items.columns-3 .et_pb_carousel_item {
    width: 32%
}

.et_pb_carousel_items.columns-2 .et_pb_carousel_item {
    width: 49%
}

.et_pb_carousel_items.columns-1 .et_pb_carousel_item {
    width: 100%
}

.et_pb_carousel_item:after {
    padding-top: 75%;
    display: block;
    content: ""
}

.et_pb_carousel_item .et_pb_video_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover {
    background: rgba(0, 0, 0, .6)
}

.et_pb_carousel_item .et_pb_video_play {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play {
    opacity: 1
}

.et_pb_carousel_item .et_pb_video_overlay_hover:hover {
    background: rgba(0, 0, 0, .6)
}

@-webkit-keyframes et_pb_video_slider_item_fade_out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes et_pb_video_slider_item_fade_out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes et_pb_video_slider_item_overlay_fade_out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes et_pb_video_slider_item_overlay_fade_out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes et_pb_video_slider_item_fade_in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes et_pb_video_slider_item_fade_in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide,
.et_pb_column_1_5 .et_pb_slider_carousel .et_pb_slide,
.et_pb_column_1_6 .et_pb_slider_carousel .et_pb_slide {
    min-height: 0 !important
}

.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play {
    font-size: 2.78rem;
    line-height: 2.78rem;
    margin-left: -1.39rem;
    margin-top: -1.39rem
}

.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play {
    font-size: 2rem;
    line-height: 2rem;
    margin-left: -1rem;
    margin-top: -1rem
}

.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: -.75rem;
    margin-top: -.75rem
}

.et_pb_widget_area_left {
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-right: 30px
}

.et_pb_widget_area_right {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 30px
}

.et_pb_sidebar_no_border {
    border: none;
    padding: 0
}

.et_pb_fullwidth_image {
    position: relative;
    line-height: 0
}

.et_pb_fullwidth_image img {
    width: 100%;
    position: relative
}

.et_pb_promo {
    padding: 40px 60px;
    text-align: center
}

.et_pb_promo_description {
    padding-bottom: 20px;
    position: relative
}

.et_pb_promo_description p:last-of-type {
    padding-bottom: 0
}

.et_pb_module.et_pb_button,
.et_pb_promo_button {
    display: inline-block;
    color: inherit
}

.et_pb_newsletter_button:hover,
.et_pb_promo_button:hover {
    text-decoration: none
}

.et_pb_column_1_2 .et_pb_promo,
.et_pb_column_1_3 .et_pb_promo,
.et_pb_column_1_4 .et_pb_promo,
.et_pb_column_1_5 .et_pb_promo,
.et_pb_column_1_6 .et_pb_promo,
.et_pb_column_2_5 .et_pb_promo,
.et_pb_column_3_5 .et_pb_promo {
    padding: 40px
}

.et_pb_button_module_wrapper.et_pb_button_alignment_left {
    text-align: left
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right {
    text-align: right
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
    text-align: center
}

@media (max-width: 980px) {
    .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
        text-align: left
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right {
        text-align: right
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
        text-align: center
    }
}

@media (max-width: 767px) {
    .et_pb_button_module_wrapper.et_pb_button_alignment_phone_left {
        text-align: left
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_phone_right {
        text-align: right
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
        text-align: center
    }
}

.et_pb_button_module_wrapper>a {
    display: inline-block
}

.et_pb_newsletter {
    padding: 25px
}

.et_pb_newsletter .et_pb_module_header:empty {
    display: none
}

.et_pb_newsletter_description p:last-of-type {
    padding-bottom: 0
}

.et_pb_newsletter_description_no_title.et_pb_newsletter_description_no_content .et_pb_newsletter_form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.et_pb_newsletter_form p.et_pb_newsletter_field {
    padding-bottom: 1em;
    margin-bottom: 0
}

.et_pb_newsletter_form p.et_pb_newsletter_field.et_pb_signup_custom_field {
    padding-left: 0
}

.et_pb_newsletter_form .input,
.et_pb_newsletter_form input[type=password],
.et_pb_newsletter_form input[type=text],
.et_pb_newsletter_form p.et_pb_newsletter_field input[type=text],
.et_pb_newsletter_form p.et_pb_newsletter_field textarea,
.et_pb_newsletter_form select,
.et_pb_newsletter_form textarea {
    -webkit-appearance: none;
    padding: 14px 4% !important;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    width: 100%;
    font-weight: 400;
    border-width: 0;
    border-radius: 3px
}

.et_pb_newsletter_form .et_pb_newsletter_field[data-type=select]:after {
    margin-top: -3px
}

.et_pb_newsletter_form p .et_pb_subscribe_error {
    border: 1px solid red !important
}

.et_pb_newsletter_result {
    display: none
}

.et_pb_newsletter_success {
    text-align: center
}

.et_pb_newsletter_button {
    display: block;
    color: inherit;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.et_pb_newsletter_fields,
.et_pb_newsletter_footer {
    width: 100%
}

.et_pb_newsletter_footer {
    margin-top: 20px
}

.et_pb_newsletter_footer:empty {
    margin-top: 0
}

.et_pb_feedburner_form .et_pb_newsletter_button,
.et_pb_login_form .et_pb_newsletter_button {
    margin: 0;
    width: 100%;
    cursor: pointer
}

.et_pb_feedburner_form form,
.et_pb_login_form form {
    text-align: left
}

.et_pb_feedburner_form ::-webkit-input-placeholder,
.et_pb_login_form ::-webkit-input-placeholder {
    color: #666
}

.et_pb_feedburner_form ::-moz-placeholder,
.et_pb_login_form ::-moz-placeholder {
    color: #666
}

.et_pb_feedburner_form :-ms-input-placeholder,
.et_pb_login_form :-ms-input-placeholder {
    color: #666
}

.et_pb_no_bg {
    padding: 0 !important
}

.et_pb_has_bg_hover.et_pb_promo:hover {
    padding: 40px 60px !important;
    -webkit-transition: padding .4s ease-in-out;
    transition: padding .4s ease-in-out
}

.et_pb_column_1_2 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_1_3 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_1_4 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_1_5 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_1_6 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_2_5 .et_pb_has_bg_hover.et_pb_promo:hover,
.et_pb_column_3_5 .et_pb_has_bg_hover.et_pb_promo:hover {
    padding: 40px !important
}

.et_pb_no_bg_hover.et_pb_promo:hover {
    padding: 0 !important
}

.et_pb_newsletter .et_pb_contact_field_last+.et_pb_newsletter_field {
    padding-left: 0
}

.et_pb_newsletter .et_pb_contact_field--hidden {
    display: none
}

.et_pb_contact_field_options_list label a:empty:before {
    content: "\e906";
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px
}

.et_pb_newsletter.et_pb_subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.et_pb_newsletter.et_pb_subscribe .et_pb_newsletter_description {
    -ms-flex-item-align: start;
    align-self: start
}

.et_pb_newsletter.et_pb_subscribe .et_pb_newsletter_description,
.et_pb_newsletter.et_pb_subscribe .et_pb_newsletter_form {
    width: 100%
}

.et_pb_newsletter.et_pb_login {
    display: block
}

.et_pb_newsletter.et_pb_login .et_pb_module_header:empty+.et_pb_newsletter_description_content>br:first-child {
    display: none
}

.et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    float: left;
    position: relative
}

.et_pb_newsletter.et_pb_login .et_pb_newsletter_description {
    margin-bottom: 20px
}

body.logged-in:not(.et-fb) .et_pb_newsletter.et_pb_login .et_pb_newsletter_description {
    margin-bottom: 0
}

.et_pb_newsletter p .et_pb_signup_error {
    border: 1px solid red !important
}

.et_pb_newsletter .et_pb_newsletter_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.et_pb_newsletter .et_pb_newsletter_fields>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%
}

.et_pb_signup .et_pb_newsletter_description,
.et_pb_signup .et_pb_newsletter_form {
    float: none
}

.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description,
.et_pb_newsletter_layout_right_left .et_pb_newsletter_description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-left: 0;
    padding-right: 0
}

.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
    padding-top: 25px
}

.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-bottom: 25px
}

.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0
}

.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    padding-left: 40px;
    padding-right: 0
}

.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-top: 0;
    padding-bottom: 0
}

.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form {
    padding-left: 40px
}

.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-right: 40px
}

.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
    padding-top: 25px
}

.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
.et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
    padding-bottom: 25px
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-left: 0;
    padding-right: 0
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
    padding-top: 25px
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-bottom: 25px
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    padding-left: 40px;
    padding-right: 0
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-top: 0;
    padding-bottom: 0
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form {
    padding-left: 40px
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-right: 40px
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
    padding-top: 25px
}

.et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
    padding-bottom: 25px
}

.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-left: 0;
    padding-right: 0
}

.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
    padding-top: 25px
}

.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
.et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
    padding-bottom: 25px
}

.et_pb_tabs,
.et_pb_wc_tabs {
    border: 1px solid #d9d9d9
}

ul.et_pb_tabs_controls {
    background-color: #f4f4f4
}

ul.et_pb_tabs_controls:after {
    border-top: 1px solid #d9d9d9;
    content: "";
    display: block;
    visibility: visible;
    position: relative;
    top: -1px;
    z-index: 9
}

.et_pb_tabs_controls li {
    float: left;
    border-right: 1px solid #d9d9d9;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    display: table;
    z-index: 11;
    line-height: 1.7em
}

.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
    border-right: none
}

.et_pb_tabs_controls li a {
    text-decoration: none;
    color: #666;
    padding: 4px 30px;
    vertical-align: middle;
    display: table-cell;
    line-height: inherit
}

.et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #fff
}

.et_pb_tab_active a {
    color: #333 !important
}

.et_pb_tab p:last-of-type {
    padding-bottom: 0
}

.et_pb_all_tabs {
    background-color: #fff
}

.et_pb_all_tabs>div,
.et_pb_toggle_close .et_pb_toggle_content {
    display: none
}

.et_pb_all_tabs .et_pb_active_content {
    display: block
}

.et_pb_tab {
    padding: 24px 30px
}

.et_pb_tab_content {
    position: relative
}

.et_pb_column_1_3 .et_pb_tabs_controls,
.et_pb_column_1_4 .et_pb_tabs_controls,
.et_pb_column_1_5 .et_pb_tabs_controls,
.et_pb_column_1_6 .et_pb_tabs_controls,
.et_pb_column_2_5 .et_pb_tabs_controls,
.et_pb_column_3_8 .et_pb_tabs_controls {
    border-bottom: none
}

.et_pb_column_1_3 .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_controls li,
.et_pb_column_1_5 .et_pb_tabs_controls li,
.et_pb_column_1_6 .et_pb_tabs_controls li,
.et_pb_column_2_5 .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_controls li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9
}

.et_pb_column_1_3 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_1_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_1_6 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_2_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
    width: 100%
}

.et_pb_toggle {
    border: 1px solid #d9d9d9
}

.et_pb_toggle_close {
    background-color: #f4f4f4;
    padding: 20px
}

.et_pb_toggle_open {
    padding: 20px;
    background-color: #fff
}

.et_pb_accordion.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_accordion.et_pb_text_align_left h5.et_pb_toggle_title,
.et_pb_accordion .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_accordion .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title,
.et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title,
.et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title,
.et_pb_toggle .et_pb_toggle_title,
.et_pb_toggle h5.et_pb_toggle_title {
    cursor: pointer;
    position: relative;
    padding: 0 50px 0 0
}

.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title {
    color: #666
}

.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_open h5.et_pb_toggle_title {
    color: #333
}

.et_pb_toggle_title:before {
    content: "\e050";
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #ccc;
    top: 50%;
    margin-top: -.5em
}

.et_pb_accordion .et_pb_toggle_title:before,
.et_pb_toggle .et_pb_toggle_title:before {
    right: 0;
    left: auto
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\e04f"
}

.et_pb_toggle_content {
    padding-top: 20px;
    position: relative
}

.et_pb_toggle_content:empty {
    display: none !important
}

.et_pb_toggle_content p:last-of-type {
    padding-bottom: 0
}

.et_pb_toggle_open {
    z-index: 1
}

.et_pb_map {
    height: 440px;
    width: 100%;
    position: relative
}

.et_pb_fullwidth_section .et_pb_map_container {
    margin: 0
}

.et_pb_map_container img {
    max-width: inherit
}

.et_pb_map_pin {
    display: none;
    visibility: hidden
}

.et_pb_column_2_3 .et_pb_map {
    height: 400px
}

.et_pb_column_1_2 .et_pb_map,
.et_pb_column_3_5 .et_pb_map,
.et_pb_column_3_8 .et_pb_map {
    height: 280px
}

.et_pb_column_1_3 .et_pb_map,
.et_pb_column_1_4 .et_pb_map,
.et_pb_column_1_5 .et_pb_map,
.et_pb_column_1_6 .et_pb_map,
.et_pb_column_2_5 .et_pb_map {
    height: 230px
}

body .grecaptcha-badge {
    visibility: hidden
}

body.et_pb_recaptcha_enabled .grecaptcha-badge {
    visibility: visible;
    visibility: initial;
    z-index: 9999
}

.et_pb_contact_form {
    margin-left: -3%
}

.et_pb_contact_form [data-conditional-logic] {
    display: none
}

p.et_pb_contact_field {
    padding: 0 0 0 3%;
    margin-bottom: 3%;
    background-position: 50%;
    background-size: cover
}

p.et_pb_contact_field.et_pb_contact_field_last+p.et_pb_contact_field.et_pb_contact_field_last,
p.et_pb_contact_field:not(.et_pb_contact_field_last),
p.et_pb_contact_field_half+p.et_pb_contact_field_last:not(.et_pb_contact_field_half) {
    clear: both
}

.et_pb_contact_field *,
.et_pb_contact_field.et_pb_section_parallax,
.et_pb_contact_field.et_pb_section_video {
    position: relative
}

.et_pb_contact_field a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline
}

.et_pb_contact_main_title {
    font-weight: 500;
    padding-bottom: 16px;
    position: relative
}

h1.et_pb_contact_main_title {
    font-size: 26px
}

.et-pb-contact-message {
    position: relative
}

.et_pb_column_1_3 .et_pb_contact_main_title,
.et_pb_column_1_4 .et_pb_contact_main_title,
.et_pb_column_1_5 .et_pb_contact_main_title,
.et_pb_column_1_6 .et_pb_contact_main_title,
.et_pb_column_2_5 .et_pb_contact_main_title {
    font-size: 22px
}

.et_pb_contact_form_label {
    display: none
}

.et_pb_contact_right {
    display: inline-block;
    min-width: 105px;
    margin: 0;
    text-align: right
}

.et_pb_contact_right .et_pb_contact_captcha_question {
    vertical-align: middle
}

.et_pb_contact {
    position: relative
}

.et_pb_contact .et_pb_contact_field_half {
    width: 50%;
    float: left
}

.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px
}

.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
    background-color: #fff
}

.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field textarea {
    font-family: inherit
}

.et_pb_contact p input:-moz-placeholder,
.et_pb_contact p input::-moz-placeholder,
.et_pb_contact p textarea:-moz-placeholder,
.et_pb_contact p textarea::-moz-placeholder {
    opacity: 1
}

.et_pb_contact_right p input {
    max-width: 50px;
    padding: 16px
}

.et_pb_contact p input[type=checkbox],
.et_pb_contact p input[type=radio],
.et_pb_subscribe .et_pb_contact_field input[type=checkbox],
.et_pb_subscribe .et_pb_contact_field input[type=radio] {
    margin: 0;
    width: auto;
    max-width: none;
    padding: 0;
    display: none
}

.et_pb_contact p input[type=checkbox]+label,
.et_pb_contact p input[type=radio]+label,
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label,
.et_pb_subscribe .et_pb_contact_field input[type=radio]+label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    line-height: 1.7em;
    min-height: 1.7em
}

.et_pb_contact p input[type=checkbox]+label i,
.et_pb_contact p input[type=radio]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #eee;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 6px
}

.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=radio]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=text],
.et_pb_subscribe .et_pb_contact_field select,
.et_pb_subscribe .et_pb_contact_field textarea {
    background-color: #fff
}

.et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=text],
.et_pb_subscribe .et_pb_contact_field select,
.et_pb_subscribe .et_pb_contact_field textarea {
    border-radius: 3px
}

.et_pb_contact p input[type=radio]+label i,
.et_pb_subscribe .et_pb_contact_field input[type=radio]+label i {
    border-radius: 50%
}

.et_pb_contact p input[type=checkbox]:checked+label i:before,
.et_pb_contact p input[type=radio]:checked+label i:before,
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before,
.et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.et_pb_contact p input[type=checkbox]:checked+label i:before,
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before {
    content: "\f147";
    font-family: dashicons;
    color: #2ea3f2;
    width: 17px;
    height: 17px;
    font-size: 17px;
    line-height: 17px
}

.et_pb_contact p input[type=radio]:checked+label i:before,
.et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before {
    background: #2ea3f2;
    border-radius: 50%;
    width: 6px;
    height: 6px
}

.et_pb_contact p input[type=checkbox]~input[type=text],
.et_pb_subscribe .et_pb_contact_field input[type=checkbox]~input[type=text] {
    display: none !important
}

.et_pb_contact_field[data-type=select] {
    position: relative
}

.et_pb_contact_field[data-type=select]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #666;
    margin-top: 3px;
    pointer-events: none
}

.et_pb_contact_select {
    color: #999;
    background-color: #eee;
    padding: 16px 20px 16px 16px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

.et_pb_contact_select::-ms-expand {
    display: none
}

.et_pb_contact_field_options_wrapper {
    display: block
}

.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
    margin-bottom: .5em;
    font-weight: 600
}

.et_pb_contact_field_options_wrapper:after {
    clear: both;
    content: " ";
    display: block
}

.et_pb_contact_field_checkbox,
.et_pb_contact_field_options_title,
.et_pb_contact_field_radio,
.et_pb_contact_field_select_title {
    display: block
}

.et_pb_contact_field_radio_title,
.et_pb_contact_field_select_title {
    font-size: 16px;
    padding-bottom: 4px
}

.et_pb_contact_field textarea.et_pb_contact_message {
    min-height: 150px;
    display: block
}

.et_pb_contact_reset,
.et_pb_contact_submit {
    font-family: inherit;
    display: inline-block;
    margin: 0 0 0 18px;
    cursor: pointer
}

.et_pb_contact p .et_contact_error {
    border: 1px solid red !important
}

.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title,
.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label,
.et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label {
    color: red !important
}

.et_contact_bottom_container {
    float: right;
    text-align: right;
    margin-top: -1.5%;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.et_pb_contact_form p[data-id=et_number] {
    position: absolute !important;
    -webkit-transform: scale(.01) !important;
    transform: scale(.01) !important
}

.et_pb_contact_form p[data-id=et_number] input {
    background: transparent !important;
    border: none !important
}

.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list,
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title,
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list,
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title,
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list,
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title {
    float: none
}

.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper,
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.et_pb_countdown_timer {
    padding: 4%
}

.et_pb_countdown_timer .et_pb_countdown_timer_container {
    width: 100%;
    text-align: center;
    position: relative;
    vertical-align: top
}

.et_pb_countdown_timer .title {
    font-weight: 500;
    margin: 0 0 30px;
    padding: 0;
    text-align: center
}

.et_pb_countdown_timer h4.title {
    font-size: 26px
}

.et_pb_countdown_timer .section {
    display: inline-block;
    position: relative
}

.et_pb_countdown_timer .section.values {
    width: 17%;
    max-width: 160px;
    vertical-align: top
}

.et_pb_countdown_timer .section p {
    font-size: 54px;
    line-height: 54px;
    padding-bottom: 0;
    text-align: center;
    display: inline-block
}

.et_pb_countdown_timer .section.zero p {
    opacity: .4
}

.et_pb_countdown_timer .section p.value {
    min-width: 100%
}

.et_pb_countdown_timer .section p.label {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    display: block
}

.et_pb_countdown_timer .sep {
    position: relative
}

.et_pb_countdown_timer .sep.sep.sep.sep.sep p {
    text-decoration: none !important
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p,
.et_pb_column_3_5 .et_pb_countdown_timer .section p {
    font-size: 38px;
    line-height: 38px
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p.label,
.et_pb_column_3_5 .et_pb_countdown_timer .section p.label {
    font-size: 12px;
    line-height: 20px
}

.et_pb_column_1_3 .et_pb_countdown_timer .title,
.et_pb_column_1_4 .et_pb_countdown_timer .title,
.et_pb_column_1_5 .et_pb_countdown_timer .title,
.et_pb_column_1_6 .et_pb_countdown_timer .title,
.et_pb_column_2_5 .et_pb_countdown_timer .title {
    font-size: 22px;
    margin-bottom: 20px
}

.et_pb_column_1_3 .et_pb_countdown_timer .section p,
.et_pb_column_2_5 .et_pb_countdown_timer .section p,
.et_pb_column_3_8 .et_pb_countdown_timer .section p {
    font-size: 28px;
    line-height: 28px
}

.et_pb_column_1_4 .et_pb_countdown_timer .section p,
.et_pb_column_1_5 .et_pb_countdown_timer .section p,
.et_pb_column_1_6 .et_pb_countdown_timer .section p {
    font-size: 20px;
    line-height: 20px
}

.et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_4 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_5 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_6 .et_pb_countdown_timer .section p.label,
.et_pb_column_2_5 .et_pb_countdown_timer .section p.label,
.et_pb_column_3_8 .et_pb_countdown_timer .section p.label {
    font-size: 11px;
    line-height: 19px
}

.et_pb_circle_counter,
.et_pb_number_counter {
    margin: 0 auto 30px;
    position: relative;
    text-align: center
}

.et_pb_circle_counter {
    max-width: 225px
}

.et_pb_circle_counter_inner {
    position: relative;
    display: block
}

.et_pb_circle_counter canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important
}

.et_pb_circle_counter .percent {
    word-wrap: normal
}

.et_pb_circle_counter .percent,
.et_pb_number_counter .percent {
    position: relative;
    z-index: 2
}

.et_pb_circle_counter .percent p {
    visibility: hidden
}

.et_pb_circle_counter .percent p,
.et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type {
    font-size: 40px;
    font-weight: 500;
    position: relative;
    line-height: .1em;
    padding: 49% 0
}

.et_pb_circle_counter h3,
.et_pb_number_counter h3 {
    font-size: 18px;
    position: relative
}

.et_pb_circle_counter .et_pb_module_header,
.et_pb_number_counter .et_pb_module_header {
    position: relative
}

.et_pb_circle_counter.et_pb_with_title .percent,
.et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 20px
}

.et_pb_number_counter {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s
}

.et_pb_number_counter.active {
    opacity: 1
}

.et_pb_number_counter {
    width: auto
}

.et_pb_number_counter canvas {
    display: none;
    visibility: hidden
}

.et_pb_number_counter .percent {
    height: 72px;
    position: relative
}

.et_pb_number_counter .percent p {
    font-size: 72px;
    line-height: 72px;
    font-weight: 500
}

.et_pb_post .entry-content {
    padding-top: 30px
}

.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title,
.et_pb_gallery_grid .et_pb_gallery_item h3,
.et_pb_portfolio_item .et_pb_module_header,
.et_pb_portfolio_item h2 {
    margin-top: 10px
}

.et_overlay.et_pb_inline_icon:before,
.et_pb_inline_icon:before {
    content: attr(data-icon)
}

.et_pb_sticky .et_overlay.et_pb_inline_icon_sticky:before,
.et_pb_sticky .et_pb_inline_icon_sticky:before {
    content: attr(data-icon-sticky) !important
}

@media (max-width: 980px) {

    .et_overlay.et_pb_inline_icon_tablet:before,
    .et_pb_inline_icon_tablet:before {
        content: attr(data-icon-tablet)
    }

    .et_pb_woo_custom_button_icon .et_pb_custom_button_icon.et_pb_button:after {
        content: attr(data-icon-tablet) !important
    }
}

@media (max-width: 767px) {

    .et_overlay.et_pb_inline_icon_phone:before,
    .et_pb_inline_icon_phone:before {
        content: attr(data-icon-phone)
    }

    .et_pb_woo_custom_button_icon .et_pb_custom_button_icon.et_pb_button:after {
        content: attr(data-icon-phone) !important
    }
}

.et_overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}

.et_overlay:before {
    content: "\e050";
    position: absolute;
    top: 55%;
    left: 50%;
    margin: -16px 0 0 -16px;
    font-size: 32px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.et_pb_gallery_image:hover .et_overlay:before {
    top: 50%
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta,
.et_pb_gallery_image:hover .et_overlay,
.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,
.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_shop_image:hover .et_overlay {
    z-index: 3;
    opacity: 1
}

#ie7 .et_overlay,
#ie8 .et_overlay,
.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
    display: none
}

.et_pb_fullwidth_menu.et_hover_enabled:hover,
.et_pb_menu.et_hover_enabled:hover {
    z-index: auto
}

.et_pb_fullwidth_menu .et-menu-nav,
.et_pb_fullwidth_menu .et-menu-nav>ul,
.et_pb_menu .et-menu-nav,
.et_pb_menu .et-menu-nav>ul {
    float: none
}

.et_pb_fullwidth_menu .et-menu-nav>ul,
.et_pb_menu .et-menu-nav>ul {
    padding: 0 !important;
    line-height: 1.7em
}

.et_pb_fullwidth_menu .et-menu-nav>ul ul,
.et_pb_menu .et-menu-nav>ul ul {
    padding: 20px 0;
    text-align: left
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a,
.et_pb_bg_layout_dark.et_pb_menu ul li a {
    color: #fff
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover,
.et_pb_bg_layout_dark.et_pb_menu ul li a:hover {
    color: hsla(0, 0%, 100%, .8)
}

.et-menu li li.menu-item-has-children>a:first-child:after {
    top: 12px
}

.et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul,
.et_pb_menu .et-menu-nav>ul.upwards li ul {
    bottom: 100%;
    top: auto;
    border-top: none;
    border-bottom: 3px solid #2ea3f2;
    -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
    box-shadow: 2px -2px 5px rgba(0, 0, 0, .1)
}

.et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul li ul,
.et_pb_menu .et-menu-nav>ul.upwards li ul li ul {
    bottom: -23px
}

.et_pb_fullwidth_menu .et-menu-nav>ul.upwards li.mega-menu ul ul,
.et_pb_menu .et-menu-nav>ul.upwards li.mega-menu ul ul {
    bottom: 0;
    top: auto;
    border: none
}

.et_pb_menu_inner_container {
    position: relative
}

.et_pb_menu__wrap .mobile_menu_bar {
    -webkit-transform: translateY(3%);
    transform: translateY(3%)
}

.et_pb_menu__wrap .mobile_menu_bar:before {
    top: 0
}

.et_pb_menu__logo {
    overflow: hidden
}

.et_pb_menu__logo img {
    display: block
}

.et_pb_menu__search-button:after {
    content: "\55"
}

.et_pb_menu__cart-button:after {
    content: "\e07a"
}

a.et_pb_menu__icon,
button.et_pb_menu__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 11px;
    font-family: ETmodules;
    font-size: 17px;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.et_pb_fullwidth_menu .et_pb_menu__wrap,
.et_pb_menu .et_pb_menu__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 1
}

.et_pb_fullwidth_menu .et_pb_menu__wrap--visible,
.et_pb_menu .et_pb_menu__wrap--visible {
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_fullwidth_menu .et_pb_menu__wrap--hidden,
.et_pb_menu .et_pb_menu__wrap--hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_fullwidth_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.et_pb_fullwidth_menu .et_pb_menu__menu,
.et_pb_fullwidth_menu .et_pb_menu__menu>nav,
.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul,
.et_pb_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu>nav,
.et_pb_menu .et_pb_menu__menu>nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul,
.et_pb_menu .et_pb_menu__menu>nav>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li,
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu,
.et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu {
    position: static
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li>ul,
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(100% - 1px);
    left: 0
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul.upwards>li>ul,
.et_pb_menu .et_pb_menu__menu>nav>ul.upwards>li>ul {
    top: auto;
    bottom: calc(100% - 1px)
}

.et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a,
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 31px 0;
    white-space: nowrap
}

.et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after,
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
    padding: 0 !important
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 8px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 8px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li {
    margin-top: 0;
    margin-bottom: 8px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a {
    padding-top: 8px;
    padding-bottom: 0
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after {
    top: auto;
    bottom: 0
}

.et_pb_fullwidth_menu .et_pb_menu__icon,
.et_pb_menu .et_pb_menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.et_pb_fullwidth_menu .et-menu,
.et_pb_menu .et-menu {
    margin-left: -11px;
    margin-right: -11px
}

.et_pb_fullwidth_menu .et-menu>li,
.et_pb_menu .et-menu>li {
    padding-left: 11px;
    padding-right: 11px
}

.et_pb_fullwidth_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_fullwidth_menu--style-left_aligned .et_pb_row,
.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_menu--style-left_aligned .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo-wrap,
.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo,
.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 30px
}

.rtl .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo,
.rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 0;
    margin-left: 30px
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul,
.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap,
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul,
.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu,
.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav,
.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.et_pb_fullwidth_menu--style-centered .et_pb_menu__logo-wrap,
.et_pb_menu--style-centered .et_pb_menu__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et_pb_fullwidth_menu--style-centered .et_pb_menu__logo,
.et_pb_fullwidth_menu--style-centered .et_pb_menu__logo img,
.et_pb_menu--style-centered .et_pb_menu__logo,
.et_pb_menu--style-centered .et_pb_menu__logo img {
    margin: 0 auto
}

.et_pb_fullwidth_menu--style-centered .et_pb_menu__menu>nav>ul,
.et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap,
.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-centered .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap {
    display: none;
    margin-bottom: 30px
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo img,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img {
    margin: 0 auto
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo,
.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap {
    width: 100%;
    height: 100%
}

.et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot img,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img {
    max-height: 100%
}

.et_pb_fullwidth_menu .et_pb_menu__logo-slot .et-fb-content-placeholder,
.et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder {
    min-width: 96px
}

.et_pb_fullwidth_menu .et_pb_menu__search-container,
.et_pb_menu .et_pb_menu__search-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999
}

.et_pb_fullwidth_menu .et_pb_menu__search-container--visible,
.et_pb_menu .et_pb_menu__search-container--visible {
    opacity: 1;
    -webkit-animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_fullwidth_menu .et_pb_menu__search-container--hidden,
.et_pb_menu .et_pb_menu__search-container--hidden {
    -webkit-animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_fullwidth_menu .et_pb_menu__search-container--disabled,
.et_pb_menu .et_pb_menu__search-container--disabled {
    display: none
}

.et_pb_fullwidth_menu .et_pb_menu__search,
.et_pb_menu .et_pb_menu__search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et_pb_fullwidth_menu .et_pb_menu__search-form,
.et_pb_menu .et_pb_menu__search-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.et_pb_fullwidth_menu .et_pb_menu__search-input,
.et_pb_menu .et_pb_menu__search-input {
    border: 0;
    width: 100%;
    color: #333;
    background: 0 0
}

.et_pb_fullwidth_menu .et_pb_menu__close-search-button,
.et_pb_menu .et_pb_menu__close-search-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.et_pb_fullwidth_menu .et_pb_menu__close-search-button:after,
.et_pb_menu .et_pb_menu__close-search-button:after {
    content: "\4d";
    font-size: 1.7em
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul {
    padding: 28px 0 0 !important
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 5px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 29px;
    white-space: nowrap
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards {
    padding: 0 0 28px !important
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li {
    margin-top: 0;
    margin-bottom: 5px
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a {
    padding-top: 29px;
    padding-bottom: 0
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after {
    top: auto;
    bottom: 0
}

.et_pb_forgot_password {
    font-size: 12px;
    margin-top: -5px
}

.et_pb_forgot_password a {
    color: #fff;
    text-decoration: underline
}

.et_pb_bg_layout_light .et_pb_forgot_password a {
    color: #666
}

.et_pb_team_member_image {
    float: left;
    max-width: 320px;
    margin-right: 30px;
    display: table-cell;
    line-height: 0 !important;
    position: relative
}

.et_pb_column .et_pb_team_member_image.et-svg {
    width: 320px;
    max-width: 100%
}

.et_pb_team_member_description {
    display: table-cell;
    vertical-align: top;
    position: relative
}

.et_pb_team_member_no_image .et_pb_team_member_description {
    display: block !important
}

.et_pb_member_position {
    color: #aaa;
    padding-bottom: 7px
}

.et_pb_column_1_2 .et_pb_team_member_image,
.et_pb_column_1_3 .et_pb_team_member_image,
.et_pb_column_1_4 .et_pb_team_member_image,
.et_pb_column_1_5 .et_pb_team_member_image,
.et_pb_column_1_6 .et_pb_team_member_image,
.et_pb_column_2_5 .et_pb_team_member_image,
.et_pb_column_3_5 .et_pb_team_member_image,
.et_pb_column_3_8 .et_pb_team_member_image {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 12px;
    text-align: center
}

.et_pb_column_1_2 .et_pb_team_member_description,
.et_pb_column_1_3 .et_pb_team_member_description,
.et_pb_column_1_4 .et_pb_team_member_description,
.et_pb_column_1_5 .et_pb_team_member_description,
.et_pb_column_1_6 .et_pb_team_member_description,
.et_pb_column_2_5 .et_pb_team_member_description,
.et_pb_column_3_4 .et_pb_team_member_description,
.et_pb_column_3_5 .et_pb_team_member_description,
.et_pb_column_3_8 .et_pb_team_member_description {
    display: block
}

.et_pb_shop.et_pb_text_align_center .star-rating,
.et_pb_shop.et_pb_text_align_justified .star-rating,
.et_pb_shop.et_pb_text_align_right .star-rating {
    display: inline-block
}

.et_pb_member_social_links li {
    display: inline-block;
    margin-right: 15px
}

.et_pb_member_social_links a {
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    color: #b2b2b2;
    text-decoration: none
}

.et_pb_facebook_icon:before {
    content: "\e093"
}

.et_pb_twitter_icon:before {
    content: "\e094"
}

.et_pb_google_icon:before {
    content: "\e096"
}

.et_pb_linkedin_icon:before {
    content: "\e09d"
}

.et_pb_member_social_links span {
    display: none
}

.et_audio_content,
.et_link_content,
.et_pb_audio_module_content,
.et_quote_content {
    text-align: center;
    word-wrap: break-word;
    position: relative;
    padding: 50px 60px
}

.et_audio_content .wp-block-audio {
    margin: 0;
    padding: 0
}

.et_audio_content h2,
.et_link_content a.et_link_main_url,
.et_link_content h2,
.et_pb_audio_module_content h2,
.et_quote_content blockquote cite,
.et_quote_content blockquote p {
    color: #fff !important
}

.et_pb_text_color_dark .et_audio_content h2,
.et_pb_text_color_dark .et_audio_module_meta,
.et_pb_text_color_dark .et_link_content a.et_link_main_url,
.et_pb_text_color_dark .et_link_content h2,
.et_pb_text_color_dark .et_pb_audio_module_content h2,
.et_pb_text_color_dark .et_quote_content blockquote cite,
.et_pb_text_color_dark .et_quote_content blockquote p {
    color: #666 !important
}

.et_pb_text_color_dark.et_audio_content h2,
.et_pb_text_color_dark.et_link_content a.et_link_main_url,
.et_pb_text_color_dark.et_link_content h2,
.et_pb_text_color_dark.et_pb_audio_module_content h2,
.et_pb_text_color_dark.et_quote_content blockquote cite,
.et_pb_text_color_dark.et_quote_content blockquote p {
    color: #bbb !important
}

.et_pb_text_color_dark.et_audio_content,
.et_pb_text_color_dark.et_link_content,
.et_pb_text_color_dark.et_quote_content {
    background-color: #e8e8e8
}

.et_quote_main_link {
    position: absolute;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0
}

.et_quote_content blockquote {
    padding: 0;
    margin: 0;
    border: none
}

.et_audio_content h2,
.et_link_content h2,
.et_pb_audio_module_content h2,
.et_quote_content blockquote p {
    margin-top: 0
}

.et_audio_content h2,
.et_link_content h2,
.et_quote_content blockquote p {
    line-height: 44px
}

.et_audio_content h2 {
    margin-bottom: 20px
}

.et_link_content a.et_link_main_url,
.et_quote_content blockquote cite {
    font-size: 18px;
    font-weight: 200
}

.et_quote_content blockquote cite {
    font-style: normal
}

.et_pb_blog_grid .et_audio_content h2,
.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_column_1_5 .et_audio_content h2,
.et_pb_column_1_6 .et_audio_content h2,
.et_pb_column_2_5 .et_audio_content h2,
.et_pb_column_3_5 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2 {
    margin-bottom: 9px;
    margin-top: 0
}

.et_pb_column_2_3 .et_quote_content {
    padding: 50px 42px 45px
}

.et_pb_column_2_3 .et_audio_content,
.et_pb_column_2_3 .et_link_content,
.et_pb_column_2_3 .et_pb_audio_module_content {
    padding: 40px 40px 45px
}

.et_pb_column_1_2 .et_audio_content,
.et_pb_column_1_2 .et_link_content,
.et_pb_column_1_2 .et_quote_content,
.et_pb_column_3_5 .et_audio_content,
.et_pb_column_3_5 .et_link_content,
.et_pb_column_3_5 .et_quote_content {
    padding: 35px 40px
}

.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_3_5 .et_pb_audio_module_content {
    padding: 40px 40px 35px
}

.et_pb_column_1_2 .et_quote_content blockquote p,
.et_pb_column_3_5 .et_quote_content blockquote p {
    font-size: 26px;
    line-height: 32px
}

.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_1_2 .et_link_content h2,
.et_pb_column_3_5 .et_audio_content h2,
.et_pb_column_3_5 .et_link_content h2 {
    line-height: 32px
}

.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_3_5 .et_link_content a.et_link_main_url,
.et_pb_column_3_5 .et_quote_content blockquote cite {
    font-size: 14px
}

.et_pb_blog_grid .et_quote_content,
.et_pb_column_1_3 .et_quote_content,
.et_pb_column_1_4 .et_quote_content,
.et_pb_column_1_5 .et_quote_content,
.et_pb_column_1_6 .et_quote_content,
.et_pb_column_2_5 .et_quote_content,
.et_pb_column_3_8 .et_quote_content {
    padding: 35px 30px 32px
}

.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_link_content,
.et_pb_column_1_3 .et_audio_content,
.et_pb_column_1_3 .et_link_content,
.et_pb_column_1_4 .et_audio_content,
.et_pb_column_1_4 .et_link_content,
.et_pb_column_1_5 .et_audio_content,
.et_pb_column_1_5 .et_link_content,
.et_pb_column_1_6 .et_audio_content,
.et_pb_column_1_6 .et_link_content,
.et_pb_column_2_5 .et_audio_content,
.et_pb_column_2_5 .et_link_content,
.et_pb_column_3_8 .et_audio_content,
.et_pb_column_3_8 .et_link_content {
    padding: 35px 20px
}

.et_pb_blog_grid .et_audio_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_column_1_5 .et_audio_content h2,
.et_pb_column_1_5 .et_link_content h2,
.et_pb_column_1_5 .et_quote_content blockquote p,
.et_pb_column_1_6 .et_audio_content h2,
.et_pb_column_1_6 .et_link_content h2,
.et_pb_column_1_6 .et_quote_content blockquote p,
.et_pb_column_2_5 .et_audio_content h2,
.et_pb_column_2_5 .et_link_content h2,
.et_pb_column_2_5 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_3_8 .et_quote_content blockquote p {
    font-size: 18px;
    line-height: 26px
}

.et_pb_blog_grid .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_column_1_5 .et_link_content a.et_link_main_url,
.et_pb_column_1_5 .et_quote_content blockquote cite,
.et_pb_column_1_6 .et_link_content a.et_link_main_url,
.et_pb_column_1_6 .et_quote_content blockquote cite,
.et_pb_column_2_5 .et_link_content a.et_link_main_url,
.et_pb_column_2_5 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_quote_content blockquote cite {
    font-size: 14px
}

.et_pb_blog_grid .et_link_content,
.et_pb_blog_grid .et_quote_content {
    margin: -20px -20px 19px
}

.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content,
.et_pb_column_3_8 .et_pb_audio_module_content {
    padding: 30px
}

.et_pb_blog_grid .et_audio_content {
    margin-bottom: 19px
}

.et_audio_container .mejs-container {
    width: auto !important;
    min-width: unset !important;
    height: auto !important
}

.et_audio_container .mejs-container,
.et_audio_container .mejs-container .mejs-controls,
.et_audio_container .mejs-embed,
.et_audio_container .mejs-embed body {
    background: 0 0;
    height: auto
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.et_audio_container .mejs-time.mejs-currenttime-container {
    display: none !important
}

.et_audio_container .mejs-time {
    display: block !important;
    padding: 0;
    margin-left: 10px;
    margin-right: 90px;
    line-height: inherit
}

.et_audio_container .mejs-android .mejs-time,
.et_audio_container .mejs-ios .mejs-time,
.et_audio_container .mejs-ipad .mejs-time,
.et_audio_container .mejs-iphone .mejs-time {
    margin-right: 0
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 5px;
    height: 4px;
    margin: 8px 0 0;
    top: 0;
    right: 0;
    left: auto
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: hsla(0, 0%, 60%, .5)
}

.et_audio_container .mejs-controls>div {
    height: 20px !important
}

.et_audio_container .mejs-controls div.mejs-time-rail {
    padding-top: 0;
    position: relative;
    display: block !important;
    margin-left: 42px;
    margin-right: 0
}

.et_audio_container span.mejs-time-total.mejs-time-slider {
    display: block !important;
    position: relative !important;
    max-width: 100%;
    min-width: unset !important
}

.et_audio_container .mejs-button.mejs-volume-button {
    width: auto;
    height: auto;
    margin-left: auto;
    position: absolute;
    right: 59px;
    bottom: -2px
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    height: 4px;
    border-radius: 5px
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #999
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: block;
    border: none;
    width: 10px
}

.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
    top: -3px
}

.et_audio_container .mejs-time-rail .mejs-time-handle-content {
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.et_audio_container .mejs-time-rail .mejs-time-hovered {
    height: 4px
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    background: #fff;
    border-radius: 5px;
    height: 10px;
    position: absolute;
    top: -3px
}

.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    top: 5px
}

.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 8px
}

.et_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 18px
}

.et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
    display: block !important;
    height: 19px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    bottom: 0
}

.et_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
    height: 4px
}

.et_audio_container .mejs-playpause-button button,
.et_audio_container .mejs-volume-button button {
    background: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    z-index: 99
}

.et_audio_container .mejs-playpause-button button:before {
    content: "\45" !important;
    font-size: 32px;
    left: 0;
    top: -8px
}

.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before {
    color: #fff
}

.et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before,
.et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before {
    color: #666
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle {
    background: #666
}

.et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span {
    color: #999
}

.et_audio_container .mejs-playpause-button {
    margin-top: -7px !important;
    width: auto !important;
    height: auto !important;
    position: absolute
}

.et_audio_container .mejs-controls .mejs-button button:focus {
    outline: none
}

.et_audio_container .mejs-playpause-button.mejs-pause button:before {
    content: "\60" !important
}

.et_audio_container .mejs-volume-button button:before {
    content: "\e068";
    font-size: 18px
}

.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 14px
}

.et_audio_container .mejs-container .mejs-controls {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: unset !important;
    position: relative
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
    left: 0;
    right: auto
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
    margin-left: 0
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-time {
    margin-left: 90px;
    margin-right: 10px
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-android .mejs-time,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ios .mejs-time,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ipad .mejs-time,
body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-iphone .mejs-time {
    margin-left: 0
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-button.mejs-volume-button {
    right: auto;
    left: 59px
}

body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls div.mejs-time-rail {
    margin-right: 42px;
    margin-left: 5px
}

.et_pb_post .et_pb_gallery_post_type .et_pb_slide {
    min-height: 500px;
    background-size: cover !important;
    background-position: top
}

.et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 180px
}

.et_gallery_item {
    float: left;
    width: 28.353%;
    margin: 0 7.47% 7.47% 0
}

.et_gallery_item:nth-child(3n) {
    margin-right: 0
}

.et_gallery_item:nth-child(3n+1) {
    clear: both
}

.et_pb_column_3_4 .et_pb_post .et_pb_slide {
    min-height: 442px
}

.et_pb_column_2_3 .et_pb_post .et_pb_slide {
    min-height: 390px
}

.et_pb_column_1_2 .et_pb_post .et_pb_slide,
.et_pb_column_3_5 .et_pb_post .et_pb_slide {
    min-height: 284px
}

.et_pb_column_1_3 .et_pb_post .et_pb_slide,
.et_pb_column_2_5 .et_pb_post .et_pb_slide,
.et_pb_column_3_8 .et_pb_post .et_pb_slide {
    min-height: 180px
}

.et_pb_column_1_4 .et_pb_post .et_pb_slide,
.et_pb_column_1_5 .et_pb_post .et_pb_slide,
.et_pb_column_1_6 .et_pb_post .et_pb_slide {
    min-height: 125px
}

.et_pb_audio_module {
    position: relative
}

.et_pb_audio_cover_art {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: inherit;
    transition: inherit
}

.et_pb_audio_module_content {
    margin-left: 220px
}

.et_audio_module_meta {
    margin-bottom: 17px;
    color: #fff
}

.et_pb_audio_no_image .et_pb_audio_module_content {
    margin-left: 0
}

.et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_1_4 .et_pb_audio_cover_art,
.et_pb_column_1_5 .et_pb_audio_cover_art,
.et_pb_column_1_6 .et_pb_audio_cover_art,
.et_pb_column_2_5 .et_pb_audio_cover_art,
.et_pb_column_3_5 .et_pb_audio_cover_art,
.et_pb_column_3_8 .et_pb_audio_cover_art {
    float: none;
    width: 100%;
    position: relative
}

.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content,
.et_pb_column_1_5 .et_pb_audio_module_content,
.et_pb_column_1_6 .et_pb_audio_module_content,
.et_pb_column_2_5 .et_pb_audio_module_content,
.et_pb_column_3_5 .et_pb_audio_module_content,
.et_pb_column_3_8 .et_pb_audio_module_content {
    margin-left: 0
}

.et_pb_column_1_4 .et_audio_module_meta,
.et_pb_column_1_5 .et_audio_module_meta,
.et_pb_column_1_6 .et_audio_module_meta {
    font-size: 12px
}

.et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_3_5 .et_pb_audio_cover_art {
    height: 380px
}

.et_pb_column_3_8 .et_pb_audio_cover_art {
    height: 275px
}

.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_2_5 .et_pb_audio_cover_art {
    height: 240px
}

.et_pb_column_1_4 .et_pb_audio_cover_art,
.et_pb_column_1_5 .et_pb_audio_cover_art,
.et_pb_column_1_6 .et_pb_audio_cover_art {
    height: 170px
}

.et_pb_slide_video {
    position: absolute;
    top: 50%;
    bottom: auto
}

.et_pb_slide_video .wp-video-shortcode video,
.et_pb_slide_video video.wp-video-shortcode {
    height: auto
}

.et_pb_slider {
    position: relative;
    overflow: hidden
}

.et_pb_row:after,
.et_pb_row_inner:after,
.et_pb_slides:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0
}

.et_pb_slider .et_pb_slide {
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    width: 100%;
    text-align: center;
    list-style: none !important
}

.format-gallery .et_pb_slider.gallery-not-found .et_pb_slide {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1)
}

.et_pb_slider.gallery-not-found .et_pb_slide,
.et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container {
    min-height: 0 !important
}

.et_pb_section,
.et_pb_slider .et_pb_slide {
    background-position: 50%;
    background-size: 100%;
    background-size: cover
}

.et_pb_slider .et_pb_slide:first-child {
    display: list-item
}

.et_pb_post>.et_pb_slider {
    margin-bottom: 30px
}

.et_pb_slider .et_pb_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.et_pb_slide {
    padding: 0 6%
}

.et_pb_video_slider .et_pb_slide {
    padding: 0
}

.et_pb_fullwidth_post_slider .et_pb_container,
.et_pb_fullwidth_slider .et_pb_container {
    width: 80%;
    max-width: 1080px
}

.et_pb_slide_video .mejs-mediaelement {
    position: relative
}

.et_pb_slide_video .mejs-mediaelement .wp-video-shortcode {
    display: block
}

.et-pb-arrow-next,
.et-pb-arrow-prev {
    position: absolute;
    top: 50%;
    z-index: 100;
    font-size: 48px;
    color: #fff;
    margin-top: -24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.et_pb_bg_layout_light .et-pb-arrow-next,
.et_pb_bg_layout_light .et-pb-arrow-prev {
    color: #333
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
    background-color: #333
}

.et_pb_bg_layout_light .et-pb-controllers a {
    background-color: rgba(0, 0, 0, .3)
}

.et-pb-arrow-next:hover,
.et-pb-arrow-prev:hover {
    text-decoration: none
}

.et-pb-arrow-next span,
.et-pb-arrow-prev span {
    display: none
}

.et-pb-arrow-prev {
    left: -22px
}

.et-pb-arrow-next {
    right: -22px
}

.et-pb-arrow-prev:before {
    content: "\34"
}

.et-pb-arrow-next:before {
    content: "\35"
}

.et_pb_slider:hover .et-pb-arrow-prev {
    left: 22px;
    opacity: 1
}

.et_pb_slider:hover .et-pb-arrow-next {
    right: 22px;
    opacity: 1
}

.format-gallery .et-pb-arrow-next,
.format-gallery .et-pb-arrow-prev {
    color: #fff
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-prev {
    left: 0
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-next {
    right: 0
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev {
    left: 0
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next {
    right: 0
}

.et_pb_column_1_4 .et_pb_slider .et_pb_slide,
.et_pb_column_1_5 .et_pb_slider .et_pb_slide,
.et_pb_column_1_6 .et_pb_slider .et_pb_slide {
    min-height: 170px
}

.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next {
    right: 0
}

.et-pb-controllers {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10
}

.format-gallery .et-pb-controllers {
    bottom: 0
}

.et-pb-controllers a {
    display: inline-block;
    background-color: hsla(0, 0%, 100%, .5);
    text-indent: -9999px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    padding: 0;
    opacity: .5
}

.et-pb-controllers .et-pb-active-control {
    opacity: 1
}

.et_pb_post .et-pb-controllers a {
    margin-bottom: 10px
}

.et-pb-controllers a:last-child {
    margin-right: 0
}

.et-pb-controllers .et-pb-active-control {
    background-color: #fff
}

.et_pb_slide_image {
    position: absolute;
    bottom: 0
}

.et_pb_slide:first-child .et_pb_slide_image img {
    opacity: 0
}

.et_pb_slide:first-child .et_pb_slide_image img.active {
    opacity: 1;
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .7s;
    -moz-animation-delay: .6s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .7s;
    -o-animation-delay: .6s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .7s;
    -ms-animation-delay: .6s;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: both;
    animation-duration: .7s;
    animation-delay: .6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft
}

.et_pb_media_alignment_center .et_pb_slide_image {
    bottom: auto;
    top: 50%
}

.et-pb-active-slide .et_pb_slide_image,
.et-pb-active-slide .et_pb_slide_video {
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .7s;
    -moz-animation-delay: .6s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .7s;
    -o-animation-delay: .6s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .7s;
    -ms-animation-delay: .6s;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: both;
    animation-duration: .7s;
    animation-delay: .6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both
}

.et-pb-active-slide .et_pb_slide_image {
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft
}

.et_pb_slide_image img {
    vertical-align: bottom
}

.et_pb_slide_image,
.et_pb_slide_video {
    width: 47.25%;
    margin-right: 5.5%
}

.et-pb-active-slide .et_pb_slide_description {
    -webkit-animation-duration: .7s;
    -webkit-animation-delay: .9s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .7s;
    -moz-animation-delay: .9s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .7s;
    -o-animation-delay: .9s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .7s;
    -ms-animation-delay: .9s;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: both;
    animation-duration: .7s;
    animation-delay: .9s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    -webkit-animation-name: fadeBottom;
    animation-name: fadeBottom
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.et_pb_bg_layout_dark .et_pb_slide_content {
    color: #fff
}

.et_pb_slide_description .et_pb_slide_title {
    font-weight: 300;
    margin-top: 0;
    font-size: 46px
}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 16% 8%;
    width: auto;
    margin: auto
}

.et_pb_slide_with_image .et_pb_slide_description {
    width: 47.25%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    float: right
}

.et_pb_slide_content {
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.et_pb_slide_content p:last-of-type {
    padding-bottom: 0
}

.et_pb_slides .et_pb_container {
    display: table;
    table-layout: fixed
}

.et_pb_slides .et_pb_slider_container_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.et_pb_slides .et_pb_empty_slide.et_pb_container,
.et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner,
.et_pb_slides .et_pb_temp_slide {
    display: block
}

.et_pb_more_button {
    color: inherit;
    text-shadow: none;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px
}

.et_parallax_bg_wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.et_parallax_bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.et_parallax_bg.et_parallax_bg__hover,
.et_parallax_bg.et_parallax_bg__sticky,
.et_parallax_bg.et_parallax_bg_phone,
.et_parallax_bg.et_parallax_bg_tablet,
.et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover),
.et_pb_sticky.et_pb_section_parallax_sticky .et_parallax_bg:not(.et_parallax_bg__sticky),
.et_pb_sticky .et_pb_section_parallax_sticky .et_parallax_bg:not(.et_parallax_bg__sticky) {
    display: none
}

.et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover,
.et_pb_sticky.et_pb_section_parallax_sticky .et_parallax_bg.et_parallax_bg__sticky,
.et_pb_sticky .et_pb_section_parallax_sticky .et_parallax_bg.et_parallax_bg__sticky {
    display: block
}

@media (max-width: 980px) {
    .et_parallax_bg.et_parallax_bg_tablet_exist {
        display: none
    }

    .et_parallax_bg.et_parallax_bg_tablet {
        display: block
    }
}

@media (max-width: 767px) {
    .et_parallax_bg.et_parallax_bg_phone_exist {
        display: none
    }

    .et_parallax_bg.et_parallax_bg_phone {
        display: block
    }
}

.et_pb_module.et_pb_section_parallax,
.et_pb_posts_nav a.et_pb_section_parallax,
.et_pb_tab.et_pb_section_parallax {
    position: relative
}

.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: fixed
}

body.et-bfb .et_pb_section_parallax .et_pb_parallax_css,
body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: scroll;
    bottom: auto
}

.et_pb_section_parallax.et_pb_column .et_pb_module,
.et_pb_section_parallax.et_pb_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module {
    z-index: 9;
    position: relative
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    text-align: center
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_video {
    display: none
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    text-align: center
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
    display: none
}

.et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slide_content,
.et_pb_column_2_5 .et_pb_slide_content,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content,
.et_pb_column_3_5 .et_pb_slide_content {
    font-size: 14px
}

.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
    display: block
}

.et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 26px;
    font-weight: 400
}

.et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 22px;
    font-weight: 400
}

.et_pb_preload .et_pb_section_video_bg,
.et_pb_preload>div {
    visibility: hidden
}

.et_pb_preload,
.et_pb_section.et_pb_section_video.et_pb_preload {
    position: relative;
    background: #464646 !important
}

.et_pb_preload:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/includes/builder/styles/images/preloader.gif) no-repeat;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

.et_pb_text ol,
.et_pb_text ul {
    padding-bottom: 1em
}

.et_pb_text> :last-child {
    padding-bottom: 0
}

.et_pb_text_inner {
    position: relative
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
    color: #fff !important
}

.et_pb_text_align_left {
    text-align: left
}

.et_pb_text_align_center {
    text-align: center
}

.et_pb_text_align_right {
    text-align: right
}

.et_pb_text_align_justified {
    text-align: justify
}

ul.et_pb_social_media_follow {
    list-style-type: none !important;
    margin: 0 0 22px;
    padding: 0
}

.et_pb_social_media_follow li {
    display: inline-block;
    margin-bottom: 8px;
    position: relative
}

.et_pb_social_media_follow li a {
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    position: relative
}

.et_pb_social_media_follow li a.follow_button {
    padding: 0 12px;
    margin-top: 5px;
    margin-right: 25px;
    font-size: 14px;
    line-height: 1.6em;
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5);
    border-radius: 3px;
    border-width: 0;
    border-style: solid;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.et_pb_social_media_follow li.last-child a,
.et_pb_social_media_follow li:last-child a {
    margin-right: 0
}

.et_pb_social_media_follow.has_follow_button li.last-child a.icon,
.et_pb_social_media_follow.has_follow_button li:last-child a.icon {
    margin-right: 8px
}

.et_pb_social_media_follow li a.follow_button:hover {
    background: rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .6)
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
    background: rgba(0, 0, 0, .6);
    color: hsla(0, 0%, 100%, .8)
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
    background: rgba(0, 0, 0, .7);
    color: #fff
}

.et_pb_social_media_follow li a.icon {
    height: 32px;
    width: 32px;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.et_pb_social_media_follow li a.icon:before {
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    display: block;
    color: #fff;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    position: relative;
    z-index: 10
}

.et_pb_social_media_follow li a.icon:hover:before {
    color: hsla(0, 0%, 100%, .7)
}

.et_pb_social_media_follow li a.icon {
    border-radius: 3px
}

.et_pb_social_media_follow_network_name {
    display: none
}

.et_pb_section {
    position: relative;
    background-color: #fff
}

.et_pb_section--absolute,
.et_pb_section--fixed {
    width: 100%
}

.et_pb_section.et_section_transparent {
    background-color: transparent
}

.et_pb_fullwidth_section {
    padding: 0
}

.et_pb_fullwidth_section>.et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row {
    padding: 0 !important
}

.et_pb_inner_shadow {
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .07)
}

.et_pb_bottom_inside_divider,
.et_pb_top_inside_divider {
    display: block;
    background-repeat-y: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%
}

.et_pb_bottom_inside_divider.et-no-transition,
.et_pb_top_inside_divider.et-no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.et_pb_top_inside_divider {
    margin-top: -1px
}

.et_pb_bottom_inside_divider {
    margin-bottom: -1px
}

.et_pb_section_video:not(.et_pb_menu):not(.et_pb_fullwidth_menu) {
    overflow: hidden;
    position: relative
}

.et_pb_column>.et_pb_section_video_bg {
    z-index: -1
}

.et_pb_section_video_bg {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    pointer-events: none;
    -webkit-transition: display .3s;
    transition: display .3s
}

.et_pb_section_video_bg.et_pb_section_video_bg_hover,
.et_pb_section_video_bg.et_pb_section_video_bg_phone,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
    display: none
}

.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
    display: none !important
}

.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
    max-width: none
}

.et_pb_section_video_bg .mejs-video {
    left: 50%;
    position: absolute;
    max-width: none
}

.et_pb_section_video_bg .mejs-overlay-loading {
    display: none !important
}

.et_pb_social_network_link .et_pb_section_video {
    overflow: visible
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg {
    display: none
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover,
.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover_inherit {
    display: block
}

.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
    display: none
}

.et_pb_column.et_pb_column_empty {
    min-height: 1px
}

.et_pb_row_inner {
    width: 100%;
    position: relative
}

.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0 !important
}

.et_pb_space {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 23px
}

.et_pb_divider_hidden {
    margin-bottom: 0 !important
}

.et_pb_divider_internal {
    display: inline-block;
    width: 100%
}

.et_pb_divider {
    margin: 0 0 30px;
    position: relative
}

.et_pb_divider:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.et_pb_divider:after,
.et_pb_space:after {
    content: "";
    display: table
}

.et_pb_divider_position_bottom:before {
    top: auto !important;
    bottom: 0 !important
}

.et_pb_divider_position_center:before {
    top: 50% !important
}

@media (max-width: 980px) {
    .et_pb_divider_position_top_tablet:before {
        top: 0 !important;
        bottom: auto !important
    }

    .et_pb_divider_position_bottom_tablet:before {
        top: auto !important;
        bottom: 0 !important
    }

    .et_pb_divider_position_center_tablet:before {
        top: 50% !important
    }
}

@media (max-width: 767px) {
    .et_pb_divider_position_top_phone:before {
        top: 0 !important;
        bottom: auto !important
    }

    .et_pb_divider_position_bottom_phone:before {
        top: auto !important;
        bottom: 0 !important
    }

    .et_pb_divider_position_center_phone:before {
        top: 50% !important
    }
}

.et_pb_fullwidth_header {
    padding: 50px 0;
    position: relative;
    background-position: 50%;
    background-size: cover
}

.et_pb_fullwidth_header p {
    padding-bottom: 0
}

.et_pb_fullwidth_header_subhead {
    display: block
}

.et_pb_fullscreen {
    padding: 0
}

header.et-l.et-l--header:after {
    clear: both;
    display: block;
    content: ""
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    position: relative;
    z-index: 3;
    width: 80%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    height: 10px;
    min-height: 100vh;
    width: 80%;
    max-width: none
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container {
    width: 100%;
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
    width: 100%
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container {
    width: 50%;
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    text-align: left;
    margin-left: 0
}

.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content {
    margin-right: 6%
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    text-align: right;
    margin-right: 0;
    float: right
}

.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content {
    margin-left: 6%
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom {
    margin-bottom: 80px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    padding-left: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    padding-right: 0
}

.et_pb_fullwidth_header .header-content {
    padding: 10px;
    text-align: center
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    margin: 20px auto;
    width: 80%;
    max-width: 800px
}

.et_pb_fullwidth_header .header-image {
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    line-height: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
    margin-top: 20px;
    display: inline-block
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
    margin-right: 15px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_button_one {
    margin-right: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_button_two {
    margin-left: 15px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none
}

.et_pb_fullwidth_header .et_pb_parallax_css {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    width: 100%;
    min-height: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
    display: inline-block;
    pointer-events: all
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
    color: #fff;
    font-size: 3.5em
}

.et_pb_fullwidth_header .scroll-down-container .scroll-down-phone,
.et_pb_fullwidth_header .scroll-down-container .scroll-down-tablet {
    display: none
}

@media (max-width: 980px) {

    .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down,
    .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-phone {
        display: none
    }

    .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-tablet {
        display: inline-block
    }
}

@media (max-width: 767px) {

    .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down,
    .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-tablet {
        display: none
    }

    .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-phone {
        display: inline-block
    }
}

.et_pb_accordion .et_pb_toggle {
    margin-bottom: 10px;
    position: relative
}

.et_pb_accordion .et_pb_toggle:last-child {
    margin-bottom: 0
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: none
}

.et_pb_counters,
.et_pb_pricing,
.et_pb_tabs_controls,
.et_pb_widget_area ul {
    list-style: none !important;
    padding: 0 !important;
    line-height: inherit !important
}

.et_pb_gallery .et_pb_gallery_items,
.et_pb_gallery.et_pb_section_parallax {
    width: 100%
}

.et_pb_gallery.et_pb_section_parallax:hover {
    overflow: hidden
}

.et_pb_gallery_grid .et_pb_gallery_items {
    transition: height .2s ease-in-out;
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out
}

.et_pb_gallery_grid .et_pb_gallery_image {
    position: relative
}

.et_pb_gallery_image {
    line-height: 0
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_gallery_grid .et_pb_gallery_item {
    display: none
}

.et_pb_portfolio .et_pb_portfolio_item {
    position: relative
}

.et_pb_gallery_fullwidth .et_pb_gallery_item {
    display: none;
    float: left;
    margin-right: -100%;
    position: relative
}

.et_pb_gallery_fullwidth .et_pb_gallery_image img,
.et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 100%
}

.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
    display: block
}

.et_pb_gallery .et_pb_bg_layout_light .et-pb-arrow-next,
.et_pb_gallery .et_pb_bg_layout_light .et-pb-arrow-prev {
    color: inherit
}

.et_pb_portfolio.et_pb_section_parallax .pagination,
.et_pb_portfolio.et_pb_section_parallax .wp-pagenavi,
.et_pb_portfolio.et_pb_section_video .pagination,
.et_pb_portfolio.et_pb_section_video .wp-pagenavi,
.et_pb_portfolio_grid.et_pb_section_parallax .pagination,
.et_pb_portfolio_grid.et_pb_section_parallax .wp-pagenavi,
.et_pb_portfolio_grid.et_pb_section_video .pagination,
.et_pb_portfolio_grid.et_pb_section_video .wp-pagenavi {
    position: relative
}

.et_pb_text_align_left.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_left.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_text_align_left .wp-pagenavi {
    text-align: left
}

.et_pb_text_align_center.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_center.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_text_align_center .wp-pagenavi {
    text-align: center
}

.et_pb_text_align_right.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_right.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_text_align_right .wp-pagenavi {
    text-align: right
}

.et_pb_text_align_justified.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_text_align_justified.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_text_align_justified .wp-pagenavi {
    text-align: justify
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters {
    clear: both;
    margin: 0 0 40px
}

.et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portfolio_filters,
.et_pb_filterable_portfolio.et_pb_section_video .et_pb_portfolio_filters {
    position: relative
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    list-style-type: none !important;
    padding: 0
}

.et_pb_filterable_portfolio.et_pb_text_align_center .et_pb_portfolio_filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.et_pb_filterable_portfolio.et_pb_text_align_justified .et_pb_portfolio_filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.et_pb_filterable_portfolio.et_pb_text_align_right .et_pb_portfolio_filters ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    float: left;
    font-size: 14px;
    line-height: 1em
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    color: #666;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    display: block;
    height: auto;
    overflow: hidden;
    margin: -1px -1px 0 0;
    background-color: #fff
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-radius: 3px 0 0 3px
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    border-radius: 0 3px 3px 0
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
    color: #666;
    background-color: #f4f4f4
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #82c0c7;
    background-color: #f9f9f9
}

.et_pb_filterable_portfolio .et_pb_portfolio_items,
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {
    width: 100%;
    position: relative
}

.et_pb_filterable_portfolio .et_pb_portfolio_item.active,
.et_pb_gallery_grid .et_pb_gallery_item {
    opacity: 1;
    -webkit-animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 100%
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-radius: 3px 3px 0 0
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    border-radius: 0 0 3px 3px
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination,
.et_pb_gallery .et_pb_gallery_pagination {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    position: relative
}

.et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portofolio_pagination,
.et_pb_filterable_portfolio.et_pb_section_video .et_pb_portofolio_pagination {
    position: relative
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
.et_pb_gallery .et_pb_gallery_pagination ul {
    list-style-type: none !important;
    text-align: right;
    margin: 0;
    padding: 0
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li,
.et_pb_gallery .et_pb_gallery_pagination ul li {
    display: inline-block;
    padding: 10px
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
.et_pb_gallery .et_pb_gallery_pagination ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #999
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
    color: #82c0c7
}

.et_pb_gallery_pagination ul:after {
    content: "";
    width: 100%;
    height: 0;
    display: inline-block
}

.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a,
.et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a {
    color: #fff
}

.et_pb_portfolio_items_wrapper.no_pagination {
    border-bottom: none
}

.et_pb_module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.et_pb_fullwidth_portfolio {
    margin: 0;
    position: relative;
    overflow: hidden
}

.et_pb_fullwidth_portfolio .et_overlay {
    border: none;
    pointer-events: auto
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group {
    display: none;
    float: left;
    width: 100%;
    position: relative
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group.active,
.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group {
    display: block
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_items {
    width: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_item {
    float: left;
    margin: 0;
    height: 0;
    width: 20%;
    position: relative
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image img {
    max-width: inherit;
    height: inherit;
    min-height: 100%;
    min-width: 100%
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
    height: 100%
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img {
    width: 100%
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before {
    top: 45%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before {
    top: 33%
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
    background: rgba(0, 0, 0, .6)
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p {
    color: #fff
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_title,
.et_pb_fullwidth_portfolio h2.et_pb_portfolio_title {
    text-align: center;
    margin: 30px 0;
    position: relative
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image p {
    display: block;
    position: relative;
    float: left;
    z-index: 5;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
    margin-top: 40%;
    padding: 0 5px
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay+p.post-meta {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_pb_module_header,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3 {
    margin-top: 35%
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
    left: 22px;
    opacity: 1
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
    right: 22px;
    opacity: 1
}

.et_pb_fullwidth_portfolio .et_pb_no_results .entry,
.et_pb_post_slider .et_pb_no_results .entry {
    height: 285.75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_section:not(.et_pb_fullwidth_section) .et_pb_post_slider .et_pb_no_results .entry {
    height: auto;
    padding: 16% 8%
}

.et_pb_title_container h1 {
    font-size: 26px
}

.et_pb_column_1_3 .et_pb_title_container h1,
.et_pb_column_1_4 .et_pb_title_container h1,
.et_pb_column_1_5 .et_pb_title_container h1,
.et_pb_column_1_6 .et_pb_title_container h1,
.et_pb_column_2_5 .et_pb_title_container h1 {
    font-size: 18px
}

.et_pb_post_title.et_pb_featured_bg {
    padding: 16% 8%;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden
}

.et_pb_post_title .et_pb_parallax_css {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.et_pb_title_featured_container {
    margin-left: auto;
    margin-right: auto
}

.et_pb_title_featured_container .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
    width: 100%
}

.et_pb_title_featured_container img {
    width: 100%
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
    padding: 1em 1.5em
}

.et_pb_title_container {
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    z-index: 98;
    position: relative
}

.et_pb_title_featured_container {
    line-height: 0;
    position: relative
}

p.et_pb_title_meta_container {
    padding-bottom: 1em
}

p.et_pb_title_meta_container .et_pb_title_meta_item--visible+.et_pb_title_meta_item--visible:before {
    content: " | "
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container {
    padding-bottom: 0
}

.et_pb_fullwidth_section .et_pb_post_title {
    padding: 6% 0;
    position: relative
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above {
    padding-top: 0
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below {
    padding-bottom: 0
}

.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    display: block
}

.et_pb_fullwidth_code.et_pb_module {
    z-index: 9;
    position: relative
}

.et_pb_module.et_pb_has_overlay,
article.et_pb_has_overlay .et_pb_blog_image_container {
    position: relative
}

.et_pb_module.et_pb_has_overlay .et_overlay,
article.et_pb_has_overlay {
    border: none
}

.et_pb_slider.et_pb_post_slider {
    background-position: 50%;
    background-size: 100%;
    background-size: cover
}

.et_pb_post_slider .et_pb_slide {
    background-repeat: no-repeat
}

.et_pb_post_slider_image_bottom .et_pb_slide_image {
    position: relative;
    margin: 0 auto 10px !important
}

.et_pb_post_slider_image_bottom .et_pb_slide_description {
    padding-bottom: 8%
}

.et_pb_post_slider_image_top .et_pb_slide_image {
    position: relative;
    margin: 8% auto 0 !important
}

.et_pb_post_slider_image_top .et_pb_slide_description {
    padding-top: 8%;
    padding-bottom: 8%
}

.et_pb_post_slider_image_right .et_pb_slide_description {
    float: left !important
}

.et_pb_post_slider_image_right .et_pb_slide_image {
    right: 0;
    margin-right: 0
}

.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: 30px;
    border-radius: 3px
}

.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.et_pb_slide_content .post-meta,
.et_pb_slide_content .post-meta a {
    font-size: 13px !important;
    font-weight: 400 !important
}

.et_pb_slide_content .post-meta {
    padding-bottom: 0 !important;
    padding-top: 5px
}

.et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    background-color: hsla(0, 0%, 100%, .9)
}

.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    background-color: rgba(0, 0, 0, .3)
}

.et_pb_post_slider.et_pb_bg_layout_dark .post-meta,
.et_pb_post_slider.et_pb_bg_layout_dark .post-meta a {
    color: #fff !important
}

.et_pb_post_slider.et_pb_bg_layout_light .post-meta,
.et_pb_post_slider.et_pb_bg_layout_light .post-meta a {
    color: #333 !important
}

.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description,
.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image {
    opacity: 0
}

.et_pb_wc_related_products ul.products li.product,
.et_pb_wc_upsells ul.products li.product {
    margin: 0 3.8% 2.992em 0
}

.et_pb_wc_related_products ul.products li.product a img,
.et_pb_wc_upsells ul.products li.product a img {
    margin-bottom: 0 !important
}

.et_pb_wc_related_products ul.products li.product.last,
.et_pb_wc_upsells ul.products li.product.last {
    margin-right: 0
}

.et_pb_wc_related_products ul.products.columns-1 li.product,
.et_pb_wc_upsells ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.et_pb_wc_related_products ul.products.columns-2 li.product,
.et_pb_wc_upsells ul.products.columns-2 li.product {
    width: 48%
}

.et_pb_wc_related_products ul.products.columns-3 li.product,
.et_pb_wc_upsells ul.products.columns-3 li.product {
    width: 30.75%
}

.et_pb_wc_related_products ul.products.columns-4 li.product,
.et_pb_wc_upsells ul.products.columns-4 li.product {
    width: 22.15%
}

.et_pb_wc_related_products ul.products.columns-5 li.product,
.et_pb_wc_upsells ul.products.columns-5 li.product {
    width: 16.95%
}

.et_pb_wc_related_products ul.products.columns-6 li.product,
.et_pb_wc_upsells ul.products.columns-6 li.product {
    width: 13.5%
}

.et_pb_wc_related_products.et_pb_text_align_center .products .star-rating,
.et_pb_wc_related_products.et_pb_text_align_justified .products .star-rating,
.et_pb_wc_related_products.et_pb_text_align_right .products .star-rating,
.et_pb_wc_upsells.et_pb_text_align_center .products .star-rating,
.et_pb_wc_upsells.et_pb_text_align_justified .products .star-rating,
.et_pb_wc_upsells.et_pb_text_align_right .products .star-rating {
    display: inline-block
}

.et_pb_wc_related_products .et_shop_image>img,
.et_pb_wc_upsells .et_shop_image>img {
    border-style: solid
}

@media (min-width: 981px) {

    .woocommerce-page .et_pb_wc_related_products ul.products li.first,
    .woocommerce-page .et_pb_wc_upsells ul.products li.first {
        clear: both
    }

    .et_pb_wc_related_products ul.products:not(.columns-4) li.product:nth-child(4n+1),
    .et_pb_wc_upsells ul.products:not(.columns-4) li.product:nth-child(4n+1) {
        clear: none
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-4 li.product,
    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-4 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-4 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-4 li.product {
        width: 22.15%;
        margin-right: 3.8%
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-4 li.last,
    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-4 li.last,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-4 li.last,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-4 li.last {
        margin-right: 0
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-5 li.product,
    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-5 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-5 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-5 li.product {
        width: 16.95%;
        margin-right: 3.8%
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-5 li.last,
    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-5 li.last,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-5 li.last,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-5 li.last {
        margin-right: 0
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-6 li.product,
    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-6 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-6 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-6 li.product {
        width: 13.5%;
        margin-right: 3.8%
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-6 li.last,
    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-6 li.last,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_related_products ul.products.columns-6 li.last,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .et_pb_wc_upsells ul.products.columns-6 li.last {
        margin-right: 0
    }

    .et_full_width_page.woocommerce-page .et_pb_wc_related_products ul.products.columns-3 li.product:nth-child(4n),
    .et_full_width_page.woocommerce-page .et_pb_wc_related_products ul.products.columns-5 li.product:nth-child(4n),
    .et_full_width_page.woocommerce-page .et_pb_wc_related_products ul.products.columns-6 li.product:nth-child(4n),
    .et_full_width_page.woocommerce-page .et_pb_wc_upsells ul.products.columns-3 li.product:nth-child(4n),
    .et_full_width_page.woocommerce-page .et_pb_wc_upsells ul.products.columns-5 li.product:nth-child(4n),
    .et_full_width_page.woocommerce-page .et_pb_wc_upsells ul.products.columns-6 li.product:nth-child(4n) {
        margin-right: 3.8%
    }
}

@media (max-width: 980px) {

    .et_pb_shop ul.products.columns-1 li.product,
    .et_pb_shop ul.products.columns-2 li.product,
    .et_pb_shop ul.products.columns-3 li.product,
    .et_pb_shop ul.products.columns-4 li.product,
    .et_pb_shop ul.products.columns-5 li.product,
    .et_pb_shop ul.products.columns-6 li.product,
    .et_pb_wc_related_products ul.products.columns-1 li.product,
    .et_pb_wc_related_products ul.products.columns-2 li.product,
    .et_pb_wc_related_products ul.products.columns-3 li.product,
    .et_pb_wc_related_products ul.products.columns-4 li.product,
    .et_pb_wc_related_products ul.products.columns-5 li.product,
    .et_pb_wc_related_products ul.products.columns-6 li.product,
    .et_pb_wc_upsells ul.products.columns-1 li.product,
    .et_pb_wc_upsells ul.products.columns-2 li.product,
    .et_pb_wc_upsells ul.products.columns-3 li.product,
    .et_pb_wc_upsells ul.products.columns-4 li.product,
    .et_pb_wc_upsells ul.products.columns-5 li.product,
    .et_pb_wc_upsells ul.products.columns-6 li.product {
        width: 48% !important;
        margin-right: 4% !important
    }

    .et_pb_shop ul.products.columns-1 li:nth-child(2n+2),
    .et_pb_shop ul.products.columns-2 li:nth-child(2n+2),
    .et_pb_shop ul.products.columns-3 li:nth-child(2n+2),
    .et_pb_shop ul.products.columns-4 li:nth-child(2n+2),
    .et_pb_shop ul.products.columns-5 li:nth-child(2n+2),
    .et_pb_shop ul.products.columns-6 li:nth-child(2n+2),
    .et_pb_wc_related_products ul.products.columns-1 li:nth-child(2n+2),
    .et_pb_wc_related_products ul.products.columns-2 li:nth-child(2n+2),
    .et_pb_wc_related_products ul.products.columns-3 li:nth-child(2n+2),
    .et_pb_wc_related_products ul.products.columns-4 li:nth-child(2n+2),
    .et_pb_wc_related_products ul.products.columns-5 li:nth-child(2n+2),
    .et_pb_wc_related_products ul.products.columns-6 li:nth-child(2n+2),
    .et_pb_wc_upsells ul.products.columns-1 li:nth-child(2n+2),
    .et_pb_wc_upsells ul.products.columns-2 li:nth-child(2n+2),
    .et_pb_wc_upsells ul.products.columns-3 li:nth-child(2n+2),
    .et_pb_wc_upsells ul.products.columns-4 li:nth-child(2n+2),
    .et_pb_wc_upsells ul.products.columns-5 li:nth-child(2n+2),
    .et_pb_wc_upsells ul.products.columns-6 li:nth-child(2n+2) {
        margin-right: 0 !important
    }

    .et_pb_shop ul.products.columns-1 li:nth-child(3n+1),
    .et_pb_shop ul.products.columns-2 li:nth-child(3n+1),
    .et_pb_shop ul.products.columns-3 li:nth-child(3n+1),
    .et_pb_shop ul.products.columns-4 li:nth-child(3n+1),
    .et_pb_shop ul.products.columns-5 li:nth-child(3n+1),
    .et_pb_shop ul.products.columns-6 li:nth-child(3n+1),
    .et_pb_wc_related_products ul.products.columns-1 li:nth-child(3n+1),
    .et_pb_wc_related_products ul.products.columns-2 li:nth-child(3n+1),
    .et_pb_wc_related_products ul.products.columns-3 li:nth-child(3n+1),
    .et_pb_wc_related_products ul.products.columns-4 li:nth-child(3n+1),
    .et_pb_wc_related_products ul.products.columns-5 li:nth-child(3n+1),
    .et_pb_wc_related_products ul.products.columns-6 li:nth-child(3n+1),
    .et_pb_wc_upsells ul.products.columns-1 li:nth-child(3n+1),
    .et_pb_wc_upsells ul.products.columns-2 li:nth-child(3n+1),
    .et_pb_wc_upsells ul.products.columns-3 li:nth-child(3n+1),
    .et_pb_wc_upsells ul.products.columns-4 li:nth-child(3n+1),
    .et_pb_wc_upsells ul.products.columns-5 li:nth-child(3n+1),
    .et_pb_wc_upsells ul.products.columns-6 li:nth-child(3n+1) {
        clear: none
    }
}

.et_pb_wc_additional_info.et_pb_hide_title h2 {
    display: none
}

.et_pb_wc_title h1 {
    padding-bottom: 0
}

.et_pb_wc_meta.et_pb_wc_meta_layout_stacked .posted_in,
.et_pb_wc_meta.et_pb_wc_meta_layout_stacked .sku_wrapper,
.et_pb_wc_meta.et_pb_wc_meta_layout_stacked .tagged_as {
    display: block
}

.et_pb_wc_meta_empty {
    display: none
}

.et_pb_wc_meta .product_meta>span:last-child:after {
    content: "" !important
}

.et_pb_wc_meta.et_pb_wc_no_categories .posted_in,
.et_pb_wc_meta.et_pb_wc_no_sku .sku_wrapper,
.et_pb_wc_meta.et_pb_wc_no_tags .tagged_as {
    display: none
}

.et_pb_wc_price .price {
    font-size: 26px !important
}

.et_pb_wc_price .price del {
    color: #999
}

.et_pb_wc_add_to_cart form.cart .button,
.et_pb_wc_add_to_cart form.cart div.quantity {
    float: none !important;
    display: inline-block;
    vertical-align: middle
}

.et_pb_wc_add_to_cart form.cart {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.et_pb_wc_add_to_cart form.cart .variations td .label {
    font-weight: 700
}

.et_pb_wc_add_to_cart form.cart .variations td select {
    border-style: solid;
    border-width: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%
}

.et_pb_wc_add_to_cart form.cart .variations td.value {
    position: relative
}

.et_pb_wc_add_to_cart form.cart .variations td.value span:after {
    border: 6px solid transparent;
    border-top-color: #666;
    content: "";
    display: block;
    height: 0;
    margin-top: 3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
    width: 0
}

.et_pb_wc_add_to_cart.et_pb_hide_input_quantity .quantity,
.et_pb_wc_add_to_cart.et_pb_hide_input_quantity .woocommerce-grouped-product-list-item__quantity {
    display: none !important
}

.et_pb_wc_add_to_cart.et_pb_hide_stock .stock {
    display: none
}

.et_pb_wc_add_to_cart .quantity input.qty {
    border: 0 solid #333 !important;
    width: auto;
    max-width: 3.631em
}

.et_pb_wc_cart_notice .woocommerce-error {
    background-color: transparent;
    margin: 0
}

.et_pb_wc_cart_notice .wc-forward {
    border-width: 0;
    border-style: solid
}

.et_pb_wc_cart_notice .woocommerce-message {
    margin: 0;
    border: 0 solid #333 !important
}

.et_pb_wc_rating .star-rating span.rating {
    display: none
}

.et_pb_wc_rating .et-pb-icon {
    font-size: 16px
}

.et_pb_wc_rating .woocommerce-review-link {
    vertical-align: text-bottom;
    line-height: 1.7em
}

.et_pb_wc_rating .woocommerce-product-rating {
    margin-bottom: 0
}

.et_pb_wc_rating .woocommerce-product-rating .star-rating {
    float: none;
    display: inline-block;
    margin: 0
}

.et_pb_wc_rating.et_pb_wc_rating_layout_stacked .woocommerce-review-link {
    float: none;
    display: block
}

.et_pb_wc_rating.et_pb_wc_rating_no_rating .star-rating,
.et_pb_wc_rating.et_pb_wc_rating_no_reviews .woocommerce-review-link {
    display: none
}

.et_pb_wc_reviews.et_pb_comments_module.et_pb_no_comments_count #comments {
    display: block
}

.et_pb_wc_reviews.et_pb_no_comments_count .woocommerce-Reviews-title {
    display: none
}

.et_pb_wc_reviews.et_pb_module .star-rating {
    margin-bottom: 12px !important
}

.et_pb_wc_reviews.et_pb_module .star-rating span:before {
    -webkit-transition: color .3s;
    transition: color .3s
}

.et_pb_wc_reviews.et_pb_no_avatar .avatar {
    display: none
}

.et_pb_wc_reviews.et_pb_no_avatar #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0 !important
}

.et_pb_wc_reviews .comment-reply-title {
    display: block
}

@media (min-width: 480px) {
    .et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar {
        float: none;
        position: relative;
        margin-bottom: 10px
    }

    .et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text {
        margin-left: 0 !important
    }
}

@media (min-width: 980px) {

    .et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar,
    .et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar,
    .et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar {
        float: none;
        position: relative;
        margin-bottom: 10px
    }

    .et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text,
    .et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text,
    .et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text {
        margin-left: 0 !important
    }
}

.et_pb_wc_stock .out-of-stock {
    color: red
}

.et_pb_wc_stock .in-stock {
    color: #77a464
}

.et_pb_wc_stock .stock {
    font-size: 13px
}

.et_pb_wc_images .et_pb_module_inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.woocommerce-page .et_builder_inner_content.product .et_pb_wc_images div.images,
.woocommerce .et_builder_inner_content.product .et_pb_wc_images div.images,
body.woocommerce-page #content .et_builder_inner_content.product .et_pb_wc_images div.images {
    width: 100%
}

.et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav {
    overflow: visible
}

.et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li {
    border-style: solid
}

.et_pb_wc_images .woocommerce-product-gallery--without-images .woocommerce-product-gallery__wrapper {
    border-width: 0;
    border-style: solid
}

.et_pb_wc_images .woocommerce-product-gallery.images {
    width: 100%
}

.et_pb_wc_images .woocommerce-product-gallery>.woocommerce-product-gallery__wrapper {
    border-width: 0;
    border-style: solid
}

.et_pb_wc_images .flex-control-nav img,
.et_pb_wc_images .flex-viewport {
    border-style: solid
}

.et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_3_5 .et_pb_post_slider_image_bottom .et_pb_slide,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide {
    padding-bottom: 6%
}

.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
    margin-bottom: 10% !important
}

.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video {
    margin-bottom: 5% !important
}

.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video {
    margin-bottom: 7% !important
}

.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video {
    margin-bottom: 15% !important
}

.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_video {
    margin-bottom: 25% !important
}

.et_pb_post_slider.et_pb_module .et_pb_row {
    width: 100%
}

.et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row {
    width: 80%
}

.et_pb_post_slider.et_pb_module .et_pb_section {
    background-color: transparent
}

.et_pb_search .screen-reader-text {
    display: none
}

.et_pb_search {
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden
}

.et_pb_search input.et_pb_s,
.et_pb_search input.et_pb_searchsubmit {
    padding: .715em;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: none;
    color: #666
}

.et_pb_search input.et_pb_s::-webkit-input-placeholder {
    color: #666
}

.et_pb_search input.et_pb_s::-moz-placeholder {
    color: #666
}

.et_pb_search input.et_pb_s:-ms-input-placeholder {
    color: #666
}

.et_pb_search input.et_pb_s {
    -webkit-appearance: none;
    background: 0 0;
    display: inline-block;
    padding-right: 80px;
    width: 100%
}

.et_pb_search .et_pb_searchform {
    position: relative
}

.et_pb_search input.et_pb_searchsubmit {
    min-height: 100% !important;
    background-color: #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.et_pb_search.et_pb_text_align_center .et_pb_searchsubmit,
.et_pb_search.et_pb_text_align_left .et_pb_searchsubmit {
    right: 0
}

.et_pb_search.et_pb_text_align_right .et_pb_searchsubmit {
    right: auto;
    left: 0
}

.et_pb_search.et_pb_text_align_right input.et_pb_s {
    text-align: right;
    padding-left: 80px;
    padding-right: .7em
}

.et_pb_search.et_pb_text_align_center input.et_pb_s {
    text-align: center
}

.et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit {
    display: none
}

.et_pb_search.et_pb_hide_search_button input.et_pb_s {
    padding-left: .7em !important;
    padding-right: .7em !important
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s {
    color: #fff;
    border: 2px solid #fff
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
    color: #fff
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
    color: #fff
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
    color: #fff
}

.et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit {
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    border: 2px solid #fff
}

.et_pb_comments_module #comment-wrap {
    padding-top: 0;
    position: relative
}

.et_pb_comments_module.et_pb_no_avatar .comment_avatar {
    display: none
}

.et_pb_comments_module.et_pb_no_avatar .comment-body {
    padding-left: 0 !important;
    min-height: 0 !important
}

.et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body {
    margin-bottom: 15px !important
}

.et_pb_comments_module.et_pb_no_reply_button span.reply-container {
    display: none
}

.et_pb_comments_module.et_pb_no_reply_button .comment-body {
    padding-right: 0 !important
}

.et_pb_comments_module.et_pb_no_comments_count #comments {
    display: none
}

.et_pb_bg_layout_dark .comment_postinfo a,
.et_pb_bg_layout_dark .comment_postinfo span {
    color: #fff
}

.et_pb_posts_nav.nav-single:after {
    clear: both;
    display: block;
    content: ""
}

.et_pb_posts_nav a {
    display: inline-block
}

.et_pb_code_inner,
.et_pb_posts_nav .meta-nav,
.et_pb_posts_nav .nav-label,
.et_pb_posts_nav .nav-next,
.et_pb_posts_nav .nav-previous {
    position: relative
}

@-webkit-keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0)
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes fadeOutTop {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(-60%)
    }
}

@keyframes fadeOutTop {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translatey(60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0)
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(60%)
    }
}

@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-70%)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-70%);
        transform: translateX(-70%)
    }
}

@-webkit-keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slideWidth {
    0% {
        width: 0
    }
}

@keyframes slideWidth {
    0% {
        width: 0
    }
}

@-webkit-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-5%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0)
    }
}

@keyframes gridFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-5%);
        transform: translatey(-5%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

/*!
 * Animate.css - http://daneden.me/animate
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 * Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.et-waypoint:not(.et_pb_counters) {
    opacity: 0
}

.et-waypoint.et_pb_animation_off,
.et_pb_animation_off {
    opacity: 1
}

.et-animated li span .et_pb_counter_amount {
    opacity: 1;
    -webkit-animation: slideWidth 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: slideWidth 1s cubic-bezier(.77, 0, .175, 1) 1;
    position: relative
}

.et_pb_animation_left.et-animated {
    opacity: 1;
    -webkit-animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_animation_right.et-animated {
    opacity: 1;
    -webkit-animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_animation_top.et-animated {
    opacity: 1;
    -webkit-animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_animation_bottom.et-animated {
    opacity: 1;
    -webkit-animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_animation_fade_in.et-animated {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1
}

@media (max-width: 980px) {
    .et_pb_animation_left_tablet.et-animated {
        opacity: 1;
        -webkit-animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_pb_animation_right_tablet.et-animated {
        opacity: 1;
        -webkit-animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_pb_animation_top_tablet.et-animated {
        opacity: 1;
        -webkit-animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_pb_animation_bottom_tablet.et-animated {
        opacity: 1;
        -webkit-animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_pb_animation_fade_in_tablet.et-animated {
        opacity: 1;
        -webkit-animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1
    }
}

@media (max-width: 767px) {
    .et_pb_animation_left_phone.et-animated {
        opacity: 1;
        -webkit-animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_pb_animation_right_phone.et-animated {
        opacity: 1;
        -webkit-animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeRight 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_pb_animation_top_phone.et-animated {
        opacity: 1;
        -webkit-animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeTop 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_pb_animation_bottom_phone.et-animated {
        opacity: 1;
        -webkit-animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeBottom 1s cubic-bezier(.77, 0, .175, 1) 1
    }

    .et_pb_animation_fade_in_phone.et-animated {
        opacity: 1;
        -webkit-animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1;
        animation: fadeIn 1s cubic-bezier(.77, 0, .175, 1) 1
    }
}

@media (max-width: 768px) {

    .et_pb_column_1_2 .et_pb_video_play,
    .et_pb_column_2_3 .et_pb_video_play,
    .et_pb_column_3_4 .et_pb_video_play,
    .et_pb_column_3_5 .et_pb_video_play,
    .et_pb_column_4_4 .et_pb_video_play {
        font-size: 3rem;
        line-height: 3rem;
        margin-left: -1.5rem;
        margin-top: -1.5rem
    }
}

@media (min-width: 480px) {

    .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img,
    .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img,
    .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img {
        max-width: 50%
    }

    .et_pb_column_1_4 .et_pb_comments_module .comment-body,
    .et_pb_column_1_5 .et_pb_comments_module .comment-body,
    .et_pb_column_1_6 .et_pb_comments_module .comment-body {
        padding: 0 0 0 50px
    }

    .et_pb_column_1_4 .et_pb_comments_module .comment .children,
    .et_pb_column_1_5 .et_pb_comments_module .comment .children,
    .et_pb_column_1_6 .et_pb_comments_module .comment .children {
        margin-left: 0
    }

    .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link,
    .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link,
    .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link {
        position: relative !important;
        float: right;
        bottom: -10px;
        top: auto !important
    }
}

@media (min-width: 981px) and (max-width: 1405px) {
    .et_pb_column .et_pb_map {
        max-width: 100%
    }
}

@media (min-width: 981px) {
    .et_pb_section {
        padding: 4% 0
    }

    .et_pb_fullwidth_section {
        padding: 0
    }

    .et_pb_row {
        padding: 2% 0
    }

    .et_pb_column_3_4 .et_pb_row_inner {
        padding: 3.735% 0
    }

    .et_pb_column_2_3 .et_pb_row_inner {
        padding: 4.2415% 0
    }

    .et_pb_column_1_2 .et_pb_row_inner,
    .et_pb_column_3_5 .et_pb_row_inner {
        padding: 5.82% 0
    }

    .et_pb_column_single {
        padding: 2.855% 0
    }

    .et_pb_column_single .et_pb_module.et-first-child,
    .et_pb_column_single .et_pb_module:first-child {
        margin-top: 0
    }

    .et_pb_column_single .et_pb_module.et-last-child,
    .et_pb_column_single .et_pb_module:last-child,
    .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
        margin-bottom: 0
    }

    .et_section_specialty>.et_pb_row {
        padding: 0
    }

    .et_pb_row_inner {
        width: 100%
    }

    .et_pb_row .et_pb_column.et-last-child,
    .et_pb_row .et_pb_column:last-child,
    .et_pb_row_inner .et_pb_column.et-last-child,
    .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 0 !important
    }

    .et_pb_row.et_pb_equal_columns,
    .et_pb_row_inner.et_pb_equal_columns,
    .et_pb_section.et_pb_equal_columns>.et_pb_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        direction: ltr
    }

    .et_pb_row.et_pb_equal_columns>.et_pb_column,
    .et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .et_pb_grid_item {
        float: left;
        position: relative
    }

    .et_pb_shop_grid .woocommerce ul.products li.product {
        clear: none
    }

    .et_pb_filterable_portfolio_grid .et_pb_portfolio_item img,
    .et_pb_gallery_grid .et_pb_gallery_item img,
    .et_pb_portfolio_grid .et_pb_portfolio_item img {
        width: 100%
    }

    .et_pb_filterable_portfolio_grid .et_pb_portfolio_item .et_pb_module_header,
    .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
    .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title,
    .et_pb_gallery_grid .et_pb_gallery_item h3,
    .et_pb_portfolio_grid .et_pb_portfolio_item .et_pb_module_header,
    .et_pb_portfolio_grid .et_pb_portfolio_item h2 {
        word-wrap: break-word;
        margin: 10px 0 0;
        padding-bottom: 0
    }

    .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
    .et_pb_gallery_grid .et_pb_gallery_item h3,
    .et_pb_portfolio_grid .et_pb_portfolio_item h2 {
        font-size: 18px
    }

    .et_pb_gallery_item .et_pb_gallery_caption,
    .et_pb_portfolio_item .post-meta {
        font-size: 14px;
        margin: .4em 0 0
    }

    .et_pb_column_1_2 .et_pb_slide_image,
    .et_pb_column_1_2 .et_pb_slide_video,
    .et_pb_column_1_3 .et_pb_slide_image,
    .et_pb_column_1_3 .et_pb_slide_video,
    .et_pb_column_1_4 .et_pb_slide_image,
    .et_pb_column_1_4 .et_pb_slide_video,
    .et_pb_column_1_5 .et_pb_slide_image,
    .et_pb_column_1_5 .et_pb_slide_video,
    .et_pb_column_1_6 .et_pb_slide_image,
    .et_pb_column_1_6 .et_pb_slide_video,
    .et_pb_column_2_5 .et_pb_slide_image,
    .et_pb_column_2_5 .et_pb_slide_video,
    .et_pb_column_3_5 .et_pb_slide_image,
    .et_pb_column_3_5 .et_pb_slide_video,
    .et_pb_column_3_8 .et_pb_slide_image,
    .et_pb_column_3_8 .et_pb_slide_video {
        top: auto;
        bottom: auto;
        position: relative
    }

    .et_pb_column_1_2 .et_pb_slide_image,
    .et_pb_column_1_2 .et_pb_slide_video,
    .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_1_3 .et_pb_slide_image,
    .et_pb_column_1_3 .et_pb_slide_video,
    .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_1_4 .et_pb_slide_image,
    .et_pb_column_1_4 .et_pb_slide_video,
    .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_1_5 .et_pb_slide_image,
    .et_pb_column_1_5 .et_pb_slide_video,
    .et_pb_column_1_5 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_1_6 .et_pb_slide_image,
    .et_pb_column_1_6 .et_pb_slide_video,
    .et_pb_column_1_6 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_2_5 .et_pb_slide_image,
    .et_pb_column_2_5 .et_pb_slide_video,
    .et_pb_column_2_5 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_3_5 .et_pb_slide_image,
    .et_pb_column_3_5 .et_pb_slide_video,
    .et_pb_column_3_5 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_3_8 .et_pb_slide_image,
    .et_pb_column_3_8 .et_pb_slide_video,
    .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description {
        width: 100% !important
    }

    .et_pb_column_1_2 .et_pb_slide_image,
    .et_pb_column_1_2 .et_pb_slide_video,
    .et_pb_column_1_3 .et_pb_slide_image,
    .et_pb_column_1_3 .et_pb_slide_video,
    .et_pb_column_1_4 .et_pb_slide_image,
    .et_pb_column_1_4 .et_pb_slide_video,
    .et_pb_column_1_5 .et_pb_slide_image,
    .et_pb_column_1_5 .et_pb_slide_video,
    .et_pb_column_1_6 .et_pb_slide_image,
    .et_pb_column_1_6 .et_pb_slide_video,
    .et_pb_column_2_5 .et_pb_slide_image,
    .et_pb_column_2_5 .et_pb_slide_video,
    .et_pb_column_3_5 .et_pb_slide_image,
    .et_pb_column_3_5 .et_pb_slide_video,
    .et_pb_column_3_8 .et_pb_slide_image,
    .et_pb_column_3_8 .et_pb_slide_video {
        padding: 0;
        margin: 10% 0 0 !important
    }

    .et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before {
        content: "3 .column.size-1of3"
    }

    .et_pb_column_2_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before,
    .et_pb_column_3_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before {
        content: "2 .column.size-1of2"
    }

    .et_pb_column_1_2 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before,
    .et_pb_column_1_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before,
    .et_pb_column_1_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before,
    .et_pb_column_1_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before,
    .et_pb_column_1_6 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before,
    .et_pb_column_2_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before,
    .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before,
    .et_pb_column_3_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before {
        content: "1 .column.size-1of1"
    }

    .et_pb_section_sticky,
    .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
    .et_pb_section_sticky .et_pb_column_single,
    .et_pb_section_sticky .et_pb_row.et-last-child,
    .et_pb_section_sticky .et_pb_row:last-child,
    .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,
    .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
        padding-bottom: 0 !important
    }

    .et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover>ul,
    .et_dropdown_animation_fade.et_pb_menu ul li:hover>ul {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover>ul,
    .et_dropdown_animation_slide.et_pb_menu ul li:hover>ul {
        -webkit-animation: fadeLeft .4s ease-in-out;
        animation: fadeLeft .4s ease-in-out
    }

    .et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover>ul,
    .et_dropdown_animation_expand.et_pb_menu ul li:hover>ul {
        -webkit-transform-origin: 0 0;
        -webkit-animation: Grow .4s ease-in-out;
        animation: Grow .4s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    .et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover>ul,
    .et_dropdown_animation_flip.et_pb_menu ul li ul li:hover>ul {
        -webkit-animation: flipInX .6s ease-in-out;
        animation: flipInX .6s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    .et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover>ul,
    .et_dropdown_animation_flip.et_pb_menu ul li:hover>ul {
        -webkit-animation: flipInY .6s ease-in-out;
        animation: flipInY .6s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    .et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row,
    .et_pb_menu.et_pb_menu_fullwidth .et_pb_row {
        width: 100%;
        max-width: 100%;
        padding: 0 30px !important
    }

    .et_pb_column_1_3 .et_pb_slide_description,
    .et_pb_column_2_5 .et_pb_slide_description {
        padding-bottom: 26%
    }

    .et_pb_column_1_4 .et_pb_slide .et_pb_slide_description,
    .et_pb_column_1_5 .et_pb_slide .et_pb_slide_description,
    .et_pb_column_1_6 .et_pb_slide .et_pb_slide_description {
        padding-bottom: 34%
    }

    .et_pb_column_1_2 .et_pb_comments_module .comment_avatar img,
    .et_pb_column_1_3 .et_pb_comments_module .comment_avatar img,
    .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img,
    .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img,
    .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img,
    .et_pb_column_2_5 .et_pb_comments_module .comment_avatar img,
    .et_pb_column_3_5 .et_pb_comments_module .comment_avatar img {
        max-width: 50%
    }

    .et_pb_column_1_2 .et_pb_comments_module .comment-body,
    .et_pb_column_1_3 .et_pb_comments_module .comment-body,
    .et_pb_column_1_4 .et_pb_comments_module .comment-body,
    .et_pb_column_1_5 .et_pb_comments_module .comment-body,
    .et_pb_column_1_6 .et_pb_comments_module .comment-body,
    .et_pb_column_2_5 .et_pb_comments_module .comment-body,
    .et_pb_column_3_5 .et_pb_comments_module .comment-body {
        padding: 0 0 0 50px
    }

    .et_pb_column_1_2 .et_pb_comments_module .comment .children,
    .et_pb_column_1_3 .et_pb_comments_module .comment .children,
    .et_pb_column_1_4 .et_pb_comments_module .comment .children,
    .et_pb_column_1_5 .et_pb_comments_module .comment .children,
    .et_pb_column_1_6 .et_pb_comments_module .comment .children,
    .et_pb_column_2_5 .et_pb_comments_module .comment .children,
    .et_pb_column_3_5 .et_pb_comments_module .comment .children {
        margin-left: 25px
    }

    .et_pb_column_1_2 .et_pb_comments_module .comment-reply-link,
    .et_pb_column_1_3 .et_pb_comments_module .comment-reply-link,
    .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link,
    .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link,
    .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link,
    .et_pb_column_2_5 .et_pb_comments_module .comment-reply-link,
    .et_pb_column_3_5 .et_pb_comments_module .comment-reply-link {
        position: relative !important;
        float: right;
        bottom: -10px;
        top: auto !important
    }

    .et_pb_column_1_2 .et_pb_comments_module #commentform [class*=comment-form-] input,
    .et_pb_column_1_3 .et_pb_comments_module #commentform [class*=comment-form-] input,
    .et_pb_column_1_4 .et_pb_comments_module #commentform [class*=comment-form-] input,
    .et_pb_column_1_5 .et_pb_comments_module #commentform [class*=comment-form-] input,
    .et_pb_column_1_6 .et_pb_comments_module #commentform [class*=comment-form-] input,
    .et_pb_column_2_5 .et_pb_comments_module #commentform [class*=comment-form-] input,
    .et_pb_column_3_5 .et_pb_comments_module #commentform [class*=comment-form-] input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }

    .et_pb_column_1_5 .et_pb_testimonial_portrait,
    .et_pb_column_1_6 .et_pb_testimonial_portrait,
    .et_pb_column_2_5 .et_pb_testimonial_portrait {
        width: 100%;
        padding-bottom: 100%;
        height: 0
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
        display: block
    }

    .et_pb_column_4_4 .et_pb_audio_cover_art.has-box-shadow-overlay {
        position: absolute
    }
}

@media (min-width: 981px) and (max-width: 1100px) {

    .et_pb_column_1_2 .et_pb_slide_content,
    .et_pb_column_1_3 .et_pb_slide_content,
    .et_pb_column_1_4 .et_pb_slide_content,
    .et_pb_column_1_5 .et_pb_slide_content,
    .et_pb_column_1_6 .et_pb_slide_content,
    .et_pb_column_2_3 .et_pb_slide_content,
    .et_pb_column_2_5 .et_pb_slide_content,
    .et_pb_column_3_5 .et_pb_slide_content {
        font-size: 14px
    }

    .et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_2_3 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 18px
    }

    .et_pb_post {
        margin-bottom: 42px
    }

    .et_quote_content {
        padding: 50px 70px 45px
    }

    .et_pb_column_2_3 .et_quote_content {
        padding: 50px 50px 45px
    }

    .et_pb_column_1_2 .et_quote_content,
    .et_pb_column_3_5 .et_quote_content {
        padding: 35px 47px 30px
    }

    .et_pb_blog_grid .et_quote_content,
    .et_pb_column_1_3 .et_quote_content,
    .et_pb_column_1_4 .et_quote_content,
    .et_pb_column_1_5 .et_quote_content,
    .et_pb_column_1_6 .et_quote_content,
    .et_pb_column_2_5 .et_quote_content,
    .et_pb_column_3_8 .et_quote_content {
        padding: 35px 25px 32px
    }

    .et_pb_column_4_4 .et_pb_post .et_pb_slide {
        min-height: 534px
    }

    .et_pb_column_3_4 .et_pb_post .et_pb_slide {
        min-height: 392px
    }

    .et_pb_column_2_3 .et_pb_post .et_pb_slide {
        min-height: 345px
    }

    .et_pb_column_1_2 .et_pb_post .et_pb_slide,
    .et_pb_column_3_5 .et_pb_post .et_pb_slide {
        min-height: 250px
    }

    .et_pb_column_1_3 .et_pb_post .et_pb_slide,
    .et_pb_column_2_5 .et_pb_post .et_pb_slide,
    .et_pb_column_3_8 .et_pb_post .et_pb_slide {
        min-height: 155px
    }

    .et_pb_column_1_4 .et_pb_post .et_pb_slide,
    .et_pb_column_1_5 .et_pb_post .et_pb_slide,
    .et_pb_column_1_6 .et_pb_post .et_pb_slide {
        min-height: 108px
    }

    .et_pb_blog_grid .et_pb_post .et_pb_slide {
        min-height: 155px
    }

    .et_pb_column_1_2 .et_pb_audio_cover_art,
    .et_pb_column_3_5 .et_pb_audio_cover_art {
        height: 340px
    }

    .et_pb_column_3_8 .et_pb_audio_cover_art {
        height: 242px
    }

    .et_pb_column_1_3 .et_pb_audio_cover_art,
    .et_pb_column_2_5 .et_pb_audio_cover_art {
        height: 210px
    }

    .et_pb_column_1_4 .et_pb_audio_cover_art,
    .et_pb_column_1_5 .et_pb_audio_cover_art,
    .et_pb_column_1_6 .et_pb_audio_cover_art {
        height: 145px
    }

    .et_pb_column_1_4 .et_pb_contact_right,
    .et_pb_column_1_5 .et_pb_contact_right,
    .et_pb_column_1_6 .et_pb_contact_right {
        margin-right: 5px
    }

    .et_pb_column_1_4 .et_pb_number_counter .percent,
    .et_pb_column_1_5 .et_pb_number_counter .percent,
    .et_pb_column_1_6 .et_pb_number_counter .percent {
        height: 55px
    }

    .et_pb_column_1_4 .et_pb_number_counter h3,
    .et_pb_column_1_5 .et_pb_number_counter h3,
    .et_pb_column_1_6 .et_pb_number_counter h3 {
        padding: 10px 0 0
    }
}

@media (min-width: 480px) {

    .et_pb_column_1_4 .et_pb_slide_description,
    .et_pb_column_1_5 .et_pb_slide_description,
    .et_pb_column_1_6 .et_pb_slide_description {
        padding-bottom: 26%
    }
}

@media (max-width: 980px) {
    .et_pb_column {
        width: 100%;
        margin-bottom: 30px
    }

    .et_pb_section {
        padding: 50px 0
    }

    .et_pb_fullwidth_section {
        padding: 0
    }

    .et_pb_column .et_pb_row_inner,
    .et_pb_row {
        padding: 30px 0
    }

    .et_section_specialty>.et_pb_row {
        padding: 0
    }

    .et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
    .et_pb_row .et_pb_column.et-last-child,
    .et_pb_row .et_pb_column:last-child {
        margin-bottom: 0
    }

    .et_pb_column .et_pb_module {
        margin-bottom: 30px
    }

    .et_section_specialty .et_pb_row>.et_pb_column {
        padding-bottom: 0
    }

    .et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .et_pb_row .et_pb_column .et_pb_module:last-child,
    .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
        margin-bottom: 0
    }

    .et_pb_column.et_pb_column_empty {
        display: none
    }

    .et_pb_section_sticky_mobile,
    .et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
    .et_pb_section_sticky_mobile .et_pb_column_single,
    .et_pb_section_sticky_mobile .et_pb_row.et-last-child,
    .et_pb_section_sticky_mobile .et_pb_row:last-child,
    .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child,
    .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child {
        padding-bottom: 0 !important
    }

    .et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child,
    .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
        margin-bottom: 0
    }

    .et_pb_row_1-2_1-4_1-4,
    .et_pb_row_1-2_1-6_1-6_1-6,
    .et_pb_row_1-4_1-4,
    .et_pb_row_1-4_1-4_1-2,
    .et_pb_row_1-5_1-5_3-5,
    .et_pb_row_1-6_1-6_1-6,
    .et_pb_row_1-6_1-6_1-6_1-2,
    .et_pb_row_1-6_1-6_1-6_1-6,
    .et_pb_row_3-5_1-5_1-5,
    .et_pb_row_4col,
    .et_pb_row_5col,
    .et_pb_row_6col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(2n),
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(2n),
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd) {
        margin-right: 0
    }

    .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
    .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
    .et_pb_row_4col .et_pb_column:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(2n),
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd),
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5 {
        margin-right: 0
    }

    .et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2),
    .et_pb_row_5col .et_pb_column:last-child {
        margin-bottom: 0
    }

    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
        width: 29.666%;
        margin-right: 5.5%
    }

    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n),
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
        width: 29.666%;
        margin-right: 5.5%
    }

    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child {
        margin-right: 0
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2,
    .et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3),
    .et_pb_row_6col .et_pb_column:nth-last-child(-n+3) {
        margin-bottom: 0
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
        width: 29.666%;
        margin-right: 5.5%;
        margin-bottom: 0
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
        margin-right: 0
    }

    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
        margin-bottom: 0
    }

    .et_pb_space.et-hide-mobile {
        display: none
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
        width: auto
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
        width: auto;
        border-radius: 0
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
        border-radius: 3px 0 0 3px
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
        border-radius: 0 3px 3px 0
    }

    .et_pb_widget_area_left {
        padding-right: 0;
        border-right: none
    }

    .et_pb_widget_area_right {
        padding-left: 0;
        border-left: none
    }

    .et_pb_more_button {
        display: inline-block !important
    }

    .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2,
    .et_pb_column_1_5 .et_pb_slider_fullwidth_off h2,
    .et_pb_column_1_6 .et_pb_slider_fullwidth_off h2,
    .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 26px;
        font-weight: 500
    }

    .et_pb_slide_description .et_pb_slide_title {
        font-weight: 500
    }

    .et_pb_slide_content {
        font-size: 13px;
        font-weight: 400
    }

    .et_pb_slide_description {
        text-align: center
    }

    .et_pb_slide_with_image .et_pb_slide_description {
        text-align: left
    }

    .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container,
    .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_container,
    .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_container {
        min-height: auto
    }

    .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
    .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content,
    .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content {
        display: block
    }

    .et_pb_post {
        margin-bottom: 42px
    }

    .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 50%;
        padding-top: 0;
        padding-bottom: 0
    }

    .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        padding-left: 40px;
        padding-right: 0
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-top: 0;
        padding-bottom: 0
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form {
        padding-left: 40px
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-right: 40px
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 50%;
        padding-top: 0;
        padding-bottom: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        padding-left: 40px;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-top: 0;
        padding-bottom: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form {
        padding-left: 40px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-right: 40px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 50%;
        padding-top: 0;
        padding-bottom: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        padding-left: 40px;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-top: 0;
        padding-bottom: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form {
        padding-left: 40px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-right: 40px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_1_6 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 50%;
        padding-top: 0;
        padding-bottom: 0
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        padding-left: 40px;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-top: 0;
        padding-bottom: 0
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form {
        padding-left: 40px
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-right: 40px
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_column .et_pb_pricing_table {
        width: 50% !important;
        max-width: 50.5% !important
    }

    .et_pb_column .et_pb_pricing_1 .et_pb_pricing_table {
        width: 100% !important;
        max-width: none !important
    }

    .et_pb_column .et_pb_pricing_table:nth-child(odd) {
        clear: both
    }

    .et_pb_column .et_pb_pricing_table:nth-child(n+3) {
        margin-top: 50px
    }

    .et_pb_column .et_pb_pricing_table:nth-child(n+3).et_pb_featured_table {
        margin-top: 20px
    }

    .et_pb_fullwidth_section .et_pb_post_title {
        padding: 80px 0
    }

    .et_pb_map_container>.et_pb_map {
        height: 350px
    }

    .et_full_width_portfolio_page .et_project_meta {
        float: none;
        width: 100%;
        margin-top: -20px
    }

    .et_always_center_on_mobile {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .et-menu {
        display: none
    }

    .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu_inner_container,
    .et_pb_fullwidth_menu--style-left_aligned .et_pb_row,
    .et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
    .et_pb_menu--style-left_aligned .et_pb_row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap,
    .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap,
    .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap,
    .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap,
    .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
    .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap,
    .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
    .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo,
    .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo,
    .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo,
    .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo {
        margin: 0 auto
    }

    .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot,
    .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
        display: none
    }

    .et_pb_fullwidth_menu .et_pb_row,
    .et_pb_menu .et_pb_row {
        min-height: 81px
    }

    .et_pb_fullwidth_menu .et_pb_menu__menu,
    .et_pb_menu .et_pb_menu__menu {
        display: none
    }

    .et_pb_fullwidth_menu .et_mobile_nav_menu,
    .et_pb_menu .et_mobile_nav_menu {
        float: none;
        margin: 0 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .et_pb_fullwidth_menu .et_mobile_menu,
    .et_pb_menu .et_mobile_menu {
        top: 100%;
        padding: 5%
    }

    .et_pb_fullwidth_menu .et_mobile_menu,
    .et_pb_fullwidth_menu .et_mobile_menu ul,
    .et_pb_menu .et_mobile_menu,
    .et_pb_menu .et_mobile_menu ul {
        list-style: none !important;
        text-align: left
    }

    .et_pb_fullwidth_menu .et_mobile_menu ul,
    .et_pb_menu .et_mobile_menu ul {
        padding: 0
    }

    .et_pb_fullwidth_menu .et_pb_mobile_menu_upwards .et_mobile_menu,
    .et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu {
        top: auto;
        bottom: 100%
    }

    .et_mobile_nav_menu {
        display: block;
        margin-top: -1px
    }

    .et_pb_countdown_timer .title {
        font-size: 22px !important
    }

    .et_pb_countdown_timer .section p {
        font-size: 64px !important;
        line-height: 64px !important
    }

    .et_pb_countdown_timer .section p.label {
        font-size: 14px !important;
        line-height: 25px !important
    }

    .et_pb_countdown_timer .sep.sep.sep.sep.sep p {
        text-decoration: none !important
    }

    .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
        font-size: 32px !important;
        line-height: 32px !important
    }

    .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
        font-size: 14px !important;
        line-height: 25px !important
    }

    .et_pb_row {
        max-width: 1080px
    }

    .et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span,
    .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
    .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
    .et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
    .et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
    .et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
    .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span {
        font-size: 18px
    }

    .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
    .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
        margin-bottom: 5% !important
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_tablet {
        display: block
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
        display: none
    }

    .et_pb_bg_layout_light_tablet .et_pb_counter_title,
    .et_pb_bg_layout_light_tablet .et_pb_portfolio_item .post-meta,
    .et_pb_bg_layout_light_tablet .et_pb_portfolio_item .post-meta a,
    .et_pb_bg_layout_light_tablet .et_pb_post .post-meta,
    .et_pb_bg_layout_light_tablet .et_pb_post .post-meta a,
    .et_pb_bg_layout_light_tablet .et_pb_post p,
    .et_pb_bg_layout_light_tablet p.et_pb_title_meta_container,
    .et_pb_bg_layout_light_tablet p.et_pb_title_meta_container a {
        color: #666
    }

    .et_pb_bg_layout_light_tablet.et_pb_button,
    .et_pb_bg_layout_light_tablet.et_pb_module.et_pb_button,
    .et_pb_bg_layout_light_tablet .et_pb_more_button,
    .et_pb_bg_layout_light_tablet .et_pb_newsletter_button,
    .et_pb_bg_layout_light_tablet .et_pb_promo_button {
        color: #2ea3f2
    }

    .et_pb_bg_layout_light_tablet.et_pb_post_slider .post-meta,
    .et_pb_bg_layout_light_tablet.et_pb_post_slider .post-meta a {
        color: #333 !important
    }

    .et_pb_bg_layout_light_tablet.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
    .et_pb_bg_layout_light_tablet.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
        background-color: hsla(0, 0%, 100%, .9)
    }

    .et_pb_bg_layout_light_tablet .et_pb_video_play {
        color: #333
    }

    .et_pb_bg_layout_light_tablet .et_pb_forgot_password a {
        color: #666
    }

    .et_pb_bg_layout_light_tablet .et-pb-arrow-next,
    .et_pb_bg_layout_light_tablet .et-pb-arrow-prev {
        color: #333
    }

    .et_pb_bg_layout_light_tablet .et-pb-controllers .et-pb-active-control {
        background-color: #333
    }

    .et_pb_bg_layout_light_tablet .et-pb-controllers a {
        background-color: rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_light_tablet h1,
    .et_pb_bg_layout_light_tablet h2,
    .et_pb_bg_layout_light_tablet h3,
    .et_pb_bg_layout_light_tablet h4,
    .et_pb_bg_layout_light_tablet h5,
    .et_pb_bg_layout_light_tablet h6 {
        color: #333 !important
    }

    .et_pb_bg_layout_light_tablet .et_pb_slide_content {
        color: #333
    }

    .et_pb_module .et_pb_bg_layout_light_tablet.et_pb_button {
        color: #2ea3f2 !important
    }

    .et_pb_bg_layout_light_tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
    .et_pb_bg_layout_light_tablet.et_pb_gallery .et_pb_gallery_pagination ul li a {
        color: #999
    }

    .et_pb_bg_layout_light_tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
    .et_pb_bg_layout_light_tablet.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
        color: #82c0c7
    }

    .et_pb_bg_layout_light_tablet.et_pb_social_media_follow li a.follow_button {
        background: rgba(0, 0, 0, .1);
        color: rgba(0, 0, 0, .5)
    }

    .et_pb_bg_layout_light_tablet.et_pb_social_media_follow li a.follow_button:hover {
        background: rgba(0, 0, 0, .2);
        color: rgba(0, 0, 0, .6)
    }

    .et_pb_bg_layout_light_tablet.et_pb_search input.et_pb_s {
        border: none;
        color: #666
    }

    .et_pb_bg_layout_light_tablet.et_pb_search input.et_pb_s::-webkit-input-placeholder {
        color: #666
    }

    .et_pb_bg_layout_light_tablet.et_pb_search input.et_pb_searchsubmit {
        border: none;
        color: #666;
        background-color: #ddd
    }

    .et_pb_bg_layout_light_tablet.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay {
        background: hsla(0, 0%, 100%, .9)
    }

    .et_pb_bg_layout_light_tablet.et_pb_fullwidth_portfolio .meta p {
        color: #666
    }

    .et_pb_bg_layout_light_tablet {
        color: #666 !important
    }

    .et_pb_bg_layout_dark_tablet,
    .et_pb_bg_layout_dark_tablet h1,
    .et_pb_bg_layout_dark_tablet h2,
    .et_pb_bg_layout_dark_tablet h3,
    .et_pb_bg_layout_dark_tablet h4,
    .et_pb_bg_layout_dark_tablet h5,
    .et_pb_bg_layout_dark_tablet h6 {
        color: #fff !important
    }

    .et_pb_bg_layout_dark_tablet .et_pb_portfolio_item .post-meta,
    .et_pb_bg_layout_dark_tablet .et_pb_portfolio_item .post-meta a,
    .et_pb_bg_layout_dark_tablet .et_pb_post .post-meta,
    .et_pb_bg_layout_dark_tablet .et_pb_post .post-meta a,
    .et_pb_bg_layout_dark_tablet .et_pb_post p,
    .et_pb_bg_layout_dark_tablet p.et_pb_title_meta_container,
    .et_pb_bg_layout_dark_tablet p.et_pb_title_meta_container a {
        color: inherit
    }

    .et_pb_bg_layout_dark_tablet.et_pb_post_slider .post-meta,
    .et_pb_bg_layout_dark_tablet.et_pb_post_slider .post-meta a {
        color: #fff !important
    }

    .et_pb_bg_layout_dark_tablet .comment_postinfo a,
    .et_pb_bg_layout_dark_tablet .comment_postinfo span {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_social_media_follow li a.follow_button {
        background: rgba(0, 0, 0, .6);
        color: hsla(0, 0%, 100%, .8)
    }

    .et_pb_bg_layout_dark_tablet.et_pb_social_media_follow li a.follow_button:hover {
        background: rgba(0, 0, 0, .7);
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
    .et_pb_bg_layout_dark_tablet.et_pb_gallery .et_pb_gallery_pagination ul li a {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay {
        background: rgba(0, 0, 0, .6)
    }

    .et_pb_bg_layout_dark_tablet.et_pb_fullwidth_menu ul li a,
    .et_pb_bg_layout_dark_tablet.et_pb_fullwidth_portfolio .meta p {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_fullwidth_menu ul li a:hover {
        color: hsla(0, 0%, 100%, .8)
    }

    .et_pb_bg_layout_dark_tablet .et_pb_slide_description {
        text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_dark_tablet .et_pb_slide_content {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
    .et_pb_bg_layout_dark_tablet.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
        background-color: rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_dark_tablet .et_pb_testimonial_description a {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_s {
        color: #fff;
        border: 2px solid #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_s::-webkit-input-placeholder {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_s::-moz-placeholder {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_s:-ms-input-placeholder {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_search input.et_pb_searchsubmit {
        background-color: transparent;
        color: #fff;
        font-weight: 500;
        border: 2px solid #fff
    }

    .et_pb_bg_layout_dark_tablet .et_pb_counter_title {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet.et_pb_button,
    .et_pb_bg_layout_dark_tablet.et_pb_module.et_pb_button,
    .et_pb_bg_layout_dark_tablet .et_pb_more_button,
    .et_pb_bg_layout_dark_tablet .et_pb_newsletter_button,
    .et_pb_bg_layout_dark_tablet .et_pb_promo_button {
        color: inherit
    }

    .et_pb_bg_layout_dark_tablet .et-pb-arrow-next,
    .et_pb_bg_layout_dark_tablet .et-pb-arrow-prev {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet .et-pb-controllers .et-pb-active-control {
        background-color: #fff
    }

    .et_pb_bg_layout_dark_tablet .et_pb_forgot_password a {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet .et-pb-controllers a {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .et_pb_bg_layout_dark_tablet .et_pb_widget li a {
        color: inherit
    }

    .et_pb_bg_layout_dark_tablet .et_audio_content h2,
    .et_pb_bg_layout_dark_tablet .et_audio_module_meta,
    .et_pb_bg_layout_dark_tablet .et_link_content a.et_link_main_url,
    .et_pb_bg_layout_dark_tablet .et_link_content h2,
    .et_pb_bg_layout_dark_tablet .et_pb_audio_module_content h2,
    .et_pb_bg_layout_dark_tablet .et_quote_content blockquote cite,
    .et_pb_bg_layout_dark_tablet .et_quote_content blockquote p {
        color: #fff !important
    }

    .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
    .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
        background: hsla(0, 0%, 100%, .5)
    }

    .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
        background: #fff
    }

    .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-playpause-button button:before,
    .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-volume-button button:before {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
    .et_pb_bg_layout_dark_tablet .mejs-controls .mejs-time-rail .mejs-time-handle {
        background: #fff
    }

    .et_pb_bg_layout_dark_tablet .mejs-container .mejs-controls .mejs-time span {
        color: #fff
    }

    .et_pb_text_color_dark_tablet .et_audio_content h2,
    .et_pb_text_color_dark_tablet .et_audio_module_meta,
    .et_pb_text_color_dark_tablet .et_link_content a.et_link_main_url,
    .et_pb_text_color_dark_tablet .et_link_content h2,
    .et_pb_text_color_dark_tablet .et_pb_audio_module_content h2,
    .et_pb_text_color_dark_tablet .et_quote_content blockquote cite,
    .et_pb_text_color_dark_tablet .et_quote_content blockquote p {
        color: #666 !important
    }

    .et_pb_text_color_dark_tablet.et_audio_content h2,
    .et_pb_text_color_dark_tablet.et_link_content a.et_link_main_url,
    .et_pb_text_color_dark_tablet.et_link_content h2,
    .et_pb_text_color_dark_tablet.et_pb_audio_module_content h2,
    .et_pb_text_color_dark_tablet.et_quote_content blockquote cite,
    .et_pb_text_color_dark_tablet.et_quote_content blockquote p {
        color: #bbb !important
    }

    .et_pb_text_color_dark_tablet.et_audio_content,
    .et_pb_text_color_dark_tablet.et_link_content,
    .et_pb_text_color_dark_tablet.et_quote_content {
        background-color: #e8e8e8
    }

    .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
    .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
        background: hsla(0, 0%, 60%, .5)
    }

    .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
        background: #999
    }

    .et_pb_text_color_dark_tablet .et_audio_container .mejs-playpause-button button:before,
    .et_pb_text_color_dark_tablet .et_audio_container .mejs-volume-button button:before {
        color: #666
    }

    .et_pb_text_color_dark_tablet .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
    .et_pb_text_color_dark_tablet .mejs-controls .mejs-time-rail .mejs-time-handle {
        background: #666
    }

    .et_pb_text_color_dark_tablet .mejs-container .mejs-controls .mejs-time span {
        color: #999
    }

    p.et_pb_contact_field.et_pb_contact_field_last_tablet+p.et_pb_contact_field.et_pb_contact_field_last_tablet,
    p.et_pb_contact_field_half_tablet+p.et_pb_contact_field_last_tablet:not(.et_pb_contact_field_half_tablet) {
        clear: both
    }

    .et_pb_newsletter .et_pb_contact_field_last_tablet+.et_pb_newsletter_field {
        padding-left: 0
    }

    .et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_tablet {
        -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%
    }

    .et_pb_contact .et_pb_contact_field_half_tablet {
        width: 50%;
        float: left
    }

    .et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_tablet {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .et_pb_contact .et_pb_contact_field_last_tablet {
        width: 100%
    }

    .et_pb_blurb.et_pb_text_align_left-tablet .et_pb_blurb_content .et_pb_blurb_container {
        text-align: left
    }

    .et_pb_blurb.et_pb_text_align_right-tablet .et_pb_blurb_content .et_pb_blurb_container {
        text-align: right
    }

    .et_pb_blurb.et_pb_text_align_justified-tablet .et_pb_blurb_content .et_pb_blurb_container {
        text-align: justify
    }

    .et_pb_blurb.et_pb_text_align_center-tablet .et_pb_blurb_content .et_pb_blurb_container {
        text-align: center
    }

    .et_pb_text_align_left-tablet .et_pb_counter_amount {
        text-align: left
    }

    .et_pb_text_align_center-tablet .et_pb_counter_amount {
        text-align: center
    }

    .et_pb_text_align_right-tablet .et_pb_counter_amount {
        text-align: right
    }

    .et_pb_text_align_justified-tablet .et_pb_counter_amount {
        text-align: justify
    }

    .et_pb_accordion.et_pb_text_align_left-tablet .et_pb_toggle_title,
    .et_pb_accordion.et_pb_text_align_left-tablet h5.et_pb_toggle_title,
    .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title,
    .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title,
    .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title,
    .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title {
        cursor: pointer;
        position: relative;
        padding: 0 50px 0 0
    }

    .et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list,
    .et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title,
    .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list,
    .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title,
    .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list,
    .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title {
        float: none
    }

    .et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .et_pb_shop.et_pb_text_align_center-tablet .star-rating,
    .et_pb_shop.et_pb_text_align_justified-tablet .star-rating,
    .et_pb_shop.et_pb_text_align_right-tablet .star-rating {
        display: inline-block
    }

    .et_pb_text_align_left-tablet {
        text-align: left
    }

    .et_pb_text_align_center-tablet {
        text-align: center
    }

    .et_pb_text_align_right-tablet {
        text-align: right
    }

    .et_pb_text_align_justified-tablet {
        text-align: justify
    }

    .et_pb_text_align_left-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
    .et_pb_text_align_left-tablet.et_pb_gallery .et_pb_gallery_pagination ul,
    .et_pb_text_align_left-tablet .wp-pagenavi {
        text-align: left
    }

    .et_pb_text_align_center-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
    .et_pb_text_align_center-tablet.et_pb_gallery .et_pb_gallery_pagination ul,
    .et_pb_text_align_center-tablet .wp-pagenavi {
        text-align: center
    }

    .et_pb_text_align_right-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
    .et_pb_text_align_right-tablet.et_pb_gallery .et_pb_gallery_pagination ul,
    .et_pb_text_align_right-tablet .wp-pagenavi {
        text-align: right
    }

    .et_pb_text_align_justified-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
    .et_pb_text_align_justified-tablet.et_pb_gallery .et_pb_gallery_pagination ul,
    .et_pb_text_align_justified-tablet .wp-pagenavi {
        text-align: justify
    }

    .et_pb_filterable_portfolio.et_pb_text_align_center-tablet .et_pb_portfolio_filters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .et_pb_filterable_portfolio.et_pb_text_align_justified-tablet .et_pb_portfolio_filters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .et_pb_filterable_portfolio.et_pb_text_align_right-tablet .et_pb_portfolio_filters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .et_pb_search.et_pb_text_align_center-tablet .et_pb_searchsubmit,
    .et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit {
        right: 0
    }

    .et_pb_search.et_pb_text_align_right-tablet .et_pb_searchsubmit {
        right: auto;
        left: 0
    }

    .et_pb_search.et_pb_text_align_right-tablet input.et_pb_s {
        text-align: right;
        padding-left: 80px;
        padding-right: .7em
    }

    .et_pb_search.et_pb_text_align_center-tablet input.et_pb_s {
        text-align: center
    }

    .et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit {
        left: auto
    }

    .et_pb_search.et_pb_text_align_left-tablet input.et_pb_s {
        text-align: left;
        padding-left: .715em
    }

    .et_pb_search.et_pb_text_align_center-tablet input.et_pb_s {
        padding-left: .715em;
        padding-right: .715em
    }

    .et_pb_has_bg_tablet.et_pb_promo {
        padding: 40px !important
    }

    .et_pb_no_bg_tablet.et_pb_promo {
        padding: 0 !important
    }
}

@media (min-width: 768px) {
    .et_pb_in_customizer.et_pb_login .et_pb_newsletter_description {
        width: 50%
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 980px) {

    .et_pb_column_1_3 .et_pb_video_play,
    .et_pb_column_1_4 .et_pb_video_play,
    .et_pb_column_1_5 .et_pb_video_play,
    .et_pb_column_1_6 .et_pb_video_play,
    .et_pb_column_2_5 .et_pb_video_play,
    .et_pb_column_3_8 .et_pb_video_play {
        font-size: 6rem;
        line-height: 6rem;
        margin-left: -3rem;
        margin-top: -3rem
    }

    .et_pb_column .et_pb_testimonial_portrait {
        float: left;
        display: block;
        margin-right: 30px
    }

    .et_pb_column .et_pb_testimonial_description {
        display: block
    }

    .et_pb_row_4col .et-last-child,
    .et_pb_row_4col .et-last-child-2,
    .et_pb_row_6col .et-last-child,
    .et_pb_row_6col .et-last-child-2,
    .et_pb_row_6col .et-last-child-3 {
        margin-bottom: 0
    }

    .et_pb_column_1_5 .et_pb_testimonial_portrait,
    .et_pb_column_1_6 .et_pb_testimonial_portrait,
    .et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait,
    .et_pb_row_1-4_1-4 .et_pb_testimonial_portrait,
    .et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait,
    .et_pb_row_4col .et_pb_testimonial_portrait {
        float: none;
        display: block;
        margin: 0 auto 20px
    }

    .et_pb_column .et_pb_team_member_image {
        float: left;
        width: auto;
        margin: 0 30px 12px 0;
        text-align: left
    }

    .et_pb_row_4col .et_pb_column.et_pb_column_1_4 .et_pb_team_member_image {
        float: none;
        width: auto;
        max-width: none;
        margin: 0 0 12px;
        text-align: center
    }

    .et_pb_column .et_pb_team_member_description {
        display: table-cell
    }

    .et_quote_content {
        padding: 50px 43px 45px !important
    }

    .et_quote_content blockquote p {
        font-size: 26px !important;
        line-height: 44px !important
    }

    .et_quote_content blockquote cite {
        font-size: 18px !important
    }

    .et_pb_blog_grid .et_quote_content {
        padding: 35px 30px !important
    }

    .et_pb_blog_grid .et_quote_content blockquote p {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .et_pb_blog_grid .et_quote_content blockquote cite {
        font-size: 14px !important
    }

    .et_link_content {
        padding: 40px 40px 45px
    }

    .et_link_content h2 {
        font-size: 26px !important;
        line-height: 44px !important
    }

    .et_link_content a.et_link_main_url {
        font-size: 18px !important
    }

    .et_pb_blog_grid .et_link_content h2 {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .et_pb_blog_grid .et_link_content a.et_link_main_url {
        font-size: 14px !important
    }

    .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide {
        min-height: 384px !important
    }

    .et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide {
        min-height: 182px !important
    }

    .et_audio_content h2 {
        font-size: 26px !important;
        line-height: 44px !important;
        margin-bottom: 24px !important
    }

    .et_pb_blog_grid .et_audio_content h2 {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .et_pb_audio_cover_art {
        float: none !important;
        width: 100% !important;
        position: relative;
        height: 400px !important
    }

    .et_pb_audio_module_content {
        margin-left: 0 !important;
        padding: 55px 60px !important
    }

    .et_pb_audio_module_content h2 {
        font-size: 36px
    }

    .et_pb_column_1_4 .et_audio_module_meta,
    .et_pb_column_1_5 .et_audio_module_meta,
    .et_pb_column_1_6 .et_audio_module_meta {
        font-size: 14px !important
    }

    .et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before {
        content: "2 .column.size-1of2"
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .et_pb_countdown_timer .section p {
        font-size: 50px !important;
        line-height: 50px !important
    }

    .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
        font-size: 25px !important;
        line-height: 25px !important
    }
}

@media (max-width: 767px) {
    .et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]:before {
        content: "1 .column.size-1of1"
    }

    .et_pb_slide_image,
    .et_pb_slide_video {
        margin-top: 6% !important
    }

    .et_pb_slide_video {
        float: none
    }

    .et_pb_section_first .et_pb_slide_image {
        margin: 0 !important;
        top: 20px
    }

    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 20px
    }

    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
        font-size: 14px
    }

    .et_pb_slide_with_image .et_pb_slide_description {
        float: none;
        text-align: center;
        width: 100%
    }

    .et_pb_post {
        margin-bottom: 42px
    }

    .et_pb_portfolio_item h2,
    .et_pb_post h2,
    .et_pb_title_container h1 {
        font-size: 18px
    }

    .et_pb_carousel .et-pb-arrow-prev,
    .et_pb_carousel:hover .et-pb-arrow-prev {
        left: -8px;
        opacity: 1
    }

    .et_pb_carousel .et-pb-arrow-next,
    .et_pb_carousel:hover .et-pb-arrow-next {
        right: -8px;
        opacity: 1
    }

    .et_pb_slider_carousel:hover .et-pb-arrow-next,
    .et_pb_slider_carousel:hover .et-pb-arrow-prev {
        opacity: 0 !important
    }

    .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play {
        font-size: 2rem;
        line-height: 2rem;
        margin-left: -1rem;
        margin-top: -1rem
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
        width: 100%
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
        width: 50%
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
        border-radius: 3px 0 0
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
        border-radius: 0 3px 0 0
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child:nth-child(odd) a {
        border-radius: 0 0 3px 3px
    }

    .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child:nth-child(2n) a {
        border-radius: 0 0 3px
    }

    .et_pb_promo {
        padding: 40px
    }

    .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_2_3 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_3_4 .et_pb_column_4_4 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description,
    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_login .et_pb_newsletter_form {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right,
    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-left: 0;
        padding-right: 0
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form {
        padding-top: 25px
    }

    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form,
    .et_pb_specialty_column.et_pb_column_1_2 .et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_right_left .et_pb_newsletter_form {
        padding-bottom: 25px
    }

    .et_pb_slider:hover .et-pb-arrow-prev {
        left: 0;
        opacity: 1
    }

    .et_pb_slider:hover .et-pb-arrow-next {
        right: 0;
        opacity: 1
    }

    .et-pb-controllers {
        position: absolute;
        bottom: 5%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 10;
        height: 14px
    }

    .format-gallery .et-pb-controllers {
        height: auto
    }

    .et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
        bottom: 18px
    }

    .et_pb_more_button {
        display: inline-block !important
    }

    .et_pb_slide_image,
    .et_pb_slide_video,
    .et_pb_slide_with_image .et_pb_slide_description {
        width: 100%
    }

    .et_pb_slide_image,
    .et_pb_slide_video {
        display: none !important
    }

    .et_pb_slider_show_image .et_pb_slide_image,
    .et_pb_slider_show_image .et_pb_slide_video {
        display: block !important
    }

    .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 24px
    }

    .et_pb_slide_content {
        font-size: 12px
    }

    .et_pb_slide_image,
    .et_pb_slide_video {
        position: relative;
        margin: 50px auto 0;
        padding: 0
    }

    .et_pb_slide_image img {
        max-height: 300px
    }

    .et_pb_section_first .et_pb_slide_image img {
        max-height: 300px !important
    }

    .et_pb_slide_description,
    .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_slider_fullwidth_off .et_pb_slide_description {
        text-align: center
    }

    .et_pb_tabs_controls {
        border-bottom: none;
        height: auto !important
    }

    .et_pb_tabs_controls li {
        float: none;
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
        display: block
    }

    .et_pb_column .et_pb_pricing_table {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 30px;
        margin-top: 0 !important
    }

    .et_pb_column .et_pb_pricing_table.et-last-child,
    .et_pb_column .et_pb_pricing_table:last-child {
        margin-bottom: 0
    }

    .et_pb_column .et_pb_contact p.et_pb_contact_field_half {
        width: 100%;
        margin-right: 0
    }

    .et_pb_map_container>.et_pb_map {
        height: 220px
    }

    .et_pb_countdown_timer .title {
        font-size: 22px !important;
        margin-bottom: 20px !important
    }

    .et_pb_countdown_timer .section p {
        font-size: 32px !important;
        line-height: 32px !important
    }

    .et_pb_countdown_timer .section p.label {
        font-size: 14px !important;
        line-height: 25px !important
    }

    .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
        font-size: 16px !important;
        line-height: 16px !important
    }

    .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
        font-size: 14px !important;
        line-height: 25px !important
    }

    .et_pb_column .et_pb_testimonial_description {
        width: 100%;
        display: block
    }

    .et_pb_column .et_pb_testimonial_portrait {
        display: block;
        float: none;
        margin: 0 auto 20px
    }

    .et_pb_team_member_image {
        float: none;
        width: auto;
        margin: 0 0 12px;
        display: block;
        text-align: center
    }

    .et_pb_team_member_description {
        display: block
    }

    .et_pb_blog_grid .et_quote_content,
    .et_quote_content {
        padding: 35px 30px !important
    }

    .et_pb_blog_grid .et_quote_content blockquote p,
    .et_quote_content blockquote p {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .et_pb_blog_grid .et_quote_content blockquote cite,
    .et_quote_content blockquote cite {
        font-size: 14px !important
    }

    .et_link_content {
        padding: 35px 20px
    }

    .et_audio_content h2,
    .et_link_content h2 {
        font-size: 20px !important;
        line-height: 26px !important
    }

    .et_link_content a.et_link_main_url {
        font-size: 14px !important
    }

    .et_pb_blog_grid .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide,
    .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide {
        min-height: 222px !important
    }

    .et_audio_content {
        padding: 35px 20px !important
    }

    .et_audio_content h2 {
        margin-bottom: 9px !important
    }

    .et_audio_container .mejs-container .mejs-controls .mejs-time span {
        font-size: 14px !important
    }

    .et_pb_audio_cover_art {
        float: none !important;
        width: 100% !important;
        position: relative;
        height: 300px !important
    }

    .et_pb_audio_module_content {
        margin-left: 0 !important;
        padding: 30px !important
    }

    .et_pb_audio_module_content h2 {
        font-size: 26px
    }

    .et_pb_column_1_4 .et_audio_module_meta,
    .et_pb_column_1_5 .et_audio_module_meta,
    .et_pb_column_1_6 .et_audio_module_meta {
        font-size: 14px !important
    }

    .et-hide-mobile {
        display: none !important
    }

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left,
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container,
    .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
    .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container {
        width: 100%
    }

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content,
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
        margin: 20px 2%
    }

    .et_pb_slider_with_overlay .et_pb_slide_image,
    .et_pb_slider_with_overlay .et_pb_slide_video,
    .et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description {
        width: 100%
    }

    .et_pb_slider_with_overlay .et_pb_slide_image {
        margin-top: 0 !important;
        padding-top: 6%
    }

    .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
    .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
        margin-bottom: 10% !important
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_phone {
        display: block
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
        display: none
    }

    .et_pb_bg_layout_light_phone .et_pb_counter_title,
    .et_pb_bg_layout_light_phone .et_pb_portfolio_item .post-meta,
    .et_pb_bg_layout_light_phone .et_pb_portfolio_item .post-meta a,
    .et_pb_bg_layout_light_phone .et_pb_post .post-meta,
    .et_pb_bg_layout_light_phone .et_pb_post .post-meta a,
    .et_pb_bg_layout_light_phone .et_pb_post p,
    .et_pb_bg_layout_light_phone p.et_pb_title_meta_container,
    .et_pb_bg_layout_light_phone p.et_pb_title_meta_container a {
        color: #666
    }

    .et_pb_bg_layout_light_phone.et_pb_post_slider .post-meta,
    .et_pb_bg_layout_light_phone.et_pb_post_slider .post-meta a {
        color: #333 !important
    }

    .et_pb_bg_layout_light_phone.et_pb_button,
    .et_pb_bg_layout_light_phone.et_pb_module.et_pb_button,
    .et_pb_bg_layout_light_phone .et_pb_more_button,
    .et_pb_bg_layout_light_phone .et_pb_newsletter_button,
    .et_pb_bg_layout_light_phone .et_pb_promo_button {
        color: #2ea3f2
    }

    .et_pb_bg_layout_light_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
    .et_pb_bg_layout_light_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
        background-color: hsla(0, 0%, 100%, .9)
    }

    .et_pb_bg_layout_light_phone .et_pb_video_play {
        color: #333
    }

    .et_pb_bg_layout_light_phone .et_pb_forgot_password a {
        color: #666
    }

    .et_pb_bg_layout_light_phone .et-pb-arrow-next,
    .et_pb_bg_layout_light_phone .et-pb-arrow-prev {
        color: #333
    }

    .et_pb_bg_layout_light_phone .et-pb-controllers .et-pb-active-control {
        background-color: #333
    }

    .et_pb_bg_layout_light_phone .et-pb-controllers a {
        background-color: rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_light_phone h1,
    .et_pb_bg_layout_light_phone h2,
    .et_pb_bg_layout_light_phone h3,
    .et_pb_bg_layout_light_phone h4,
    .et_pb_bg_layout_light_phone h5,
    .et_pb_bg_layout_light_phone h6 {
        color: #333 !important
    }

    .et_pb_module .et_pb_bg_layout_light_phone.et_pb_button {
        color: #2ea3f2 !important
    }

    .et_pb_bg_layout_light_phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
    .et_pb_bg_layout_light_phone.et_pb_gallery .et_pb_gallery_pagination ul li a {
        color: #999
    }

    .et_pb_bg_layout_light_phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
    .et_pb_bg_layout_light_phone.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
        color: #82c0c7
    }

    .et_pb_bg_layout_light_phone.et_pb_social_media_follow li a.follow_button {
        background: rgba(0, 0, 0, .1);
        color: rgba(0, 0, 0, .5)
    }

    .et_pb_bg_layout_light_phone.et_pb_social_media_follow li a.follow_button:hover {
        background: rgba(0, 0, 0, .2);
        color: rgba(0, 0, 0, .6)
    }

    .et_pb_bg_layout_light_phone .et_pb_slide_content {
        color: #333
    }

    .et_pb_bg_layout_light_phone.et_pb_search input.et_pb_s {
        border: none;
        color: #666
    }

    .et_pb_bg_layout_light_phone.et_pb_search input.et_pb_s::-webkit-input-placeholder {
        color: #666
    }

    .et_pb_bg_layout_light_phone.et_pb_search input.et_pb_searchsubmit {
        border: none;
        color: #666;
        background-color: #ddd
    }

    .et_pb_bg_layout_light_phone.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay {
        background: hsla(0, 0%, 100%, .9)
    }

    .et_pb_bg_layout_light_phone.et_pb_fullwidth_portfolio .meta p {
        color: #666
    }

    .et_pb_bg_layout_light_phone {
        color: #666 !important
    }

    .et_pb_bg_layout_dark_phone,
    .et_pb_bg_layout_dark_phone h1,
    .et_pb_bg_layout_dark_phone h2,
    .et_pb_bg_layout_dark_phone h3,
    .et_pb_bg_layout_dark_phone h4,
    .et_pb_bg_layout_dark_phone h5,
    .et_pb_bg_layout_dark_phone h6 {
        color: #fff !important
    }

    .et_pb_bg_layout_dark_phone .et_pb_portfolio_item .post-meta,
    .et_pb_bg_layout_dark_phone .et_pb_portfolio_item .post-meta a,
    .et_pb_bg_layout_dark_phone .et_pb_post .post-meta,
    .et_pb_bg_layout_dark_phone .et_pb_post .post-meta a,
    .et_pb_bg_layout_dark_phone .et_pb_post p,
    .et_pb_bg_layout_dark_phone p.et_pb_title_meta_container,
    .et_pb_bg_layout_dark_phone p.et_pb_title_meta_container a {
        color: inherit
    }

    .et_pb_bg_layout_dark_phone.et_pb_post_slider .post-meta,
    .et_pb_bg_layout_dark_phone.et_pb_post_slider .post-meta a {
        color: #fff !important
    }

    .et_pb_bg_layout_dark_phone .comment_postinfo a,
    .et_pb_bg_layout_dark_phone .comment_postinfo span {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_social_media_follow li a.follow_button {
        background: rgba(0, 0, 0, .6);
        color: hsla(0, 0%, 100%, .8)
    }

    .et_pb_bg_layout_dark_phone.et_pb_social_media_follow li a.follow_button:hover {
        background: rgba(0, 0, 0, .7);
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a,
    .et_pb_bg_layout_dark_phone.et_pb_gallery .et_pb_gallery_pagination ul li a {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay {
        background: rgba(0, 0, 0, .6)
    }

    .et_pb_bg_layout_dark_phone.et_pb_fullwidth_menu ul li a,
    .et_pb_bg_layout_dark_phone.et_pb_fullwidth_portfolio .meta p {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_fullwidth_menu ul li a:hover {
        color: hsla(0, 0%, 100%, .8)
    }

    .et_pb_bg_layout_dark_phone .et_pb_slide_description {
        text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_dark_phone .et_pb_slide_content {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
    .et_pb_bg_layout_dark_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
        background-color: rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_dark_phone .et_pb_testimonial_description a {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_s {
        color: #fff;
        border: 2px solid #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_s::-webkit-input-placeholder {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_s::-moz-placeholder {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_s:-ms-input-placeholder {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_search input.et_pb_searchsubmit {
        background-color: transparent;
        color: #fff;
        font-weight: 500;
        border: 2px solid #fff
    }

    .et_pb_bg_layout_dark_phone .et_pb_counter_title {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone.et_pb_button,
    .et_pb_bg_layout_dark_phone.et_pb_module.et_pb_button,
    .et_pb_bg_layout_dark_phone .et_pb_more_button,
    .et_pb_bg_layout_dark_phone .et_pb_newsletter_button,
    .et_pb_bg_layout_dark_phone .et_pb_promo_button {
        color: inherit
    }

    .et_pb_module .et_pb_bg_layout_dark_phone.et_pb_button {
        color: #fff !important
    }

    .et_pb_bg_layout_dark_phone .et-pb-controllers .et-pb-active-control {
        background-color: #fff
    }

    .et_pb_bg_layout_dark_phone .et-pb-arrow-next,
    .et_pb_bg_layout_dark_phone .et-pb-arrow-prev {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone .et-pb-controllers a {
        background-color: hsla(0, 0%, 100%, .5)
    }

    .et_pb_bg_layout_dark_phone .et_pb_forgot_password a {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone .et_audio_content h2,
    .et_pb_bg_layout_dark_phone .et_audio_module_meta,
    .et_pb_bg_layout_dark_phone .et_link_content a.et_link_main_url,
    .et_pb_bg_layout_dark_phone .et_link_content h2,
    .et_pb_bg_layout_dark_phone .et_pb_audio_module_content h2,
    .et_pb_bg_layout_dark_phone .et_quote_content blockquote cite,
    .et_pb_bg_layout_dark_phone .et_quote_content blockquote p {
        color: #fff !important
    }

    .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
    .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
        background: hsla(0, 0%, 100%, .5)
    }

    .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
        background: #fff
    }

    .et_pb_bg_layout_dark_phone .et_audio_container .mejs-playpause-button button:before,
    .et_pb_bg_layout_dark_phone .et_audio_container .mejs-volume-button button:before {
        color: #fff
    }

    .et_pb_bg_layout_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
    .et_pb_bg_layout_dark_phone .mejs-controls .mejs-time-rail .mejs-time-handle {
        background: #fff
    }

    .et_pb_bg_layout_dark_phone .mejs-container .mejs-controls .mejs-time span {
        color: #fff
    }

    .et_pb_text_color_dark_phone .et_audio_content h2,
    .et_pb_text_color_dark_phone .et_audio_module_meta,
    .et_pb_text_color_dark_phone .et_link_content a.et_link_main_url,
    .et_pb_text_color_dark_phone .et_link_content h2,
    .et_pb_text_color_dark_phone .et_pb_audio_module_content h2,
    .et_pb_text_color_dark_phone .et_quote_content blockquote cite,
    .et_pb_text_color_dark_phone .et_quote_content blockquote p {
        color: #666 !important
    }

    .et_pb_text_color_dark_phone.et_audio_content h2,
    .et_pb_text_color_dark_phone.et_link_content a.et_link_main_url,
    .et_pb_text_color_dark_phone.et_link_content h2,
    .et_pb_text_color_dark_phone.et_pb_audio_module_content h2,
    .et_pb_text_color_dark_phone.et_quote_content blockquote cite,
    .et_pb_text_color_dark_phone.et_quote_content blockquote p {
        color: #bbb !important
    }

    .et_pb_text_color_dark_phone.et_audio_content,
    .et_pb_text_color_dark_phone.et_link_content,
    .et_pb_text_color_dark_phone.et_quote_content {
        background-color: #e8e8e8
    }

    .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
    .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
        background: hsla(0, 0%, 60%, .5)
    }

    .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
        background: #999
    }

    .et_pb_text_color_dark_phone .et_audio_container .mejs-playpause-button button:before,
    .et_pb_text_color_dark_phone .et_audio_container .mejs-volume-button button:before {
        color: #666
    }

    .et_pb_text_color_dark_phone .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
    .et_pb_text_color_dark_phone .mejs-controls .mejs-time-rail .mejs-time-handle {
        background: #666
    }

    .et_pb_text_color_dark_phone .mejs-container .mejs-controls .mejs-time span {
        color: #999
    }

    p.et_pb_contact_field.et_pb_contact_field_last_phone+p.et_pb_contact_field.et_pb_contact_field_last_phone,
    p.et_pb_contact_field_half_phone+p.et_pb_contact_field_last_phone:not(.et_pb_contact_field_half_phone) {
        clear: both
    }

    .et_pb_newsletter .et_pb_contact_field_last_phone+.et_pb_newsletter_field {
        padding-left: 0
    }

    .et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_phone {
        -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%
    }

    .et_pb_contact .et_pb_contact_field_half_phone {
        width: 50%;
        float: left
    }

    .et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_phone {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .et_pb_contact .et_pb_contact_field_last_phone {
        width: 100%
    }

    .et_pb_blurb.et_pb_text_align_left-phone .et_pb_blurb_content .et_pb_blurb_container {
        text-align: left
    }

    .et_pb_blurb.et_pb_text_align_right-phone .et_pb_blurb_content .et_pb_blurb_container {
        text-align: right
    }

    .et_pb_blurb.et_pb_text_align_justified-phone .et_pb_blurb_content .et_pb_blurb_container {
        text-align: justify
    }

    .et_pb_blurb.et_pb_text_align_center-phone .et_pb_blurb_content .et_pb_blurb_container {
        text-align: center
    }

    .et_pb_text_align_left-phone .et_pb_counter_amount {
        text-align: left
    }

    .et_pb_text_align_center-phone .et_pb_counter_amount {
        text-align: center
    }

    .et_pb_text_align_right-phone .et_pb_counter_amount {
        text-align: right
    }

    .et_pb_text_align_justified-phone .et_pb_counter_amount {
        text-align: justify
    }

    .et_pb_accordion.et_pb_text_align_left-phone .et_pb_toggle_title,
    .et_pb_accordion.et_pb_text_align_left-phone h5.et_pb_toggle_title,
    .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title,
    .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title,
    .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title,
    .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title {
        cursor: pointer;
        position: relative;
        padding: 0 50px 0 0
    }

    .et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_list,
    .et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_title,
    .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list,
    .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title,
    .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_list,
    .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title,
    .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_list,
    .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_title {
        float: none
    }

    .et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper,
    .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .et_pb_shop.et_pb_text_align_center-phone .star-rating,
    .et_pb_shop.et_pb_text_align_justified-phone .star-rating,
    .et_pb_shop.et_pb_text_align_right-phone .star-rating {
        display: inline-block
    }

    .et_pb_text_align_left-phone {
        text-align: left
    }

    .et_pb_text_align_center-phone {
        text-align: center
    }

    .et_pb_text_align_right-phone {
        text-align: right
    }

    .et_pb_text_align_justified-phone {
        text-align: justify
    }

    .et_pb_text_align_left-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
    .et_pb_text_align_left-phone.et_pb_gallery .et_pb_gallery_pagination ul,
    .et_pb_text_align_left-phone .wp-pagenavi {
        text-align: left
    }

    .et_pb_text_align_center-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
    .et_pb_text_align_center-phone.et_pb_gallery .et_pb_gallery_pagination ul,
    .et_pb_text_align_center-phone .wp-pagenavi {
        text-align: center
    }

    .et_pb_text_align_right-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
    .et_pb_text_align_right-phone.et_pb_gallery .et_pb_gallery_pagination ul,
    .et_pb_text_align_right-phone .wp-pagenavi {
        text-align: right
    }

    .et_pb_text_align_justified-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul,
    .et_pb_text_align_justified-phone.et_pb_gallery .et_pb_gallery_pagination ul,
    .et_pb_text_align_justified-phone .wp-pagenavi {
        text-align: justify
    }

    .et_pb_filterable_portfolio.et_pb_text_align_center-phone .et_pb_portfolio_filters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .et_pb_filterable_portfolio.et_pb_text_align_justified-phone .et_pb_portfolio_filters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .et_pb_filterable_portfolio.et_pb_text_align_right-phone .et_pb_portfolio_filters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .et_pb_search.et_pb_text_align_center-phone .et_pb_searchsubmit,
    .et_pb_search.et_pb_text_align_left-phone .et_pb_searchsubmit {
        right: 0
    }

    .et_pb_search.et_pb_text_align_right-phone .et_pb_searchsubmit {
        right: auto;
        left: 0
    }

    .et_pb_search.et_pb_text_align_right-phone input.et_pb_s {
        text-align: right;
        padding-left: 80px;
        padding-right: .7em
    }

    .et_pb_search.et_pb_text_align_center-phone input.et_pb_s {
        text-align: center
    }

    .et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit {
        left: auto
    }

    .et_pb_search.et_pb_text_align_left-tablet input.et_pb_s {
        text-align: left;
        padding-left: .715em
    }

    .et_pb_search.et_pb_text_align_center-tablet input.et_pb_s {
        padding-left: .715em;
        padding-right: .715em
    }

    .et_pb_has_bg_phone.et_pb_promo {
        padding: 40px !important
    }

    .et_pb_no_bg_phone.et_pb_promo {
        padding: 0 !important
    }
}

@media (max-width: 479px) {

    .et_pb_row .et_pb_column.et_pb_column_1_4,
    .et_pb_row .et_pb_column.et_pb_column_1_5,
    .et_pb_row .et_pb_column.et_pb_column_1_6 {
        width: 100%;
        margin: 0 0 30px
    }

    .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_4:last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_5:last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
        margin-bottom: 0
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
        width: 100%;
        margin: 0 0 30px
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child,
    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
        margin-bottom: 0
    }

    .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 20px
    }

    .et_pb_slide_content {
        font-weight: 400;
        font-size: 10px
    }

    .et_pb_slide_content,
    a.et_pb_more_button {
        display: block
    }

    .et_pb_slider_fullwidth_off .et_pb_more_button,
    .et_pb_slider_fullwidth_off .et_pb_slide_content {
        display: none
    }

    .et_pb_portfolio_item {
        margin-bottom: 22px
    }

    .et_pb_post {
        margin-bottom: 42px
    }

    .et_pb_blog_grid h2,
    .et_pb_post h2 {
        font-size: 16px;
        padding-bottom: 0
    }

    .et_pb_post .post-meta {
        color: #666;
        font-size: 14px
    }

    .et_pb_blog_grid .et_audio_content,
    .et_pb_blog_grid .et_main_video_container,
    .et_pb_blog_grid .et_pb_post .et_pb_slider,
    .et_pb_blog_grid .et_pb_post.format-link>*,
    .et_pb_blog_grid .et_pb_post.format-quote>*,
    .et_pb_blog_grid .et_pb_post>.et_pb_image_container,
    .et_pb_blog_grid .et_pb_post>.post-meta,
    .et_pb_blog_grid .et_pb_post>h2 {
        display: block
    }

    .et_pb_blog_grid .et_pb_post .post-meta {
        display: block !important;
        padding: 0
    }

    .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play,
    .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-left: -.75rem;
        margin-top: -.75rem
    }

    .et_audio_content,
    .et_pb_blog_grid .et_link_content,
    .et_pb_blog_grid .et_quote_content,
    .et_quote_content {
        padding: 35px 20px !important
    }

    .et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide,
    .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide {
        min-height: 156px !important
    }

    .et_pb_audio_cover_art {
        float: none !important;
        width: 100% !important;
        height: 210px !important
    }

    .et_pb_audio_module_content h2 {
        font-size: 20px
    }

    .et_pb_column_1_4 .et_audio_module_meta,
    .et_pb_column_1_5 .et_audio_module_meta,
    .et_pb_column_1_6 .et_audio_module_meta {
        font-size: 14px !important
    }

    .et_pb_promo {
        padding: 40px
    }

    .et_pb_map_container>.et_pb_map {
        height: 200px
    }

    .et_pb_tabs_controls {
        border-bottom: none
    }

    .et_pb_tabs_controls li {
        float: none;
        border-right: none;
        border-bottom: 1px solid #d9d9d9
    }

    .et_pb_testimonial {
        padding-top: 10%
    }

    .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image,
    .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video {
        margin-bottom: 16% !important
    }

    .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
        font-size: 32px !important;
        line-height: 32px !important
    }
}

@media (max-width: 380px) {

    .et_pb_countdown_timer .section p,
    .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p {
        font-size: 24px !important;
        line-height: 24px !important
    }

    .et_pb_countdown_timer .section p.label {
        font-size: 12px !important;
        line-height: 25px !important
    }
}

.et_animated {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important
}

.et_animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.et_had_animation {
    position: relative
}

@-webkit-keyframes et_pb_fade {
    to {
        opacity: 1
    }
}

@keyframes et_pb_fade {
    to {
        opacity: 1
    }
}

.et_animated.fade {
    -webkit-animation-name: et_pb_fade;
    animation-name: et_pb_fade
}

@-webkit-keyframes et_pb_fadeTop {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes et_pb_fadeTop {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.et_animated.fadeTop {
    -webkit-animation-name: et_pb_fadeTop;
    animation-name: et_pb_fadeTop
}

@-webkit-keyframes et_pb_fadeRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes et_pb_fadeRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.et_animated.fadeRight {
    -webkit-animation-name: et_pb_fadeRight;
    animation-name: et_pb_fadeRight
}

@-webkit-keyframes et_pb_fadeBottom {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes et_pb_fadeBottom {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.et_animated.fadeBottom {
    -webkit-animation-name: et_pb_fadeBottom;
    animation-name: et_pb_fadeBottom
}

@-webkit-keyframes et_pb_fadeLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes et_pb_fadeLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.et_animated.fadeLeft {
    -webkit-animation-name: et_pb_fadeLeft;
    animation-name: et_pb_fadeLeft
}

@-webkit-keyframes et_pb_slide {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes et_pb_slide {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

.et_animated.slide {
    -webkit-animation-name: et_pb_slide;
    animation-name: et_pb_slide
}

@-webkit-keyframes et_pb_slideTop {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes et_pb_slideTop {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.et_animated.slideTop {
    -webkit-animation-name: et_pb_slideTop;
    animation-name: et_pb_slideTop
}

@-webkit-keyframes et_pb_slideRight {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes et_pb_slideRight {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.et_animated.slideRight {
    -webkit-animation-name: et_pb_slideRight;
    animation-name: et_pb_slideRight
}

@-webkit-keyframes et_pb_slideBottom {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes et_pb_slideBottom {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.et_animated.slideBottom {
    -webkit-animation-name: et_pb_slideBottom;
    animation-name: et_pb_slideBottom
}

@-webkit-keyframes et_pb_slideLeft {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes et_pb_slideLeft {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.et_animated.slideLeft {
    -webkit-animation-name: et_pb_slideLeft;
    animation-name: et_pb_slideLeft
}

@-webkit-keyframes et_pb_bounce {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes et_pb_bounce {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.et_animated.bounce {
    -webkit-animation-name: et_pb_bounce;
    animation-name: et_pb_bounce
}

@-webkit-keyframes et_pb_bounceTop {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes et_pb_bounceTop {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.et_animated.bounceTop {
    -webkit-animation-name: et_pb_bounceTop;
    animation-name: et_pb_bounceTop
}

@-webkit-keyframes et_pb_bounceRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes et_pb_bounceRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.et_animated.bounceRight {
    -webkit-animation-name: et_pb_bounceRight;
    animation-name: et_pb_bounceRight
}

@-webkit-keyframes et_pb_bounceBottom {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes et_pb_bounceBottom {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.et_animated.bounceBottom {
    -webkit-animation-name: et_pb_bounceBottom;
    animation-name: et_pb_bounceBottom
}

@-webkit-keyframes et_pb_bounceLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes et_pb_bounceLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.et_animated.bounceLeft {
    -webkit-animation-name: et_pb_bounceLeft;
    animation-name: et_pb_bounceLeft
}

@-webkit-keyframes et_pb_zoom {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes et_pb_zoom {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

.et_animated.zoom {
    -webkit-animation-name: et_pb_zoom;
    animation-name: et_pb_zoom
}

@-webkit-keyframes et_pb_zoomTop {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes et_pb_zoomTop {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

.et_animated.zoomTop {
    -webkit-animation-name: et_pb_zoomTop;
    animation-name: et_pb_zoomTop;
    -webkit-transform-origin: top;
    transform-origin: top
}

@-webkit-keyframes et_pb_zoomRight {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes et_pb_zoomRight {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

.et_animated.zoomRight {
    -webkit-animation-name: et_pb_zoomRight;
    animation-name: et_pb_zoomRight;
    -webkit-transform-origin: right;
    transform-origin: right
}

@-webkit-keyframes et_pb_zoomBottom {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes et_pb_zoomBottom {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

.et_animated.zoomBottom {
    -webkit-animation-name: et_pb_zoomBottom;
    animation-name: et_pb_zoomBottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

@-webkit-keyframes et_pb_zoomLeft {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes et_pb_zoomLeft {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

.et_animated.zoomLeft {
    -webkit-animation-name: et_pb_zoomLeft;
    animation-name: et_pb_zoomLeft;
    -webkit-transform-origin: left;
    transform-origin: left
}

@-webkit-keyframes et_pb_flip {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

@keyframes et_pb_flip {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

.et_animated.flip {
    -webkit-animation-name: et_pb_flip;
    animation-name: et_pb_flip
}

@-webkit-keyframes et_pb_flipTop {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

@keyframes et_pb_flipTop {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

.et_animated.flipTop {
    -webkit-animation-name: et_pb_flipTop;
    animation-name: et_pb_flipTop
}

@-webkit-keyframes et_pb_flipRight {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

@keyframes et_pb_flipRight {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

.et_animated.flipRight {
    -webkit-animation-name: et_pb_flipRight;
    animation-name: et_pb_flipRight
}

@-webkit-keyframes et_pb_flipBottom {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

@keyframes et_pb_flipBottom {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

.et_animated.flipBottom {
    -webkit-animation-name: et_pb_flipBottom;
    animation-name: et_pb_flipBottom
}

@-webkit-keyframes et_pb_flipLeft {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

@keyframes et_pb_flipLeft {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

.et_animated.flipLeft {
    -webkit-animation-name: et_pb_flipLeft;
    animation-name: et_pb_flipLeft
}

@-webkit-keyframes et_pb_fold {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

@keyframes et_pb_fold {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

.et_animated.fold {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: et_pb_fold;
    animation-name: et_pb_fold
}

@-webkit-keyframes et_pb_foldTop {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

@keyframes et_pb_foldTop {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

.et_animated.foldTop {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-name: et_pb_foldTop;
    animation-name: et_pb_foldTop
}

@-webkit-keyframes et_pb_foldRight {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

@keyframes et_pb_foldRight {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

.et_animated.foldRight {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-animation-name: et_pb_foldRight;
    animation-name: et_pb_foldRight
}

@-webkit-keyframes et_pb_foldBottom {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

@keyframes et_pb_foldBottom {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg);
        transform: perspective(0) rotateX(0deg)
    }
}

.et_animated.foldBottom {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-animation-name: et_pb_foldBottom;
    animation-name: et_pb_foldBottom
}

@-webkit-keyframes et_pb_foldLeft {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

@keyframes et_pb_foldLeft {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg)
    }
}

.et_animated.foldLeft {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-animation-name: et_pb_foldLeft;
    animation-name: et_pb_foldLeft
}

@-webkit-keyframes et_pb_roll {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes et_pb_roll {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.et_animated.roll {
    -webkit-animation-name: et_pb_roll;
    animation-name: et_pb_roll
}

@-webkit-keyframes et_pb_rollTop {
    0% {
        -webkit-transform-origin: top;
        transform-origin: top
    }

    to {
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes et_pb_rollTop {
    0% {
        -webkit-transform-origin: top;
        transform-origin: top
    }

    to {
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.et_animated.rollTop {
    -webkit-animation-name: et_pb_rollTop;
    animation-name: et_pb_rollTop
}

@-webkit-keyframes et_pb_rollRight {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }

    to {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes et_pb_rollRight {
    0% {
        -webkit-transform-origin: right;
        transform-origin: right
    }

    to {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.et_animated.rollRight {
    -webkit-animation-name: et_pb_rollRight;
    animation-name: et_pb_rollRight
}

@-webkit-keyframes et_pb_rollBottom {
    0% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

    to {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes et_pb_rollBottom {
    0% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

    to {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.et_animated.rollBottom {
    -webkit-animation-name: et_pb_rollBottom;
    animation-name: et_pb_rollBottom
}

@-webkit-keyframes et_pb_rollLeft {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left
    }

    to {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes et_pb_rollLeft {
    0% {
        -webkit-transform-origin: left;
        transform-origin: left
    }

    to {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.et_animated.rollLeft {
    -webkit-animation-name: et_pb_rollLeft;
    animation-name: et_pb_rollLeft
}

.box-shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none
}

.et_pb_section>.box-shadow-overlay~.et_pb_row {
    z-index: 11
}

.et_pb_row>.box-shadow-overlay {
    z-index: 8
}

.has-box-shadow-overlay {
    position: relative
}

.et_clickable {
    cursor: pointer
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.et_multi_view_hidden,
.et_multi_view_hidden_image {
    display: none !important
}

@media (min-width: 768px) and (max-width: 980px) {
    [data-et-multi-view-load-tablet-hidden=true]:not(.et_multi_view_swapped) {
        display: none !important
    }
}

@media (max-width: 767px) {
    [data-et-multi-view-load-phone-hidden=true]:not(.et_multi_view_swapped) {
        display: none !important
    }
}

#et-pb-motion-effects-offset-tracker {
    visibility: hidden !important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.et-dynamic-content-woo--product_additional_information.woocommerce h2,
.et-dynamic-content-woo--product_breadcrumb.woocommerce .woocommerce-breadcrumb,
.et-dynamic-content-woo--product_reviews.woocommerce .comment-reply-title,
.et-dynamic-content-woo--product_reviews.woocommerce .rating,
.et-dynamic-content-woo--product_reviews.woocommerce ol.commentlist li .description,
.et-dynamic-content-woo--product_reviews.woocommerce ol.commentlist li .meta,
.et-dynamic-content-woo a {
    color: inherit !important;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-shadow: inherit
}

.et-dynamic-content-woo--product_reviews.woocommerce .woocommerce-Reviews-title {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-shadow: inherit
}

.et-pb-before-scroll-animation,
body .et-script-temporary-measurement {
    opacity: 0
}

.et_builder_inner_content.has_et_pb_sticky {
    z-index: inherit
}

.et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky,
.et_pb_column.has_et_pb_sticky {
    z-index: 20
}

.et-l--header .et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky,
.et-l--header .et_pb_column.has_et_pb_sticky {
    z-index: 30
}

.et-l--footer .et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky,
.et-l--footer .et_pb_column.has_et_pb_sticky {
    z-index: 10
}

.et_pb_sticky_placeholder {
    opacity: 0 !important
}

.et-box {
    margin: 0 0 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    font-size: 14px;
    position: relative
}

.et-box-content {
    text-shadow: 1px 1px 1px #fff;
    padding: 27px 43px 17px 66px;
    min-height: 35px
}

.et-box-content strong {
    color: #000;
    font-weight: 700
}

.et-bio:before,
.et-download:before,
.et-info:before,
.et-shadow:before,
.et-warning:before {
    content: "";
    position: absolute;
    top: 32px;
    left: 28px
}

.et-info {
    border: 1px solid #e2e2ba
}

.et-info:before {
    width: 22px;
    height: 20px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -2px
}

.et-info .et-box-content {
    color: #ada771;
    background: #f9f9dc;
    border: 1px solid #fbfbef;
    -webkit-box-shadow: inset 0 0 45px #efefc0;
    box-shadow: inset 0 0 45px #efefc0
}

.et-info .et-box-content h1,
.et-info .et-box-content h2,
.et-info .et-box-content h3,
.et-info .et-box-content h4,
.et-info .et-box-content h5,
.et-info .et-box-content h6 {
    color: #ada771
}

.et-warning {
    border: 1px solid #e0b1b1
}

.et-warning:before {
    width: 17px;
    height: 17px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -41px
}

.et-warning .et-box-content {
    color: #ad7676;
    background: #ffd9d5;
    border: 1px solid #fceeec;
    -webkit-box-shadow: inset 0 0 45px #f0bfba;
    box-shadow: inset 0 0 45px #f0bfba
}

.et-warning .et-box-content h1,
.et-warning .et-box-content h2,
.et-warning .et-box-content h3,
.et-warning .et-box-content h4,
.et-warning .et-box-content h5,
.et-warning .et-box-content h6 {
    color: #ad7676
}

.et-download {
    border: 1px solid #b9dbb6
}

.et-download:before {
    width: 19px;
    height: 14px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -19px
}

.et-download .et-box-content {
    color: #7ea57b;
    background: #dff7dd;
    border: 1px solid #f1f9f0;
    -webkit-box-shadow: inset 0 0 45px #cbe5c9;
    box-shadow: inset 0 0 45px #cbe5c9
}

.et-download .et-box-content h1,
.et-download .et-box-content h2,
.et-download .et-box-content h3,
.et-download .et-box-content h4,
.et-download .et-box-content h5,
.et-download .et-box-content h6 {
    color: #7ea57b
}

.et-bio {
    border: 1px solid #b3d8d3
}

.et-bio:before {
    width: 19px;
    height: 15px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -2px;
    top: 33px
}

.et-bio .et-box-content {
    color: #80acb0;
    background: #ddf5f7;
    border: 1px solid #f1fafb;
    -webkit-box-shadow: inset 0 0 45px #c6edf0;
    box-shadow: inset 0 0 45px #c6edf0
}

.et-bio .et-box-content h1,
.et-bio .et-box-content h2,
.et-bio .et-box-content h3,
.et-bio .et-box-content h4,
.et-bio .et-box-content h5,
.et-bio .et-box-content h6 {
    color: #80acb0
}

.et-shadow {
    border: 1px solid #ddd
}

.et-shadow .et-box-content {
    color: #737373;
    background: #fafafa;
    border: 1px solid #fafafa;
    -webkit-box-shadow: inset 0 0 45px #e7e7e7;
    box-shadow: inset 0 0 45px #e7e7e7
}

.et-shadow .et-box-content h1,
.et-shadow .et-box-content h2,
.et-shadow .et-box-content h3,
.et-shadow .et-box-content h4,
.et-shadow .et-box-content h5,
.et-shadow .et-box-content h6 {
    color: #737373
}

.et-tooltip {
    position: relative
}

.et-tooltip-box {
    display: none;
    color: #6d6e6e;
    line-height: 18px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: absolute;
    bottom: 35px;
    left: -94px;
    width: 235px;
    padding: 20px 25px 22px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1)
}

.et-tooltip-arrow {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -120px -2px;
    width: 24px;
    height: 13px;
    display: block;
    position: absolute;
    bottom: -13px;
    left: 129px
}

.et-learn-more {
    background: #fff;
    border: 1px solid #e7e7e7;
    margin: 10px 0;
    -webkit-box-shadow: 1px -1px 0 0 #fff;
    box-shadow: 1px -1px 0 0 #fff
}

.et-learn-more h3.heading-more {
    cursor: pointer;
    padding: 16px 50px 16px 22px;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #fff;
    position: relative;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 0 !important
}

.et-learn-more h3.heading-more span.et_learnmore_arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    border-left: 1px solid #fff;
    -webkit-box-shadow: -1px 0 0 0 #e7e7e7;
    box-shadow: -1px 0 0 0 #e7e7e7
}

.et-learn-more span.et_learnmore_arrow span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px;
    width: 13px;
    height: 10px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -58px -2px
}

.et-learn-more .open span.et_learnmore_arrow span {
    background-position: -58px -14px
}

.et-learn-more .learn-more-content {
    padding: 30px 30px 20px;
    visibility: hidden;
    border-top: 1px solid #e7e7e7
}

.et_slidecontent .et-learn-more .learn-more-content {
    display: block;
    visibility: hidden
}

.et-open .learn-more-content {
    display: block;
    visibility: visible !important
}

.et_shortcodes_controller_nav {
    border-top: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 1px 1px 0 0 #fff;
    box-shadow: inset 1px 1px 0 0 #fff;
    min-height: 53px;
    position: relative
}

.et_shortcodes_controls,
.et_shortcodes_controls_arrows {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 26px !important
}

.et_shortcodes_controls {
    text-align: center;
    padding-top: 20px !important;
    line-height: 0 !important
}

.et_shortcodes_controls li {
    display: inline-block;
    margin: 0 3px
}

.et_shortcodes_controls a {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -1px;
    width: 11px;
    height: 11px;
    display: inline-block
}

.et_shortcodes_controls .et_shortcodes_active_control a {
    background-position: -45px -14px
}

.et_shortcodes_controls_arrows a {
    font-size: 14px;
    color: #999 !important;
    text-shadow: 1px 1px 0 #fff;
    position: absolute;
    top: 0
}

.et_shortcodes_controls_arrows a:hover {
    color: #4c4c4c;
    text-decoration: none
}

.et_shortcodes_controls_arrows .et_sc_nav_prev {
    padding: 14px 38px 12px 48px;
    border-right: 1px solid #e7e7e7;
    -webkit-box-shadow: 1px 0 0 0 #fff;
    box-shadow: 1px 0 0 0 #fff;
    left: 0
}

.et_shortcodes_controls_arrows .et_sc_nav_next {
    padding: 14px 48px 12px 38px;
    border-left: 1px solid #fff;
    -webkit-box-shadow: -1px 0 0 0 #e7e7e7;
    box-shadow: -1px 0 0 0 #e7e7e7;
    right: 0
}

.et_shortcodes_controls_arrows .et_sc_nav_next span,
.et_shortcodes_controls_arrows .et_sc_nav_prev span {
    top: 21px
}

.et_shortcodes_controls_arrows .et_sc_nav_next span {
    right: 30px
}

.et_shortcodes_controls_arrows .et_sc_nav_prev span {
    left: 30px
}

.et-simple-slider {
    background: #fff;
    border: 1px solid #e7e7e7;
    margin: 10px 0;
    position: relative
}

.et-simple-slider h1,
.et-simple-slider h2,
.et-simple-slider h3,
.et-simple-slider h4,
.et-simple-slider h5,
.et-simple-slider h6 {
    font-family: Century Gothic, Arial, sans-serif;
    color: #333
}

.et-simple-slides {
    overflow: hidden;
    margin: 30px 30px 20px
}

.et-simple-slider div.et-slide {
    display: none;
    width: 100% !important
}

.one_fourth,
.one_half,
.one_third,
.three_fourth,
.two_third {
    float: left;
    margin-right: 4%;
    position: relative
}

.one_half {
    width: 48%
}

.one_third {
    width: 30.66%
}

.two_third {
    width: 65.32%
}

.one_fourth {
    width: 22%
}

.three_fourth {
    width: 74%
}

a.big-button,
a.icon-button,
a.small-button {
    display: inline-block;
    text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .3);
    -webkit-box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .4), 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .4), 1px 1px 1px rgba(0, 0, 0, .1);
    border-radius: 10px;
    line-height: 26px
}

a.icon-button,
a.small-button {
    padding: 6px 14px;
    font-weight: 700 !important;
    font-size: 12px;
    margin: 0 5px 8px 0
}

a.big-button:hover,
a.icon-button:hover,
a.small-button:hover {
    text-decoration: none
}

a.bigblue,
a.smallblue {
    color: #2b63a8 !important;
    background: #88bdff;
    background: -webkit-gradient(linear, left top, left bottom, from(#88bdff), to(#60a7ff));
    background: linear-gradient(180deg, #88bdff 0, #60a7ff);
    border: 1px solid #3e8ff4
}

a.bigblue:hover,
a.smallblue:hover {
    color: #23528c !important
}

a.smalllightblue {
    color: #348db6 !important;
    background: #8edbff;
    background: -webkit-gradient(linear, left top, left bottom, from(#8edbff), to(#60cdff));
    background: linear-gradient(180deg, #8edbff 0, #60cdff);
    border: 1px solid #51b5e4
}

a.smalllightblue:hover {
    color: #287295 !important
}

a.bigteal,
a.bigturquoise,
a.smallteal {
    color: #3da7a9 !important;
    background: #61eef0;
    background: -webkit-gradient(linear, left top, left bottom, from(#61eef0), to(#59dcde));
    background: linear-gradient(180deg, #61eef0 0, #59dcde);
    border: 1px solid #48bec0
}

a.bigteal:hover,
a.bigturquoise:hover,
a.smallteal:hover {
    color: #309192 !important
}

a.biggreen,
a.smallgreen {
    color: #569d51 !important;
    background: #94e48d;
    background: -webkit-gradient(linear, left top, left bottom, from(#94e48d), to(#82cf7c));
    background: linear-gradient(180deg, #94e48d 0, #82cf7c);
    border: 1px solid #4dab46
}

a.biggreen:hover,
a.smallgreen:hover {
    color: #478542 !important
}

a.bigorange,
a.smallorange {
    color: #c7822f !important;
    background: #ffcb8c;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcb8c), to(#ffb660));
    background: linear-gradient(180deg, #ffcb8c 0, #ffb660);
    border: 1px solid #db9c51
}

a.bigorange:hover,
a.smallorange:hover {
    color: #a96c23 !important
}

a.smallsilver {
    color: #595a5a !important;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e2e2e2));
    background: linear-gradient(180deg, #f5f5f5 0, #e2e2e2);
    border: 1px solid #c3c3c3;
    text-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .9), 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .9), 1px 1px 1px rgba(0, 0, 0, .1)
}

a.smallsilver:hover {
    color: #454545 !important
}

a.smallblack {
    color: #fff !important;
    background: #5b5b5b;
    background: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#383838));
    background: linear-gradient(180deg, #5b5b5b 0, #383838);
    border: 1px solid #0e0e0e;
    -webkit-box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .2), 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .2), 1px 1px 1px rgba(0, 0, 0, .1);
    text-shadow: -1px -1px 0 #000
}

a.smallblack:hover {
    color: #f7f7f7 !important
}

a.bigred,
a.smallred {
    color: #9a3e3e !important;
    background: #ff7979;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7979), to(#ff5f5f));
    background: linear-gradient(180deg, #ff7979 0, #ff5f5f);
    border: 1px solid #d85353
}

a.bigred:hover,
a.smallred:hover {
    color: #803030 !important
}

a.smallpink {
    color: #914d97 !important;
    background: #e782f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#e782f1), to(#d271da));
    background: linear-gradient(180deg, #e782f1 0, #d271da);
    border: 1px solid #b15cb9
}

a.smallpink:hover {
    color: #753b7a !important
}

a.bigpurple,
a.smallpurple {
    color: #653e9a !important;
    background: #b279ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#b279ff), to(#a35fff));
    background: linear-gradient(180deg, #b279ff 0, #a35fff);
    border: 1px solid #8b53d8
}

a.bigpurple:hover,
a.smallpurple:hover {
    color: #563386 !important
}

a.big-button {
    font-weight: 400 !important;
    font-size: 20px;
    padding: 14px 24px;
    margin: 8px 6px 8px 0
}

a.big-button:hover {
    text-decoration: none
}

a.icon-button {
    color: #595a5a !important;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e1e1e1));
    background: linear-gradient(180deg, #f5f5f5 0, #e1e1e1);
    border: 1px solid #c3c3c3;
    text-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .9), 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .9), 1px 1px 1px rgba(0, 0, 0, .1);
    padding-left: 36px;
    position: relative
}

a.icon-button:hover {
    color: #404040
}

a.icon-button span.et-icon {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 18px;
    height: 16px
}

a.download-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -2px;
    width: 17px;
    height: 20px;
    top: 7px
}

a.search-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -2px;
    top: 9px
}

a.refresh-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -169px -19px
}

a.question-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -164px -2px
}

a.people-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -151px -33px;
    height: 17px;
    top: 9px
}

a.warning-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -188px -19px;
    width: 15px
}

a.mail-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -33px;
    height: 15px
}

a.heart-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -18px;
    width: 14px;
    height: 13px;
    top: 12px;
    left: 14px
}

a.paper-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -17px;
    width: 15px;
    height: 15px
}

a.notice-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -2px;
    width: 15px;
    height: 13px;
    top: 11px
}

a.stats-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -184px -2px;
    width: 15px;
    height: 14px;
    top: 11px
}

a.rss-icon span.et-icon {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -171px -36px;
    width: 15px;
    top: 9px
}

ul.et_shortcodes_mobile_nav {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none outside none !important;
    display: none;
    z-index: 2
}

ul.et_shortcodes_mobile_nav a {
    position: relative
}

.et_shortcodes_controls_arrows span,
ul.et_shortcodes_mobile_nav span {
    position: absolute;
    top: 23px;
    display: block;
    width: 10px;
    height: 14px
}

.et_shortcodes_controls_arrows .et_sc_nav_prev span,
ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -24px
}

.et_shortcodes_controls_arrows .et_sc_nav_next span,
ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -40px
}

.et-tabs-container {
    background: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    margin: 50px 0 15px
}

.et-learn-more h3.heading-more,
.et-protected-title,
.et-tabs-container .et-tabs-control,
.et-tabs-container ul.et_shortcodes_mobile_nav,
.et-testimonial-author-info,
.et_shortcodes_controller_nav,
.pricing-content-bottom,
.pricing-heading {
    background: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
    background: linear-gradient(180deg, #f9f9f9 0, #f5f5f5)
}

.et-tabs-container .et-tabs-control,
.et-tabs-container ul.et_shortcodes_mobile_nav {
    margin: 0 !important;
    overflow: hidden;
    border-top: 1px solid #fff;
    position: relative
}

.et-tabs-container .et-tabs-control:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e7e7e7
}

.et-tabs-container .et-tabs-control li {
    list-style: none outside none;
    margin: 0 !important;
    float: left;
    padding: 0 !important;
    border-left: 1px solid #e7e7e7;
    -webkit-box-shadow: -1px 0 0 #fff;
    box-shadow: -1px 0 0 #fff;
    position: relative
}

.et-tabs-container .et-tabs-control li:first-child {
    border-left: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.et-tabs-container .et-tabs-control li a {
    font-size: 14px;
    color: #999 !important;
    text-shadow: 1px 1px 0 #fff !important;
    display: block;
    padding: 15px 20px
}

.et-tabs-container .et-tabs-control li a:hover {
    color: #4c4c4c !important;
    text-decoration: none
}

.et-tabs-container .et-tabs-control li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.et-tabs-container .et-tabs-control li.active a {
    background: #fff;
    color: #4c4c4c !important
}

.et-tabs-content-wrapper>div {
    display: none
}

.et_sliderfx_slide .et-tabs-content-wrapper {
    width: 1200%;
    position: relative;
    left: 0
}

.et_sliderfx_slide .et-tabs-content-wrapper>div {
    float: left;
    display: block;
    height: 1px;
    visibility: hidden
}

.et_sliderfx_fade .et_slidecontent,
.et_sliderfx_slide .et-tabs-content-wrapper>div {
    word-wrap: break-word
}

.et_sliderfx_slide .et_shortcode_slide_active {
    height: auto !important
}

.et-tabs-container .et-tabs-content {
    margin: 30px 30px 20px
}

.et-tabs-container ul.et_shortcodes_mobile_nav {
    border-bottom: 1px solid #e7e7e7
}

.et-tabs-container ul.et_shortcodes_mobile_nav li {
    float: right;
    line-height: 26px
}

.et-tabs-container ul.et_shortcodes_mobile_nav a {
    display: block;
    padding: 16px 10px 16px 45px;
    color: #999 !important;
    font-size: 14px;
    text-shadow: 1px 1px 0 #fff !important
}

.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next {
    padding: 16px 45px 16px 10px;
    text-align: right
}

.et-tabs-container ul.et_shortcodes_mobile_nav a:hover {
    text-decoration: none;
    color: #4c4c4c !important
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #e7e7e7;
    -webkit-box-shadow: 1px 0 0 #fff;
    box-shadow: 1px 0 0 #fff
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
    right: 28px
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
    left: 28px
}

.author-shortcodes,
.et-image-slider,
.et-protected,
.et-simple-slider,
.et-tabs-container,
.et-testimonial-box,
.tabs-left {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.tabs-left {
    background: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    margin-bottom: 15px
}

.tabs-left .et-tabs-control,
.tabs-left ul.et_shortcodes_mobile_nav {
    width: 149px;
    border-top: 1px solid #fff;
    float: left;
    list-style: none outside none !important;
    margin: 0 !important;
    position: relative
}

.tabs-left ul.et_shortcodes_mobile_nav {
    position: absolute;
    top: 0;
    left: 0
}

.tabs-left .et-tabs-control li,
.tabs-left ul.et_shortcodes_mobile_nav li {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: none !important;
    list-style: none !important;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff
}

.tabs-left .et-tabs-control li a {
    color: #999 !important;
    font-size: 14px;
    text-shadow: 1px 1px 0 #fff !important;
    display: block;
    padding: 15px 10px 15px 20px
}

.tabs-left .et-tabs-control li.active a {
    background: #fff;
    margin-right: -1px
}

.tabs-left .et-tabs-control li.active a,
.tabs-left .et-tabs-control li a:hover {
    text-decoration: none;
    color: #4c4c4c !important
}

.tabs-left .et-tabs-content {
    padding: 30px 30px 20px;
    position: relative
}

.tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap {
    overflow: hidden
}

.tabs-left .et-tabs-content h3 {
    padding-bottom: 14px;
    color: #333
}

.et_left_tabs_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #fff;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#f5f5f5));
    background: linear-gradient(90deg, #f9f9f9 0, #f5f5f5)
}

.tabs-left ul.et_shortcodes_mobile_nav a {
    text-indent: -9999px
}

.tabs-left ul.et_shortcodes_mobile_nav a span {
    top: 50%;
    margin-top: -7px
}

.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
    right: 50%;
    margin-right: -4px
}

.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
    left: 50%;
    margin-left: -4px
}

.author-shortcodes {
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #363636;
    font-size: 14px;
    margin-bottom: 10px
}

.author-shortcodes .author-inner {
    position: relative;
    padding: 30px 30px 20px 117px;
    min-height: 60px
}

.author-shortcodes .author-image {
    position: absolute;
    top: 32px;
    left: 30px;
    width: 60px;
    height: 60px
}

.author-shortcodes .author-image img {
    max-width: 100%;
    height: auto;
    width: auto
}

.author-shortcodes .author-image .author-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5)
}

.et-protected {
    border: 1px solid #e7e7e7;
    width: 390px;
    background: #fff;
    margin-bottom: 10px
}

.et-protected-title {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e7e7e7;
    padding: 18px 10px 17px 50px;
    position: relative;
    color: #999;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px
}

.et-protected-title:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 20px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -36px;
    width: 17px;
    height: 19px
}

.et-protected-form {
    padding: 32px 37px 32px 32px;
    text-align: right
}

.et-protected-form p {
    padding-bottom: 16px
}

.et-protected-form p label {
    position: relative
}

.et-protected-form p .et_protected_icon {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 18px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -190px -37px;
    display: block
}

.et-protected-form p .et_protected_password {
    height: 23px;
    background-position: -275px -2px
}

.et-protected-form label span {
    display: none
}

.et-protected-form p input {
    margin: 0 !important;
    border: 1px solid #e7e7e7;
    color: #363636;
    font-size: 14px;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3f3f3), to(#fefefe));
    background: linear-gradient(180deg, #f3f3f3 1%, #fefefe);
    padding: 20px 20px 20px 40px;
    width: 100%;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.et-protected-form input.etlogin-button {
    background: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
    background: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
    border: 1px solid #e7e7e7;
    padding: 14px 24px;
    color: #999;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    -webkit-box-shadow: inset 1px 1px 0 0 #fff;
    box-shadow: inset 1px 1px 0 0 #fff
}

.et-simple-slides .et_slidecontent {
    width: auto
}

.et-image-slides {
    background: #555
}

.et-image-slider {
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 25px
}

.et-image-slide {
    position: relative
}

.et-image-slider img {
    display: block;
    width: auto;
    margin: 0 auto;
    height: auto
}

.et-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .6);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .6)
}

.author-shortcodes,
.et-learn-more,
.et-simple-slider,
.et-tabs-container,
.et-tooltip-box,
.tabs-left {
    color: #201f1f !important;
    text-shadow: none !important
}

.author-shortcodes a,
.et-learn-more a,
.et-simple-slider a,
.et-tabs-container a,
.et-tooltip-box a,
.tabs-left a {
    text-shadow: none !important
}

.et-custom-list ul {
    list-style: none !important;
    list-style-image: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
    line-height: 26px
}

.et-custom-list ul li {
    padding-left: 28px !important;
    margin: 5px 0 !important;
    list-style: none !important;
    position: relative
}

.et-custom-list ul li:before {
    top: 5px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px
}

.et-custom-list ul li:before,
.etlist-x ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 18px
}

.etlist-x ul li:before {
    top: 6px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -21px
}

.etlist-dot ul li {
    padding-left: 25px !important
}

.etlist-dot ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -230px -3px;
    width: 10px;
    height: 9px
}

.et-custom-list ul li ul {
    padding: 2px 0 !important;
    margin: 0 !important
}

.et-pricing {
    margin: 40px 0 10px
}

.pricing-table {
    float: left;
    width: 25%;
    margin-bottom: 22px;
    position: relative;
    margin-left: -1px
}

.pricing-table-wrap {
    border: 1px solid #e7e7e7;
    border-bottom: none
}

.pricing-heading {
    border-bottom: 1px solid #e7e7e7;
    padding: 23px 10px 22px;
    text-shadow: 1px 1px 0 #fff;
    font-size: 12px;
    color: #999;
    text-align: center;
    -webkit-box-shadow: inset 1px 1px 0 0 #fff;
    box-shadow: inset 1px 1px 0 0 #fff
}

.pricing-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #53b4c7 !important;
    font-weight: 700;
    text-shadow: none !important
}

.pricing-heading p {
    padding-bottom: 0 !important
}

.pricing-table ul.pricing {
    padding: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    list-style-image: none !important;
    line-height: 26px
}

.pricing-table ul.pricing li {
    list-style: none !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e7e7e7;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(7%, #fefefe), to(#fff));
    background: linear-gradient(180deg, #f5f5f5 0, #fefefe 7%, #fff);
    padding: 14px 7px 14px 63px;
    position: relative;
    font-size: 12px;
    color: #363636;
    text-shadow: none !important
}

.pricing-table ul.pricing li span.pricing-mark {
    position: absolute;
    top: 19px;
    left: 30px;
    width: 22px;
    height: 18px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px
}

.pricing-table ul.pricing li.x-mark span.pricing-mark {
    background-position: -74px -20px
}

.pricing-content-bottom {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 1px 0 0 0 #fff;
    box-shadow: inset 1px 0 0 0 #fff;
    padding: 20px 5px 43px;
    text-align: center
}

span.et-price {
    font-size: 48px;
    color: #94c65c;
    text-shadow: 0 1px 0 #fff;
    font-family: Georgia, serif
}

span.et-price sup {
    font-size: 24px;
    bottom: 13px;
    left: 1px
}

span.et-price span.dollar-sign {
    font-size: 36px
}

.pricing-table a.icon-button {
    margin: 0;
    padding-left: 15px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    visibility: hidden
}

.pricing-big {
    top: -20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    z-index: 2
}

.pricing-big .pricing-table-wrap {
    border-color: #d6d5d5
}

.pricing-big .pricing-heading {
    padding-top: 43px
}

.pricing-big .pricing-content-bottom {
    padding-bottom: 63px;
    border-bottom: 1px solid #d6d5d5
}

.et-testimonial-box {
    border: 1px solid #e7e7e7;
    background: #fff;
    position: relative;
    margin: 10px 0 45px
}

.et-testimonial-author-info {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 20px 15px;
    text-shadow: 0 1px 0 #fff
}

.t-img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 25px 5px 0;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    position: relative
}

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

.t-overlay {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .4);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0
}

.t-author,
.t-overlay,
.t-position {
    display: block
}

.t-author {
    font-size: 18px;
    color: #999;
    padding: 10px 0 5px
}

.t-position {
    color: #595959
}

.et-testimonial,
.t-position {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px
}

.et-testimonial {
    padding: 43px 35px 30px 77px;
    color: #363636;
    position: relative;
    text-shadow: none !important
}

.et-testimonial:before {
    content: "";
    position: absolute;
    top: 43px;
    left: 35px;
    width: 25px;
    height: 19px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -35px
}

.t-bottom-arrow {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -25px;
    width: 31px;
    height: 32px;
    position: absolute;
    bottom: -32px;
    right: 40px
}

.et-dropcap {
    font-size: 48px;
    float: left;
    display: block;
    margin: 0 7px 0 0;
    line-height: 1
}

.et_quote {
    padding-left: 57px;
    min-height: 40px;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px
}

.et_quote .et_quote_sign {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 34px
}

.quote-center .et_quote_sign {
    background-position: -251px -2px;
    width: 20px;
    height: 16px;
    top: 3px
}

.quote-center .et_quote_additional_sign {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/themes/Divi/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -251px -22px;
    position: absolute;
    top: 3px;
    right: 13px;
    display: block;
    width: 20px;
    height: 16px
}

.et_right_quote {
    width: 100%
}

.quote-center {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    padding-left: 30px
}

.quote-center .et_right_quote {
    padding-right: 30px;
    width: 95%
}

.et-tabs-container .et-tabs-control {
    padding: 0
}

.tabs-left .et-tabs-control {
    padding-left: 0
}

.author-info h1,
.author-info h2,
.author-info h3,
.author-info h4,
.author-info h5,
.author-info h6 {
    color: #201f1f !important;
    text-shadow: none !important
}

.et-tabs-container .et-tabs-control li a,
.tabs-left .et-tabs-control li a {
    text-decoration: none !important
}

a.big-button,
a.icon-button,
a.small-button {
    cursor: pointer
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix,
:first-child+html .clearfix {
    zoom: 1
}

.et_column_last {
    margin-right: 0 !important;
    clear: right
}

.clear {
    clear: both
}

body.et_left_sidebar .pricing-table,
body.et_right_sidebar .pricing-table {
    width: 50%
}

@media (max-width: 959px) {

    body.et_left_sidebar .one_fourth,
    body.et_left_sidebar .one_half,
    body.et_left_sidebar .one_third,
    body.et_left_sidebar .three_fourth,
    body.et_left_sidebar .two_third,
    body.et_right_sidebar .one_fourth,
    body.et_right_sidebar .one_half,
    body.et_right_sidebar .one_third,
    body.et_right_sidebar .three_fourth,
    body.et_right_sidebar .two_third {
        float: none;
        margin-right: 0;
        width: auto;
        margin-bottom: 10px
    }

    body.et_left_sidebar .et-protected,
    body.et_left_sidebar .et-testimonial-box,
    body.et_right_sidebar .et-protected,
    body.et_right_sidebar .et-testimonial-box {
        width: auto !important
    }

    body.et_left_sidebar .et-protected-form,
    body.et_right_sidebar .et-protected-form {
        padding: 15px !important
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    body.et_full_width_page .pricing-table {
        width: 50%
    }
}

@media (max-width: 767px) {
    .et_left_tabs_bg {
        width: 50px
    }

    .et-tabs-container .et-tabs-control,
    .tabs-left .et-tabs-control {
        display: none
    }

    .tabs-left ul.et_shortcodes_mobile_nav {
        display: block;
        width: 51px
    }

    .tabs-left ul.et_shortcodes_mobile_nav a {
        display: block;
        height: 49px;
        width: 100%
    }

    .tabs-left .et-tabs-content {
        margin-left: 75px
    }

    .et-tabs-container ul.et_shortcodes_mobile_nav {
        display: block
    }

    .et-tabs-container ul.et_shortcodes_mobile_nav li {
        width: 50%
    }

    .et-pricing {
        margin-top: 0
    }

    body.et_full_width_page .pricing-table,
    body.et_left_sidebar .pricing-table,
    body.et_right_sidebar .pricing-table {
        width: 100%;
        margin-bottom: 35px
    }

    .pricing-big {
        top: 0
    }

    body.et_full_width_page .one_fourth,
    body.et_full_width_page .one_half,
    body.et_full_width_page .one_third,
    body.et_full_width_page .three_fourth,
    body.et_full_width_page .two_third {
        float: none;
        margin-right: 0;
        width: auto;
        margin-bottom: 10px
    }

    body.et_full_width_page .et-protected,
    body.et_full_width_page .et-testimonial-box {
        width: auto !important
    }

    body.et_full_width_page .et-protected-form {
        padding: 15px !important
    }

    body.et_left_sidebar .author-shortcodes .author-inner,
    body.et_right_sidebar .author-shortcodes .author-inner {
        padding: 27px 27px 17px
    }

    body.et_left_sidebar .author-shortcodes .author-image,
    body.et_right_sidebar .author-shortcodes .author-image {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 10px
    }

    body.et_left_sidebar .quote-center .et_quote_additional_sign,
    body.et_right_sidebar .quote-center .et_quote_additional_sign {
        right: -13px
    }

    body.et_left_sidebar .et_shortcodes_controls,
    body.et_right_sidebar .et_shortcodes_controls {
        display: none
    }

    body.et_left_sidebar .et_shortcodes_controls_arrows a,
    body.et_right_sidebar .et_shortcodes_controls_arrows a {
        text-indent: -9999px
    }
}

@media (max-width: 479px) {
    .et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev {
        padding-left: 26px
    }

    .et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
        left: 10px
    }

    .et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next {
        padding-right: 26px
    }

    .et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
        right: 10px
    }

    body.et_full_width_page .author-shortcodes .author-inner {
        padding: 27px 27px 17px
    }

    body.et_full_width_page .author-shortcodes .author-image {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 10px
    }

    body.et_full_width_page .quote-center .et_quote_additional_sign {
        right: -13px
    }

    body.et_full_width_page .et_shortcodes_controls {
        display: none
    }

    body.et_full_width_page .et_shortcodes_controls_arrows a {
        text-indent: -9999px
    }

    .et-box:before,
    .et-testimonial:before {
        display: none
    }

    .et-box-content {
        padding: 27px 27px 17px
    }

    .et-testimonial {
        padding: 25px
    }
}

.mfp-wrap .mfp-container button:hover {
    background: transparent !important
}

.mfp-wrap .mfp-arrow:active {
    position: absolute;
    top: 50%
}

.mfp-wrap .mfp-close:active {
    position: absolute;
    top: -10px
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mfp-fade.mfp-bg {
    opacity: .001;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-fade .mfp-wrap .mfp-content {
    opacity: .001;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mfp-bg {
    z-index: 1000000;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1000001;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-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: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    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-arrow {
    position: absolute;
    opacity: .55;
    filter: alpha(opacity=55);
    top: 50%;
    margin: -32px 0 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow-left {
    left: 10px
}

.mfp-arrow-right {
    right: 10px
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-arrow {
    background: none !important;
    margin-top: -32px !important;
    line-height: 1em !important
}

.mfp-arrow,
.mfp-arrow:after {
    width: 48px !important;
    height: 48px !important
}

.mfp-arrow:after {
    margin: 0 !important;
    top: 0 !important;
    border: none !important
}

.mfp-arrow-left {
    left: 0 !important
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border: none;
    font-size: 64px;
    color: #fff
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
    display: none
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    content: "\34"
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    content: "\35"
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    font-size: 64px;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 200;
    top: -10px;
    opacity: .2
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
    opacity: 1
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height: 300px),
screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        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, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.26.6.1564764551
Updated: 2019-08-03 00:49:11

*/


#evcal_list .eventon_list_event .desc_trig,
.evcal_evdata_img,
.event_description .evcal_close,
.evcal_btn,
.evo_sort_btn,
.calendar_header .evcal_arrows,
.desc_trig,
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:after,
.evcal_desc .evcal_desc3 em.evocmd_button,
.evo_metarow_socialmedia a.evo_ss,
.evo_metarow_socialmedia a.evo_ss i,
.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.mart5 {
    margin-top: 5px
}

.mart10 {
    margin-top: 10px
}

.mart15 {
    margin-top: 15px
}

.mart20 {
    margin-top: 20px
}

.mart25 {
    margin-top: 25px
}

.mart30 {
    margin-top: 30px
}

.mart40 {
    margin-top: 40px
}

.mart50 {
    margin-top: 50px
}

.marb5 {
    margin-bottom: 5px
}

.marb10 {
    margin-bottom: 10px
}

.marb15 {
    margin-bottom: 15px
}

.marb20 {
    margin-bottom: 20px
}

.marb25 {
    margin-bottom: 25px
}

.marb30 {
    margin-bottom: 30px
}

.marb35 {
    margin-bottom: 35px
}

.marb40 {
    margin-bottom: 40px
}

.marb45 {
    margin-bottom: 45px
}

.marb50 {
    margin-bottom: 50px
}

.padb5 {
    padding-bottom: 5px
}

.padb10 {
    padding-bottom: 10px
}

.padb15 {
    padding-bottom: 15px
}

.padb20 {
    padding-bottom: 20px
}

.padb25 {
    padding-bottom: 25px
}

.padb30 {
    padding-bottom: 30px
}

.padb40 {
    padding-bottom: 40px
}

.padb50 {
    padding-bottom: 50px
}

.padt5 {
    padding-top: 5px
}

.padt10 {
    padding-top: 10px
}

.padt15 {
    padding-top: 15px
}

.padt20 {
    padding-top: 20px
}

.padt25 {
    padding-top: 25px
}

.padt30 {
    padding-top: 30px
}

.padt40 {
    padding-top: 40px
}

.padt50 {
    padding-top: 50px
}

.padt60 {
    padding-top: 60px
}

.pad5 {
    padding: 5px
}

.pad10 {
    padding: 10px
}

.pad15 {
    padding: 15px
}

.pad20 {
    padding: 20px
}

.pad25 {
    padding: 25px
}

.ttu {
    text-transform: uppercase
}

.tar {
    text-align: right
}

.tac {
    text-align: center
}

.wid33 {
    width: 33.3%
}

.wid66 {
    width: 66.6%
}

.fleft {
    float: left
}

.ajde_evcal_calendar {
    width: 100%;
    text-align: left;
    white-space: normal;
    position: relative;
    color: gray;
    padding-bottom: 10px
}

.ajde_evcal_calendar img,
.evo_location_map img {
    max-width: none;
    box-shadow: none !important;
    display: block
}

.ajde_evcal_calendar .gmnoprint img {
    max-width: none !important
}

.ajde_evcal_calendar>* {
    margin: 0;
    padding: 0
}

.evcal_evdata_row .padt5 {
    padding-top: 5px
}

.evcal_evdata_row .padb10 {
    padding-bottom: 10px
}

.bordr {
    border-right: 1px solid #f1f1f1
}

#evcal_list .bordb {
    border-bottom: 1px solid #f1f1f1
}

body .ajde_evcal_calendar a,
.ajde_evcal_calendar a:hover {
    text-decoration: none !important;
    box-shadow: none;
    -webkit-box-shadow: none
}

.ajde_evcal_calendar ul,
#evcal_list {
    list-style: none;
    padding: 0;
    margin: 0
}

.ajde_evcal_calendar .eventon_list_event {
    margin-left: 0;
    list-style: none
}

.ajde_evcal_calendar strong {
    font-weight: 400
}

.ajde_evcal_calendar .eventon_desc_in strong {
    font-weight: 700
}

.eventon_desc_in img {
    max-width: 100%
}

.ajde_evcal_calendar .eventon_events_list p {
    padding: 0;
    margin-bottom: 5px;
    margin-top: 0
}

.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul {
    font-style: normal;
    font-size: 13px;
    padding-left: 15px;
    color: gray
}

.ajde_evcal_calendar .eventon_list_event .desc_trig_outter,
.ajde_evcal_calendar.eventon_single_event #evcal_list p.desc_trig_outter,
.eventon_events_list .desc_trig_outter,
.desc_trig_outter a.evcal_list_a {
    margin: 0
}

body .evo_hide {
    display: none
}

body .ajde_evcal_calendar h4.evo_h4,
.evo_content_in h4.evo_h4 {
    color: gray;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400
}

.eventon_list_event .evcal_desc span.evcal_event_title,
.evo_metarow_ICS .evcal_evdata_cell p a,
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,
.evo_clik_row .evo_h3,
body .ajde_evcal_calendar h4.evo_h4,
.evo_content_in h4.evo_h4,
.eventon_main_section #evcal_cur,
.ajde_evcal_calendar .calendar_header p.evo_month_title,
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span,
.ajde_evcal_calendar .evcal_month_line p {
    font-weight: 700
}

.ajde_evcal_calendar .calendar_header p,
.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
.evo_lightbox_content h3.evo_h3,
body .ajde_evcal_calendar h4.evo_h4,
.evo_content_in h4.evo_h4,
.evo_metarow_ICS .evcal_evdata_cell p a,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
.eventon_list_event .evcal_desc span.evcal_event_title,
.evcal_desc span.evcal_desc2,
.evo_metarow_ICS .evcal_evdata_cell p a,
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,
.evo_clik_row .evo_h3,
.evotax_term_card .evotax_term_details h2,
.evotax_term_card h3.evotax_term_subtitle,
.ajde_evcal_calendar .evo_sort_btn,
.eventon_main_section #evcal_cur,
.ajde_evcal_calendar .calendar_header p.evo_month_title,
.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
.eventon_events_list .eventon_list_event .evcal_cblock,
.ajde_evcal_calendar .evcal_month_line,
.eventon_event .event_excerpt_in h3 {
    font-family: roboto, 'arial narrow'
}

.ajde_evcal_calendar .eventon_events_list p,
.eventon_events_list .eventon_list_event .evcal_desc span,
.evo_pop_body .evcal_desc span,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
.evo_pop_body .evcal_btn,
.evcal_btn,
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span,
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
#evcal_list .eventon_list_event .evoInput,
.evo_pop_body .evoInput,
.evcal_evdata_row .evcal_evdata_cell p,
#evcal_list .eventon_list_event p.no_events,
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.evoGuideCall em,
.evo_cal_above span,
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
.eventon_sort_line p,
.eventon_filter_line p {
    font-family: 'open sans', arial
}

.evopopclose,
.evolbclose {
    font-family: 'open sans', arial
}

.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
.evo_lightbox .evcal_btn,
body .evcal_btn,
.evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn,
.evcal_btn {
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    padding: 5px 18px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 20px;
    border: none;
    color: #fff;
    background: #f8c389;
    font-style: normal;
    cursor: pointer
}

.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover,
.evo_pop_body .evcal_btn:hover,
.evcal_btn:hover {
    opacity: .8;
    text-decoration: none
}

.eventon_list_event .evo_btn_secondary,
.evo_btn_secondary {
    color: #fff;
    font: bold 14px arial;
    display: inline-block;
    padding: 3px 8px !important;
    margin-top: 4px;
    text-transform: uppercase;
    background-color: #d2d2d2;
    cursor: pointer
}

.eventon_list_event .evo_btn_secondary:hover,
.evo_btn_secondary:hover {
    background-color: #bebebe;
    text-decoration: none
}

.ajde_evcal_calendar .calendar_header {
    min-height: 37px;
    padding: 0;
    margin: 5px 0 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ajde_evcal_calendar .evo_layout_changer {
    position: absolute;
    right: 0;
    z-index: 3
}

.ajde_evcal_calendar .evo_layout_changer i {
    margin-left: 5px;
    opacity: .3;
    cursor: pointer
}

.ajde_evcal_calendar .evo_layout_changer i:hover {
    opacity: .5
}

.ajde_evcal_calendar .evo_layout_changer i.on {
    opacity: .7
}

.ajde_evcal_calendar.ul .calendar_header {
    min-height: 0;
    margin: 0
}

.ajde_evcal_calendar #evcal_prev {
    margin-left: 15px
}

.ajde_evcal_calendar #evcal_next {
    margin-left: 7px
}

.ajde_evcal_calendar a#evcal_prev:hover {
    background-position: -5px -17px
}

.ajde_evcal_calendar a#evcal_next:hover {
    background-position: -20px -17px
}

.ajde_evcal_calendar .calendar_header p {
    height: 36px;
    line-height: 36px;
    margin: 0 !important;
    font-size: 36px;
    font-weight: 400;
    float: left;
    color: #ababab;
    text-transform: uppercase;
    padding-top: 1px;
    padding-bottom: 0;
    width: auto
}

.ajde_evcal_calendar .calendar_header p.evo_cal_other_header {
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0;
    display: block;
    line-height: 100%;
    height: auto
}

.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    font-size: 24px;
    margin-top: 4px;
    position: absolute;
    left: 12px;
    width: auto;
    height: 100%;
    line-height: 100% !important;
    vertical-align: middle
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa {
    color: #fff
}

.ajde_evcal_calendar .calendar_header .evcal_arrows {
    text-align: center;
    float: left;
    height: 35px;
    width: 35px;
    display: block;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    color: #e2e2e2;
    position: relative
}

.ajde_evcal_calendar .calendar_header p.evo_arrows {
    float: left
}

.ajde_evcal_calendar .calendar_header p.evo_arrows.right {
    float: right
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
    background-color: #e2e2e2
}

.evomb_section .evoGuideCall {
    padding: 0;
    font-style: normal
}

#ajde_customization .evoGuideCall {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    background-color: #9d9d9d;
    border-color: #9d9d9d;
    color: #fff
}

.evoGuideCall {
    padding: 0;
    margin-left: 4px;
    text-align: center;
    background-color: #9d9d9d;
    font-style: normal;
    position: absolute;
    cursor: pointer;
    width: 13px;
    height: 14px;
    line-height: 110%;
    border: 1px solid #9d9d9d;
    opacity: .4;
    font: 11px 'times new roman';
    border-radius: 3px;
    color: #fff
}

.evoGuideCall:hover {
    opacity: 1;
    background-color: #828282
}

.evoGuideCall:hover em {
    display: block
}

.evoGuideCall em {
    font-size: 11px;
    display: none;
    position: absolute;
    left: -1px;
    width: 200px;
    background-color: #487e8a;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    bottom: 22px;
    z-index: 900;
    text-align: center
}

.evoGuideCall em a {
    color: #fff
}

.evoGuideCall.L em {
    right: -1px;
    left: auto
}

.evoGuideCall em:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: #487e8a transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 5px
}

.evoGuideCall.L em:before {
    left: auto;
    right: 5px;
    border-width: 0 9px 9px 0;
    border-color: transparent #487e8a transparent transparent
}

.evomb_header p span.evoGuideCall {
    color: #fff
}

.evo-jumper {
    margin-bottom: 5px;
    position: relative
}

.evo_cal_above {
    padding-bottom: 5px
}

.evo_cal_above span {
    opacity: .4;
    background-color: #adadad;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 4px
}

.evo_cal_above span.evo-search {
    min-height: 20px
}

.evo_cal_above span:hover {
    opacity: 1
}

.evo_j_container {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0
}

.ajde_evcal_calendar .calendar_header .evo_j_dates {
    margin-bottom: 5px
}

body .ajde_evcal_calendar .calendar_header .evo_j_dates .legend {
    text-transform: uppercase;
    color: #6e6e6e;
    font-size: 12px;
    padding: 0;
    border-radius: 5px;
    font-size: 12px;
    color: #5d5d5d;
    line-height: 100%;
    height: auto;
    background-color: transparent
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover {
    background-color: #e6e6e6
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current {
    background-color: #cfcfcf;
    color: #fff
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set {
    background-color: #f79191;
    color: #fff
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a {
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    color: #a0a09f;
    background-color: #f5f5f5;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    font-family: roboto, 'arial narrow';
    font-weight: 700;
    text-align: center
}

.ajde_evcal_calendar .calendar_header .evo_j_dates.evo_j_years .legend a {
    width: auto
}

.ajde_evcal_calendar .calendar_header .evo_j_months {
    position: relative
}

#evcal_widget .ajde_evcal_calendar .calendar_header .evo_j_dates .legend {
    font-size: 10px
}

#evcal_widget #evcal_head .evo_j_dates .legend a {
    padding: 4px;
    font-size: 9px;
    min-width: 15px
}

#evcal_widget .event_description .evo_metarow_time_location .evcal_col50 {
    display: block;
    width: 100%;
    border-right: none
}

.eventon_sorting_section {
    margin: 10px 0;
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 5px
}

.eventon_sort_line .evs,
.eventon_sort_line .evs_3 p,
.eventon_sf_field,
.eventon_filter_selection {
    float: left;
    margin-right: 5px;
    position: relative
}

.evs_sec_list p {
    cursor: pointer
}

.eventon_filter_line .filtering_set_val {
    color: #606060
}

.eventon_filter_line .filtering_set_val,
.eventon_sort_line .eventon_sf_cur_val p {
    cursor: pointer;
    padding: 1px 6px;
    border-radius: 4px
}

.eventon_filter_line .filtering_set_val i.fa {
    margin-right: 5px
}

.eventon_filter_line .filtering_set_val:hover {
    background-color: #d2d2d2;
    color: #fff
}

.eventon_filter_line .filtering_set_val.show {
    background-color: #a5a5a5;
    color: #fff
}

.eventon_filter_line .eventon_sf_field p {
    padding: 1px 0
}

.eventon_sort_line p,
.eventon_filter_line p,
.eventon_sf_field p {
    color: #a8a8a8;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px
}

.eventon_filter_dropdown,
.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line {
    position: absolute;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    z-index: 500;
    -webkit-box-shadow: 0px 0px 3px #d9d9d9;
    box-shadow: 0px 0px 3px #d9d9d9;
    border-radius: 5px;
    overflow: auto;
    min-width: 150px
}

.eventon_filter_dropdown p,
.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p {
    border-bottom: 1px solid #d9d9d9;
    padding: 8px;
    line-height: 130%;
    margin: 0;
    cursor: pointer;
    display: block;
    border-left: 2px solid transparent;
    color: #929292;
    position: relative;
    height: auto;
    float: none;
    font-size: 12px
}

.eventon_filter_dropdown p:hover,
.evo-sort-btn .eventon_sort_line p:hover {
    background-color: #f7f7f7;
    color: #606060;
    border-left-color: #c7c7c7
}

.eventon_filter_dropdown p.select,
.selecttype .eventon_filter_dropdown p,
.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select {
    background-color: #f7f7f7;
    padding-left: 30px
}

.eventon_filter_line .eventon_filter_dropdown p.select:before,
.eventon_filter_line.selecttype .eventon_filter_dropdown p:before,
.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select:before {
    content: "\f058";
    display: inline-block;
    font-family: 'evo_FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    left: 5px;
    position: absolute;
    color: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px
}

.eventon_filter_line.selecttype .eventon_filter_dropdown p.select:before {
    content: "\f058"
}

.eventon_filter_line.selecttype .eventon_filter_dropdown p:before {
    content: "\f10c"
}

.eventon_filter_dropdown p.has_icon {
    padding-left: 30px
}

.eventon_filter_dropdown p.has_icon.select {
    padding-left: 50px
}

.eventon_filter_dropdown p.np {
    border-left: 5px solid #e0e0e0
}

.eventon_filter_dropdown p.select.has_icon i.fa {
    left: 30px
}

.eventon_filter_dropdown p i.fa {
    display: block;
    position: absolute;
    left: 5px
}

.ajde_evcal_calendar .evo_sort_btn {
    height: 15px;
    width: auto;
    font-style: italic;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: none;
    color: gray
}

.eventon_filter_line.selecttype .eventon_filter .eventon_sf_field p {
    display: none
}

.eventon_filter_line.selecttype .eventon_filter .eventon_filter_selection {
    margin: 0
}

.eventon_filter_line.selecttype .eventon_filter {
    margin-right: 5px
}

.eventon_sorting_section p.evo_filter_submit {
    margin: 0;
    color: #989898;
    border: 1px solid #989898;
    padding: 1px 15px 2px;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    text-transform: uppercase
}

.eventon_sorting_section p.evo_filter_submit:hover {
    background-color: #f1f1f1
}

.ajde_evcal_calendar .eventon_sort_line,
.eventon_filter_line {
    padding-left: 0;
    position: relative;
    margin: 0;
    float: left
}

.eventon_sorting_section .eventon_sort_line+.eventon_filter_line {
    border-left: 1px solid #c4c4c4;
    padding-left: 10px
}

.eventon_filter_line .eventon_filter {
    display: block;
    float: left;
    margin-right: 10px
}

.evo_fc_widget .eventon_filter_line {
    padding-left: 0;
    border-left: none
}

.evo_cal_above .evo-filter-btn:before,
.evo_cal_above .evo-sort-btn:before {
    content: "\f0b0";
    display: inline-block;
    font-family: 'evo_FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px
}

.evo_cal_above .evo-filter-btn,
.evo_cal_above .evo-sort-btn {
    position: relative
}

.evo_cal_above .evo-sort-btn:before {
    content: "\f0dc";
    text-align: center;
    font-style: 14px
}

#evcal_widget .eventon_filter_line .eventon_filter {
    float: none
}

.evo-sort-btn .eventon_sort_line {
    left: 0
}

.evo-sort-btn.show,
.evo-sort-btn.show:hover,
.evo-filter-btn.show {
    opacity: 1;
    display: inline-block !important
}

#evcal_widget .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p {
    font-size: 12px
}

.ajde_evcal_calendar.het .evcal_cblock .evo_end {
    display: none
}

.eventon_event .eventon_events_list {
    border-top: 1px solid #e5e5e5
}

.eventon_event .evcal_list_a .evo_month {
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 130%
}

.eventon_event .event_excerpt_in {
    padding: 20px;
    border-left: 1px solid #e5e5e5;
    background-color: #f9f9f9
}

.eventon_event .event_excerpt_in h3 {
    font-weight: 700;
    font-size: 16px;
    color: #6b6b6b;
    text-transform: uppercase;
    margin: 0
}

.eventon_event .event_excerpt_in p {
    font-size: 12px;
    color: #a0a0a0
}

.noaction.eventon_events_list .desc_trig {
    cursor: default
}

#eventon_loadbar {
    height: 5px;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
    background-color: #efefef;
    display: none;
    position: relative;
    overflow: hidden
}

@keyframes fontbulger {
    0% {
        left: 0;
        margin-left: -50px
    }

    100% {
        left: 100%;
        margin-left: -50px
    }
}

#eventon_loadbar:before {
    content: "";
    width: 100px;
    height: 100%;
    display: block;
    background-color: #f5b87a;
    position: absolute;
    left: 0;
    animation-name: fontbulger;
    animation-duration: .7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: none;
    animation-delay: 0s
}

#eventon_loadbar_section {
    height: auto;
    width: 100%;
    margin-top: 6px
}

.evoloadbar:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 3;
    border-bottom: 5px solid #efefef
}

.evoloadbar:after {
    content: "";
    width: 100px;
    height: 5px;
    display: block;
    background-color: #f5b87a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    animation-name: fontbulger;
    animation-duration: .7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: none;
    animation-delay: 0s
}

.evoloadbar.bottom:before {
    bottom: 0;
    top: auto
}

.evoloadbar.bottom:after {
    bottom: 0;
    top: auto
}

#evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc,
.sin_val.hasFtIMG .evcal_desc {
    padding-left: 150px
}

#evcal_list .eventon_list_event p.no_events {
    padding: 8px 12px;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase
}

.ajde_evcal_calendar.cev #evcal_list {
    border-radius: 8px
}

.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a {
    border-width: 0;
    border-color: transparent
}

.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a:hover {
    border-width: 7px
}

.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a span,
.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a em,
#evcal_widget .ajde_evcal_calendar.cev .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em {
    color: #fff
}

.ajde_evcal_calendar.cev #evcal_list .evcal_list_a:after {
    display: none
}

.ajde_evcal_calendar.cev .evcal_cblock .evo_end:before {
    background-color: #fff
}

.ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em,
.ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em i {
    color: #fff
}

.ajde_evcal_calendar.cev.sev #evcal_list {
    border: none
}

.ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event {
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden
}

.ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event.open .desc_trig {
    border-radius: 8px 8px 0 0
}

.ajde_evcal_calendar.bub.cev.sev #evcal_list .eventon_list_event {
    overflow: visible
}

.ajde_evcal_calendar.bub #evcal_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    position: relative
}

.ajde_evcal_calendar.bub #evcal_list .eventon_list_event {
    margin: 0 10px 10px 0
}

.ajde_evcal_calendar.bub #evcal_list .eventon_list_event a {
    border-radius: 20px;
    padding: 10px 2px
}

.ajde_evcal_calendar.bub #evcal_list .evcal_desc {
    display: none
}

.ajde_evcal_calendar.bub #evcal_list .evcal_cblock {
    display: block;
    position: relative
}

.ajde_evcal_calendar.bub .evcal_cblock .evo_end:before {
    background-color: #fff
}

.evo_bub_box {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px -4px #000;
    border-radius: 8px;
    position: absolute;
    z-index: 99
}

.ajde_evcal_calendar.bub .month_long.evcal_list_a span.mnl .evo_start em,
.ajde_evcal_calendar.bub .year_long.evcal_list_a span.yrl .evo_start em {
    font-size: 16px;
    padding: 20px 0;
    opacity: 1
}

#evcal_list .eventon_list_event a.desc_trig,
#evcal_list p {
    display: none;
    text-decoration: none
}

#evcal_list .eventon_list_event .event_description p,
#evcal_list .eventon_list_event p a.desc_trig,
#evcal_list .eventon_list_event p.desc_trig_outter,
#evcal_list p.no_events,
#evcal_list .evose_repeat_header p,
#evcal_list .evcal_month_line p {
    display: block
}

#evcal_list {
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden
}

.ajde_evcal_calendar .eventon_events_list .eventon_list_event {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    list-style-type: none
}

.eventon_events_list .eventon_list_event .desc_trig {
    cursor: pointer
}

.eventon_events_list .eventon_list_event .desc_trig:hover {
    background-color: #fdfdfd;
    border-left-width: 7px
}

.eventon_events_list .eventon_list_event a {
    text-decoration: none;
    border-bottom: none;
    color: gray
}

.eventon_events_list .eventon_list_event .evcal_list_a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    display: block
}

.eventon_events_list .eventon_list_event .evcal_list_a {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px 0 15px;
    overflow: hidden;
    border-left-width: 3px;
    border-left-style: solid;
    min-height: 63px;
    border-bottom: none;
    float: none
}

.eventon_events_list .eventon_list_event .evcal_list_a.featured_event {
    background-color: #fff6e2
}

.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover {
    background-color: #ffecc5
}

.eventon_events_list .eventon_list_event .evcal_list_a.completed-event .evcal_event_title {
    text-decoration: line-through
}

.eventon_events_list a,
.eventon_events_list a:hover {
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none
}

.ajde_evcal_calendar .clear,
.evo_lightbox .clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    display: block
}

.eventon_events_list .eventon_list_event .evcal_cblock,
.evo_pop_body .evcal_cblock {
    background-color: transparent !important;
    color: gray;
    font-size: 30px;
    padding: 0 8px 2px 13px;
    font-weight: 700;
    position: absolute;
    line-height: 110%;
    min-height: 30px;
    margin: 0 6px 0 0;
    left: 0
}

.eventon_events_list .eventon_list_event .evcal_cblock.mnl,
.evo_pop_body .evcal_cblock.mnl {
    display: none
}

.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock,
.evo_pop_body .hasFtIMG .evcal_cblock {
    left: 90px
}

#evcal_list.sepmonths .evcal_month_line p {
    border-bottom: none
}

#evcal_list.sepmonths {
    border-top: none
}

#evcal_list .sep_month_events {
    border-top: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden
}

.evcal_cblock .evo_start {
    float: left;
    font-size: 30px;
    clear: both
}

.evcal_cblock .evo_end {
    float: left;
    padding-left: 8px;
    font-size: 14px;
    position: relative;
    margin-top: 4px
}

.evcal_cblock .evo_end:before {
    background-color: #ababab;
    height: 2px;
    width: 4px;
    margin-left: 2px;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 50%
}

.ajde_evcal_calendar.boxy .evcal_cblock .evo_end:before {
    background-color: #fff
}

.evcal_cblock .evo_start em.month,
.evcal_cblock .evo_end em.month,
.evcal_cblock .evo_start em.day {
    font-size: 11px;
    font-weight: 400;
    display: block
}

.evcal_cblock .evo_end em.month {
    font-size: 8px
}

.evcal_cblock .evo_end em.year {
    font-size: 8px
}

.evcal_cblock em.time {
    font-size: 10px
}

.evcal_cblock .year {
    font-size: 10px;
    display: block;
    line-height: 10px;
    opacity: .7
}

.evcal_cblock .time,
.evcal_cblock .evo_end.only_time {
    display: none
}

.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span {
    background-color: #f79191;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 9px;
    margin-bottom: 4px;
    text-transform: uppercase;
    margin-right: 5px
}

.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a {
    background: repeating-linear-gradient(45deg, #fdf2f2, #fdf2f2 10px, rgba(250, 250, 250, .5) 10px, rgba(250, 250, 250, .5) 20px)
}

.eventon_events_list .eventon_list_event .evcal_cblock em,
.evo_pop_body .evcal_cblock em {
    font-style: normal;
    text-transform: uppercase;
    line-height: 110%
}

.evcal_cblock .evo_end em.day {
    display: block;
    font-size: 8px;
    font-weight: 400
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_date,
.evo_pop_body .evcal_cblock em.evo_date {
    display: block
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_year,
.evo_pop_body .evcal_cblock em.evo_year {
    font-size: 10px;
    display: block;
    line-height: 10px;
    opacity: .7
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day,
.evo_pop_body .evcal_cblock em.evo_day {
    font-size: 8px;
    font-weight: 400;
    display: block;
    float: left;
    padding-right: 6px
}

.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day {
    color: #b7b7b7;
    margin-bottom: 3px
}

.EvcalWidget .eventon_events_list .evcal_cblock .evo_date em.evo_day,
.widget .eventon_events_list .evcal_cblock .evo_date em.evo_day {
    padding-bottom: 3px
}

.eventon_events_list .eventon_list_event .ev_ftImg {
    background-repeat: no-repeat;
    width: 75px;
    height: 65%;
    max-height: 75px;
    position: absolute;
    margin: auto 0 auto 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    display: block;
    border-radius: 5px
}

.eventon_events_list .eventon_list_event .evcal_cblock span,
.evo_pop_body .evcal_cblock span {
    line-height: 100%;
    vertical-align: super
}

.evcal_cblock .evo_date .start {
    float: left;
    font-size: 30px;
    clear: both
}

.evcal_cblock .evo_date .start em,
.evcal_cblock .evo_date .end em {
    font-size: 11px;
    font-weight: 400;
    display: block;
    margin-left: 6px
}

.evcal_cblock .evo_date .start em {
    margin-left: 0;
    margin-top: 3px
}

.evcal_cblock .evo_date .end em {
    font-size: 8px;
    margin-top: 3px
}

.evcal_cblock .evo_date .end {
    float: left;
    margin-left: 4px;
    font-size: 14px
}

.evcal_cblock .evo_time span.start,
.evcal_cblock .evo_time span.end {
    float: left;
    font-size: 14px;
    clear: both;
    font-weight: 400;
    padding-top: 4px
}

.evcal_cblock .evo_time .evo_day.end {
    clear: both;
    padding-top: 5px
}

.ajde_evcal_calendar #evcal_list .evcal_cblock .evo_time {
    display: none
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.start {
    font-size: 12px
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.end {
    font-size: 11px
}

.eventon_events_list .eventon_list_event .evcal_desc,
.evo_pop_body .evcal_desc,
#page-content p.evcal_desc {
    margin-left: 5px;
    padding: 3px 15px 0 80px;
    margin-bottom: 0;
    top: 0;
    display: block
}

.evo_pop_body .evcal_desc.mnl,
.evo_pop_body .evcal_desc.yrl {
    padding-left: 10px
}

.eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc,
.evo_pop_body .hasFtIMG .evcal_desc {
    padding-left: 170px
}

.eventon_events_list .eventon_list_event .no_val.hasFtIMG .evcal_desc {
    padding-left: 95px
}

.eventon_events_list .eventon_list_event .no_val .evcal_cblock {
    display: none
}

.eventon_events_list .eventon_list_event .no_val .evcal_desc,
#evcal_widget .eventon_events_list .eventon_list_event .no_val .evcal_desc {
    padding-left: 10px
}

.eventon_events_list .eventon_list_event .evcal_desc span,
.evo_pop_body .evcal_desc span {
    display: block;
    color: #262626
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3>*,
.evo_pop_body .evcal_desc .evcal_desc3>* {
    display: inline-block
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,
.evo_pop_body .evcal_desc span.evo_above_title span {
    display: inline-block;
    color: #fff;
    background-color: #f79191;
    border-radius: 5px;
    padding: 3px 9px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 12px
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured,
.evo_pop_body .evcal_desc span.evo_above_title span.featured {
    background-color: #ffcb55
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
.evo_pop_body .evcal_desc .evcal_desc_info {
    font-size: 11px;
    line-height: 120%;
    padding-bottom: 2px;
    opacity: .7
}

.eventon_list_event:hover .evcal_desc .evcal_desc_info {
    opacity: 1
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
.evo_pop_body .evcal_desc span.evcal_desc2 {
    color: gray;
    text-transform: uppercase;
    font-size: 22px
}

.evo_pop_body .evcal_desc span.evcal_desc2 {
    line-height: 130%
}

.evcal_desc .evcal_desc3 {
    min-height: 14px
}

.evcal_desc .evcal_desc3 em {
    font-size: 11px;
    line-height: 110%;
    color: #797979;
    float: left;
    display: block;
    padding-right: 6px
}

.evcal_desc .evcal_desc3 em i {
    color: #c8c8c8
}

.evcal_desc .evcal_desc3 span.evcal_event_types em i.fa {
    margin-right: 6px
}

.evcal_desc .evcal_cmd i.fa {
    margin-right: 5px
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle {
    color: gray;
    text-transform: uppercase;
    font-size: 16px
}

.editEventBtnET {
    cursor: pointer;
    margin-left: 5px
}

.editEventBtnET:hover {
    opacity: .5
}

.eventon_events_list .evoShow_more_events:hover {
    opacity: .7
}

.eventon_events_list .evoShow_more_events {
    text-align: center;
    background-color: #e5e5e5;
    color: #929292;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0;
    margin: 0
}

.eventon_events_list .ft_event.evcal_list_a .evcal_desc .evcal_event_title {
    font-size: 20px;
    font-weight: 400
}

.eventon_events_list .ft_event.evcal_list_a {
    background-color: #f9f9f9
}

.eventon_events_list .eventon_list_event a.ft_event .evcal_cblock em.evo_date {
    color: #6b6b6b
}

.eventon_events_list .eventon_list_event .evcal_desc em,
.evo_pop_body .evcal_desc em {
    font-weight: 400;
    margin-bottom: 3px
}

.eventon_events_list .eventon_list_event .evcal_desc em.evcal_alldayevent_text {
    text-transform: capitalize
}

.evcal_desc .evcal_desc3 em.evocmd_button,
#evcal_list .evcal_desc .evcal_desc3 em.evocmd_button {
    padding: 4px 6px;
    border-radius: 5px;
    background-color: #237dbd;
    color: #fff;
    cursor: pointer;
    display: inline-block
}

.evcal_desc .evcal_desc3 em.evocmd_button:hover {
    opacity: .5
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_location,
.evo_pop_body .evcal_desc .evcal_location,
.eventon_events_list .eventon_list_event .evcal_desc .evcal_time,
.evo_pop_body .evcal_desc .evcal_time {
    font-style: normal;
    padding-left: 15px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    text-transform: capitalize
}

.evcal_location .event_location_name {
    font-style: normal
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_time:before,
.evo_pop_body .evcal_desc em.evcal_time:before {
    content: "\f017"
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_location,
.evo_pop_body .evcal_desc .evcal_location {
    display: inline-block
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_location:before,
.evo_pop_body .evcal_desc em.evcal_location:before {
    content: "\f041"
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_time:before,
.evo_pop_body .evcal_desc em.evcal_time:before,
.eventon_events_list .eventon_list_event .evcal_desc .evcal_location:before,
.evo_pop_body .evcal_desc em.evcal_location:before {
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    font-family: 'evo_FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.eventon_events_list .eventon_list_event .event_description {
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    position: relative
}

.eventon_events_list .eventon_list_event .event_description,
.eventon_events_list .eventon_list_event .event_description .evcal_desc_top {
    border-bottom: 1px solid #e5e5e5
}

.eventon_events_list .eventon_list_event .event_description p {
    float: none
}

.eventon_events_list .eventon_list_event .event_description .evcal_eventbrite,
.eventon_events_list .eventon_list_event .event_description .evcal_desc_top {
    padding: 5px 8px;
    margin-top: 4px
}

.event_description p {
    font-family: arial
}

#evcal_list .eventon_list_event .evoInput,
.evo_pop_body .evoInput {
    padding: 2px 5px;
    border: 1px solid #ddd;
    color: #888;
    font-style: italic;
    font-size: 13px;
    background-color: transparent
}

body .evorow.loading:before,
body .evorow.evoloading:before,
body .evoloading:before {
    content: "";
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/plugins/eventON/assets/css/../images/evo-loader.gif) rgba(245, 245, 245, .71) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: block
}

body .evorow.loading,
body .evorow.evoloading,
body .evoloading {
    position: relative
}

#evcal_list .eventon_list_event .event_description .evcal_gmaps {
    margin-top: 0;
    width: 100%;
    height: 200px;
    max-width: none
}

.evo_pop_body .evcal_gmaps * {
    max-width: none
}

#evcal_list .evorow.getdirections,
.evo_pop_body .evorow.getdirections {
    padding: 0;
    background-color: #fff
}

#evcal_list .evorow.getdirections form,
.evo_pop_body .evorow.getdirections form {
    margin: 0
}

#evcal_list .evorow.getdirections p,
.evo_pop_body .evorow.getdirections p {
    position: relative;
    margin: 0;
    overflow: hidden
}

#evcal_list .evorow.getdirections .evoInput,
.evo_pop_body .evorow.getdirections .evoInput {
    width: 100%;
    font-size: 16px;
    border: none;
    padding: 8px 20px;
    margin: 0
}

#evcal_list .evorow.getdirections .evcalicon_9,
.evo_pop_body .evorow.getdirections .evcalicon_9 {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #858585;
    font-size: 18px;
    background: 0 0;
    height: 100%
}

#evcal_list .evorow.getdirections .evcalicon_9:hover,
.evo_pop_body .evorow.getdirections .evcalicon_9:hover {
    opacity: .7
}

.evcal_evdata_row .evcal_evdata_custometa_icons {
    display: block;
    position: absolute;
    padding: 0;
    width: 31px;
    height: 30px
}

.evcal_evdata_row .evcal_evdata_icons,
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_icons {
    display: block;
    position: absolute;
    padding: 0;
    width: 31px;
    height: 30px
}

.evcal_evdata_row h3 .evcal_evdata_icons {
    display: none
}

.evcal_evdata_row .evcal_evdata_cell h2,
.evcal_evdata_row .evcal_evdata_cell h3 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 100%;
    float: none
}

.evcal_evdata_row {
    padding: 25px;
    position: relative
}

.evo_metarow_directimg,
.evcal_evdata_row {
    background-color: #fff
}

.evcal_evdata_row.evo_metarow_ICS {
    padding: 20px 25px
}

.evcal_evdata_row.evo_metarow_socialmedia {
    padding: 15px
}

.evo_metarow_socialmedia .evo_sm {
    display: inline-block;
    height: 50px;
    text-align: center
}

.evo_metarow_socialmedia a.evo_ss {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    margin: 0 5px
}

#evcal_widget .evo_metarow_socialmedia a.evo_ss i {
    font-size: 15px
}

#evcal_widget .evo_metarow_socialmedia .evo_sm {
    width: 40px;
    height: 40px
}

.evo_metarow_socialmedia a.evo_ss:hover {
    background-color: #909090
}

.evo_metarow_socialmedia a.evo_ss:hover i {
    color: #fff
}

.evo_metarow_socialmedia a.evo_ss i {
    margin-top: 15px;
    font-size: 20px;
    color: #909090;
    display: inline-block;
    opacity: 1
}

.evo_fc_widget .evo_metarow_socialmedia .evo_sm {
    height: 35px;
    width: 40px
}

.evo_fc_widget .evo_metarow_socialmedia .evo_sm i {
    margin-top: 8px;
    font-size: 18px
}

@media (max-width: 480px) {
    .evo_metarow_socialmedia .evo_sm {
        height: 35px;
        width: 40px
    }

    .evo_metarow_socialmedia a.evo_ss i {
        font-size: 18px;
        margin-top: 8px
    }
}

#evcal_list .eventon_list_event .evcal_eventcard .evo_ics,
.evo_pop_body p.evo_ics {
    padding: 10px 0;
    margin: 0;
    position: relative
}

.evo_pop_body p.evo_ics {
    padding: 5px 0 10px
}

.evcal_eventcard .evo_ics.evcal_col50,
#evcal_list .eventon_list_event .evcal_eventcard .evo_ics.evcal_col50 {
    padding: 0;
    margin: 0;
    vertical-align: top
}

.evcal_eventcard .evo_ics.evcal_col50 a {
    padding-top: 5px;
    display: inline-block;
    padding-right: 10px
}

.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p,
.evo_metarow_ICS .evcal_evdata_cell p {
    margin: 0;
    padding: 0
}

.evo_ics.evo_clik_row .evo_h3 {
    padding: 0
}

.evo_metarow_ICS .evcal_evdata_cell p a,
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a {
    text-transform: uppercase;
    font-style: normal;
    font-size: 14px;
    color: #6b6b6b;
    padding-right: 15px;
    padding-top: 0;
    margin-top: 3px;
    display: inline-block
}

.evo_metarow_ICS .evcal_evdata_cell p a:hover,
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a:hover,
.evo_ics.evo_clik_row .evo_h3 a:hover {
    opacity: .6
}

.evo_metarow_learnMICS .evcal_col50 i.fa {
    margin-top: 5px
}

.evo_clik_row.evcal_evdata_row {
    display: block;
    border-bottom: none
}

.evo_clik_row .evcal_evdata_row,
.evo_clik_row.evcal_evdata_row {
    display: block;
    padding: 20px 25px;
    margin: 0
}

.evo_clik_row .evcal_evdata_row {
    background: 0 0
}

.evo_clik_row .evo_h3 {
    padding: 5px 0 5px 30px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0
}

.evorow.tb,
.evorow .tb {
    display: table;
    width: 100%
}

.evorow.tb .evcal_col50,
.evorow .tb .evcal_col50 {
    display: table-cell;
    float: none
}

.evorow.tb .tbrow,
.evorow .tb .tbrow {
    display: table-row
}

.evorow.lastrow {
    padding-right: 55px
}

.dark1 {
    background-color: #efefef
}

.dark1:hover {
    background-color: #e8e8e8;
    text-decoration: none
}

.event_description .evcal_close:hover {
    background-color: #f1f1f1
}

.event_description .evcal_close {
    display: none
}

.evo_pop_body .evorow.lastrow {
    padding-right: 0
}

.evo_pop_body .evcal_close.evo_card_row_end {
    display: none
}

.event_description .evo_card_row_end {
    background-color: #f7f7f7;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    cursor: pointer
}

.evo_sin_page .event_description .evo_card_row_end {
    display: none
}

.event_description .evo_card_row_end:before {
    content: "\f077";
    display: block;
    font-family: 'evo_FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    padding-top: 8px;
    opacity: .4
}

.evortl #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
.evortl.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
.evortl .eventon_events_list .eventon_list_event .evcal_desc span,
.evortl.eventon_events_list .eventon_list_event .evcal_desc span,
.evortl .evcal_evdata_row .evcal_evdata_cell h3,
.evortl .eventon_events_list .eventon_list_event .evcal_desc,
.evortl.eventon_events_list .eventon_list_event .evcal_desc,
.evortl #evcal_list .eventon_list_event .evcal_eventcard p,
.evortl .evcal_evdata_row .evcal_evdata_cell,
.evortl #evcal_list .eventon_list_event p.no_events {
    text-align: right
}

.evortl .eventon_events_list .eventon_list_event .evcal_desc,
.evortl.eventon_events_list .eventon_list_event .evcal_desc {
    padding-right: 80px;
    padding-left: 15px
}

.evortl.eventon_events_list .eventon_list_event .evcal_cblock,
.evortl .eventon_events_list .eventon_list_event .evcal_cblock {
    right: 0;
    left: auto
}

.evortl.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {
    right: 90px
}

.evortl.eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc {
    padding-right: 170px
}

.evortl.eventon_events_list .eventon_list_event .hasFtIMG .ev_ftImg {
    right: 0;
    margin-right: 10px
}

.evortl .evcal_desc .evcal_desc3 em {
    float: none;
    display: inline-block
}

.evortl .evcal_evdata_row .evcal_evdata_cell {
    padding-right: 45px;
    padding-left: 0
}

.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows {
    float: right;
    padding-right: 10px
}

.evortl #evcal_cur {
    float: right
}

.evortl .evo_sort_btn {
    display: block;
    text-align: right;
    height: 25px;
    padding-top: 5px
}

.evortl.ajde_evcal_calendar .eventon_sort_line,
.evortl.ajde_evcal_calendar .eventon_filter_line {
    float: right
}

.evortl.ajde_evcal_calendar .eventon_filter_line {
    border-left: none;
    border-right: 1px solid #c4c4c4;
    margin-right: 10px
}

.evortl .eventon_filter_line .eventon_filter {
    float: right
}

.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location,
.evortl .evo_pop_body .evcal_desc .evcal_location,
.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time,
.evortl .evo_pop_body .evcal_desc .evcal_time {
    padding-left: 0;
    padding-right: 15px;
    margin-right: 0;
    margin-left: 5px
}

.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time:before,
.evortl .evo_pop_body .evcal_desc em.evcal_time:before,
.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location:before,
.evortl .evo_pop_body .evcal_desc em.evcal_location:before {
    left: auto;
    right: 0
}

.evortl #evcal_list {
    border-left: 1px solid #e5e5e5
}

.evortl #evcal_list .eventon_list_event ul,
.evortl .evo_pop_body ul {
    direction: rtl
}

.evortl #evcal_list .eventon_list_event li,
.evortl .evo_pop_body li {
    direction: rtl;
    margin-right: 20px
}

.evortl .evcal_evdata_row .evcal_evdata_icons,
.evortl .evcal_evdata_row .evcal_evdata_custometa_icons {
    right: 0
}

.evortl .event_description .evcal_close {
    left: 0
}

.evortl .evo_metarow_ICS .evcal_evdata_cell p a,
.evortl .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a {
    padding-right: 0;
    padding-left: 15px
}

.evortl #evcal_list .evorow.getdirections .evoInput,
.evortl .evo_pop_body .evorow.getdirections .evoInput {
    padding-right: 50px;
    text-align: right
}

.evortl .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image,
.evortl .evo_pop_body .evo_metarow_organizer .evo_card_organizer_image {
    float: right;
    margin-left: 10px
}

.evortl .evo_metarow_socialmedia a.evo_ss {
    text-align: center
}

.evortl.evo_lightbox .evolbclose {
    left: 0;
    right: auto;
    margin: -14px 0 0 -14px
}

.evortl.evo_lightbox .evcal_desc {
    padding: 3px 80px 0 15px;
    text-align: right
}

.evortl.evo_lightbox .evcal_cblock {
    right: 0;
    left: auto
}

.evortl.evo_lightbox .evo_clik_row .evo_h3 {
    text-align: right;
    padding: 5px 45px 5px 0
}

.evortl .eventon_events_list .eventon_list_event .desc_trig:hover {
    border-right-style: solid;
    border-right-width: 7px;
    border-left-width: 0
}

.evortl .eventon_events_list .eventon_list_event .evcal_list_a {
    border-right-style: solid;
    border-right-width: 3px;
    border-left-width: 0
}

.evo_instant_lb {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(24, 24, 24, .4);
    transition: all .3s;
    overflow: auto
}

.evo_instant_lb.show {
    opacity: 1;
    visibility: visible
}

.evolb_in {
    display: block;
    z-index: 2000;
    position: relative;
    width: 900px;
    margin: 80px auto 30px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.evo_instant_lb.show .evolb_in {
    background-color: #ecebeb;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.evolb_content {
    display: block
}

.evolb_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 90001;
    margin: -14px -14px 0 0;
    color: #666;
    background-color: #000;
    border-radius: 50%;
    padding: 5px;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 90%;
    font-size: 28px;
    cursor: pointer;
    text-indent: -9999px;
    font-weight: 300;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.evolb_close:before {
    position: absolute;
    left: 18px;
    top: 9px;
    content: ' ';
    height: 50%;
    width: 2px;
    background-color: #666
}

.evolb_close:after {
    position: absolute;
    left: 18px;
    top: 9px;
    content: ' ';
    height: 50%;
    width: 2px;
    background-color: #666
}

.evolb_close:before {
    transform: rotate(45deg)
}

.evolb_close:after {
    transform: rotate(-45deg)
}

.ajde_evcal_calendar.boxy.evortl #evcal_list .eventon_list_event .desc_trig .evcal_cblock {
    text-align: right;
    float: right
}

.evortl.evo_lightbox .evoTX_wc .quantity {
    float: right;
    margin: 0 0 0 10px
}

.evortl.evo_lightbox .evo_metarow_socialmedia .evo_sm {
    float: right
}

.evortl .evo_search_bar input {
    text-align: right
}

.eventon_main_section .evortl .evorow.lastrow {
    padding-left: 0;
    padding-right: 15px
}

.evortl.evoEL .calendar_header p {
    text-align: right;
    display: block;
    width: 100%
}

.evortl.evoEL .evcal_month_line p {
    text-align: right
}

.evortl.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span,
.evortl.evo_lightbox .evcal_desc span.evocd_timer span {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.evortl .evo_metarow_socialmedia .evo_sm {
    float: right
}

.evcal_evdata_row .evcal_evdata_cell>* {
    margin: 0
}

.evcal_evdata_cell h2 b,
.evcal_evdata_cell h3 b {
    font-weight: 300
}

.evcal_evdata_row .evcal_evdata_cell h2 {
    color: gray;
    font-size: 18px
}

.evcal_evdata_row .evcal_evdata_cell h2.bash {
    font-weight: 700
}

.evcal_evdata_row .evcal_evdata_cell h3 {
    color: gray;
    font-size: 16px;
    margin: 0;
    padding-bottom: 8px;
    font-weight: 700
}

.evcal_evdata_row .evcal_evdata_cell h3 a {
    font-weight: 700
}

.evcal_evdata_row .evcal_evdata_cell a.evo_cusmeta_btn.evcal_btn {
    margin-top: 8px
}

.evcal_evdata_row .evcal_evdata_cell a {
    border: none;
    padding: 0
}

.evcal_evdata_row .evcal_evdata_cell,
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell {
    padding-left: 40px;
    min-height: 25px
}

.evcal_evdata_row .evcal_evdata_cell .evo_custom_content p {
    margin: 0
}

.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p {
    font-style: normal;
    font-size: 13px;
    margin-bottom: 5px
}

.evcal_evdata_row .evcal_evdata_cell p {
    font-style: italic;
    font-size: 11px;
    line-height: 140%
}

.evcal_col50 {
    width: 50%;
    float: left
}

.evcal_evdata_row i.fa {
    display: block;
    opacity: .5
}

.evo_custom_content p strong {
    font-weight: 700
}

.ajde_evcal_calendar .evo_custom_content ul {
    list-style: disc;
    margin-left: 20px
}

.ajde_evcal_calendar .evo_custom_content ul li,
#evcal_list .eventon_list_event .event_description .evo_custom_content li {
    padding-bottom: 0;
    font-size: 13px
}

.ajde_evcal_calendar .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image,
.evo_pop_body .evo_metarow_organizer .evo_card_organizer_image {
    display: inline-block;
    margin-right: 10px;
    float: left
}

.evo_metarow_organizer .evo_card_organizer {
    display: inline-block
}

.evo_metarow_organizer .evo_card_organizer_image img {
    border-radius: 5px;
    height: 80px
}

#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name,
.evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evo_card_organizer_name {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px
}

#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t,
.evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t {
    font-size: 16px;
    font-style: normal
}

#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span,
.evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span {
    display: block;
    font-size: 13px
}

#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.oe_displaynone,
.evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span.oe_displaynone {
    display: none
}

.evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evcal_evdata_cell p.evo_card_organizer_image {
    margin-right: 15px
}

.evcal_evdata_img {
    height: 70px
}

.evcal_evdata_img {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

.evcal_evdata_img:hover {
    background-position: 50% 50%
}

.evcal_evdata_img.evo_imghover:hover {
    background-position: 50% 45%
}

.evcal_evdata_img.evo_imgCursor:hover {
    cursor: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/plugins/eventON/assets/css/../images/zoom.png), auto
}

.evo_metarow_directimg img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0
}

@media (max-width: 680px) {
    .evo_metarow_fimg.evcal_evdata_img {
        height: 125px
    }
}

.evo_metarow_locImg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.evo_metarow_locImg.tvi:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 98%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 98%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 98%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: .6;
    transition: all .3s
}

#evcal_list .eventon_list_event .evo_metarow_locImg p.evoLOCtxt,
.evo_lightbox .evo_metarow_locImg p.evoLOCtxt {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 30px 30px;
    margin: 0;
    width: 100%;
    z-index: 5;
    position: absolute;
    bottom: 0;
    transition: all .3s
}

.eventon_list_event .evo_metarow_locImg p.evoLOCtxt span,
.evo_lightbox .evo_metarow_locImg p.evoLOCtxt span {
    display: block;
    text-align: center;
    text-transform: none;
    font-style: italic;
    opacity: .8;
    font-size: 14px
}

.eventon_list_event .evo_metarow_locImg p.evoLOCtxt span.evo_loc_text_title {
    text-transform: uppercase;
    font-style: normal;
    font-size: 16px;
    opacity: 1
}

.eventon_list_event .evo_metarow_details .eventon_full_description p {
    padding-bottom: 8px
}

.eventon_full_description .eventon_desc_in {
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-overflow: ellipsis
}

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.eventon_events_list .evcal_event_subtitle {
    line-height: 120%;
    padding-bottom: 3px
}

#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a {
    color: #fff;
    background: #949494;
    padding: 3px 10px;
    border: none;
    display: inline-block
}

#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a:hover {
    background: #4f4f4f
}

.eventon_list_event .event_description p,
.evcal_list_a .event_description li,
.evo_pop_body .evcal_evdata_row .evcal_evdata_cell p {
    font-size: 13px;
    color: #656565;
    margin: 0
}

.evo_repeat_series_dates span {
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #dedede;
    padding: 3px 10px;
    font-style: normal;
    margin-top: 5px;
    text-transform: uppercase
}

.evo_repeat_series_dates.clickable span {
    cursor: pointer
}

.evo_repeat_series_dates.clickable span:hover {
    opacity: .7
}

#evcal_list .eventon_list_event .event_description .evcal_desc_top {
    background-color: #e4e4e4
}

#evcal_list .eventon_list_event .event_description .evo_metarow_details ul {
    padding-bottom: 5px;
    list-style-type: disc
}

#evcal_list .eventon_list_event .event_description li {
    padding-bottom: 10px
}

.evcal_event_details .evcal_evdata_cell.shorter_desc {
    height: 150px;
    overflow: hidden
}

.evcal_event_details .evcal_evdata_cell {
    position: relative
}

.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot p.eventon_shad_p {
    margin-top: 35px
}

.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot {
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(1%, rgba(245, 245, 245, .01)), color-stop(100%, rgba(245, 245, 245, 1)));
    background: -webkit-linear-gradient(top, rgba(245, 245, 2454, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    background: -o-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    z-index: 1
}

.eventon_details_shading_bot p:hover,
.eventon_list_event .eventon_details_shading_bot p:hover {
    opacity: 1
}

.eventon_details_shading_bot p,
.eventon_list_event .eventon_details_shading_bot p {
    opacity: .5;
    margin-top: 40px;
    text-align: center;
    cursor: pointer
}

.eventon_details_shading_bot p span.ev_more_arrow.less {
    background-position: -8px 0
}

.eventon_details_shading_bot p span.ev_more_arrow {
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://footballhub.my/wp-content/plugins/eventON/assets/css/../images/evo_more_details_arrow.png) top left no-repeat;
    height: 6px;
    width: 8px;
    margin-left: 9px
}

.eventon_details_shading_bot p span {
    display: inline-block
}

.evorow.evo_metarow_mdt .evomdt_subtitle {
    padding-bottom: 10px
}

.evorow .evomdt_item img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    padding-bottom: 10px;
    margin: 0
}

.evorow .evomdt_item {
    padding-bottom: 10px
}

.evorow .evomdt_data.grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    flex-wrap: wrap
}

.evorow .evomdt_data.grid .evomdt_item {
    flex-basis: 50%;
    flex-grow: 1;
    text-align: left;
    border: 0 solid transparent;
    border-width: 0 15px 15px 0
}

.evomdt_item p span {
    display: inline-block;
    padding-right: 5px;
    opacity: .6
}

.ajde_evcal_calendar .evcal_month_line p {
    padding: 8px 0 5px;
    color: #c6c6c6;
    font-size: 24px;
    text-transform: uppercase;
    min-height: 24px;
    line-height: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5
}

.ajde_evcal_calendar.ul .evcal_month_line p {
    border-bottom: none
}

.evo_tab_view ul.evo_tabs {
    list-style: none;
    margin: 0;
    padding: 0
}

.evo_tab_view ul.evo_tabs:after {
    content: "";
    clear: both;
    display: block
}

.evo_tab_view ul.evo_tabs li {
    float: left;
    display: block;
    text-transform: uppercase;
    padding: 3px 8px;
    border: 1px solid #dedede;
    margin-bottom: -1px;
    color: #c3c3c3;
    cursor: pointer
}

.evo_tab_view ul.evo_tabs li:first-child {
    margin-left: 5px
}

.evo_tab_view ul.evo_tabs li.selected {
    background-color: #f3f3f3;
    color: #a0a0a0
}

.evo_tab_view ul.evo_tabs li:hover {
    background-color: #f3f3f3
}

.evo_tab_container {
    padding: 5px 15px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    position: relative
}

.evo_tab_container .evo_tab_section {
    position: relative;
    width: 100%
}

.evo_tab_container .evo_tab_section.hidden {
    opacity: 0;
    height: 0
}

.evo_tab_container .evo_tab_section.visible {
    opacity: 1
}

.evo_tab_section .evo_month_title {
    clear: both
}

.evo_widget .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,
.evo_widget .evo_pop_body .evcal_desc span.evo_above_title span {
    padding: 1px 5px;
    font-size: 10px
}

#evcal_widget .evortl .eventon_events_list .eventon_list_event .evcal_desc {
    padding-left: 0;
    padding-right: 65px
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em {
    color: #9b9999;
    font-weight: 400
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc.hide_eventtopdata .evcal_event_types,
#evcal_widget .evcal_evdata_row .hide_eventtopdata .evcal_evdata_custometa_icons {
    display: none
}

#evcal_widget .ajde_evcal_calendar .calendar_header {
    padding-bottom: 5px;
    min-height: inherit
}

#evcal_widget a {
    font-weight: 400
}

#evcal_widget .event_description .evcal_evdata_row p {
    line-height: 130%;
    font-size: 11px
}

#evcal_widget .event_description .evcal_evdata_row.evo_metarow_socialmedia {
    padding: 0
}

#evcal_widget .event_description .evcal_evdata_row {
    padding: 15px
}

#evcal_widget .event_description .evcal_evdata_row.evcal_close {
    padding: 0;
    width: 35px
}

#evcal_widget .evorow.lastrow {
    padding-right: 35px
}

#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_icons,
#evcal_widget .evcal_evdata_custometa_icons,
#evcal_widget .evcal_evdata_icons {
    display: none
}

#evcal_widget .evo_clik_row .evo_h3,
#evcal_widget .tb .evo_clik_row {
    padding: 0
}

#evcal_widget .tb .evo_clik_row.evcal_col50 {
    border-bottom: none
}

#evcal_widget .evo_clik_row {
    padding: 5px 15px
}

#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell {
    padding-left: 0
}

#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h2 {
    font-size: 16px
}

#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h3,
#evcal_widget .evo_clik_row .evo_h3 {
    font-size: 14px
}

#evcal_widget .event_description .evcal_col50 {
    float: none;
    border-bottom: 1px solid #cdcdcd
}

#evcal_widget .event_description .eventbrite .evcal_col50 {
    width: 100%
}

#evcal_widget .event_description .evcal_col50 .bordr {
    border-right: none
}

#evcal_widget .eventon_events_list .evcal_desc2 {
    line-height: 120%;
    font-size: 14px
}

#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {
    line-height: 120%;
    font-size: 12px
}

#evcal_widget .ajde_evcal_calendar .calendar_header p {
    font-size: 18px;
    height: auto
}

#evcal_widget .ajde_evcal_calendar #evcal_prev {
    margin-right: 8px
}

#evcal_widget .ajde_evcal_calendar #evcal_next {
    margin-left: 8px
}

#evcal_widget #evcal_sort_bar ul .sort_title {
    padding: 8px 5px 0 0
}

#evcal_widget #evcal_sort_bar ul p {
    font-size: 13px
}

#evcal_widget .eventon_events_list .evcal_cblock {
    font-size: 24px;
    padding: 3px 5px 5px 8px
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc,
#evcal_widget .eventon_events_list .eventon_list_event .no_val.hasFtIMG .evcal_desc {
    padding-left: 35px;
    padding-right: 10px
}

#evcal_widget .eventon_events_list .eventon_list_event .no_val.hasFtIMG.month_long .evcal_desc {
    padding-left: 60px
}

#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc,
.sin_val.hasFtIMG .evcal_desc {
    padding-left: 100px
}

#evcal_widget .eventon_events_list .eventon_list_event .mul_val .evcal_desc {
    padding-left: 50px
}

#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {
    padding-left: 120px
}

#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc {
    padding-left: 80px
}

#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {
    margin: auto 0 auto 10px;
    height: 50px;
    width: 50px
}

#evcal_widget .eventon_events_list .eventon_list_event .month_long .ev_ftImg {
    margin-left: 5px
}

#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {
    left: 60px
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span {
    font-size: 10px
}

#evcal_widget .evcal_cblock .evo_date .start em {
    font-size: 10px
}

#evcal_widget .evcal_cblock .evo_date .end em {
    font-size: 8px
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span.start {
    font-size: 18px
}

#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {
    padding: 5px 0;
    text-decoration: none
}

#evcal_widget #evcal_head .evcal_arrows {
    margin-top: 0;
    height: 20px;
    width: 20px;
    position: relative;
    line-height: 100%
}

#evcal_widget #evcal_head .evcal_arrows .fa {
    font-size: 12px;
    position: absolute;
    margin-top: 3px;
    left: 7px
}

#evcal_widget #evcal_head #evcal_prev {
    margin-right: 2px
}

#evcal_widget #evcal_head #evcal_next {
    margin-left: 2px
}

#evcal_widget #evcal_head #evcal_next:hover {
    background-position: -24px 20px
}

#evcal_widget #evcal_head a {
    margin-top: 0;
    padding: 0
}

#evcal_widget #evcal_head {
    min-height: auto;
    padding-bottom: 0;
    margin-bottom: 10px
}

#evcal_widget #evcal_cur {
    line-height: 100%;
    height: auto
}

#evcal_widget #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t {
    font-size: 12px
}

#evcal_widget .eventon_events_list .evcal_cblock .evo_start .day {
    font-size: 9px
}

#evcal_widget .eventon_events_list .evcal_cblock .evo_start .date {
    font-size: 16px
}

#evcal_widget .eventon_events_list .evcal_cblock .evo_start .month {
    font-size: 10px
}

#evcal_widget .evo_metarow_ICS a {
    font-size: 12px
}

.evopopclose,
.evolbclose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 90001;
    margin: -14px -14px 0 0;
    color: #666;
    background-color: #000;
    border-radius: 50%;
    padding: 5px;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 90%;
    font-size: 28px;
    cursor: pointer;
    font-weight: 300;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.evopopclose:hover,
.evolbclose:hover {
    text-decoration: none;
    color: #cfcfcf
}

.evolbclose {
    text-indent: -9999px
}

.evolbclose:hover {
    background-color: #cfcfcf
}

.evolbclose:before,
.evolbclose:after {
    position: absolute;
    left: 18px;
    top: 9px;
    content: ' ';
    height: 50%;
    width: 2px;
    background-color: #666
}

.evolbclose:before {
    transform: rotate(45deg)
}

.evolbclose:after {
    transform: rotate(-45deg)
}

.evo_lightbox_body .bordb {
    border-bottom: 1px solid #cdcdcd
}

.evo_lightbox_body .evcal_gmaps {
    margin-top: 0;
    width: 100%;
    height: 200px
}

.evopop_top {
    padding: 10px 0;
    min-height: 80px;
    border-bottom: 1px solid #e4e4e4
}

.evopop_top .ev_ftImg {
    display: none
}

.evopop_top .evcal_cblock em.evo_time {
    display: none
}

.evopop_top .evcal_desc.yrl {
    padding-left: 13px
}

.evo_lightbox {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(61, 61, 61, .8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 950000;
    padding-right: 17px;
    padding-left: 17px
}

.evo_content_in {
    display: table;
    height: 100%;
    width: 100%
}

.evo_content_inin {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 600px;
    margin: 40px auto
}

.evo_lightbox_content {
    width: 100%;
    margin: 60px auto;
    max-width: 650px;
    position: relative
}

.evo_lightbox .evo_lightbox_body {
    background-color: transparent;
    border-radius: 5px;
    overflow: hidden
}

.evo_lightbox .evo_lightbox_body p.loading_content {
    text-align: center;
    padding: 80px;
    margin: 0
}

.evo_lightbox .evo_lightbox_body p.loading_content:before {
    content: ". . .";
    display: block
}

.evo_lightbox .evcal_cblock .evo_time {
    display: none
}

.evo_lightbox .bordb {
    border-bottom: 1px solid #cdcdcd
}

.evo_lightbox.eventcard .evo_lightbox_body,
.evo_lightbox .evo_lightbox_body {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden
}

.evo_lightbox .evopop_top .ev_ftImg {
    display: none
}

.evo_lightbox ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.evo_lightbox .eventon_desc_in ul {
    margin-left: 20px;
    list-style: disc;
    padding: 10px 0
}

body.evo_overflow {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%
}

html.evo_overflow {
    overflow-y: initial;
    overflow-x: initial
}

@media all and (min-width: 569px) and (max-width: 768px) {
    .evo_lightbox {
        position: fixed
    }

    body.evo_overflow {
        position: absolute
    }
}

.evo_lightbox {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    visibility: hidden
}

.evo_lightbox.show {
    opacity: 1;
    visibility: visible
}

.evo_lightbox_content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.evo_lightbox.show .evo_lightbox_content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    color: gray
}

.ajde_evcal_calendar.boxy #eventon_loadbar_section,
.ajde_evcal_calendar.boxy #evcal_list {
    border-color: transparent;
    overflow: hidden;
    border-radius: 5px
}

.ajde_evcal_calendar.boxy .eventon_list_event,
.ajde_evcal_calendar.boxy .evoShow_more_events {
    width: 50%;
    float: left;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.ajde_evcal_calendar.boxy .evoShow_more_events {
    line-height: 230px;
    position: relative
}

.ajde_evcal_calendar.boxy .evoShow_more_events:before {
    content: "+";
    position: absolute;
    text-align: center;
    font-size: 42px;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: -30px
}

.ajde_evcal_calendar.boxy.boxstyle0 .eventon_list_event .evcal_list_a {
    text-align: left;
    padding: 20px 0 15px;
    border: none;
    background: 0 0;
    position: relative;
    z-index: 6
}

.ajde_evcal_calendar.boxy .eventon_list_event .evcal_list_a .evcal_block span {
    vertical-align: bottom;
    float: none
}

.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .desc_trig:hover {
    background-color: transparent
}

.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .evcal_cblock,
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc em,
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info,
.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day {
    color: #fff
}

.ajde_evcal_calendar.boxy #evcal_list .evcal_list_a:after {
    background-color: transparent
}

.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig,
.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter {
    height: 100%;
    position: relative;
    box-sizing: border-box
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.cancel_event:before,
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.featured_event:before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    position: absolute;
    z-index: -5;
    opacity: .3
}

.ajde_evcal_calendar.boxy .evcal_cblock {
    height: 50px
}

.ajde_evcal_calendar.boxy .eventon_list_event:hover {
    opacity: .5
}

.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover {
    opacity: 1
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig .evcal_cblock {
    width: auto;
    height: auto
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event .evo_above_title {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 94
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop {
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 90;
    pointer-events: none
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event:hover .evo_boxtop {
    opacity: .6
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_cblock {
    height: 70px
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc em,
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info {
    color: #6f6f6f
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event {
    height: 310px;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid transparent
}

.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event.hasbgimg:after,
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.cancel_event:before,
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.featured_event:before {
    display: none
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_cblock {
    left: 0
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_desc {
    padding-left: 15px
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg {
    position: absolute;
    margin: 0;
    top: 0;
    width: 100%;
    z-index: -10;
    background-position: center center;
    height: 100%;
    max-height: 100%;
    border-radius: 0
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg:before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG:hover span.ev_ftImg:before {
    opacity: .2
}

.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg,
.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:after {
    content: "";
    background-color: #5f5f5f;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .2
}

.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover:after {
    opacity: .7
}

.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_cblock {
    position: relative;
    display: block;
    padding: 0 0 0 15px
}

.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .sin_val .evcal_cblock {
    width: 38px
}

.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em,
.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types {
    line-height: 13px
}

.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em {
    display: inline-block;
    float: none;
    margin: 0
}

.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc .evcal_desc3 {
    display: none
}

.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett2,
.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett3,
.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett4,
.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett5 {
    display: none
}

.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc {
    padding: 10px 15px;
    margin: 0
}

.ajde_evcal_calendar.boxy.box_1 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_1 .evoShow_more_events {
    width: 100%
}

.ajde_evcal_calendar.boxy.box_2 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_2 .evoShow_more_events {
    width: 50%
}

.ajde_evcal_calendar.boxy.box_3 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_3 .evoShow_more_events {
    width: 33.33%
}

.ajde_evcal_calendar.boxy.box_4 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_4 .evoShow_more_events {
    width: 25%
}

.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_5 .evoShow_more_events {
    width: 20%
}

.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_6 .evoShow_more_events {
    width: 16.67%
}

.ajde_evcal_calendar.boxy.box_7 .eventon_list_event,
.ajde_evcal_calendar.boxy.box_7 .evoShow_more_events {
    width: 14.28%
}

@media (max-width: 768px) {

    .ajde_evcal_calendar.boxy.box_3 .eventon_list_event,
    .ajde_evcal_calendar.boxy.box_4 .eventon_list_event,
    .ajde_evcal_calendar.boxy.box_5 .eventon_list_event,
    .ajde_evcal_calendar.boxy.box_6 .eventon_list_event,
    .ajde_evcal_calendar.boxy.box_7 .eventon_list_event {
        width: 50%
    }
}

@media (max-width: 650px) {
    .ajde_evcal_calendar.boxy .eventon_list_event {
        width: 100%
    }
}

@media (max-width: 480px) {

    .ajde_evcal_calendar.boxy.box_2 .eventon_list_event,
    .ajde_evcal_calendar.boxy.box_3 .eventon_list_event,
    .ajde_evcal_calendar.boxy.box_4 .eventon_list_event,
    .ajde_evcal_calendar.boxy.box_5 .eventon_list_event,
    .ajde_evcal_calendar.boxy.box_6 .eventon_list_event,
    .ajde_evcal_calendar.boxy.box_7 .eventon_list_event {
        width: 100%
    }
}

.evo_location_card .entry-content {
    padding: 0 60px
}

.evo_location_card .evo_location_tax,
.evotax_term_card .evotax_term_details {
    background-color: #dcdcdc;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 50px;
    position: relative;
    z-index: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.evo_location_card .evo_location_tax:after,
.evotax_term_card .evotax_term_details:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 191, 128, .89);
    position: absolute;
    z-index: 1
}

.evo_location_card .evo_location_tax>*,
.evotax_term_card .evotax_term_details>* {
    z-index: 3;
    position: relative
}

.evo_location_card .evo_location_tax h2,
.evo_location_card .evo_location_tax p,
.evotax_term_card .evotax_term_details h2,
.evotax_term_card .evotax_term_details p {
    padding: 0;
    margin: 0 0 5px
}

.evo_location_card .evo_location_tax h2,
.evotax_term_card .evotax_term_details h2 {
    margin-bottom: 13px;
    text-transform: uppercase
}

.evo_location_card .evo_location_tax span,
.evo_location_card .location_description p,
.evo_organizer_card .organizer_description p,
.evotax_term_card .tax_term_description p,
.evotax_term_card .evotax_term_details span {
    color: #fff;
    padding: 3px 8px;
    display: inline;
    border-radius: 5px
}

.evo_location_card .location_description p,
.evo_organizer_card .organizer_description p {
    opacity: .8;
    display: block
}

.evotax_term_card h3.evotax_term_subtitle {
    text-align: center;
    padding: 30px 10px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 24px;
    background-color: #f0f0f0;
    color: #888;
    border-top: 1px solid #c1c1c1;
    font-weight: 700;
    border-radius: 0 0 5px 5px
}

.evo_location_card .evo_location_map,
.evotax_term_card .term_location_map {
    width: 100%;
    height: 250px
}

.evo_location_card .location_circle,
.evotax_term_card .term_image_circle {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    height: 200px;
    width: 200px;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center
}

.evotax_term_card .tax_term_name i {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px
}

.evotax_term_card .tax_term_name span {
    font-weight: 700
}

.evotax_term_card .endborder_curves {
    border-radius: 5px
}

.evotax_term_card .ajde_evcal_calendar {
    padding-top: 30px
}

.evo_widget .evo_cal_above span.evo-search {
    min-height: auto
}

.evo_cal_above .evo-search:before {
    content: "\f002";
    display: inline-block;
    font-family: 'evo_FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px
}

.evo_cal_above .evo-search {
    position: relative
}

.evo_search_results #evcal_head {
    display: none
}

.evo_search_results_count {
    text-align: center;
    margin: 0;
    padding: 8px 0
}

.EVOSR_section .evosr_msg {
    text-align: center;
    font-style: italic;
    padding: 8px 0
}

.evo_search_bar {
    height: 35px;
    display: block;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative
}

.evo_search_bar.hidden,
.evo_search_bar.evo_hidden {
    display: none
}

.evo_search_bar_in {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px
}

.evo_search_bar_in a.evosr_search_btn {
    top: 4px;
    right: 10px;
    height: 100%;
    font-size: 16px
}

.evo_search_bar_in a.evosr_search_btn:hover {
    color: #ccc
}

.evo_search_bar input:focus {
    border: none
}

.evo_search_bar input,
.evo_search_bar input[type=text] {
    background-color: #f2f2f2;
    border: 1px solid #ededed;
    width: 100%;
    padding: 8px 15px;
    font: 14px arial;
    line-height: normal;
    border-radius: 15px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.EvcalWidget .evo_search_bar input {
    padding: 5px 10px
}

.EvcalWidget .evo_search_bar a.evosr_search_btn {
    top: 1px
}

.EVOSR_section .evosr_search_box {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.evosr_search_box input {
    outline: none
}

.evosr_search_box input::-webkit-input-placeholder {
    color: #b5b4b4;
    font-style: italic
}

.evosr_search_box input::-moz-placeholder {
    color: #b5b4b4;
    font-style: italic
}

.evosr_search_box input:-ms-input-placeholder {
    color: #b5b4b4;
    font-style: italic
}

.evosr_search_box input:-moz-placeholder {
    color: #b5b4b4;
    font-style: italic
}

body .EVOSR_section input[type=text] {
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 20px;
    padding: 8px 15px;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5
}

.EVOSR_section input:hover,
.EVOSR_section input:focus,
.EVOSR_section input:active,
.evo_search_bar input:hover {
    border: 1px solid #c5c5c5;
    outline: none
}

.EVOSR_section a.evo_do_search,
a.evosr_search_btn {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 10;
    box-shadow: none
}

body .EVOSR_section a.evo_do_search,
body a.evosr_search_btn,
.evo_search_bar_in a.evosr_search_btn {
    color: #3d3d3d
}

body .EVOSR_section a.evo_do_search:hover,
body a.evosr_search_btn:hover,
.evo_search_bar_in a.evosr_search_btn:hover {
    color: #bbb
}

.evosr_blur_text {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    padding-top: 10px;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: opacity .2s linear .2s;
    -moz-transition: opacity .2s linear .2s;
    transition: opacity .2s linear .2s
}

.EVOSR_section.searching .evosr_blur_text {
    opacity: 1
}

.evosr_blur {
    position: absolute;
    width: 5px;
    height: 5px;
    right: 18px;
    top: 15px;
    background-color: #f9d789;
    display: block;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
    z-index: 5
}

.evosr_blur_process {
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    width: 0;
    opacity: 0;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: 8;
    display: block
}

@keyframes searchprogress {
    0% {
        opacity: 0;
        width: 0;
        left: 50%
    }

    50% {
        opacity: .3;
        width: 100%;
        left: 0
    }

    70% {
        opacity: 0;
        width: 100%
    }
}

@-moz-keyframes searchprogress {
    0% {
        opacity: 0;
        width: 0
    }

    50% {
        opacity: .3;
        width: 100%;
        left: 0
    }

    70% {
        opacity: 0;
        width: 100%
    }
}

@-webkit-keyframes searchprogress {
    0% {
        opacity: 0;
        width: 0
    }

    50% {
        opacity: .3;
        width: 100%;
        left: 0
    }

    70% {
        opacity: 0;
        width: 100%
    }
}

@-o-keyframes searchprogress {
    0% {
        opacity: 0;
        width: 0
    }

    50% {
        opacity: .3;
        width: 100%;
        left: 0
    }

    70% {
        opacity: 0;
        width: 100%
    }
}

.EVOSR_section.searching .evosr_blur_process {
    animation: searchprogress 1.2s .2s infinite;
    -moz-animation: searchprogress 1.2s .2s infinite;
    -webkit-animation: searchprogress 1.2s .2s infinite;
    -o-animation: searchprogress 1.2s .2s infinite
}

.EVOSR_section.searching .evosr_blur {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1
}

.evo_search_results_count span {
    background-color: #d2d2d2;
    color: #fff;
    border-radius: 8px;
    padding: 5px 10px 7px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 100%;
    font-style: italic
}

.evo_event_images {
    display: flex
}

.evo_event_images span {
    width: 100px;
    height: 80px;
    position: relative;
    overflow: hidden;
    display: flex;
    cursor: pointer
}

.evo_event_images span.select img,
.evo_event_images span.select:hover img {
    opacity: 1
}

.evo_event_images span:hover img {
    opacity: .7
}

.evo_event_images span img {
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    max-height: 200px
}

.ajde_yn_btn {
    background-color: #f3c991;
    height: 24px;
    width: 68px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    border-radius: 13px;
    margin-top: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute
}

.ajde_yn_btn:hover {
    background-color: #fddcb1
}

.ajde_yn_btn.NO:hover {
    background-color: #e6e6e6
}

.ajde_yn_btn:hover .catchHandle {
    background-color: #fff
}

.ajde_yn_btn.NO {
    background-color: #dedede
}

.ajde_yn_btn.absolute {
    position: absolute
}

.ajde_yn_btn_label {
    padding-left: 80px;
    line-height: 1.8;
    display: inline-block
}

.ajde_yn_btn .btn_inner:before,
.ajde_yn_btn .btn_inner:after,
.btn_inner em {
    top: 0;
    position: absolute;
    padding: 4px 8px;
    line-height: 90%
}

.ajde_yn_btn .btn_inner em {
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    padding: 0 8px;
    max-width: 45px;
    width: 45px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 700;
    font-family: 'open sans', arial
}

.ajde_yn_btn .btn_inner em.no {
    left: 0;
    color: #fff;
    padding: 0 2px 0 8px
}

.ajde_yn_btn .btn_inner em.yes {
    right: 0;
    color: #fff;
    padding-right: 8px
}

.ajde_yn_btn .btn_inner {
    position: relative;
    padding-left: 45px;
    padding-right: 42px;
    padding-top: 0;
    height: 24px;
    width: 110px;
    display: block;
    margin-left: -42px;
    margin-top: 2px;
    box-sizing: border-box
}

.ajde_yn_btn.NO .btn_inner {
    margin-left: 0
}

.catchHandle,
.yesno_row .catchHandle {
    background-color: #f9f9f9;
    height: 20px;
    width: 20px;
    display: block;
    padding-left: 0;
    border-radius: 12px;
    box-sizing: border-box;
    position: relative
}

.ajde_yn_btn .btn_inner,
.catchHandle {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.ajde_yn_btn.NO .catchHandle,
.yesno_row .ajde_yn_btn.NO .catchHandle {
    border-color: #d9d7d7;
    background-color: #f9f9f9
}

.evomb_body .ajde_yn_btn {
    border-color: #666
}

.evomb_body .catchHandle {
    border-color: #9b9b9b
}

.yesno_row span.field_name,
.yesno_row label {
    padding-left: 80px;
    line-height: 1.8
}

.yesno_row .ajde_yn_btn {
    position: absolute;
    padding: 0
}

span.ajdeToolTip,
.yesno_row span.ajdeToolTip {
    padding-left: 0;
    margin-left: 4px;
    text-align: center;
    font-style: normal;
    position: absolute;
    width: 13px;
    height: 14px;
    line-height: 110%;
    opacity: .4;
    border-radius: 0;
    color: #fff;
    padding: 0;
    font-style: normal;
    cursor: pointer;
    display: inline-block
}

.ajdeToolTip:before {
    content: "\f06a";
    font-style: normal;
    display: inline-block;
    color: #9d9d9d;
    font-size: 18px;
    margin-top: 2px
}

.ajdeToolTip em,
.ajdethistooltip em {
    visibility: hidden;
    /**! font: 12px 'open sans';*/
    position: absolute;
    left: -1px;
    width: 200px;
    background-color: #6b6b6b;
    border-radius: 0;
    color: #fff;
    padding: 6px 8px;
    bottom: 22px;
    z-index: 900;
    text-align: center;
    margin-left: 8px;
    opacity: 0;
    font-style: normal;
    font-family: 'open sans', arial;
    font-size: 12px;
    border-radius: 5px 5px 5px 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    pointer-event: none
}

.ajdeToolTip:hover em,
.yesno_row .ajdeToolTip:hover em,
.ajdethistooltip:hover em {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.ajdeToolTip:hover,
.yesno_row .ajdeToolTip:hover {
    opacity: 1
}

.ajdeToolTip em:before,
.ajdethistooltip em:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: #6b6b6b transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 0
}

.ui-loading .ui-loader {
    display: none
}

.ui-loader {
    display: none;
    position: absolute;
    opacity: .85;
    z-index: 100;
    left: 50%;
    width: 200px;
    margin-left: -130px;
    margin-top: -35px;
    padding: 10px 30px
}

@media (max-width: 480px) {
    .ajde_evcal_calendar #evcal_loader {
        height: 1px;
        width: 1px
    }

    .ajde_evcal_calendar .calendar_header p {
        font-size: 24px
    }

    #evcal_sort_bar ul {
        padding-left: 10px
    }

    .event_description .evcal_col50 {
        width: 100%;
        float: none;
        border-bottom: 1px solid #cdcdcd;
        border-right: none
    }

    .event_description .evcal_col50 .bordr {
        border-right: none
    }

    .evorow .tb .evcal_col50 {
        float: none;
        display: block;
        width: 100%
    }

    .evorow .tb .evcal_col50:first-child {
        border-bottom: 1px solid #cdcdcd
    }

    .evo_metarow_time_location .evcal_col50 {
        width: 100%;
        border-bottom: 1px solid #cdcdcd
    }

    .eventon_events_list .eventon_list_event .ev_ftImg {
        height: 50px;
        width: 50px
    }

    .eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc,
    .evo_pop_body .hasFtIMG .evcal_desc {
        padding-left: 140px
    }

    #evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc,
    .sin_val.hasFtIMG .evcal_desc {
        padding-left: 120px
    }

    .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock,
    .evo_pop_body .hasFtIMG .evcal_cblock {
        left: 60px
    }

    .evo_lightbox {
        padding-right: 0;
        padding-left: 0
    }

    .evo_lightbox_content {
        width: 90%
    }

    .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers {
        padding: 1px 5px;
        font-size: 10px
    }

    .ajde_evcal_calendar .calendar_header .evo_j_dates p.legend {
        font-size: 11px
    }

    .evo_lightbox .evcal_evdata_row .evcal_evdata_cell h3,
    .evo_lightbox .evo_clik_row .evo_h3 {
        font-size: 16px
    }

    .evcal_evdata_row {
        padding: 20px
    }

    .evcal_evdata_row .evcal_evdata_cell {
        padding-left: 0
    }

    .evcal_evdata_row.evo_metarow_ICS .evcal_evdata_cell {
        padding-left: 30px
    }

    .evcal_evdata_row .evcal_evdata_cell h3 {
        padding-left: 35px
    }

    #evcal_list .evorow.getdirections .evoInput,
    .evo_pop_body .evorow.getdirections .evoInput {
        font-size: 13px
    }

    #evcal_list .eventon_list_event .event_description p,
    #evcal_list .eventon_list_event .event_description li,
    .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p {
        font-size: 12px
    }

    .evo_metarow_socialmedia a.evo_ss {
        width: 35px;
        height: 35px
    }
}

@media only screen and (max-device-width: 480px) {
    .ajde_evcal_calendar .calendar_header p {
        font-size: 26px
    }

    #evcal_sort_bar ul {
        padding-left: 10px
    }
}

@media (max-width: 1024px) {
    .evcal_evdata_img.expanded {
        max-height: none !important
    }

    .evcal_evdata_img {
        max-height: 341px !important
    }
}

@media (max-width: 768px) {
    .evcal_evdata_img {
        max-height: 255px !important
    }
}

@media (max-width: 568px) {
    .evcal_evdata_img {
        max-height: 189px !important
    }
}

@media (max-width: 480px) {
    .evcal_evdata_img.expanded {
        max-height: none !important
    }

    .evcal_evdata_img {
        max-height: 106px !important
    }
}

.elementor-element-wrapper i.evo_logo_icon {
    padding: 10px
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'evo_FontAwesome';
    src: url(//footballhub.my/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.eot?v=4.7.0);
    src: url(//footballhub.my/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//footballhub.my/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//footballhub.my/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//footballhub.my/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//footballhub.my/wp-content/plugins/eventON/assets/fonts/evo_fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 evo_FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.eventon_events_list .eventon_list_event .desc_trig,
.evopop_top {
    background-color: #fff
}

.eventon_events_list .eventon_list_event .desc_trig:hover {
    background-color: #fbfbfb
}

.ajde_evcal_calendar .calendar_header p,
.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
.evo_lightbox_content h3.evo_h3,
body .ajde_evcal_calendar h4.evo_h4,
.evo_content_in h4.evo_h4,
.evo_metarow_ICS .evcal_evdata_cell p a,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
.eventon_list_event .evcal_desc span.evcal_event_title,
.evcal_desc span.evcal_desc2,
.evo_metarow_ICS .evcal_evdata_cell p a,
.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,
.evo_clik_row .evo_h3,
.evotax_term_card .evotax_term_details h2,
.evotax_term_card h3.evotax_term_subtitle,
.ajde_evcal_calendar .evo_sort_btn,
.eventon_main_section #evcal_cur,
.ajde_evcal_calendar .calendar_header p.evo_month_title,
.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
.eventon_events_list .eventon_list_event .evcal_cblock,
.ajde_evcal_calendar .evcal_month_line,
.eventon_event .event_excerpt_in h3,
.evoWV_days .evo_wv_day span.day_num,
.evoWV_days .evo_wv_day span.day_name,
.evowv_tooltip,
ul.EVOWV_date_ranges li,
.evo_day span,
.evodv_tooltip,
.evodv_current_day p.evodv_daynum {
    font-family: roboto, 'arial narrow'
}

.ajde_evcal_calendar .eventon_events_list p,
.eventon_events_list .eventon_list_event .evcal_desc span,
.evo_pop_body .evcal_desc span,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
.evo_pop_body .evcal_btn,
.evcal_btn,
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span,
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
#evcal_list .eventon_list_event .evoInput,
.evo_pop_body .evoInput,
.evcal_evdata_row .evcal_evdata_cell p,
#evcal_list .eventon_list_event p.no_events,
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.evoGuideCall em,
.evo_cal_above span,
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
.eventon_sort_line p,
.eventon_filter_line p,
.eventon_weeklyview,
.evodv_current_day {
    font-family: 'open sans', 'arial narrow'
}

.ajde_evcal_calendar .evo_sort_btn,
.eventon_sf_field p,
.evo_srt_sel p.fa {
    color: #4a4a4a
}

.ajde_evcal_calendar .evo_sort_btn:hover {
    color: #d8d8d8
}

#evcal_list .eventon_list_event .evcal_desc em,
.evo_lightboxes .evcal_desc em {
    color: #fff
}

#evcal_list .eventon_list_event .evcal_desc em a {
    color: #c8c8c8
}

#evcal_list .eventon_list_event .event_description .evcal_btn,
.evo_pop_body .evcal_btn {
    color: #fff;
    background: #237ebd
}

#evcal_list .eventon_list_event .event_description .evcal_btn:hover,
.evo_pop_body .evcal_btn:hover {
    color: #fff;
    background: #237ebd
}

.evcal_evdata_row .evcal_evdata_icons i,
.evcal_evdata_row .evcal_evdata_custometa_icons i {
    color: #6b6b6b;
    font-size: 18px
}

.evcal_evdata_row .evcal_evdata_cell h3,
.evo_clik_row .evo_h3 {
    font-size: 18px
}

#evcal_list .eventon_list_event .evcal_cblock,
.evo_lightboxes .evo_pop_body .evcal_cblock {
    color: #ababab
}

.evcal_evdata_row .evcal_evdata_cell h2,
.evcal_evdata_row .evcal_evdata_cell h3,
.evorow .evo_clik_row h3,
.evcal_evdata_row .evcal_evdata_cell h3 a {
    color: #6b6b6b
}

#evcal_list .eventon_list_event .evcal_eventcard p,
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,
.evo_lightboxes .evcal_evdata_cell p a {
    color: #656565
}

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.ajde_evcal_calendar .evcal_month_line p {
    color: #c6c6c6
}

.eventon_events_list .eventon_list_event .evcal_eventcard,
.evcal_evdata_row,
.evorow .tbrow,
.dark1,
.evo_pop_body {
    background-color: #fdfdfd
}

.dark1:hover {
    background-color: #d8d8d8
}

.event_description .bordb,
#evcal_list .bordb,
.eventon_events_list .eventon_list_event .event_description,
.bordr,
#evcal_list,
.evo_pop_body .bordb {
    border-color: #f1f1f1
}

.eventon_events_list .eventon_list_event .evcal_list_a:after,
.evcal_list_a:after {
    background-color: #cdcdcd
}

.eventon_events_list .eventon_list_event .evcal_list_a.featured_event {
    background-color: #fff6e2
}

.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover {
    background-color: #ffecc5
}

#eventon_loadbar_section,
.evopop_top {
    border-color: #cdcdcd
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured,
.evo_pop_body .evcal_desc span.evo_above_title span.featured {
    color: #fff;
    background-color: #ffcb55
}

.event_description .evcal_close {
    background-color: #f7f7f7
}

.event_description .evcal_close:hover {
    background-color: #f1f1f1
}

#evcal_list .evorow.getdirections,
.evo_pop_body .evorow.getdirections {
    background-color: #fff
}

#evcal_list .evorow.getdirections .evoInput,
.evo_pop_body .evorow.getdirections .evoInput {
    color: #888
}

#evcal_list .evorow.getdirections .evcalicon_9 i,
.evo_pop_body .evorow.getdirections .evcalicon_9 i {
    color: #fa9e14
}

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.evo_lightboxes .evo_pop_body .evcal_desc span.evcal_desc2 {
    color: #6b6b6b
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    color: #fff
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_lightboxes .evo_pop_body .evcal_desc span.evcal_event_subtitle {
    color: #6b6b6b
}

.fp_popup_option i {
    color: #999;
    font-size: 22px
}

.evo_cal_above span {
    color: #fff;
    background-color: #adadad
}

.evo_cal_above span:hover {
    color: #fff;
    background-color: #c8c8c8
}

.evo_cal_above span.evo-gototoday-btn {
    color: #fff;
    background-color: #adadad
}

.evo_cal_above span.evo-gototoday-btn:hover {
    color: #fff;
    background-color: #d3d3d3
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a {
    color: #a0a09f;
    background-color: #f5f5f5
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover {
    color: #a0a09f;
    background-color: #e6e6e6
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current {
    color: #fff;
    background-color: #cfcfcf
}

.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set {
    color: #fff;
    background-color: #f79191
}

.ajde_evcal_calendar .calendar_header .evcal_arrows {
    color: #e2e2e2;
    border-color: #e2e2e2;
    background-color: #fff
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:hover {
    color: #e2e2e2;
    border-color: #e2e2e2;
    background-color: #e2e2e2
}

.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    color: #e2e2e2
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa {
    color: #e2e2e2
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,
.evo_pop_body .evcal_desc span.evo_above_title span {
    color: #fff;
    background-color: #f79191
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled,
.evo_pop_body .evcal_desc span.evo_above_title span.canceled {
    color: #fff;
    background-color: #f79191
}

.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a {
    color: #fff;
    background: repeating-linear-gradient(45deg, #fdf2f2, #fdf2f2 10px, #fafafa 10px, #fafafa 20px)
}

#eventon_loadbar {
    background-color: #efefef
}

#eventon_loadbar:before {
    background-color: #f5b87a
}

.evcal_desc .evcal_desc3 em.evocmd_button,
#evcal_list .evcal_desc .evcal_desc3 em.evocmd_button {
    color: #fff;
    background-color: #237dbd
}

.evo_repeat_series_dates span {
    color: #656565;
    background-color: #dedede
}

.evo_metarow_socialmedia a.evo_ss:hover {
    background-color: #9d9d9d
}

.evo_metarow_socialmedia a.evo_ss i {
    color: #858585
}

.evo_metarow_socialmedia a.evo_ss:hover i {
    color: #fff
}

.evo_metarow_socialmedia .evo_sm {
    border-color: #cdcdcd
}

body .EVOSR_section a.evo_do_search,
body a.evosr_search_btn,
.evo_search_bar_in a.evosr_search_btn {
    color: #3d3d3d
}

body .EVOSR_section a.evo_do_search:hover,
body a.evosr_search_btn:hover,
.evo_search_bar_in a.evosr_search_btn:hover {
    color: #bbb
}

.EVOSR_section input,
.evo_search_bar input {
    border-color: #ededed;
    background-color: #fff
}

.evosr_blur {
    background-color: #f9d789;
    color: #14141e
}

.evo_search_results_count span {
    background-color: #d2d2d2;
    color: #f9d789
}

.EVOSR_section input:hover,
.evo_search_bar input:hover {
    color: #c5c5c5
}

.evo_search_results_count {
    color: #14141e
}

.ajde_evcal_calendar.evoWV .eventon_wv_days .evo_wv_day.focus {
    background-color: #fa9e14;
    color: #fff
}

.EVOWV_change {
    background-color: #f79191
}

.EVOWV_ranger {
    background-color: #f79191;
    color: #fff
}

ul.EVOWV_date_ranges li:hover,
.EVOWV_ranger a:hover {
    background-color: #ef7777;
    color: #fff
}

ul.EVOWV_date_ranges li.thisweek {
    background-color: #ef7777
}

ul.EVOWV_date_ranges li,
ul.EVOWV_date_ranges {
    border-color: #f7a6a6
}

.EVOWV_ranger {
    background-color: #f79191
}

.eventon_weeklyview {
    background-color: #e4e4e4;
    color: #fff
}

.ajde_evcal_calendar .evoWV_days .evo_wv_day {
    background-color: #f9f9f9;
    color: #949494;
    border-color: #e0e0e0
}

.evoWV.ajde_evcal_calendar .evoWV_days .evo_wv_day.today:before {
    background-color: #fa9e14
}

.eventon_fc_days .evo_fc_day {
    background-color: #fff;
    color: #303030
}

.eventon_fc_days .evo_fc_day:hover {
    background-color: #fbfbfb;
    color: #9e9e9e
}

.eventon_fc_days .evo_fc_day.has_events {
    background-color: #fff;
    color: #dfa872
}

.eventon_fc_days .evo_fc_day.has_events:hover {
    background-color: #f5f5f5;
    color: #9e9e9e
}

.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus {
    background-color: #fff3e7;
    color: #d4d4d4
}

.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus:hover {
    background-color: #fbfbfb;
    color: #9e9e9e
}

.eventon_fc_daynames .evo_fc_day {
    color: #242424
}

.eventon_fc_daynames .evo_fc_day:hover {
    color: #595959
}

.eventon_fc_days .evo_fc_day.today:before {
    background-color: #ef9a93
}

.evofc_title_tip,
.evoFC_tip {
    background-color: gray;
    color: #f7f7f7
}

.eventon_daily_list .evcal_arrows {
    color: #919191
}

.eventon_daily_list .evcal_arrows:hover {
    color: #919191
}

.eventon_daily_in .evo_day {
    background-color: #fff;
    color: #e8e8e8
}

.eventon_daily_in .evo_day:hover {
    background-color: #fbfbfb;
    color: #d4d4d4
}

.eventon_daily_in .evo_day.has_events {
    background-color: #fff;
    color: #d5c3ac
}

.eventon_daily_in .evo_day.has_events:hover {
    background-color: #fbfbfb;
    color: #d5c3ac
}

.eventon_daily_in .evo_day.on_focus {
    background-color: #f7f7f7;
    color: #a4a4a4;
    border-color: #747474
}

.evo_day.on_focus:hover {
    background-color: #f7f7f7;
    color: #a4a4a4
}

.evodv_current_day {
    background-color: #d5c3ac;
    color: #fff
}

.evodv_current_day p {
    color: #fff
}

.eventon_daily_in .evodv_action {
    background-color: #f7f7f7;
    color: #c3bebe
}

.eventon_daily_in .evodv_action:hover {
    background-color: #e0e0e0;
    color: #fff
}

.eventon_daily_in .evo_day.today {
    color: #ffb677
}

.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot {
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(1%, rgba(245, 245, 245, .01)), color-stop(100%, rgba(245, 245, 245, 1)));
    background: -webkit-linear-gradient(top, rgba(245, 245, 2454, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    background: -o-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, .01) 1%, rgba(245, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=0)
}

#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em {
    color: #fff
}

.zoom-instagram-widget__follow-me {
    margin-top: 15px;
    text-align: center
}

.zoom-instagram-widget__items {
    list-style: none
}

.zoom-instagram-widget__item {
    float: left;
    position: relative;
    margin-top: 0 !important
}

.zoom-instagram-widget__items--no-js .zoom-instagram-widget__item {
    margin-right: 10px;
    margin-bottom: 10px
}

.ig-b- {
    display: inline-block
}

a.ig-b-v-24 {
    border-color: #3897f0;
    color: #3897f0 !important;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-weight: 600 !important;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
    font-family: sans-serif;
    padding: 5px 15px;
    font-size: 14px;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important
}

a.ig-b-v-24:hover {
    background: #3897f0;
    border-color: #3897f0;
    color: #fff !important
}

.zoom-instagram-widget__item .hover-controls {
    opacity: 0;
    z-index: 9;
    margin-top: -15px;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

.zoom-instagram-widget__item .hover-controls~.zoom-instagram-icon-wrap {
    bottom: 10%
}

.zoom-instagram-widget__item .hover-layout.small .hover-controls~.zoom-instagram-icon-wrap {
    bottom: 6%
}

.zoom-instagram-widget__item .hover-layout.small .zoom-instagram-icon-wrap {
    bottom: calc(50% - 15px)
}

.zoom-instagram-widget__item .zoom-instagram-icon-wrap {
    bottom: calc(50% - 15px);
    height: 30px;
    width: 100%;
    position: absolute;
    z-index: 9;
    text-align: center
}

.zoom-instagram-widget__item:hover .hover-controls {
    opacity: 1
}

.zoom-instagram-widget__item .zoom-instagram-icon-wrap {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

.zoom-instagram-widget__item:hover .zoom-instagram-icon-wrap {
    opacity: 1
}

.zoom-instagram-widget__item .hover-controls .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
    vertical-align: middle
}

.zoom-instagram-widget__item .hover-controls .counter {
    padding-left: 1px;
    padding-right: 12px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    opacity: .8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.zoom-instagram-widget__overlay {
    position: relative
}

.zoom-instagram-widget__overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

.zoom-instagram-widget__overlay:hover:after {
    opacity: .7;
    background-color: #000
}

.zoom-instagram-widget__black:after {
    background-color: #000
}

.zoom-svg-instagram-simple {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgNTAgNTAiCiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjsiPiAgICA8cGF0aCBzdHlsZT0ibGluZS1oZWlnaHQ6bm9ybWFsO3RleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDt0ZXh0LWRlY29yYXRpb24tbGluZTpub25lO3RleHQtZGVjb3JhdGlvbi1zdHlsZTpzb2xpZDt0ZXh0LWRlY29yYXRpb24tY29sb3I6IzAwMDt0ZXh0LXRyYW5zZm9ybTpub25lO2Jsb2NrLXByb2dyZXNzaW9uOnRiO2lzb2xhdGlvbjphdXRvO21peC1ibGVuZC1tb2RlOm5vcm1hbCIgZD0iTSAxNiAzIEMgOC44MzI0ODM5IDMgMyA4LjgzMjQ4MzkgMyAxNiBMIDMgMzQgQyAzIDQxLjE2NzUxNiA4LjgzMjQ4MzkgNDcgMTYgNDcgTCAzNCA0NyBDIDQxLjE2NzUxNiA0NyA0NyA0MS4xNjc1MTYgNDcgMzQgTCA0NyAxNiBDIDQ3IDguODMyNDgzOSA0MS4xNjc1MTYgMyAzNCAzIEwgMTYgMyB6IE0gMTYgNSBMIDM0IDUgQyA0MC4wODY0ODQgNSA0NSA5LjkxMzUxNjEgNDUgMTYgTCA0NSAzNCBDIDQ1IDQwLjA4NjQ4NCA0MC4wODY0ODQgNDUgMzQgNDUgTCAxNiA0NSBDIDkuOTEzNTE2MSA0NSA1IDQwLjA4NjQ4NCA1IDM0IEwgNSAxNiBDIDUgOS45MTM1MTYxIDkuOTEzNTE2MSA1IDE2IDUgeiBNIDM3IDExIEEgMiAyIDAgMCAwIDM1IDEzIEEgMiAyIDAgMCAwIDM3IDE1IEEgMiAyIDAgMCAwIDM5IDEzIEEgMiAyIDAgMCAwIDM3IDExIHogTSAyNSAxNCBDIDE4LjkzNjcxMiAxNCAxNCAxOC45MzY3MTIgMTQgMjUgQyAxNCAzMS4wNjMyODggMTguOTM2NzEyIDM2IDI1IDM2IEMgMzEuMDYzMjg4IDM2IDM2IDMxLjA2MzI4OCAzNiAyNSBDIDM2IDE4LjkzNjcxMiAzMS4wNjMyODggMTQgMjUgMTQgeiBNIDI1IDE2IEMgMjkuOTgyNDA3IDE2IDM0IDIwLjAxNzU5MyAzNCAyNSBDIDM0IDI5Ljk4MjQwNyAyOS45ODI0MDcgMzQgMjUgMzQgQyAyMC4wMTc1OTMgMzQgMTYgMjkuOTgyNDA3IDE2IDI1IEMgMTYgMjAuMDE3NTkzIDIwLjAxNzU5MyAxNiAyNSAxNiB6IiBmb250LXdlaWdodD0iNDAwIiBmb250LWZhbWlseT0ic2Fucy1zZXJpZiIgd2hpdGUtc3BhY2U9Im5vcm1hbCIgb3ZlcmZsb3c9InZpc2libGUiPjwvcGF0aD48L3N2Zz4=') 50% 50% no-repeat;
    background-size: 100%
}

.zoom-svg-instagram-stroke {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgMjUyIDI1MiIKICAgICBzdHlsZT0iZmlsbDojMDAwMDAwOyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4zOTQsMi4zOTQpIHNjYWxlKDAuOTgxLDAuOTgxKSI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS1saW5lam9pbj0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtZGFzaGFycmF5PSIiIHN0cm9rZS1kYXNob2Zmc2V0PSIwIiBmb250LWZhbWlseT0ibm9uZSIgZm9udC13ZWlnaHQ9Im5vbmUiIGZvbnQtc2l6ZT0ibm9uZSIgdGV4dC1hbmNob3I9Im5vbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogbm9ybWFsIj48ZyBpZD0ib3JpZ2luYWwtaWNvbiAxIiBmaWxsPSIjZmZmZmZmIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTE3MS4zNiwxNS4xMmMzNi4xMjQyOCwwIDY1LjUyLDI5LjM5NTcyIDY1LjUyLDY1LjUydjkwLjcyYzAsMzYuMTI0MjggLTI5LjM5NTcyLDY1LjUyIC02NS41Miw2NS41MmgtOTAuNzJjLTM2LjEyNDI4LDAgLTY1LjUyLC0yOS4zOTU3MiAtNjUuNTIsLTY1LjUydi05MC43MmMwLC0zNi4xMjQyOCAyOS4zOTU3MiwtNjUuNTIgNjUuNTIsLTY1LjUyek0yNS4yLDgwLjY0djkwLjcyYzAsMzAuNjc1ODggMjQuNzY0MTIsNTUuNDQgNTUuNDQsNTUuNDRoOTAuNzJjMzAuNjc1ODgsMCA1NS40NCwtMjQuNzY0MTIgNTUuNDQsLTU1LjQ0di05MC43MmMwLC0zMC42NzU4OCAtMjQuNzY0MTIsLTU1LjQ0IC01NS40NCwtNTUuNDRoLTkwLjcyYy0zMC42NzU4OCwwIC01NS40NCwyNC43NjQxMiAtNTUuNDQsNTUuNDR6TTE5Ni41Niw2NS41MmMwLDUuNTY3MDMgLTQuNTEyOTcsMTAuMDggLTEwLjA4LDEwLjA4Yy01LjU2NzAzLDAgLTEwLjA4LC00LjUxMjk3IC0xMC4wOCwtMTAuMDhjMCwtNS41NjcwMyA0LjUxMjk3LC0xMC4wOCAxMC4wOCwtMTAuMDhjNS41NjcwMywwIDEwLjA4LDQuNTEyOTcgMTAuMDgsMTAuMDh6TTE4MS40NCwxMjZjMCwzMC41NTg5NyAtMjQuODgxMDMsNTUuNDQgLTU1LjQ0LDU1LjQ0Yy0zMC41NTg5NywwIC01NS40NCwtMjQuODgxMDMgLTU1LjQ0LC01NS40NGMwLC0zMC41NTg5NyAyNC44ODEwMywtNTUuNDQgNTUuNDQsLTU1LjQ0YzMwLjU1ODk3LDAgNTUuNDQsMjQuODgxMDMgNTUuNDQsNTUuNDR6TTgwLjY0LDEyNmMwLDI1LjExMTMzIDIwLjI0ODY3LDQ1LjM2IDQ1LjM2LDQ1LjM2YzI1LjExMTMzLDAgNDUuMzYsLTIwLjI0ODY3IDQ1LjM2LC00NS4zNmMwLC0yNS4xMTEzMyAtMjAuMjQ4NjcsLTQ1LjM2IC00NS4zNiwtNDUuMzZjLTI1LjExMTMzLDAgLTQ1LjM2LDIwLjI0ODY3IC00NS4zNiw0NS4zNnoiPjwvcGF0aD48L2c+PHBhdGggZD0iTTAsMjUydi0yNTJoMjUydjI1MnoiIGZpbGw9Im5vbmUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIj48L3BhdGg+PGcgaWQ9Im9yaWdpbmFsLWljb24iIGZpbGw9IiNmZmZmZmYiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIj48cGF0aCBkPSJNODAuNjQsMTUuMTJjLTM2LjEyNDI4LDAgLTY1LjUyLDI5LjM5NTcyIC02NS41Miw2NS41MnY5MC43MmMwLDM2LjEyNDI4IDI5LjM5NTcyLDY1LjUyIDY1LjUyLDY1LjUyaDkwLjcyYzM2LjEyNDI4LDAgNjUuNTIsLTI5LjM5NTcyIDY1LjUyLC02NS41MnYtOTAuNzJjMCwtMzYuMTI0MjggLTI5LjM5NTcyLC02NS41MiAtNjUuNTIsLTY1LjUyek04MC42NCwyNS4yaDkwLjcyYzMwLjY3NTg4LDAgNTUuNDQsMjQuNzY0MTIgNTUuNDQsNTUuNDR2OTAuNzJjMCwzMC42NzU4OCAtMjQuNzY0MTIsNTUuNDQgLTU1LjQ0LDU1LjQ0aC05MC43MmMtMzAuNjc1ODgsMCAtNTUuNDQsLTI0Ljc2NDEyIC01NS40NCwtNTUuNDR2LTkwLjcyYzAsLTMwLjY3NTg4IDI0Ljc2NDEyLC01NS40NCA1NS40NCwtNTUuNDR6TTE4Ni40OCw1NS40NGMtNS41NjcwMywwIC0xMC4wOCw0LjUxMjk3IC0xMC4wOCwxMC4wOGMwLDUuNTY3MDMgNC41MTI5NywxMC4wOCAxMC4wOCwxMC4wOGM1LjU2NzAzLDAgMTAuMDgsLTQuNTEyOTcgMTAuMDgsLTEwLjA4YzAsLTUuNTY3MDMgLTQuNTEyOTcsLTEwLjA4IC0xMC4wOCwtMTAuMDh6TTEyNiw3MC41NmMtMzAuNTU4OTcsMCAtNTUuNDQsMjQuODgxMDMgLTU1LjQ0LDU1LjQ0YzAsMzAuNTU4OTcgMjQuODgxMDMsNTUuNDQgNTUuNDQsNTUuNDRjMzAuNTU4OTcsMCA1NS40NCwtMjQuODgxMDMgNTUuNDQsLTU1LjQ0YzAsLTMwLjU1ODk3IC0yNC44ODEwMywtNTUuNDQgLTU1LjQ0LC01NS40NHpNMTI2LDgwLjY0YzI1LjExMTMzLDAgNDUuMzYsMjAuMjQ4NjcgNDUuMzYsNDUuMzZjMCwyNS4xMTEzMyAtMjAuMjQ4NjcsNDUuMzYgLTQ1LjM2LDQ1LjM2Yy0yNS4xMTEzMywwIC00NS4zNiwtMjAuMjQ4NjcgLTQ1LjM2LC00NS4zNmMwLC0yNS4xMTEzMyAyMC4yNDg2NywtNDUuMzYgNDUuMzYsLTQ1LjM2eiI+PC9wYXRoPjwvZz48cGF0aCBkPSJNMTI2LDI1MmMtNjkuNTg3ODgsMCAtMTI2LC01Ni40MTIxMiAtMTI2LC0xMjZ2MGMwLC02OS41ODc4OCA1Ni40MTIxMiwtMTI2IDEyNiwtMTI2djBjNjkuNTg3ODgsMCAxMjYsNTYuNDEyMTIgMTI2LDEyNnYwYzAsNjkuNTg3ODggLTU2LjQxMjEyLDEyNiAtMTI2LDEyNnoiIGZpbGw9Im5vbmUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIj48L3BhdGg+PHBhdGggZD0iTTEyNiwyNDYuOTZjLTY2LjgwNDM2LDAgLTEyMC45NiwtNTQuMTU1NjQgLTEyMC45NiwtMTIwLjk2djBjMCwtNjYuODA0MzYgNTQuMTU1NjQsLTEyMC45NiAxMjAuOTYsLTEyMC45NmgwYzY2LjgwNDM2LDAgMTIwLjk2LDU0LjE1NTY0IDEyMC45NiwxMjAuOTZ2MGMwLDY2LjgwNDM2IC01NC4xNTU2NCwxMjAuOTYgLTEyMC45NiwxMjAuOTZ6IiBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciI+PC9wYXRoPjxwYXRoIGQ9IiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiPjwvcGF0aD48cGF0aCBkPSIiIGZpbGw9Im5vbmUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIj48L3BhdGg+PHBhdGggZD0iIiBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciI+PC9wYXRoPjxwYXRoIGQ9IiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==') 50% 50% no-repeat;
    background-size: 100%
}

.zoom-instagram-widget__item .hover-layout.small .hover-controls .dashicons {
    font-size: 15px;
    width: 15px;
    height: 15px
}

.zoom-instagram-widget__item .hover-layout.small .zoom-instagram-icon-wrap .zoom-svg-instagram-stroke {
    width: 18px;
    height: 18px
}

.zoom-instagram-widget__item .hover-layout.small .hover-controls .counter {
    padding-left: 1px;
    padding-right: 4px;
    font-size: 11px
}

.zoom-instagram-widget-user-info {
    display: flex;
    padding: 0 0 20px
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-picture {
    flex: 1
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-picture img {
    border-radius: 50%
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-meta {
    display: flex;
    flex: 3;
    flex-direction: column;
    margin-left: 15px;
    text-align: left
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-about-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-stats {
    font-size: 14px;
    line-height: 1.2;
    justify-content: space-between;
    display: flex;
    text-align: center
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-follow-button {
    padding: 0 24px;
    margin-top: 10px;
    background: #3897f0;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-transform: none;
    border-radius: 3px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border: none;
    box-shadow: none;
    text-decoration: none !important
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-follow-button:hover {
    color: #fff;
    opacity: .8;
    box-shadow: none;
    border: none;
    text-decoration: none
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-counts {
    font-weight: 600
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-counts-subhead {
    opacity: .7;
    font-size: 14px
}

.zoom-instagram-widget-user-info-middle-cell {
    padding: 0 20px
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname {
    font-weight: 600;
    font-size: 16px
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-names-wrapper {
    padding-right: 20px;
    word-break: break-word
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-username {
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
    opacity: .7
}

.zoom-instagram-widget-user-info-bio {
    text-align: left;
    font-size: 14px;
    margin: 0 0 15px
}

.zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

#nta-wa-gdpr {
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important
}

.nta-wa-gdpr {
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px
}

.nta-wa-gdpr a {
    text-decoration: underline;
    color: inherit
}

.pointer-disable {
    pointer-events: none
}

.nta-woo-products-button:before,
.nta-woo-products-button:after {
    content: '';
    display: block;
    clear: both
}

.wa__button {
    border-bottom: none !important
}

.wa__btn_w_img:hover {
    text-decoration: none
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.wa__button {
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, .09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, .09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, .09)
}

.wa__btn_txt {
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em
}

.wa__btn_w_icon .wa__btn_txt {
    padding: 16px 20px 15px 71px
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt {
    padding-top: 25px;
    padding-bottom: 24px
}

.wa__btn_w_icon .wa__btn_txt .wa__btn_title {
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px
}

.wa__cs_info {
    margin-bottom: 2px
}

.wa__btn_status {
    color: #f5a623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status {
    display: inline-block
}

.wa__cs_info .wa__cs_name {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em
}

.wa__stt_online .wa__cs_info .wa__cs_name {
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name {
    color: #76787d
}

.wa__cs_info .wa__cs_status {
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255, 255, 255, .98);
    position: relative;
    top: -1px;
    left: 0;
    text-align: center
}

.wa__stt_online .wa__cs_info .wa__cs_status {
    background: #62c971
}

.wa__stt_offline .wa__cs_info .wa__cs_status {
    background: #b9bbbe
}

.wa__stt_online {
    background: #2db742;
    cursor: pointer;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    backface-visibility: hidden;
    will-change: transform
}

.wa__stt_online .wa__btn_txt {
    position: relative;
    z-index: 4
}

.wa__r_button.wa__stt_online:before {
    border-radius: 50vh
}

.wa__sq_button.wa__stt_online:before {
    border-radius: 5px
}

.wa__stt_online:before {
    content: '';
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity
}

.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover {
    box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, .19);
    transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px)
}

.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before {
    opacity: 1
}

.wa__stt_online.wa__btn_w_icon .wa__btn_icon img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all
}

.wa__stt_offline {
    background: #ebedf0;
    color: #595b60;
    box-shadow: none;
    cursor: initial
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px
}

.wa__btn_w_icon .wa__btn_icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.wa__btn_w_icon .wa__btn_icon img {
    width: 41px;
    height: 69px
}

.wa__btn_w_img {
    position: relative;
    width: 300px;
    margin: 20px 0 20px
}

.wa__btn_w_img .wa__cs_img {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%)
}

.wa__btn_w_img .wa__cs_img_wrap {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #fff;
    position: relative;
    overflow: hidden
}

.wa__btn_w_img .wa__cs_img img {
    max-width: 100%;
    height: auto;
    transition: .2s ease transform;
    -webkit-transition: .2s ease transform;
    -moz-transition: .2s ease transform
}

.wa__btn_w_img .wa__cs_img:after {
    content: '';
    background: #fff url(https://metahub.my/front-end/images/whatsapp/whatsapp_logo_green.svg) center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3)
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after {
    content: '';
    background: #fff url(https://footballhub.my/front-end/images/whatsapp/whatsapp_logo_gray.svg) center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, .3)
}

.wa__btn_w_img .wa__btn_txt {
    padding: 14px 20px 12px 103px
}

.wa__r_button {
    border-radius: 50vh
}

.wa__sq_button {
    border-radius: 5px
}

.wa__sq_button.wa__btn_w_img {
    width: 270px;
    margin-left: 30px
}

.wa__r_button.wa__btn_w_img .wa__cs_img {
    left: -5px
}

.wa__sq_button.wa__btn_w_img .wa__cs_img {
    left: -35px
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 10px 20px 10px 70px;
    display: table-cell;
    vertical-align: middle;
    height: 66px
}

.wa__btn_txt .wa__btn_title {
    font-weight: 600
}

.wa__r_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 100px;
    display: table-cell;
    vertical-align: middle;
    height: 66px
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status {
    margin-left: 3px
}

.wa__popup_chat_box {
    font-family: Arial, Helvetica, sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, .04);
    bottom: 0;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    will-change: transform, visibility, opacity;
    max-width: calc(100% - 50px);
    max-height: 510px;
    /* overflow-y: scroll; */
}

.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active {
    box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, .23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, .23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, .23)
}

.wa__popup_chat_box.wa__active {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    visibility: visible;
    opacity: 1
}

.wa__popup_chat_box .wa__popup_heading {
    position: relative;
    /*padding: 15px 43px 17px 74px;*/
    padding: 15px 8px 17px 74px;
    color: #d9ebc6;
    background: #2db742
}

.wa__popup_chat_box .wa__popup_heading_sm {
    padding: 12px 15px 17px 74px
}

.wa__popup_chat_box .wa__popup_heading:before {
    content: '';
    background: url(https://metahub.my/front-end/images/whatsapp/whatsapp_logo.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px
}

.wa__popup_chat_box .wa__popup_heading_sm:before {
    top: 19px;
    left: 11px
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    padding-top: 2px;
    padding-bottom: 3;
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px
}

.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro {
    padding-top: 0
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active {
    text-decoration: underline
}

.wa__popup_chat_box .wa__popup_notice {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px
}

.wa__popup_chat_box .wa__popup_content {
    background: #fff;
    padding: 13px 20px 21px 19px;
    text-align: center;
    overflow-y: scroll;
    height: 315px;
}

.wa__popup_chat_box .wa__popup_content_left {
    text-align: left
}

.wa__popup_chat_box .wa__popup_avatar {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset
}

.wa__popup_chat_box .wa__stt {
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px;
    -webkit-border-radius: 2px 4px;
    -moz-border-radius: 2px 4px
}

.wa__popup_chat_box .wa__stt:after {
    content: '';
    background: url(https://metahub.my/front-end/images/whatsapp/whatsapp_logo_green.svg) 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%
}

.wa__popup_chat_box .wa__stt.wa__stt_offline:after {
    background-image: url(https://footballhub.my/front-end/images/whatsapp/whatsapp_logo_gray_sm.svg)
}

.wa__popup_chat_box .wa__stt.wa__stt_online {
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all
}

.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus {
    background: #fff;
    box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, .07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, .07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, .07)
}

.wa__popup_content_list .wa__popup_content_item {
    margin: 14px 0 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    will-change: opacity, transform;
    opacity: 0
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2) {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3) {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4) {
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5) {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6) {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7) {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8) {
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9) {
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s
}

.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0)
}

.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important
}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important
}

.wa__popup_content_list .wa__popup_content_item .wa__member_status {
    color: #f5a623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important
}

.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px
}

.wa__popup_content_list .wa__popup_content_item .wa__stt_offline {
    border-left-color: #c0c5ca
}

.wa__popup_avt_list {
    font-size: 0;
    margin: 7px 0 24px
}

.wa__popup_avt_list .wa__popup_avt_item {
    display: inline-block;
    position: relative;
    width: 46px
}

.wa__popup_avt_list .wa__popup_avt_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    left: -7px
}

.wa__popup_call_btn {
    background: #2db742;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, .2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, .2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, .2)
}

.wa__popup_call_btn.wa__popup_call_btn_lg:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url(https://footballhub.my/front-end/images/whatsapp/whatsapp_logo_green_sm.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0;
    margin-right: -19px;
    left: -31px;
    transition: .2s ease background-image;
    -webkit-transition: .2s ease background-image;
    -moz-transition: .2s ease background-image
}

.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before {
    background-image: url(https://metahub.my/front-end/images/whatsapp/whatsapp_logo.svg)
}

.wa__popup_chat_box_gray {
    border-radius: 2px 2px 8px 8px
}

.wa__popup_chat_box_gray .wa__popup_heading_gray {
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500
}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title {
    color: #595b60
}

.wa__popup_chat_box_gray .wa__popup_heading_gray:before {
    content: '';
    background: url(https://metahub.my/front-end/images/whatsapp/whatsapp_logo_green.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px
}

.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a {
    color: #595b60
}

.wa__popup_chat_box_ct {
    width: 384px;
    text-align: center
}

.wa__popup_chat_box_ct .wa__popup_heading_ct {
    text-align: center;
    padding: 18px 0 18px
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url(https://metahub.my/front-end/images/whatsapp/whatsapp_logo.svg) center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title {
    padding-left: 22px;
    padding-bottom: 14px
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro {
    margin-top: -5px;
    line-height: 12px
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after {
    content: '';
    clear: both;
    display: block
}

.wa__popup_chat_box_ct .wa__popup_ct_content {
    background: #fff;
    padding: 0 0 14px
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice {
    padding-top: 18px;
    padding-bottom: 15px
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item {
    width: 33%;
    float: left;
    font-size: 10px
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a {
    text-decoration: none;
    color: #989b9f
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt {
    padding-top: 8px
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name {
    color: #363c47;
    font-size: 13px
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty {
    color: #989b9f;
    padding: 3px 0 0
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online {
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url(https://metahub.my/front-end/images/whatsapp/whatsapp_logo_green.svg) 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline {
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0
}

.wa__popup_chat_box_ct .wa__popup_ct_avatar img {
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn {
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px
}

.wa__btn_popup {

    position: fixed;
    right: 30px;
    /*bottom: 30px;*/
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 999
}


.wa__btn_popup.mobile .wa__btn_popup_icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wa__btn_popup.mobile img {
    width: 100%;
}

.wa__btn_popup.mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0 !important;
    height: 38px;
    display: none;
    z-index: 9999999999;
    bottom: -1px !important;
    top: auto !important;
    background: #2daf4b;
}

.wa__btn_popup.mobile .wa__btn_popup_icon h6 {
    padding: 0 0 21px;
    color: #fff;
    text-transform: capitalize;
}

footer.footer ul li span {
    margin-bottom: 20px;
}

.wa__btn_popup.mobile .wa__btn_popup_icon:after {
    display: none;
}

.wa__btn_popup.mobile .wa__btn_popup_icon:before {
    display: none;
}

.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, .14)
}

.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(https://metahub.my/front-end/images/whatsapp/whatsapp_logo.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    /* transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all */
}

.wa__popup_btn {
    float: right;
}

.wa__popup_btn button {
    background: none;
    border: none;
}

.wa__popup_btn button a {
    color: #ffffff;
    margin-right: -53px;
}

.wa__btn_popup .wa__btn_popup_icon:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    /*height: 100%;*/
    height: auto;
    left: 0;
    top: 0;
    background: transparent url(https://metahub.my/front-end/images/whatsapp/x_icon.svg) center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    /* transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg) */
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
    opacity: 0;
    /* -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg) */
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
    opacity: 1;
    /* -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg) */
}

.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /* transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all */
}

.wa__btn_popup.wa__active .wa__btn_popup_txt {
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    opacity: 0;
    visibility: hidden
}

.eventon_fullcal p {
    font-family: 'roboto', 'arial narrow'
}

.eventon_fc_days .evo_fc_day.has_events em {
    font-family: 'open sans', arial
}

.ajde_evcal_calendar.evofc_nolist.evoFC #evcal_list {
    display: none
}

.evoFC_tip {
    position: absolute;
    background-color: #9e9e9e;
    color: #fff;
    padding: 8px;
    line-height: 110%;
    font-size: 12px;
    z-index: 800;
    border-radius: 20px;
    font-weight: 700;
    margin-left: -15px;
    margin-top: -15px;
    min-width: 28px;
    text-align: center;
    box-sizing: border-box
}

.widget .evoFC_tip {
    min-width: 20px;
    margin-left: -10px;
    margin-top: -10px;
    font-size: 10px
}

.evoFC_tip.leftyy {
    margin-left: 0
}

.eventon_fullcal {
    padding: 0 0 10px;
    overflow: hidden;
    width: 100%;
    position: relative
}

.evofc_month {
    float: left;
    width: 100%
}

.eventon_fullcal .eventon_fc_daynames .evo_fc_day {
    font-size: 14px;
    margin: 0 !important
}

.eventon_fullcal .eventon_fc_daynames .evo_fc_day:hover {
    cursor: default;
    color: #d4d4d4
}

.eventon_fullcal .evo_fc_day {
    display: block;
    float: left;
    width: 14.27%;
    text-align: center;
    min-height: 5px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 4px 0;
    border-top: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid transparent;
    padding: 30px 0;
    margin: 0 !important;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.eventon_fullcal .evo_fc_day.highl {
    background-color: #faf8f5
}

.eventon_fullcal .evo_fc_day.evo_fc_empty {
    cursor: default
}

.eventon_fullcal .evo_fc_day.evo_fc_empty:hover {
    background-color: transparent
}

.eventon_fullcal .evo_fc_day.on_focus {
    border-top: 1px solid #9e9e9e
}

.eventon_fullcal p {
    color: #d8d8d8;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px
}

.evofc_months_strip {
    max-width: none
}

.evo_widget .eventon_fullcal .eventon_fc_daynames .evo_fc_day,
.evo_fc_widget .eventon_fullcal .eventon_fc_daynames .evo_fc_day {
    display: block;
    font-size: 0
}

.evo_widget .eventon_fullcal .eventon_fc_daynames .evo_fc_day:first-letter,
.evo_fc_widget .eventon_fullcal .eventon_fc_daynames .evo_fc_day:first-letter {
    visibility: visible;
    font-size: 12px
}

.evo_widget .eventon_fullcal .evo_fc_day,
.evo_fc_widget .eventon_fullcal .evo_fc_day {
    font-size: 12px;
    padding: 10px 0
}

.eventon_fullcal .evo_fc_day.bb {
    border-bottom: 1px solid #f7f7f7
}

.eventon_fullcal .evo_fc_day.br {
    border-right: 1px solid #f7f7f7
}

.eventon_fc_days,
.eventon_fc_daynames {
    border-left: 1px solid #f7f7f7
}

.eventon_fc_days .evo_fc_day.has_events:hover {
    background-color: #f5f5f5
}

.eventon_fc_days .evo_fc_day.on_focus {
    background-color: #fff3e7
}

.eventon_fc_days .evo_fc_day.today:before {
    content: "";
    background-color: #ef9a93;
    height: 4px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -1px
}

.eventon_fc_days .evo_fc_day.has_events,
.eventon_fc_days,
.eventon_fc_daynames {
    position: relative
}

.eventon_fc_days .evo_fc_day.has_events em {
    position: absolute;
    font-size: 12px;
    font-style: normal;
    margin-top: -5px;
    margin-left: 5px;
    color: #d6d6d6
}

.evo_widget .eventon_fc_days .evo_fc_day.has_events span,
.evo_fc_widget .eventon_fc_days .evo_fc_day.has_events span {
    display: none
}

.eventon_fc_days .evo_fc_day.has_events span {
    bottom: 20px;
    width: 100%;
    left: 0;
    position: absolute;
    box-sizing: border-box
}

.evofc_months_strip .eventon_fc_days .evo_fc_day.has_events span i {
    height: 5px;
    width: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #dadada;
    margin: 0 1px
}

.evofc_months_strip .eventon_fc_days .evo_fc_day.has_events span b {
    margin: 0 1px;
    display: inline-block;
    font-size: 8px;
    font-weight: 400;
    text-transform: none;
    color: #dadada;
    font-family: arial
}

.evofc_months_strip.names .evo_fc_day {
    padding-top: 5px;
    padding-bottom: 55px
}

.evofc_months_strip.names .evo_fc_day.has_events span {
    top: 40px;
    padding: 0 5px;
    line-height: 1.6
}

.evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span i {
    font-size: 9px;
    text-transform: capitalize;
    width: 100%;
    height: 15px;
    border-radius: 25px;
    font-style: normal;
    font-weight: 400;
    color: gray;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 2px;
    padding: 1px 10px;
    box-sizing: border-box
}

.evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span b {
    display: block
}

@media (max-width: 550px) {
    .evofc_months_strip.names .evo_fc_day {
        padding: 30px 0
    }

    .evofc_months_strip.names .evo_fc_day.has_events span {
        top: auto
    }

    .evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span i {
        display: inline-block;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        text-indent: -999999px;
        padding: 0;
        margin: 0 1px
    }

    .evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span b {
        display: inline-block
    }
}

.evofc_title_tip {
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    background-color: #fff;
    color: #7a7a7a;
    line-height: 110%;
    font-size: 10px;
    font-style: italic;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .06);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .06)
}

.evofc_title_tip .evofc_ttle_cnt {
    position: absolute;
    text-align: center;
    font-style: normal;
    margin-top: 5px;
    background-color: #949393;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    top: 0;
    left: 0;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 5
}

.eventon_fullcal ul.evofc_ttle_events {
    padding: 0;
    margin: 0
}

.eventon_fullcal ul.evofc_ttle_events li {
    font-size: 13px;
    position: relative;
    margin: 0;
    border-left: 4px solid transparent;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
    font-weight: 700;
    font-family: 'open sans'
}

.evofc_title_tip:before {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    border-width: 10px 10px 0 0;
    border-color: #c3c3c3 transparent transparent
}

.evofc_title_tip.lefter:before {
    border-width: 0 10px 10px 0;
    border-color: transparent #c3c3c3 transparent transparent;
    right: 0;
    left: auto
}

.evofc_months_strip.nobox .eventon_fc_days .evo_fc_day {
    border: none
}

.evofc_months_strip.nobox .eventon_fc_days,
.evofc_months_strip.nobox .eventon_fc_daynames,
.evofc_months_strip.nobox .eventon_fc_daynames p.evo_fc_day {
    border: none
}

.evofc_months_strip.nobox .eventon_fc_daynames {
    border-bottom: 1px solid #e5e5e5
}

.evoFC_nextto.evoFC div#evcal_list {
    width: 49%;
    float: right
}

.evoFC_nextto.evoFC .eventon_fullcal {
    width: 50%;
    float: left
}

.evoFC_nextto.evoFC .eventon_fc_days .evo_fc_day {
    padding: 10px 0
}

.evoFC_nextto.evoFC .eventon_fc_days .evo_fc_day.has_events span i {
    margin: -18px 1px
}

@media (max-width: 550px) {
    .evofc_title_tip {
        max-width: 150px
    }

    .evoFC_nextto.evoFC div#evcal_list,
    .evoFC_nextto.evoFC .eventon_fullcal {
        width: 100%;
        float: none
    }
}

.evo_lightboxes .evofc_lightbox {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(61, 61, 61, .8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 94000;
    padding-right: 17px;
    padding-left: 17px;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    visibility: hidden
}

.evofc_lightbox.show {
    opacity: 1;
    visibility: visible
}

.evofc_lightbox.show .evo_lightbox_content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.evolbclose_fc {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 90001;
    margin: -14px -14px 0 0;
    color: #666;
    background-color: #000;
    border-radius: 50%;
    padding: 5px;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 90%;
    font-size: 28px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.evolbclose_fc:hover {
    color: #cfcfcf;
    text-decoration: none
}

.evofc_lightbox .evcal_cblock .evo_time {
    display: none
}

.evofc_lightbox .bordb {
    border-bottom: 1px solid #cdcdcd
}

.evofc_lightbox.eventcard .evofc_lightbox_body {
    background-color: #fff
}

.evofc_lightbox .evopop_top .ev_ftImg {
    display: none
}

.evofc_lightbox .evofc_lightbox_body {
    border-radius: 5px;
    overflow: hidden
}

.evofc_lightbox .evofc_lightbox_body .no_events {
    background-color: #fff;
    padding: 15px;
    color: gray
}

.evortl .eventon_fc_daynames .evo_fc_day,
.evortl .eventon_fc_days .evo_fc_day {
    float: right
}

.evortl .evo_lightbox_content .evolbclose_fc {
    right: auto;
    left: 0;
    margin: -14px 0 0 -14px
}

.evortl.evofc_lightbox .evofc_lightbox_body .eventon_list_event .evocd_timer span.evocd_time {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

.wa__stt_offline {
    pointer-events: none
}

.wa__button_text_only_me .wa__btn_txt {
    padding-top: 16px !important;
    padding-bottom: 15px !important
}

.wa__popup_content_item .wa__cs_img_wrap {
    width: 48px;
    height: 48px
}

.wa__popup_chat_box .wa__popup_heading {
    background: #2db742
}

.wa__btn_popup .wa__btn_popup_icon {
    background: transparent;
    box-shadow: none;
}

.wa__btn_popup.wa__active {
    height: 56px;
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
    background: url(../images/whatsapp/whatsapp_logo.png) center center no-repeat !important;
    width: 50px !important;
    height: 50px !important;
    left: 12px !important;
    background-size: 100% 100% !important;
}

.wa__popup_chat_box .wa__stt {
    border-left: 2px solid #2db742
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    color: #fff
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    color: #fff;
    opacity: .8
}

body,
.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url,
.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url,
body .et_pb_bg_layout_light .et_pb_post p,
body .et_pb_bg_layout_dark .et_pb_post p {
    font-size: 15px
}

.et_pb_slide_content,
.et_pb_best_value {
    font-size: 17px
}

body {
    color: #262626
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626
}

.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #ffc722 !important
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.mobile_menu_bar:after,
.et_toggle_slide_menu:after,
.et-social-icon a:hover,
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.et_pb_member_social_links a:hover,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.et_pb_widget li a:hover,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.nav-single a,
.tagged_as a,
.posted_in a {
    color: #ffc722
}

.et_pb_contact_submit,
.et_password_protected_form .et_submit_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.comment-reply-link,
.form-submit .et_pb_button,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light .et_pb_more_button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.et_pb_contact p input[type="checkbox"]:checked+label i:before,
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #ffc722
}

.footer-widget h4 {
    color: #ffc722
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
.et_pb_pricing li:before,
blockquote {
    border-color: #ffc722
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_post_slider.et_pb_bg_layout_dark,
.et_slide_in_menu_container,
.et_pb_contact p input[type="radio"]:checked+label i:before {
    background-color: #ffc722
}

a {
    color: #ffc722
}

#main-header,
#main-header .nav li ul,
.et-search-form,
#main-header .et_mobile_menu {
    background-color: #0a0a0a
}

#top-header,
#et-secondary-nav li ul {
    background-color: #ffc722
}

#top-header,
#top-header a {
    color: #191919
}

.et_header_style_centered .mobile_nav .select_page,
.et_header_style_split .mobile_nav .select_page,
.et_nav_text_color_light #top-menu>li>a,
.et_nav_text_color_dark #top-menu>li>a,
#top-menu a,
.et_mobile_menu li a,
.et_nav_text_color_light .et_mobile_menu li a,
.et_nav_text_color_dark .et_mobile_menu li a,
#et_search_icon:before,
.et_search_form_container input,
span.et_close_search_field:after,
#et-top-navigation .et-cart-info {
    color: rgba(255, 255, 255, 0.86)
}

.et_search_form_container input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.86)
}

.et_search_form_container input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.86)
}

.et_search_form_container input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.86)
}

#top-menu li a {
    font-size: 16px
}

body.et_vertical_nav .container.et_search_form_container .et-search-form input {
    font-size: 16px !important
}

#top-menu li a,
.et_search_form_container input {
    letter-spacing: 1px
}

.et_search_form_container input::-moz-placeholder {
    letter-spacing: 1px
}

.et_search_form_container input::-webkit-input-placeholder {
    letter-spacing: 1px
}

.et_search_form_container input:-ms-input-placeholder {
    letter-spacing: 1px
}

#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
    color: #a0a0a0
}

.footer-widget {
    color: #a0a0a0
}

#main-footer .footer-widget h4 {
    color: #ffc722
}

.footer-widget li:before {
    border-color: #ffc722
}

.footer-widget,
.footer-widget li,
.footer-widget li a,
#footer-info {
    font-size: 13px
}

#footer-widgets .footer-widget li:before {
    top: 8.05px
}

h1,
h2,
h3,
h4,
h5,
h6,
.et_quote_content blockquote p,
.et_pb_slide_description .et_pb_slide_title {
    letter-spacing: 1px
}

body #page-container .et_slide_in_menu_container {
    background: #141414
}

.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item span.et_mobile_menu_arrow:before,
.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a {
    color: #ffc722
}

.et_header_style_slide .et_slide_in_menu_container {
    width: 315px
}

.et_slide_in_menu_container,
.et_slide_in_menu_container .et-search-field,
.et_slide_in_menu_container a,
.et_slide_in_menu_container #et-info span {
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none
}

.et_header_style_slide .et_slide_in_menu_container,
.et_header_style_slide .et_slide_in_menu_container input.et-search-field,
.et_header_style_slide .et_slide_in_menu_container a,
.et_header_style_slide .et_slide_in_menu_container #et-info span,
.et_header_style_slide .et_slide_menu_top ul.et-social-icons a,
.et_header_style_slide .et_slide_menu_top span {
    font-size: 15px
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder {
    font-size: 15px
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
    font-size: 15px
}

.et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
    font-size: 15px
}

.et_slide_in_menu_container,
.et_slide_in_menu_container .et-search-field {
    letter-spacing: px
}

.et_slide_in_menu_container .et-search-field::-moz-placeholder {
    letter-spacing: px
}

.et_slide_in_menu_container .et-search-field::-webkit-input-placeholder {
    letter-spacing: px
}

.et_slide_in_menu_container .et-search-field:-ms-input-placeholder {
    letter-spacing: px
}

@media only screen and (min-width: 981px) {
    .footer-widget h4 {
        font-size: 20px
    }

    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 37px 0 0 0
    }

    .et_header_style_left #et-top-navigation nav>ul>li>a,
    .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 37px
    }

    .et_header_style_split .centered-inline-logo-wrap {
        width: 74px;
        margin: -74px 0
    }

    .et_header_style_split .centered-inline-logo-wrap #logo {
        max-height: 74px
    }

    .et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
        height: 74px
    }

    .et_header_style_centered #top-menu>li>a {
        padding-bottom: 13px
    }

    .et_header_style_slide #et-top-navigation,
    .et_header_style_fullscreen #et-top-navigation {
        padding: 28px 0 28px 0 !important
    }

    .et_header_style_centered #main-header .logo_container {
        height: 74px
    }

    #logo {
        max-height: 91%
    }

    .et_pb_svg_logo #logo {
        height: 91%
    }

    .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
    .et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
        height: 13.32px
    }

    .et_header_style_left .et-fixed-header #et-top-navigation,
    .et_header_style_split .et-fixed-header #et-top-navigation {
        padding: 35px 0 0 0
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
    .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 35px
    }

    .et_header_style_centered header#main-header.et-fixed-header .logo_container {
        height: 70px
    }

    .et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap {
        width: 70px;
        margin: -70px 0
    }

    .et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
        max-height: 70px
    }

    .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
        height: 70px
    }

    .et_header_style_slide .et-fixed-header #et-top-navigation,
    .et_header_style_fullscreen .et-fixed-header #et-top-navigation {
        padding: 26px 0 26px 0 !important
    }

    .et-fixed-header#top-header,
    .et-fixed-header#top-header #et-secondary-nav li ul {
        background-color: #ffc722
    }

    .et-fixed-header #top-menu a,
    .et-fixed-header #et_search_icon:before,
    .et-fixed-header #et_top_search .et-search-form input,
    .et-fixed-header .et_search_form_container input,
    .et-fixed-header .et_close_search_field:after,
    .et-fixed-header #et-top-navigation .et-cart-info {
        color: rgba(255, 255, 255, 0.86) !important
    }

    .et-fixed-header .et_search_form_container input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.86) !important
    }

    .et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.86) !important
    }

    .et-fixed-header .et_search_form_container input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.86) !important
    }

    .et-fixed-header #top-menu li.current-menu-ancestor>a,
    .et-fixed-header #top-menu li.current-menu-item>a,
    .et-fixed-header #top-menu li.current_page_item>a {
        color: #ffc722 !important
    }

    .et-fixed-header#top-header a {
        color: #191919
    }
}

@media only screen and (min-width: 1350px) {
    .et_pb_row {
        padding: 27px 0
    }

    .et_pb_section {
        padding: 54px 0
    }

    .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
        padding-top: 81px
    }

    .et_pb_fullwidth_section {
        padding: 0
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif
}

body,
input,
textarea,
select {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif
}

#main-header,
#et-top-navigation {
    font-family: 'Fira Sans', Helvetica, Arial, Lucida, sans-serif
}

.kb-zoomout .et_pb_slide .et_parallax_bg {
    animation: zoomout 7s forwards;
    -ms-animation: zoomout 7s forwards;
    -webkit-animation: zoomout 7s forwards;
    animation: zoomout 7s forwards;
    -moz-animation: zoomout 7s forwards
}

.kb-zoomin .et_pb_slide .et_parallax_bg {
    animation: zoomin 7s forwards;
    -ms-animation: zoomin 7s forwards;
    -webkit-animation: zoomin 7s forwards;
    animation: zoomin 7s forwards;
    -moz-animation: zoomin 7s forwards
}

.kb-zoomin-right .et_pb_slide .et_parallax_bg {
    animation: zoomin-right 7s forwards;
    -ms-animation: zoomin-right 7s forwards;
    -webkit-animation: zoomin-right 7s forwards;
    animation: zoomin-right 7s forwards;
    -moz-animation: zoomin-right 7s forwards
}

.kb-zoomout-right .et_pb_slide .et_parallax_bg {
    animation: zoomout-right 7s forwards;
    -ms-animation: zoomout-right 7s forwards;
    -webkit-animation: zoomout-right 7s forwards;
    animation: zoomout-right 7s forwards;
    -moz-animation: zoomout-right 7s forwards
}

.kb-zoomout .et_parallax_bg {
    animation: zoomout 17s forwards;
    -ms-animation: zoomout 17s forwards;
    -webkit-animation: zoomout 17s forwards;
    animation: zoomout 17s forwards;
    -moz-animation: zoomout 17s forwards
}

.kb-zoomin .et_parallax_bg {
    animation: zoomin 17s forwards;
    -ms-animation: zoomin 17s forwards;
    -webkit-animation: zoomin 17s forwards;
    animation: zoomin 17s forwards;
    -moz-animation: zoomin 17s forwards
}

.kb-zoomin-right .et_parallax_bg {
    animation: zoomin-right 7s forwards;
    -ms-animation: zoomin-right 17s forwards;
    -webkit-animation: zoomin-right 17s forwards;
    animation: zoomin-right 17s forwards;
    -moz-animation: zoomin-right 17s forwards
}

.kb-zoomout-right .et_parallax_bg {
    animation: zoomout-right 7s forwards;
    -ms-animation: zoomout-right 17s forwards;
    -webkit-animation: zoomout-right 17s forwards;
    animation: zoomout-right 17s forwards;
    -moz-animation: zoomout-right 17s forwards
}

@keyframes zoomout {
    0% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
        -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        animation-timing-function: linear
    }

    100% {
        -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px)
    }
}

@keyframes zoomin {
    0% {
        -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        animation-timing-function: linear
    }

    100% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
        -webkit-transform: scale3d(3.5, 3.5, 3.5) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px)
    }
}

@keyframes zoomout-right {
    0% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        animation-timing-function: linear
    }

    100% {
        -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px)
    }
}

@keyframes zoomin-right {
    0% {
        -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        animation-timing-function: linear
    }

    100% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px)
    }
}

.et_header_style_split #et-top-navigation nav>ul>li>a {
    text-transform: uppercase
}

#top-menu li.current-menu-item>a {
    color: #ffc722
}

#main-footer {
    background: url(https://www.footballhub.my/wp-content/uploads/2019/08/bottom-wrapper-bg.jpg) 50% 50%;
    background-size: cover
}

.wbk-col-4-6-12 {
    width: 100% !important
}

.wbk-slot-button {
    background-color: #169d02 !important
}

.wbk-slot-active-button {
    background-color: #373737 !important
}

.wbk-slot-booked {
    background: red !important
}

.wbk-input-label {
    text-align: center;
    font-weight: bold !important
}

.wbk-input {
    border: 2px solid #777777 !important;
    background-color: #efefef !important;
    color: #262626 !important
}

#top-menu li.current-menu-ancestor>a {
    color: #ffc722
}

.one_half {
    width: 49%;
    margin-right: 1%
}

.wbk-input-label {
    text-align: left
}

#top-menu li li a {
    width: 240px
}

#bigcalendar1 {
    width: 100% !important
}

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
    color: #515151
}

.eventon_filter_line .filtering_set_val {
    font-size: 14px;
    font-weight: bold
}

#mendo-happy-healthy-header h3 {
    font-size: 70px;
    color: #4bb3e6;
    font-family: 'lulo_cleanone_bold';
    letter-spacing: -8px;
    line-height: 100px
}

#mendo-happy-healthy-header {
    margin-top: -20px !important
}

.box {
    height: 274px;
    position: relative;
    overflow: hidden;
    width: 363px;
    margin-left: auto;
    margin-right: auto
}

.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.box .overbox {
    background-color: rgba(255, 188, 0, 0.87);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 363px;
    height: 274px;
    padding: 130px 20px
}

.box:hover .overbox {
    opacity: 1
}

.box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px)
}

.box .title {
    font-size: 2.5em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s
}

.box:hover .title,
.box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.box .tagline {
    font-size: 13px;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    text-align: center
}

.box:hover .tagline,
.box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px)
}

.mendo-links {
    font-size: 18px;
    position: relative;
    color: white;
    text-shadow: 2px 0 5px rgb(0, 0, 0);
    text-align: center;
    vertical-align: middle;
    margin-top: 26%
}

.bookie {
    font-size: 20px;
    position: relative;
    color: white;
    text-align: center;
    vertical-align: middle;
    margin-top: 11%;
    margin-left: 50px;
    margin-right: 50px;
    background: #ffc722;
    padding-top: 10px
}

.mendo-links-purpose {
    font-size: 40px;
    position: absolute;
    top: 40%;
    left: 21%;
    color: white;
    text-shadow: 3px 0 29px rgba(0, 0, 0, 0.28)
}

.mendo-links-passion {
    font-size: 40px;
    position: absolute;
    top: 40%;
    left: 23%;
    color: white;
    text-shadow: 3px 0 29px rgba(0, 0, 0, 0.28)
}

.mendo-lines {
    position: absolute;
    width: 37%;
    top: 33%;
    left: 32% !important
}

.box:hover h4 {
    display: none;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px)
}

.box:hover .mendo-lines {
    display: none;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px)
}

.mendo-links-outline {
    position: absolute;
    width: 91%;
    top: 5%;
    left: 4.5% !important
}

.mendo-links-title {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-top: -60px !important
}

.mendo-links-description {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 22px;
    line-height: 18px;
    margin-bottom: 10px
}

.mendo-links-read-more {
    color: white;
    font-size: 13px;
    font-weight: bold
}

@media (max-width: 1285px) {
    .box {
        height: 274px;
        position: relative;
        overflow: hidden;
        width: 265px
    }

    .mendo-links-purpose {
        font-size: 30px;
        position: absolute;
        top: 30%;
        left: 20%;
        color: white;
        text-shadow: 3px 0 29px rgba(0, 0, 0, 0.28)
    }

    .mendo-lines {
        position: absolute;
        width: 37%;
        top: 26%;
        left: 32% !important
    }

    .box .overbox {
        background-color: rgba(255, 188, 0, 0.87);
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        z-index: 100;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 265px;
        height: 0;
        padding: 100px 20px
    }

    .mendo-links-outline {
        position: absolute;
        width: 91%;
        top: 5%;
        left: 4.5% !important
    }

    .box .title {
        font-size: 2.5em;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.1s;
        transition-duration: 0.2s
    }

    .mendo-links-title {
        font-size: 16px;
        text-align: center;
        margin-top: -65px !important
    }

    .mendo-links-description {
        font-size: 10px;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        line-height: 18px;
        margin-bottom: 8px
    }

    .mendo-links-passion {
        font-size: 30px;
        position: absolute;
        top: 30%;
        left: 25%;
        color: white;
        text-shadow: 3px 0 29px rgba(0, 0, 0, 0.28)
    }

    .mendo-links {
        font-size: 15px;
        position: relative;
        top: 1%;
        color: white;
        text-shadow: 3px 0 29px rgba(0, 0, 0, 0.28)
    }
}

.eventon_fullcal p {
    color: #7d7d7d
}

h1 {
    letter-spacing: 0px
}

#main-footer .footer-widget h4 {
    text-transform: uppercase;
    border-bottom: 2px solid
}

.evodv_current_day {
    background-color: #ffc722
}

.eventon_weeklyview .evowv_arrow {
    background: #6e6e6e !important
}

.eventon_fc_days .evo_fc_day.has_events {
    color: #191919
}

.eventon_fc_days .evo_fc_day {
    background-color: #eeefed
}

.ajde_evcal_calendar.evoWV .eventon_wv_days .evo_wv_day.focus {
    background-color: #edb100
}

.evoWV.ajde_evcal_calendar .evoWV_days .evo_wv_day.today:before {
    background-color: #ffc722
}

.ajde_evcal_calendar .evoWV_days .evo_wv_day {
    color: #595959;
    border-color: #cccccc
}

.EVOWV_change {
    background-color: #edb100
}

.ajde_evcal_calendar.evoWV .EVOWV_dates p {
    color: #515151
}

.mobile_nav .select_page {
    display: none !important
}

.mobile_nav {
    background-color: rgba(0, 0, 0, 0) !important;
    margin-top: -60px;
    margin-bottom: 40px
}

.et_mobile_menu {
    top: 80px !important
}

@media all and (max-width: 980px) {
    #logo {
        margin-top: 20px;
        max-width: 70% !important
    }
}

.EVOWV_ranger {
    background-color: #f4b71a
}

.EVOWV_ranger a:hover {
    background-color: #d09705
}

ul.EVOWV_date_ranges li.thisweek {
    background-color: #d09705
}

ul.EVOWV_date_ranges li:hover {
    background-color: #d09705
}

.eventon_fc_days .evo_fc_day.has_events {
    opacity: 1 !important
}

.eventon_fullcal .evo_fc_day {
    border-top: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b
}

.evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span i {
    font-size: 11px
}

.evofc_months_strip .eventon_fc_days .evo_fc_day.has_events span b {
    font-size: 11px;
    color: #262626
}

.ajde_evcal_calendar .calendar_header .evcal_arrows {
    color: #323232;
    border-color: #434343
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info {
    font-size: 14px
}

.ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em i {
    font-size: 15px
}

.ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em i,
.evcal_desc .evcal_desc3 em {
    font-size: 15px
}

@media (max-width: 980px) {
    .et_header_style_split #main-header {
        padding: 0px 0
    }
}

.wa__popup_chat_box.wa__active {
    z-index: 9999999999;
}

.wa__popup_chat_box {
    z-index: 9999999999;
}

@media (max-width: 640px) {
    .wa__btn_popup.wa__active {
        height: 38px;
    }

    .wa__btn_popup.mobile {
        top: -2px;
    }

    .wa__btn_popup .wa__btn_popup_icon:before {
        width: 50px !important;
        height: 50px !important;
    }

    .wa__btn_popup.wa__active .wa__btn_popup_icon:after {
        width: 50px !important;
        height: 50px !important;
    }

    .wa__popup_chat_box {
        max-height: 410px;
        width: 330px;
        right: auto;
        left: 12px;
        left: -430px;
        transform: translate(0, 0);

    }

    .wa__popup_chat_box.wa__active {
        left: 12px;
    }

    .wa__btn_popup.mobile.mobile-cros img {
        width: 13px;
    }

    .wa__btn_popup.mobile.mobile-cros {
        width: 20px;
        height: 22px;
        position: absolute;
        right: 9px !important;
        left: auto;
        top: 5px !important;
        /* display: block; */
    }

    .wa__popup_chat_box .wa__popup_content {
        height: 410px;
    }

}


@media (max-width: 550px) {
    .evofc_months_strip.names .evo_fc_day.has_events span {
        display: none
    }

    .wa__popup_chat_box {
        width: 380px;
        max-width: calc(100% - 25px);
    }

    .wa__popup_chat_box {
        max-height: 500px;
    }
}

.evcal_alldayevent_text {
    background: #434343 !important;
    color: #ffffff !important;
    padding: 3px !important
}

.evo_lightboxes .evcal_desc em {
    color: #474747 !important
}

#top-menu li li a {
    padding: 5px 5px;
    font-weight: normal;
    border-bottom: 1px solid #2e2e2e
}

#top-menu li a {
    font-size: 14px
}

.league-top a {
    font-size: 12px !important
}

.sp-table-caption {
    background: rgb(217, 213, 1) !important;
    background: linear-gradient(90deg, rgb(217, 151, 1) 0%, rgba(255, 67, 0, 1) 100%) !important;
    text-align: center;
    font-weight: bold !important;
    color: #ffffff !important
}

tr.even {
    background: rgba(236, 236, 236, 0.7)
}

.sp-result.ok,
.sp-result {
    background: #121212;
    padding: 2px 9px;
    color: #ffffff !important
}

.ds-main-menu {
    position: absolute
}

.ds-main-menu,
.ds-main-menu .et_pb_fullwidth_menu .fullwidth-menu-nav>ul,
.et-fixed-header .ds-main-menu .et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.et-fixed-header .ds-main-menu .et_pb_fullwidth_menu .fullwidth-menu li>a {
    padding-bottom: 15px !important
}

.et-fixed-header .ds-main-menu .et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
    padding: 15px 0 0 !important
}

.et-fixed-header .ds-main-menu {
    margin-left: 10% !important
}

@media all and (min-width: 981px) {
    .ds-hide-menu {
        display: none
    }
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul {
    padding: 31px 0 0 !important
}

.et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row {
    width: 105%;
    max-width: 105%
}

.et_pb_fullwidth_menu .et-menu>li {
    padding-right: 20px;
    padding-left: 20px
}

.et-menu li li a {
    border-bottom: 1px solid #353535
}

.et-menu-nav li.mega-menu>ul>li>a:first-child {
    color: #ffc722 !important
}

.sp-header-sponsors {
    display: none
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
    border-radius: 20px;
    padding: 6px 4px;
    border: 2px solid
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px
}

div.et_pb_section.et_pb_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed
}

h4.widgettitle {
    background: linear-gradient(90deg, rgb(217, 151, 1) 0%, rgba(255, 67, 0, 1) 100%) !important;
    text-align: center;
    font-weight: bold !important;
    color: #ffffff !important;
    padding: 10px
}

ul.et_pb_tabs_controls {
    background-color: #262626
}

.et_pb_tabs_controls li a {
    padding: 8px 30px 8px;
    color: #dbdbdb
}

.et_pb_tabs_controls li {
    border-right: 1px solid #707070
}

.et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #ffc722
}

.sp-template a,
.sp-data-table a {
    color: #e95813 !important;
    font-size: 14px
}

@media only screen and (max-width: 600px) {

    .data-f,
    .data-a {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    .et_pb_row {
        width: 90%
    }
}

.et_pb_widget_area_right {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    background: #fffffff2
}

.eventon_full_description .eventon_desc_in {
    text-align: center
}

.et_pb_section_0.et_pb_section {
    margin-left: 15%
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li a {
    font-size: 15px;
    color: #ffffff !important
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu {
    background-color: #0a0a0a;
    margin-left: 15%
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li.current-menu-item a {
    color: #ffffff !important
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .nav li ul {
    background-color: #0a0a0a !important
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .et_mobile_menu,
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .et_mobile_menu ul {
    background-color: #0a0a0a !important
}

.et_pb_fullwidth_menu_0 .et_pb_row>.et_pb_menu__logo-wrap .et_pb_menu__logo,
.et_pb_fullwidth_menu_0 .et_pb_menu__logo-slot {
    max-width: 100%
}

.et_pb_fullwidth_menu_0 .et_pb_row>.et_pb_menu__logo-wrap .et_pb_menu__logo img,
.et_pb_fullwidth_menu_0 .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img {
    max-height: none
}

.et_pb_fullwidth_menu_0 .mobile_nav .mobile_menu_bar:before {
    color: #ffc722
}

.et_pb_fullwidth_menu_0 .et_pb_menu__icon.et_pb_menu__search-button,
.et_pb_fullwidth_menu_0 .et_pb_menu__icon.et_pb_menu__close-search-button {
    color: #ffc722
}

.et_pb_fullwidth_menu_0 .et_pb_menu__icon.et_pb_menu__cart-button {
    color: #ffc722
}

.et_pb_slide_2 {
    background-color: #ffc722
}

.et_pb_slide_0 {
    background-color: #ffc722
}

.et_pb_slide_1 {
    background-color: #ffc722
}

.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
    font-weight: 800
}

.et_pb_section_2.et_pb_section {
    padding-top: 4px
}

.et_pb_row_0.et_pb_row {
    padding-bottom: 4px !important;
    padding-bottom: 4px
}

.et_pb_divider_0 {
    margin-top: -25px !important;
    width: 11%
}

.et_pb_divider_1 {
    margin-top: -25px !important;
    width: 11%
}

.et_pb_divider_0:before {
    border-top-color: #ffc722;
    border-top-width: 4px
}

.et_pb_divider_1:before {
    border-top-color: #ffc722;
    border-top-width: 4px
}

.et_pb_row_1.et_pb_row {
    margin-top: -18px !important;
    margin-right: auto !important;
    margin-left: auto !important
}

div.et_pb_section.et_pb_section_3 {
    background-image: url(https://www.footballhub.my/wp-content/uploads/2019/12/slider1.jpg) !important
}

body #page-container .et_pb_section .et_pb_button_0 {
    color: #ffffff !important;
    border-width: 0px !important;
    font-weight: 600 !important;
    background-color: #e09900
}

.et_pb_button_0,
.et_pb_button_0:after {
    transition: all 300ms ease 0ms
}

.et_pb_section_4.et_pb_section {
    padding-top: 30px;
    padding-bottom: 4px;
    margin-top: -30px;
    margin-bottom: -30px
}

.et_pb_section_5.et_pb_section {
    padding-top: 30px;
    padding-bottom: 4px;
    margin-top: -30px;
    margin-bottom: -30px;
    background-color: #dbdbdb !important
}

.et_pb_row_3.et_pb_row {
    padding-top: 5px !important;
    padding-top: 5px
}

.et_pb_row_4.et_pb_row {
    padding-top: 3px !important;
    padding-bottom: 10px !important;
    margin-top: -14px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-top: 3px;
    padding-bottom: 10px
}

.et_pb_text_3 {
    padding-bottom: 0px !important;
    margin-bottom: -3px !important
}

.et_pb_text_4 {
    min-height: 90px
}

.et_pb_slider .et_pb_slide_2 {
    background-color: #ffc722
}

.et_pb_slider .et_pb_slide_1 {
    background-color: #ffc722
}

.et_pb_slider .et_pb_slide_0 {
    background-color: #ffc722
}

.et_pb_divider_0.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important
}

.et_pb_divider_1.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important
}

@media only screen and (max-width: 980px) {
    body #page-container .et_pb_section .et_pb_button_0:after {
        display: inline-block;
        opacity: 0
    }

    body #page-container .et_pb_section .et_pb_button_0:hover:after {
        opacity: 1
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .et_pb_section_0 {
        display: none !important
    }

    .et_pb_fullwidth_menu_0 {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    .et_pb_section_0 {
        display: none !important
    }

    .et_pb_fullwidth_menu_0 {
        display: none !important
    }

    body #page-container .et_pb_section .et_pb_button_0:after {
        display: inline-block;
        opacity: 0
    }

    body #page-container .et_pb_section .et_pb_button_0:hover:after {
        opacity: 1
    }
}
